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

exports.sdk_version = "2.156.240621";
exports.buildIdentifier = "adobuild_nodesdk_114";
exports.sdk_version = "2.157.240719";
exports.buildIdentifier = "adobuild_nodesdk_117";

var settings = (exports.settings = {
productionUrl: ".playfabapi.com",
Expand All @@ -19,7 +19,7 @@ var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.156.240621",
sdk: "JavaScriptSDK-2.157.240719",
},
});

Expand Down
20 changes: 19 additions & 1 deletion PlayFabSdk/Scripts/typings/PlayFab/PlayFabAdmin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2525,8 +2525,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 @@ -2704,6 +2712,7 @@ declare module PlayFabAdminModels {
| "EventSinkTitleUnauthorized"
| "EventSinkInsufficientRoleAssignment"
| "EventSinkContainerNotFound"
| "EventSinkTenantIdInvalid"
| "OperationCanceled"
| "InvalidDisplayNameRandomSuffixLength"
| "AllowNonUniquePlayerDisplayNamesDisableNotAllowed"
Expand Down Expand Up @@ -2785,7 +2794,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/Scripts/typings/PlayFab/PlayFabEconomy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ declare module PlayFabEconomyModule {
request: PlayFabEconomyModels.DeleteItemRequest | null,
callback: PlayFabModule.ApiCallback<PlayFabEconomyModels.DeleteItemResponse> | null,
): void;
// 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/Scripts/typings/PlayFab/PlayFabMultiplayer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,8 @@ declare module PlayFabMultiplayerModels {
| "SameEntityLoginProvider"
| "DifferentEntityLoginProvider"
| "AnyEntityLoginProvider"
| "AnyPlatformTypeAndEntityLoginProvider";
| "AnyPlatformTypeAndEntityLoginProvider"
| "OnlyServers";

export interface DynamicStandbySettings {
// List of auto standing by trigger values and corresponding standing by multiplier. Defaults to 1.5X at 50%, 3X at 25%,
Expand Down
20 changes: 19 additions & 1 deletion PlayFabSdk/Scripts/typings/PlayFab/PlayFabServer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2420,8 +2420,16 @@ declare module PlayFabServerModels {
| "StatisticDefinitionModificationNotAllowedWhileLinked"
| "LeaderboardUpdateNotAllowedWhileLinked"
| "CloudScriptAzureFunctionsEventHubRequestError"
| "LeaderboardRateLimitExceeded"
| "ExternalEntityNotAllowedForTier"
| "InvalidBaseTimeForInterval"
| "EntityTypeMismatchWithStatDefinition"
| "SpecifiedVersionLeaderboardNotFound"
| "LeaderboardColumnLengthMismatchWithStatDefinition"
| "DuplicateColumnNameFound"
| "LinkedStatisticColumnNotFound"
| "LinkedStatisticColumnRequired"
| "MultipleLinkedStatisticsNotAllowed"
| "MaxQueryableVerionsValueNotAllowedForTier"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down Expand Up @@ -2599,6 +2607,7 @@ declare module PlayFabServerModels {
| "EventSinkTitleUnauthorized"
| "EventSinkInsufficientRoleAssignment"
| "EventSinkContainerNotFound"
| "EventSinkTenantIdInvalid"
| "OperationCanceled"
| "InvalidDisplayNameRandomSuffixLength"
| "AllowNonUniquePlayerDisplayNamesDisableNotAllowed"
Expand Down Expand Up @@ -2680,7 +2689,16 @@ declare module PlayFabServerModels {
| "TrueSkillInvalidAnomalyThreshold"
| "TrueSkillConditionKeyLimitExceeded"
| "TrueSkillConditionValuePerKeyLimitExceeded"
| "TrueSkillInvalidTimestamp"
| "TrueSkillEventLimitExceeded"
| "TrueSkillInvalidPlayers"
| "TrueSkillTrueSkillPlayerNull"
| "TrueSkillInvalidPlayerId"
| "TrueSkillInvalidSquadSize"
| "TrueSkillConditionSetNotInModel"
| "GameSaveManifestNotFound"
| "GameSaveManifestVersionAlreadyExists"
| "GameSaveConflictUpdatingManifest"
| "StateShareForbidden"
| "StateShareTitleNotInFlight"
| "StateShareStateNotFound"
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.156.240621",
"version": "2.157.240719",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit a7143bd

Please sign in to comment.