Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#231013
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Oct 16, 2023
1 parent 1036d76 commit d7af348
Show file tree
Hide file tree
Showing 33 changed files with 137 additions and 115 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.156.230929",
"version": "1.157.231013",
"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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
10 changes: 10 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,8 @@ declare module PlayFabAdminModels {
IssuerDiscoveryUrl?: string;
/** Manually specified information for an OpenID Connect issuer. */
IssuerInformation?: OpenIdIssuerInformation;
/** Override the issuer name for user indexing and lookup. */
IssuerOverride?: string;

}

Expand Down Expand Up @@ -3571,8 +3573,12 @@ declare module PlayFabAdminModels {
ConnectionId?: string;
/** Shows if data about the connection will be loaded from the issuer's discovery document */
DiscoverConfiguration: boolean;
/** Ignore 'nonce' claim in identity tokens. */
IgnoreNonce?: boolean;
/** Information for an OpenID Connect provider. */
IssuerInformation?: OpenIdIssuerInformation;
/** Override the issuer name for user indexing and lookup. */
IssuerOverride?: string;

}

Expand Down Expand Up @@ -5121,10 +5127,14 @@ declare module PlayFabAdminModels {
ClientSecret?: string;
/** A name for the connection that identifies it within the title. */
ConnectionId: string;
/** Ignore 'nonce' claim in identity tokens. */
IgnoreNonce?: boolean;
/** The issuer URL or discovery document URL to read issuer information from */
IssuerDiscoveryUrl?: string;
/** Manually specified information for an OpenID Connect issuer. */
IssuerInformation?: OpenIdIssuerInformation;
/** Override the issuer name for user indexing and lookup. */
IssuerOverride?: string;

}

Expand Down
3 changes: 2 additions & 1 deletion PlayFabSdk/src/Typings/PlayFab/PlayFabMultiplayerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ declare module PlayFabMultiplayerModels {
| "WestUs2"
| "CentralIndia"
| "UaeNorth"
| "UkSouth";
| "UkSouth"
| "SwedenCentral";

type AzureVmFamily = "A"

Expand Down
8 changes: 4 additions & 4 deletions PlayFabTestingExample/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.156.230929",
sdkVersion: "1.157.231013",
requestGetParams: {
sdk: "JavaScriptSDK-1.156.230929"
sdk: "JavaScriptSDK-1.157.231013"
},
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_8";
PlayFab.sdkVersion = "1.156.230929";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.157.231013";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
Loading

0 comments on commit d7af348

Please sign in to comment.