async-playfab-web-sdk 1.192.250526 → 1.193.250606
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/{Addon.d.mts → Addon.d.ts} +213 -73
- package/dist/Addon.js +8 -0
- package/dist/Addon.js.map +1 -1
- package/dist/{Admin.d.mts → Admin.d.ts} +2547 -356
- package/dist/Admin.js +8 -0
- package/dist/Admin.js.map +1 -1
- package/dist/{Authentication.d.mts → Authentication.d.ts} +36 -9
- package/dist/Authentication.js +8 -0
- package/dist/Authentication.js.map +1 -1
- package/dist/{Client.d.mts → Client.d.ts} +2473 -557
- package/dist/Client.js +8 -0
- package/dist/Client.js.map +1 -1
- package/dist/{CloudScript.d.mts → CloudScript.d.ts} +214 -46
- package/dist/CloudScript.js +8 -0
- package/dist/CloudScript.js.map +1 -1
- package/dist/{Data.d.mts → Data.d.ts} +144 -25
- package/dist/Data.js +8 -0
- package/dist/Data.js.map +1 -1
- package/dist/{Economy.d.mts → Economy.d.ts} +1218 -173
- package/dist/Economy.js +8 -0
- package/dist/Economy.js.map +1 -1
- package/dist/{Events.d.mts → Events.d.ts} +212 -25
- package/dist/Events.js +8 -0
- package/dist/Events.js.map +1 -1
- package/dist/{Experimentation.d.mts → Experimentation.d.ts} +177 -30
- package/dist/Experimentation.js +8 -0
- package/dist/Experimentation.js.map +1 -1
- package/dist/{Groups.d.mts → Groups.d.ts} +306 -67
- package/dist/Groups.js +8 -0
- package/dist/Groups.js.map +1 -1
- package/dist/{Insights.d.mts → Insights.d.ts} +39 -13
- package/dist/Insights.js +8 -0
- package/dist/Insights.js.map +1 -1
- package/dist/{Localization.d.mts → Localization.d.ts} +6 -3
- package/dist/Localization.js +8 -0
- package/dist/Localization.js.map +1 -1
- package/dist/Matchmaker.d.ts +271 -0
- package/dist/Matchmaker.js +8 -0
- package/dist/Matchmaker.js.map +1 -0
- package/dist/{Multiplayer.d.mts → Multiplayer.d.ts} +2829 -301
- package/dist/Multiplayer.js +8 -0
- package/dist/Multiplayer.js.map +1 -1
- package/dist/{PlayFabCommon-BUv4zqXf.d.mts → PlayFabCommon-Dnp_xHg5.d.ts} +6 -10
- package/dist/{Profiles.d.mts → Profiles.d.ts} +172 -28
- package/dist/Profiles.js +8 -0
- package/dist/Profiles.js.map +1 -1
- package/dist/{Progression.d.mts → Progression.d.ts} +337 -73
- package/dist/Progression.js +8 -0
- package/dist/Progression.js.map +1 -1
- package/dist/{Server.d.mts → Server.d.ts} +2120 -458
- package/dist/Server.js +8 -0
- package/dist/Server.js.map +1 -1
- package/dist/chunk-5LPKBU65.js +2970 -0
- package/dist/chunk-5LPKBU65.js.map +1 -0
- package/dist/chunk-ABEEDFKP.js +175 -0
- package/dist/chunk-ABEEDFKP.js.map +1 -0
- package/dist/chunk-AGNOI6QW.js +2477 -0
- package/dist/chunk-AGNOI6QW.js.map +1 -0
- package/dist/chunk-B4NQUOWG.js +1048 -0
- package/dist/chunk-B4NQUOWG.js.map +1 -0
- package/dist/chunk-GERGPHQM.js +76 -0
- package/dist/chunk-GERGPHQM.js.map +1 -0
- package/dist/chunk-GOZV2MOC.js +2673 -0
- package/dist/chunk-GOZV2MOC.js.map +1 -0
- package/dist/chunk-GXP64DCJ.js +82 -0
- package/dist/chunk-GXP64DCJ.js.map +1 -0
- package/dist/chunk-HUS6GF7X.js +270 -0
- package/dist/chunk-HUS6GF7X.js.map +1 -0
- package/dist/chunk-JIEFHAFU.js +197 -0
- package/dist/chunk-JIEFHAFU.js.map +1 -0
- package/dist/chunk-LCCANUCE.js +2387 -0
- package/dist/chunk-LCCANUCE.js.map +1 -0
- package/dist/chunk-MNQCGRC6.js +357 -0
- package/dist/chunk-MNQCGRC6.js.map +1 -0
- package/dist/chunk-N4R6Y2MM.js +225 -0
- package/dist/chunk-N4R6Y2MM.js.map +1 -0
- package/dist/{Localization.mjs → chunk-N7LC7KNB.js} +43 -94
- package/dist/chunk-N7LC7KNB.js.map +1 -0
- package/dist/chunk-NPTN4F4Z.js +22 -0
- package/dist/chunk-NPTN4F4Z.js.map +1 -0
- package/dist/chunk-QHGWL3NW.js +237 -0
- package/dist/chunk-QHGWL3NW.js.map +1 -0
- package/dist/chunk-RKXM4KV5.js +421 -0
- package/dist/chunk-RKXM4KV5.js.map +1 -0
- package/dist/chunk-UDM2ZVXN.js +421 -0
- package/dist/chunk-UDM2ZVXN.js.map +1 -0
- package/dist/chunk-ZEBSOOZG.js +82 -0
- package/dist/chunk-ZEBSOOZG.js.map +1 -0
- package/dist/index.d.ts +18 -0
- package/dist/index.js +72 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/Addon.mjs +0 -452
- package/dist/Addon.mjs.map +0 -1
- package/dist/Admin.mjs +0 -1112
- package/dist/Admin.mjs.map +0 -1
- package/dist/Authentication.mjs +0 -290
- package/dist/Authentication.mjs.map +0 -1
- package/dist/Client.mjs +0 -1893
- package/dist/Client.mjs.map +0 -1
- package/dist/CloudScript.mjs +0 -349
- package/dist/CloudScript.mjs.map +0 -1
- package/dist/Data.mjs +0 -291
- package/dist/Data.mjs.map +0 -1
- package/dist/Economy.mjs +0 -614
- package/dist/Economy.mjs.map +0 -1
- package/dist/Events.mjs +0 -327
- package/dist/Events.mjs.map +0 -1
- package/dist/Experimentation.mjs +0 -333
- package/dist/Experimentation.mjs.map +0 -1
- package/dist/Groups.mjs +0 -417
- package/dist/Groups.mjs.map +0 -1
- package/dist/Insights.mjs +0 -286
- package/dist/Insights.mjs.map +0 -1
- package/dist/Localization.mjs.map +0 -1
- package/dist/Multiplayer.mjs +0 -862
- package/dist/Multiplayer.mjs.map +0 -1
- package/dist/Profiles.mjs +0 -306
- package/dist/Profiles.mjs.map +0 -1
- package/dist/Progression.mjs +0 -404
- package/dist/Progression.mjs.map +0 -1
- package/dist/Server.mjs +0 -1377
- package/dist/Server.mjs.map +0 -1
- package/dist/index.d.mts +0 -17
- package/dist/index.mjs +0 -6007
- package/dist/index.mjs.map +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { I as IPlayFabRequestCommon, a as IPlayFabResultCommon, P as PlayFabCommon } from './PlayFabCommon-
|
1
|
+
import { I as IPlayFabRequestCommon, a as IPlayFabResultCommon, P as PlayFabCommon } from './PlayFabCommon-Dnp_xHg5.js';
|
2
2
|
|
3
3
|
interface CreateOrUpdateAppleRequest extends IPlayFabRequestCommon {
|
4
4
|
/** iOS App Bundle ID obtained after setting up your app in the App Store. */
|
@@ -69,12 +69,12 @@ interface CreateOrUpdateGoogleRequest extends IPlayFabRequestCommon {
|
|
69
69
|
/** If an error should be returned if the addon already exists. */
|
70
70
|
ErrorIfExists?: boolean;
|
71
71
|
/**
|
72
|
-
* Google OAuth Client ID obtained through the Google Developer Console by creating a new set of
|
72
|
+
* Google OAuth Client ID obtained through the Google Developer Console by creating a new set of "OAuth Client ID".
|
73
73
|
* Required if using Google Authentication.
|
74
74
|
*/
|
75
75
|
OAuthClientID?: string;
|
76
76
|
/**
|
77
|
-
* Google OAuth Client Secret obtained through the Google Developer Console by creating a new set of
|
77
|
+
* Google OAuth Client Secret obtained through the Google Developer Console by creating a new set of "OAuth Client ID".
|
78
78
|
* Required if using Google Authentication.
|
79
79
|
*/
|
80
80
|
OAuthClientSecret?: string;
|
@@ -102,7 +102,7 @@ interface CreateOrUpdateKongregateRequest extends IPlayFabRequestCommon {
|
|
102
102
|
interface CreateOrUpdateKongregateResponse extends IPlayFabResultCommon {
|
103
103
|
}
|
104
104
|
interface CreateOrUpdateNintendoRequest extends IPlayFabRequestCommon {
|
105
|
-
/** Nintendo Switch Application ID, without the
|
105
|
+
/** Nintendo Switch Application ID, without the "0x" prefix. */
|
106
106
|
ApplicationID?: string;
|
107
107
|
/** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
|
108
108
|
CustomTags?: Record<string, string | null>;
|
@@ -140,7 +140,7 @@ interface CreateOrUpdatePSNRequest extends IPlayFabRequestCommon {
|
|
140
140
|
interface CreateOrUpdatePSNResponse extends IPlayFabResultCommon {
|
141
141
|
}
|
142
142
|
interface CreateOrUpdateSteamRequest extends IPlayFabRequestCommon {
|
143
|
-
/** Application ID obtained after setting up your app in Valve
|
143
|
+
/** Application ID obtained after setting up your app in Valve's developer portal. */
|
144
144
|
ApplicationId: string;
|
145
145
|
/** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
|
146
146
|
CustomTags?: Record<string, string | null>;
|
@@ -150,7 +150,7 @@ interface CreateOrUpdateSteamRequest extends IPlayFabRequestCommon {
|
|
150
150
|
Entity?: EntityKey;
|
151
151
|
/** If an error should be returned if the addon already exists. */
|
152
152
|
ErrorIfExists?: boolean;
|
153
|
-
/** Sercet Key obtained after setting up your app in Valve
|
153
|
+
/** Sercet Key obtained after setting up your app in Valve's developer portal. */
|
154
154
|
SecretKey: string;
|
155
155
|
/** Use Steam Payments sandbox endpoint for test transactions. */
|
156
156
|
UseSandbox?: boolean;
|
@@ -272,6 +272,11 @@ interface EntityKey {
|
|
272
272
|
Id: string;
|
273
273
|
/** Entity type. See https://docs.microsoft.com/gaming/playfab/features/data/entities/available-built-in-entity-types */
|
274
274
|
Type?: string;
|
275
|
+
/**
|
276
|
+
* Alternate name for Type.
|
277
|
+
* @deprecated Please use Type instead.
|
278
|
+
*/
|
279
|
+
TypeString?: string;
|
275
280
|
}
|
276
281
|
interface GetAppleRequest extends IPlayFabRequestCommon {
|
277
282
|
/** The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). */
|
@@ -330,7 +335,7 @@ interface GetGoogleResponse extends IPlayFabResultCommon {
|
|
330
335
|
/** Addon status. */
|
331
336
|
Created: boolean;
|
332
337
|
/**
|
333
|
-
* Google OAuth Client ID obtained through the Google Developer Console by creating a new set of
|
338
|
+
* Google OAuth Client ID obtained through the Google Developer Console by creating a new set of "OAuth Client ID".
|
334
339
|
* Required if using Google Authentication.
|
335
340
|
*/
|
336
341
|
OAuthClientID?: string;
|
@@ -358,7 +363,7 @@ interface GetNintendoRequest extends IPlayFabRequestCommon {
|
|
358
363
|
Entity?: EntityKey;
|
359
364
|
}
|
360
365
|
interface GetNintendoResponse extends IPlayFabResultCommon {
|
361
|
-
/** Nintendo Switch Application ID, without the
|
366
|
+
/** Nintendo Switch Application ID, without the "0x" prefix. */
|
362
367
|
ApplicationID?: string;
|
363
368
|
/** Addon status. */
|
364
369
|
Created: boolean;
|
@@ -389,7 +394,7 @@ interface GetSteamRequest extends IPlayFabRequestCommon {
|
|
389
394
|
Entity?: EntityKey;
|
390
395
|
}
|
391
396
|
interface GetSteamResponse extends IPlayFabResultCommon {
|
392
|
-
/** Application ID obtained after setting up your game in Valve
|
397
|
+
/** Application ID obtained after setting up your game in Valve's developer portal. */
|
393
398
|
ApplicationId?: string;
|
394
399
|
/** Addon status. */
|
395
400
|
Created: boolean;
|
@@ -438,154 +443,289 @@ interface NintendoEnvironment {
|
|
438
443
|
declare class PlayFabAddonApi extends PlayFabCommon {
|
439
444
|
/**
|
440
445
|
* Creates the Apple addon on a title, or updates it if it already exists.
|
441
|
-
*
|
446
|
+
*
|
447
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdateapple Microsoft Documentation}
|
448
|
+
* @example
|
449
|
+
* await addonClient.CreateOrUpdateApple({
|
450
|
+
* "AppBundleId": "123456",
|
451
|
+
* "AppSharedSecret": "654321",
|
452
|
+
* "RequireSecureAuthentication": true
|
453
|
+
* });
|
442
454
|
*/
|
443
|
-
CreateOrUpdateApple(request: CreateOrUpdateAppleRequest,
|
455
|
+
CreateOrUpdateApple(request: CreateOrUpdateAppleRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateAppleResponse>;
|
444
456
|
/**
|
445
457
|
* Creates the Facebook addon on a title, or updates it if it already exists.
|
446
|
-
*
|
458
|
+
*
|
459
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatefacebook Microsoft Documentation}
|
460
|
+
* @example
|
461
|
+
* await addonClient.CreateOrUpdateFacebook({
|
462
|
+
* "AppID": "123456",
|
463
|
+
* "AppSecret": "654321",
|
464
|
+
* "NotificationEmail": "user@example.com"
|
465
|
+
* });
|
447
466
|
*/
|
448
|
-
CreateOrUpdateFacebook(request: CreateOrUpdateFacebookRequest,
|
467
|
+
CreateOrUpdateFacebook(request: CreateOrUpdateFacebookRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateFacebookResponse>;
|
449
468
|
/**
|
450
469
|
* Creates the Facebook Instant Games addon on a title, or updates it if it already exists.
|
451
|
-
*
|
470
|
+
*
|
471
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatefacebookinstantgames Microsoft Documentation}
|
472
|
+
* @example
|
473
|
+
* await addonClient.CreateOrUpdateFacebookInstantGames({
|
474
|
+
* "AppID": "123456",
|
475
|
+
* "AppSecret": "654321"
|
476
|
+
* });
|
452
477
|
*/
|
453
|
-
CreateOrUpdateFacebookInstantGames(request: CreateOrUpdateFacebookInstantGamesRequest,
|
478
|
+
CreateOrUpdateFacebookInstantGames(request: CreateOrUpdateFacebookInstantGamesRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateFacebookInstantGamesResponse>;
|
454
479
|
/**
|
455
480
|
* Creates the Google addon on a title, or updates it if it already exists.
|
456
|
-
*
|
457
|
-
|
458
|
-
|
481
|
+
*
|
482
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdategoogle Microsoft Documentation}
|
483
|
+
* @example
|
484
|
+
* await addonClient.CreateOrUpdateGoogle({
|
485
|
+
* "AppPackageID": "abcdef",
|
486
|
+
* "AppLicenseKey": "fedcba",
|
487
|
+
* "OAuthClientID": "123456",
|
488
|
+
* "OAuthClientSecret": "654321",
|
489
|
+
* "OAuthCustomRedirectUri": "https://yourdomaingoeshere.com"
|
490
|
+
* });
|
491
|
+
*/
|
492
|
+
CreateOrUpdateGoogle(request: CreateOrUpdateGoogleRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateGoogleResponse>;
|
459
493
|
/**
|
460
494
|
* Creates the Kongregate addon on a title, or updates it if it already exists.
|
461
|
-
*
|
495
|
+
*
|
496
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatekongregate Microsoft Documentation}
|
497
|
+
* @example
|
498
|
+
* await addonClient.CreateOrUpdateKongregate({
|
499
|
+
* "SecretAPIKey": "123456"
|
500
|
+
* });
|
462
501
|
*/
|
463
|
-
CreateOrUpdateKongregate(request: CreateOrUpdateKongregateRequest,
|
502
|
+
CreateOrUpdateKongregate(request: CreateOrUpdateKongregateRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateKongregateResponse>;
|
464
503
|
/**
|
465
504
|
* Creates the Nintendo addon on a title, or updates it if it already exists.
|
466
|
-
*
|
467
|
-
|
468
|
-
|
505
|
+
*
|
506
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatenintendo Microsoft Documentation}
|
507
|
+
* @example
|
508
|
+
* await addonClient.CreateOrUpdateNintendo({
|
509
|
+
* "ApplicationID": "123456",
|
510
|
+
* "Environments": [
|
511
|
+
* {
|
512
|
+
* "ID": "1",
|
513
|
+
* "ClientID": "123456",
|
514
|
+
* "ClientSecret": "654321"
|
515
|
+
* }
|
516
|
+
* ]
|
517
|
+
* });
|
518
|
+
*/
|
519
|
+
CreateOrUpdateNintendo(request: CreateOrUpdateNintendoRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateNintendoResponse>;
|
469
520
|
/**
|
470
521
|
* Creates the PSN addon on a title, or updates it if it already exists.
|
471
|
-
*
|
472
|
-
|
473
|
-
|
522
|
+
*
|
523
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatepsn Microsoft Documentation}
|
524
|
+
* @example
|
525
|
+
* await addonClient.CreateOrUpdatePSN({
|
526
|
+
* "ClientID": "123456",
|
527
|
+
* "ClientSecret": "abcdef",
|
528
|
+
* "NextGenClientID": "654321",
|
529
|
+
* "NextGenClientSecret": "fedcba"
|
530
|
+
* });
|
531
|
+
*/
|
532
|
+
CreateOrUpdatePSN(request: CreateOrUpdatePSNRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdatePSNResponse>;
|
474
533
|
/**
|
475
534
|
* Creates the Steam addon on a title, or updates it if it already exists.
|
476
|
-
*
|
477
|
-
|
478
|
-
|
535
|
+
*
|
536
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatesteam Microsoft Documentation}
|
537
|
+
* @example
|
538
|
+
* await addonClient.CreateOrUpdateSteam({
|
539
|
+
* "ApplicationId": "123456",
|
540
|
+
* "SecretKey": "654321",
|
541
|
+
* "UseSandbox": true,
|
542
|
+
* "EnforceServiceSpecificTickets": true
|
543
|
+
* });
|
544
|
+
*/
|
545
|
+
CreateOrUpdateSteam(request: CreateOrUpdateSteamRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateSteamResponse>;
|
479
546
|
/**
|
480
547
|
* Creates the ToxMod addon on a title, or updates it if it already exists.
|
481
|
-
*
|
548
|
+
*
|
549
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatetoxmod Microsoft Documentation}
|
550
|
+
* @example
|
551
|
+
* await addonClient.CreateOrUpdateToxMod({
|
552
|
+
* "Enabled": false,
|
553
|
+
* "AccountId": "123456",
|
554
|
+
* "AccountKey": "654321"
|
555
|
+
* });
|
482
556
|
*/
|
483
|
-
CreateOrUpdateToxMod(request: CreateOrUpdateToxModRequest,
|
557
|
+
CreateOrUpdateToxMod(request: CreateOrUpdateToxModRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateToxModResponse>;
|
484
558
|
/**
|
485
559
|
* Creates the Twitch addon on a title, or updates it if it already exists.
|
486
|
-
*
|
560
|
+
*
|
561
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatetwitch Microsoft Documentation}
|
562
|
+
* @example
|
563
|
+
* await addonClient.CreateOrUpdateTwitch({
|
564
|
+
* "ClientID": "123456",
|
565
|
+
* "ClientSecret": "654321"
|
566
|
+
* });
|
487
567
|
*/
|
488
|
-
CreateOrUpdateTwitch(request: CreateOrUpdateTwitchRequest,
|
568
|
+
CreateOrUpdateTwitch(request: CreateOrUpdateTwitchRequest, extraHeaders?: Record<string, string>): Promise<CreateOrUpdateTwitchResponse>;
|
489
569
|
/**
|
490
570
|
* Deletes the Apple addon on a title.
|
491
|
-
*
|
571
|
+
*
|
572
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deleteapple Microsoft Documentation}
|
573
|
+
* @example
|
574
|
+
* await addonClient.DeleteApple({});
|
492
575
|
*/
|
493
|
-
DeleteApple(request: DeleteAppleRequest,
|
576
|
+
DeleteApple(request: DeleteAppleRequest, extraHeaders?: Record<string, string>): Promise<DeleteAppleResponse>;
|
494
577
|
/**
|
495
578
|
* Deletes the Facebook addon on a title.
|
496
|
-
*
|
579
|
+
*
|
580
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletefacebook Microsoft Documentation}
|
581
|
+
* @example
|
582
|
+
* await addonClient.DeleteFacebook({});
|
497
583
|
*/
|
498
|
-
DeleteFacebook(request: DeleteFacebookRequest,
|
584
|
+
DeleteFacebook(request: DeleteFacebookRequest, extraHeaders?: Record<string, string>): Promise<DeleteFacebookResponse>;
|
499
585
|
/**
|
500
586
|
* Deletes the Facebook addon on a title.
|
501
|
-
*
|
587
|
+
*
|
588
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletefacebookinstantgames Microsoft Documentation}
|
589
|
+
* @example
|
590
|
+
* await addonClient.DeleteFacebookInstantGames({});
|
502
591
|
*/
|
503
|
-
DeleteFacebookInstantGames(request: DeleteFacebookInstantGamesRequest,
|
592
|
+
DeleteFacebookInstantGames(request: DeleteFacebookInstantGamesRequest, extraHeaders?: Record<string, string>): Promise<DeleteFacebookInstantGamesResponse>;
|
504
593
|
/**
|
505
594
|
* Deletes the Google addon on a title.
|
506
|
-
*
|
595
|
+
*
|
596
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletegoogle Microsoft Documentation}
|
597
|
+
* @example
|
598
|
+
* await addonClient.DeleteGoogle({});
|
507
599
|
*/
|
508
|
-
DeleteGoogle(request: DeleteGoogleRequest,
|
600
|
+
DeleteGoogle(request: DeleteGoogleRequest, extraHeaders?: Record<string, string>): Promise<DeleteGoogleResponse>;
|
509
601
|
/**
|
510
602
|
* Deletes the Kongregate addon on a title.
|
511
|
-
*
|
603
|
+
*
|
604
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletekongregate Microsoft Documentation}
|
605
|
+
* @example
|
606
|
+
* await addonClient.DeleteKongregate({});
|
512
607
|
*/
|
513
|
-
DeleteKongregate(request: DeleteKongregateRequest,
|
608
|
+
DeleteKongregate(request: DeleteKongregateRequest, extraHeaders?: Record<string, string>): Promise<DeleteKongregateResponse>;
|
514
609
|
/**
|
515
610
|
* Deletes the Nintendo addon on a title.
|
516
|
-
*
|
611
|
+
*
|
612
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletenintendo Microsoft Documentation}
|
613
|
+
* @example
|
614
|
+
* await addonClient.DeleteNintendo({});
|
517
615
|
*/
|
518
|
-
DeleteNintendo(request: DeleteNintendoRequest,
|
616
|
+
DeleteNintendo(request: DeleteNintendoRequest, extraHeaders?: Record<string, string>): Promise<DeleteNintendoResponse>;
|
519
617
|
/**
|
520
618
|
* Deletes the PSN addon on a title.
|
521
|
-
*
|
619
|
+
*
|
620
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletepsn Microsoft Documentation}
|
621
|
+
* @example
|
622
|
+
* await addonClient.DeletePSN({});
|
522
623
|
*/
|
523
|
-
DeletePSN(request: DeletePSNRequest,
|
624
|
+
DeletePSN(request: DeletePSNRequest, extraHeaders?: Record<string, string>): Promise<DeletePSNResponse>;
|
524
625
|
/**
|
525
626
|
* Deletes the Steam addon on a title.
|
526
|
-
*
|
627
|
+
*
|
628
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletesteam Microsoft Documentation}
|
629
|
+
* @example
|
630
|
+
* await addonClient.DeleteSteam({});
|
527
631
|
*/
|
528
|
-
DeleteSteam(request: DeleteSteamRequest,
|
632
|
+
DeleteSteam(request: DeleteSteamRequest, extraHeaders?: Record<string, string>): Promise<DeleteSteamResponse>;
|
529
633
|
/**
|
530
634
|
* Deletes the ToxMod addon on a title.
|
531
|
-
*
|
635
|
+
*
|
636
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletetoxmod Microsoft Documentation}
|
637
|
+
* @example
|
638
|
+
* await addonClient.DeleteToxMod({});
|
532
639
|
*/
|
533
|
-
DeleteToxMod(request: DeleteToxModRequest,
|
640
|
+
DeleteToxMod(request: DeleteToxModRequest, extraHeaders?: Record<string, string>): Promise<DeleteToxModResponse>;
|
534
641
|
/**
|
535
642
|
* Deletes the Twitch addon on a title.
|
536
|
-
*
|
643
|
+
*
|
644
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/deletetwitch Microsoft Documentation}
|
645
|
+
* @example
|
646
|
+
* await addonClient.DeleteTwitch({});
|
537
647
|
*/
|
538
|
-
DeleteTwitch(request: DeleteTwitchRequest,
|
648
|
+
DeleteTwitch(request: DeleteTwitchRequest, extraHeaders?: Record<string, string>): Promise<DeleteTwitchResponse>;
|
539
649
|
/**
|
540
650
|
* Gets information of the Apple addon on a title, omits secrets.
|
541
|
-
*
|
651
|
+
*
|
652
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getapple Microsoft Documentation}
|
653
|
+
* @example
|
654
|
+
* await addonClient.GetApple({});
|
542
655
|
*/
|
543
|
-
GetApple(request: GetAppleRequest,
|
656
|
+
GetApple(request: GetAppleRequest, extraHeaders?: Record<string, string>): Promise<GetAppleResponse>;
|
544
657
|
/**
|
545
658
|
* Gets information of the Facebook addon on a title, omits secrets.
|
546
|
-
*
|
659
|
+
*
|
660
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getfacebook Microsoft Documentation}
|
661
|
+
* @example
|
662
|
+
* await addonClient.GetFacebook({});
|
547
663
|
*/
|
548
|
-
GetFacebook(request: GetFacebookRequest,
|
664
|
+
GetFacebook(request: GetFacebookRequest, extraHeaders?: Record<string, string>): Promise<GetFacebookResponse>;
|
549
665
|
/**
|
550
666
|
* Gets information of the Facebook Instant Games addon on a title, omits secrets.
|
551
|
-
*
|
667
|
+
*
|
668
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getfacebookinstantgames Microsoft Documentation}
|
669
|
+
* @example
|
670
|
+
* await addonClient.GetFacebookInstantGames({});
|
552
671
|
*/
|
553
|
-
GetFacebookInstantGames(request: GetFacebookInstantGamesRequest,
|
672
|
+
GetFacebookInstantGames(request: GetFacebookInstantGamesRequest, extraHeaders?: Record<string, string>): Promise<GetFacebookInstantGamesResponse>;
|
554
673
|
/**
|
555
674
|
* Gets information of the Google addon on a title, omits secrets.
|
556
|
-
*
|
675
|
+
*
|
676
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getgoogle Microsoft Documentation}
|
677
|
+
* @example
|
678
|
+
* await addonClient.GetGoogle({});
|
557
679
|
*/
|
558
|
-
GetGoogle(request: GetGoogleRequest,
|
680
|
+
GetGoogle(request: GetGoogleRequest, extraHeaders?: Record<string, string>): Promise<GetGoogleResponse>;
|
559
681
|
/**
|
560
682
|
* Gets information of the Kongregate addon on a title, omits secrets.
|
561
|
-
*
|
683
|
+
*
|
684
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getkongregate Microsoft Documentation}
|
685
|
+
* @example
|
686
|
+
* await addonClient.GetKongregate({});
|
562
687
|
*/
|
563
|
-
GetKongregate(request: GetKongregateRequest,
|
688
|
+
GetKongregate(request: GetKongregateRequest, extraHeaders?: Record<string, string>): Promise<GetKongregateResponse>;
|
564
689
|
/**
|
565
690
|
* Gets information of the Nintendo addon on a title, omits secrets.
|
566
|
-
*
|
691
|
+
*
|
692
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getnintendo Microsoft Documentation}
|
693
|
+
* @example
|
694
|
+
* await addonClient.GetNintendo({});
|
567
695
|
*/
|
568
|
-
GetNintendo(request: GetNintendoRequest,
|
696
|
+
GetNintendo(request: GetNintendoRequest, extraHeaders?: Record<string, string>): Promise<GetNintendoResponse>;
|
569
697
|
/**
|
570
698
|
* Gets information of the PSN addon on a title, omits secrets.
|
571
|
-
*
|
699
|
+
*
|
700
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getpsn Microsoft Documentation}
|
701
|
+
* @example
|
702
|
+
* await addonClient.GetPSN({});
|
572
703
|
*/
|
573
|
-
GetPSN(request: GetPSNRequest,
|
704
|
+
GetPSN(request: GetPSNRequest, extraHeaders?: Record<string, string>): Promise<GetPSNResponse>;
|
574
705
|
/**
|
575
706
|
* Gets information of the Steam addon on a title, omits secrets.
|
576
|
-
*
|
707
|
+
*
|
708
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/getsteam Microsoft Documentation}
|
709
|
+
* @example
|
710
|
+
* await addonClient.GetSteam({});
|
577
711
|
*/
|
578
|
-
GetSteam(request: GetSteamRequest,
|
712
|
+
GetSteam(request: GetSteamRequest, extraHeaders?: Record<string, string>): Promise<GetSteamResponse>;
|
579
713
|
/**
|
580
714
|
* Gets information of the ToxMod addon on a title, omits secrets.
|
581
|
-
*
|
715
|
+
*
|
716
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/gettoxmod Microsoft Documentation}
|
717
|
+
* @example
|
718
|
+
* await addonClient.GetToxMod({});
|
582
719
|
*/
|
583
|
-
GetToxMod(request: GetToxModRequest,
|
720
|
+
GetToxMod(request: GetToxModRequest, extraHeaders?: Record<string, string>): Promise<GetToxModResponse>;
|
584
721
|
/**
|
585
722
|
* Gets information of the Twitch addon on a title, omits secrets.
|
586
|
-
*
|
723
|
+
*
|
724
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/addon/addon/gettwitch Microsoft Documentation}
|
725
|
+
* @example
|
726
|
+
* await addonClient.GetTwitch({});
|
587
727
|
*/
|
588
|
-
GetTwitch(request: GetTwitchRequest,
|
728
|
+
GetTwitch(request: GetTwitchRequest, extraHeaders?: Record<string, string>): Promise<GetTwitchResponse>;
|
589
729
|
}
|
590
730
|
|
591
731
|
export { PlayFabAddonApi as default };
|
package/dist/Addon.js
ADDED
package/dist/Addon.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/apis/PlayFabAddonApi.ts","../src/constants.ts","../src/PlayFabContext.ts","../src/PlayFabCommon.ts"],"sourcesContent":["import type {\n\n CreateOrUpdateAppleRequest,\n CreateOrUpdateFacebookRequest,\n CreateOrUpdateFacebookInstantGamesRequest,\n CreateOrUpdateGoogleRequest,\n CreateOrUpdateKongregateRequest,\n CreateOrUpdateNintendoRequest,\n CreateOrUpdatePSNRequest,\n CreateOrUpdateSteamRequest,\n CreateOrUpdateToxModRequest,\n CreateOrUpdateTwitchRequest,\n DeleteAppleRequest,\n DeleteFacebookRequest,\n DeleteFacebookInstantGamesRequest,\n DeleteGoogleRequest,\n DeleteKongregateRequest,\n DeleteNintendoRequest,\n DeletePSNRequest,\n DeleteSteamRequest,\n DeleteToxModRequest,\n DeleteTwitchRequest,\n GetAppleRequest,\n GetFacebookRequest,\n GetFacebookInstantGamesRequest,\n GetGoogleRequest,\n GetKongregateRequest,\n GetNintendoRequest,\n GetPSNRequest,\n GetSteamRequest,\n GetToxModRequest,\n GetTwitchRequest,\n CreateOrUpdateAppleResponse,\n CreateOrUpdateFacebookResponse,\n CreateOrUpdateFacebookInstantGamesResponse,\n CreateOrUpdateGoogleResponse,\n CreateOrUpdateKongregateResponse,\n CreateOrUpdateNintendoResponse,\n CreateOrUpdatePSNResponse,\n CreateOrUpdateSteamResponse,\n CreateOrUpdateToxModResponse,\n CreateOrUpdateTwitchResponse,\n DeleteAppleResponse,\n DeleteFacebookResponse,\n DeleteFacebookInstantGamesResponse,\n DeleteGoogleResponse,\n DeleteKongregateResponse,\n DeleteNintendoResponse,\n DeletePSNResponse,\n DeleteSteamResponse,\n DeleteToxModResponse,\n DeleteTwitchResponse,\n GetAppleResponse,\n GetFacebookResponse,\n GetFacebookInstantGamesResponse,\n GetGoogleResponse,\n GetKongregateResponse,\n GetNintendoResponse,\n GetPSNResponse,\n GetSteamResponse,\n GetToxModResponse,\n GetTwitchResponse,\n} from \"../types/PlayFabAddonApi\";\nimport { PlayFabCommon } from \"../PlayFabCommon\";\n\nexport default class PlayFabAddonApi extends PlayFabCommon {\n\n /**\n * Creates the Apple addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdateapple\n */\n CreateOrUpdateApple (request: CreateOrUpdateAppleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateAppleResponse>(\"/Addon/CreateOrUpdateApple\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Facebook addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatefacebook\n */\n CreateOrUpdateFacebook (request: CreateOrUpdateFacebookRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateFacebookResponse>(\"/Addon/CreateOrUpdateFacebook\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Facebook Instant Games addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatefacebookinstantgames\n */\n CreateOrUpdateFacebookInstantGames (request: CreateOrUpdateFacebookInstantGamesRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateFacebookInstantGamesResponse>(\"/Addon/CreateOrUpdateFacebookInstantGames\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Google addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdategoogle\n */\n CreateOrUpdateGoogle (request: CreateOrUpdateGoogleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateGoogleResponse>(\"/Addon/CreateOrUpdateGoogle\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Kongregate addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatekongregate\n */\n CreateOrUpdateKongregate (request: CreateOrUpdateKongregateRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateKongregateResponse>(\"/Addon/CreateOrUpdateKongregate\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Nintendo addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatenintendo\n */\n CreateOrUpdateNintendo (request: CreateOrUpdateNintendoRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateNintendoResponse>(\"/Addon/CreateOrUpdateNintendo\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the PSN addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatepsn\n */\n CreateOrUpdatePSN (request: CreateOrUpdatePSNRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdatePSNResponse>(\"/Addon/CreateOrUpdatePSN\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Steam addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatesteam\n */\n CreateOrUpdateSteam (request: CreateOrUpdateSteamRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateSteamResponse>(\"/Addon/CreateOrUpdateSteam\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the ToxMod addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatetoxmod\n */\n CreateOrUpdateToxMod (request: CreateOrUpdateToxModRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateToxModResponse>(\"/Addon/CreateOrUpdateToxMod\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Creates the Twitch addon on a title, or updates it if it already exists.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/createorupdatetwitch\n */\n CreateOrUpdateTwitch (request: CreateOrUpdateTwitchRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<CreateOrUpdateTwitchResponse>(\"/Addon/CreateOrUpdateTwitch\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Apple addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deleteapple\n */\n DeleteApple (request: DeleteAppleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteAppleResponse>(\"/Addon/DeleteApple\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Facebook addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletefacebook\n */\n DeleteFacebook (request: DeleteFacebookRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteFacebookResponse>(\"/Addon/DeleteFacebook\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Facebook addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletefacebookinstantgames\n */\n DeleteFacebookInstantGames (request: DeleteFacebookInstantGamesRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteFacebookInstantGamesResponse>(\"/Addon/DeleteFacebookInstantGames\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Google addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletegoogle\n */\n DeleteGoogle (request: DeleteGoogleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteGoogleResponse>(\"/Addon/DeleteGoogle\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Kongregate addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletekongregate\n */\n DeleteKongregate (request: DeleteKongregateRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteKongregateResponse>(\"/Addon/DeleteKongregate\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Nintendo addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletenintendo\n */\n DeleteNintendo (request: DeleteNintendoRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteNintendoResponse>(\"/Addon/DeleteNintendo\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the PSN addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletepsn\n */\n DeletePSN (request: DeletePSNRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeletePSNResponse>(\"/Addon/DeletePSN\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Steam addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletesteam\n */\n DeleteSteam (request: DeleteSteamRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteSteamResponse>(\"/Addon/DeleteSteam\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the ToxMod addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletetoxmod\n */\n DeleteToxMod (request: DeleteToxModRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteToxModResponse>(\"/Addon/DeleteToxMod\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Deletes the Twitch addon on a title.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/deletetwitch\n */\n DeleteTwitch (request: DeleteTwitchRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteTwitchResponse>(\"/Addon/DeleteTwitch\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Apple addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getapple\n */\n GetApple (request: GetAppleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetAppleResponse>(\"/Addon/GetApple\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Facebook addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getfacebook\n */\n GetFacebook (request: GetFacebookRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetFacebookResponse>(\"/Addon/GetFacebook\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Facebook Instant Games addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getfacebookinstantgames\n */\n GetFacebookInstantGames (request: GetFacebookInstantGamesRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetFacebookInstantGamesResponse>(\"/Addon/GetFacebookInstantGames\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Google addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getgoogle\n */\n GetGoogle (request: GetGoogleRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetGoogleResponse>(\"/Addon/GetGoogle\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Kongregate addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getkongregate\n */\n GetKongregate (request: GetKongregateRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetKongregateResponse>(\"/Addon/GetKongregate\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Nintendo addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getnintendo\n */\n GetNintendo (request: GetNintendoRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetNintendoResponse>(\"/Addon/GetNintendo\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the PSN addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getpsn\n */\n GetPSN (request: GetPSNRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetPSNResponse>(\"/Addon/GetPSN\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Steam addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/getsteam\n */\n GetSteam (request: GetSteamRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetSteamResponse>(\"/Addon/GetSteam\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the ToxMod addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/gettoxmod\n */\n GetToxMod (request: GetToxModRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetToxModResponse>(\"/Addon/GetToxMod\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n /**\n * Gets information of the Twitch addon on a title, omits secrets.\n * https://docs.microsoft.com/rest/api/playfab/addon/addon/gettwitch\n */\n GetTwitch (request: GetTwitchRequest, customData?: any, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetTwitchResponse>(\"/Addon/GetTwitch\", request, \"X-EntityToken\", customData, extraHeaders);\n }\n\n};\n","export interface ISettings {\n /** You must set this value for PlayFabSdk to work properly (Found in the Game Manager for your title, at the PlayFab Website) */\n titleId: string;\n /** For security reasons you must never expose this value to the client or players - You must set this value for Server-APIs to work properly (Found in the Game Manager for your title, at the PlayFab Website) */\n developerSecretKey: string;\n productionServerUrl: string;\n GlobalHeaderInjection?: { [key: string]: string };\n /** The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this */\n verticalName?: string | null;\n}\n\nexport const AuthInfoMap = {\n \"X-EntityToken\": {\n authAttr: \"entityToken\",\n authError: \"errorEntityToken\",\n },\n \"X-Authorization\": {\n authAttr: \"sessionTicket\",\n authError: \"errorLoggedIn\",\n },\n \"X-SecretKey\": {\n authAttr: \"developerSecretKey\",\n authError: \"errorSecretKey\",\n },\n};\n\nexport default {\n sdkVersion: \"1.192.250526\",\n sdkFingerprint: \"JavaScriptSDK-1.192.250526\",\n buildIdentifier: \"custom_async-javascriptsdk\",\n defaultSettings: {\n titleId: \"\",\n developerSecretKey: \"\",\n GlobalHeaderInjection: {},\n productionServerUrl: \".playfabapi.com\",\n verticalName: null\n } as ISettings\n};\n","import constants, { type ISettings } from \"./constants\";\n\nexport type AuthContext = {\n PlayFabId: string | null;\n EntityId: string | null;\n EntityType: string | null;\n SessionTicket: string | null;\n EntityToken: string | null;\n};\n\nexport class PlayFabContext {\n private static _instance: PlayFabContext;\n\n settings: ISettings = constants.defaultSettings;\n\n authenticationContext: AuthContext = {\n PlayFabId: null,\n EntityId: null,\n EntityType: null,\n SessionTicket: null,\n EntityToken: null,\n };\n\n sessionTicket: string | null = null;\n\n entityToken: string | null = null;\n\n private constructor() {}\n\n public static get instance(): PlayFabContext {\n if (!PlayFabContext._instance) {\n PlayFabContext._instance = new PlayFabContext();\n }\n\n return PlayFabContext._instance;\n }\n}\n","import constants, { ISettings, AuthInfoMap } from \"./constants\";\nimport { AuthContext, PlayFabContext } from \"./PlayFabContext\";\nimport { IPlayFabError, IPlayFabResultCommon } from \"./types/PlayFab\";\n\nexport class PlayFabCommon {\n buildIdentifier: string = constants.buildIdentifier;\n requestGetParams = {\n sdk: constants.sdkFingerprint,\n } as const;\n errorTitleId = \"Must be have settings.titleId set to call this method\";\n errorLoggedIn = \"Must be logged in to call this method\";\n errorEntityToken =\n \"You must successfully call GetEntityToken before calling this\";\n errorSecretKey =\n \"Must have settings.developerSecretKey set to call this method\";\n private _context = PlayFabContext.instance;\n\n constructor(settings: Partial<ISettings> | undefined = undefined) {\n if (settings) {\n Object.assign(this._context.settings, settings);\n }\n }\n\n get settings() {\n return this._context.settings;\n }\n\n get authenticationContext() {\n return this._context.authenticationContext;\n }\n\n get sessionTicket() {\n return this._context.sessionTicket;\n }\n\n set sessionTicket(value: string | null) {\n this._context.sessionTicket = value;\n }\n\n get entityToken() {\n return this._context.entityToken;\n }\n\n set entityToken(value: string | null) {\n this._context.entityToken = value;\n }\n\n GetServerUrl() {\n if (!(this.settings.productionServerUrl.substring(0, 4) === \"http\")) {\n return `https://${this.settings.verticalName || this.settings.titleId}${\n this.settings.productionServerUrl\n }`;\n } else {\n return this.settings.productionServerUrl;\n }\n }\n\n InjectHeaders(\n xhr: XMLHttpRequest,\n headersObj: Record<string, string> | undefined\n ) {\n if (!headersObj) return;\n\n for (const headerKey in headersObj) {\n try {\n xhr.setRequestHeader(headerKey, headersObj[headerKey]);\n } catch (e) {\n console.log(\n `Failed to append header: ${headerKey} = ${headersObj[headerKey]} Error: ${e}`\n );\n }\n }\n }\n\n ExecuteRequest<T extends IPlayFabResultCommon>(\n url: string,\n body: any,\n authkey: string | null,\n authValue: string | null,\n customData: any,\n extraHeaders?: Record<string, string>\n ): Promise<T> {\n return new Promise((resolve, reject) => {\n if (body == null) body = {};\n\n var startTime = new Date().getTime();\n var requestBody = JSON.stringify(body);\n\n var urlArr = [url];\n var getParams = this.requestGetParams;\n if (getParams != null) {\n var firstParam = true;\n for (var key in getParams) {\n if (firstParam) {\n urlArr.push(\"?\");\n firstParam = false;\n } else {\n urlArr.push(\"&\");\n }\n urlArr.push(key);\n urlArr.push(\"=\");\n urlArr.push(getParams[key as keyof typeof getParams]);\n }\n }\n\n var completeUrl = urlArr.join(\"\");\n\n var xhr = new XMLHttpRequest();\n xhr.open(\"POST\", completeUrl, true);\n\n xhr.setRequestHeader(\"Content-Type\", \"application/json\");\n xhr.setRequestHeader(\n \"X-PlayFabSDK\",\n \"JavaScriptSDK-\" + constants.sdkVersion\n );\n if (authkey != null) {\n xhr.setRequestHeader(authkey, authValue!);\n }\n this.InjectHeaders(xhr, this.settings.GlobalHeaderInjection);\n this.InjectHeaders(xhr, extraHeaders);\n\n xhr.onloadend = () => {\n var result = this.GetPlayFabResponse(body, xhr, startTime, customData);\n if (result.code === 200) {\n resolve(result.data || result);\n } else {\n reject(result);\n }\n };\n\n xhr.onerror = () => {\n var result = this.GetPlayFabResponse(body, xhr, startTime, customData);\n reject(result);\n };\n\n xhr.send(requestBody);\n });\n }\n\n GetPlayFabResponse(\n request: any,\n xhr: XMLHttpRequest,\n startTime: number,\n customData: any\n ) {\n var result = null as any;\n try {\n // window.console.log(\"parsing json result: \" + xhr.responseText);\n result = JSON.parse(xhr.responseText);\n } catch (e) {\n result = {\n code: 503, // Service Unavailable\n status: \"Service Unavailable\",\n error: \"Connection error\",\n errorCode: 2, // PlayFabErrorCode.ConnectionError\n errorMessage: xhr.responseText,\n };\n }\n\n result.CallBackTimeMS = new Date().getTime() - startTime;\n result.Request = request;\n result.CustomData = customData;\n return result;\n }\n\n UpdateAuthenticationContext(currentAuthContext: AuthContext, result: any) {\n var authenticationContextUpdates = {} as AuthContext;\n if (result?.PlayFabId) {\n authenticationContextUpdates.PlayFabId = result.PlayFabId;\n }\n if (result?.SessionTicket) {\n authenticationContextUpdates.SessionTicket = result.SessionTicket;\n }\n if (result?.EntityToken) {\n authenticationContextUpdates.EntityId = result.EntityToken.Entity.Id;\n authenticationContextUpdates.EntityType = result.EntityToken.Entity.Type;\n authenticationContextUpdates.EntityToken = result.EntityToken.EntityToken;\n }\n // Update the authenticationContext with values from the result\n currentAuthContext = Object.assign(\n currentAuthContext,\n authenticationContextUpdates\n );\n\n this._context.authenticationContext = currentAuthContext;\n\n return currentAuthContext;\n }\n\n GetAuthInfo(request: any, authKey: string) {\n // Use the most-recently saved authKey, unless one was provided in the request via the AuthenticationContext\n var authError = AuthInfoMap[authKey as keyof typeof AuthInfoMap].authError;\n var authAttr = AuthInfoMap[authKey as keyof typeof AuthInfoMap].authAttr;\n var defaultAuthValue: string | null = null;\n if (authAttr === \"entityToken\") defaultAuthValue = this.entityToken;\n else if (authAttr === \"sessionTicket\")\n defaultAuthValue = this.sessionTicket;\n else if (authAttr === \"developerSecretKey\")\n defaultAuthValue = this.settings.developerSecretKey;\n var authValue = request.AuthenticationContext\n ? request.AuthenticationContext[authAttr]\n : defaultAuthValue;\n return { authKey, authValue, authError };\n }\n\n ExecuteRequestWrapper<T extends IPlayFabResultCommon>(\n apiURL: string,\n request: any,\n authKey: string | null,\n customData: any,\n extraHeaders?: Record<string, string>\n ) {\n var authValue = null;\n if (authKey !== null) {\n const { authError, ...authInfo } = this.GetAuthInfo(request, authKey);\n authKey = authInfo.authKey;\n authValue = authInfo.authValue;\n if (!authValue) throw authError;\n }\n return this.ExecuteRequest<T>(\n this.GetServerUrl() + apiURL,\n request,\n authKey,\n authValue,\n customData,\n extraHeaders\n );\n }\n\n GenerateErrorReport(error: IPlayFabError | null): string {\n if (error == null) return \"\";\n var fullErrors = error.errorMessage;\n for (var paramName in error.errorDetails)\n for (var msgIdx in error.errorDetails[paramName])\n fullErrors +=\n \"\\n\" + paramName + \": \" + error.errorDetails[paramName][msgIdx];\n return fullErrors;\n }\n\n ForgetAllCredentials() {\n this._context.sessionTicket = null;\n this._context.entityToken = null;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACWO,IAAM,cAAc;AAAA,EACzB,iBAAiB;AAAA,IACf,UAAU;AAAA,IACV,WAAW;AAAA,EACb;AAAA,EACA,mBAAmB;AAAA,IACjB,UAAU;AAAA,IACV,WAAW;AAAA,EACb;AAAA,EACA,eAAe;AAAA,IACb,UAAU;AAAA,IACV,WAAW;AAAA,EACb;AACF;AAEA,IAAO,oBAAQ;AAAA,EACb,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,IACf,SAAS;AAAA,IACT,oBAAoB;AAAA,IACpB,uBAAuB,CAAC;AAAA,IACxB,qBAAqB;AAAA,IACrB,cAAc;AAAA,EAChB;AACF;;;AC3BO,IAAM,iBAAN,MAAM,gBAAe;AAAA,EAiBlB,cAAc;AAdtB,oBAAsB,kBAAU;AAEhC,iCAAqC;AAAA,MACnC,WAAW;AAAA,MACX,UAAU;AAAA,MACV,YAAY;AAAA,MACZ,eAAe;AAAA,MACf,aAAa;AAAA,IACf;AAEA,yBAA+B;AAE/B,uBAA6B;AAAA,EAEN;AAAA,EAEvB,WAAkB,WAA2B;AAC3C,QAAI,CAAC,gBAAe,WAAW;AAC7B,sBAAe,YAAY,IAAI,gBAAe;AAAA,IAChD;AAEA,WAAO,gBAAe;AAAA,EACxB;AACF;;;AChCO,IAAM,gBAAN,MAAoB;AAAA,EAazB,YAAY,WAA2C,QAAW;AAZlE,2BAA0B,kBAAU;AACpC,4BAAmB;AAAA,MACjB,KAAK,kBAAU;AAAA,IACjB;AACA,wBAAe;AACf,yBAAgB;AAChB,4BACE;AACF,0BACE;AACF,SAAQ,WAAW,eAAe;AAGhC,QAAI,UAAU;AACZ,aAAO,OAAO,KAAK,SAAS,UAAU,QAAQ;AAAA,IAChD;AAAA,EACF;AAAA,EAEA,IAAI,WAAW;AACb,WAAO,KAAK,SAAS;AAAA,EACvB;AAAA,EAEA,IAAI,wBAAwB;AAC1B,WAAO,KAAK,SAAS;AAAA,EACvB;AAAA,EAEA,IAAI,gBAAgB;AAClB,WAAO,KAAK,SAAS;AAAA,EACvB;AAAA,EAEA,IAAI,cAAc,OAAsB;AACtC,SAAK,SAAS,gBAAgB;AAAA,EAChC;AAAA,EAEA,IAAI,cAAc;AAChB,WAAO,KAAK,SAAS;AAAA,EACvB;AAAA,EAEA,IAAI,YAAY,OAAsB;AACpC,SAAK,SAAS,cAAc;AAAA,EAC9B;AAAA,EAEA,eAAe;AACb,QAAI,EAAE,KAAK,SAAS,oBAAoB,UAAU,GAAG,CAAC,MAAM,SAAS;AACnE,aAAO,WAAW,KAAK,SAAS,gBAAgB,KAAK,SAAS,OAAO,GACnE,KAAK,SAAS,mBAChB;AAAA,IACF,OAAO;AACL,aAAO,KAAK,SAAS;AAAA,IACvB;AAAA,EACF;AAAA,EAEA,cACE,KACA,YACA;AACA,QAAI,CAAC,WAAY;AAEjB,eAAW,aAAa,YAAY;AAClC,UAAI;AACF,YAAI,iBAAiB,WAAW,WAAW,SAAS,CAAC;AAAA,MACvD,SAAS,GAAG;AACV,gBAAQ;AAAA,UACN,4BAA4B,SAAS,MAAM,WAAW,SAAS,CAAC,WAAW,CAAC;AAAA,QAC9E;AAAA,MACF;AAAA,IACF;AAAA,EACF;AAAA,EAEA,eACE,KACA,MACA,SACA,WACA,YACA,cACY;AACZ,WAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACtC,UAAI,QAAQ,KAAM,QAAO,CAAC;AAE1B,UAAI,aAAY,oBAAI,KAAK,GAAE,QAAQ;AACnC,UAAI,cAAc,KAAK,UAAU,IAAI;AAErC,UAAI,SAAS,CAAC,GAAG;AACjB,UAAI,YAAY,KAAK;AACrB,UAAI,aAAa,MAAM;AACrB,YAAI,aAAa;AACjB,iBAAS,OAAO,WAAW;AACzB,cAAI,YAAY;AACd,mBAAO,KAAK,GAAG;AACf,yBAAa;AAAA,UACf,OAAO;AACL,mBAAO,KAAK,GAAG;AAAA,UACjB;AACA,iBAAO,KAAK,GAAG;AACf,iBAAO,KAAK,GAAG;AACf,iBAAO,KAAK,UAAU,GAA6B,CAAC;AAAA,QACtD;AAAA,MACF;AAEA,UAAI,cAAc,OAAO,KAAK,EAAE;AAEhC,UAAI,MAAM,IAAI,eAAe;AAC7B,UAAI,KAAK,QAAQ,aAAa,IAAI;AAElC,UAAI,iBAAiB,gBAAgB,kBAAkB;AACvD,UAAI;AAAA,QACF;AAAA,QACA,mBAAmB,kBAAU;AAAA,MAC/B;AACA,UAAI,WAAW,MAAM;AACnB,YAAI,iBAAiB,SAAS,SAAU;AAAA,MAC1C;AACA,WAAK,cAAc,KAAK,KAAK,SAAS,qBAAqB;AAC3D,WAAK,cAAc,KAAK,YAAY;AAEpC,UAAI,YAAY,MAAM;AACpB,YAAI,SAAS,KAAK,mBAAmB,MAAM,KAAK,WAAW,UAAU;AACrE,YAAI,OAAO,SAAS,KAAK;AACvB,kBAAQ,OAAO,QAAQ,MAAM;AAAA,QAC/B,OAAO;AACL,iBAAO,MAAM;AAAA,QACf;AAAA,MACF;AAEA,UAAI,UAAU,MAAM;AAClB,YAAI,SAAS,KAAK,mBAAmB,MAAM,KAAK,WAAW,UAAU;AACrE,eAAO,MAAM;AAAA,MACf;AAEA,UAAI,KAAK,WAAW;AAAA,IACtB,CAAC;AAAA,EACH;AAAA,EAEA,mBACE,SACA,KACA,WACA,YACA;AACA,QAAI,SAAS;AACb,QAAI;AAEF,eAAS,KAAK,MAAM,IAAI,YAAY;AAAA,IACtC,SAAS,GAAG;AACV,eAAS;AAAA,QACP,MAAM;AAAA;AAAA,QACN,QAAQ;AAAA,QACR,OAAO;AAAA,QACP,WAAW;AAAA;AAAA,QACX,cAAc,IAAI;AAAA,MACpB;AAAA,IACF;AAEA,WAAO,kBAAiB,oBAAI,KAAK,GAAE,QAAQ,IAAI;AAC/C,WAAO,UAAU;AACjB,WAAO,aAAa;AACpB,WAAO;AAAA,EACT;AAAA,EAEA,4BAA4B,oBAAiC,QAAa;AACxE,QAAI,+BAA+B,CAAC;AACpC,QAAI,iCAAQ,WAAW;AACrB,mCAA6B,YAAY,OAAO;AAAA,IAClD;AACA,QAAI,iCAAQ,eAAe;AACzB,mCAA6B,gBAAgB,OAAO;AAAA,IACtD;AACA,QAAI,iCAAQ,aAAa;AACvB,mCAA6B,WAAW,OAAO,YAAY,OAAO;AAClE,mCAA6B,aAAa,OAAO,YAAY,OAAO;AACpE,mCAA6B,cAAc,OAAO,YAAY;AAAA,IAChE;AAEA,yBAAqB,OAAO;AAAA,MAC1B;AAAA,MACA;AAAA,IACF;AAEA,SAAK,SAAS,wBAAwB;AAEtC,WAAO;AAAA,EACT;AAAA,EAEA,YAAY,SAAc,SAAiB;AAEzC,QAAI,YAAY,YAAY,OAAmC,EAAE;AACjE,QAAI,WAAW,YAAY,OAAmC,EAAE;AAChE,QAAI,mBAAkC;AACtC,QAAI,aAAa,cAAe,oBAAmB,KAAK;AAAA,aAC/C,aAAa;AACpB,yBAAmB,KAAK;AAAA,aACjB,aAAa;AACpB,yBAAmB,KAAK,SAAS;AACnC,QAAI,YAAY,QAAQ,wBACpB,QAAQ,sBAAsB,QAAQ,IACtC;AACJ,WAAO,EAAE,SAAS,WAAW,UAAU;AAAA,EACzC;AAAA,EAEA,sBACE,QACA,SACA,SACA,YACA,cACA;AACA,QAAI,YAAY;AAChB,QAAI,YAAY,MAAM;AACpB,YAAM,EAAE,WAAW,GAAG,SAAS,IAAI,KAAK,YAAY,SAAS,OAAO;AACpE,gBAAU,SAAS;AACnB,kBAAY,SAAS;AACrB,UAAI,CAAC,UAAW,OAAM;AAAA,IACxB;AACA,WAAO,KAAK;AAAA,MACV,KAAK,aAAa,IAAI;AAAA,MACtB;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,EACF;AAAA,EAEA,oBAAoB,OAAqC;AACvD,QAAI,SAAS,KAAM,QAAO;AAC1B,QAAI,aAAa,MAAM;AACvB,aAAS,aAAa,MAAM;AAC1B,eAAS,UAAU,MAAM,aAAa,SAAS;AAC7C,sBACE,OAAO,YAAY,OAAO,MAAM,aAAa,SAAS,EAAE,MAAM;AACpE,WAAO;AAAA,EACT;AAAA,EAEA,uBAAuB;AACrB,SAAK,SAAS,gBAAgB;AAC9B,SAAK,SAAS,cAAc;AAAA,EAC9B;AACF;;;AHlLA,IAAqB,kBAArB,cAA6C,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA,EAMvD,oBAAqB,SAAqC,YAAkB,cAAuC;AAC/G,WAAO,KAAK,sBAAmD,8BAA8B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,uBAAwB,SAAwC,YAAkB,cAAuC;AACrH,WAAO,KAAK,sBAAsD,iCAAiC,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACzJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,mCAAoC,SAAoD,YAAkB,cAAuC;AAC7I,WAAO,KAAK,sBAAkE,6CAA6C,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACjL;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,qBAAsB,SAAsC,YAAkB,cAAuC;AACjH,WAAO,KAAK,sBAAoD,+BAA+B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,yBAA0B,SAA0C,YAAkB,cAAuC;AACzH,WAAO,KAAK,sBAAwD,mCAAmC,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC7J;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,uBAAwB,SAAwC,YAAkB,cAAuC;AACrH,WAAO,KAAK,sBAAsD,iCAAiC,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACzJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,kBAAmB,SAAmC,YAAkB,cAAuC;AAC3G,WAAO,KAAK,sBAAiD,4BAA4B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC/I;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,oBAAqB,SAAqC,YAAkB,cAAuC;AAC/G,WAAO,KAAK,sBAAmD,8BAA8B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,qBAAsB,SAAsC,YAAkB,cAAuC;AACjH,WAAO,KAAK,sBAAoD,+BAA+B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,qBAAsB,SAAsC,YAAkB,cAAuC;AACjH,WAAO,KAAK,sBAAoD,+BAA+B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrJ;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,YAAa,SAA6B,YAAkB,cAAuC;AAC/F,WAAO,KAAK,sBAA2C,sBAAsB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,eAAgB,SAAgC,YAAkB,cAAuC;AACrG,WAAO,KAAK,sBAA8C,yBAAyB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACzI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,2BAA4B,SAA4C,YAAkB,cAAuC;AAC7H,WAAO,KAAK,sBAA0D,qCAAqC,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACjK;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,aAAc,SAA8B,YAAkB,cAAuC;AACjG,WAAO,KAAK,sBAA4C,uBAAuB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,iBAAkB,SAAkC,YAAkB,cAAuC;AACzG,WAAO,KAAK,sBAAgD,2BAA2B,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC7I;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,eAAgB,SAAgC,YAAkB,cAAuC;AACrG,WAAO,KAAK,sBAA8C,yBAAyB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACzI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,UAAW,SAA2B,YAAkB,cAAuC;AAC3F,WAAO,KAAK,sBAAyC,oBAAoB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC/H;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,YAAa,SAA6B,YAAkB,cAAuC;AAC/F,WAAO,KAAK,sBAA2C,sBAAsB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,aAAc,SAA8B,YAAkB,cAAuC;AACjG,WAAO,KAAK,sBAA4C,uBAAuB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,aAAc,SAA8B,YAAkB,cAAuC;AACjG,WAAO,KAAK,sBAA4C,uBAAuB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACrI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,SAAU,SAA0B,YAAkB,cAAuC;AACzF,WAAO,KAAK,sBAAwC,mBAAmB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC7H;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,YAAa,SAA6B,YAAkB,cAAuC;AAC/F,WAAO,KAAK,sBAA2C,sBAAsB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,wBAAyB,SAAyC,YAAkB,cAAuC;AACvH,WAAO,KAAK,sBAAuD,kCAAkC,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC3J;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,UAAW,SAA2B,YAAkB,cAAuC;AAC3F,WAAO,KAAK,sBAAyC,oBAAoB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC/H;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,cAAe,SAA+B,YAAkB,cAAuC;AACnG,WAAO,KAAK,sBAA6C,wBAAwB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACvI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,YAAa,SAA6B,YAAkB,cAAuC;AAC/F,WAAO,KAAK,sBAA2C,sBAAsB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACnI;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,OAAQ,SAAwB,YAAkB,cAAuC;AACrF,WAAO,KAAK,sBAAsC,iBAAiB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EACzH;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,SAAU,SAA0B,YAAkB,cAAuC;AACzF,WAAO,KAAK,sBAAwC,mBAAmB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC7H;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,UAAW,SAA2B,YAAkB,cAAuC;AAC3F,WAAO,KAAK,sBAAyC,oBAAoB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC/H;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,UAAW,SAA2B,YAAkB,cAAuC;AAC3F,WAAO,KAAK,sBAAyC,oBAAoB,SAAS,iBAAiB,YAAY,YAAY;AAAA,EAC/H;AAEJ;","names":[]}
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|