@community-fabs/playfab-web-sdk 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.
Files changed (94) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +32 -0
  3. package/dist/Addon.d.ts +731 -0
  4. package/dist/Addon.js +8 -0
  5. package/dist/Addon.js.map +1 -0
  6. package/dist/Admin.d.ts +5675 -0
  7. package/dist/Admin.js +8 -0
  8. package/dist/Admin.js.map +1 -0
  9. package/dist/Authentication.d.ts +136 -0
  10. package/dist/Authentication.js +8 -0
  11. package/dist/Authentication.js.map +1 -0
  12. package/dist/Client.d.ts +6398 -0
  13. package/dist/Client.js +8 -0
  14. package/dist/Client.js.map +1 -0
  15. package/dist/CloudScript.d.ts +679 -0
  16. package/dist/CloudScript.js +8 -0
  17. package/dist/CloudScript.js.map +1 -0
  18. package/dist/Data.d.ts +347 -0
  19. package/dist/Data.js +8 -0
  20. package/dist/Data.js.map +1 -0
  21. package/dist/Economy.d.ts +2910 -0
  22. package/dist/Economy.js +8 -0
  23. package/dist/Economy.js.map +1 -0
  24. package/dist/Events.d.ts +494 -0
  25. package/dist/Events.js +8 -0
  26. package/dist/Events.js.map +1 -0
  27. package/dist/Experimentation.d.ts +504 -0
  28. package/dist/Experimentation.js +8 -0
  29. package/dist/Experimentation.js.map +1 -0
  30. package/dist/Groups.d.ts +785 -0
  31. package/dist/Groups.js +8 -0
  32. package/dist/Groups.js.map +1 -0
  33. package/dist/Insights.d.ts +167 -0
  34. package/dist/Insights.js +8 -0
  35. package/dist/Insights.js.map +1 -0
  36. package/dist/Localization.d.ts +23 -0
  37. package/dist/Localization.js +8 -0
  38. package/dist/Localization.js.map +1 -0
  39. package/dist/Matchmaker.d.ts +271 -0
  40. package/dist/Matchmaker.js +8 -0
  41. package/dist/Matchmaker.js.map +1 -0
  42. package/dist/Multiplayer.d.ts +5587 -0
  43. package/dist/Multiplayer.js +8 -0
  44. package/dist/Multiplayer.js.map +1 -0
  45. package/dist/PlayFabCommon-Dnp_xHg5.d.ts +68 -0
  46. package/dist/Profiles.d.ts +422 -0
  47. package/dist/Profiles.js +8 -0
  48. package/dist/Profiles.js.map +1 -0
  49. package/dist/Progression.d.ts +862 -0
  50. package/dist/Progression.js +8 -0
  51. package/dist/Progression.js.map +1 -0
  52. package/dist/Server.d.ts +5551 -0
  53. package/dist/Server.js +8 -0
  54. package/dist/Server.js.map +1 -0
  55. package/dist/chunk-3DU2LYBT.js +2673 -0
  56. package/dist/chunk-3DU2LYBT.js.map +1 -0
  57. package/dist/chunk-6OZSERVG.js +198 -0
  58. package/dist/chunk-6OZSERVG.js.map +1 -0
  59. package/dist/chunk-BD7SF6AA.js +357 -0
  60. package/dist/chunk-BD7SF6AA.js.map +1 -0
  61. package/dist/chunk-CPJ6FMQ3.js +421 -0
  62. package/dist/chunk-CPJ6FMQ3.js.map +1 -0
  63. package/dist/chunk-IFBBLD7Q.js +2477 -0
  64. package/dist/chunk-IFBBLD7Q.js.map +1 -0
  65. package/dist/chunk-J2KKGAWN.js +2387 -0
  66. package/dist/chunk-J2KKGAWN.js.map +1 -0
  67. package/dist/chunk-K2I6VCQK.js +270 -0
  68. package/dist/chunk-K2I6VCQK.js.map +1 -0
  69. package/dist/chunk-MHSKIHSG.js +22 -0
  70. package/dist/chunk-MHSKIHSG.js.map +1 -0
  71. package/dist/chunk-MQZCB76F.js +82 -0
  72. package/dist/chunk-MQZCB76F.js.map +1 -0
  73. package/dist/chunk-OZLGFCPU.js +421 -0
  74. package/dist/chunk-OZLGFCPU.js.map +1 -0
  75. package/dist/chunk-P4FCADAY.js +175 -0
  76. package/dist/chunk-P4FCADAY.js.map +1 -0
  77. package/dist/chunk-QHQBHTHP.js +76 -0
  78. package/dist/chunk-QHQBHTHP.js.map +1 -0
  79. package/dist/chunk-QJRCYM7I.js +82 -0
  80. package/dist/chunk-QJRCYM7I.js.map +1 -0
  81. package/dist/chunk-RVBFE5D5.js +237 -0
  82. package/dist/chunk-RVBFE5D5.js.map +1 -0
  83. package/dist/chunk-SF5NNTLE.js +225 -0
  84. package/dist/chunk-SF5NNTLE.js.map +1 -0
  85. package/dist/chunk-SZJQBNVS.js +197 -0
  86. package/dist/chunk-SZJQBNVS.js.map +1 -0
  87. package/dist/chunk-WBPWV6H3.js +2970 -0
  88. package/dist/chunk-WBPWV6H3.js.map +1 -0
  89. package/dist/chunk-YI4OQ74L.js +1048 -0
  90. package/dist/chunk-YI4OQ74L.js.map +1 -0
  91. package/dist/index.d.ts +18 -0
  92. package/dist/index.js +72 -0
  93. package/dist/index.js.map +1 -0
  94. package/package.json +29 -0
@@ -0,0 +1,421 @@
1
+ import {
2
+ PlayFabCommon
3
+ } from "./chunk-6OZSERVG.js";
4
+
5
+ // src/apis/PlayFabProgressionApi.ts
6
+ var PlayFabProgressionApi = class extends PlayFabCommon {
7
+ /**
8
+ * Creates a new leaderboard definition.
9
+ *
10
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/createleaderboarddefinition Microsoft Documentation}
11
+ * @example
12
+ * await leaderboardClient.CreateLeaderboardDefinition({
13
+ * "Name": "HighestScoresByLevel",
14
+ * "EntityType": "title_player_account",
15
+ * "VersionConfiguration": {
16
+ * "ResetInterval": "Manual",
17
+ * "MaxQueryableVersions": 1
18
+ * },
19
+ * "Columns": [
20
+ * {
21
+ * "Name": "Hits",
22
+ * "SortDirection": "Descending"
23
+ * }
24
+ * ],
25
+ * "SizeLimit": 1000
26
+ * });
27
+ */
28
+ CreateLeaderboardDefinition(request, extraHeaders) {
29
+ return this.ExecuteRequestWrapper("/Leaderboard/CreateLeaderboardDefinition", request, "X-EntityToken", extraHeaders);
30
+ }
31
+ /**
32
+ * Create a new entity statistic definition.
33
+ *
34
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/createstatisticdefinition Microsoft Documentation}
35
+ * @example
36
+ * await statisticClient.CreateStatisticDefinition({
37
+ * "Name": "HighestScoresByLevel",
38
+ * "AggregationMethod": "Last",
39
+ * "Columns": [
40
+ * {
41
+ * "AggregationMethod": "Min"
42
+ * }
43
+ * ]
44
+ * });
45
+ */
46
+ CreateStatisticDefinition(request, extraHeaders) {
47
+ return this.ExecuteRequestWrapper("/Statistic/CreateStatisticDefinition", request, "X-EntityToken", extraHeaders);
48
+ }
49
+ /**
50
+ * Deletes a leaderboard definition.
51
+ *
52
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/deleteleaderboarddefinition Microsoft Documentation}
53
+ * @example
54
+ * await leaderboardClient.DeleteLeaderboardDefinition({
55
+ * "Name": "HighestScoresByLevel"
56
+ * });
57
+ */
58
+ DeleteLeaderboardDefinition(request, extraHeaders) {
59
+ return this.ExecuteRequestWrapper("/Leaderboard/DeleteLeaderboardDefinition", request, "X-EntityToken", extraHeaders);
60
+ }
61
+ /**
62
+ * Deletes the specified entries from the given leaderboard.
63
+ *
64
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/deleteleaderboardentries Microsoft Documentation}
65
+ * @example
66
+ * await leaderboardClient.DeleteLeaderboardEntries({
67
+ * "Name": "Points",
68
+ * "EntityIds": [
69
+ * "12802710371",
70
+ * "01849174301"
71
+ * ]
72
+ * });
73
+ */
74
+ DeleteLeaderboardEntries(request, extraHeaders) {
75
+ return this.ExecuteRequestWrapper("/Leaderboard/DeleteLeaderboardEntries", request, "X-EntityToken", extraHeaders);
76
+ }
77
+ /**
78
+ * Delete an entity statistic definition. Will delete all statistics on entity profiles and leaderboards.
79
+ *
80
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/deletestatisticdefinition Microsoft Documentation}
81
+ * @example
82
+ * await statisticClient.DeleteStatisticDefinition({
83
+ * "Name": "HighestScoresByLevel"
84
+ * });
85
+ */
86
+ DeleteStatisticDefinition(request, extraHeaders) {
87
+ return this.ExecuteRequestWrapper("/Statistic/DeleteStatisticDefinition", request, "X-EntityToken", extraHeaders);
88
+ }
89
+ /**
90
+ * Delete statistics on an entity profile. This will remove all rankings from associated leaderboards.
91
+ *
92
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/deletestatistics Microsoft Documentation}
93
+ * @example
94
+ * await statisticClient.DeleteStatistics({
95
+ * "Statistics": [
96
+ * {
97
+ * "Name": "TotalCarTime"
98
+ * },
99
+ * {
100
+ * "Name": "FastestTimesByMap",
101
+ * "Version": 15
102
+ * }
103
+ * ]
104
+ * });
105
+ */
106
+ DeleteStatistics(request, extraHeaders) {
107
+ return this.ExecuteRequestWrapper("/Statistic/DeleteStatistics", request, "X-EntityToken", extraHeaders);
108
+ }
109
+ /**
110
+ * Get the friend leaderboard for the specified entity. A maximum of 25 friend entries are listed in the leaderboard.
111
+ *
112
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getfriendleaderboardforentity Microsoft Documentation}
113
+ * @example
114
+ * await leaderboardClient.GetFriendLeaderboardForEntity({
115
+ * "LeaderboardName": "Points",
116
+ * "ExternalFriendSources": "None"
117
+ * });
118
+ */
119
+ GetFriendLeaderboardForEntity(request, extraHeaders) {
120
+ return this.ExecuteRequestWrapper("/Leaderboard/GetFriendLeaderboardForEntity", request, "X-EntityToken", extraHeaders);
121
+ }
122
+ /**
123
+ * Get the leaderboard for a specific entity type and statistic.
124
+ *
125
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboard Microsoft Documentation}
126
+ * @example
127
+ * await leaderboardClient.GetLeaderboard({
128
+ * "LeaderboardName": "Points",
129
+ * "Version": 2,
130
+ * "StartingPosition": 100,
131
+ * "PageSize": 20
132
+ * });
133
+ */
134
+ GetLeaderboard(request, extraHeaders) {
135
+ return this.ExecuteRequestWrapper("/Leaderboard/GetLeaderboard", request, "X-EntityToken", extraHeaders);
136
+ }
137
+ /**
138
+ * Get the leaderboard around a specific entity.
139
+ *
140
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboardaroundentity Microsoft Documentation}
141
+ * @example
142
+ * await leaderboardClient.GetLeaderboardAroundEntity({
143
+ * "LeaderboardName": "Points",
144
+ * "Version": 2,
145
+ * "MaxSurroundingEntries": 0,
146
+ * "Entity": {
147
+ * "Id": "819478109412",
148
+ * "Type": "title_player_account",
149
+ * "TypeString": "title_player_account"
150
+ * }
151
+ * });
152
+ */
153
+ GetLeaderboardAroundEntity(request, extraHeaders) {
154
+ return this.ExecuteRequestWrapper("/Leaderboard/GetLeaderboardAroundEntity", request, "X-EntityToken", extraHeaders);
155
+ }
156
+ /**
157
+ * Gets the specified leaderboard definition.
158
+ *
159
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboarddefinition Microsoft Documentation}
160
+ * @example
161
+ * await leaderboardClient.GetLeaderboardDefinition({
162
+ * "Name": "HighestScoresByLevel"
163
+ * });
164
+ */
165
+ GetLeaderboardDefinition(request, extraHeaders) {
166
+ return this.ExecuteRequestWrapper("/Leaderboard/GetLeaderboardDefinition", request, "X-EntityToken", extraHeaders);
167
+ }
168
+ /**
169
+ * Get the leaderboard limited to a set of entities.
170
+ *
171
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboardforentities Microsoft Documentation}
172
+ * @example
173
+ * await leaderboardClient.GetLeaderboardForEntities({
174
+ * "LeaderboardName": "Points",
175
+ * "Version": 2,
176
+ * "EntityIds": [
177
+ * "12802710371",
178
+ * "01849174301"
179
+ * ]
180
+ * });
181
+ */
182
+ GetLeaderboardForEntities(request, extraHeaders) {
183
+ return this.ExecuteRequestWrapper("/Leaderboard/GetLeaderboardForEntities", request, "X-EntityToken", extraHeaders);
184
+ }
185
+ /**
186
+ * Get current statistic definition information
187
+ *
188
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticdefinition Microsoft Documentation}
189
+ * @example
190
+ * await statisticClient.GetStatisticDefinition({
191
+ * "Name": "Points"
192
+ * });
193
+ */
194
+ GetStatisticDefinition(request, extraHeaders) {
195
+ return this.ExecuteRequestWrapper("/Statistic/GetStatisticDefinition", request, "X-EntityToken", extraHeaders);
196
+ }
197
+ /**
198
+ * Get all current statistic definitions information
199
+ *
200
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticdefinitions Microsoft Documentation}
201
+ * @deprecated Please use ListStatisticDefinitions instead.
202
+ */
203
+ GetStatisticDefinitions(request, extraHeaders) {
204
+ return this.ExecuteRequestWrapper("/Statistic/GetStatisticDefinitions", request, "X-EntityToken", extraHeaders);
205
+ }
206
+ /**
207
+ * Gets statistics for the specified entity.
208
+ *
209
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatistics Microsoft Documentation}
210
+ * @example
211
+ * await statisticClient.GetStatistics({
212
+ * "StatisticNames": [
213
+ * "SpeedRuns",
214
+ * "Boosts"
215
+ * ],
216
+ * "Entity": {
217
+ * "Id": "A197412JDA",
218
+ * "Type": "title_player_account",
219
+ * "TypeString": "title_player_account"
220
+ * }
221
+ * });
222
+ */
223
+ GetStatistics(request, extraHeaders) {
224
+ return this.ExecuteRequestWrapper("/Statistic/GetStatistics", request, "X-EntityToken", extraHeaders);
225
+ }
226
+ /**
227
+ * Gets statistics for the specified collection of entities.
228
+ *
229
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticsforentities Microsoft Documentation}
230
+ * @example
231
+ * await statisticClient.GetStatisticsForEntities({
232
+ * "Entities": [
233
+ * {
234
+ * "Id": "A197412JDA",
235
+ * "Type": "title_player_account",
236
+ * "TypeString": "title_player_account"
237
+ * },
238
+ * {
239
+ * "Id": "B197412JDB",
240
+ * "Type": "title_player_account",
241
+ * "TypeString": "title_player_account"
242
+ * }
243
+ * ],
244
+ * "StatisticNames": [
245
+ * "SpeedRuns",
246
+ * "Boosts"
247
+ * ]
248
+ * });
249
+ */
250
+ GetStatisticsForEntities(request, extraHeaders) {
251
+ return this.ExecuteRequestWrapper("/Statistic/GetStatisticsForEntities", request, "X-EntityToken", extraHeaders);
252
+ }
253
+ /**
254
+ * Increment a leaderboard version.
255
+ *
256
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/incrementleaderboardversion Microsoft Documentation}
257
+ * @example
258
+ * await leaderboardClient.IncrementLeaderboardVersion({
259
+ * "Name": "HighestScoresByLevel"
260
+ * });
261
+ */
262
+ IncrementLeaderboardVersion(request, extraHeaders) {
263
+ return this.ExecuteRequestWrapper("/Leaderboard/IncrementLeaderboardVersion", request, "X-EntityToken", extraHeaders);
264
+ }
265
+ /**
266
+ * Increment an entity statistic definition version.
267
+ *
268
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/incrementstatisticversion Microsoft Documentation}
269
+ * @example
270
+ * await statisticClient.IncrementStatisticVersion({
271
+ * "Name": "HighestScoresByLevel"
272
+ * });
273
+ */
274
+ IncrementStatisticVersion(request, extraHeaders) {
275
+ return this.ExecuteRequestWrapper("/Statistic/IncrementStatisticVersion", request, "X-EntityToken", extraHeaders);
276
+ }
277
+ /**
278
+ * Lists the leaderboard definitions defined for the Title.
279
+ *
280
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/listleaderboarddefinitions Microsoft Documentation}
281
+ * @example
282
+ * await leaderboardClient.ListLeaderboardDefinitions({});
283
+ */
284
+ ListLeaderboardDefinitions(request, extraHeaders) {
285
+ return this.ExecuteRequestWrapper("/Leaderboard/ListLeaderboardDefinitions", request, "X-EntityToken", extraHeaders);
286
+ }
287
+ /**
288
+ * Get all current statistic definitions information
289
+ *
290
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/liststatisticdefinitions Microsoft Documentation}
291
+ * @example
292
+ * await statisticClient.ListStatisticDefinitions({});
293
+ */
294
+ ListStatisticDefinitions(request, extraHeaders) {
295
+ return this.ExecuteRequestWrapper("/Statistic/ListStatisticDefinitions", request, "X-EntityToken", extraHeaders);
296
+ }
297
+ /**
298
+ * Unlinks a leaderboard definition from it's linked statistic definition.
299
+ *
300
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/unlinkleaderboardfromstatistic Microsoft Documentation}
301
+ * @example
302
+ * await leaderboardClient.UnlinkLeaderboardFromStatistic({
303
+ * "Name": "HighestScoresByLevel",
304
+ * "StatisticName": "HighestScoresByLevel"
305
+ * });
306
+ */
307
+ UnlinkLeaderboardFromStatistic(request, extraHeaders) {
308
+ return this.ExecuteRequestWrapper("/Leaderboard/UnlinkLeaderboardFromStatistic", request, "X-EntityToken", extraHeaders);
309
+ }
310
+ /**
311
+ * Updates a leaderboard definition.
312
+ *
313
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/updateleaderboarddefinition Microsoft Documentation}
314
+ * @example
315
+ * await leaderboardClient.UpdateLeaderboardDefinition({
316
+ * "Name": "HighestScoresByLevel",
317
+ * "VersionConfiguration": {
318
+ * "ResetInterval": "Manual",
319
+ * "MaxQueryableVersions": 1
320
+ * },
321
+ * "SizeLimit": 1000
322
+ * });
323
+ */
324
+ UpdateLeaderboardDefinition(request, extraHeaders) {
325
+ return this.ExecuteRequestWrapper("/Leaderboard/UpdateLeaderboardDefinition", request, "X-EntityToken", extraHeaders);
326
+ }
327
+ /**
328
+ * Adds or updates entries on the specified leaderboard.
329
+ *
330
+ * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/updateleaderboardentries Microsoft Documentation}
331
+ * @example
332
+ * await leaderboardClient.UpdateLeaderboardEntries({
333
+ * "LeaderboardName": "Points",
334
+ * "Entries": [
335
+ * {
336
+ * "Scores": [
337
+ * "100",
338
+ * "200"
339
+ * ],
340
+ * "EntityId": "12802710371"
341
+ * },
342
+ * {
343
+ * "Scores": [
344
+ * "120",
345
+ * "200"
346
+ * ],
347
+ * "EntityId": "01849174301"
348
+ * }
349
+ * ]
350
+ * });
351
+ */
352
+ UpdateLeaderboardEntries(request, extraHeaders) {
353
+ return this.ExecuteRequestWrapper("/Leaderboard/UpdateLeaderboardEntries", request, "X-EntityToken", extraHeaders);
354
+ }
355
+ /**
356
+ * Update an existing entity statistic definition.
357
+ *
358
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/updatestatisticdefinition Microsoft Documentation}
359
+ * @example
360
+ * await statisticClient.UpdateStatisticDefinition({
361
+ * "Name": "HighestScoresByLevel",
362
+ * "VersionConfiguration": {
363
+ * "ResetInterval": "Manual",
364
+ * "MaxQueryableVersions": 2
365
+ * }
366
+ * });
367
+ */
368
+ UpdateStatisticDefinition(request, extraHeaders) {
369
+ return this.ExecuteRequestWrapper("/Statistic/UpdateStatisticDefinition", request, "X-EntityToken", extraHeaders);
370
+ }
371
+ /**
372
+ * Update statistics on an entity profile. Depending on the statistic definition, this may result in entity being ranked on
373
+ * various leaderboards.
374
+ *
375
+ * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/updatestatistics Microsoft Documentation}
376
+ * @example
377
+ * await statisticClient.UpdateStatistics({
378
+ * "Statistics": [
379
+ * {
380
+ * "Name": "RoundsWon",
381
+ * "Value": 0,
382
+ * "Metadata": "BestRun:34.13,Car:13452",
383
+ * "Scores": [
384
+ * "100",
385
+ * "200"
386
+ * ]
387
+ * },
388
+ * {
389
+ * "Name": "FastestTimesByMap",
390
+ * "Value": 0,
391
+ * "Metadata": "Car:13452",
392
+ * "Scores": [
393
+ * "200",
394
+ * "300"
395
+ * ]
396
+ * },
397
+ * {
398
+ * "Name": "TotalCarTime",
399
+ * "Value": 0,
400
+ * "Scores": [
401
+ * "300",
402
+ * "400"
403
+ * ]
404
+ * }
405
+ * ],
406
+ * "Entity": {
407
+ * "Id": "A197412JDA",
408
+ * "Type": "title_player_account",
409
+ * "TypeString": "title_player_account"
410
+ * }
411
+ * });
412
+ */
413
+ UpdateStatistics(request, extraHeaders) {
414
+ return this.ExecuteRequestWrapper("/Statistic/UpdateStatistics", request, "X-EntityToken", extraHeaders);
415
+ }
416
+ };
417
+
418
+ export {
419
+ PlayFabProgressionApi
420
+ };
421
+ //# sourceMappingURL=chunk-CPJ6FMQ3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/apis/PlayFabProgressionApi.ts"],"sourcesContent":["import type { EmptyResponse } from \"../types/PlayFab\";\nimport type {\n CreateLeaderboardDefinitionRequest,\n CreateStatisticDefinitionRequest,\n DeleteLeaderboardDefinitionRequest,\n DeleteLeaderboardEntriesRequest,\n DeleteStatisticDefinitionRequest,\n DeleteStatisticsRequest,\n GetFriendLeaderboardForEntityRequest,\n GetEntityLeaderboardRequest,\n GetLeaderboardAroundEntityRequest,\n GetLeaderboardDefinitionRequest,\n GetLeaderboardForEntitiesRequest,\n GetStatisticDefinitionRequest,\n GetStatisticDefinitionsRequest,\n GetStatisticsRequest,\n GetStatisticsForEntitiesRequest,\n IncrementLeaderboardVersionRequest,\n IncrementStatisticVersionRequest,\n ListLeaderboardDefinitionsRequest,\n ListStatisticDefinitionsRequest,\n UnlinkLeaderboardFromStatisticRequest,\n UpdateLeaderboardDefinitionRequest,\n UpdateLeaderboardEntriesRequest,\n UpdateStatisticDefinitionRequest,\n UpdateStatisticsRequest,\n DeleteStatisticsResponse,\n GetEntityLeaderboardResponse,\n GetLeaderboardDefinitionResponse,\n GetStatisticDefinitionResponse,\n GetStatisticDefinitionsResponse,\n GetStatisticsResponse,\n GetStatisticsForEntitiesResponse,\n IncrementLeaderboardVersionResponse,\n IncrementStatisticVersionResponse,\n ListLeaderboardDefinitionsResponse,\n ListStatisticDefinitionsResponse,\n UpdateStatisticsResponse,\n} from \"../types/PlayFabProgressionApi\";\nimport { PlayFabCommon } from \"../PlayFabCommon\";\n\nexport default class PlayFabProgressionApi extends PlayFabCommon {\n\n /**\n * Creates a new leaderboard definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/createleaderboarddefinition Microsoft Documentation}\n * @example\n * await leaderboardClient.CreateLeaderboardDefinition({\n * \"Name\": \"HighestScoresByLevel\",\n * \"EntityType\": \"title_player_account\",\n * \"VersionConfiguration\": {\n * \"ResetInterval\": \"Manual\",\n * \"MaxQueryableVersions\": 1\n * },\n * \"Columns\": [\n * {\n * \"Name\": \"Hits\",\n * \"SortDirection\": \"Descending\"\n * }\n * ],\n * \"SizeLimit\": 1000\n * });\n */\n CreateLeaderboardDefinition (request: CreateLeaderboardDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/CreateLeaderboardDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Create a new entity statistic definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/createstatisticdefinition Microsoft Documentation}\n * @example\n * await statisticClient.CreateStatisticDefinition({\n * \"Name\": \"HighestScoresByLevel\",\n * \"AggregationMethod\": \"Last\",\n * \"Columns\": [\n * {\n * \"AggregationMethod\": \"Min\"\n * }\n * ]\n * });\n */\n CreateStatisticDefinition (request: CreateStatisticDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Statistic/CreateStatisticDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes a leaderboard definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/deleteleaderboarddefinition Microsoft Documentation}\n * @example\n * await leaderboardClient.DeleteLeaderboardDefinition({\n * \"Name\": \"HighestScoresByLevel\"\n * });\n */\n DeleteLeaderboardDefinition (request: DeleteLeaderboardDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/DeleteLeaderboardDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Deletes the specified entries from the given leaderboard.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/deleteleaderboardentries Microsoft Documentation}\n * @example\n * await leaderboardClient.DeleteLeaderboardEntries({\n * \"Name\": \"Points\",\n * \"EntityIds\": [\n * \"12802710371\",\n * \"01849174301\"\n * ]\n * });\n */\n DeleteLeaderboardEntries (request: DeleteLeaderboardEntriesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/DeleteLeaderboardEntries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Delete an entity statistic definition. Will delete all statistics on entity profiles and leaderboards.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/deletestatisticdefinition Microsoft Documentation}\n * @example\n * await statisticClient.DeleteStatisticDefinition({\n * \"Name\": \"HighestScoresByLevel\"\n * });\n */\n DeleteStatisticDefinition (request: DeleteStatisticDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Statistic/DeleteStatisticDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Delete statistics on an entity profile. This will remove all rankings from associated leaderboards.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/deletestatistics Microsoft Documentation}\n * @example\n * await statisticClient.DeleteStatistics({\n * \"Statistics\": [\n * {\n * \"Name\": \"TotalCarTime\"\n * },\n * {\n * \"Name\": \"FastestTimesByMap\",\n * \"Version\": 15\n * }\n * ]\n * });\n */\n DeleteStatistics (request: DeleteStatisticsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<DeleteStatisticsResponse>(\"/Statistic/DeleteStatistics\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get the friend leaderboard for the specified entity. A maximum of 25 friend entries are listed in the leaderboard.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getfriendleaderboardforentity Microsoft Documentation}\n * @example\n * await leaderboardClient.GetFriendLeaderboardForEntity({\n * \"LeaderboardName\": \"Points\",\n * \"ExternalFriendSources\": \"None\"\n * });\n */\n GetFriendLeaderboardForEntity (request: GetFriendLeaderboardForEntityRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetEntityLeaderboardResponse>(\"/Leaderboard/GetFriendLeaderboardForEntity\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get the leaderboard for a specific entity type and statistic.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboard Microsoft Documentation}\n * @example\n * await leaderboardClient.GetLeaderboard({\n * \"LeaderboardName\": \"Points\",\n * \"Version\": 2,\n * \"StartingPosition\": 100,\n * \"PageSize\": 20\n * });\n */\n GetLeaderboard (request: GetEntityLeaderboardRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetEntityLeaderboardResponse>(\"/Leaderboard/GetLeaderboard\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get the leaderboard around a specific entity.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboardaroundentity Microsoft Documentation}\n * @example\n * await leaderboardClient.GetLeaderboardAroundEntity({\n * \"LeaderboardName\": \"Points\",\n * \"Version\": 2,\n * \"MaxSurroundingEntries\": 0,\n * \"Entity\": {\n * \"Id\": \"819478109412\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n GetLeaderboardAroundEntity (request: GetLeaderboardAroundEntityRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetEntityLeaderboardResponse>(\"/Leaderboard/GetLeaderboardAroundEntity\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets the specified leaderboard definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboarddefinition Microsoft Documentation}\n * @example\n * await leaderboardClient.GetLeaderboardDefinition({\n * \"Name\": \"HighestScoresByLevel\"\n * });\n */\n GetLeaderboardDefinition (request: GetLeaderboardDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetLeaderboardDefinitionResponse>(\"/Leaderboard/GetLeaderboardDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get the leaderboard limited to a set of entities.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/getleaderboardforentities Microsoft Documentation}\n * @example\n * await leaderboardClient.GetLeaderboardForEntities({\n * \"LeaderboardName\": \"Points\",\n * \"Version\": 2,\n * \"EntityIds\": [\n * \"12802710371\",\n * \"01849174301\"\n * ]\n * });\n */\n GetLeaderboardForEntities (request: GetLeaderboardForEntitiesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetEntityLeaderboardResponse>(\"/Leaderboard/GetLeaderboardForEntities\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get current statistic definition information\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticdefinition Microsoft Documentation}\n * @example\n * await statisticClient.GetStatisticDefinition({\n * \"Name\": \"Points\"\n * });\n */\n GetStatisticDefinition (request: GetStatisticDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetStatisticDefinitionResponse>(\"/Statistic/GetStatisticDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get all current statistic definitions information\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticdefinitions Microsoft Documentation}\n * @deprecated Please use ListStatisticDefinitions instead.\n */\n GetStatisticDefinitions (request: GetStatisticDefinitionsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetStatisticDefinitionsResponse>(\"/Statistic/GetStatisticDefinitions\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets statistics for the specified entity.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatistics Microsoft Documentation}\n * @example\n * await statisticClient.GetStatistics({\n * \"StatisticNames\": [\n * \"SpeedRuns\",\n * \"Boosts\"\n * ],\n * \"Entity\": {\n * \"Id\": \"A197412JDA\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n GetStatistics (request: GetStatisticsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetStatisticsResponse>(\"/Statistic/GetStatistics\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Gets statistics for the specified collection of entities.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/getstatisticsforentities Microsoft Documentation}\n * @example\n * await statisticClient.GetStatisticsForEntities({\n * \"Entities\": [\n * {\n * \"Id\": \"A197412JDA\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * },\n * {\n * \"Id\": \"B197412JDB\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * ],\n * \"StatisticNames\": [\n * \"SpeedRuns\",\n * \"Boosts\"\n * ]\n * });\n */\n GetStatisticsForEntities (request: GetStatisticsForEntitiesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<GetStatisticsForEntitiesResponse>(\"/Statistic/GetStatisticsForEntities\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Increment a leaderboard version.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/incrementleaderboardversion Microsoft Documentation}\n * @example\n * await leaderboardClient.IncrementLeaderboardVersion({\n * \"Name\": \"HighestScoresByLevel\"\n * });\n */\n IncrementLeaderboardVersion (request: IncrementLeaderboardVersionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<IncrementLeaderboardVersionResponse>(\"/Leaderboard/IncrementLeaderboardVersion\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Increment an entity statistic definition version.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/incrementstatisticversion Microsoft Documentation}\n * @example\n * await statisticClient.IncrementStatisticVersion({\n * \"Name\": \"HighestScoresByLevel\"\n * });\n */\n IncrementStatisticVersion (request: IncrementStatisticVersionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<IncrementStatisticVersionResponse>(\"/Statistic/IncrementStatisticVersion\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Lists the leaderboard definitions defined for the Title.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/listleaderboarddefinitions Microsoft Documentation}\n * @example\n * await leaderboardClient.ListLeaderboardDefinitions({});\n */\n ListLeaderboardDefinitions (request: ListLeaderboardDefinitionsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListLeaderboardDefinitionsResponse>(\"/Leaderboard/ListLeaderboardDefinitions\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Get all current statistic definitions information\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/liststatisticdefinitions Microsoft Documentation}\n * @example\n * await statisticClient.ListStatisticDefinitions({});\n */\n ListStatisticDefinitions (request: ListStatisticDefinitionsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<ListStatisticDefinitionsResponse>(\"/Statistic/ListStatisticDefinitions\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Unlinks a leaderboard definition from it's linked statistic definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/unlinkleaderboardfromstatistic Microsoft Documentation}\n * @example\n * await leaderboardClient.UnlinkLeaderboardFromStatistic({\n * \"Name\": \"HighestScoresByLevel\",\n * \"StatisticName\": \"HighestScoresByLevel\"\n * });\n */\n UnlinkLeaderboardFromStatistic (request: UnlinkLeaderboardFromStatisticRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/UnlinkLeaderboardFromStatistic\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Updates a leaderboard definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/updateleaderboarddefinition Microsoft Documentation}\n * @example\n * await leaderboardClient.UpdateLeaderboardDefinition({\n * \"Name\": \"HighestScoresByLevel\",\n * \"VersionConfiguration\": {\n * \"ResetInterval\": \"Manual\",\n * \"MaxQueryableVersions\": 1\n * },\n * \"SizeLimit\": 1000\n * });\n */\n UpdateLeaderboardDefinition (request: UpdateLeaderboardDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/UpdateLeaderboardDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Adds or updates entries on the specified leaderboard.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/leaderboard/leaderboards/updateleaderboardentries Microsoft Documentation}\n * @example\n * await leaderboardClient.UpdateLeaderboardEntries({\n * \"LeaderboardName\": \"Points\",\n * \"Entries\": [\n * {\n * \"Scores\": [\n * \"100\",\n * \"200\"\n * ],\n * \"EntityId\": \"12802710371\"\n * },\n * {\n * \"Scores\": [\n * \"120\",\n * \"200\"\n * ],\n * \"EntityId\": \"01849174301\"\n * }\n * ]\n * });\n */\n UpdateLeaderboardEntries (request: UpdateLeaderboardEntriesRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Leaderboard/UpdateLeaderboardEntries\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Update an existing entity statistic definition.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/updatestatisticdefinition Microsoft Documentation}\n * @example\n * await statisticClient.UpdateStatisticDefinition({\n * \"Name\": \"HighestScoresByLevel\",\n * \"VersionConfiguration\": {\n * \"ResetInterval\": \"Manual\",\n * \"MaxQueryableVersions\": 2\n * }\n * });\n */\n UpdateStatisticDefinition (request: UpdateStatisticDefinitionRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<EmptyResponse>(\"/Statistic/UpdateStatisticDefinition\", request, \"X-EntityToken\", extraHeaders);\n }\n\n /**\n * Update statistics on an entity profile. Depending on the statistic definition, this may result in entity being ranked on\n * various leaderboards.\n * \n * {@link https://docs.microsoft.com/rest/api/playfab/statistic/statistics/updatestatistics Microsoft Documentation}\n * @example\n * await statisticClient.UpdateStatistics({\n * \"Statistics\": [\n * {\n * \"Name\": \"RoundsWon\",\n * \"Value\": 0,\n * \"Metadata\": \"BestRun:34.13,Car:13452\",\n * \"Scores\": [\n * \"100\",\n * \"200\"\n * ]\n * },\n * {\n * \"Name\": \"FastestTimesByMap\",\n * \"Value\": 0,\n * \"Metadata\": \"Car:13452\",\n * \"Scores\": [\n * \"200\",\n * \"300\"\n * ]\n * },\n * {\n * \"Name\": \"TotalCarTime\",\n * \"Value\": 0,\n * \"Scores\": [\n * \"300\",\n * \"400\"\n * ]\n * }\n * ],\n * \"Entity\": {\n * \"Id\": \"A197412JDA\",\n * \"Type\": \"title_player_account\",\n * \"TypeString\": \"title_player_account\"\n * }\n * });\n */\n UpdateStatistics (request: UpdateStatisticsRequest, extraHeaders?: Record<string, string>) {\n return this.ExecuteRequestWrapper<UpdateStatisticsResponse>(\"/Statistic/UpdateStatistics\", request, \"X-EntityToken\", extraHeaders);\n }\n\n};\n"],"mappings":"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","names":[]}