@community-fabs/playfab-web-sdk 1.193.250606-1 → 1.193.250606-2
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.
- package/dist/Admin.d.ts +117 -83
- package/dist/Authentication.d.ts +4 -2
- package/dist/Client.d.ts +51 -32
- package/dist/CloudScript.d.ts +15 -8
- package/dist/Data.d.ts +2 -1
- package/dist/Economy.d.ts +24 -16
- package/dist/Events.d.ts +5 -3
- package/dist/Experimentation.d.ts +8 -5
- package/dist/Groups.d.ts +3 -2
- package/dist/Matchmaker.d.ts +3 -2
- package/dist/Multiplayer.d.ts +60 -45
- package/dist/Profiles.d.ts +6 -4
- package/dist/Progression.d.ts +8 -4
- package/dist/Server.d.ts +55 -35
- package/package.json +6 -5
package/dist/Server.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ interface AdvancedPushPlatformMsg {
|
|
|
89
89
|
/** The Json the platform should receive. */
|
|
90
90
|
Json: string;
|
|
91
91
|
/** The platform that should receive the Json. */
|
|
92
|
-
Platform:
|
|
92
|
+
Platform: PushNotificationPlatform;
|
|
93
93
|
}
|
|
94
94
|
interface AuthenticateSessionTicketRequest extends IPlayFabRequestCommon {
|
|
95
95
|
/** Session ticket as issued by a PlayFab client login API. */
|
|
@@ -168,7 +168,7 @@ interface BanRequest {
|
|
|
168
168
|
/** The reason for this ban. Maximum 140 characters. */
|
|
169
169
|
Reason?: string;
|
|
170
170
|
/** The family type of the user that should be included in the ban if applicable. May affect multiple players. */
|
|
171
|
-
UserFamilyType?:
|
|
171
|
+
UserFamilyType?: UserFamilyType;
|
|
172
172
|
}
|
|
173
173
|
interface BanUsersRequest extends IPlayFabRequestCommon {
|
|
174
174
|
/** List of ban requests to be applied. Maximum 100. */
|
|
@@ -314,6 +314,8 @@ interface CharacterResult {
|
|
|
314
314
|
/** The type-string that was given to this character on creation. */
|
|
315
315
|
CharacterType?: string;
|
|
316
316
|
}
|
|
317
|
+
type ChurnRiskLevel = "NoData" | "LowRisk" | "MediumRisk" | "HighRisk";
|
|
318
|
+
type CloudScriptRevisionOption = "Live" | "Latest" | "Specific";
|
|
317
319
|
interface ConsumeItemRequest extends IPlayFabRequestCommon {
|
|
318
320
|
/** Unique PlayFab assigned ID for a specific character owned by a user */
|
|
319
321
|
CharacterId?: string;
|
|
@@ -338,7 +340,7 @@ interface ContactEmailInfo {
|
|
|
338
340
|
/** The name of the email info data */
|
|
339
341
|
Name?: string;
|
|
340
342
|
/** The verification status of the email */
|
|
341
|
-
VerificationStatus?:
|
|
343
|
+
VerificationStatus?: EmailVerificationStatus;
|
|
342
344
|
}
|
|
343
345
|
interface ContactEmailInfoModel {
|
|
344
346
|
/** The email address */
|
|
@@ -346,8 +348,10 @@ interface ContactEmailInfoModel {
|
|
|
346
348
|
/** The name of the email info data */
|
|
347
349
|
Name?: string;
|
|
348
350
|
/** The verification status of the email */
|
|
349
|
-
VerificationStatus?:
|
|
351
|
+
VerificationStatus?: EmailVerificationStatus;
|
|
350
352
|
}
|
|
353
|
+
type ContinentCode = "AF" | "AN" | "AS" | "EU" | "NA" | "OC" | "SA" | "Unknown";
|
|
354
|
+
type CountryCode = "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW" | "Unknown";
|
|
351
355
|
interface CreateSharedGroupRequest extends IPlayFabRequestCommon {
|
|
352
356
|
/** Unique identifier for the shared group (a random identifier will be assigned, if one is not specified). */
|
|
353
357
|
SharedGroupId?: string;
|
|
@@ -356,6 +360,7 @@ interface CreateSharedGroupResult extends IPlayFabResultCommon {
|
|
|
356
360
|
/** Unique identifier for the shared group. */
|
|
357
361
|
SharedGroupId?: string;
|
|
358
362
|
}
|
|
363
|
+
type Currency = "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BRL" | "BSD" | "BTN" | "BWP" | "BYR" | "BZD" | "CAD" | "CDF" | "CHF" | "CLP" | "CNY" | "COP" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GGP" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "IMP" | "INR" | "IQD" | "IRR" | "ISK" | "JEP" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRO" | "MUR" | "MVR" | "MWK" | "MXN" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SPL" | "SRD" | "STD" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TVD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "UYU" | "UZS" | "VEF" | "VND" | "VUV" | "WST" | "XAF" | "XCD" | "XDR" | "XOF" | "XPF" | "YER" | "ZAR" | "ZMW" | "ZWD";
|
|
359
364
|
interface CustomPropertyDetails {
|
|
360
365
|
/** The custom property's name. */
|
|
361
366
|
Name?: string;
|
|
@@ -443,6 +448,7 @@ interface DeregisterGameRequest extends IPlayFabRequestCommon {
|
|
|
443
448
|
/** @deprecated Do not use */
|
|
444
449
|
interface DeregisterGameResponse extends IPlayFabResultCommon {
|
|
445
450
|
}
|
|
451
|
+
type EmailVerificationStatus = "Unverified" | "Pending" | "Confirmed";
|
|
446
452
|
interface EmptyResult extends IPlayFabResultCommon {
|
|
447
453
|
}
|
|
448
454
|
interface EntityKey {
|
|
@@ -532,10 +538,11 @@ interface ExecuteCloudScriptServerRequest extends IPlayFabRequestCommon {
|
|
|
532
538
|
* executes the current live, published revision, and 'Specific' executes the specified revision. The default value is
|
|
533
539
|
* 'Specific', if the SpeificRevision parameter is specified, otherwise it is 'Live'.
|
|
534
540
|
*/
|
|
535
|
-
RevisionSelection?:
|
|
541
|
+
RevisionSelection?: CloudScriptRevisionOption;
|
|
536
542
|
/** The specivic revision to execute, when RevisionSelection is set to 'Specific' */
|
|
537
543
|
SpecificRevision?: number;
|
|
538
544
|
}
|
|
545
|
+
type ExternalFriendSources = "None" | "Steam" | "Facebook" | "Xbox" | "Psn" | "All";
|
|
539
546
|
interface FacebookInstantGamesPlayFabIdPair {
|
|
540
547
|
/** Unique Facebook Instant Games identifier for a user. */
|
|
541
548
|
FacebookInstantGamesId?: string;
|
|
@@ -581,6 +588,8 @@ interface FriendInfo {
|
|
|
581
588
|
/** Available Xbox information, (if the user and connected Xbox Live friend both have PlayFab Accounts in the same title). */
|
|
582
589
|
XboxInfo?: UserXboxInfo;
|
|
583
590
|
}
|
|
591
|
+
type GameInstanceState = "Open" | "Closed";
|
|
592
|
+
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" | "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" | "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";
|
|
584
593
|
interface GenericPlayFabIdPair {
|
|
585
594
|
/** Unique generic service identifier for a user. */
|
|
586
595
|
GenericId?: GenericServiceId;
|
|
@@ -723,7 +732,7 @@ interface GetFriendLeaderboardRequest extends IPlayFabRequestCommon {
|
|
|
723
732
|
* Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a
|
|
724
733
|
* comma-separated list of platforms.
|
|
725
734
|
*/
|
|
726
|
-
ExternalPlatformFriends?:
|
|
735
|
+
ExternalPlatformFriends?: ExternalFriendSources;
|
|
727
736
|
/**
|
|
728
737
|
* Indicates whether Facebook friends should be included in the response. Default is true.
|
|
729
738
|
* @deprecated Please use ExternalPlatformFriends instead.
|
|
@@ -762,7 +771,7 @@ interface GetFriendsListRequest extends IPlayFabRequestCommon {
|
|
|
762
771
|
* Indicates which other platforms' friends should be included in the response. In HTTP, it is represented as a
|
|
763
772
|
* comma-separated list of platforms.
|
|
764
773
|
*/
|
|
765
|
-
ExternalPlatformFriends?:
|
|
774
|
+
ExternalPlatformFriends?: ExternalFriendSources;
|
|
766
775
|
/**
|
|
767
776
|
* Indicates whether Facebook friends should be included in the response. Default is true.
|
|
768
777
|
* @deprecated Please use ExternalPlatformFriends instead.
|
|
@@ -1285,7 +1294,7 @@ interface GetStoreItemsResult extends IPlayFabResultCommon {
|
|
|
1285
1294
|
/** Additional data about the store. */
|
|
1286
1295
|
MarketingData?: StoreMarketingModel;
|
|
1287
1296
|
/** How the store was last updated (Admin or a third party). */
|
|
1288
|
-
Source?:
|
|
1297
|
+
Source?: SourceType;
|
|
1289
1298
|
/** Array of items which can be purchased from this store. */
|
|
1290
1299
|
Store?: StoreItem[];
|
|
1291
1300
|
/** The ID of this store. */
|
|
@@ -1575,7 +1584,7 @@ interface LinkedPlatformAccountModel {
|
|
|
1575
1584
|
/** Linked account email of the user on the platform, if available */
|
|
1576
1585
|
Email?: string;
|
|
1577
1586
|
/** Authentication platform */
|
|
1578
|
-
Platform?:
|
|
1587
|
+
Platform?: LoginIdentityProvider;
|
|
1579
1588
|
/** Unique account identifier of the user on the platform */
|
|
1580
1589
|
PlatformUserId?: string;
|
|
1581
1590
|
/** Linked account username of the user on the platform, if available */
|
|
@@ -1715,9 +1724,9 @@ interface LocationModel {
|
|
|
1715
1724
|
/** City name. */
|
|
1716
1725
|
City?: string;
|
|
1717
1726
|
/** The two-character continent code for this location */
|
|
1718
|
-
ContinentCode?:
|
|
1727
|
+
ContinentCode?: ContinentCode;
|
|
1719
1728
|
/** The two-character ISO 3166-1 country code for the country associated with the location */
|
|
1720
|
-
CountryCode?:
|
|
1729
|
+
CountryCode?: CountryCode;
|
|
1721
1730
|
/** Latitude coordinate of the geographic location. */
|
|
1722
1731
|
Latitude?: number;
|
|
1723
1732
|
/** Longitude coordinate of the geographic location. */
|
|
@@ -1762,6 +1771,7 @@ interface LogEventRequest extends IPlayFabRequestCommon {
|
|
|
1762
1771
|
/** @deprecated Do not use */
|
|
1763
1772
|
interface LogEventResult extends IPlayFabResultCommon {
|
|
1764
1773
|
}
|
|
1774
|
+
type LoginIdentityProvider = "Unknown" | "PlayFab" | "Custom" | "GameCenter" | "GooglePlay" | "Steam" | "XBoxLive" | "PSN" | "Kongregate" | "Facebook" | "IOSDevice" | "AndroidDevice" | "Twitch" | "WindowsHello" | "GameServer" | "CustomServer" | "NintendoSwitch" | "FacebookInstantGames" | "OpenIdConnect" | "Apple" | "NintendoSwitchAccount" | "GooglePlayGames" | "XboxMobileStore" | "King" | "BattleNet";
|
|
1765
1775
|
interface LoginWithAndroidDeviceIDRequest extends IPlayFabRequestCommon {
|
|
1766
1776
|
/** Specific model of the user's device. */
|
|
1767
1777
|
AndroidDevice?: string;
|
|
@@ -2016,8 +2026,9 @@ interface NotifyMatchmakerPlayerLeftRequest extends IPlayFabRequestCommon {
|
|
|
2016
2026
|
/** @deprecated Do not use */
|
|
2017
2027
|
interface NotifyMatchmakerPlayerLeftResult extends IPlayFabResultCommon {
|
|
2018
2028
|
/** State of user leaving the Game Server Instance. */
|
|
2019
|
-
PlayerState?:
|
|
2029
|
+
PlayerState?: PlayerConnectionState;
|
|
2020
2030
|
}
|
|
2031
|
+
type PlayerConnectionState = "Unassigned" | "Connecting" | "Participating" | "Participated";
|
|
2021
2032
|
interface PlayerLeaderboardEntry {
|
|
2022
2033
|
/** Title-specific display name of the user for this leaderboard entry. */
|
|
2023
2034
|
DisplayName?: string;
|
|
@@ -2034,7 +2045,7 @@ interface PlayerLinkedAccount {
|
|
|
2034
2045
|
/** Linked account's email */
|
|
2035
2046
|
Email?: string;
|
|
2036
2047
|
/** Authentication platform */
|
|
2037
|
-
Platform?:
|
|
2048
|
+
Platform?: LoginIdentityProvider;
|
|
2038
2049
|
/** Platform user identifier */
|
|
2039
2050
|
PlatformUserId?: string;
|
|
2040
2051
|
/** Linked account's username */
|
|
@@ -2044,9 +2055,9 @@ interface PlayerLocation {
|
|
|
2044
2055
|
/** City of the player's geographic location. */
|
|
2045
2056
|
City?: string;
|
|
2046
2057
|
/** The two-character continent code for this location */
|
|
2047
|
-
ContinentCode:
|
|
2058
|
+
ContinentCode: ContinentCode;
|
|
2048
2059
|
/** The two-character ISO 3166-1 country code for the country associated with the location */
|
|
2049
|
-
CountryCode:
|
|
2060
|
+
CountryCode: CountryCode;
|
|
2050
2061
|
/** Latitude coordinate of the player's geographic location. */
|
|
2051
2062
|
Latitude?: number;
|
|
2052
2063
|
/** Longitude coordinate of the player's geographic location. */
|
|
@@ -2060,7 +2071,7 @@ interface PlayerProfile {
|
|
|
2060
2071
|
/** Banned until UTC Date. If permanent ban this is set for 20 years after the original ban date. */
|
|
2061
2072
|
BannedUntil?: string;
|
|
2062
2073
|
/** The prediction of the player to churn within the next seven days. */
|
|
2063
|
-
ChurnPrediction?:
|
|
2074
|
+
ChurnPrediction?: ChurnRiskLevel;
|
|
2064
2075
|
/** Array of contact email addresses associated with the player */
|
|
2065
2076
|
ContactEmailAddresses?: ContactEmailInfo[];
|
|
2066
2077
|
/** Player record created */
|
|
@@ -2076,7 +2087,7 @@ interface PlayerProfile {
|
|
|
2076
2087
|
/** Dictionary of player's locations by type. */
|
|
2077
2088
|
Locations?: Record<string, PlayerLocation>;
|
|
2078
2089
|
/** Player account origination */
|
|
2079
|
-
Origination?:
|
|
2090
|
+
Origination?: LoginIdentityProvider;
|
|
2080
2091
|
/** List of player variants for experimentation */
|
|
2081
2092
|
PlayerExperimentVariants?: string[];
|
|
2082
2093
|
/** PlayFab Player ID */
|
|
@@ -2128,7 +2139,7 @@ interface PlayerProfileModel {
|
|
|
2128
2139
|
/** List of memberships for the player, along with whether are expired. */
|
|
2129
2140
|
Memberships?: MembershipModel[];
|
|
2130
2141
|
/** Player account origination */
|
|
2131
|
-
Origination?:
|
|
2142
|
+
Origination?: LoginIdentityProvider;
|
|
2132
2143
|
/** PlayFab player account unique identifier */
|
|
2133
2144
|
PlayerId?: string;
|
|
2134
2145
|
/** Publisher this player belongs to */
|
|
@@ -2247,17 +2258,18 @@ interface PushNotificationPackage {
|
|
|
2247
2258
|
/** Title/Subject of the message. Not supported for iOS */
|
|
2248
2259
|
Title: string;
|
|
2249
2260
|
}
|
|
2261
|
+
type PushNotificationPlatform = "ApplePushNotificationService" | "GoogleCloudMessaging";
|
|
2250
2262
|
interface PushNotificationRegistration {
|
|
2251
2263
|
/** Notification configured endpoint */
|
|
2252
2264
|
NotificationEndpointARN?: string;
|
|
2253
2265
|
/** Push notification platform */
|
|
2254
|
-
Platform?:
|
|
2266
|
+
Platform?: PushNotificationPlatform;
|
|
2255
2267
|
}
|
|
2256
2268
|
interface PushNotificationRegistrationModel {
|
|
2257
2269
|
/** Notification configured endpoint */
|
|
2258
2270
|
NotificationEndpointARN?: string;
|
|
2259
2271
|
/** Push notification platform */
|
|
2260
|
-
Platform?:
|
|
2272
|
+
Platform?: PushNotificationPlatform;
|
|
2261
2273
|
}
|
|
2262
2274
|
interface RandomResultTableListing {
|
|
2263
2275
|
/** Catalog version this table is associated with */
|
|
@@ -2309,6 +2321,7 @@ interface RefreshGameServerInstanceHeartbeatRequest extends IPlayFabRequestCommo
|
|
|
2309
2321
|
/** @deprecated Do not use */
|
|
2310
2322
|
interface RefreshGameServerInstanceHeartbeatResult extends IPlayFabResultCommon {
|
|
2311
2323
|
}
|
|
2324
|
+
type Region = "USCentral" | "USEast" | "EUWest" | "Singapore" | "Japan" | "Brazil" | "Australia";
|
|
2312
2325
|
/** @deprecated Do not use */
|
|
2313
2326
|
interface RegisterGameRequest extends IPlayFabRequestCommon {
|
|
2314
2327
|
/** Unique identifier of the build running on the Game Server Instance. */
|
|
@@ -2326,7 +2339,7 @@ interface RegisterGameRequest extends IPlayFabRequestCommon {
|
|
|
2326
2339
|
* Region in which the Game Server Instance is running. For matchmaking using non-AWS region names, set this to any AWS
|
|
2327
2340
|
* region and use Tags (below) to specify your custom region.
|
|
2328
2341
|
*/
|
|
2329
|
-
Region:
|
|
2342
|
+
Region: Region;
|
|
2330
2343
|
/**
|
|
2331
2344
|
* IPV4 address of the Game Server Instance.
|
|
2332
2345
|
* @deprecated Please use ServerIPV4Address instead.
|
|
@@ -2404,10 +2417,11 @@ interface ResultTableNode {
|
|
|
2404
2417
|
/** Either an ItemId, or the TableId of another random result table */
|
|
2405
2418
|
ResultItem: string;
|
|
2406
2419
|
/** Whether this entry in the table is an item or a link to another table */
|
|
2407
|
-
ResultItemType:
|
|
2420
|
+
ResultItemType: ResultTableNodeType;
|
|
2408
2421
|
/** How likely this is to be rolled - larger numbers add more weight */
|
|
2409
2422
|
Weight: number;
|
|
2410
2423
|
}
|
|
2424
|
+
type ResultTableNodeType = "ItemId" | "TableId";
|
|
2411
2425
|
interface RevokeAllBansForUserRequest extends IPlayFabRequestCommon {
|
|
2412
2426
|
/** Unique PlayFab assigned ID of the user on whom the operation will be performed. */
|
|
2413
2427
|
PlayFabId: string;
|
|
@@ -2452,7 +2466,7 @@ interface RevokeInventoryResult extends IPlayFabResultCommon {
|
|
|
2452
2466
|
}
|
|
2453
2467
|
interface RevokeItemError {
|
|
2454
2468
|
/** Specific error that was encountered. */
|
|
2455
|
-
Error?:
|
|
2469
|
+
Error?: GenericErrorCodes;
|
|
2456
2470
|
/** Item information that failed to be revoked. */
|
|
2457
2471
|
Item?: RevokeInventoryItem;
|
|
2458
2472
|
}
|
|
@@ -2533,7 +2547,7 @@ interface SendPushNotificationRequest extends IPlayFabRequestCommon {
|
|
|
2533
2547
|
/** Subject of message to send (may not be displayed in all platforms) */
|
|
2534
2548
|
Subject?: string;
|
|
2535
2549
|
/** Target Platforms that should receive the Message or Package. If omitted, we will send to all available platforms. */
|
|
2536
|
-
TargetPlatforms?:
|
|
2550
|
+
TargetPlatforms?: PushNotificationPlatform[];
|
|
2537
2551
|
}
|
|
2538
2552
|
interface SendPushNotificationResult extends IPlayFabResultCommon {
|
|
2539
2553
|
}
|
|
@@ -2587,7 +2601,7 @@ interface SetGameServerInstanceStateRequest extends IPlayFabRequestCommon {
|
|
|
2587
2601
|
/** Unique identifier of the Game Instance to be updated, in decimal format. */
|
|
2588
2602
|
LobbyId: string;
|
|
2589
2603
|
/** State to set for the specified game server instance. */
|
|
2590
|
-
State:
|
|
2604
|
+
State: GameInstanceState;
|
|
2591
2605
|
}
|
|
2592
2606
|
/** @deprecated Do not use */
|
|
2593
2607
|
interface SetGameServerInstanceStateResult extends IPlayFabResultCommon {
|
|
@@ -2641,10 +2655,11 @@ interface SharedGroupDataRecord {
|
|
|
2641
2655
|
/** PlayFabId of the user to last update this value. */
|
|
2642
2656
|
LastUpdatedBy?: string;
|
|
2643
2657
|
/** Indicates whether this data can be read by all users (public) or only members of the group (private). */
|
|
2644
|
-
Permission?:
|
|
2658
|
+
Permission?: UserDataPermission;
|
|
2645
2659
|
/** Data stored for the specified group data key. */
|
|
2646
2660
|
Value?: string;
|
|
2647
2661
|
}
|
|
2662
|
+
type SourceType = "Admin" | "BackEnd" | "GameClient" | "GameServer" | "Partner" | "Custom" | "API";
|
|
2648
2663
|
interface StatisticModel {
|
|
2649
2664
|
/** Statistic name */
|
|
2650
2665
|
Name?: string;
|
|
@@ -2726,7 +2741,7 @@ interface SubscriptionModel {
|
|
|
2726
2741
|
/** Whether this subscription is currently active. That is, if Expiration > now. */
|
|
2727
2742
|
IsActive: boolean;
|
|
2728
2743
|
/** The status of this subscription, according to the subscription provider. */
|
|
2729
|
-
Status?:
|
|
2744
|
+
Status?: SubscriptionProviderStatus;
|
|
2730
2745
|
/** The id for this subscription */
|
|
2731
2746
|
SubscriptionId?: string;
|
|
2732
2747
|
/** The item id for this subscription from the primary catalog */
|
|
@@ -2734,6 +2749,7 @@ interface SubscriptionModel {
|
|
|
2734
2749
|
/** The provider for this subscription. Apple or Google Play are supported today. */
|
|
2735
2750
|
SubscriptionProvider?: string;
|
|
2736
2751
|
}
|
|
2752
|
+
type SubscriptionProviderStatus = "NoError" | "Cancelled" | "UnknownError" | "BillingError" | "ProductUnavailable" | "CustomerDidNotAcceptPriceChange" | "FreeTrial" | "PaymentPending";
|
|
2737
2753
|
interface SubtractCharacterVirtualCurrencyRequest extends IPlayFabRequestCommon {
|
|
2738
2754
|
/** Amount to be subtracted from the user balance of the specified virtual currency. */
|
|
2739
2755
|
Amount: number;
|
|
@@ -2760,6 +2776,7 @@ interface TagModel {
|
|
|
2760
2776
|
/** Full value of the tag, including namespace */
|
|
2761
2777
|
TagValue?: string;
|
|
2762
2778
|
}
|
|
2779
|
+
type TitleActivationStatus = "None" | "ActivatedTitleKey" | "PendingSteam" | "ActivatedSteam" | "RevokedSteam";
|
|
2763
2780
|
interface TitleNewsItem {
|
|
2764
2781
|
/** News item body. */
|
|
2765
2782
|
Body?: string;
|
|
@@ -2919,7 +2936,7 @@ interface UpdateBanRequest {
|
|
|
2919
2936
|
/** The updated reason for the ban to be updated. Maximum 140 characters. Null for no change. */
|
|
2920
2937
|
Reason?: string;
|
|
2921
2938
|
/** The updated family type of the user that should be included in the ban. Null for no change. */
|
|
2922
|
-
UserFamilyType?:
|
|
2939
|
+
UserFamilyType?: UserFamilyType;
|
|
2923
2940
|
}
|
|
2924
2941
|
interface UpdateBansRequest extends IPlayFabRequestCommon {
|
|
2925
2942
|
/** List of bans to be updated. Maximum 100. */
|
|
@@ -2945,7 +2962,7 @@ interface UpdateCharacterDataRequest extends IPlayFabRequestCommon {
|
|
|
2945
2962
|
*/
|
|
2946
2963
|
KeysToRemove?: string[];
|
|
2947
2964
|
/** Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. */
|
|
2948
|
-
Permission?:
|
|
2965
|
+
Permission?: UserDataPermission;
|
|
2949
2966
|
/** Unique PlayFab assigned ID of the user on whom the operation will be performed. */
|
|
2950
2967
|
PlayFabId: string;
|
|
2951
2968
|
}
|
|
@@ -3025,7 +3042,7 @@ interface UpdateSharedGroupDataRequest extends IPlayFabRequestCommon {
|
|
|
3025
3042
|
*/
|
|
3026
3043
|
KeysToRemove?: string[];
|
|
3027
3044
|
/** Permission to be applied to all user data keys in this request. */
|
|
3028
|
-
Permission?:
|
|
3045
|
+
Permission?: UserDataPermission;
|
|
3029
3046
|
/** Unique identifier for the shared group. */
|
|
3030
3047
|
SharedGroupId: string;
|
|
3031
3048
|
}
|
|
@@ -3045,7 +3062,7 @@ interface UpdateUserDataRequest extends IPlayFabRequestCommon {
|
|
|
3045
3062
|
*/
|
|
3046
3063
|
KeysToRemove?: string[];
|
|
3047
3064
|
/** Permission to be applied to all user data keys written in this request. Defaults to "private" if not set. */
|
|
3048
|
-
Permission?:
|
|
3065
|
+
Permission?: UserDataPermission;
|
|
3049
3066
|
/** Unique PlayFab assigned ID of the user on whom the operation will be performed. */
|
|
3050
3067
|
PlayFabId: string;
|
|
3051
3068
|
}
|
|
@@ -3172,6 +3189,7 @@ interface UserCustomIdInfo {
|
|
|
3172
3189
|
/** Custom ID */
|
|
3173
3190
|
CustomId?: string;
|
|
3174
3191
|
}
|
|
3192
|
+
type UserDataPermission = "Private" | "Public";
|
|
3175
3193
|
interface UserDataRecord {
|
|
3176
3194
|
/** Timestamp for when this data was last updated. */
|
|
3177
3195
|
LastUpdated: string;
|
|
@@ -3179,7 +3197,7 @@ interface UserDataRecord {
|
|
|
3179
3197
|
* Indicates whether this data can be read by all users (public) or only the user (private). This is used for GetUserData
|
|
3180
3198
|
* requests being made by one player about another player.
|
|
3181
3199
|
*/
|
|
3182
|
-
Permission?:
|
|
3200
|
+
Permission?: UserDataPermission;
|
|
3183
3201
|
/** Data stored for the specified user data key. */
|
|
3184
3202
|
Value?: string;
|
|
3185
3203
|
}
|
|
@@ -3193,6 +3211,7 @@ interface UserFacebookInstantGamesIdInfo {
|
|
|
3193
3211
|
/** Facebook Instant Games ID */
|
|
3194
3212
|
FacebookInstantGamesId?: string;
|
|
3195
3213
|
}
|
|
3214
|
+
type UserFamilyType = "None" | "Xbox" | "Steam";
|
|
3196
3215
|
interface UserGameCenterInfo {
|
|
3197
3216
|
/** Gamecenter identifier */
|
|
3198
3217
|
GameCenterId?: string;
|
|
@@ -3243,6 +3262,7 @@ interface UserOpenIdInfo {
|
|
|
3243
3262
|
/** OpenID Subject */
|
|
3244
3263
|
Subject?: string;
|
|
3245
3264
|
}
|
|
3265
|
+
type UserOrigination = "Organic" | "Steam" | "Google" | "Amazon" | "Facebook" | "Kongregate" | "GamersFirst" | "Unknown" | "IOS" | "LoadTest" | "Android" | "PSN" | "GameCenter" | "CustomId" | "XboxLive" | "Parse" | "Twitch" | "ServerCustomId" | "NintendoSwitchDeviceId" | "FacebookInstantGamesId" | "OpenIdConnect" | "Apple" | "NintendoSwitchAccount" | "GooglePlayGames" | "XboxMobileStore" | "King" | "BattleNet";
|
|
3246
3266
|
interface UserPrivateAccountInfo {
|
|
3247
3267
|
/** user email address */
|
|
3248
3268
|
Email?: string;
|
|
@@ -3267,11 +3287,11 @@ interface UserSettings {
|
|
|
3267
3287
|
}
|
|
3268
3288
|
interface UserSteamInfo {
|
|
3269
3289
|
/** what stage of game ownership the user is listed as being in, from Steam */
|
|
3270
|
-
SteamActivationStatus?:
|
|
3290
|
+
SteamActivationStatus?: TitleActivationStatus;
|
|
3271
3291
|
/** the country in which the player resides, from Steam data */
|
|
3272
3292
|
SteamCountry?: string;
|
|
3273
3293
|
/** currency type set in the user Steam account */
|
|
3274
|
-
SteamCurrency?:
|
|
3294
|
+
SteamCurrency?: Currency;
|
|
3275
3295
|
/** Steam identifier */
|
|
3276
3296
|
SteamId?: string;
|
|
3277
3297
|
/** Steam display name */
|
|
@@ -3297,7 +3317,7 @@ interface UserTitleInfo {
|
|
|
3297
3317
|
/** timestamp for the last user login for this title */
|
|
3298
3318
|
LastLogin?: string;
|
|
3299
3319
|
/** source by which the user first joined the game, if known */
|
|
3300
|
-
Origination?:
|
|
3320
|
+
Origination?: UserOrigination;
|
|
3301
3321
|
/** Title player account entity for this user */
|
|
3302
3322
|
TitlePlayerAccount?: EntityKey;
|
|
3303
3323
|
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@community-fabs/playfab-web-sdk",
|
|
3
|
-
"version": "1.193.250606-
|
|
3
|
+
"version": "1.193.250606-2",
|
|
4
4
|
"description": "Unofficial Playfab SDK for JS client applications",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"generate:sdk": "node generator/build-sdk.js",
|
|
9
9
|
"build:sdk": "tsup",
|
|
10
|
-
"test": "
|
|
10
|
+
"test": "jest --config jest.config.js"
|
|
11
11
|
},
|
|
12
12
|
"main": "dist/index.js",
|
|
13
13
|
"files": [
|
|
14
14
|
"/dist"
|
|
15
15
|
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"registry": "https://npm.pkg.github.com"
|
|
18
|
-
},
|
|
19
16
|
"repository": {
|
|
20
17
|
"type": "git",
|
|
21
18
|
"url": "git+https://github.com/community-fabs/playfab-web-sdk.git"
|
|
22
19
|
},
|
|
23
20
|
"devDependencies": {
|
|
24
21
|
"@rollup/rollup-linux-x64-gnu": "^4.41.1",
|
|
22
|
+
"@types/jest": "^29.5.14",
|
|
25
23
|
"eta": "^3.5.0",
|
|
24
|
+
"jest": "^30.0.0",
|
|
25
|
+
"ts-jest": "^29.4.0",
|
|
26
|
+
"tslib": "^2.8.1",
|
|
26
27
|
"tsup": "^8.5.0",
|
|
27
28
|
"typescript": "^5.8.3"
|
|
28
29
|
}
|