Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240719
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Jul 22, 2024
2 parents 753a59f + 6af6855 commit bd423dc
Show file tree
Hide file tree
Showing 37 changed files with 195 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.174.240621",
"version": "1.175.240719",
"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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
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.174.240621",
sdkVersion: "1.175.240719",
requestGetParams: {
sdk: "JavaScriptSDK-1.174.240621"
sdk: "JavaScriptSDK-1.175.240719"
},
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_116";
PlayFab.sdkVersion = "1.174.240621";
PlayFab.buildIdentifier = "adobuild_javascriptsdk_115";
PlayFab.sdkVersion = "1.175.240719";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
20 changes: 19 additions & 1 deletion PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2560,8 +2560,16 @@ declare module PlayFabAdminModels {
| "StatisticDefinitionModificationNotAllowedWhileLinked"
| "LeaderboardUpdateNotAllowedWhileLinked"
| "CloudScriptAzureFunctionsEventHubRequestError"
| "LeaderboardRateLimitExceeded"
| "ExternalEntityNotAllowedForTier"
| "InvalidBaseTimeForInterval"
| "EntityTypeMismatchWithStatDefinition"
| "SpecifiedVersionLeaderboardNotFound"
| "LeaderboardColumnLengthMismatchWithStatDefinition"
| "DuplicateColumnNameFound"
| "LinkedStatisticColumnNotFound"
| "LinkedStatisticColumnRequired"
| "MultipleLinkedStatisticsNotAllowed"
| "MaxQueryableVerionsValueNotAllowedForTier"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down Expand Up @@ -2739,6 +2747,7 @@ declare module PlayFabAdminModels {
| "EventSinkTitleUnauthorized"
| "EventSinkInsufficientRoleAssignment"
| "EventSinkContainerNotFound"
| "EventSinkTenantIdInvalid"
| "OperationCanceled"
| "InvalidDisplayNameRandomSuffixLength"
| "AllowNonUniquePlayerDisplayNamesDisableNotAllowed"
Expand Down Expand Up @@ -2820,7 +2829,16 @@ declare module PlayFabAdminModels {
| "TrueSkillInvalidAnomalyThreshold"
| "TrueSkillConditionKeyLimitExceeded"
| "TrueSkillConditionValuePerKeyLimitExceeded"
| "TrueSkillInvalidTimestamp"
| "TrueSkillEventLimitExceeded"
| "TrueSkillInvalidPlayers"
| "TrueSkillTrueSkillPlayerNull"
| "TrueSkillInvalidPlayerId"
| "TrueSkillInvalidSquadSize"
| "TrueSkillConditionSetNotInModel"
| "GameSaveManifestNotFound"
| "GameSaveManifestVersionAlreadyExists"
| "GameSaveConflictUpdatingManifest"
| "StateShareForbidden"
| "StateShareTitleNotInFlight"
| "StateShareStateNotFound"
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSdk/src/Typings/PlayFab/PlayFabEconomyApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ declare module PlayFabEconomyModule {
*/
DeleteItem(request: PlayFabEconomyModels.DeleteItemRequest, callback: PlayFabModule.ApiCallback<PlayFabEconomyModels.DeleteItemResponse>, customData?: any, extraHeaders?: { [key: string]: string }): Promise<PlayFabModule.ApiCallback<PlayFabEconomyModels.DeleteItemResponse>>;
/**
* Execute a list of Inventory Operations. A maximum list of 250 operations can be performed by a single request. There is
* Execute a list of Inventory Operations. A maximum list of 50 operations can be performed by a single request. There is
* also a limit to 300 items that can be modified/added in a single request. For example, adding a bundle with 50 items
* counts as 50 items modified. All operations must be done within a single inventory collection. This API has a reduced
* RPS compared to an individual inventory operation with Player Entities limited to 60 requests in 90 seconds.
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 @@ -1512,7 +1512,8 @@ declare module PlayFabMultiplayerModels {
| "SameEntityLoginProvider"
| "DifferentEntityLoginProvider"
| "AnyEntityLoginProvider"
| "AnyPlatformTypeAndEntityLoginProvider";
| "AnyPlatformTypeAndEntityLoginProvider"
| "OnlyServers";

export interface DynamicStandbySettings {
/**
Expand Down
Loading

0 comments on commit bd423dc

Please sign in to comment.