Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#211209
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Dec 9, 2021
2 parents b7810d8 + 7d7098a commit eab5c9c
Show file tree
Hide file tree
Showing 39 changed files with 313 additions and 91 deletions.
2 changes: 1 addition & 1 deletion PlayFabSdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-web-sdk",
"version": "1.96.211108",
"version": "1.98.211209",
"description": "Playfab SDK for JS client applications",
"license": "Apache-2.0",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabAdminApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabClientApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabDataApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
10 changes: 7 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabEconomyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down Expand Up @@ -297,6 +297,10 @@ PlayFab.EconomyApi = {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Catalog/GetItemReviewSummary", request, "X-EntityToken", callback, customData, extraHeaders);
},

GetItems: function (request, callback, customData, extraHeaders) {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Catalog/GetItems", request, "X-EntityToken", callback, customData, extraHeaders);
},

PublishDraftItem: function (request, callback, customData, extraHeaders) {
return PlayFab._internalSettings.ExecuteRequestWrapper("/Catalog/PublishDraftItem", request, "X-EntityToken", callback, customData, extraHeaders);
},
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabEventsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabExperimentationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabInsightsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabLocalizationApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabMultiplayerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabProfilesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSdk/src/PlayFab/PlayFabServerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.96.211108",
sdkVersion: "1.98.211209",
requestGetParams: {
sdk: "JavaScriptSDK-1.96.211108"
sdk: "JavaScriptSDK-1.98.211209"
},
sessionTicket: null,
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
Expand Down Expand Up @@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.96.211108";
PlayFab.sdkVersion = "1.98.211209";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
24 changes: 24 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,22 @@ declare module PlayFabAdminModels {

type AuthTokenType = "Email"

export interface AzureResourceSystemData {
/** The timestamp of resource creation (UTC) */
CreatedAt?: string;
/** The identity that created the resource */
CreatedBy?: string;
/** The type of identity that created the resource */
CreatedByType?: string;
/** The type of identity that last modified the resource */
LastModifiedAt?: string;
/** The identity that last modified the resource */
LastModifiedBy?: string;
/** The type of identity that last modified the resource */
LastModifiedByType?: string;

}

export interface BanInfo {
/** The active state of this ban. Expired bans may still have this value set to true but they will have no effect. */
Active: boolean;
Expand Down Expand Up @@ -2426,7 +2442,13 @@ declare module PlayFabAdminModels {
| "PlayerAccountPoolNotFound"
| "PlayerAccountPoolDeleted"
| "TitleCleanupInProgress"
| "AzureResourceConcurrentOperationInProgress"
| "TitlePublisherUpdateNotAllowed"
| "AzureResourceManagerNotSupportedInStamp"
| "ApiNotIncludedInAzurePlayFabFeatureSet"
| "GoogleServiceAccountFailedAuth"
| "GoogleAPIServiceUnavailable"
| "GoogleAPIServiceUnknownError"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down Expand Up @@ -4779,6 +4801,8 @@ declare module PlayFabAdminModels {
* name.) Keys are trimmed of whitespace. Keys may not begin with the '!' character.
*/
Key: string;
/** System Data of the Azure Resource */
SystemData?: AzureResourceSystemData;
/**
* Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a
* title has been selected.
Expand Down
Loading

0 comments on commit eab5c9c

Please sign in to comment.