async-playfab-web-sdk 1.192.250526 → 1.193.250606-1
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-4E2KRRDD.js +357 -0
- package/dist/chunk-4E2KRRDD.js.map +1 -0
- package/dist/chunk-7CBRLK5L.js +22 -0
- package/dist/chunk-7CBRLK5L.js.map +1 -0
- package/dist/{Localization.mjs → chunk-B6REENP7.js} +43 -94
- package/dist/chunk-B6REENP7.js.map +1 -0
- package/dist/chunk-DXAOLJHK.js +82 -0
- package/dist/chunk-DXAOLJHK.js.map +1 -0
- package/dist/chunk-EBJBJXQD.js +421 -0
- package/dist/chunk-EBJBJXQD.js.map +1 -0
- package/dist/chunk-GJBETVD4.js +237 -0
- package/dist/chunk-GJBETVD4.js.map +1 -0
- package/dist/chunk-JBOTM62B.js +2387 -0
- package/dist/chunk-JBOTM62B.js.map +1 -0
- package/dist/chunk-JOLCAGAW.js +2970 -0
- package/dist/chunk-JOLCAGAW.js.map +1 -0
- package/dist/chunk-KGYLMZG2.js +175 -0
- package/dist/chunk-KGYLMZG2.js.map +1 -0
- package/dist/chunk-PDLKO3WE.js +2477 -0
- package/dist/chunk-PDLKO3WE.js.map +1 -0
- package/dist/chunk-PSQSJQ3D.js +2673 -0
- package/dist/chunk-PSQSJQ3D.js.map +1 -0
- package/dist/chunk-RGHAECKS.js +197 -0
- package/dist/chunk-RGHAECKS.js.map +1 -0
- package/dist/chunk-SFUUCWPC.js +76 -0
- package/dist/chunk-SFUUCWPC.js.map +1 -0
- package/dist/chunk-SYWVDBNU.js +270 -0
- package/dist/chunk-SYWVDBNU.js.map +1 -0
- package/dist/chunk-T5SJ77OD.js +225 -0
- package/dist/chunk-T5SJ77OD.js.map +1 -0
- package/dist/chunk-VSRO2RWK.js +1048 -0
- package/dist/chunk-VSRO2RWK.js.map +1 -0
- package/dist/chunk-XPNV2H5D.js +421 -0
- package/dist/chunk-XPNV2H5D.js.map +1 -0
- package/dist/chunk-Z7SMY2UK.js +82 -0
- package/dist/chunk-Z7SMY2UK.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
@@ -0,0 +1,82 @@
|
|
1
|
+
import {
|
2
|
+
PlayFabCommon
|
3
|
+
} from "./chunk-B6REENP7.js";
|
4
|
+
|
5
|
+
// src/apis/PlayFabInsightsApi.ts
|
6
|
+
var PlayFabInsightsApi = class extends PlayFabCommon {
|
7
|
+
/**
|
8
|
+
* Gets the current values for the Insights performance and data storage retention, list of pending operations, and the
|
9
|
+
* performance and data storage retention limits.
|
10
|
+
*
|
11
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getdetails Microsoft Documentation}
|
12
|
+
* @example
|
13
|
+
* await insightsClient.GetDetails({});
|
14
|
+
*/
|
15
|
+
GetDetails(request, extraHeaders) {
|
16
|
+
return this.ExecuteRequestWrapper("/Insights/GetDetails", request, "X-EntityToken", extraHeaders);
|
17
|
+
}
|
18
|
+
/**
|
19
|
+
* Retrieves the range of allowed values for performance and data storage retention values as well as the submeter details
|
20
|
+
* for each performance level.
|
21
|
+
*
|
22
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getlimits Microsoft Documentation}
|
23
|
+
* @example
|
24
|
+
* await insightsClient.GetLimits({});
|
25
|
+
*/
|
26
|
+
GetLimits(request, extraHeaders) {
|
27
|
+
return this.ExecuteRequestWrapper("/Insights/GetLimits", request, "X-EntityToken", extraHeaders);
|
28
|
+
}
|
29
|
+
/**
|
30
|
+
* Gets the status of a SetPerformance or SetStorageRetention operation.
|
31
|
+
*
|
32
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getoperationstatus Microsoft Documentation}
|
33
|
+
* @example
|
34
|
+
* await insightsClient.GetOperationStatus({
|
35
|
+
* "OperationId": "3ee468c4-ad09-4bb1-bccf-209ef5abfb96"
|
36
|
+
* });
|
37
|
+
*/
|
38
|
+
GetOperationStatus(request, extraHeaders) {
|
39
|
+
return this.ExecuteRequestWrapper("/Insights/GetOperationStatus", request, "X-EntityToken", extraHeaders);
|
40
|
+
}
|
41
|
+
/**
|
42
|
+
* Gets a list of pending SetPerformance and/or SetStorageRetention operations for the title.
|
43
|
+
*
|
44
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getpendingoperations Microsoft Documentation}
|
45
|
+
* @example
|
46
|
+
* await insightsClient.GetPendingOperations({
|
47
|
+
* "OperationType": "SetPerformance"
|
48
|
+
* });
|
49
|
+
*/
|
50
|
+
GetPendingOperations(request, extraHeaders) {
|
51
|
+
return this.ExecuteRequestWrapper("/Insights/GetPendingOperations", request, "X-EntityToken", extraHeaders);
|
52
|
+
}
|
53
|
+
/**
|
54
|
+
* Sets the Insights performance level value for the title.
|
55
|
+
*
|
56
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/setperformance Microsoft Documentation}
|
57
|
+
* @example
|
58
|
+
* await insightsClient.SetPerformance({
|
59
|
+
* "PerformanceLevel": 3
|
60
|
+
* });
|
61
|
+
*/
|
62
|
+
SetPerformance(request, extraHeaders) {
|
63
|
+
return this.ExecuteRequestWrapper("/Insights/SetPerformance", request, "X-EntityToken", extraHeaders);
|
64
|
+
}
|
65
|
+
/**
|
66
|
+
* Sets the Insights data storage retention days value for the title.
|
67
|
+
*
|
68
|
+
* {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/setstorageretention Microsoft Documentation}
|
69
|
+
* @example
|
70
|
+
* await insightsClient.SetStorageRetention({
|
71
|
+
* "RetentionDays": 30
|
72
|
+
* });
|
73
|
+
*/
|
74
|
+
SetStorageRetention(request, extraHeaders) {
|
75
|
+
return this.ExecuteRequestWrapper("/Insights/SetStorageRetention", request, "X-EntityToken", extraHeaders);
|
76
|
+
}
|
77
|
+
};
|
78
|
+
|
79
|
+
export {
|
80
|
+
PlayFabInsightsApi
|
81
|
+
};
|
82
|
+
//# sourceMappingURL=chunk-Z7SMY2UK.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../src/apis/PlayFabInsightsApi.ts"],"sourcesContent":["import type {\n InsightsEmptyRequest,\n InsightsGetOperationStatusRequest,\n InsightsGetPendingOperationsRequest,\n InsightsSetPerformanceRequest,\n InsightsSetStorageRetentionRequest,\n InsightsGetDetailsResponse,\n InsightsGetLimitsResponse,\n InsightsGetOperationStatusResponse,\n InsightsGetPendingOperationsResponse,\n InsightsOperationResponse,\n} from \"../types/PlayFabInsightsApi\";\nimport { PlayFabCommon } from \"../PlayFabCommon\";\n\nexport default class PlayFabInsightsApi extends PlayFabCommon {\n\n /**\n * Gets the current values for the Insights performance and data storage retention, list of pending operations, and the\n * performance and data storage retention limits.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getdetails Microsoft Documentation}\n * @example\n * await insightsClient.GetDetails({});\n */\n GetDetails (request: InsightsEmptyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsGetDetailsResponse>(\"/Insights/GetDetails\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Retrieves the range of allowed values for performance and data storage retention values as well as the submeter details\n * for each performance level.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getlimits Microsoft Documentation}\n * @example\n * await insightsClient.GetLimits({});\n */\n GetLimits (request: InsightsEmptyRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsGetLimitsResponse>(\"/Insights/GetLimits\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the status of a SetPerformance or SetStorageRetention operation.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getoperationstatus Microsoft Documentation}\n * @example\n * await insightsClient.GetOperationStatus({\n * \"OperationId\": \"3ee468c4-ad09-4bb1-bccf-209ef5abfb96\"\n * });\n */\n GetOperationStatus (request: InsightsGetOperationStatusRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsGetOperationStatusResponse>(\"/Insights/GetOperationStatus\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets a list of pending SetPerformance and/or SetStorageRetention operations for the title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/getpendingoperations Microsoft Documentation}\n * @example\n * await insightsClient.GetPendingOperations({\n * \"OperationType\": \"SetPerformance\"\n * });\n */\n GetPendingOperations (request: InsightsGetPendingOperationsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsGetPendingOperationsResponse>(\"/Insights/GetPendingOperations\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Sets the Insights performance level value for the title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/setperformance Microsoft Documentation}\n * @example\n * await insightsClient.SetPerformance({\n * \"PerformanceLevel\": 3\n * });\n */\n SetPerformance (request: InsightsSetPerformanceRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsOperationResponse>(\"/Insights/SetPerformance\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Sets the Insights data storage retention days value for the title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/insights/analytics/setstorageretention Microsoft Documentation}\n * @example\n * await insightsClient.SetStorageRetention({\n * \"RetentionDays\": 30\n * });\n */\n SetStorageRetention (request: InsightsSetStorageRetentionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<InsightsOperationResponse>(\"/Insights/SetStorageRetention\", request, \"X-EntityToken\", extraHeaders);\n }\n\n};\n"],"mappings":";;;;;AAcA,IAAqB,qBAArB,cAAgD,cAAc;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAU5D,WAAY,SAA+B,cAAuC;AAChF,WAAO,KAAK,sBAAkD,wBAAwB,SAAS,iBAAiB,YAAY;AAAA,EAC9H;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAUA,UAAW,SAA+B,cAAuC;AAC/E,WAAO,KAAK,sBAAiD,uBAAuB,SAAS,iBAAiB,YAAY;AAAA,EAC5H;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWA,mBAAoB,SAA4C,cAAuC;AACrG,WAAO,KAAK,sBAA0D,gCAAgC,SAAS,iBAAiB,YAAY;AAAA,EAC9I;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWA,qBAAsB,SAA8C,cAAuC;AACzG,WAAO,KAAK,sBAA4D,kCAAkC,SAAS,iBAAiB,YAAY;AAAA,EAClJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWA,eAAgB,SAAwC,cAAuC;AAC7F,WAAO,KAAK,sBAAiD,4BAA4B,SAAS,iBAAiB,YAAY;AAAA,EACjI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAWA,oBAAqB,SAA6C,cAAuC;AACvG,WAAO,KAAK,sBAAiD,iCAAiC,SAAS,iBAAiB,YAAY;AAAA,EACtI;AAEF;","names":[]}
|
package/dist/index.d.ts
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
export { default as PlayFabAddonApi } from './Addon.js';
|
2
|
+
export { default as PlayFabAdminApi } from './Admin.js';
|
3
|
+
export { default as PlayFabAuthenticationApi } from './Authentication.js';
|
4
|
+
export { default as PlayFabClientApi } from './Client.js';
|
5
|
+
export { default as PlayFabCloudScriptApi } from './CloudScript.js';
|
6
|
+
export { default as PlayFabDataApi } from './Data.js';
|
7
|
+
export { default as PlayFabEconomyApi } from './Economy.js';
|
8
|
+
export { default as PlayFabEventsApi } from './Events.js';
|
9
|
+
export { default as PlayFabExperimentationApi } from './Experimentation.js';
|
10
|
+
export { default as PlayFabGroupsApi } from './Groups.js';
|
11
|
+
export { default as PlayFabInsightsApi } from './Insights.js';
|
12
|
+
export { default as PlayFabLocalizationApi } from './Localization.js';
|
13
|
+
export { default as PlayFabMatchmakerApi } from './Matchmaker.js';
|
14
|
+
export { default as PlayFabMultiplayerApi } from './Multiplayer.js';
|
15
|
+
export { default as PlayFabProfilesApi } from './Profiles.js';
|
16
|
+
export { default as PlayFabProgressionApi } from './Progression.js';
|
17
|
+
export { default as PlayFabServerApi } from './Server.js';
|
18
|
+
import './PlayFabCommon-Dnp_xHg5.js';
|
package/dist/index.js
ADDED
@@ -0,0 +1,72 @@
|
|
1
|
+
import {
|
2
|
+
PlayFabProgressionApi
|
3
|
+
} from "./chunk-EBJBJXQD.js";
|
4
|
+
import {
|
5
|
+
PlayFabServerApi
|
6
|
+
} from "./chunk-PDLKO3WE.js";
|
7
|
+
import {
|
8
|
+
PlayFabEventsApi
|
9
|
+
} from "./chunk-GJBETVD4.js";
|
10
|
+
import {
|
11
|
+
PlayFabExperimentationApi
|
12
|
+
} from "./chunk-T5SJ77OD.js";
|
13
|
+
import {
|
14
|
+
PlayFabGroupsApi
|
15
|
+
} from "./chunk-XPNV2H5D.js";
|
16
|
+
import {
|
17
|
+
PlayFabInsightsApi
|
18
|
+
} from "./chunk-Z7SMY2UK.js";
|
19
|
+
import {
|
20
|
+
PlayFabLocalizationApi
|
21
|
+
} from "./chunk-7CBRLK5L.js";
|
22
|
+
import {
|
23
|
+
PlayFabMatchmakerApi
|
24
|
+
} from "./chunk-SFUUCWPC.js";
|
25
|
+
import {
|
26
|
+
PlayFabMultiplayerApi
|
27
|
+
} from "./chunk-JBOTM62B.js";
|
28
|
+
import {
|
29
|
+
PlayFabProfilesApi
|
30
|
+
} from "./chunk-RGHAECKS.js";
|
31
|
+
import {
|
32
|
+
PlayFabAddonApi
|
33
|
+
} from "./chunk-4E2KRRDD.js";
|
34
|
+
import {
|
35
|
+
PlayFabAdminApi
|
36
|
+
} from "./chunk-PSQSJQ3D.js";
|
37
|
+
import {
|
38
|
+
PlayFabAuthenticationApi
|
39
|
+
} from "./chunk-DXAOLJHK.js";
|
40
|
+
import {
|
41
|
+
PlayFabClientApi
|
42
|
+
} from "./chunk-JOLCAGAW.js";
|
43
|
+
import {
|
44
|
+
PlayFabCloudScriptApi
|
45
|
+
} from "./chunk-SYWVDBNU.js";
|
46
|
+
import {
|
47
|
+
PlayFabDataApi
|
48
|
+
} from "./chunk-KGYLMZG2.js";
|
49
|
+
import {
|
50
|
+
PlayFabEconomyApi
|
51
|
+
} from "./chunk-VSRO2RWK.js";
|
52
|
+
import "./chunk-B6REENP7.js";
|
53
|
+
export {
|
54
|
+
PlayFabAddonApi,
|
55
|
+
PlayFabAdminApi,
|
56
|
+
PlayFabAuthenticationApi,
|
57
|
+
PlayFabClientApi,
|
58
|
+
PlayFabCloudScriptApi,
|
59
|
+
PlayFabDataApi,
|
60
|
+
PlayFabEconomyApi,
|
61
|
+
PlayFabEventsApi,
|
62
|
+
PlayFabExperimentationApi,
|
63
|
+
PlayFabGroupsApi,
|
64
|
+
PlayFabInsightsApi,
|
65
|
+
PlayFabLocalizationApi,
|
66
|
+
PlayFabMatchmakerApi,
|
67
|
+
PlayFabMultiplayerApi,
|
68
|
+
PlayFabProfilesApi,
|
69
|
+
PlayFabProgressionApi,
|
70
|
+
PlayFabServerApi
|
71
|
+
};
|
72
|
+
//# sourceMappingURL=index.js.map
|