Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240301
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Mar 5, 2024
2 parents 783393b + f1e7eb5 commit 1e5ecf5
Show file tree
Hide file tree
Showing 37 changed files with 133 additions and 141 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.166.240202",
"version": "1.167.240301",
"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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
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.166.240202",
sdkVersion: "1.167.240301",
requestGetParams: {
sdk: "JavaScriptSDK-1.166.240202"
sdk: "JavaScriptSDK-1.167.240301"
},
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_115";
PlayFab.sdkVersion = "1.166.240202";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_8";
PlayFab.sdkVersion = "1.167.240301";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
3 changes: 3 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,9 @@ declare module PlayFabAdminModels {
| "InvalidAttributeStatisticsSpecified"
| "LeaderboardNotFound"
| "TokenSigningKeyNotFound"
| "LeaderboardNameConflict"
| "LinkedStatisticColumnMismatch"
| "NoLinkedStatisticToLeaderboard"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down
4 changes: 4 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabEconomyApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1657,6 +1657,10 @@ declare module PlayFabEconomyModels {

}

export interface RealMoneyPriceDetails {

}

export interface RedeemAppleAppStoreInventoryItemsRequest extends PlayFabModule.IPlayFabRequestCommon {
/** The id of the entity's collection to perform this action on. (Default="default") */
CollectionId?: string;
Expand Down
14 changes: 0 additions & 14 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabProfilesApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,27 +155,13 @@ declare module PlayFabProfilesModels {

}

export interface EntityStatisticAttributeValue {
/** Metadata associated with the Statistic. */
Metadata?: string;
/** Attribute name. */
Name?: string;
/** Attribute Statistic scores. */
Scores?: string[];

}

export interface EntityStatisticValue {
/** Attribute Statistic values. */
AttributeStatistics?: { [key: string]: EntityStatisticAttributeValue };
/** Metadata associated with the Statistic. */
Metadata?: string;
/** Statistic name */
Name?: string;
/** Statistic scores */
Scores?: string[];
/** Statistic value */
Value?: number;
/** Statistic version */
Version: number;

Expand Down
3 changes: 3 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabServerApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,9 @@ declare module PlayFabServerModels {
| "InvalidAttributeStatisticsSpecified"
| "LeaderboardNotFound"
| "TokenSigningKeyNotFound"
| "LeaderboardNameConflict"
| "LinkedStatisticColumnMismatch"
| "NoLinkedStatisticToLeaderboard"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down
Loading

0 comments on commit 1e5ecf5

Please sign in to comment.