@community-fabs/playfab-web-sdk 1.200.250926 → 1.203.251107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/Addon.js +2 -2
  2. package/dist/Admin.d.ts +1 -1
  3. package/dist/Admin.js +2 -2
  4. package/dist/Authentication.js +2 -2
  5. package/dist/Client.d.ts +3 -1
  6. package/dist/Client.js +2 -2
  7. package/dist/CloudScript.js +2 -2
  8. package/dist/Data.js +2 -2
  9. package/dist/Economy.d.ts +4 -2
  10. package/dist/Economy.js +2 -2
  11. package/dist/Events.js +2 -2
  12. package/dist/Experimentation.js +2 -2
  13. package/dist/Groups.js +2 -2
  14. package/dist/Insights.js +2 -2
  15. package/dist/Localization.js +2 -2
  16. package/dist/Matchmaker.js +2 -2
  17. package/dist/Multiplayer.d.ts +6 -4
  18. package/dist/Multiplayer.js +2 -2
  19. package/dist/Profiles.js +2 -2
  20. package/dist/Progression.d.ts +17 -6
  21. package/dist/Progression.js +2 -2
  22. package/dist/Server.d.ts +1 -1
  23. package/dist/Server.js +2 -2
  24. package/dist/{chunk-MRGOBMKH.js → chunk-2DVNTYKA.js} +6 -6
  25. package/dist/chunk-2DVNTYKA.js.map +1 -0
  26. package/dist/{chunk-KPL7ZZAF.js → chunk-BHDI57SA.js} +2 -2
  27. package/dist/{chunk-T2HFSIHV.js → chunk-FENQOWF2.js} +2 -2
  28. package/dist/{chunk-AO7GRD2J.js → chunk-HB7P3OTO.js} +2 -2
  29. package/dist/{chunk-KNT4POAJ.js → chunk-HKLZOTQ2.js} +2 -4
  30. package/dist/{chunk-KNT4POAJ.js.map → chunk-HKLZOTQ2.js.map} +1 -1
  31. package/dist/{chunk-NSPL5Q33.js → chunk-HOHH732Z.js} +2 -2
  32. package/dist/{chunk-G675G4F6.js → chunk-I44KSANJ.js} +2 -2
  33. package/dist/{chunk-A6KN6QND.js → chunk-JKMC6KV6.js} +2 -2
  34. package/dist/{chunk-PPLGCF5E.js → chunk-K7XXTYV4.js} +2 -2
  35. package/dist/{chunk-GQDJY54M.js → chunk-KGP2CQPC.js} +2 -2
  36. package/dist/{chunk-VTF4CH34.js → chunk-LVWLZFOT.js} +2 -2
  37. package/dist/{chunk-5TVZBT4J.js → chunk-LZKCG3CT.js} +2 -2
  38. package/dist/{chunk-EUWSFSPA.js → chunk-SREPPE5C.js} +2 -2
  39. package/dist/{chunk-MYKBQRAC.js → chunk-TIUKJSBJ.js} +2 -2
  40. package/dist/{chunk-QI4WWI2F.js → chunk-TKWONBSH.js} +2 -2
  41. package/dist/{chunk-YJSMAMLF.js → chunk-UJGNLLML.js} +3 -3
  42. package/dist/{chunk-YJSMAMLF.js.map → chunk-UJGNLLML.js.map} +1 -1
  43. package/dist/{chunk-ONBC2O56.js → chunk-VPGEBOAL.js} +2 -2
  44. package/dist/{chunk-MNRGXGPT.js → chunk-WJINHFJI.js} +2 -2
  45. package/dist/index.js +18 -18
  46. package/package.json +1 -1
  47. package/dist/chunk-MRGOBMKH.js.map +0 -1
  48. /package/dist/{chunk-KPL7ZZAF.js.map → chunk-BHDI57SA.js.map} +0 -0
  49. /package/dist/{chunk-T2HFSIHV.js.map → chunk-FENQOWF2.js.map} +0 -0
  50. /package/dist/{chunk-AO7GRD2J.js.map → chunk-HB7P3OTO.js.map} +0 -0
  51. /package/dist/{chunk-NSPL5Q33.js.map → chunk-HOHH732Z.js.map} +0 -0
  52. /package/dist/{chunk-G675G4F6.js.map → chunk-I44KSANJ.js.map} +0 -0
  53. /package/dist/{chunk-A6KN6QND.js.map → chunk-JKMC6KV6.js.map} +0 -0
  54. /package/dist/{chunk-PPLGCF5E.js.map → chunk-K7XXTYV4.js.map} +0 -0
  55. /package/dist/{chunk-GQDJY54M.js.map → chunk-KGP2CQPC.js.map} +0 -0
  56. /package/dist/{chunk-VTF4CH34.js.map → chunk-LVWLZFOT.js.map} +0 -0
  57. /package/dist/{chunk-5TVZBT4J.js.map → chunk-LZKCG3CT.js.map} +0 -0
  58. /package/dist/{chunk-EUWSFSPA.js.map → chunk-SREPPE5C.js.map} +0 -0
  59. /package/dist/{chunk-MYKBQRAC.js.map → chunk-TIUKJSBJ.js.map} +0 -0
  60. /package/dist/{chunk-QI4WWI2F.js.map → chunk-TKWONBSH.js.map} +0 -0
  61. /package/dist/{chunk-ONBC2O56.js.map → chunk-VPGEBOAL.js.map} +0 -0
  62. /package/dist/{chunk-MNRGXGPT.js.map → chunk-WJINHFJI.js.map} +0 -0
package/dist/Server.d.ts CHANGED
@@ -591,7 +591,7 @@ interface FriendInfo {
591
591
  XboxInfo?: UserXboxInfo;
592
592
  }
593
593
  type GameInstanceState = "Open" | "Closed";
594
- type GenericErrorCodes = "Success" | "UnkownError" | "InvalidParams" | "AccountNotFound" | "AccountBanned" | "InvalidUsernameOrPassword" | "InvalidTitleId" | "InvalidEmailAddress" | "EmailAddressNotAvailable" | "InvalidUsername" | "InvalidPassword" | "UsernameNotAvailable" | "InvalidSteamTicket" | "AccountAlreadyLinked" | "LinkedAccountAlreadyClaimed" | "InvalidFacebookToken" | "AccountNotLinked" | "FailedByPaymentProvider" | "CouponCodeNotFound" | "InvalidContainerItem" | "ContainerNotOwned" | "KeyNotOwned" | "InvalidItemIdInTable" | "InvalidReceipt" | "ReceiptAlreadyUsed" | "ReceiptCancelled" | "GameNotFound" | "GameModeNotFound" | "InvalidGoogleToken" | "UserIsNotPartOfDeveloper" | "InvalidTitleForDeveloper" | "TitleNameConflicts" | "UserisNotValid" | "ValueAlreadyExists" | "BuildNotFound" | "PlayerNotInGame" | "InvalidTicket" | "InvalidDeveloper" | "InvalidOrderInfo" | "RegistrationIncomplete" | "InvalidPlatform" | "UnknownError" | "SteamApplicationNotOwned" | "WrongSteamAccount" | "TitleNotActivated" | "RegistrationSessionNotFound" | "NoSuchMod" | "FileNotFound" | "DuplicateEmail" | "ItemNotFound" | "ItemNotOwned" | "ItemNotRecycleable" | "ItemNotAffordable" | "InvalidVirtualCurrency" | "WrongVirtualCurrency" | "WrongPrice" | "NonPositiveValue" | "InvalidRegion" | "RegionAtCapacity" | "ServerFailedToStart" | "NameNotAvailable" | "InsufficientFunds" | "InvalidDeviceID" | "InvalidPushNotificationToken" | "NoRemainingUses" | "InvalidPaymentProvider" | "PurchaseInitializationFailure" | "DuplicateUsername" | "InvalidBuyerInfo" | "NoGameModeParamsSet" | "BodyTooLarge" | "ReservedWordInBody" | "InvalidTypeInBody" | "InvalidRequest" | "ReservedEventName" | "InvalidUserStatistics" | "NotAuthenticated" | "StreamAlreadyExists" | "ErrorCreatingStream" | "StreamNotFound" | "InvalidAccount" | "PurchaseDoesNotExist" | "InvalidPurchaseTransactionStatus" | "APINotEnabledForGameClientAccess" | "NoPushNotificationARNForTitle" | "BuildAlreadyExists" | "BuildPackageDoesNotExist" | "CustomAnalyticsEventsNotEnabledForTitle" | "InvalidSharedGroupId" | "NotAuthorized" | "MissingTitleGoogleProperties" | "InvalidItemProperties" | "InvalidPSNAuthCode" | "InvalidItemId" | "PushNotEnabledForAccount" | "PushServiceError" | "ReceiptDoesNotContainInAppItems" | "ReceiptContainsMultipleInAppItems" | "InvalidBundleID" | "JavascriptException" | "InvalidSessionTicket" | "UnableToConnectToDatabase" | "InternalServerError" | "InvalidReportDate" | "DatabaseThroughputExceeded" | "InvalidGameTicket" | "ExpiredGameTicket" | "GameTicketDoesNotMatchLobby" | "LinkedDeviceAlreadyClaimed" | "DeviceAlreadyLinked" | "DeviceNotLinked" | "PartialFailure" | "PublisherNotSet" | "ServiceUnavailable" | "VersionNotFound" | "RevisionNotFound" | "InvalidPublisherId" | "DownstreamServiceUnavailable" | "APINotIncludedInTitleUsageTier" | "DAULimitExceeded" | "APIRequestLimitExceeded" | "InvalidAPIEndpoint" | "BuildNotAvailable" | "ConcurrentEditError" | "ContentNotFound" | "CharacterNotFound" | "CloudScriptNotFound" | "ContentQuotaExceeded" | "InvalidCharacterStatistics" | "PhotonNotEnabledForTitle" | "PhotonApplicationNotFound" | "PhotonApplicationNotAssociatedWithTitle" | "InvalidEmailOrPassword" | "FacebookAPIError" | "InvalidContentType" | "KeyLengthExceeded" | "DataLengthExceeded" | "TooManyKeys" | "FreeTierCannotHaveVirtualCurrency" | "MissingAmazonSharedKey" | "AmazonValidationError" | "InvalidPSNIssuerId" | "PSNInaccessible" | "ExpiredAuthToken" | "FailedToGetEntitlements" | "FailedToConsumeEntitlement" | "TradeAcceptingUserNotAllowed" | "TradeInventoryItemIsAssignedToCharacter" | "TradeInventoryItemIsBundle" | "TradeStatusNotValidForCancelling" | "TradeStatusNotValidForAccepting" | "TradeDoesNotExist" | "TradeCancelled" | "TradeAlreadyFilled" | "TradeWaitForStatusTimeout" | "TradeInventoryItemExpired" | "TradeMissingOfferedAndAcceptedItems" | "TradeAcceptedItemIsBundle" | "TradeAcceptedItemIsStackable" | "TradeInventoryItemInvalidStatus" | "TradeAcceptedCatalogItemInvalid" | "TradeAllowedUsersInvalid" | "TradeInventoryItemDoesNotExist" | "TradeInventoryItemIsConsumed" | "TradeInventoryItemIsStackable" | "TradeAcceptedItemsMismatch" | "InvalidKongregateToken" | "FeatureNotConfiguredForTitle" | "NoMatchingCatalogItemForReceipt" | "InvalidCurrencyCode" | "NoRealMoneyPriceForCatalogItem" | "TradeInventoryItemIsNotTradable" | "TradeAcceptedCatalogItemIsNotTradable" | "UsersAlreadyFriends" | "LinkedIdentifierAlreadyClaimed" | "CustomIdNotLinked" | "TotalDataSizeExceeded" | "DeleteKeyConflict" | "InvalidXboxLiveToken" | "ExpiredXboxLiveToken" | "ResettableStatisticVersionRequired" | "NotAuthorizedByTitle" | "NoPartnerEnabled" | "InvalidPartnerResponse" | "APINotEnabledForGameServerAccess" | "StatisticNotFound" | "StatisticNameConflict" | "StatisticVersionClosedForWrites" | "StatisticVersionInvalid" | "APIClientRequestRateLimitExceeded" | "InvalidJSONContent" | "InvalidDropTable" | "StatisticVersionAlreadyIncrementedForScheduledInterval" | "StatisticCountLimitExceeded" | "StatisticVersionIncrementRateExceeded" | "ContainerKeyInvalid" | "CloudScriptExecutionTimeLimitExceeded" | "NoWritePermissionsForEvent" | "CloudScriptFunctionArgumentSizeExceeded" | "CloudScriptAPIRequestCountExceeded" | "CloudScriptAPIRequestError" | "CloudScriptHTTPRequestError" | "InsufficientGuildRole" | "GuildNotFound" | "OverLimit" | "EventNotFound" | "InvalidEventField" | "InvalidEventName" | "CatalogNotConfigured" | "OperationNotSupportedForPlatform" | "SegmentNotFound" | "StoreNotFound" | "InvalidStatisticName" | "TitleNotQualifiedForLimit" | "InvalidServiceLimitLevel" | "ServiceLimitLevelInTransition" | "CouponAlreadyRedeemed" | "GameServerBuildSizeLimitExceeded" | "GameServerBuildCountLimitExceeded" | "VirtualCurrencyCountLimitExceeded" | "VirtualCurrencyCodeExists" | "TitleNewsItemCountLimitExceeded" | "InvalidTwitchToken" | "TwitchResponseError" | "ProfaneDisplayName" | "UserAlreadyAdded" | "InvalidVirtualCurrencyCode" | "VirtualCurrencyCannotBeDeleted" | "IdentifierAlreadyClaimed" | "IdentifierNotLinked" | "InvalidContinuationToken" | "ExpiredContinuationToken" | "InvalidSegment" | "InvalidSessionId" | "SessionLogNotFound" | "InvalidSearchTerm" | "TwoFactorAuthenticationTokenRequired" | "GameServerHostCountLimitExceeded" | "PlayerTagCountLimitExceeded" | "RequestAlreadyRunning" | "ActionGroupNotFound" | "MaximumSegmentBulkActionJobsRunning" | "NoActionsOnPlayersInSegmentJob" | "DuplicateStatisticName" | "ScheduledTaskNameConflict" | "ScheduledTaskCreateConflict" | "InvalidScheduledTaskName" | "InvalidTaskSchedule" | "SteamNotEnabledForTitle" | "LimitNotAnUpgradeOption" | "NoSecretKeyEnabledForCloudScript" | "TaskNotFound" | "TaskInstanceNotFound" | "InvalidIdentityProviderId" | "MisconfiguredIdentityProvider" | "InvalidScheduledTaskType" | "BillingInformationRequired" | "LimitedEditionItemUnavailable" | "InvalidAdPlacementAndReward" | "AllAdPlacementViewsAlreadyConsumed" | "GoogleOAuthNotConfiguredForTitle" | "GoogleOAuthError" | "UserNotFriend" | "InvalidSignature" | "InvalidPublicKey" | "GoogleOAuthNoIdTokenIncludedInResponse" | "StatisticUpdateInProgress" | "LeaderboardVersionNotAvailable" | "StatisticAlreadyHasPrizeTable" | "PrizeTableHasOverlappingRanks" | "PrizeTableHasMissingRanks" | "PrizeTableRankStartsAtZero" | "InvalidStatistic" | "ExpressionParseFailure" | "ExpressionInvokeFailure" | "ExpressionTooLong" | "DataUpdateRateExceeded" | "RestrictedEmailDomain" | "EncryptionKeyDisabled" | "EncryptionKeyMissing" | "EncryptionKeyBroken" | "NoSharedSecretKeyConfigured" | "SecretKeyNotFound" | "PlayerSecretAlreadyConfigured" | "APIRequestsDisabledForTitle" | "InvalidSharedSecretKey" | "PrizeTableHasNoRanks" | "ProfileDoesNotExist" | "ContentS3OriginBucketNotConfigured" | "InvalidEnvironmentForReceipt" | "EncryptedRequestNotAllowed" | "SignedRequestNotAllowed" | "RequestViewConstraintParamsNotAllowed" | "BadPartnerConfiguration" | "XboxBPCertificateFailure" | "XboxXASSExchangeFailure" | "InvalidEntityId" | "StatisticValueAggregationOverflow" | "EmailMessageFromAddressIsMissing" | "EmailMessageToAddressIsMissing" | "SmtpServerAuthenticationError" | "SmtpServerLimitExceeded" | "SmtpServerInsufficientStorage" | "SmtpServerCommunicationError" | "SmtpServerGeneralFailure" | "EmailClientTimeout" | "EmailClientCanceledTask" | "EmailTemplateMissing" | "InvalidHostForTitleId" | "EmailConfirmationTokenDoesNotExist" | "EmailConfirmationTokenExpired" | "AccountDeleted" | "PlayerSecretNotConfigured" | "InvalidSignatureTime" | "NoContactEmailAddressFound" | "InvalidAuthToken" | "AuthTokenDoesNotExist" | "AuthTokenExpired" | "AuthTokenAlreadyUsedToResetPassword" | "MembershipNameTooLong" | "MembershipNotFound" | "GoogleServiceAccountInvalid" | "GoogleServiceAccountParseFailure" | "EntityTokenMissing" | "EntityTokenInvalid" | "EntityTokenExpired" | "EntityTokenRevoked" | "InvalidProductForSubscription" | "XboxInaccessible" | "SubscriptionAlreadyTaken" | "SmtpAddonNotEnabled" | "APIConcurrentRequestLimitExceeded" | "XboxRejectedXSTSExchangeRequest" | "VariableNotDefined" | "TemplateVersionNotDefined" | "FileTooLarge" | "TitleDeleted" | "TitleContainsUserAccounts" | "TitleDeletionPlayerCleanupFailure" | "EntityFileOperationPending" | "NoEntityFileOperationPending" | "EntityProfileVersionMismatch" | "TemplateVersionTooOld" | "MembershipDefinitionInUse" | "PaymentPageNotConfigured" | "FailedLoginAttemptRateLimitExceeded" | "EntityBlockedByGroup" | "RoleDoesNotExist" | "EntityIsAlreadyMember" | "DuplicateRoleId" | "GroupInvitationNotFound" | "GroupApplicationNotFound" | "OutstandingInvitationAcceptedInstead" | "OutstandingApplicationAcceptedInstead" | "RoleIsGroupDefaultMember" | "RoleIsGroupAdmin" | "RoleNameNotAvailable" | "GroupNameNotAvailable" | "EmailReportAlreadySent" | "EmailReportRecipientBlacklisted" | "EventNamespaceNotAllowed" | "EventEntityNotAllowed" | "InvalidEntityType" | "NullTokenResultFromAad" | "InvalidTokenResultFromAad" | "NoValidCertificateForAad" | "InvalidCertificateForAad" | "DuplicateDropTableId" | "MultiplayerServerError" | "MultiplayerServerTooManyRequests" | "MultiplayerServerNoContent" | "MultiplayerServerBadRequest" | "MultiplayerServerUnauthorized" | "MultiplayerServerForbidden" | "MultiplayerServerNotFound" | "MultiplayerServerConflict" | "MultiplayerServerInternalServerError" | "MultiplayerServerUnavailable" | "ExplicitContentDetected" | "PIIContentDetected" | "InvalidScheduledTaskParameter" | "PerEntityEventRateLimitExceeded" | "TitleDefaultLanguageNotSet" | "EmailTemplateMissingDefaultVersion" | "FacebookInstantGamesIdNotLinked" | "InvalidFacebookInstantGamesSignature" | "FacebookInstantGamesAuthNotConfiguredForTitle" | "EntityProfileConstraintValidationFailed" | "TelemetryIngestionKeyPending" | "TelemetryIngestionKeyNotFound" | "StatisticChildNameInvalid" | "DataIntegrityError" | "VirtualCurrencyCannotBeSetToOlderVersion" | "VirtualCurrencyMustBeWithinIntegerRange" | "EmailTemplateInvalidSyntax" | "EmailTemplateMissingCallback" | "PushNotificationTemplateInvalidPayload" | "InvalidLocalizedPushNotificationLanguage" | "MissingLocalizedPushNotificationMessage" | "PushNotificationTemplateMissingPlatformPayload" | "PushNotificationTemplatePayloadContainsInvalidJson" | "PushNotificationTemplateContainsInvalidIosPayload" | "PushNotificationTemplateContainsInvalidAndroidPayload" | "PushNotificationTemplateIosPayloadMissingNotificationBody" | "PushNotificationTemplateAndroidPayloadMissingNotificationBody" | "PushNotificationTemplateNotFound" | "PushNotificationTemplateMissingDefaultVersion" | "PushNotificationTemplateInvalidSyntax" | "PushNotificationTemplateNoCustomPayloadForV1" | "NoLeaderboardForStatistic" | "TitleNewsMissingDefaultLanguage" | "TitleNewsNotFound" | "TitleNewsDuplicateLanguage" | "TitleNewsMissingTitleOrBody" | "TitleNewsInvalidLanguage" | "EmailRecipientBlacklisted" | "InvalidGameCenterAuthRequest" | "GameCenterAuthenticationFailed" | "CannotEnablePartiesForTitle" | "PartyError" | "PartyRequests" | "PartyNoContent" | "PartyBadRequest" | "PartyUnauthorized" | "PartyForbidden" | "PartyNotFound" | "PartyConflict" | "PartyInternalServerError" | "PartyUnavailable" | "PartyTooManyRequests" | "PushNotificationTemplateMissingName" | "CannotEnableMultiplayerServersForTitle" | "WriteAttemptedDuringExport" | "MultiplayerServerTitleQuotaCoresExceeded" | "AutomationRuleNotFound" | "EntityAPIKeyLimitExceeded" | "EntityAPIKeyNotFound" | "EntityAPIKeyOrSecretInvalid" | "EconomyServiceUnavailable" | "EconomyServiceInternalError" | "QueryRateLimitExceeded" | "EntityAPIKeyCreationDisabledForEntity" | "ForbiddenByEntityPolicy" | "UpdateInventoryRateLimitExceeded" | "StudioCreationRateLimited" | "StudioCreationInProgress" | "DuplicateStudioName" | "StudioNotFound" | "StudioDeleted" | "StudioDeactivated" | "StudioActivated" | "TitleCreationRateLimited" | "TitleCreationInProgress" | "DuplicateTitleName" | "TitleActivationRateLimited" | "TitleActivationInProgress" | "TitleDeactivated" | "TitleActivated" | "CloudScriptAzureFunctionsExecutionTimeLimitExceeded" | "CloudScriptAzureFunctionsArgumentSizeExceeded" | "CloudScriptAzureFunctionsReturnSizeExceeded" | "CloudScriptAzureFunctionsHTTPRequestError" | "VirtualCurrencyBetaGetError" | "VirtualCurrencyBetaCreateError" | "VirtualCurrencyBetaInitialDepositSaveError" | "VirtualCurrencyBetaSaveError" | "VirtualCurrencyBetaDeleteError" | "VirtualCurrencyBetaRestoreError" | "VirtualCurrencyBetaSaveConflict" | "VirtualCurrencyBetaUpdateError" | "InsightsManagementDatabaseNotFound" | "InsightsManagementOperationNotFound" | "InsightsManagementErrorPendingOperationExists" | "InsightsManagementSetPerformanceLevelInvalidParameter" | "InsightsManagementSetStorageRetentionInvalidParameter" | "InsightsManagementGetStorageUsageInvalidParameter" | "InsightsManagementGetOperationStatusInvalidParameter" | "DuplicatePurchaseTransactionId" | "EvaluationModePlayerCountExceeded" | "GetPlayersInSegmentRateLimitExceeded" | "CloudScriptFunctionNameSizeExceeded" | "PaidInsightsFeaturesNotEnabled" | "CloudScriptAzureFunctionsQueueRequestError" | "EvaluationModeTitleCountExceeded" | "InsightsManagementTitleNotInFlight" | "LimitNotFound" | "LimitNotAvailableViaAPI" | "InsightsManagementSetStorageRetentionBelowMinimum" | "InsightsManagementSetStorageRetentionAboveMaximum" | "AppleNotEnabledForTitle" | "InsightsManagementNewActiveEventExportLimitInvalid" | "InsightsManagementSetPerformanceRateLimited" | "PartyRequestsThrottledFromRateLimiter" | "XboxServiceTooManyRequests" | "NintendoSwitchNotEnabledForTitle" | "RequestMultiplayerServersThrottledFromRateLimiter" | "TitleDataOverrideNotFound" | "DuplicateKeys" | "WasNotCreatedWithCloudRoot" | "LegacyMultiplayerServersDeprecated" | "VirtualCurrencyCurrentlyUnavailable" | "SteamUserNotFound" | "ElasticSearchOperationFailed" | "NotImplemented" | "PublisherNotFound" | "PublisherDeleted" | "ApiDisabledForMigration" | "ResourceNameUpdateNotAllowed" | "ApiNotEnabledForTitle" | "DuplicateTitleNameForPublisher" | "AzureTitleCreationInProgress" | "TitleConstraintsPublisherDeletion" | "InvalidPlayerAccountPoolId" | "PlayerAccountPoolNotFound" | "PlayerAccountPoolDeleted" | "TitleCleanupInProgress" | "AzureResourceConcurrentOperationInProgress" | "TitlePublisherUpdateNotAllowed" | "AzureResourceManagerNotSupportedInStamp" | "ApiNotIncludedInAzurePlayFabFeatureSet" | "GoogleServiceAccountFailedAuth" | "GoogleAPIServiceUnavailable" | "GoogleAPIServiceUnknownError" | "NoValidIdentityForAad" | "PlayerIdentityLinkNotFound" | "PhotonApplicationIdAlreadyInUse" | "CloudScriptUnableToDeleteProductionRevision" | "CustomIdNotFound" | "AutomationInvalidInput" | "AutomationInvalidRuleName" | "AutomationRuleAlreadyExists" | "AutomationRuleLimitExceeded" | "InvalidGooglePlayGamesServerAuthCode" | "PlayStreamConnectionFailed" | "InvalidEventContents" | "InsightsV1Deprecated" | "AnalysisSubscriptionNotFound" | "AnalysisSubscriptionFailed" | "AnalysisSubscriptionFoundAlready" | "AnalysisSubscriptionManagementInvalidInput" | "InvalidGameCenterId" | "InvalidNintendoSwitchAccountId" | "EntityAPIKeysNotSupported" | "IpAddressBanned" | "EntityLineageBanned" | "NamespaceMismatch" | "InvalidServiceConfiguration" | "InvalidNamespaceMismatch" | "LeaderboardColumnLengthMismatch" | "InvalidStatisticScore" | "LeaderboardColumnsNotSpecified" | "LeaderboardMaxSizeTooLarge" | "InvalidAttributeStatisticsSpecified" | "LeaderboardNotFound" | "TokenSigningKeyNotFound" | "LeaderboardNameConflict" | "LinkedStatisticColumnMismatch" | "NoLinkedStatisticToLeaderboard" | "StatDefinitionAlreadyLinkedToLeaderboard" | "LinkingStatsNotAllowedForEntityType" | "LeaderboardCountLimitExceeded" | "LeaderboardSizeLimitExceeded" | "LeaderboardDefinitionModificationNotAllowedWhileLinked" | "StatisticDefinitionModificationNotAllowedWhileLinked" | "LeaderboardUpdateNotAllowedWhileLinked" | "CloudScriptAzureFunctionsEventHubRequestError" | "ExternalEntityNotAllowedForTier" | "InvalidBaseTimeForInterval" | "EntityTypeMismatchWithStatDefinition" | "SpecifiedVersionLeaderboardNotFound" | "LeaderboardColumnLengthMismatchWithStatDefinition" | "DuplicateColumnNameFound" | "LinkedStatisticColumnNotFound" | "LinkedStatisticColumnRequired" | "MultipleLinkedStatisticsNotAllowed" | "DuplicateLinkedStatisticColumnNameFound" | "AggregationTypeNotAllowedForMultiColumnStatistic" | "MaxQueryableVersionsValueNotAllowedForTier" | "StatisticDefinitionHasNullOrEmptyVersionConfiguration" | "StatisticColumnLengthMismatch" | "InvalidExternalEntityId" | "UpdatingStatisticsUsingTransactionIdNotAvailableForFreeTier" | "TransactionAlreadyApplied" | "ReportDataNotRetrievedSuccessfully" | "ResetIntervalCannotBeModified" | "VersionIncrementRateExceeded" | "InvalidSteamUsername" | "InvalidVersionResetForLinkedLeaderboard" | "BattleNetNotEnabledForTitle" | "ReportNotProcessed" | "DataNotAvailable" | "InvalidReportName" | "ResourceNotModified" | "StudioCreationLimitExceeded" | "StudioDeletionInitiated" | "ProductDisabledForTitle" | "PreconditionFailed" | "MatchmakingEntityInvalid" | "MatchmakingPlayerAttributesInvalid" | "MatchmakingQueueNotFound" | "MatchmakingMatchNotFound" | "MatchmakingTicketNotFound" | "MatchmakingAlreadyJoinedTicket" | "MatchmakingTicketAlreadyCompleted" | "MatchmakingQueueConfigInvalid" | "MatchmakingMemberProfileInvalid" | "NintendoSwitchDeviceIdNotLinked" | "MatchmakingNotEnabled" | "MatchmakingPlayerAttributesTooLarge" | "MatchmakingNumberOfPlayersInTicketTooLarge" | "MatchmakingAttributeInvalid" | "MatchmakingPlayerHasNotJoinedTicket" | "MatchmakingRateLimitExceeded" | "MatchmakingTicketMembershipLimitExceeded" | "MatchmakingUnauthorized" | "MatchmakingQueueLimitExceeded" | "MatchmakingRequestTypeMismatch" | "MatchmakingBadRequest" | "PubSubFeatureNotEnabledForTitle" | "PubSubTooManyRequests" | "PubSubConnectionNotFoundForEntity" | "PubSubConnectionHandleInvalid" | "PubSubSubscriptionLimitExceeded" | "TitleConfigNotFound" | "TitleConfigUpdateConflict" | "TitleConfigSerializationError" | "CatalogApiNotImplemented" | "CatalogEntityInvalid" | "CatalogTitleIdMissing" | "CatalogPlayerIdMissing" | "CatalogClientIdentityInvalid" | "CatalogOneOrMoreFilesInvalid" | "CatalogItemMetadataInvalid" | "CatalogItemIdInvalid" | "CatalogSearchParameterInvalid" | "CatalogFeatureDisabled" | "CatalogConfigInvalid" | "CatalogItemTypeInvalid" | "CatalogBadRequest" | "CatalogTooManyRequests" | "InvalidCatalogItemConfiguration" | "ExportInvalidStatusUpdate" | "ExportInvalidPrefix" | "ExportBlobContainerDoesNotExist" | "ExportNotFound" | "ExportCouldNotUpdate" | "ExportInvalidStorageType" | "ExportAmazonBucketDoesNotExist" | "ExportInvalidBlobStorage" | "ExportKustoException" | "ExportKustoConnectionFailed" | "ExportUnknownError" | "ExportCantEditPendingExport" | "ExportLimitExports" | "ExportLimitEvents" | "ExportInvalidPartitionStatusModification" | "ExportCouldNotCreate" | "ExportNoBackingDatabaseFound" | "ExportCouldNotDelete" | "ExportCannotDetermineEventQuery" | "ExportInvalidQuerySchemaModification" | "ExportQuerySchemaMissingRequiredColumns" | "ExportCannotParseQuery" | "ExportControlCommandsNotAllowed" | "ExportQueryMissingTableReference" | "ExportInsightsV1Deprecated" | "ExplorerBasicInvalidQueryName" | "ExplorerBasicInvalidQueryDescription" | "ExplorerBasicInvalidQueryConditions" | "ExplorerBasicInvalidQueryStartDate" | "ExplorerBasicInvalidQueryEndDate" | "ExplorerBasicInvalidQueryGroupBy" | "ExplorerBasicInvalidQueryAggregateType" | "ExplorerBasicInvalidQueryAggregateProperty" | "ExplorerBasicLoadQueriesError" | "ExplorerBasicLoadQueryError" | "ExplorerBasicCreateQueryError" | "ExplorerBasicDeleteQueryError" | "ExplorerBasicUpdateQueryError" | "ExplorerBasicSavedQueriesLimit" | "ExplorerBasicSavedQueryNotFound" | "TenantShardMapperShardNotFound" | "TitleNotEnabledForParty" | "PartyVersionNotFound" | "MultiplayerServerBuildReferencedByMatchmakingQueue" | "MultiplayerServerBuildReferencedByBuildAlias" | "MultiplayerServerBuildAliasReferencedByMatchmakingQueue" | "PartySerializationError" | "ExperimentationExperimentStopped" | "ExperimentationExperimentRunning" | "ExperimentationExperimentNotFound" | "ExperimentationExperimentNeverStarted" | "ExperimentationExperimentDeleted" | "ExperimentationClientTimeout" | "ExperimentationInvalidVariantConfiguration" | "ExperimentationInvalidVariableConfiguration" | "ExperimentInvalidId" | "ExperimentationNoScorecard" | "ExperimentationTreatmentAssignmentFailed" | "ExperimentationTreatmentAssignmentDisabled" | "ExperimentationInvalidDuration" | "ExperimentationMaxExperimentsReached" | "ExperimentationExperimentSchedulingInProgress" | "ExperimentationInvalidEndDate" | "ExperimentationInvalidStartDate" | "ExperimentationMaxDurationExceeded" | "ExperimentationExclusionGroupNotFound" | "ExperimentationExclusionGroupInsufficientCapacity" | "ExperimentationExclusionGroupCannotDelete" | "ExperimentationExclusionGroupInvalidTrafficAllocation" | "ExperimentationExclusionGroupInvalidName" | "ExperimentationLegacyExperimentInvalidOperation" | "MaxActionDepthExceeded" | "TitleNotOnUpdatedPricingPlan" | "SegmentManagementTitleNotInFlight" | "SegmentManagementNoExpressionTree" | "SegmentManagementTriggerActionCountOverLimit" | "SegmentManagementSegmentCountOverLimit" | "SegmentManagementInvalidSegmentId" | "SegmentManagementInvalidInput" | "SegmentManagementInvalidSegmentName" | "DeleteSegmentRateLimitExceeded" | "CreateSegmentRateLimitExceeded" | "UpdateSegmentRateLimitExceeded" | "GetSegmentsRateLimitExceeded" | "AsyncExportNotInFlight" | "AsyncExportNotFound" | "AsyncExportRateLimitExceeded" | "AnalyticsSegmentCountOverLimit" | "GetPlayersInSegmentDeprecated" | "SnapshotNotFound" | "InventoryApiNotImplemented" | "InventoryCollectionDeletionDisallowed" | "LobbyDoesNotExist" | "LobbyRateLimitExceeded" | "LobbyPlayerAlreadyJoined" | "LobbyNotJoinable" | "LobbyMemberCannotRejoin" | "LobbyCurrentPlayersMoreThanMaxPlayers" | "LobbyPlayerNotPresent" | "LobbyBadRequest" | "LobbyPlayerMaxLobbyLimitExceeded" | "LobbyNewOwnerMustBeConnected" | "LobbyCurrentOwnerStillConnected" | "LobbyMemberIsNotOwner" | "LobbyServerMismatch" | "LobbyServerNotFound" | "LobbyDifferentServerAlreadyJoined" | "LobbyServerAlreadyJoined" | "LobbyIsNotClientOwned" | "LobbyDoesNotUseConnections" | "EventSamplingInvalidRatio" | "EventSamplingInvalidEventNamespace" | "EventSamplingInvalidEventName" | "EventSamplingRatioNotFound" | "TelemetryKeyNotFound" | "TelemetryKeyInvalidName" | "TelemetryKeyAlreadyExists" | "TelemetryKeyInvalid" | "TelemetryKeyCountOverLimit" | "TelemetryKeyDeactivated" | "TelemetryKeyLongInsightsRetentionNotAllowed" | "EventSinkConnectionInvalid" | "EventSinkConnectionUnauthorized" | "EventSinkRegionInvalid" | "EventSinkLimitExceeded" | "EventSinkSasTokenInvalid" | "EventSinkNotFound" | "EventSinkNameInvalid" | "EventSinkSasTokenPermissionInvalid" | "EventSinkSecretInvalid" | "EventSinkTenantNotFound" | "EventSinkAadNotFound" | "EventSinkDatabaseNotFound" | "EventSinkTitleUnauthorized" | "EventSinkInsufficientRoleAssignment" | "EventSinkContainerNotFound" | "EventSinkTenantIdInvalid" | "EventSinkResourceMisconfigured" | "EventSinkAccessDenied" | "EventSinkWriteConflict" | "EventSinkResourceNotFound" | "EventSinkResourceFeatureNotSupported" | "EventSinkBucketNameInvalid" | "EventSinkResourceUnavailable" | "OperationCanceled" | "InvalidDisplayNameRandomSuffixLength" | "AllowNonUniquePlayerDisplayNamesDisableNotAllowed" | "PartitionedEventInvalid" | "PartitionedEventCountOverLimit" | "ManageEventNamespaceInvalid" | "ManageEventNameInvalid" | "ManagedEventNotFound" | "ManageEventsInvalidRatio" | "ManagedEventInvalid" | "PlayerCustomPropertiesPropertyNameTooLong" | "PlayerCustomPropertiesPropertyNameIsInvalid" | "PlayerCustomPropertiesStringPropertyValueTooLong" | "PlayerCustomPropertiesValueIsInvalidType" | "PlayerCustomPropertiesVersionMismatch" | "PlayerCustomPropertiesPropertyCountTooHigh" | "PlayerCustomPropertiesDuplicatePropertyName" | "PlayerCustomPropertiesPropertyDoesNotExist" | "AddonAlreadyExists" | "AddonDoesntExist" | "CopilotDisabled" | "CopilotInvalidRequest" | "TrueSkillUnauthorized" | "TrueSkillInvalidTitleId" | "TrueSkillInvalidScenarioId" | "TrueSkillInvalidModelId" | "TrueSkillInvalidModelName" | "TrueSkillInvalidPlayerIds" | "TrueSkillInvalidEntityKey" | "TrueSkillInvalidConditionKey" | "TrueSkillInvalidConditionValue" | "TrueSkillInvalidConditionAffinityWeight" | "TrueSkillInvalidEventName" | "TrueSkillMatchResultCreated" | "TrueSkillMatchResultAlreadySubmitted" | "TrueSkillBadPlayerIdInMatchResult" | "TrueSkillInvalidBotIdInMatchResult" | "TrueSkillDuplicatePlayerInMatchResult" | "TrueSkillNoPlayerInMatchResultTeam" | "TrueSkillPlayersInMatchResultExceedingLimit" | "TrueSkillInvalidPreMatchPartyInMatchResult" | "TrueSkillInvalidTimestampInMatchResult" | "TrueSkillStartTimeMissingInMatchResult" | "TrueSkillEndTimeMissingInMatchResult" | "TrueSkillInvalidPlayerSecondsPlayedInMatchResult" | "TrueSkillNoTeamInMatchResult" | "TrueSkillNotEnoughTeamsInMatchResult" | "TrueSkillInvalidRanksInMatchResult" | "TrueSkillNoWinnerInMatchResult" | "TrueSkillMissingRequiredCondition" | "TrueSkillMissingRequiredEvent" | "TrueSkillUnknownEventName" | "TrueSkillInvalidEventCount" | "TrueSkillUnknownConditionKey" | "TrueSkillUnknownConditionValue" | "TrueSkillScenarioConfigDoesNotExist" | "TrueSkillUnknownModelId" | "TrueSkillNoModelInScenario" | "TrueSkillNotSupportedForTitle" | "TrueSkillModelIsNotActive" | "TrueSkillUnauthorizedToQueryOtherPlayerSkills" | "TrueSkillInvalidMaxIterations" | "TrueSkillEndTimeBeforeStartTime" | "TrueSkillInvalidJobId" | "TrueSkillInvalidMetadataId" | "TrueSkillMissingBuildVerison" | "TrueSkillJobAlreadyExists" | "TrueSkillJobNotFound" | "TrueSkillOperationCanceled" | "TrueSkillActiveModelLimitExceeded" | "TrueSkillTotalModelLimitExceeded" | "TrueSkillUnknownInitialModelId" | "TrueSkillUnauthorizedForJob" | "TrueSkillInvalidScenarioName" | "TrueSkillConditionStateIsRequired" | "TrueSkillEventStateIsRequired" | "TrueSkillDuplicateEvent" | "TrueSkillDuplicateCondition" | "TrueSkillInvalidAnomalyThreshold" | "TrueSkillConditionKeyLimitExceeded" | "TrueSkillConditionValuePerKeyLimitExceeded" | "TrueSkillInvalidTimestamp" | "TrueSkillEventLimitExceeded" | "TrueSkillInvalidPlayers" | "TrueSkillTrueSkillPlayerNull" | "TrueSkillInvalidPlayerId" | "TrueSkillInvalidSquadSize" | "TrueSkillConditionSetNotInModel" | "TrueSkillModelStateInvalidForOperation" | "TrueSkillScenarioContainsActiveModel" | "TrueSkillInvalidConditionRank" | "TrueSkillTotalScenarioLimitExceeded" | "TrueSkillInvalidConditionsList" | "GameSaveManifestNotFound" | "GameSaveManifestVersionAlreadyExists" | "GameSaveConflictUpdatingManifest" | "GameSaveManifestUpdatesNotAllowed" | "GameSaveFileAlreadyExists" | "GameSaveManifestVersionNotFinalized" | "GameSaveUnknownFileInManifest" | "GameSaveFileExceededReportedSize" | "GameSaveFileNotUploaded" | "GameSaveBadRequest" | "GameSaveOperationNotAllowed" | "GameSaveDataStorageQuotaExceeded" | "GameSaveNewerManifestExists" | "GameSaveBaseVersionNotAvailable" | "GameSaveManifestVersionQuarantined" | "GameSaveManifestUploadProgressUpdateNotAllowed" | "GameSaveNotFinalizedManifestNotEligibleAsKnownGood" | "GameSaveNoUpdatesRequested" | "GameSaveTitleDoesNotExist" | "GameSaveOperationNotAllowedForTitle" | "GameSaveManifestFilesLimitExceeded" | "GameSaveManifestDescriptionUpdateNotAllowed" | "GameSaveTitleConfigNotFound" | "GameSaveTitleAlreadyOnboarded" | "GameSaveServiceNotEnabledForTitle" | "GameSaveServiceOnboardingPending" | "GameSaveManifestNotEligibleAsConflictingVersion" | "GameSaveServiceUnavailable" | "GameSaveConflict" | "GameSaveManifestNotEligibleForRollback" | "StateShareForbidden" | "StateShareTitleNotInFlight" | "StateShareStateNotFound" | "StateShareLinkNotFound" | "StateShareStateRedemptionLimitExceeded" | "StateShareStateRedemptionLimitNotUpdated" | "StateShareCreatedStatesLimitExceeded" | "StateShareIdMissingOrMalformed" | "PlayerCreationDisabled" | "AccountAlreadyExists" | "TagInvalid" | "TagTooLong" | "StatisticColumnAggregationMismatch" | "StatisticResetIntervalMismatch" | "VersionConfigurationCannotBeSpecifiedForLinkedStat" | "VersionConfigurationIsRequired" | "InvalidEntityTypeForAggregation" | "MultiLevelAggregationNotAllowed" | "AggregationTypeNotAllowedForLinkedStat" | "OperationDeniedDueToDefinitionPolicy" | "StatisticUpdateNotAllowedWhileLinked" | "UnsupportedEntityType" | "EntityTypeSpecifiedRequiresAggregationSource" | "PlayFabErrorEventNotSupportedForEntityType" | "StoreMetricsRequestInvalidInput" | "StoreMetricsErrorRetrievingMetrics";
594
+ type GenericErrorCodes = "Success" | "UnkownError" | "InvalidParams" | "AccountNotFound" | "AccountBanned" | "InvalidUsernameOrPassword" | "InvalidTitleId" | "InvalidEmailAddress" | "EmailAddressNotAvailable" | "InvalidUsername" | "InvalidPassword" | "UsernameNotAvailable" | "InvalidSteamTicket" | "AccountAlreadyLinked" | "LinkedAccountAlreadyClaimed" | "InvalidFacebookToken" | "AccountNotLinked" | "FailedByPaymentProvider" | "CouponCodeNotFound" | "InvalidContainerItem" | "ContainerNotOwned" | "KeyNotOwned" | "InvalidItemIdInTable" | "InvalidReceipt" | "ReceiptAlreadyUsed" | "ReceiptCancelled" | "GameNotFound" | "GameModeNotFound" | "InvalidGoogleToken" | "UserIsNotPartOfDeveloper" | "InvalidTitleForDeveloper" | "TitleNameConflicts" | "UserisNotValid" | "ValueAlreadyExists" | "BuildNotFound" | "PlayerNotInGame" | "InvalidTicket" | "InvalidDeveloper" | "InvalidOrderInfo" | "RegistrationIncomplete" | "InvalidPlatform" | "UnknownError" | "SteamApplicationNotOwned" | "WrongSteamAccount" | "TitleNotActivated" | "RegistrationSessionNotFound" | "NoSuchMod" | "FileNotFound" | "DuplicateEmail" | "ItemNotFound" | "ItemNotOwned" | "ItemNotRecycleable" | "ItemNotAffordable" | "InvalidVirtualCurrency" | "WrongVirtualCurrency" | "WrongPrice" | "NonPositiveValue" | "InvalidRegion" | "RegionAtCapacity" | "ServerFailedToStart" | "NameNotAvailable" | "InsufficientFunds" | "InvalidDeviceID" | "InvalidPushNotificationToken" | "NoRemainingUses" | "InvalidPaymentProvider" | "PurchaseInitializationFailure" | "DuplicateUsername" | "InvalidBuyerInfo" | "NoGameModeParamsSet" | "BodyTooLarge" | "ReservedWordInBody" | "InvalidTypeInBody" | "InvalidRequest" | "ReservedEventName" | "InvalidUserStatistics" | "NotAuthenticated" | "StreamAlreadyExists" | "ErrorCreatingStream" | "StreamNotFound" | "InvalidAccount" | "PurchaseDoesNotExist" | "InvalidPurchaseTransactionStatus" | "APINotEnabledForGameClientAccess" | "NoPushNotificationARNForTitle" | "BuildAlreadyExists" | "BuildPackageDoesNotExist" | "CustomAnalyticsEventsNotEnabledForTitle" | "InvalidSharedGroupId" | "NotAuthorized" | "MissingTitleGoogleProperties" | "InvalidItemProperties" | "InvalidPSNAuthCode" | "InvalidItemId" | "PushNotEnabledForAccount" | "PushServiceError" | "ReceiptDoesNotContainInAppItems" | "ReceiptContainsMultipleInAppItems" | "InvalidBundleID" | "JavascriptException" | "InvalidSessionTicket" | "UnableToConnectToDatabase" | "InternalServerError" | "InvalidReportDate" | "DatabaseThroughputExceeded" | "InvalidGameTicket" | "ExpiredGameTicket" | "GameTicketDoesNotMatchLobby" | "LinkedDeviceAlreadyClaimed" | "DeviceAlreadyLinked" | "DeviceNotLinked" | "PartialFailure" | "PublisherNotSet" | "ServiceUnavailable" | "VersionNotFound" | "RevisionNotFound" | "InvalidPublisherId" | "DownstreamServiceUnavailable" | "APINotIncludedInTitleUsageTier" | "DAULimitExceeded" | "APIRequestLimitExceeded" | "InvalidAPIEndpoint" | "BuildNotAvailable" | "ConcurrentEditError" | "ContentNotFound" | "CharacterNotFound" | "CloudScriptNotFound" | "ContentQuotaExceeded" | "InvalidCharacterStatistics" | "PhotonNotEnabledForTitle" | "PhotonApplicationNotFound" | "PhotonApplicationNotAssociatedWithTitle" | "InvalidEmailOrPassword" | "FacebookAPIError" | "InvalidContentType" | "KeyLengthExceeded" | "DataLengthExceeded" | "TooManyKeys" | "FreeTierCannotHaveVirtualCurrency" | "MissingAmazonSharedKey" | "AmazonValidationError" | "InvalidPSNIssuerId" | "PSNInaccessible" | "ExpiredAuthToken" | "FailedToGetEntitlements" | "FailedToConsumeEntitlement" | "TradeAcceptingUserNotAllowed" | "TradeInventoryItemIsAssignedToCharacter" | "TradeInventoryItemIsBundle" | "TradeStatusNotValidForCancelling" | "TradeStatusNotValidForAccepting" | "TradeDoesNotExist" | "TradeCancelled" | "TradeAlreadyFilled" | "TradeWaitForStatusTimeout" | "TradeInventoryItemExpired" | "TradeMissingOfferedAndAcceptedItems" | "TradeAcceptedItemIsBundle" | "TradeAcceptedItemIsStackable" | "TradeInventoryItemInvalidStatus" | "TradeAcceptedCatalogItemInvalid" | "TradeAllowedUsersInvalid" | "TradeInventoryItemDoesNotExist" | "TradeInventoryItemIsConsumed" | "TradeInventoryItemIsStackable" | "TradeAcceptedItemsMismatch" | "InvalidKongregateToken" | "FeatureNotConfiguredForTitle" | "NoMatchingCatalogItemForReceipt" | "InvalidCurrencyCode" | "NoRealMoneyPriceForCatalogItem" | "TradeInventoryItemIsNotTradable" | "TradeAcceptedCatalogItemIsNotTradable" | "UsersAlreadyFriends" | "LinkedIdentifierAlreadyClaimed" | "CustomIdNotLinked" | "TotalDataSizeExceeded" | "DeleteKeyConflict" | "InvalidXboxLiveToken" | "ExpiredXboxLiveToken" | "ResettableStatisticVersionRequired" | "NotAuthorizedByTitle" | "NoPartnerEnabled" | "InvalidPartnerResponse" | "APINotEnabledForGameServerAccess" | "StatisticNotFound" | "StatisticNameConflict" | "StatisticVersionClosedForWrites" | "StatisticVersionInvalid" | "APIClientRequestRateLimitExceeded" | "InvalidJSONContent" | "InvalidDropTable" | "StatisticVersionAlreadyIncrementedForScheduledInterval" | "StatisticCountLimitExceeded" | "StatisticVersionIncrementRateExceeded" | "ContainerKeyInvalid" | "CloudScriptExecutionTimeLimitExceeded" | "NoWritePermissionsForEvent" | "CloudScriptFunctionArgumentSizeExceeded" | "CloudScriptAPIRequestCountExceeded" | "CloudScriptAPIRequestError" | "CloudScriptHTTPRequestError" | "InsufficientGuildRole" | "GuildNotFound" | "OverLimit" | "EventNotFound" | "InvalidEventField" | "InvalidEventName" | "CatalogNotConfigured" | "OperationNotSupportedForPlatform" | "SegmentNotFound" | "StoreNotFound" | "InvalidStatisticName" | "TitleNotQualifiedForLimit" | "InvalidServiceLimitLevel" | "ServiceLimitLevelInTransition" | "CouponAlreadyRedeemed" | "GameServerBuildSizeLimitExceeded" | "GameServerBuildCountLimitExceeded" | "VirtualCurrencyCountLimitExceeded" | "VirtualCurrencyCodeExists" | "TitleNewsItemCountLimitExceeded" | "InvalidTwitchToken" | "TwitchResponseError" | "ProfaneDisplayName" | "UserAlreadyAdded" | "InvalidVirtualCurrencyCode" | "VirtualCurrencyCannotBeDeleted" | "IdentifierAlreadyClaimed" | "IdentifierNotLinked" | "InvalidContinuationToken" | "ExpiredContinuationToken" | "InvalidSegment" | "InvalidSessionId" | "SessionLogNotFound" | "InvalidSearchTerm" | "TwoFactorAuthenticationTokenRequired" | "GameServerHostCountLimitExceeded" | "PlayerTagCountLimitExceeded" | "RequestAlreadyRunning" | "ActionGroupNotFound" | "MaximumSegmentBulkActionJobsRunning" | "NoActionsOnPlayersInSegmentJob" | "DuplicateStatisticName" | "ScheduledTaskNameConflict" | "ScheduledTaskCreateConflict" | "InvalidScheduledTaskName" | "InvalidTaskSchedule" | "SteamNotEnabledForTitle" | "LimitNotAnUpgradeOption" | "NoSecretKeyEnabledForCloudScript" | "TaskNotFound" | "TaskInstanceNotFound" | "InvalidIdentityProviderId" | "MisconfiguredIdentityProvider" | "InvalidScheduledTaskType" | "BillingInformationRequired" | "LimitedEditionItemUnavailable" | "InvalidAdPlacementAndReward" | "AllAdPlacementViewsAlreadyConsumed" | "GoogleOAuthNotConfiguredForTitle" | "GoogleOAuthError" | "UserNotFriend" | "InvalidSignature" | "InvalidPublicKey" | "GoogleOAuthNoIdTokenIncludedInResponse" | "StatisticUpdateInProgress" | "LeaderboardVersionNotAvailable" | "StatisticAlreadyHasPrizeTable" | "PrizeTableHasOverlappingRanks" | "PrizeTableHasMissingRanks" | "PrizeTableRankStartsAtZero" | "InvalidStatistic" | "ExpressionParseFailure" | "ExpressionInvokeFailure" | "ExpressionTooLong" | "DataUpdateRateExceeded" | "RestrictedEmailDomain" | "EncryptionKeyDisabled" | "EncryptionKeyMissing" | "EncryptionKeyBroken" | "NoSharedSecretKeyConfigured" | "SecretKeyNotFound" | "PlayerSecretAlreadyConfigured" | "APIRequestsDisabledForTitle" | "InvalidSharedSecretKey" | "PrizeTableHasNoRanks" | "ProfileDoesNotExist" | "ContentS3OriginBucketNotConfigured" | "InvalidEnvironmentForReceipt" | "EncryptedRequestNotAllowed" | "SignedRequestNotAllowed" | "RequestViewConstraintParamsNotAllowed" | "BadPartnerConfiguration" | "XboxBPCertificateFailure" | "XboxXASSExchangeFailure" | "InvalidEntityId" | "StatisticValueAggregationOverflow" | "EmailMessageFromAddressIsMissing" | "EmailMessageToAddressIsMissing" | "SmtpServerAuthenticationError" | "SmtpServerLimitExceeded" | "SmtpServerInsufficientStorage" | "SmtpServerCommunicationError" | "SmtpServerGeneralFailure" | "EmailClientTimeout" | "EmailClientCanceledTask" | "EmailTemplateMissing" | "InvalidHostForTitleId" | "EmailConfirmationTokenDoesNotExist" | "EmailConfirmationTokenExpired" | "AccountDeleted" | "PlayerSecretNotConfigured" | "InvalidSignatureTime" | "NoContactEmailAddressFound" | "InvalidAuthToken" | "AuthTokenDoesNotExist" | "AuthTokenExpired" | "AuthTokenAlreadyUsedToResetPassword" | "MembershipNameTooLong" | "MembershipNotFound" | "GoogleServiceAccountInvalid" | "GoogleServiceAccountParseFailure" | "EntityTokenMissing" | "EntityTokenInvalid" | "EntityTokenExpired" | "EntityTokenRevoked" | "InvalidProductForSubscription" | "XboxInaccessible" | "SubscriptionAlreadyTaken" | "SmtpAddonNotEnabled" | "APIConcurrentRequestLimitExceeded" | "XboxRejectedXSTSExchangeRequest" | "VariableNotDefined" | "TemplateVersionNotDefined" | "FileTooLarge" | "TitleDeleted" | "TitleContainsUserAccounts" | "TitleDeletionPlayerCleanupFailure" | "EntityFileOperationPending" | "NoEntityFileOperationPending" | "EntityProfileVersionMismatch" | "TemplateVersionTooOld" | "MembershipDefinitionInUse" | "PaymentPageNotConfigured" | "FailedLoginAttemptRateLimitExceeded" | "EntityBlockedByGroup" | "RoleDoesNotExist" | "EntityIsAlreadyMember" | "DuplicateRoleId" | "GroupInvitationNotFound" | "GroupApplicationNotFound" | "OutstandingInvitationAcceptedInstead" | "OutstandingApplicationAcceptedInstead" | "RoleIsGroupDefaultMember" | "RoleIsGroupAdmin" | "RoleNameNotAvailable" | "GroupNameNotAvailable" | "EmailReportAlreadySent" | "EmailReportRecipientBlacklisted" | "EventNamespaceNotAllowed" | "EventEntityNotAllowed" | "InvalidEntityType" | "NullTokenResultFromAad" | "InvalidTokenResultFromAad" | "NoValidCertificateForAad" | "InvalidCertificateForAad" | "DuplicateDropTableId" | "MultiplayerServerError" | "MultiplayerServerTooManyRequests" | "MultiplayerServerNoContent" | "MultiplayerServerBadRequest" | "MultiplayerServerUnauthorized" | "MultiplayerServerForbidden" | "MultiplayerServerNotFound" | "MultiplayerServerConflict" | "MultiplayerServerInternalServerError" | "MultiplayerServerUnavailable" | "ExplicitContentDetected" | "PIIContentDetected" | "InvalidScheduledTaskParameter" | "PerEntityEventRateLimitExceeded" | "TitleDefaultLanguageNotSet" | "EmailTemplateMissingDefaultVersion" | "FacebookInstantGamesIdNotLinked" | "InvalidFacebookInstantGamesSignature" | "FacebookInstantGamesAuthNotConfiguredForTitle" | "EntityProfileConstraintValidationFailed" | "TelemetryIngestionKeyPending" | "TelemetryIngestionKeyNotFound" | "StatisticChildNameInvalid" | "DataIntegrityError" | "VirtualCurrencyCannotBeSetToOlderVersion" | "VirtualCurrencyMustBeWithinIntegerRange" | "EmailTemplateInvalidSyntax" | "EmailTemplateMissingCallback" | "PushNotificationTemplateInvalidPayload" | "InvalidLocalizedPushNotificationLanguage" | "MissingLocalizedPushNotificationMessage" | "PushNotificationTemplateMissingPlatformPayload" | "PushNotificationTemplatePayloadContainsInvalidJson" | "PushNotificationTemplateContainsInvalidIosPayload" | "PushNotificationTemplateContainsInvalidAndroidPayload" | "PushNotificationTemplateIosPayloadMissingNotificationBody" | "PushNotificationTemplateAndroidPayloadMissingNotificationBody" | "PushNotificationTemplateNotFound" | "PushNotificationTemplateMissingDefaultVersion" | "PushNotificationTemplateInvalidSyntax" | "PushNotificationTemplateNoCustomPayloadForV1" | "NoLeaderboardForStatistic" | "TitleNewsMissingDefaultLanguage" | "TitleNewsNotFound" | "TitleNewsDuplicateLanguage" | "TitleNewsMissingTitleOrBody" | "TitleNewsInvalidLanguage" | "EmailRecipientBlacklisted" | "InvalidGameCenterAuthRequest" | "GameCenterAuthenticationFailed" | "CannotEnablePartiesForTitle" | "PartyError" | "PartyRequests" | "PartyNoContent" | "PartyBadRequest" | "PartyUnauthorized" | "PartyForbidden" | "PartyNotFound" | "PartyConflict" | "PartyInternalServerError" | "PartyUnavailable" | "PartyTooManyRequests" | "PushNotificationTemplateMissingName" | "CannotEnableMultiplayerServersForTitle" | "WriteAttemptedDuringExport" | "MultiplayerServerTitleQuotaCoresExceeded" | "AutomationRuleNotFound" | "EntityAPIKeyLimitExceeded" | "EntityAPIKeyNotFound" | "EntityAPIKeyOrSecretInvalid" | "EconomyServiceUnavailable" | "EconomyServiceInternalError" | "QueryRateLimitExceeded" | "EntityAPIKeyCreationDisabledForEntity" | "ForbiddenByEntityPolicy" | "UpdateInventoryRateLimitExceeded" | "StudioCreationRateLimited" | "StudioCreationInProgress" | "DuplicateStudioName" | "StudioNotFound" | "StudioDeleted" | "StudioDeactivated" | "StudioActivated" | "TitleCreationRateLimited" | "TitleCreationInProgress" | "DuplicateTitleName" | "TitleActivationRateLimited" | "TitleActivationInProgress" | "TitleDeactivated" | "TitleActivated" | "CloudScriptAzureFunctionsExecutionTimeLimitExceeded" | "CloudScriptAzureFunctionsArgumentSizeExceeded" | "CloudScriptAzureFunctionsReturnSizeExceeded" | "CloudScriptAzureFunctionsHTTPRequestError" | "VirtualCurrencyBetaGetError" | "VirtualCurrencyBetaCreateError" | "VirtualCurrencyBetaInitialDepositSaveError" | "VirtualCurrencyBetaSaveError" | "VirtualCurrencyBetaDeleteError" | "VirtualCurrencyBetaRestoreError" | "VirtualCurrencyBetaSaveConflict" | "VirtualCurrencyBetaUpdateError" | "InsightsManagementDatabaseNotFound" | "InsightsManagementOperationNotFound" | "InsightsManagementErrorPendingOperationExists" | "InsightsManagementSetPerformanceLevelInvalidParameter" | "InsightsManagementSetStorageRetentionInvalidParameter" | "InsightsManagementGetStorageUsageInvalidParameter" | "InsightsManagementGetOperationStatusInvalidParameter" | "DuplicatePurchaseTransactionId" | "EvaluationModePlayerCountExceeded" | "GetPlayersInSegmentRateLimitExceeded" | "CloudScriptFunctionNameSizeExceeded" | "PaidInsightsFeaturesNotEnabled" | "CloudScriptAzureFunctionsQueueRequestError" | "EvaluationModeTitleCountExceeded" | "InsightsManagementTitleNotInFlight" | "LimitNotFound" | "LimitNotAvailableViaAPI" | "InsightsManagementSetStorageRetentionBelowMinimum" | "InsightsManagementSetStorageRetentionAboveMaximum" | "AppleNotEnabledForTitle" | "InsightsManagementNewActiveEventExportLimitInvalid" | "InsightsManagementSetPerformanceRateLimited" | "PartyRequestsThrottledFromRateLimiter" | "XboxServiceTooManyRequests" | "NintendoSwitchNotEnabledForTitle" | "RequestMultiplayerServersThrottledFromRateLimiter" | "TitleDataOverrideNotFound" | "DuplicateKeys" | "WasNotCreatedWithCloudRoot" | "LegacyMultiplayerServersDeprecated" | "VirtualCurrencyCurrentlyUnavailable" | "SteamUserNotFound" | "ElasticSearchOperationFailed" | "NotImplemented" | "PublisherNotFound" | "PublisherDeleted" | "ApiDisabledForMigration" | "ResourceNameUpdateNotAllowed" | "ApiNotEnabledForTitle" | "DuplicateTitleNameForPublisher" | "AzureTitleCreationInProgress" | "TitleConstraintsPublisherDeletion" | "InvalidPlayerAccountPoolId" | "PlayerAccountPoolNotFound" | "PlayerAccountPoolDeleted" | "TitleCleanupInProgress" | "AzureResourceConcurrentOperationInProgress" | "TitlePublisherUpdateNotAllowed" | "AzureResourceManagerNotSupportedInStamp" | "ApiNotIncludedInAzurePlayFabFeatureSet" | "GoogleServiceAccountFailedAuth" | "GoogleAPIServiceUnavailable" | "GoogleAPIServiceUnknownError" | "NoValidIdentityForAad" | "PlayerIdentityLinkNotFound" | "PhotonApplicationIdAlreadyInUse" | "CloudScriptUnableToDeleteProductionRevision" | "CustomIdNotFound" | "AutomationInvalidInput" | "AutomationInvalidRuleName" | "AutomationRuleAlreadyExists" | "AutomationRuleLimitExceeded" | "InvalidGooglePlayGamesServerAuthCode" | "PlayStreamConnectionFailed" | "InvalidEventContents" | "InsightsV1Deprecated" | "AnalysisSubscriptionNotFound" | "AnalysisSubscriptionFailed" | "AnalysisSubscriptionFoundAlready" | "AnalysisSubscriptionManagementInvalidInput" | "InvalidGameCenterId" | "InvalidNintendoSwitchAccountId" | "EntityAPIKeysNotSupported" | "IpAddressBanned" | "EntityLineageBanned" | "NamespaceMismatch" | "InvalidServiceConfiguration" | "InvalidNamespaceMismatch" | "LeaderboardColumnLengthMismatch" | "InvalidStatisticScore" | "LeaderboardColumnsNotSpecified" | "LeaderboardMaxSizeTooLarge" | "InvalidAttributeStatisticsSpecified" | "LeaderboardNotFound" | "TokenSigningKeyNotFound" | "LeaderboardNameConflict" | "LinkedStatisticColumnMismatch" | "NoLinkedStatisticToLeaderboard" | "StatDefinitionAlreadyLinkedToLeaderboard" | "LinkingStatsNotAllowedForEntityType" | "LeaderboardCountLimitExceeded" | "LeaderboardSizeLimitExceeded" | "LeaderboardDefinitionModificationNotAllowedWhileLinked" | "StatisticDefinitionModificationNotAllowedWhileLinked" | "LeaderboardUpdateNotAllowedWhileLinked" | "CloudScriptAzureFunctionsEventHubRequestError" | "ExternalEntityNotAllowedForTier" | "InvalidBaseTimeForInterval" | "EntityTypeMismatchWithStatDefinition" | "SpecifiedVersionLeaderboardNotFound" | "LeaderboardColumnLengthMismatchWithStatDefinition" | "DuplicateColumnNameFound" | "LinkedStatisticColumnNotFound" | "LinkedStatisticColumnRequired" | "MultipleLinkedStatisticsNotAllowed" | "DuplicateLinkedStatisticColumnNameFound" | "AggregationTypeNotAllowedForMultiColumnStatistic" | "MaxQueryableVersionsValueNotAllowedForTier" | "StatisticDefinitionHasNullOrEmptyVersionConfiguration" | "StatisticColumnLengthMismatch" | "InvalidExternalEntityId" | "UpdatingStatisticsUsingTransactionIdNotAvailableForFreeTier" | "TransactionAlreadyApplied" | "ReportDataNotRetrievedSuccessfully" | "ResetIntervalCannotBeModified" | "VersionIncrementRateExceeded" | "InvalidSteamUsername" | "InvalidVersionResetForLinkedLeaderboard" | "BattleNetNotEnabledForTitle" | "ReportNotProcessed" | "DataNotAvailable" | "InvalidReportName" | "ResourceNotModified" | "StudioCreationLimitExceeded" | "StudioDeletionInitiated" | "ProductDisabledForTitle" | "PreconditionFailed" | "CannotEnableAnonymousPlayerCreation" | "ParentCustomerAccountNotFound" | "AccountLinkedToABannedPlayer" | "MatchmakingEntityInvalid" | "MatchmakingPlayerAttributesInvalid" | "MatchmakingQueueNotFound" | "MatchmakingMatchNotFound" | "MatchmakingTicketNotFound" | "MatchmakingAlreadyJoinedTicket" | "MatchmakingTicketAlreadyCompleted" | "MatchmakingQueueConfigInvalid" | "MatchmakingMemberProfileInvalid" | "NintendoSwitchDeviceIdNotLinked" | "MatchmakingNotEnabled" | "MatchmakingPlayerAttributesTooLarge" | "MatchmakingNumberOfPlayersInTicketTooLarge" | "MatchmakingAttributeInvalid" | "MatchmakingPlayerHasNotJoinedTicket" | "MatchmakingRateLimitExceeded" | "MatchmakingTicketMembershipLimitExceeded" | "MatchmakingUnauthorized" | "MatchmakingQueueLimitExceeded" | "MatchmakingRequestTypeMismatch" | "MatchmakingBadRequest" | "PubSubFeatureNotEnabledForTitle" | "PubSubTooManyRequests" | "PubSubConnectionNotFoundForEntity" | "PubSubConnectionHandleInvalid" | "PubSubSubscriptionLimitExceeded" | "TitleConfigNotFound" | "TitleConfigUpdateConflict" | "TitleConfigSerializationError" | "CatalogApiNotImplemented" | "CatalogEntityInvalid" | "CatalogTitleIdMissing" | "CatalogPlayerIdMissing" | "CatalogClientIdentityInvalid" | "CatalogOneOrMoreFilesInvalid" | "CatalogItemMetadataInvalid" | "CatalogItemIdInvalid" | "CatalogSearchParameterInvalid" | "CatalogFeatureDisabled" | "CatalogConfigInvalid" | "CatalogItemTypeInvalid" | "CatalogBadRequest" | "CatalogTooManyRequests" | "InvalidCatalogItemConfiguration" | "ExportInvalidStatusUpdate" | "ExportInvalidPrefix" | "ExportBlobContainerDoesNotExist" | "ExportNotFound" | "ExportCouldNotUpdate" | "ExportInvalidStorageType" | "ExportAmazonBucketDoesNotExist" | "ExportInvalidBlobStorage" | "ExportKustoException" | "ExportKustoConnectionFailed" | "ExportUnknownError" | "ExportCantEditPendingExport" | "ExportLimitExports" | "ExportLimitEvents" | "ExportInvalidPartitionStatusModification" | "ExportCouldNotCreate" | "ExportNoBackingDatabaseFound" | "ExportCouldNotDelete" | "ExportCannotDetermineEventQuery" | "ExportInvalidQuerySchemaModification" | "ExportQuerySchemaMissingRequiredColumns" | "ExportCannotParseQuery" | "ExportControlCommandsNotAllowed" | "ExportQueryMissingTableReference" | "ExportInsightsV1Deprecated" | "ExplorerBasicInvalidQueryName" | "ExplorerBasicInvalidQueryDescription" | "ExplorerBasicInvalidQueryConditions" | "ExplorerBasicInvalidQueryStartDate" | "ExplorerBasicInvalidQueryEndDate" | "ExplorerBasicInvalidQueryGroupBy" | "ExplorerBasicInvalidQueryAggregateType" | "ExplorerBasicInvalidQueryAggregateProperty" | "ExplorerBasicLoadQueriesError" | "ExplorerBasicLoadQueryError" | "ExplorerBasicCreateQueryError" | "ExplorerBasicDeleteQueryError" | "ExplorerBasicUpdateQueryError" | "ExplorerBasicSavedQueriesLimit" | "ExplorerBasicSavedQueryNotFound" | "TenantShardMapperShardNotFound" | "TitleNotEnabledForParty" | "PartyVersionNotFound" | "MultiplayerServerBuildReferencedByMatchmakingQueue" | "MultiplayerServerBuildReferencedByBuildAlias" | "MultiplayerServerBuildAliasReferencedByMatchmakingQueue" | "PartySerializationError" | "ExperimentationExperimentStopped" | "ExperimentationExperimentRunning" | "ExperimentationExperimentNotFound" | "ExperimentationExperimentNeverStarted" | "ExperimentationExperimentDeleted" | "ExperimentationClientTimeout" | "ExperimentationInvalidVariantConfiguration" | "ExperimentationInvalidVariableConfiguration" | "ExperimentInvalidId" | "ExperimentationNoScorecard" | "ExperimentationTreatmentAssignmentFailed" | "ExperimentationTreatmentAssignmentDisabled" | "ExperimentationInvalidDuration" | "ExperimentationMaxExperimentsReached" | "ExperimentationExperimentSchedulingInProgress" | "ExperimentationInvalidEndDate" | "ExperimentationInvalidStartDate" | "ExperimentationMaxDurationExceeded" | "ExperimentationExclusionGroupNotFound" | "ExperimentationExclusionGroupInsufficientCapacity" | "ExperimentationExclusionGroupCannotDelete" | "ExperimentationExclusionGroupInvalidTrafficAllocation" | "ExperimentationExclusionGroupInvalidName" | "ExperimentationLegacyExperimentInvalidOperation" | "MaxActionDepthExceeded" | "TitleNotOnUpdatedPricingPlan" | "SegmentManagementTitleNotInFlight" | "SegmentManagementNoExpressionTree" | "SegmentManagementTriggerActionCountOverLimit" | "SegmentManagementSegmentCountOverLimit" | "SegmentManagementInvalidSegmentId" | "SegmentManagementInvalidInput" | "SegmentManagementInvalidSegmentName" | "DeleteSegmentRateLimitExceeded" | "CreateSegmentRateLimitExceeded" | "UpdateSegmentRateLimitExceeded" | "GetSegmentsRateLimitExceeded" | "AsyncExportNotInFlight" | "AsyncExportNotFound" | "AsyncExportRateLimitExceeded" | "AnalyticsSegmentCountOverLimit" | "GetPlayersInSegmentDeprecated" | "SnapshotNotFound" | "InventoryApiNotImplemented" | "InventoryCollectionDeletionDisallowed" | "LobbyDoesNotExist" | "LobbyRateLimitExceeded" | "LobbyPlayerAlreadyJoined" | "LobbyNotJoinable" | "LobbyMemberCannotRejoin" | "LobbyCurrentPlayersMoreThanMaxPlayers" | "LobbyPlayerNotPresent" | "LobbyBadRequest" | "LobbyPlayerMaxLobbyLimitExceeded" | "LobbyNewOwnerMustBeConnected" | "LobbyCurrentOwnerStillConnected" | "LobbyMemberIsNotOwner" | "LobbyServerMismatch" | "LobbyServerNotFound" | "LobbyDifferentServerAlreadyJoined" | "LobbyServerAlreadyJoined" | "LobbyIsNotClientOwned" | "LobbyDoesNotUseConnections" | "EventSamplingInvalidRatio" | "EventSamplingInvalidEventNamespace" | "EventSamplingInvalidEventName" | "EventSamplingRatioNotFound" | "TelemetryKeyNotFound" | "TelemetryKeyInvalidName" | "TelemetryKeyAlreadyExists" | "TelemetryKeyInvalid" | "TelemetryKeyCountOverLimit" | "TelemetryKeyDeactivated" | "TelemetryKeyLongInsightsRetentionNotAllowed" | "EventSinkConnectionInvalid" | "EventSinkConnectionUnauthorized" | "EventSinkRegionInvalid" | "EventSinkLimitExceeded" | "EventSinkSasTokenInvalid" | "EventSinkNotFound" | "EventSinkNameInvalid" | "EventSinkSasTokenPermissionInvalid" | "EventSinkSecretInvalid" | "EventSinkTenantNotFound" | "EventSinkAadNotFound" | "EventSinkDatabaseNotFound" | "EventSinkTitleUnauthorized" | "EventSinkInsufficientRoleAssignment" | "EventSinkContainerNotFound" | "EventSinkTenantIdInvalid" | "EventSinkResourceMisconfigured" | "EventSinkAccessDenied" | "EventSinkWriteConflict" | "EventSinkResourceNotFound" | "EventSinkResourceFeatureNotSupported" | "EventSinkBucketNameInvalid" | "EventSinkResourceUnavailable" | "OperationCanceled" | "InvalidDisplayNameRandomSuffixLength" | "AllowNonUniquePlayerDisplayNamesDisableNotAllowed" | "PartitionedEventInvalid" | "PartitionedEventCountOverLimit" | "ManageEventNamespaceInvalid" | "ManageEventNameInvalid" | "ManagedEventNotFound" | "ManageEventsInvalidRatio" | "ManagedEventInvalid" | "PlayerCustomPropertiesPropertyNameTooLong" | "PlayerCustomPropertiesPropertyNameIsInvalid" | "PlayerCustomPropertiesStringPropertyValueTooLong" | "PlayerCustomPropertiesValueIsInvalidType" | "PlayerCustomPropertiesVersionMismatch" | "PlayerCustomPropertiesPropertyCountTooHigh" | "PlayerCustomPropertiesDuplicatePropertyName" | "PlayerCustomPropertiesPropertyDoesNotExist" | "AddonAlreadyExists" | "AddonDoesntExist" | "CopilotDisabled" | "CopilotInvalidRequest" | "TrueSkillUnauthorized" | "TrueSkillInvalidTitleId" | "TrueSkillInvalidScenarioId" | "TrueSkillInvalidModelId" | "TrueSkillInvalidModelName" | "TrueSkillInvalidPlayerIds" | "TrueSkillInvalidEntityKey" | "TrueSkillInvalidConditionKey" | "TrueSkillInvalidConditionValue" | "TrueSkillInvalidConditionAffinityWeight" | "TrueSkillInvalidEventName" | "TrueSkillMatchResultCreated" | "TrueSkillMatchResultAlreadySubmitted" | "TrueSkillBadPlayerIdInMatchResult" | "TrueSkillInvalidBotIdInMatchResult" | "TrueSkillDuplicatePlayerInMatchResult" | "TrueSkillNoPlayerInMatchResultTeam" | "TrueSkillPlayersInMatchResultExceedingLimit" | "TrueSkillInvalidPreMatchPartyInMatchResult" | "TrueSkillInvalidTimestampInMatchResult" | "TrueSkillStartTimeMissingInMatchResult" | "TrueSkillEndTimeMissingInMatchResult" | "TrueSkillInvalidPlayerSecondsPlayedInMatchResult" | "TrueSkillNoTeamInMatchResult" | "TrueSkillNotEnoughTeamsInMatchResult" | "TrueSkillInvalidRanksInMatchResult" | "TrueSkillNoWinnerInMatchResult" | "TrueSkillMissingRequiredCondition" | "TrueSkillMissingRequiredEvent" | "TrueSkillUnknownEventName" | "TrueSkillInvalidEventCount" | "TrueSkillUnknownConditionKey" | "TrueSkillUnknownConditionValue" | "TrueSkillScenarioConfigDoesNotExist" | "TrueSkillUnknownModelId" | "TrueSkillNoModelInScenario" | "TrueSkillNotSupportedForTitle" | "TrueSkillModelIsNotActive" | "TrueSkillUnauthorizedToQueryOtherPlayerSkills" | "TrueSkillInvalidMaxIterations" | "TrueSkillEndTimeBeforeStartTime" | "TrueSkillInvalidJobId" | "TrueSkillInvalidMetadataId" | "TrueSkillMissingBuildVerison" | "TrueSkillJobAlreadyExists" | "TrueSkillJobNotFound" | "TrueSkillOperationCanceled" | "TrueSkillActiveModelLimitExceeded" | "TrueSkillTotalModelLimitExceeded" | "TrueSkillUnknownInitialModelId" | "TrueSkillUnauthorizedForJob" | "TrueSkillInvalidScenarioName" | "TrueSkillConditionStateIsRequired" | "TrueSkillEventStateIsRequired" | "TrueSkillDuplicateEvent" | "TrueSkillDuplicateCondition" | "TrueSkillInvalidAnomalyThreshold" | "TrueSkillConditionKeyLimitExceeded" | "TrueSkillConditionValuePerKeyLimitExceeded" | "TrueSkillInvalidTimestamp" | "TrueSkillEventLimitExceeded" | "TrueSkillInvalidPlayers" | "TrueSkillTrueSkillPlayerNull" | "TrueSkillInvalidPlayerId" | "TrueSkillInvalidSquadSize" | "TrueSkillConditionSetNotInModel" | "TrueSkillModelStateInvalidForOperation" | "TrueSkillScenarioContainsActiveModel" | "TrueSkillInvalidConditionRank" | "TrueSkillTotalScenarioLimitExceeded" | "TrueSkillInvalidConditionsList" | "GameSaveManifestNotFound" | "GameSaveManifestVersionAlreadyExists" | "GameSaveConflictUpdatingManifest" | "GameSaveManifestUpdatesNotAllowed" | "GameSaveFileAlreadyExists" | "GameSaveManifestVersionNotFinalized" | "GameSaveUnknownFileInManifest" | "GameSaveFileExceededReportedSize" | "GameSaveFileNotUploaded" | "GameSaveBadRequest" | "GameSaveOperationNotAllowed" | "GameSaveDataStorageQuotaExceeded" | "GameSaveNewerManifestExists" | "GameSaveBaseVersionNotAvailable" | "GameSaveManifestVersionQuarantined" | "GameSaveManifestUploadProgressUpdateNotAllowed" | "GameSaveNotFinalizedManifestNotEligibleAsKnownGood" | "GameSaveNoUpdatesRequested" | "GameSaveTitleDoesNotExist" | "GameSaveOperationNotAllowedForTitle" | "GameSaveManifestFilesLimitExceeded" | "GameSaveManifestDescriptionUpdateNotAllowed" | "GameSaveTitleConfigNotFound" | "GameSaveTitleAlreadyOnboarded" | "GameSaveServiceNotEnabledForTitle" | "GameSaveServiceOnboardingPending" | "GameSaveManifestNotEligibleAsConflictingVersion" | "GameSaveServiceUnavailable" | "GameSaveConflict" | "GameSaveManifestNotEligibleForRollback" | "GameSaveTitleClientAnonymousAccountCreationNotDisabled" | "StateShareForbidden" | "StateShareTitleNotInFlight" | "StateShareStateNotFound" | "StateShareLinkNotFound" | "StateShareStateRedemptionLimitExceeded" | "StateShareStateRedemptionLimitNotUpdated" | "StateShareCreatedStatesLimitExceeded" | "StateShareIdMissingOrMalformed" | "PlayerCreationDisabled" | "AccountAlreadyExists" | "TagInvalid" | "TagTooLong" | "StatisticColumnAggregationMismatch" | "StatisticResetIntervalMismatch" | "VersionConfigurationCannotBeSpecifiedForLinkedStat" | "VersionConfigurationIsRequired" | "InvalidEntityTypeForAggregation" | "MultiLevelAggregationNotAllowed" | "AggregationTypeNotAllowedForLinkedStat" | "OperationDeniedDueToDefinitionPolicy" | "StatisticUpdateNotAllowedWhileLinked" | "UnsupportedEntityType" | "EntityTypeSpecifiedRequiresAggregationSource" | "PlayFabErrorEventNotSupportedForEntityType" | "StoreMetricsRequestInvalidInput" | "StoreMetricsErrorRetrievingMetrics";
595
595
  interface GenericPlayFabIdPair {
596
596
  /** Unique generic service identifier for a user. */
597
597
  GenericId?: GenericServiceId;
package/dist/Server.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  PlayFabServerApi
3
- } from "./chunk-EUWSFSPA.js";
4
- import "./chunk-YJSMAMLF.js";
3
+ } from "./chunk-SREPPE5C.js";
4
+ import "./chunk-UJGNLLML.js";
5
5
  export {
6
6
  PlayFabServerApi as default
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PlayFabCommon
3
- } from "./chunk-YJSMAMLF.js";
3
+ } from "./chunk-UJGNLLML.js";
4
4
 
5
5
  // src/apis/PlayFabMultiplayerApi.ts
6
6
  var PlayFabMultiplayerApi = class extends PlayFabCommon {
@@ -123,8 +123,8 @@ var PlayFabMultiplayerApi = class extends PlayFabCommon {
123
123
  * "Deaths"
124
124
  * ],
125
125
  * "InitialSettingsModelId": "73a2506e-9fd3-4d84-8dd7-570c8e9e02cf",
126
- * "MatchResultStartTimeUtc": "2025-09-26T13:32:19.8Z",
127
- * "MatchResultEndTimeUtc": "2025-09-26T14:02:19.8Z",
126
+ * "MatchResultStartTimeUtc": "2025-11-07T13:31:57.707Z",
127
+ * "MatchResultEndTimeUtc": "2025-11-07T14:01:57.707Z",
128
128
  * "MaxIterations": 100,
129
129
  * "AnomalousMatchResultIgnoreThreshold": -20.0
130
130
  * });
@@ -2354,8 +2354,8 @@ var PlayFabMultiplayerApi = class extends PlayFabCommon {
2354
2354
  * "Rank": 1
2355
2355
  * }
2356
2356
  * ],
2357
- * "StartDateTimeUtc": "2025-09-26T13:32:19.785Z",
2358
- * "EndDateTimeUtc": "2025-09-26T14:02:19.785Z"
2357
+ * "StartDateTimeUtc": "2025-11-07T13:31:57.693Z",
2358
+ * "EndDateTimeUtc": "2025-11-07T14:01:57.693Z"
2359
2359
  * }
2360
2360
  * });
2361
2361
  */
@@ -2384,4 +2384,4 @@ var PlayFabMultiplayerApi = class extends PlayFabCommon {
2384
2384
  export {
2385
2385
  PlayFabMultiplayerApi
2386
2386
  };
2387
- //# sourceMappingURL=chunk-MRGOBMKH.js.map
2387
+ //# sourceMappingURL=chunk-2DVNTYKA.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/apis/PlayFabMultiplayerApi.ts"],"sourcesContent":["import type { EmptyResponse } from \"../types/PlayFab\";\nimport type {\n CancelAllMatchmakingTicketsForPlayerRequest,\n CancelAllServerBackfillTicketsForPlayerRequest,\n CancelMatchmakingTicketRequest,\n CancelModelRequest,\n CancelServerBackfillTicketRequest,\n CreateBaseModelRequest,\n CreateBatchModelRequest,\n CreateBuildAliasRequest,\n CreateBuildWithCustomContainerRequest,\n CreateBuildWithManagedContainerRequest,\n CreateBuildWithProcessBasedServerRequest,\n CreateLobbyRequest,\n CreateMatchmakingTicketRequest,\n CreateRemoteUserRequest,\n CreateScenarioRequest,\n CreateServerBackfillTicketRequest,\n CreateServerMatchmakingTicketRequest,\n CreateTitleMultiplayerServersQuotaChangeRequest,\n DeactivateModelRequest,\n DeleteAssetRequest,\n DeleteBuildRequest,\n DeleteBuildAliasRequest,\n DeleteBuildRegionRequest,\n DeleteCertificateRequest,\n DeleteContainerImageRequest,\n DeleteLobbyRequest,\n DeleteModelRequest,\n DeleteRemoteUserRequest,\n DeleteScenarioRequest,\n DeleteSecretRequest,\n EnableMultiplayerServersForTitleRequest,\n EnablePartiesForTitleRequest,\n FindFriendLobbiesRequest,\n FindLobbiesRequest,\n GetAssetDownloadUrlRequest,\n GetAssetUploadUrlRequest,\n GetBuildRequest,\n GetBuildAliasRequest,\n GetCognitiveServicesLocalesRequest,\n GetCognitiveServicesTokenRequest,\n GetContainerRegistryCredentialsRequest,\n GetLobbyRequest,\n GetMatchRequest,\n GetMatchmakingQueueRequest,\n GetMatchmakingTicketRequest,\n GetModelDetailsRequest,\n GetModelsByScenarioRequest,\n GetMultiplayerServerAndTokenRequest,\n GetMultiplayerServerDetailsRequest,\n GetMultiplayerServerLogsRequest,\n GetMultiplayerSessionLogsBySessionIdRequest,\n GetPlayerSkillRequest,\n GetPlayerSkillForConditionsRequest,\n GetPlayerSkillForConditionsFromModelRequest,\n GetPlayerSkillFromModelRequest,\n GetQueueStatisticsRequest,\n GetRemoteLoginEndpointRequest,\n GetScenarioConfigurationRequest,\n GetScenarioConfigurationsRequest,\n GetServerBackfillTicketRequest,\n GetTitleEnabledForMultiplayerServersStatusRequest,\n GetTitleMultiplayerServersQuotaChangeRequest,\n GetTitleMultiplayerServersQuotasRequest,\n InviteToLobbyRequest,\n JoinArrangedLobbyRequest,\n JoinLobbyRequest,\n JoinLobbyAsServerRequest,\n JoinMatchmakingTicketRequest,\n LeaveLobbyRequest,\n LeaveLobbyAsServerRequest,\n ListMultiplayerServersRequest,\n ListAssetSummariesRequest,\n ListBuildAliasesRequest,\n ListBuildSummariesRequest,\n ListCertificateSummariesRequest,\n ListContainerImagesRequest,\n ListContainerImageTagsRequest,\n ListMatchmakingQueuesRequest,\n ListMatchmakingTicketsForPlayerRequest,\n ListPartyQosServersRequest,\n ListQosServersRequest,\n ListQosServersForTitleRequest,\n ListSecretSummariesRequest,\n ListServerBackfillTicketsForPlayerRequest,\n ListTitleMultiplayerServersQuotaChangesRequest,\n ListVirtualMachineSummariesRequest,\n RemoveMatchmakingQueueRequest,\n RemoveMemberFromLobbyRequest,\n RequestMultiplayerServerRequest,\n RequestMultiplayerServerAndTokenRequest,\n RequestPartyRequest,\n RequestPartyServiceRequest,\n RolloverContainerRegistryCredentialsRequest,\n SetMatchmakingQueueRequest,\n ShutdownMultiplayerServerRequest,\n SubscribeToLobbyResourceRequest,\n SubscribeToMatchResourceRequest,\n UnsubscribeFromLobbyResourceRequest,\n UnsubscribeFromMatchResourceRequest,\n UntagContainerImageRequest,\n UpdateBuildAliasRequest,\n UpdateBuildNameRequest,\n UpdateBuildRegionRequest,\n UpdateBuildRegionsRequest,\n UpdateLobbyRequest,\n UpdateLobbyAsServerRequest,\n UpdateModelRequest,\n UpdatePrimaryModelRequest,\n UpdateScenarioConfigurationRequest,\n UploadCertificateRequest,\n UploadMatchResultRequest,\n UploadSecretRequest,\n CancelAllMatchmakingTicketsForPlayerResult,\n CancelAllServerBackfillTicketsForPlayerResult,\n CancelMatchmakingTicketResult,\n CancelModelResponse,\n CancelServerBackfillTicketResult,\n CreateBaseModelResponse,\n CreateBatchModelResponse,\n BuildAliasDetailsResponse,\n CreateBuildWithCustomContainerResponse,\n CreateBuildWithManagedContainerResponse,\n CreateBuildWithProcessBasedServerResponse,\n CreateLobbyResult,\n CreateMatchmakingTicketResult,\n CreateRemoteUserResponse,\n CreateScenarioResponse,\n CreateServerBackfillTicketResult,\n CreateTitleMultiplayerServersQuotaChangeResponse,\n DeactivateModelResponse,\n LobbyEmptyResult,\n DeleteModelResponse,\n DeleteScenarioResponse,\n EnableMultiplayerServersForTitleResponse,\n FindFriendLobbiesResult,\n FindLobbiesResult,\n GetAssetDownloadUrlResponse,\n GetAssetUploadUrlResponse,\n GetBuildResponse,\n GetCognitiveServicesLocalesResponse,\n GetCognitiveServicesTokenResponse,\n GetContainerRegistryCredentialsResponse,\n GetLobbyResult,\n GetMatchResult,\n GetMatchmakingQueueResult,\n GetMatchmakingTicketResult,\n GetModelDetailsResponse,\n GetModelsByScenarioResponse,\n GetMultiplayerServerAndTokenResponse,\n GetMultiplayerServerDetailsResponse,\n GetMultiplayerServerLogsResponse,\n GetPlayerSkillResponse,\n GetPlayerSkillForConditionsResponse,\n GetPlayerSkillForConditionsFromModelResponse,\n GetPlayerSkillFromModelResponse,\n GetQueueStatisticsResult,\n GetRemoteLoginEndpointResponse,\n GetScenarioConfigurationResponse,\n GetScenarioConfigurationsResponse,\n GetServerBackfillTicketResult,\n GetTitleEnabledForMultiplayerServersStatusResponse,\n GetTitleMultiplayerServersQuotaChangeResponse,\n GetTitleMultiplayerServersQuotasResponse,\n JoinLobbyResult,\n JoinLobbyAsServerResult,\n JoinMatchmakingTicketResult,\n ListMultiplayerServersResponse,\n ListAssetSummariesResponse,\n ListBuildAliasesResponse,\n ListBuildSummariesResponse,\n ListCertificateSummariesResponse,\n ListContainerImagesResponse,\n ListContainerImageTagsResponse,\n ListMatchmakingQueuesResult,\n ListMatchmakingTicketsForPlayerResult,\n ListPartyQosServersResponse,\n ListQosServersResponse,\n ListQosServersForTitleResponse,\n ListSecretSummariesResponse,\n ListServerBackfillTicketsForPlayerResult,\n ListTitleMultiplayerServersQuotaChangesResponse,\n ListVirtualMachineSummariesResponse,\n RemoveMatchmakingQueueResult,\n RequestMultiplayerServerResponse,\n RequestMultiplayerServerAndTokenResponse,\n RequestPartyResponse,\n RequestPartyServiceResponse,\n RolloverContainerRegistryCredentialsResponse,\n SetMatchmakingQueueResult,\n SubscribeToLobbyResourceResult,\n SubscribeToMatchResourceResult,\n UnsubscribeFromMatchResourceResult,\n UpdateModelResponse,\n UpdatePrimaryModelResponse,\n UpdateScenarioConfigurationResponse,\n UploadMatchResultResponse,\n} from \"../types/PlayFabMultiplayerApi\";\nimport { PlayFabCommon } from \"../PlayFabCommon\";\n\nexport default class PlayFabMultiplayerApi extends PlayFabCommon {\n\n /**\n * Cancel all active tickets the player is a member of in a given queue.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/cancelallmatchmakingticketsforplayer Microsoft Documentation}\n * @example\n * await matchClient.CancelAllMatchmakingTicketsForPlayer({\n * \"Entity\": {\n * \"Id\": \"123123123\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"QueueName\": \"custom123\"\n * });\n */\n CancelAllMatchmakingTicketsForPlayer (request: CancelAllMatchmakingTicketsForPlayerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CancelAllMatchmakingTicketsForPlayerResult>(\"/Match/CancelAllMatchmakingTicketsForPlayer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Cancel all active backfill tickets the player is a member of in a given queue.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/cancelallserverbackfillticketsforplayer Microsoft Documentation}\n * @example\n * await matchClient.CancelAllServerBackfillTicketsForPlayer({\n * \"Entity\": {\n * \"Id\": \"123123123\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"QueueName\": \"custom123\"\n * });\n */\n CancelAllServerBackfillTicketsForPlayer (request: CancelAllServerBackfillTicketsForPlayerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CancelAllServerBackfillTicketsForPlayerResult>(\"/Match/CancelAllServerBackfillTicketsForPlayer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Cancel a matchmaking ticket.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/cancelmatchmakingticket Microsoft Documentation}\n * @example\n * await matchClient.CancelMatchmakingTicket({\n * \"TicketId\": \"1c4b0daa-150e-47ae-9923-d770c0f9b07c\",\n * \"QueueName\": \"custom123\"\n * });\n */\n CancelMatchmakingTicket (request: CancelMatchmakingTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CancelMatchmakingTicketResult>(\"/Match/CancelMatchmakingTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Cancel a batch model creation.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/cancelmodel Microsoft Documentation}\n * @example\n * await trueskillClient.CancelModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\"\n * });\n */\n CancelModel (request: CancelModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CancelModelResponse>(\"/TrueSkill/CancelModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Cancel a server backfill ticket.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/cancelserverbackfillticket Microsoft Documentation}\n * @example\n * await matchClient.CancelServerBackfillTicket({\n * \"TicketId\": \"1c4b0daa-150e-47ae-9923-d770c0f9b07c\",\n * \"QueueName\": \"custom123\"\n * });\n */\n CancelServerBackfillTicket (request: CancelServerBackfillTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CancelServerBackfillTicketResult>(\"/Match/CancelServerBackfillTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a base model with default settings.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/createbasemodel Microsoft Documentation}\n * @example\n * await trueskillClient.CreateBaseModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelName\": \"Test Batch Model\",\n * \"Conditions\": [\n * {\n * \"Key\": \"Platform\",\n * \"Rank\": 2\n * },\n * {\n * \"Key\": \"GameMode\",\n * \"Rank\": 1\n * }\n * ]\n * });\n */\n CreateBaseModel (request: CreateBaseModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateBaseModelResponse>(\"/TrueSkill/CreateBaseModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a batch model that is learned from a title's match results in a scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/createbatchmodel Microsoft Documentation}\n * @example\n * await trueskillClient.CreateBatchModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelName\": \"Test Batch Model\",\n * \"Conditions\": [\n * {\n * \"Key\": \"Platform\",\n * \"Rank\": 2\n * },\n * {\n * \"Key\": \"GameMode\",\n * \"Rank\": 1\n * }\n * ],\n * \"Events\": [\n * \"Kills\",\n * \"Deaths\"\n * ],\n * \"InitialSettingsModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\",\n * \"MatchResultStartTimeUtc\": \"2025-11-07T13:31:57.707Z\",\n * \"MatchResultEndTimeUtc\": \"2025-11-07T14:01:57.707Z\",\n * \"MaxIterations\": 100,\n * \"AnomalousMatchResultIgnoreThreshold\": -20.0\n * });\n */\n CreateBatchModel (request: CreateBatchModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateBatchModelResponse>(\"/TrueSkill/CreateBatchModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a multiplayer server build alias.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createbuildalias Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateBuildAlias({\n * \"AliasName\": \"AliasName\",\n * \"BuildSelectionCriteria\": [\n * {\n * \"BuildWeightDistribution\": {\n * \"53781fa8-006d-4e9c-b733-57433d579285\": 1\n * }\n * }\n * ]\n * });\n */\n CreateBuildAlias (request: CreateBuildAliasRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<BuildAliasDetailsResponse>(\"/MultiplayerServer/CreateBuildAlias\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a multiplayer server build with a custom container.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createbuildwithcustomcontainer Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateBuildWithCustomContainer({\n * \"ContainerRunCommand\": \"/data/Assets -startserver\",\n * \"GameAssetReferences\": [\n * {\n * \"FileName\": \"gameserver.zip\",\n * \"MountPath\": \"/data/Assets\"\n * }\n * ],\n * \"ContainerImageReference\": {\n * \"ImageName\": \"ContainerImageName\",\n * \"Tag\": \"ContainerTag\"\n * },\n * \"LinuxInstrumentationConfiguration\": {\n * \"IsEnabled\": false\n * },\n * \"ContainerFlavor\": \"CustomLinux\",\n * \"ServerResourceConstraints\": {\n * \"CpuLimit\": 0.5,\n * \"MemoryLimitGB\": 0.5\n * },\n * \"BuildName\": \"GameBuildName\",\n * \"Metadata\": {\n * \"MetadataKey\": \"MetadataValue\"\n * },\n * \"VmSize\": \"Standard_D2_v2\",\n * \"MultiplayerServerCountPerVm\": 10,\n * \"Ports\": [\n * {\n * \"Name\": \"PortName\",\n * \"Num\": 1243,\n * \"Protocol\": \"TCP\"\n * }\n * ],\n * \"RegionConfigurations\": [\n * {\n * \"Region\": \"EastUs\",\n * \"MaxServers\": 10,\n * \"StandbyServers\": 5,\n * \"ScheduledStandbySettings\": {\n * \"IsEnabled\": true,\n * \"ScheduleList\": [\n * {\n * \"StartTime\": \"2020-08-21T17:00:00Z\",\n * \"EndTime\": \"2020-08-24T09:00:00Z\",\n * \"IsRecurringWeekly\": true,\n * \"IsDisabled\": false,\n * \"Description\": \"Weekend Schedule\",\n * \"TargetStandby\": 8\n * },\n * {\n * \"StartTime\": \"2020-08-24T09:00:00Z\",\n * \"EndTime\": \"2020-08-28T17:00:00Z\",\n * \"IsRecurringWeekly\": true,\n * \"IsDisabled\": false,\n * \"Description\": \"Weekday Schedule\",\n * \"TargetStandby\": 3\n * }\n * ]\n * },\n * \"RoutingSettings\": {\n * \"NumberOfMicrosoftRoutingIPs\": 1,\n * \"NumberOfInternetRoutingIPs\": 1,\n * \"DefaultRoutingType\": 1\n * }\n * },\n * {\n * \"Region\": \"WestUs\",\n * \"MaxServers\": 50,\n * \"StandbyServers\": 8,\n * \"ScheduledStandbySettings\": {\n * \"IsEnabled\": true,\n * \"ScheduleList\": [\n * {\n * \"StartTime\": \"2020-08-21T09:00:00Z\",\n * \"EndTime\": \"2020-08-21T23:00:00Z\",\n * \"IsRecurringWeekly\": false,\n * \"IsDisabled\": false,\n * \"Description\": \"Game Launch\",\n * \"TargetStandby\": 30\n * }\n * ]\n * }\n * },\n * {\n * \"Region\": \"NorthEurope\",\n * \"MaxServers\": 7,\n * \"StandbyServers\": 3\n * }\n * ],\n * \"GameCertificateReferences\": [\n * {\n * \"Name\": \"CertName\",\n * \"GsdkAlias\": \"CertGsdkAlias\"\n * }\n * ],\n * \"GameSecretReferences\": [\n * {\n * \"Name\": \"SecretName\"\n * }\n * ],\n * \"RoutingSettings\": {\n * \"NumberOfMicrosoftRoutingIPs\": 1,\n * \"NumberOfInternetRoutingIPs\": 0,\n * \"DefaultRoutingType\": 0\n * }\n * });\n */\n CreateBuildWithCustomContainer (request: CreateBuildWithCustomContainerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateBuildWithCustomContainerResponse>(\"/MultiplayerServer/CreateBuildWithCustomContainer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a multiplayer server build with a managed container.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createbuildwithmanagedcontainer Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateBuildWithManagedContainer({\n * \"StartMultiplayerServerCommand\": \"gameserver.exe -startserver\",\n * \"GameAssetReferences\": [\n * {\n * \"FileName\": \"gameserver.zip\",\n * \"MountPath\": \"C:\\\\Asset\\\\\"\n * }\n * ],\n * \"InstrumentationConfiguration\": {\n * \"ProcessesToMonitor\": [\n * \"GameServerProcessName\"\n * ],\n * \"IsEnabled\": true\n * },\n * \"GameWorkingDirectory\": \"C:\\\\Assets\",\n * \"ContainerFlavor\": \"ManagedWindowsServerCore\",\n * \"ServerResourceConstraints\": {\n * \"CpuLimit\": 0.5,\n * \"MemoryLimitGB\": 0.5\n * },\n * \"BuildName\": \"GameBuildName\",\n * \"Metadata\": {\n * \"MetadataKey\": \"MetadataValue\"\n * },\n * \"VmSize\": \"Standard_D2_v2\",\n * \"MultiplayerServerCountPerVm\": 10,\n * \"Ports\": [\n * {\n * \"Name\": \"PortName\",\n * \"Num\": 1243,\n * \"Protocol\": \"TCP\"\n * }\n * ],\n * \"RegionConfigurations\": [\n * {\n * \"Region\": \"EastUs\",\n * \"MaxServers\": 10,\n * \"StandbyServers\": 5,\n * \"ScheduledStandbySettings\": {\n * \"IsEnabled\": true,\n * \"ScheduleList\": [\n * {\n * \"StartTime\": \"2020-08-21T17:00:00Z\",\n * \"EndTime\": \"2020-08-24T09:00:00Z\",\n * \"IsRecurringWeekly\": true,\n * \"IsDisabled\": false,\n * \"Description\": \"Weekend Schedule\",\n * \"TargetStandby\": 8\n * },\n * {\n * \"StartTime\": \"2020-08-24T09:00:00Z\",\n * \"EndTime\": \"2020-08-28T17:00:00Z\",\n * \"IsRecurringWeekly\": true,\n * \"IsDisabled\": false,\n * \"Description\": \"Weekday Schedule\",\n * \"TargetStandby\": 3\n * }\n * ]\n * }\n * },\n * {\n * \"Region\": \"WestUs\",\n * \"MaxServers\": 50,\n * \"StandbyServers\": 8,\n * \"ScheduledStandbySettings\": {\n * \"IsEnabled\": true,\n * \"ScheduleList\": [\n * {\n * \"StartTime\": \"2020-08-21T09:00:00Z\",\n * \"EndTime\": \"2020-08-21T23:00:00Z\",\n * \"IsRecurringWeekly\": false,\n * \"IsDisabled\": false,\n * \"Description\": \"Game Launch\",\n * \"TargetStandby\": 30\n * }\n * ]\n * }\n * },\n * {\n * \"Region\": \"NorthEurope\",\n * \"MaxServers\": 7,\n * \"StandbyServers\": 3\n * }\n * ],\n * \"GameCertificateReferences\": [\n * {\n * \"Name\": \"CertName\",\n * \"GsdkAlias\": \"CertGsdkAlias\"\n * }\n * ],\n * \"GameSecretReferences\": [\n * {\n * \"Name\": \"SecretName\"\n * }\n * ]\n * });\n */\n CreateBuildWithManagedContainer (request: CreateBuildWithManagedContainerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateBuildWithManagedContainerResponse>(\"/MultiplayerServer/CreateBuildWithManagedContainer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a multiplayer server build with the server running as a process.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createbuildwithprocessbasedserver Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateBuildWithProcessBasedServer({\n * \"OsPlatform\": \"Windows\",\n * \"GameAssetReferences\": [\n * {\n * \"FileName\": \"game.zip\"\n * }\n * ],\n * \"StartMultiplayerServerCommand\": \"gameserver.exe -startserver\",\n * \"InstrumentationConfiguration\": {\n * \"ProcessesToMonitor\": [\n * \"GameServerProcessName\"\n * ],\n * \"IsEnabled\": true\n * },\n * \"GameWorkingDirectory\": \"C:\\\\Assets\",\n * \"IsOSPreview\": false,\n * \"VmSize\": \"Standard_D2_v2\",\n * \"MultiplayerServerCountPerVm\": 10,\n * \"Ports\": [\n * {\n * \"Name\": \"PortName\",\n * \"Num\": 1243,\n * \"Protocol\": \"TCP\"\n * }\n * ],\n * \"RegionConfigurations\": [\n * {\n * \"Region\": \"EastUs\",\n * \"MaxServers\": 10,\n * \"StandbyServers\": 5\n * },\n * {\n * \"Region\": \"WestUs\",\n * \"MaxServers\": 12,\n * \"StandbyServers\": 8\n * },\n * {\n * \"Region\": \"NorthEurope\",\n * \"MaxServers\": 7,\n * \"StandbyServers\": 3\n * }\n * ],\n * \"GameCertificateReferences\": [\n * {\n * \"Name\": \"CertName\",\n * \"GsdkAlias\": \"CertGsdkAlias\"\n * }\n * ],\n * \"GameSecretReferences\": [\n * {\n * \"Name\": \"SecretName\"\n * }\n * ]\n * });\n */\n CreateBuildWithProcessBasedServer (request: CreateBuildWithProcessBasedServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateBuildWithProcessBasedServerResponse>(\"/MultiplayerServer/CreateBuildWithProcessBasedServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/createlobby Microsoft Documentation}\n * @example\n * await lobbyClient.CreateLobby({\n * \"MaxPlayers\": 50,\n * \"Owner\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"OwnerMigrationPolicy\": \"Automatic\",\n * \"UseConnections\": true,\n * \"AccessPolicy\": \"Public\",\n * \"SearchData\": {\n * \"string_key1\": \"searchable value\"\n * },\n * \"LobbyData\": {\n * \"MyGameKey\": \"MyGameKey value\"\n * },\n * \"Members\": [\n * {\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * }\n * ],\n * \"RestrictInvitesToLobbyOwner\": false\n * });\n */\n CreateLobby (request: CreateLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateLobbyResult>(\"/Lobby/CreateLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a matchmaking ticket as a client.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/creatematchmakingticket Microsoft Documentation}\n * @example\n * await matchClient.CreateMatchmakingTicket({\n * \"Creator\": {},\n * \"MembersToMatchWith\": [],\n * \"GiveUpAfterSeconds\": 100,\n * \"QueueName\": \"custom123\"\n * });\n */\n CreateMatchmakingTicket (request: CreateMatchmakingTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateMatchmakingTicketResult>(\"/Match/CreateMatchmakingTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a remote user to log on to a VM for a multiplayer server build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createremoteuser Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateRemoteUser({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\",\n * \"VmId\": \"VmID1\",\n * \"Username\": \"AUsername\",\n * \"ExpirationTime\": \"2014-04-07T09:04:28Z\"\n * });\n */\n CreateRemoteUser (request: CreateRemoteUserRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateRemoteUserResponse>(\"/MultiplayerServer/CreateRemoteUser\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a scenario to specify which conditions, conditions values and events will be allowed when submitting match\n * results.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/createscenario Microsoft Documentation}\n * @example\n * await trueskillClient.CreateScenario({\n * \"Name\": \"Test Scenario\",\n * \"Conditions\": [\n * {\n * \"Key\": \"Platform\",\n * \"Values\": [\n * \"PC\",\n * \"Xbox\"\n * ]\n * },\n * {\n * \"Key\": \"GameMode\",\n * \"Values\": [\n * \"TeamDeathMatch\",\n * \"CaptureTheFlag\"\n * ]\n * }\n * ],\n * \"Events\": [\n * \"Kills\",\n * \"Deaths\"\n * ]\n * });\n */\n CreateScenario (request: CreateScenarioRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateScenarioResponse>(\"/TrueSkill/CreateScenario\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a backfill matchmaking ticket as a server. A backfill ticket represents an ongoing game. The matchmaking service\n * automatically starts matching the backfill ticket against other matchmaking tickets. Backfill tickets cannot match with\n * other backfill tickets.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/createserverbackfillticket Microsoft Documentation}\n * @example\n * await matchClient.CreateServerBackfillTicket({\n * \"Members\": [],\n * \"GiveUpAfterSeconds\": 100,\n * \"ServerDetails\": {\n * \"IPV4Address\": \"10.250.24.54\",\n * \"Ports\": [\n * {\n * \"Name\": \"PortName\",\n * \"Num\": 1243,\n * \"Protocol\": \"TCP\"\n * }\n * ],\n * \"Region\": \"WestUS\",\n * \"Fqdn\": \"vm.azure.cloudapp.net\",\n * \"ServerId\": \"359e4634-7c8f-4d44-87a5-f3a876aac6c0\"\n * },\n * \"QueueName\": \"custom123\"\n * });\n */\n CreateServerBackfillTicket (request: CreateServerBackfillTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateServerBackfillTicketResult>(\"/Match/CreateServerBackfillTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a matchmaking ticket as a server. The matchmaking service automatically starts matching the ticket against other\n * matchmaking tickets.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/createservermatchmakingticket Microsoft Documentation}\n * @example\n * await matchClient.CreateServerMatchmakingTicket({\n * \"Members\": [\n * null\n * ],\n * \"GiveUpAfterSeconds\": 100,\n * \"QueueName\": \"custom123\"\n * });\n */\n CreateServerMatchmakingTicket (request: CreateServerMatchmakingTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateMatchmakingTicketResult>(\"/Match/CreateServerMatchmakingTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a request to change a title's multiplayer server quotas.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/createtitlemultiplayerserversquotachange Microsoft Documentation}\n * @example\n * await multiplayerserverClient.CreateTitleMultiplayerServersQuotaChange({\n * \"ContactEmail\": \"john@mygamestudio.com\",\n * \"StartDate\": \"2020-01-23T00:00:00Z\",\n * \"ChangeDescription\": \"Season 3 Launch\",\n * \"Notes\": \"Based on the last launch, we expect 1 trillion active users.\",\n * \"Changes\": [\n * {\n * \"VmFamily\": \"Dasv4\",\n * \"Region\": \"EastUs\",\n * \"NewCoreLimit\": 55000\n * },\n * {\n * \"VmFamily\": \"Dasv4\",\n * \"Region\": \"NorthCentralUs\",\n * \"NewCoreLimit\": 65000\n * }\n * ]\n * });\n */\n CreateTitleMultiplayerServersQuotaChange (request: CreateTitleMultiplayerServersQuotaChangeRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateTitleMultiplayerServersQuotaChangeResponse>(\"/MultiplayerServer/CreateTitleMultiplayerServersQuotaChange\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Switch a model's state from Active to Deactivated.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/deactivatemodel Microsoft Documentation}\n * @example\n * await trueskillClient.DeactivateModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\"\n * });\n */\n DeactivateModel (request: DeactivateModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeactivateModelResponse>(\"/TrueSkill/DeactivateModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a multiplayer server game asset for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deleteasset Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteAsset({\n * \"FileName\": \"gameserver.zip\"\n * });\n */\n DeleteAsset (request: DeleteAssetRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteAsset\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a multiplayer server build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletebuild Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteBuild({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\"\n * });\n */\n DeleteBuild (request: DeleteBuildRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteBuild\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a multiplayer server build alias.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletebuildalias Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteBuildAlias({\n * \"AliasId\": \"21781fa8-096d-4d9c-b699-75433d579285\"\n * });\n */\n DeleteBuildAlias (request: DeleteBuildAliasRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteBuildAlias\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Removes a multiplayer server build's region.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletebuildregion Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteBuildRegion({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"JapanEast\"\n * });\n */\n DeleteBuildRegion (request: DeleteBuildRegionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteBuildRegion\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a multiplayer server game certificate.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletecertificate Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteCertificate({\n * \"Name\": \"GameCertificate1\"\n * });\n */\n DeleteCertificate (request: DeleteCertificateRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteCertificate\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a container image repository.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletecontainerimagerepository Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteContainerImageRepository({\n * \"ImageName\": \"imageName1\"\n * });\n */\n DeleteContainerImageRepository (request: DeleteContainerImageRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteContainerImageRepository\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Delete a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/deletelobby Microsoft Documentation}\n * @example\n * await lobbyClient.DeleteLobby({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\"\n * });\n */\n DeleteLobby (request: DeleteLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/DeleteLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Delete a model.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/deletemodel Microsoft Documentation}\n * @example\n * await trueskillClient.DeleteModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\"\n * });\n */\n DeleteModel (request: DeleteModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteModelResponse>(\"/TrueSkill/DeleteModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a remote user to log on to a VM for a multiplayer server build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deleteremoteuser Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteRemoteUser({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\",\n * \"VmId\": \"VmID1\",\n * \"Username\": \"AUsername\"\n * });\n */\n DeleteRemoteUser (request: DeleteRemoteUserRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteRemoteUser\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Delete a scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/deletescenario Microsoft Documentation}\n * @example\n * await trueskillClient.DeleteScenario({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ForceDelete\": true\n * });\n */\n DeleteScenario (request: DeleteScenarioRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteScenarioResponse>(\"/TrueSkill/DeleteScenario\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a multiplayer server game secret.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/deletesecret Microsoft Documentation}\n * @example\n * await multiplayerserverClient.DeleteSecret({\n * \"Name\": \"GameSecret1\"\n * });\n */\n DeleteSecret (request: DeleteSecretRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/DeleteSecret\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Enables the multiplayer server feature for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/enablemultiplayerserversfortitle Microsoft Documentation}\n * @example\n * await multiplayerserverClient.EnableMultiplayerServersForTitle({});\n */\n EnableMultiplayerServersForTitle (request: EnableMultiplayerServersForTitleRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EnableMultiplayerServersForTitleResponse>(\"/MultiplayerServer/EnableMultiplayerServersForTitle\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Enables the parties feature for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/party/multiplayerserver/enablepartiesfortitle Microsoft Documentation}\n * @example\n * await partyClient.EnablePartiesForTitle({});\n */\n EnablePartiesForTitle (request: EnablePartiesForTitleRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Party/EnablePartiesForTitle\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Find lobbies which match certain criteria, and which friends are in.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/findfriendlobbies Microsoft Documentation}\n * @example\n * await lobbyClient.FindFriendLobbies({\n * \"Filter\": \"string_key1 eq 'Wizard' and number_key5 gt 5\",\n * \"OrderBy\": \"number_key5 desc\",\n * \"ExternalPlatformFriends\": \"Xbox\",\n * \"XboxToken\": \"XBOXTOKEN\",\n * \"Pagination\": {\n * \"ContinuationToken\": \"\",\n * \"PageSizeRequested\": 20\n * }\n * });\n */\n FindFriendLobbies (request: FindFriendLobbiesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<FindFriendLobbiesResult>(\"/Lobby/FindFriendLobbies\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Find all the lobbies that match certain criteria.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/findlobbies Microsoft Documentation}\n * @example\n * await lobbyClient.FindLobbies({\n * \"Filter\": \"string_key1 eq 'Wizard' and number_key5 gt 5\",\n * \"OrderBy\": \"number_key5 desc\",\n * \"Pagination\": {\n * \"ContinuationToken\": \"\",\n * \"PageSizeRequested\": 20\n * }\n * });\n */\n FindLobbies (request: FindLobbiesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<FindLobbiesResult>(\"/Lobby/FindLobbies\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a URL that can be used to download the specified asset. A sample pre-authenticated url -\n * https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getassetdownloadurl Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetAssetDownloadUrl({\n * \"FileName\": \"gameserver.zip\"\n * });\n */\n GetAssetDownloadUrl (request: GetAssetDownloadUrlRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetAssetDownloadUrlResponse>(\"/MultiplayerServer/GetAssetDownloadUrl\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the URL to upload assets to. A sample pre-authenticated url -\n * https://sampleStorageAccount.blob.core.windows.net/gameassets/gameserver.zip?sv=2015-04-05&ss=b&srt=sco&sp=rw&st=startDate&se=endDate&spr=https&sig=sampleSig&api-version=2017-07-29\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getassetuploadurl Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetAssetUploadUrl({\n * \"FileName\": \"gameserver.zip\"\n * });\n */\n GetAssetUploadUrl (request: GetAssetUploadUrlRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetAssetUploadUrlResponse>(\"/MultiplayerServer/GetAssetUploadUrl\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a multiplayer server build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getbuild Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetBuild({\n * \"BuildId\": \"53781fa8-006d-4e9c-b733-57433d579285\"\n * });\n */\n GetBuild (request: GetBuildRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetBuildResponse>(\"/MultiplayerServer/GetBuild\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a multiplayer server build alias.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getbuildalias Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetBuildAlias({\n * \"AliasId\": \"21781fa8-096d-4d9c-b699-75433d579285\"\n * });\n */\n GetBuildAlias (request: GetBuildAliasRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<BuildAliasDetailsResponse>(\"/MultiplayerServer/GetBuildAlias\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets supported locales for the cognitive services based on the specified service type.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getcognitiveserviceslocales Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetCognitiveServicesLocales({\n * \"CognitiveServicesType\": \"SpeechToText\",\n * \"Region\": \"WestUs\"\n * });\n */\n GetCognitiveServicesLocales (request: GetCognitiveServicesLocalesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetCognitiveServicesLocalesResponse>(\"/MultiplayerServer/GetCognitiveServicesLocales\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a token for the cognitive services based on the specified service type.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getcognitiveservicestoken Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetCognitiveServicesToken({\n * \"CognitiveServicesType\": \"SpeechToText\",\n * \"Region\": \"AustraliaEast\"\n * });\n */\n GetCognitiveServicesToken (request: GetCognitiveServicesTokenRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetCognitiveServicesTokenResponse>(\"/MultiplayerServer/GetCognitiveServicesToken\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the credentials to the container registry.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getcontainerregistrycredentials Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetContainerRegistryCredentials({});\n */\n GetContainerRegistryCredentials (request: GetContainerRegistryCredentialsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetContainerRegistryCredentialsResponse>(\"/MultiplayerServer/GetContainerRegistryCredentials\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/getlobby Microsoft Documentation}\n * @example\n * await lobbyClient.GetLobby({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\"\n * });\n */\n GetLobby (request: GetLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetLobbyResult>(\"/Lobby/GetLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get a match.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/getmatch Microsoft Documentation}\n * @example\n * await matchClient.GetMatch({\n * \"MatchId\": \"4e0c5fd7-80e9-4744-b0ce-061a7f067ff5\",\n * \"QueueName\": \"custom123\",\n * \"EscapeObject\": false,\n * \"ReturnMemberAttributes\": false\n * });\n */\n GetMatch (request: GetMatchRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMatchResult>(\"/Match/GetMatch\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * SDK support is limited to C# and Java for this API. Get a matchmaking queue configuration.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking-admin/getmatchmakingqueue Microsoft Documentation}\n * @example\n * await matchClient.GetMatchmakingQueue({\n * \"QueueName\": \"custom123\"\n * });\n */\n GetMatchmakingQueue (request: GetMatchmakingQueueRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMatchmakingQueueResult>(\"/Match/GetMatchmakingQueue\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get a matchmaking ticket by ticket Id.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/getmatchmakingticket Microsoft Documentation}\n * @example\n * await matchClient.GetMatchmakingTicket({\n * \"TicketId\": \"1c4b0daa-150e-47ae-9923-d770c0f9b07c\",\n * \"QueueName\": \"custom123\",\n * \"EscapeObject\": false\n * });\n */\n GetMatchmakingTicket (request: GetMatchmakingTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMatchmakingTicketResult>(\"/Match/GetMatchmakingTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the details of a Model.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/getmodeldetails Microsoft Documentation}\n * @example\n * await trueskillClient.GetModelDetails({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\"\n * });\n */\n GetModelDetails (request: GetModelDetailsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetModelDetailsResponse>(\"/TrueSkill/GetModelDetails\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get all of the models assigned to a specific scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/getmodelsbyscenario Microsoft Documentation}\n * @example\n * await trueskillClient.GetModelsByScenario({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\"\n * });\n */\n GetModelsByScenario (request: GetModelsByScenarioRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetModelsByScenarioResponse>(\"/TrueSkill/GetModelsByScenario\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets multiplayer server session details and associated user connection tokens for a build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getmultiplayerserverandtoken Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetMultiplayerServerAndToken({\n * \"TokenPlayerIds\": [\n * \"User1\",\n * \"User2\"\n * ],\n * \"SessionId\": \"02bdef0e-e01e-4b29-8efe-ff9f47a06d8c\"\n * });\n */\n GetMultiplayerServerAndToken (request: GetMultiplayerServerAndTokenRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMultiplayerServerAndTokenResponse>(\"/MultiplayerServer/GetMultiplayerServerAndToken\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets multiplayer server session details for a build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getmultiplayerserverdetails Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetMultiplayerServerDetails({\n * \"SessionId\": \"02bdef0e-e01e-4b29-8efe-ff9f47a06d8c\"\n * });\n */\n GetMultiplayerServerDetails (request: GetMultiplayerServerDetailsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMultiplayerServerDetailsResponse>(\"/MultiplayerServer/GetMultiplayerServerDetails\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets multiplayer server logs after a server has terminated.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getmultiplayerserverlogs Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetMultiplayerServerLogs({\n * \"Region\": \"AustraliaEast\",\n * \"ServerId\": \"SomeServerId\"\n * });\n */\n GetMultiplayerServerLogs (request: GetMultiplayerServerLogsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMultiplayerServerLogsResponse>(\"/MultiplayerServer/GetMultiplayerServerLogs\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets multiplayer server logs after a server has terminated.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getmultiplayersessionlogsbysessionid Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetMultiplayerSessionLogsBySessionId({\n * \"SessionId\": \"92e29db9-4004-4349-9a1f-b70ac01bdc08\"\n * });\n */\n GetMultiplayerSessionLogsBySessionId (request: GetMultiplayerSessionLogsBySessionIdRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetMultiplayerServerLogsResponse>(\"/MultiplayerServer/GetMultiplayerSessionLogsBySessionId\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets skill values of a set of players from the primary model of a given scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill/getplayerskill Microsoft Documentation}\n * @example\n * await trueskillClient.GetPlayerSkill({\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"Players\": [\n * {\n * \"Entity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"5678\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SquadSize\": 2\n * }\n * ],\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"IncludeSkillBreakdown\": true\n * });\n */\n GetPlayerSkill (request: GetPlayerSkillRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetPlayerSkillResponse>(\"/TrueSkill/GetPlayerSkill\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets skill values of a set of players for multiple sets of conditions from the primary model of a given scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill/getplayerskillforconditions Microsoft Documentation}\n * @example\n * await trueskillClient.GetPlayerSkillForConditions({\n * \"Conditions\": [\n * {\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * }\n * },\n * {\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Guardian\"\n * }\n * }\n * ],\n * \"Players\": [\n * {\n * \"Entity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"5678\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SquadSize\": 2\n * }\n * ],\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"IncludeSkillBreakdown\": true\n * });\n */\n GetPlayerSkillForConditions (request: GetPlayerSkillForConditionsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetPlayerSkillForConditionsResponse>(\"/TrueSkill/GetPlayerSkillForConditions\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets skill values of a set of players for multiple sets of conditions from a specific model.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill/getplayerskillforconditionsfrommodel Microsoft Documentation}\n * @example\n * await trueskillClient.GetPlayerSkillForConditionsFromModel({\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\",\n * \"Conditions\": [\n * {\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * }\n * },\n * {\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Guardian\"\n * }\n * }\n * ],\n * \"Players\": [\n * {\n * \"Entity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"5678\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SquadSize\": 2\n * }\n * ],\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"IncludeSkillBreakdown\": true\n * });\n */\n GetPlayerSkillForConditionsFromModel (request: GetPlayerSkillForConditionsFromModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetPlayerSkillForConditionsFromModelResponse>(\"/TrueSkill/GetPlayerSkillForConditionsFromModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets skill values of a set of players from a specific model.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill/getplayerskillfrommodel Microsoft Documentation}\n * @example\n * await trueskillClient.GetPlayerSkillFromModel({\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\",\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"Players\": [\n * {\n * \"Entity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"5678\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SquadSize\": 2\n * }\n * ],\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"IncludeSkillBreakdown\": true\n * });\n */\n GetPlayerSkillFromModel (request: GetPlayerSkillFromModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetPlayerSkillFromModelResponse>(\"/TrueSkill/GetPlayerSkillFromModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get the statistics for a queue.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/getqueuestatistics Microsoft Documentation}\n * @example\n * await matchClient.GetQueueStatistics({\n * \"QueueName\": \"custom123\"\n * });\n */\n GetQueueStatistics (request: GetQueueStatisticsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetQueueStatisticsResult>(\"/Match/GetQueueStatistics\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a remote login endpoint to a VM that is hosting a multiplayer server build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/getremoteloginendpoint Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetRemoteLoginEndpoint({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\",\n * \"VmId\": \"VmID1\"\n * });\n */\n GetRemoteLoginEndpoint (request: GetRemoteLoginEndpointRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetRemoteLoginEndpointResponse>(\"/MultiplayerServer/GetRemoteLoginEndpoint\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get a scenario configuration.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/getscenarioconfiguration Microsoft Documentation}\n * @example\n * await trueskillClient.GetScenarioConfiguration({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\"\n * });\n */\n GetScenarioConfiguration (request: GetScenarioConfigurationRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetScenarioConfigurationResponse>(\"/TrueSkill/GetScenarioConfiguration\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets all scenario configurations that belong to the title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/getscenarioconfigurations Microsoft Documentation}\n */\n GetScenarioConfigurations (request: GetScenarioConfigurationsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetScenarioConfigurationsResponse>(\"/TrueSkill/GetScenarioConfigurations\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get a matchmaking backfill ticket by ticket Id.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/getserverbackfillticket Microsoft Documentation}\n * @example\n * await matchClient.GetServerBackfillTicket({\n * \"TicketId\": \"1c4b0daa-150e-47ae-9923-d770c0f9b07c\",\n * \"QueueName\": \"custom123\",\n * \"EscapeObject\": false\n * });\n */\n GetServerBackfillTicket (request: GetServerBackfillTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetServerBackfillTicketResult>(\"/Match/GetServerBackfillTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the status of whether a title is enabled for the multiplayer server feature.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/gettitleenabledformultiplayerserversstatus Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetTitleEnabledForMultiplayerServersStatus({});\n */\n GetTitleEnabledForMultiplayerServersStatus (request: GetTitleEnabledForMultiplayerServersStatusRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetTitleEnabledForMultiplayerServersStatusResponse>(\"/MultiplayerServer/GetTitleEnabledForMultiplayerServersStatus\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a title's server quota change request.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/gettitlemultiplayerserversquotachange Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetTitleMultiplayerServersQuotaChange({\n * \"RequestId\": \"1234\"\n * });\n */\n GetTitleMultiplayerServersQuotaChange (request: GetTitleMultiplayerServersQuotaChangeRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetTitleMultiplayerServersQuotaChangeResponse>(\"/MultiplayerServer/GetTitleMultiplayerServersQuotaChange\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the quotas for a title in relation to multiplayer servers.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/gettitlemultiplayerserversquotas Microsoft Documentation}\n * @example\n * await multiplayerserverClient.GetTitleMultiplayerServersQuotas({});\n */\n GetTitleMultiplayerServersQuotas (request: GetTitleMultiplayerServersQuotasRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetTitleMultiplayerServersQuotasResponse>(\"/MultiplayerServer/GetTitleMultiplayerServersQuotas\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Send a notification to invite a player to a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/invitetolobby Microsoft Documentation}\n * @example\n * await lobbyClient.InviteToLobby({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\",\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"InviteeEntity\": {\n * \"Id\": \"4321\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n InviteToLobby (request: InviteToLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/InviteToLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Join an Arranged lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/joinarrangedlobby Microsoft Documentation}\n * @example\n * await lobbyClient.JoinArrangedLobby({\n * \"MaxPlayers\": 50,\n * \"OwnerMigrationPolicy\": \"Automatic\",\n * \"UseConnections\": true,\n * \"AccessPolicy\": \"Public\",\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"ArrangementString\": \"arrangementString\",\n * \"MemberData\": {\n * \"MyMemberKey\": \"MyMemberKey value\"\n * },\n * \"RestrictInvitesToLobbyOwner\": false\n * });\n */\n JoinArrangedLobby (request: JoinArrangedLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<JoinLobbyResult>(\"/Lobby/JoinArrangedLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Join a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/joinlobby Microsoft Documentation}\n * @example\n * await lobbyClient.JoinLobby({\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"ConnectionString\": \"connString\",\n * \"MemberData\": {\n * \"MyDataKey\": \"MyDataKey value\"\n * }\n * });\n */\n JoinLobby (request: JoinLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<JoinLobbyResult>(\"/Lobby/JoinLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Preview: Join a lobby as a server entity. This is restricted to client lobbies which are using connections.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/joinlobbyasserver Microsoft Documentation}\n * @example\n * await lobbyClient.JoinLobbyAsServer({\n * \"ServerEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"game_server\",\n * \"TypeString\": \"game_server\"\n * },\n * \"ConnectionString\": \"connString\",\n * \"ServerData\": {\n * \"MyDataKey\": \"MyDataKey value\"\n * }\n * });\n */\n JoinLobbyAsServer (request: JoinLobbyAsServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<JoinLobbyAsServerResult>(\"/Lobby/JoinLobbyAsServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Join a matchmaking ticket.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/joinmatchmakingticket Microsoft Documentation}\n * @example\n * await matchClient.JoinMatchmakingTicket({\n * \"TicketId\": \"1c4b0daa-150e-47ae-9923-d770c0f9b07c\",\n * \"QueueName\": \"custom123\",\n * \"Member\": {}\n * });\n */\n JoinMatchmakingTicket (request: JoinMatchmakingTicketRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<JoinMatchmakingTicketResult>(\"/Match/JoinMatchmakingTicket\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Leave a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/leavelobby Microsoft Documentation}\n * @example\n * await lobbyClient.LeaveLobby({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\",\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n LeaveLobby (request: LeaveLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/LeaveLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Preview: Request for server to leave a lobby. This is restricted to client owned lobbies which are using connections.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/leavelobbyasserver Microsoft Documentation}\n * @example\n * await lobbyClient.LeaveLobbyAsServer({\n * \"ServerEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"game_server\",\n * \"TypeString\": \"game_server\"\n * },\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\"\n * });\n */\n LeaveLobbyAsServer (request: LeaveLobbyAsServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/LeaveLobbyAsServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists archived multiplayer server sessions for a build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listarchivedmultiplayerservers Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListArchivedMultiplayerServers({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\"\n * });\n */\n ListArchivedMultiplayerServers (request: ListMultiplayerServersRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListMultiplayerServersResponse>(\"/MultiplayerServer/ListArchivedMultiplayerServers\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists multiplayer server game assets for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listassetsummaries Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListAssetSummaries({\n * \"PageSize\": 10\n * });\n */\n ListAssetSummaries (request: ListAssetSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListAssetSummariesResponse>(\"/MultiplayerServer/ListAssetSummaries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists details of all build aliases for a title. Accepts tokens for title and if game client access is enabled, allows\n * game client to request list of builds with player entity token.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listbuildaliases Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListBuildAliases({\n * \"PageSize\": 10\n * });\n */\n ListBuildAliases (request: ListBuildAliasesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListBuildAliasesResponse>(\"/MultiplayerServer/ListBuildAliases\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists summarized details of all multiplayer server builds for a title. Accepts tokens for title and if game client\n * access is enabled, allows game client to request list of builds with player entity token.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listbuildsummaries Microsoft Documentation}\n * @deprecated Please use ListBuildSummariesV2 instead.\n */\n ListBuildSummaries (request: ListBuildSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListBuildSummariesResponse>(\"/MultiplayerServer/ListBuildSummaries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists summarized details of all multiplayer server builds for a title. Accepts tokens for title and if game client\n * access is enabled, allows game client to request list of builds with player entity token.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listbuildsummariesv2 Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListBuildSummariesV2({\n * \"PageSize\": 10\n * });\n */\n ListBuildSummariesV2 (request: ListBuildSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListBuildSummariesResponse>(\"/MultiplayerServer/ListBuildSummariesV2\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists multiplayer server game certificates for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listcertificatesummaries Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListCertificateSummaries({\n * \"PageSize\": 10\n * });\n */\n ListCertificateSummaries (request: ListCertificateSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListCertificateSummariesResponse>(\"/MultiplayerServer/ListCertificateSummaries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists custom container images for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listcontainerimages Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListContainerImages({\n * \"PageSize\": 10\n * });\n */\n ListContainerImages (request: ListContainerImagesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListContainerImagesResponse>(\"/MultiplayerServer/ListContainerImages\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists the tags for a custom container image.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listcontainerimagetags Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListContainerImageTags({\n * \"ImageName\": \"imageName1\",\n * \"PageSize\": 10\n * });\n */\n ListContainerImageTags (request: ListContainerImageTagsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListContainerImageTagsResponse>(\"/MultiplayerServer/ListContainerImageTags\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * SDK support is limited to C# and Java for this API. List all matchmaking queue configs.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking-admin/listmatchmakingqueues Microsoft Documentation}\n * @example\n * await matchClient.ListMatchmakingQueues({});\n */\n ListMatchmakingQueues (request: ListMatchmakingQueuesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListMatchmakingQueuesResult>(\"/Match/ListMatchmakingQueues\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * List all matchmaking ticket Ids the user is a member of.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/listmatchmakingticketsforplayer Microsoft Documentation}\n * @example\n * await matchClient.ListMatchmakingTicketsForPlayer({\n * \"Entity\": {\n * \"Id\": \"123123123\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"QueueName\": \"custom123\"\n * });\n */\n ListMatchmakingTicketsForPlayer (request: ListMatchmakingTicketsForPlayerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListMatchmakingTicketsForPlayerResult>(\"/Match/ListMatchmakingTicketsForPlayer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists multiplayer server sessions for a build.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listmultiplayerservers Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListMultiplayerServers({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\"\n * });\n */\n ListMultiplayerServers (request: ListMultiplayerServersRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListMultiplayerServersResponse>(\"/MultiplayerServer/ListMultiplayerServers\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists quality of service servers for party.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listpartyqosservers Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListPartyQosServers({\n * \"Version\": \"1.0.0\"\n * });\n */\n ListPartyQosServers (request: ListPartyQosServersRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListPartyQosServersResponse>(\"/MultiplayerServer/ListPartyQosServers\", request, null, extraHeaders);\n }\n\n /**\n * Lists quality of service servers.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listqosservers Microsoft Documentation}\n * @deprecated Please use ListQosServersForTitle instead.\n */\n ListQosServers (request: ListQosServersRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListQosServersResponse>(\"/MultiplayerServer/ListQosServers\", request, null, extraHeaders);\n }\n\n /**\n * Lists quality of service servers for the title. By default, servers are only returned for regions where a Multiplayer\n * Servers build has been deployed.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listqosserversfortitle Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListQosServersForTitle({\n * \"IncludeAllRegions\": true,\n * \"RoutingPreference\": \"Microsoft\"\n * });\n */\n ListQosServersForTitle (request: ListQosServersForTitleRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListQosServersForTitleResponse>(\"/MultiplayerServer/ListQosServersForTitle\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists multiplayer server game secrets for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listsecretsummaries Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListSecretSummaries({\n * \"PageSize\": 10\n * });\n */\n ListSecretSummaries (request: ListSecretSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListSecretSummariesResponse>(\"/MultiplayerServer/ListSecretSummaries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * List all server backfill ticket Ids the user is a member of.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/listserverbackfillticketsforplayer Microsoft Documentation}\n * @example\n * await matchClient.ListServerBackfillTicketsForPlayer({\n * \"Entity\": {\n * \"Id\": \"123123123\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"QueueName\": \"custom123\"\n * });\n */\n ListServerBackfillTicketsForPlayer (request: ListServerBackfillTicketsForPlayerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListServerBackfillTicketsForPlayerResult>(\"/Match/ListServerBackfillTicketsForPlayer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * List all server quota change requests for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listtitlemultiplayerserversquotachanges Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListTitleMultiplayerServersQuotaChanges({});\n */\n ListTitleMultiplayerServersQuotaChanges (request: ListTitleMultiplayerServersQuotaChangesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListTitleMultiplayerServersQuotaChangesResponse>(\"/MultiplayerServer/ListTitleMultiplayerServersQuotaChanges\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists virtual machines for a title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/listvirtualmachinesummaries Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ListVirtualMachineSummaries({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"Region\": \"SouthCentralUs\",\n * \"PageSize\": 10\n * });\n */\n ListVirtualMachineSummaries (request: ListVirtualMachineSummariesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListVirtualMachineSummariesResponse>(\"/MultiplayerServer/ListVirtualMachineSummaries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * SDK support is limited to C# and Java for this API. Remove a matchmaking queue config.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking-admin/removematchmakingqueue Microsoft Documentation}\n * @example\n * await matchClient.RemoveMatchmakingQueue({\n * \"QueueName\": \"custom123\"\n * });\n */\n RemoveMatchmakingQueue (request: RemoveMatchmakingQueueRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RemoveMatchmakingQueueResult>(\"/Match/RemoveMatchmakingQueue\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Remove a member from a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/removemember Microsoft Documentation}\n * @example\n * await lobbyClient.RemoveMember({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\",\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"PreventRejoin\": false\n * });\n */\n RemoveMember (request: RemoveMemberFromLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/RemoveMember\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Request a multiplayer server session. Accepts tokens for title and if game client access is enabled, allows game client\n * to request a server with player entity token.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/requestmultiplayerserver Microsoft Documentation}\n * @example\n * await multiplayerserverClient.RequestMultiplayerServer({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"SessionId\": \"02bdef0e-e01e-4b29-8efe-ff9f47a06d8c\",\n * \"SessionCookie\": \"U2Vzc2lvbkNvb2tpZQ==\",\n * \"InitialPlayers\": [\n * \"gamer1\",\n * \"gamer2\"\n * ],\n * \"PreferredRegions\": [\n * \"SouthCentralUs\",\n * \"WestUs\"\n * ]\n * });\n */\n RequestMultiplayerServer (request: RequestMultiplayerServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RequestMultiplayerServerResponse>(\"/MultiplayerServer/RequestMultiplayerServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Request a multiplayer server session and associated user connection tokens. Accepts tokens for title and if game client\n * access is enabled, allows game client to request a server with player entity token.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/requestmultiplayerserverandtoken Microsoft Documentation}\n * @example\n * await multiplayerserverClient.RequestMultiplayerServerAndToken({\n * \"TokenPlayerIds\": [\n * \"gamer1\",\n * \"gamer2\"\n * ],\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"SessionId\": \"02bdef0e-e01e-4b29-8efe-ff9f47a06d8c\",\n * \"SessionCookie\": \"U2Vzc2lvbkNvb2tpZQ==\",\n * \"InitialPlayers\": [\n * \"gamer1\",\n * \"gamer2\"\n * ],\n * \"PreferredRegions\": [\n * \"SouthCentralUs\",\n * \"WestUs\"\n * ]\n * });\n */\n RequestMultiplayerServerAndToken (request: RequestMultiplayerServerAndTokenRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RequestMultiplayerServerAndTokenResponse>(\"/MultiplayerServer/RequestMultiplayerServerAndToken\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Request a party session.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/party/multiplayerserver/requestparty Microsoft Documentation}\n * @example\n * await partyClient.RequestParty({\n * \"PartyId\": \"23781fa9-e01e-4b29-4f0b-dd9f37a06a1e\",\n * \"PreferredRegions\": [\n * \"EastUs\",\n * \"WestUs\"\n * ],\n * \"SessionCookie\": \"FooBarCookie\",\n * \"Version\": \"0.1\"\n * });\n */\n RequestParty (request: RequestPartyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RequestPartyResponse>(\"/Party/RequestParty\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Request a party session.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/party/multiplayerserver/requestpartyservice Microsoft Documentation}\n * @example\n * await partyClient.RequestPartyService({\n * \"TitleId\": \"12345\",\n * \"PartyId\": \"23781fa9-e01e-4b29-4f0b-dd9f37a06a1e\",\n * \"PreferredRegions\": [\n * \"EastUs\",\n * \"WestUs\"\n * ],\n * \"NetworkConfiguration\": {\n * \"MaxUsers\": 1024,\n * \"MaxDevices\": 128,\n * \"MaxUsersPerDevice\": 8,\n * \"MaxDevicesPerUser\": 128,\n * \"MaxEndpointsPerDevice\": 32,\n * \"DirectPeerConnectivityOptions\": \"None\",\n * \"PartyInvitationConfiguration\": {\n * \"Identifier\": \"f8b73a15-6ec2-48f8-b5fb-6c5946dc10be\",\n * \"Revocability\": \"Anyone\",\n * \"EntityKeys\": []\n * }\n * }\n * });\n */\n RequestPartyService (request: RequestPartyServiceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RequestPartyServiceResponse>(\"/Party/RequestPartyService\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Rolls over the credentials to the container registry.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/rollovercontainerregistrycredentials Microsoft Documentation}\n * @example\n * await multiplayerserverClient.RolloverContainerRegistryCredentials({});\n */\n RolloverContainerRegistryCredentials (request: RolloverContainerRegistryCredentialsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<RolloverContainerRegistryCredentialsResponse>(\"/MultiplayerServer/RolloverContainerRegistryCredentials\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * SDK support is limited to C# and Java for this API. Create or update a matchmaking queue configuration.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking-admin/setmatchmakingqueue Microsoft Documentation}\n * @example\n * await matchClient.SetMatchmakingQueue({\n * \"MatchmakingQueue\": {\n * \"Name\": \"ExampleQueueName\",\n * \"MinMatchSize\": 7,\n * \"MaxMatchSize\": 8,\n * \"MaxTicketSize\": 2,\n * \"ServerAllocationEnabled\": true,\n * \"BuildId\": \"065a3208-39af-4691-8794-5f774c367ac2\",\n * \"DifferenceRules\": [\n * {\n * \"Difference\": 10.0,\n * \"MergeFunction\": \"Average\",\n * \"DefaultAttributeValue\": 0.0,\n * \"LinearExpansion\": {\n * \"Delta\": 0.5,\n * \"Limit\": 20.0,\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Attribute\": {\n * \"Path\": \"ExampleAttributeDifference\",\n * \"Source\": \"User\"\n * },\n * \"AttributeNotSpecifiedBehavior\": \"UseDefault\",\n * \"Weight\": 1.0,\n * \"Name\": \"ExampleNameDifference\",\n * \"SecondsUntilOptional\": 50\n * }\n * ],\n * \"StringEqualityRules\": [\n * {\n * \"DefaultAttributeValue\": \"ExampleDefault\",\n * \"Expansion\": {\n * \"EnabledOverrides\": [\n * false,\n * true,\n * true,\n * false\n * ],\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Attribute\": {\n * \"Path\": \"ExampleAttributeStringEquality\",\n * \"Source\": \"User\"\n * },\n * \"AttributeNotSpecifiedBehavior\": \"UseDefault\",\n * \"Weight\": 1.0,\n * \"Name\": \"ExampleNameStringEquality\",\n * \"SecondsUntilOptional\": 50\n * }\n * ],\n * \"MatchTotalRules\": [\n * {\n * \"Attribute\": {\n * \"Path\": \"ExampleAttribute\",\n * \"Source\": \"User\"\n * },\n * \"Min\": 2.0,\n * \"Max\": 0.0,\n * \"Weight\": 1.0,\n * \"Expansion\": {\n * \"MaxOverrides\": [\n * {\n * \"Value\": 4.0\n * },\n * {\n * \"Value\": 4.0\n * },\n * null\n * ],\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Name\": \"MatchTotalRule\",\n * \"SecondsUntilOptional\": 50\n * }\n * ],\n * \"SetIntersectionRules\": [\n * {\n * \"DefaultAttributeValue\": [\n * \"a\",\n * \"b\",\n * \"c\"\n * ],\n * \"MinIntersectionSize\": 2,\n * \"LinearExpansion\": {\n * \"Delta\": 2,\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Attribute\": {\n * \"Path\": \"ExampleAttributeSetIntersectionRule\",\n * \"Source\": \"User\"\n * },\n * \"AttributeNotSpecifiedBehavior\": \"UseDefault\",\n * \"Weight\": 1.0,\n * \"Name\": \"ExampleNameSetIntersectionRule\",\n * \"SecondsUntilOptional\": 50\n * }\n * ],\n * \"RegionSelectionRule\": {\n * \"MaxLatency\": 250,\n * \"Path\": \"Latencies\",\n * \"LinearExpansion\": {\n * \"Delta\": 10,\n * \"Limit\": 300,\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Weight\": 1.0,\n * \"Name\": \"RegionSelectionRule\",\n * \"SecondsUntilOptional\": 50\n * },\n * \"TeamSizeBalanceRule\": {\n * \"Difference\": 1,\n * \"LinearExpansion\": {\n * \"Delta\": 1,\n * \"Limit\": 5,\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Name\": \"TeamSizeBalanceRule\",\n * \"SecondsUntilOptional\": 50\n * },\n * \"TeamDifferenceRules\": [\n * {\n * \"Attribute\": {\n * \"Path\": \"ExampleAttribute\",\n * \"Source\": \"User\"\n * },\n * \"Difference\": 2.0,\n * \"DefaultAttributeValue\": 0.0,\n * \"LinearExpansion\": {\n * \"Delta\": 1.0,\n * \"Limit\": 5.0,\n * \"SecondsBetweenExpansions\": 5\n * },\n * \"Name\": \"TeamDifferenceRule\",\n * \"SecondsUntilOptional\": 50\n * }\n * ],\n * \"TeamTicketSizeSimilarityRule\": {\n * \"Name\": \"TeamTicketSizeSimilarityRule\",\n * \"SecondsUntilOptional\": 180\n * },\n * \"Teams\": [\n * {\n * \"Name\": \"monster\",\n * \"MinTeamSize\": 1,\n * \"MaxTeamSize\": 1\n * },\n * {\n * \"Name\": \"hunters\",\n * \"MinTeamSize\": 4,\n * \"MaxTeamSize\": 8\n * }\n * ],\n * \"StatisticsVisibilityToPlayers\": {\n * \"ShowNumberOfPlayersMatching\": true,\n * \"ShowTimeToMatch\": true\n * }\n * }\n * });\n */\n SetMatchmakingQueue (request: SetMatchmakingQueueRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<SetMatchmakingQueueResult>(\"/Match/SetMatchmakingQueue\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Shuts down a multiplayer server session.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/shutdownmultiplayerserver Microsoft Documentation}\n * @example\n * await multiplayerserverClient.ShutdownMultiplayerServer({\n * \"Region\": \"AustraliaEast\",\n * \"SessionId\": \"02bdef0e-e01e-4b29-8efe-ff9f47a06d8c\"\n * });\n */\n ShutdownMultiplayerServer (request: ShutdownMultiplayerServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/ShutdownMultiplayerServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Subscribe to lobby resource notifications.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/subscribetolobbyresource Microsoft Documentation}\n * @example\n * await lobbyClient.SubscribeToLobbyResource({\n * \"Type\": \"LobbyChange\",\n * \"ResourceId\": \"5c905725-0184-4112-a563-2f4187710d06\",\n * \"SubscriptionVersion\": 1,\n * \"PubSubConnectionHandle\": \"PubSubConnection\",\n * \"EntityKey\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n SubscribeToLobbyResource (request: SubscribeToLobbyResourceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<SubscribeToLobbyResourceResult>(\"/Lobby/SubscribeToLobbyResource\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Subscribe to match resource notifications.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/subscribetomatchmakingresource Microsoft Documentation}\n * @example\n * await matchClient.SubscribeToMatchmakingResource({\n * \"Type\": \"MatchTicketStatusChange\",\n * \"ResourceId\": \"5a58afee-a9d7-4a47-875b-48bae4dc0590\",\n * \"SubscriptionVersion\": 1,\n * \"PubSubConnectionHandle\": \"PubSubConnection\",\n * \"EntityKey\": {}\n * });\n */\n SubscribeToMatchmakingResource (request: SubscribeToMatchResourceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<SubscribeToMatchResourceResult>(\"/Match/SubscribeToMatchmakingResource\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Unsubscribe from lobby notifications.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/unsubscribefromlobbyresource Microsoft Documentation}\n * @example\n * await lobbyClient.UnsubscribeFromLobbyResource({\n * \"Type\": \"LobbyChange\",\n * \"ResourceId\": \"5c905725-0184-4112-a563-2f4187710d06\",\n * \"SubscriptionVersion\": 1,\n * \"PubSubConnectionHandle\": \"PubSubConnection\",\n * \"EntityKey\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n UnsubscribeFromLobbyResource (request: UnsubscribeFromLobbyResourceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/UnsubscribeFromLobbyResource\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Unsubscribe from match resource notifications.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/match/matchmaking/unsubscribefrommatchmakingresource Microsoft Documentation}\n * @example\n * await matchClient.UnsubscribeFromMatchmakingResource({\n * \"Type\": \"MatchTicketStatusChange\",\n * \"ResourceId\": \"5a58afee-a9d7-4a47-875b-48bae4dc0590\",\n * \"SubscriptionVersion\": 1,\n * \"PubSubConnectionHandle\": \"PubSubConnection\",\n * \"EntityKey\": {}\n * });\n */\n UnsubscribeFromMatchmakingResource (request: UnsubscribeFromMatchResourceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UnsubscribeFromMatchResourceResult>(\"/Match/UnsubscribeFromMatchmakingResource\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Untags a container image.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/untagcontainerimage Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UntagContainerImage({\n * \"ImageName\": \"imageName1\",\n * \"Tag\": \"tag1\"\n * });\n */\n UntagContainerImage (request: UntagContainerImageRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UntagContainerImage\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Creates a multiplayer server build alias.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/updatebuildalias Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UpdateBuildAlias({\n * \"AliasName\": \"AliasName\",\n * \"BuildSelectionCriteria\": [\n * {\n * \"BuildWeightDistribution\": {\n * \"53781fa8-006d-4e9c-b733-57433d579285\": 1\n * }\n * }\n * ],\n * \"AliasId\": \"21781fa8-096d-4d9c-b699-75433d579285\"\n * });\n */\n UpdateBuildAlias (request: UpdateBuildAliasRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<BuildAliasDetailsResponse>(\"/MultiplayerServer/UpdateBuildAlias\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Updates a multiplayer server build's name.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/updatebuildname Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UpdateBuildName({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"BuildName\": \"GameBuildName\"\n * });\n */\n UpdateBuildName (request: UpdateBuildNameRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UpdateBuildName\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Updates a multiplayer server build's region. If the region is not yet created, it will be created\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/updatebuildregion Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UpdateBuildRegion({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"BuildRegion\": {\n * \"Region\": \"NorthEurope\",\n * \"MaxServers\": 7,\n * \"StandbyServers\": 3\n * }\n * });\n */\n UpdateBuildRegion (request: UpdateBuildRegionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UpdateBuildRegion\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Updates a multiplayer server build's regions.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/updatebuildregions Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UpdateBuildRegions({\n * \"BuildId\": \"21781fa8-096d-4d9c-b699-75433d579285\",\n * \"BuildRegions\": [\n * {\n * \"Region\": \"EastUs\",\n * \"MaxServers\": 10,\n * \"StandbyServers\": 5\n * },\n * {\n * \"Region\": \"WestUs\",\n * \"MaxServers\": 12,\n * \"StandbyServers\": 8\n * },\n * {\n * \"Region\": \"NorthEurope\",\n * \"MaxServers\": 7,\n * \"StandbyServers\": 3\n * }\n * ]\n * });\n */\n UpdateBuildRegions (request: UpdateBuildRegionsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UpdateBuildRegions\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Update a lobby.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/updatelobby Microsoft Documentation}\n * @example\n * await lobbyClient.UpdateLobby({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\",\n * \"MaxPlayers\": 50,\n * \"AccessPolicy\": \"Friends\",\n * \"MembershipLock\": \"Locked\",\n * \"SearchData\": {\n * \"string_key1\": \"searchable value\"\n * },\n * \"LobbyData\": {\n * \"MyGameKey\": \"MyGameKey value\"\n * },\n * \"MemberEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"MemberData\": {\n * \"MyDataKey\": \"MyDataKey updated value\"\n * },\n * \"SearchDataToDelete\": [\n * \"number_key1\"\n * ],\n * \"LobbyDataToDelete\": [\n * \"MyOldGameKey\"\n * ],\n * \"MemberDataToDelete\": []\n * });\n */\n UpdateLobby (request: UpdateLobbyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/UpdateLobby\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Preview: Update fields related to a joined server in the lobby the server is in. Servers can keep a lobby from expiring\n * by being the one to \"update\" the lobby in some way. Servers have no impact on last member leave/last member disconnect\n * behavior.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/lobby/lobby/updatelobbyasserver Microsoft Documentation}\n * @example\n * await lobbyClient.UpdateLobbyAsServer({\n * \"LobbyId\": \"12345678-1234-1234-1234-123456789ABC\",\n * \"ServerEntity\": {\n * \"Id\": \"1234\",\n * \"Type\": \"game_server\",\n * \"TypeString\": \"game_server\"\n * },\n * \"ServerData\": {\n * \"MyDataKey\": \"MyDataKey value\"\n * },\n * \"ServerDataToDelete\": [\n * \"MyOldGameKey\"\n * ]\n * });\n */\n UpdateLobbyAsServer (request: UpdateLobbyAsServerRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<LobbyEmptyResult>(\"/Lobby/UpdateLobbyAsServer\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Update a model.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/updatemodel Microsoft Documentation}\n * @example\n * await trueskillClient.UpdateModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\",\n * \"ModelName\": \"New Model Name\",\n * \"AnomalousMatchResultIgnoreThreshold\": -21.0\n * });\n */\n UpdateModel (request: UpdateModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UpdateModelResponse>(\"/TrueSkill/UpdateModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Mark a model as primary for a scenario.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/updateprimarymodel Microsoft Documentation}\n * @example\n * await trueskillClient.UpdatePrimaryModel({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ModelId\": \"73a2506e-9fd3-4d84-8dd7-570c8e9e02cf\"\n * });\n */\n UpdatePrimaryModel (request: UpdatePrimaryModelRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UpdatePrimaryModelResponse>(\"/TrueSkill/UpdatePrimaryModel\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Update a scenario configuration.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill-admin/updatescenarioconfiguration Microsoft Documentation}\n * @example\n * await trueskillClient.UpdateScenarioConfiguration({\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"ConditionsToUpdateOrAdd\": [\n * {\n * \"Key\": \"InputDevice\",\n * \"Values\": [\n * \"MouseAndKeyboard\",\n * \"Controller\"\n * ]\n * }\n * ]\n * });\n */\n UpdateScenarioConfiguration (request: UpdateScenarioConfigurationRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UpdateScenarioConfigurationResponse>(\"/TrueSkill/UpdateScenarioConfiguration\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Uploads a multiplayer server game certificate.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/uploadcertificate Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UploadCertificate({\n * \"GameCertificate\": {\n * \"Name\": \"GameCertificate1\",\n * \"Base64EncodedValue\": \"UGxheUZhYlJvY2tzISEhTGV0J3NtYWtlYWxvdG9mZ2FtZXMh\",\n * \"Password\": \"PasswordForPFXCertificate\"\n * },\n * \"ForceUpdate\": false\n * });\n */\n UploadCertificate (request: UploadCertificateRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UploadCertificate\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Uploads a match result.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/trueskill/trueskill/uploadmatchresult Microsoft Documentation}\n * @example\n * await trueskillClient.UploadMatchResult({\n * \"MatchResult\": {\n * \"ScenarioId\": \"f9f0331e-0149-42ba-a994-29b18cac4e4d\",\n * \"Teams\": [\n * {\n * \"Players\": [\n * {\n * \"Entity\": {\n * \"Id\": \"5678\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"PreMatchPartyId\": \"630a6523-8853-4cf6-9fda-c7da84f3d87a\",\n * \"SecondsPlayed\": 1800,\n * \"CompletionStatus\": \"Completed\",\n * \"Conditions\": {\n * \"Platform\": \"PC\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"EventCounts\": {\n * \"Kills\": 35,\n * \"Deaths\": 5\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"8765\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"PreMatchPartyId\": \"630a6523-8853-4cf6-9fda-c7da84f3d87a\",\n * \"SecondsPlayed\": 1800,\n * \"CompletionStatus\": \"Completed\",\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"EventCounts\": {\n * \"Kills\": 15,\n * \"Deaths\": 10\n * }\n * }\n * ],\n * \"Rank\": 0\n * },\n * {\n * \"Players\": [\n * {\n * \"SecondsPlayed\": 1800,\n * \"BotId\": 77,\n * \"CompletionStatus\": \"Completed\",\n * \"Conditions\": {\n * \"Platform\": \"Xbox\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"EventCounts\": {\n * \"Kills\": 10,\n * \"Deaths\": 15\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"0371\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SecondsPlayed\": 900,\n * \"CompletionStatus\": \"Disconnected\",\n * \"Conditions\": {\n * \"Platform\": \"PlayStation\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"EventCounts\": {\n * \"Kills\": 2,\n * \"Deaths\": 20\n * }\n * },\n * {\n * \"Entity\": {\n * \"Id\": \"9731\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * \"SecondsPlayed\": 900,\n * \"CompletionStatus\": \"Completed\",\n * \"Conditions\": {\n * \"Platform\": \"PlayStation\",\n * \"Mode\": \"Deathmatch\"\n * },\n * \"EventCounts\": {\n * \"Kills\": 3,\n * \"Deaths\": 15\n * }\n * }\n * ],\n * \"Rank\": 1\n * }\n * ],\n * \"StartDateTimeUtc\": \"2025-11-07T13:31:57.693Z\",\n * \"EndDateTimeUtc\": \"2025-11-07T14:01:57.693Z\"\n * }\n * });\n */\n UploadMatchResult (request: UploadMatchResultRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UploadMatchResultResponse>(\"/TrueSkill/UploadMatchResult\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Uploads a multiplayer server game secret.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/multiplayerserver/multiplayerserver/uploadsecret Microsoft Documentation}\n * @example\n * await multiplayerserverClient.UploadSecret({\n * \"GameSecret\": {\n * \"Name\": \"GameSecret1\",\n * \"Value\": \"Value123\",\n * \"ExpirationDate\": \"2025-09-01T00:00:00Z\"\n * },\n * \"ForceUpdate\": false\n * });\n */\n UploadSecret (request: UploadSecretRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/MultiplayerServer/UploadSecret\", request, \"X-EntityToken\", extraHeaders);\n }\n\n};\n"],"mappings":"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","names":[]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PlayFabCommon
3
- } from "./chunk-YJSMAMLF.js";
3
+ } from "./chunk-UJGNLLML.js";
4
4
 
5
5
  // src/apis/PlayFabLocalizationApi.ts
6
6
  var PlayFabLocalizationApi = class extends PlayFabCommon {
@@ -19,4 +19,4 @@ var PlayFabLocalizationApi = class extends PlayFabCommon {
19
19
  export {
20
20
  PlayFabLocalizationApi
21
21
  };
22
- //# sourceMappingURL=chunk-KPL7ZZAF.js.map
22
+ //# sourceMappingURL=chunk-BHDI57SA.js.map