Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#210802
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Aug 2, 2021
2 parents b290e59 + 092a4c5 commit d84ef26
Show file tree
Hide file tree
Showing 39 changed files with 259 additions and 209 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.88.210628",
"version": "1.89.210802",
"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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
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.88.210628",
sdkVersion: "1.89.210802",
requestGetParams: {
sdk: "JavaScriptSDK-1.88.210628"
sdk: "JavaScriptSDK-1.89.210802"
},
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 = "jbuild_javascriptsdk_sdk-generic-1_2";
PlayFab.sdkVersion = "1.88.210628";
PlayFab.buildIdentifier = "jbuild_javascriptsdk_sdk-generic-2_1";
PlayFab.sdkVersion = "1.89.210802";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
34 changes: 21 additions & 13 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,22 @@ declare module PlayFabAdminModels {
| "AsyncExportNotFound"
| "AsyncExportRateLimitExceeded"
| "SnapshotNotFound"
| "InventoryApiNotImplemented";
| "InventoryApiNotImplemented"
| "LobbyDoesNotExist"
| "LobbyRateLimitExceeded"
| "LobbyPlayerAlreadyJoined"
| "LobbyNotJoinable"
| "LobbyMemberCannotRejoin"
| "LobbyCurrentPlayersMoreThanMaxPlayers"
| "LobbyPlayerNotPresent"
| "LobbyBadRequest"
| "LobbyPlayerMaxLobbyLimitExceeded"
| "LobbyNewOwnerMustBeConnected"
| "LobbyCurrentOwnerStillConnected"
| "LobbyMemberIsNotOwner"
| "EventSamplingInvalidRatio"
| "EventSamplingInvalidEventName"
| "EventSamplingRatioNotFound";

export interface GetActionsOnPlayersInSegmentTaskInstanceResult extends PlayFabModule.IPlayFabResultCommon {
/** Parameter of this task instance */
Expand Down Expand Up @@ -3643,7 +3658,11 @@ declare module PlayFabAdminModels {
Created?: string;
/** Player display name */
DisplayName?: string;
/** List of experiment variants for the player. */
/**
* List of experiment variants for the player. Note that these variants are not guaranteed to be up-to-date when returned
* during login because the player profile is updated only after login. Instead, use the LoginResult.TreatmentAssignment
* property during login to get the correct variants and variables.
*/
ExperimentVariants?: string[];
/** UTC time when the player most recently logged in to the title */
LastLogin?: string;
Expand Down Expand Up @@ -5236,8 +5255,6 @@ declare module PlayFabAdminModels {
TwitchInfo?: UserTwitchInfo;
/** User account name in the PlayFab service */
Username?: string;
/** Windows Hello account information, if a Windows Hello account has been linked */
WindowsHelloInfo?: UserWindowsHelloInfo;
/** User XBox account information, if a XBox account has been linked */
XboxInfo?: UserXboxInfo;

Expand Down Expand Up @@ -5364,7 +5381,6 @@ declare module PlayFabAdminModels {
| "XboxLive"
| "Parse"
| "Twitch"
| "WindowsHello"
| "ServerCustomId"
| "NintendoSwitchDeviceId"
| "FacebookInstantGamesId"
Expand Down Expand Up @@ -5440,14 +5456,6 @@ declare module PlayFabAdminModels {

}

export interface UserWindowsHelloInfo {
/** Windows Hello Device Name */
WindowsHelloDeviceName?: string;
/** Windows Hello Public Key Hash */
WindowsHelloPublicKeyHash?: string;

}

export interface UserXboxInfo {
/** XBox user ID */
XboxUserId?: string;
Expand Down
Loading

0 comments on commit d84ef26

Please sign in to comment.