@community-fabs/playfab-web-sdk 1.204.251121 → 1.205.251205
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.js +2 -2
- package/dist/Admin.d.ts +2 -18
- package/dist/Admin.js +2 -2
- package/dist/Authentication.js +2 -2
- package/dist/Client.d.ts +44 -0
- package/dist/Client.js +2 -2
- package/dist/CloudScript.js +2 -2
- package/dist/Data.js +2 -2
- package/dist/Economy.js +2 -2
- package/dist/Events.js +2 -2
- package/dist/Experimentation.js +2 -2
- package/dist/Groups.js +2 -2
- package/dist/Insights.js +2 -2
- package/dist/Localization.js +2 -2
- package/dist/Matchmaker.js +2 -2
- package/dist/Multiplayer.d.ts +4 -4
- package/dist/Multiplayer.js +2 -2
- package/dist/Profiles.js +2 -2
- package/dist/Progression.d.ts +2 -8
- package/dist/Progression.js +2 -2
- package/dist/Server.d.ts +115 -18
- package/dist/Server.js +2 -2
- package/dist/{chunk-JH2GBIBZ.js → chunk-5AY7MBNS.js} +2 -2
- package/dist/{chunk-XRNYT5UJ.js → chunk-73D4KIG4.js} +3 -3
- package/dist/{chunk-XRNYT5UJ.js.map → chunk-73D4KIG4.js.map} +1 -1
- package/dist/{chunk-7Y36WADZ.js → chunk-B4BE5I4A.js} +2 -2
- package/dist/{chunk-CFWBCKU6.js → chunk-DRSSJADT.js} +2 -2
- package/dist/{chunk-M572K2VC.js → chunk-DVHJUVMI.js} +2 -2
- package/dist/{chunk-RGD5KQX3.js → chunk-E3FFP3TM.js} +3 -3
- package/dist/chunk-E3FFP3TM.js.map +1 -0
- package/dist/{chunk-LAQC5FFU.js → chunk-E425DLUS.js} +6 -6
- package/dist/{chunk-LAQC5FFU.js.map → chunk-E425DLUS.js.map} +1 -1
- package/dist/{chunk-MEJLBWKX.js → chunk-EVMPRGQ2.js} +2 -2
- package/dist/{chunk-ZX546FCP.js → chunk-HHFX5GXX.js} +2 -2
- package/dist/{chunk-TJSKHREC.js → chunk-KNWJTEXG.js} +2 -2
- package/dist/{chunk-2XHRXIV7.js → chunk-L3PBS45C.js} +2 -2
- package/dist/{chunk-COF6E25U.js → chunk-LYJQAY3S.js} +2 -2
- package/dist/{chunk-LNKNYH7B.js → chunk-MSJIVNVR.js} +2 -2
- package/dist/{chunk-QWZRY44I.js → chunk-OJ5FCC4K.js} +25 -2
- package/dist/chunk-OJ5FCC4K.js.map +1 -0
- package/dist/{chunk-QHOGZRZU.js → chunk-P6YXDZAV.js} +66 -3
- package/dist/chunk-P6YXDZAV.js.map +1 -0
- package/dist/{chunk-ZI4LCCR3.js → chunk-PPGZ4AEJ.js} +2 -2
- package/dist/{chunk-KKV5BFIU.js → chunk-VJ4BWFOW.js} +2 -2
- package/dist/{chunk-OW57XMC4.js → chunk-Y7OPROZF.js} +2 -2
- package/dist/index.js +18 -18
- package/package.json +1 -1
- package/dist/chunk-QHOGZRZU.js.map +0 -1
- package/dist/chunk-QWZRY44I.js.map +0 -1
- package/dist/chunk-RGD5KQX3.js.map +0 -1
- /package/dist/{chunk-JH2GBIBZ.js.map → chunk-5AY7MBNS.js.map} +0 -0
- /package/dist/{chunk-7Y36WADZ.js.map → chunk-B4BE5I4A.js.map} +0 -0
- /package/dist/{chunk-CFWBCKU6.js.map → chunk-DRSSJADT.js.map} +0 -0
- /package/dist/{chunk-M572K2VC.js.map → chunk-DVHJUVMI.js.map} +0 -0
- /package/dist/{chunk-MEJLBWKX.js.map → chunk-EVMPRGQ2.js.map} +0 -0
- /package/dist/{chunk-ZX546FCP.js.map → chunk-HHFX5GXX.js.map} +0 -0
- /package/dist/{chunk-TJSKHREC.js.map → chunk-KNWJTEXG.js.map} +0 -0
- /package/dist/{chunk-2XHRXIV7.js.map → chunk-L3PBS45C.js.map} +0 -0
- /package/dist/{chunk-COF6E25U.js.map → chunk-LYJQAY3S.js.map} +0 -0
- /package/dist/{chunk-LNKNYH7B.js.map → chunk-MSJIVNVR.js.map} +0 -0
- /package/dist/{chunk-ZI4LCCR3.js.map → chunk-PPGZ4AEJ.js.map} +0 -0
- /package/dist/{chunk-KKV5BFIU.js.map → chunk-VJ4BWFOW.js.map} +0 -0
- /package/dist/{chunk-OW57XMC4.js.map → chunk-Y7OPROZF.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabCloudScriptApi.ts
|
|
6
6
|
var PlayFabCloudScriptApi = class extends PlayFabCommon {
|
|
@@ -271,4 +271,4 @@ var PlayFabCloudScriptApi = class extends PlayFabCommon {
|
|
|
271
271
|
export {
|
|
272
272
|
PlayFabCloudScriptApi
|
|
273
273
|
};
|
|
274
|
-
//# sourceMappingURL=chunk-
|
|
274
|
+
//# sourceMappingURL=chunk-EVMPRGQ2.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabAuthenticationApi.ts
|
|
6
6
|
var PlayFabAuthenticationApi = class extends PlayFabCommon {
|
|
@@ -79,4 +79,4 @@ var PlayFabAuthenticationApi = class extends PlayFabCommon {
|
|
|
79
79
|
export {
|
|
80
80
|
PlayFabAuthenticationApi
|
|
81
81
|
};
|
|
82
|
-
//# sourceMappingURL=chunk-
|
|
82
|
+
//# sourceMappingURL=chunk-HHFX5GXX.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabMatchmakerApi.ts
|
|
6
6
|
var PlayFabMatchmakerApi = class extends PlayFabCommon {
|
|
@@ -73,4 +73,4 @@ var PlayFabMatchmakerApi = class extends PlayFabCommon {
|
|
|
73
73
|
export {
|
|
74
74
|
PlayFabMatchmakerApi
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=chunk-
|
|
76
|
+
//# sourceMappingURL=chunk-KNWJTEXG.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabAddonApi.ts
|
|
6
6
|
var PlayFabAddonApi = class extends PlayFabCommon {
|
|
@@ -360,4 +360,4 @@ var PlayFabAddonApi = class extends PlayFabCommon {
|
|
|
360
360
|
export {
|
|
361
361
|
PlayFabAddonApi
|
|
362
362
|
};
|
|
363
|
-
//# sourceMappingURL=chunk-
|
|
363
|
+
//# sourceMappingURL=chunk-L3PBS45C.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabGroupsApi.ts
|
|
6
6
|
var PlayFabGroupsApi = class extends PlayFabCommon {
|
|
@@ -418,4 +418,4 @@ var PlayFabGroupsApi = class extends PlayFabCommon {
|
|
|
418
418
|
export {
|
|
419
419
|
PlayFabGroupsApi
|
|
420
420
|
};
|
|
421
|
-
//# sourceMappingURL=chunk-
|
|
421
|
+
//# sourceMappingURL=chunk-LYJQAY3S.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabEventsApi.ts
|
|
6
6
|
var PlayFabEventsApi = class extends PlayFabCommon {
|
|
@@ -234,4 +234,4 @@ var PlayFabEventsApi = class extends PlayFabCommon {
|
|
|
234
234
|
export {
|
|
235
235
|
PlayFabEventsApi
|
|
236
236
|
};
|
|
237
|
-
//# sourceMappingURL=chunk-
|
|
237
|
+
//# sourceMappingURL=chunk-MSJIVNVR.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PlayFabCommon
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-73D4KIG4.js";
|
|
4
4
|
|
|
5
5
|
// src/apis/PlayFabClientApi.ts
|
|
6
6
|
var PlayFabClientApi = class extends PlayFabCommon {
|
|
@@ -891,6 +891,29 @@ var PlayFabClientApi = class extends PlayFabCommon {
|
|
|
891
891
|
GetPlayFabIDsFromNintendoSwitchDeviceIds(request, extraHeaders) {
|
|
892
892
|
return this.ExecuteRequestWrapper("/Client/GetPlayFabIDsFromNintendoSwitchDeviceIds", request, "X-Authorization", extraHeaders);
|
|
893
893
|
}
|
|
894
|
+
/**
|
|
895
|
+
* Retrieves the unique PlayFab identifiers for the given set of OpenId subject identifiers. A OpenId identifier is the
|
|
896
|
+
* service name plus the service-specific ID for the player, as specified by the title when the OpenId identifier was added
|
|
897
|
+
* to the player account.
|
|
898
|
+
*
|
|
899
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/client/account-management/getplayfabidsfromopenidsubjectidentifiers Microsoft Documentation}
|
|
900
|
+
* @example
|
|
901
|
+
* await clientClient.GetPlayFabIDsFromOpenIdSubjectIdentifiers({
|
|
902
|
+
* "OpenIdSubjectIdentifiers": [
|
|
903
|
+
* {
|
|
904
|
+
* "Issuer": "https://example.com",
|
|
905
|
+
* "Subject": "123456789012345678"
|
|
906
|
+
* },
|
|
907
|
+
* {
|
|
908
|
+
* "Issuer": "https://example-2.com",
|
|
909
|
+
* "Subject": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
|
|
910
|
+
* }
|
|
911
|
+
* ]
|
|
912
|
+
* });
|
|
913
|
+
*/
|
|
914
|
+
GetPlayFabIDsFromOpenIdSubjectIdentifiers(request, extraHeaders) {
|
|
915
|
+
return this.ExecuteRequestWrapper("/Client/GetPlayFabIDsFromOpenIdSubjectIdentifiers", request, "X-Authorization", extraHeaders);
|
|
916
|
+
}
|
|
894
917
|
/**
|
|
895
918
|
* Retrieves the unique PlayFab identifiers for the given set of PlayStation :tm: Network identifiers.
|
|
896
919
|
*
|
|
@@ -2967,4 +2990,4 @@ var PlayFabClientApi = class extends PlayFabCommon {
|
|
|
2967
2990
|
export {
|
|
2968
2991
|
PlayFabClientApi
|
|
2969
2992
|
};
|
|
2970
|
-
//# sourceMappingURL=chunk-
|
|
2993
|
+
//# sourceMappingURL=chunk-OJ5FCC4K.js.map
|