Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#220131
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Feb 1, 2022
2 parents c2df086 + bf6f648 commit da46d80
Show file tree
Hide file tree
Showing 37 changed files with 133 additions and 121 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.99.220118",
"version": "1.100.220131",
"description": "Playfab SDK for JS client applications",
"license": "Apache-2.0",
"repository": {
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
8 changes: 4 additions & 4 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.99.220118",
sdkVersion: "1.100.220131",
requestGetParams: {
sdk: "JavaScriptSDK-1.99.220118"
sdk: "JavaScriptSDK-1.100.220131"
},
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 @@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "adobuild_javascriptsdk_118";
PlayFab.sdkVersion = "1.99.220118";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_117";
PlayFab.sdkVersion = "1.100.220131";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
2 changes: 2 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2446,6 +2446,8 @@ declare module PlayFabAdminModels {
| "GoogleServiceAccountFailedAuth"
| "GoogleAPIServiceUnavailable"
| "GoogleAPIServiceUnknownError"
| "NoValidIdentityForAad"
| "PlayerIdentityLinkNotFound"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down
2 changes: 2 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabEconomyApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ declare module PlayFabEconomyModels {
CustomTags?: { [key: string]: string | null };
/** The entity to perform this action on. */
Entity?: EntityKey;
/** Whether to fetch metadata of the scan status. */
ExpandScanningStatus?: boolean;
/** The unique ID of the item. */
Id?: string;

Expand Down
2 changes: 2 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabServerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2297,6 +2297,8 @@ declare module PlayFabServerModels {
| "GoogleServiceAccountFailedAuth"
| "GoogleAPIServiceUnavailable"
| "GoogleAPIServiceUnknownError"
| "NoValidIdentityForAad"
| "PlayerIdentityLinkNotFound"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down
Loading

0 comments on commit da46d80

Please sign in to comment.