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
2 parents 8d04ddc + e4bbf05 commit 2fc7540
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PlayFabSdk/Scripts/PlayFab/PlayFab.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var url = require("url");
var https = require("https");

exports.sdk_version = "2.138.230929";
exports.sdk_version = "2.139.231013";
exports.buildIdentifier = "adobuild_nodesdk_115";

var settings = (exports.settings = {
Expand All @@ -19,7 +19,7 @@ var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.138.230929",
sdk: "JavaScriptSDK-2.139.231013",
},
});

Expand Down
10 changes: 10 additions & 0 deletions PlayFabSdk/Scripts/typings/PlayFab/PlayFabAdmin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,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;
}

export interface CreatePlayerSharedSecretRequest extends PlayFabModule.IPlayFabRequestCommon {
Expand Down Expand Up @@ -3396,8 +3398,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;
}

export interface OpenIdIssuerInformation {
Expand Down Expand Up @@ -4808,10 +4814,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;
}

export interface UpdatePlayerSharedSecretRequest extends PlayFabModule.IPlayFabRequestCommon {
Expand Down
3 changes: 2 additions & 1 deletion PlayFabSdk/Scripts/typings/PlayFab/PlayFabMultiplayer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@ declare module PlayFabMultiplayerModels {
| "WestUs2"
| "CentralIndia"
| "UaeNorth"
| "UkSouth";
| "UkSouth"
| "SwedenCentral";

type AzureVmFamily = "A"

Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-sdk",
"version": "2.138.230929",
"version": "2.139.231013",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 2fc7540

Please sign in to comment.