async-playfab-web-sdk 1.192.250526-1 → 1.192.250526-3

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 (87) hide show
  1. package/dist/Addon.d.ts +31 -31
  2. package/dist/Addon.js +4 -448
  3. package/dist/Addon.js.map +1 -1
  4. package/dist/Admin.d.ts +118 -118
  5. package/dist/Admin.js +4 -1108
  6. package/dist/Admin.js.map +1 -1
  7. package/dist/Authentication.d.ts +5 -5
  8. package/dist/Authentication.js +4 -286
  9. package/dist/Authentication.js.map +1 -1
  10. package/dist/Client.d.ts +174 -174
  11. package/dist/Client.js +4 -1889
  12. package/dist/Client.js.map +1 -1
  13. package/dist/CloudScript.d.ts +16 -16
  14. package/dist/CloudScript.js +4 -345
  15. package/dist/CloudScript.js.map +1 -1
  16. package/dist/Data.d.ts +8 -8
  17. package/dist/Data.js +4 -287
  18. package/dist/Data.js.map +1 -1
  19. package/dist/Economy.d.ts +47 -47
  20. package/dist/Economy.js +4 -610
  21. package/dist/Economy.js.map +1 -1
  22. package/dist/Events.d.ts +13 -13
  23. package/dist/Events.js +4 -323
  24. package/dist/Events.js.map +1 -1
  25. package/dist/Experimentation.d.ts +14 -14
  26. package/dist/Experimentation.js +4 -329
  27. package/dist/Experimentation.js.map +1 -1
  28. package/dist/Groups.d.ts +26 -26
  29. package/dist/Groups.js +4 -413
  30. package/dist/Groups.js.map +1 -1
  31. package/dist/Insights.d.ts +7 -7
  32. package/dist/Insights.js +4 -282
  33. package/dist/Insights.js.map +1 -1
  34. package/dist/Localization.d.ts +2 -2
  35. package/dist/Localization.js +4 -245
  36. package/dist/Localization.js.map +1 -1
  37. package/dist/Multiplayer.d.ts +88 -88
  38. package/dist/Multiplayer.js +4 -858
  39. package/dist/Multiplayer.js.map +1 -1
  40. package/dist/{PlayFabCommon-BUv4zqXf.d.ts → PlayFabCommon-BX3jSqGx.d.ts} +4 -6
  41. package/dist/Profiles.d.ts +10 -10
  42. package/dist/Profiles.js +4 -302
  43. package/dist/Profiles.js.map +1 -1
  44. package/dist/Progression.d.ts +24 -24
  45. package/dist/Progression.js +4 -400
  46. package/dist/Progression.js.map +1 -1
  47. package/dist/Server.d.ts +150 -150
  48. package/dist/Server.js +4 -1373
  49. package/dist/Server.js.map +1 -1
  50. package/dist/chunk-3FCAP7OZ.js +187 -0
  51. package/dist/chunk-3FCAP7OZ.js.map +1 -0
  52. package/dist/chunk-62SULWOK.js +195 -0
  53. package/dist/chunk-62SULWOK.js.map +1 -0
  54. package/dist/chunk-A7VD6ALV.js +222 -0
  55. package/dist/chunk-A7VD6ALV.js.map +1 -0
  56. package/dist/chunk-BX65UND2.js +632 -0
  57. package/dist/chunk-BX65UND2.js.map +1 -0
  58. package/dist/chunk-J4QS5VX5.js +19 -0
  59. package/dist/chunk-J4QS5VX5.js.map +1 -0
  60. package/dist/chunk-JGDO2ZE3.js +1663 -0
  61. package/dist/chunk-JGDO2ZE3.js.map +1 -0
  62. package/dist/chunk-POMI7LEF.js +76 -0
  63. package/dist/chunk-POMI7LEF.js.map +1 -0
  64. package/dist/chunk-Q3OF3AOJ.js +97 -0
  65. package/dist/chunk-Q3OF3AOJ.js.map +1 -0
  66. package/dist/chunk-QUZHVSVZ.js +174 -0
  67. package/dist/chunk-QUZHVSVZ.js.map +1 -0
  68. package/dist/chunk-QVLIVSO4.js +1147 -0
  69. package/dist/chunk-QVLIVSO4.js.map +1 -0
  70. package/dist/chunk-R7V7DFCF.js +103 -0
  71. package/dist/chunk-R7V7DFCF.js.map +1 -0
  72. package/dist/chunk-SGSEOIKS.js +56 -0
  73. package/dist/chunk-SGSEOIKS.js.map +1 -0
  74. package/dist/chunk-UOHHNVCJ.js +119 -0
  75. package/dist/chunk-UOHHNVCJ.js.map +1 -0
  76. package/dist/chunk-USKFWNQK.js +384 -0
  77. package/dist/chunk-USKFWNQK.js.map +1 -0
  78. package/dist/chunk-UX7LFJCX.js +61 -0
  79. package/dist/chunk-UX7LFJCX.js.map +1 -0
  80. package/dist/chunk-X34XZJB6.js +60 -0
  81. package/dist/chunk-X34XZJB6.js.map +1 -0
  82. package/dist/chunk-YNZF3WXS.js +882 -0
  83. package/dist/chunk-YNZF3WXS.js.map +1 -0
  84. package/dist/index.d.ts +1 -1
  85. package/dist/index.js +49 -5988
  86. package/dist/index.js.map +1 -1
  87. package/package.json +1 -1
@@ -0,0 +1,882 @@
1
+ import {
2
+ PlayFabCommon
3
+ } from "./chunk-62SULWOK.js";
4
+
5
+ // src/apis/PlayFabAdminApi.ts
6
+ var PlayFabAdminApi = class extends PlayFabCommon {
7
+ /**
8
+ * Abort an ongoing task instance.
9
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/aborttaskinstance
10
+ */
11
+ AbortTaskInstance(request, extraHeaders) {
12
+ return this.ExecuteRequestWrapper("/Admin/AbortTaskInstance", request, "X-SecretKey", extraHeaders);
13
+ }
14
+ /**
15
+ * Update news item to include localized version
16
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/addlocalizednews
17
+ */
18
+ AddLocalizedNews(request, extraHeaders) {
19
+ return this.ExecuteRequestWrapper("/Admin/AddLocalizedNews", request, "X-SecretKey", extraHeaders);
20
+ }
21
+ /**
22
+ * Adds a new news item to the title's news feed
23
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/addnews
24
+ */
25
+ AddNews(request, extraHeaders) {
26
+ return this.ExecuteRequestWrapper("/Admin/AddNews", request, "X-SecretKey", extraHeaders);
27
+ }
28
+ /**
29
+ * Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag.
30
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/addplayertag
31
+ */
32
+ AddPlayerTag(request, extraHeaders) {
33
+ return this.ExecuteRequestWrapper("/Admin/AddPlayerTag", request, "X-SecretKey", extraHeaders);
34
+ }
35
+ /**
36
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
37
+ * version 2._ Increments the specified virtual currency by the stated amount
38
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/adduservirtualcurrency
39
+ */
40
+ AddUserVirtualCurrency(request, extraHeaders) {
41
+ return this.ExecuteRequestWrapper("/Admin/AddUserVirtualCurrency", request, "X-SecretKey", extraHeaders);
42
+ }
43
+ /**
44
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
45
+ * version 2._ Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum
46
+ * value of 2,147,483,647 when granted to a player. Any value over that will be discarded.
47
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/addvirtualcurrencytypes
48
+ */
49
+ AddVirtualCurrencyTypes(request, extraHeaders) {
50
+ return this.ExecuteRequestWrapper("/Admin/AddVirtualCurrencyTypes", request, "X-SecretKey", extraHeaders);
51
+ }
52
+ /**
53
+ * Bans users by PlayFab ID with optional IP address, or MAC address for the provided game.
54
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/banusers
55
+ */
56
+ BanUsers(request, extraHeaders) {
57
+ return this.ExecuteRequestWrapper("/Admin/BanUsers", request, "X-SecretKey", extraHeaders);
58
+ }
59
+ /**
60
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
61
+ * version 2._ Checks the global count for the limited edition item.
62
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/checklimitededitionitemavailability
63
+ */
64
+ CheckLimitedEditionItemAvailability(request, extraHeaders) {
65
+ return this.ExecuteRequestWrapper("/Admin/CheckLimitedEditionItemAvailability", request, "X-SecretKey", extraHeaders);
66
+ }
67
+ /**
68
+ * Create an ActionsOnPlayersInSegment task, which iterates through all players in a segment to execute action.
69
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/createactionsonplayersinsegmenttask
70
+ */
71
+ CreateActionsOnPlayersInSegmentTask(request, extraHeaders) {
72
+ return this.ExecuteRequestWrapper("/Admin/CreateActionsOnPlayersInSegmentTask", request, "X-SecretKey", extraHeaders);
73
+ }
74
+ /**
75
+ * Create a CloudScript task, which can run a CloudScript on a schedule.
76
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/createcloudscripttask
77
+ */
78
+ CreateCloudScriptTask(request, extraHeaders) {
79
+ return this.ExecuteRequestWrapper("/Admin/CreateCloudScriptTask", request, "X-SecretKey", extraHeaders);
80
+ }
81
+ /**
82
+ * Create a Insights Scheduled Scaling task, which can scale Insights Performance Units on a schedule
83
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/createinsightsscheduledscalingtask
84
+ */
85
+ CreateInsightsScheduledScalingTask(request, extraHeaders) {
86
+ return this.ExecuteRequestWrapper("/Admin/CreateInsightsScheduledScalingTask", request, "X-SecretKey", extraHeaders);
87
+ }
88
+ /**
89
+ * Registers a relationship between a title and an Open ID Connect provider.
90
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/createopenidconnection
91
+ */
92
+ CreateOpenIdConnection(request, extraHeaders) {
93
+ return this.ExecuteRequestWrapper("/Admin/CreateOpenIdConnection", request, "X-SecretKey", extraHeaders);
94
+ }
95
+ /**
96
+ * Creates a new Player Shared Secret Key. It may take up to 5 minutes for this key to become generally available after
97
+ * this API returns.
98
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/createplayersharedsecret
99
+ */
100
+ CreatePlayerSharedSecret(request, extraHeaders) {
101
+ return this.ExecuteRequestWrapper("/Admin/CreatePlayerSharedSecret", request, "X-SecretKey", extraHeaders);
102
+ }
103
+ /**
104
+ * Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval
105
+ * and an aggregation method.
106
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/createplayerstatisticdefinition
107
+ */
108
+ CreatePlayerStatisticDefinition(request, extraHeaders) {
109
+ return this.ExecuteRequestWrapper("/Admin/CreatePlayerStatisticDefinition", request, "X-SecretKey", extraHeaders);
110
+ }
111
+ /**
112
+ * Creates a new player segment by defining the conditions on player properties. Also, create actions to target the player
113
+ * segments for a title.
114
+ * https://docs.microsoft.com/rest/api/playfab/admin/segments/createsegment
115
+ */
116
+ CreateSegment(request, extraHeaders) {
117
+ return this.ExecuteRequestWrapper("/Admin/CreateSegment", request, "X-SecretKey", extraHeaders);
118
+ }
119
+ /**
120
+ * Delete a content file from the title. When deleting a file that does not exist, it returns success.
121
+ * https://docs.microsoft.com/rest/api/playfab/admin/content/deletecontent
122
+ */
123
+ DeleteContent(request, extraHeaders) {
124
+ return this.ExecuteRequestWrapper("/Admin/DeleteContent", request, "X-SecretKey", extraHeaders);
125
+ }
126
+ /**
127
+ * Removes a master player account entirely from all titles and deletes all associated data
128
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/deletemasterplayeraccount
129
+ */
130
+ DeleteMasterPlayerAccount(request, extraHeaders) {
131
+ return this.ExecuteRequestWrapper("/Admin/DeleteMasterPlayerAccount", request, "X-SecretKey", extraHeaders);
132
+ }
133
+ /**
134
+ * Deletes PlayStream and telemetry event data associated with the master player account from PlayFab storage
135
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/deletemasterplayereventdata
136
+ */
137
+ DeleteMasterPlayerEventData(request, extraHeaders) {
138
+ return this.ExecuteRequestWrapper("/Admin/DeleteMasterPlayerEventData", request, "X-SecretKey", extraHeaders);
139
+ }
140
+ /**
141
+ * Deletes a player's subscription
142
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/deletemembershipsubscription
143
+ */
144
+ DeleteMembershipSubscription(request, extraHeaders) {
145
+ return this.ExecuteRequestWrapper("/Admin/DeleteMembershipSubscription", request, "X-SecretKey", extraHeaders);
146
+ }
147
+ /**
148
+ * Removes a relationship between a title and an OpenID Connect provider.
149
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/deleteopenidconnection
150
+ */
151
+ DeleteOpenIdConnection(request, extraHeaders) {
152
+ return this.ExecuteRequestWrapper("/Admin/DeleteOpenIdConnection", request, "X-SecretKey", extraHeaders);
153
+ }
154
+ /**
155
+ * Removes a user's player account from a title and deletes all associated data
156
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/deleteplayer
157
+ */
158
+ DeletePlayer(request, extraHeaders) {
159
+ return this.ExecuteRequestWrapper("/Admin/DeletePlayer", request, "X-SecretKey", extraHeaders);
160
+ }
161
+ /**
162
+ * Deletes title-specific custom properties for a player
163
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/deleteplayercustomproperties
164
+ */
165
+ DeletePlayerCustomProperties(request, extraHeaders) {
166
+ return this.ExecuteRequestWrapper("/Admin/DeletePlayerCustomProperties", request, "X-SecretKey", extraHeaders);
167
+ }
168
+ /**
169
+ * Deletes an existing Player Shared Secret Key. It may take up to 5 minutes for this delete to be reflected after this API
170
+ * returns.
171
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/deleteplayersharedsecret
172
+ */
173
+ DeletePlayerSharedSecret(request, extraHeaders) {
174
+ return this.ExecuteRequestWrapper("/Admin/DeletePlayerSharedSecret", request, "X-SecretKey", extraHeaders);
175
+ }
176
+ /**
177
+ * Deletes an existing player segment and its associated action(s) for a title.
178
+ * https://docs.microsoft.com/rest/api/playfab/admin/segments/deletesegment
179
+ */
180
+ DeleteSegment(request, extraHeaders) {
181
+ return this.ExecuteRequestWrapper("/Admin/DeleteSegment", request, "X-SecretKey", extraHeaders);
182
+ }
183
+ /**
184
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
185
+ * version 2._ Deletes an existing virtual item store
186
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/deletestore
187
+ */
188
+ DeleteStore(request, extraHeaders) {
189
+ return this.ExecuteRequestWrapper("/Admin/DeleteStore", request, "X-SecretKey", extraHeaders);
190
+ }
191
+ /**
192
+ * Delete a task.
193
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/deletetask
194
+ */
195
+ DeleteTask(request, extraHeaders) {
196
+ return this.ExecuteRequestWrapper("/Admin/DeleteTask", request, "X-SecretKey", extraHeaders);
197
+ }
198
+ /**
199
+ * Permanently deletes a title and all associated configuration
200
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/deletetitle
201
+ */
202
+ DeleteTitle(request, extraHeaders) {
203
+ return this.ExecuteRequestWrapper("/Admin/DeleteTitle", request, "X-SecretKey", extraHeaders);
204
+ }
205
+ /**
206
+ * Deletes a specified set of title data overrides.
207
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/deletetitledataoverride
208
+ */
209
+ DeleteTitleDataOverride(request, extraHeaders) {
210
+ return this.ExecuteRequestWrapper("/Admin/DeleteTitleDataOverride", request, "X-SecretKey", extraHeaders);
211
+ }
212
+ /**
213
+ * Exports all associated data of a master player account
214
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/exportmasterplayerdata
215
+ */
216
+ ExportMasterPlayerData(request, extraHeaders) {
217
+ return this.ExecuteRequestWrapper("/Admin/ExportMasterPlayerData", request, "X-SecretKey", extraHeaders);
218
+ }
219
+ /**
220
+ * Starts an export for the player profiles in a segment. This API creates a snapshot of all the player profiles which
221
+ * match the segment definition at the time of the API call. Profiles which change while an export is in progress will not
222
+ * be reflected in the results.
223
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/exportplayersinsegment
224
+ */
225
+ ExportPlayersInSegment(request, extraHeaders) {
226
+ return this.ExecuteRequestWrapper("/Admin/ExportPlayersInSegment", request, "X-SecretKey", extraHeaders);
227
+ }
228
+ /**
229
+ * Get information about a ActionsOnPlayersInSegment task instance.
230
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/getactionsonplayersinsegmenttaskinstance
231
+ */
232
+ GetActionsOnPlayersInSegmentTaskInstance(request, extraHeaders) {
233
+ return this.ExecuteRequestWrapper("/Admin/GetActionsOnPlayersInSegmentTaskInstance", request, "X-SecretKey", extraHeaders);
234
+ }
235
+ /**
236
+ * Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as
237
+ * GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change.
238
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/getallsegments
239
+ */
240
+ GetAllSegments(request, extraHeaders) {
241
+ return this.ExecuteRequestWrapper("/Admin/GetAllSegments", request, "X-SecretKey", extraHeaders);
242
+ }
243
+ /**
244
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
245
+ * version 2._ Retrieves the specified version of the title's catalog of virtual goods, including all defined properties
246
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/getcatalogitems
247
+ */
248
+ GetCatalogItems(request, extraHeaders) {
249
+ return this.ExecuteRequestWrapper("/Admin/GetCatalogItems", request, "X-SecretKey", extraHeaders);
250
+ }
251
+ /**
252
+ * Gets the contents and information of a specific Cloud Script revision.
253
+ * https://docs.microsoft.com/rest/api/playfab/admin/server-side-cloud-script/getcloudscriptrevision
254
+ */
255
+ GetCloudScriptRevision(request, extraHeaders) {
256
+ return this.ExecuteRequestWrapper("/Admin/GetCloudScriptRevision", request, "X-SecretKey", extraHeaders);
257
+ }
258
+ /**
259
+ * Get detail information about a CloudScript task instance.
260
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/getcloudscripttaskinstance
261
+ */
262
+ GetCloudScriptTaskInstance(request, extraHeaders) {
263
+ return this.ExecuteRequestWrapper("/Admin/GetCloudScriptTaskInstance", request, "X-SecretKey", extraHeaders);
264
+ }
265
+ /**
266
+ * Lists all the current cloud script versions. For each version, information about the current published and latest
267
+ * revisions is also listed.
268
+ * https://docs.microsoft.com/rest/api/playfab/admin/server-side-cloud-script/getcloudscriptversions
269
+ */
270
+ GetCloudScriptVersions(request, extraHeaders) {
271
+ return this.ExecuteRequestWrapper("/Admin/GetCloudScriptVersions", request, "X-SecretKey", extraHeaders);
272
+ }
273
+ /**
274
+ * List all contents of the title and get statistics such as size
275
+ * https://docs.microsoft.com/rest/api/playfab/admin/content/getcontentlist
276
+ */
277
+ GetContentList(request, extraHeaders) {
278
+ return this.ExecuteRequestWrapper("/Admin/GetContentList", request, "X-SecretKey", extraHeaders);
279
+ }
280
+ /**
281
+ * Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the
282
+ * content. Also, please be aware that the Content service is specifically PlayFab's CDN offering, for which standard CDN
283
+ * rates apply.
284
+ * https://docs.microsoft.com/rest/api/playfab/admin/content/getcontentuploadurl
285
+ */
286
+ GetContentUploadUrl(request, extraHeaders) {
287
+ return this.ExecuteRequestWrapper("/Admin/GetContentUploadUrl", request, "X-SecretKey", extraHeaders);
288
+ }
289
+ /**
290
+ * Retrieves a download URL for the requested report
291
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getdatareport
292
+ */
293
+ GetDataReport(request, extraHeaders) {
294
+ return this.ExecuteRequestWrapper("/Admin/GetDataReport", request, "X-SecretKey", extraHeaders);
295
+ }
296
+ /**
297
+ * Get the list of titles that the player has played
298
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/getplayedtitlelist
299
+ */
300
+ GetPlayedTitleList(request, extraHeaders) {
301
+ return this.ExecuteRequestWrapper("/Admin/GetPlayedTitleList", request, "X-SecretKey", extraHeaders);
302
+ }
303
+ /**
304
+ * Retrieves a title-specific custom property value for a player.
305
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getplayercustomproperty
306
+ */
307
+ GetPlayerCustomProperty(request, extraHeaders) {
308
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerCustomProperty", request, "X-SecretKey", extraHeaders);
309
+ }
310
+ /**
311
+ * Gets a player's ID from an auth token.
312
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/getplayeridfromauthtoken
313
+ */
314
+ GetPlayerIdFromAuthToken(request, extraHeaders) {
315
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerIdFromAuthToken", request, "X-SecretKey", extraHeaders);
316
+ }
317
+ /**
318
+ * Retrieves the player's profile
319
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/getplayerprofile
320
+ */
321
+ GetPlayerProfile(request, extraHeaders) {
322
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerProfile", request, "X-SecretKey", extraHeaders);
323
+ }
324
+ /**
325
+ * List all segments that a player currently belongs to at this moment in time.
326
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/getplayersegments
327
+ */
328
+ GetPlayerSegments(request, extraHeaders) {
329
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerSegments", request, "X-SecretKey", extraHeaders);
330
+ }
331
+ /**
332
+ * Returns all Player Shared Secret Keys including disabled and expired.
333
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/getplayersharedsecrets
334
+ */
335
+ GetPlayerSharedSecrets(request, extraHeaders) {
336
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerSharedSecrets", request, "X-SecretKey", extraHeaders);
337
+ }
338
+ /**
339
+ * Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match
340
+ * the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span
341
+ * on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected
342
+ * in the results. AB Test segments are currently not supported by this operation. NOTE: This API is limited to being
343
+ * called 30 times in one minute. You will be returned an error if you exceed this threshold.
344
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/getplayersinsegment
345
+ */
346
+ GetPlayersInSegment(request, extraHeaders) {
347
+ return this.ExecuteRequestWrapper("/Admin/GetPlayersInSegment", request, "X-SecretKey", extraHeaders);
348
+ }
349
+ /**
350
+ * Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have
351
+ * a reset interval.
352
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getplayerstatisticdefinitions
353
+ */
354
+ GetPlayerStatisticDefinitions(request, extraHeaders) {
355
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerStatisticDefinitions", request, "X-SecretKey", extraHeaders);
356
+ }
357
+ /**
358
+ * Retrieves the information on the available versions of the specified statistic.
359
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getplayerstatisticversions
360
+ */
361
+ GetPlayerStatisticVersions(request, extraHeaders) {
362
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerStatisticVersions", request, "X-SecretKey", extraHeaders);
363
+ }
364
+ /**
365
+ * Get all tags with a given Namespace (optional) from a player profile.
366
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/getplayertags
367
+ */
368
+ GetPlayerTags(request, extraHeaders) {
369
+ return this.ExecuteRequestWrapper("/Admin/GetPlayerTags", request, "X-SecretKey", extraHeaders);
370
+ }
371
+ /**
372
+ * Gets the requested policy.
373
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/getpolicy
374
+ */
375
+ GetPolicy(request, extraHeaders) {
376
+ return this.ExecuteRequestWrapper("/Admin/GetPolicy", request, "X-SecretKey", extraHeaders);
377
+ }
378
+ /**
379
+ * Retrieves the key-value store of custom publisher settings
380
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/getpublisherdata
381
+ */
382
+ GetPublisherData(request, extraHeaders) {
383
+ return this.ExecuteRequestWrapper("/Admin/GetPublisherData", request, "X-SecretKey", extraHeaders);
384
+ }
385
+ /**
386
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
387
+ * version 2._ Retrieves the random drop table configuration for the title
388
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/getrandomresulttables
389
+ */
390
+ GetRandomResultTables(request, extraHeaders) {
391
+ return this.ExecuteRequestWrapper("/Admin/GetRandomResultTables", request, "X-SecretKey", extraHeaders);
392
+ }
393
+ /**
394
+ * Retrieves the result of an export started by ExportPlayersInSegment API. If the ExportPlayersInSegment is successful and
395
+ * complete, this API returns the IndexUrl from which the index file can be downloaded. The index file has a list of urls
396
+ * from which the files containing the player profile data can be downloaded. Otherwise, it returns the current 'State' of
397
+ * the export
398
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/getsegmentexport
399
+ */
400
+ GetSegmentExport(request, extraHeaders) {
401
+ return this.ExecuteRequestWrapper("/Admin/GetSegmentExport", request, "X-SecretKey", extraHeaders);
402
+ }
403
+ /**
404
+ * Get detail information of a segment and its associated definition(s) and action(s) for a title.
405
+ * https://docs.microsoft.com/rest/api/playfab/admin/segments/getsegments
406
+ */
407
+ GetSegments(request, extraHeaders) {
408
+ return this.ExecuteRequestWrapper("/Admin/GetSegments", request, "X-SecretKey", extraHeaders);
409
+ }
410
+ /**
411
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
412
+ * version 2._ Retrieves the set of items defined for the specified store, including all prices defined
413
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/getstoreitems
414
+ */
415
+ GetStoreItems(request, extraHeaders) {
416
+ return this.ExecuteRequestWrapper("/Admin/GetStoreItems", request, "X-SecretKey", extraHeaders);
417
+ }
418
+ /**
419
+ * Query for task instances by task, status, or time range.
420
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/gettaskinstances
421
+ */
422
+ GetTaskInstances(request, extraHeaders) {
423
+ return this.ExecuteRequestWrapper("/Admin/GetTaskInstances", request, "X-SecretKey", extraHeaders);
424
+ }
425
+ /**
426
+ * Get definition information on a specified task or all tasks within a title.
427
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/gettasks
428
+ */
429
+ GetTasks(request, extraHeaders) {
430
+ return this.ExecuteRequestWrapper("/Admin/GetTasks", request, "X-SecretKey", extraHeaders);
431
+ }
432
+ /**
433
+ * Retrieves the key-value store of custom title settings which can be read by the client
434
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/gettitledata
435
+ */
436
+ GetTitleData(request, extraHeaders) {
437
+ return this.ExecuteRequestWrapper("/Admin/GetTitleData", request, "X-SecretKey", extraHeaders);
438
+ }
439
+ /**
440
+ * Retrieves the key-value store of custom title settings which cannot be read by the client
441
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/gettitleinternaldata
442
+ */
443
+ GetTitleInternalData(request, extraHeaders) {
444
+ return this.ExecuteRequestWrapper("/Admin/GetTitleInternalData", request, "X-SecretKey", extraHeaders);
445
+ }
446
+ /**
447
+ * Retrieves the relevant details for a specified user, based upon a match against a supplied unique identifier
448
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/getuseraccountinfo
449
+ */
450
+ GetUserAccountInfo(request, extraHeaders) {
451
+ return this.ExecuteRequestWrapper("/Admin/GetUserAccountInfo", request, "X-SecretKey", extraHeaders);
452
+ }
453
+ /**
454
+ * Gets all bans for a user.
455
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/getuserbans
456
+ */
457
+ GetUserBans(request, extraHeaders) {
458
+ return this.ExecuteRequestWrapper("/Admin/GetUserBans", request, "X-SecretKey", extraHeaders);
459
+ }
460
+ /**
461
+ * Retrieves the title-specific custom data for the user which is readable and writable by the client
462
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserdata
463
+ */
464
+ GetUserData(request, extraHeaders) {
465
+ return this.ExecuteRequestWrapper("/Admin/GetUserData", request, "X-SecretKey", extraHeaders);
466
+ }
467
+ /**
468
+ * Retrieves the title-specific custom data for the user which cannot be accessed by the client
469
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserinternaldata
470
+ */
471
+ GetUserInternalData(request, extraHeaders) {
472
+ return this.ExecuteRequestWrapper("/Admin/GetUserInternalData", request, "X-SecretKey", extraHeaders);
473
+ }
474
+ /**
475
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
476
+ * version 2._ Retrieves the specified user's current inventory of virtual goods
477
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/getuserinventory
478
+ */
479
+ GetUserInventory(request, extraHeaders) {
480
+ return this.ExecuteRequestWrapper("/Admin/GetUserInventory", request, "X-SecretKey", extraHeaders);
481
+ }
482
+ /**
483
+ * Retrieves the publisher-specific custom data for the user which is readable and writable by the client
484
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserpublisherdata
485
+ */
486
+ GetUserPublisherData(request, extraHeaders) {
487
+ return this.ExecuteRequestWrapper("/Admin/GetUserPublisherData", request, "X-SecretKey", extraHeaders);
488
+ }
489
+ /**
490
+ * Retrieves the publisher-specific custom data for the user which cannot be accessed by the client
491
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserpublisherinternaldata
492
+ */
493
+ GetUserPublisherInternalData(request, extraHeaders) {
494
+ return this.ExecuteRequestWrapper("/Admin/GetUserPublisherInternalData", request, "X-SecretKey", extraHeaders);
495
+ }
496
+ /**
497
+ * Retrieves the publisher-specific custom data for the user which can only be read by the client
498
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserpublisherreadonlydata
499
+ */
500
+ GetUserPublisherReadOnlyData(request, extraHeaders) {
501
+ return this.ExecuteRequestWrapper("/Admin/GetUserPublisherReadOnlyData", request, "X-SecretKey", extraHeaders);
502
+ }
503
+ /**
504
+ * Retrieves the title-specific custom data for the user which can only be read by the client
505
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/getuserreadonlydata
506
+ */
507
+ GetUserReadOnlyData(request, extraHeaders) {
508
+ return this.ExecuteRequestWrapper("/Admin/GetUserReadOnlyData", request, "X-SecretKey", extraHeaders);
509
+ }
510
+ /**
511
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
512
+ * version 2._ Adds the specified items to the specified user inventories
513
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/grantitemstousers
514
+ */
515
+ GrantItemsToUsers(request, extraHeaders) {
516
+ return this.ExecuteRequestWrapper("/Admin/GrantItemsToUsers", request, "X-SecretKey", extraHeaders);
517
+ }
518
+ /**
519
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
520
+ * version 2._ Increases the global count for the given scarce resource.
521
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/incrementlimitededitionitemavailability
522
+ */
523
+ IncrementLimitedEditionItemAvailability(request, extraHeaders) {
524
+ return this.ExecuteRequestWrapper("/Admin/IncrementLimitedEditionItemAvailability", request, "X-SecretKey", extraHeaders);
525
+ }
526
+ /**
527
+ * Resets the indicated statistic, removing all player entries for it and backing up the old values.
528
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/incrementplayerstatisticversion
529
+ */
530
+ IncrementPlayerStatisticVersion(request, extraHeaders) {
531
+ return this.ExecuteRequestWrapper("/Admin/IncrementPlayerStatisticVersion", request, "X-SecretKey", extraHeaders);
532
+ }
533
+ /**
534
+ * Retrieves a list of all Open ID Connect providers registered to a title.
535
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/listopenidconnection
536
+ */
537
+ ListOpenIdConnection(request, extraHeaders) {
538
+ return this.ExecuteRequestWrapper("/Admin/ListOpenIdConnection", request, "X-SecretKey", extraHeaders);
539
+ }
540
+ /**
541
+ * Retrieves title-specific custom property values for a player.
542
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/listplayercustomproperties
543
+ */
544
+ ListPlayerCustomProperties(request, extraHeaders) {
545
+ return this.ExecuteRequestWrapper("/Admin/ListPlayerCustomProperties", request, "X-SecretKey", extraHeaders);
546
+ }
547
+ /**
548
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
549
+ * version 2._ Retuns the list of all defined virtual currencies for the title
550
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/listvirtualcurrencytypes
551
+ */
552
+ ListVirtualCurrencyTypes(request, extraHeaders) {
553
+ return this.ExecuteRequestWrapper("/Admin/ListVirtualCurrencyTypes", request, "X-SecretKey", extraHeaders);
554
+ }
555
+ /**
556
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
557
+ * version 2._ Attempts to process an order refund through the original real money payment provider.
558
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/refundpurchase
559
+ */
560
+ RefundPurchase(request, extraHeaders) {
561
+ return this.ExecuteRequestWrapper("/Admin/RefundPurchase", request, "X-SecretKey", extraHeaders);
562
+ }
563
+ /**
564
+ * Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag.
565
+ * https://docs.microsoft.com/rest/api/playfab/admin/playstream/removeplayertag
566
+ */
567
+ RemovePlayerTag(request, extraHeaders) {
568
+ return this.ExecuteRequestWrapper("/Admin/RemovePlayerTag", request, "X-SecretKey", extraHeaders);
569
+ }
570
+ /**
571
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
572
+ * version 2._ Removes one or more virtual currencies from the set defined for the title.
573
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/removevirtualcurrencytypes
574
+ */
575
+ RemoveVirtualCurrencyTypes(request, extraHeaders) {
576
+ return this.ExecuteRequestWrapper("/Admin/RemoveVirtualCurrencyTypes", request, "X-SecretKey", extraHeaders);
577
+ }
578
+ /**
579
+ * Completely removes all statistics for the specified character, for the current game
580
+ * https://docs.microsoft.com/rest/api/playfab/admin/characters/resetcharacterstatistics
581
+ */
582
+ ResetCharacterStatistics(request, extraHeaders) {
583
+ return this.ExecuteRequestWrapper("/Admin/ResetCharacterStatistics", request, "X-SecretKey", extraHeaders);
584
+ }
585
+ /**
586
+ * Reset a player's password for a given title.
587
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/resetpassword
588
+ */
589
+ ResetPassword(request, extraHeaders) {
590
+ return this.ExecuteRequestWrapper("/Admin/ResetPassword", request, "X-SecretKey", extraHeaders);
591
+ }
592
+ /**
593
+ * Completely removes all statistics for the specified user, for the current game
594
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/resetuserstatistics
595
+ */
596
+ ResetUserStatistics(request, extraHeaders) {
597
+ return this.ExecuteRequestWrapper("/Admin/ResetUserStatistics", request, "X-SecretKey", extraHeaders);
598
+ }
599
+ /**
600
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
601
+ * version 2._ Attempts to resolve a dispute with the original order's payment provider.
602
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/resolvepurchasedispute
603
+ */
604
+ ResolvePurchaseDispute(request, extraHeaders) {
605
+ return this.ExecuteRequestWrapper("/Admin/ResolvePurchaseDispute", request, "X-SecretKey", extraHeaders);
606
+ }
607
+ /**
608
+ * Revoke all active bans for a user.
609
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/revokeallbansforuser
610
+ */
611
+ RevokeAllBansForUser(request, extraHeaders) {
612
+ return this.ExecuteRequestWrapper("/Admin/RevokeAllBansForUser", request, "X-SecretKey", extraHeaders);
613
+ }
614
+ /**
615
+ * Revoke all active bans specified with BanId.
616
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/revokebans
617
+ */
618
+ RevokeBans(request, extraHeaders) {
619
+ return this.ExecuteRequestWrapper("/Admin/RevokeBans", request, "X-SecretKey", extraHeaders);
620
+ }
621
+ /**
622
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
623
+ * version 2._ Revokes access to an item in a user's inventory
624
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/revokeinventoryitem
625
+ */
626
+ RevokeInventoryItem(request, extraHeaders) {
627
+ return this.ExecuteRequestWrapper("/Admin/RevokeInventoryItem", request, "X-SecretKey", extraHeaders);
628
+ }
629
+ /**
630
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
631
+ * version 2._ Revokes access for up to 25 items across multiple users and characters.
632
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/revokeinventoryitems
633
+ */
634
+ RevokeInventoryItems(request, extraHeaders) {
635
+ return this.ExecuteRequestWrapper("/Admin/RevokeInventoryItems", request, "X-SecretKey", extraHeaders);
636
+ }
637
+ /**
638
+ * Run a task immediately regardless of its schedule.
639
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/runtask
640
+ */
641
+ RunTask(request, extraHeaders) {
642
+ return this.ExecuteRequestWrapper("/Admin/RunTask", request, "X-SecretKey", extraHeaders);
643
+ }
644
+ /**
645
+ * Forces an email to be sent to the registered email address for the user's account, with a link allowing the user to
646
+ * change the password.If an account recovery email template ID is provided, an email using the custom email template will
647
+ * be used.
648
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/sendaccountrecoveryemail
649
+ */
650
+ SendAccountRecoveryEmail(request, extraHeaders) {
651
+ return this.ExecuteRequestWrapper("/Admin/SendAccountRecoveryEmail", request, "X-SecretKey", extraHeaders);
652
+ }
653
+ /**
654
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
655
+ * version 2._ Creates the catalog configuration of all virtual goods for the specified catalog version
656
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/setcatalogitems
657
+ */
658
+ SetCatalogItems(request, extraHeaders) {
659
+ return this.ExecuteRequestWrapper("/Admin/SetCatalogItems", request, "X-SecretKey", extraHeaders);
660
+ }
661
+ /**
662
+ * Sets the override expiration for a membership subscription
663
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/setmembershipoverride
664
+ */
665
+ SetMembershipOverride(request, extraHeaders) {
666
+ return this.ExecuteRequestWrapper("/Admin/SetMembershipOverride", request, "X-SecretKey", extraHeaders);
667
+ }
668
+ /**
669
+ * Sets or resets the player's secret. Player secrets are used to sign API requests.
670
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/setplayersecret
671
+ */
672
+ SetPlayerSecret(request, extraHeaders) {
673
+ return this.ExecuteRequestWrapper("/Admin/SetPlayerSecret", request, "X-SecretKey", extraHeaders);
674
+ }
675
+ /**
676
+ * Sets the currently published revision of a title Cloud Script
677
+ * https://docs.microsoft.com/rest/api/playfab/admin/server-side-cloud-script/setpublishedrevision
678
+ */
679
+ SetPublishedRevision(request, extraHeaders) {
680
+ return this.ExecuteRequestWrapper("/Admin/SetPublishedRevision", request, "X-SecretKey", extraHeaders);
681
+ }
682
+ /**
683
+ * Updates the key-value store of custom publisher settings
684
+ * https://docs.microsoft.com/rest/api/playfab/admin/shared-group-data/setpublisherdata
685
+ */
686
+ SetPublisherData(request, extraHeaders) {
687
+ return this.ExecuteRequestWrapper("/Admin/SetPublisherData", request, "X-SecretKey", extraHeaders);
688
+ }
689
+ /**
690
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
691
+ * version 2._ Sets all the items in one virtual store
692
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/setstoreitems
693
+ */
694
+ SetStoreItems(request, extraHeaders) {
695
+ return this.ExecuteRequestWrapper("/Admin/SetStoreItems", request, "X-SecretKey", extraHeaders);
696
+ }
697
+ /**
698
+ * Creates and updates the key-value store of custom title settings which can be read by the client. For example, a
699
+ * developer could choose to store values which modify the user experience, such as enemy spawn rates, weapon strengths,
700
+ * movement speeds, etc. This allows a developer to update the title without the need to create, test, and ship a new
701
+ * build.
702
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/settitledata
703
+ */
704
+ SetTitleData(request, extraHeaders) {
705
+ return this.ExecuteRequestWrapper("/Admin/SetTitleData", request, "X-SecretKey", extraHeaders);
706
+ }
707
+ /**
708
+ * Set and delete key-value pairs in a title data override instance.
709
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/settitledataandoverrides
710
+ */
711
+ SetTitleDataAndOverrides(request, extraHeaders) {
712
+ return this.ExecuteRequestWrapper("/Admin/SetTitleDataAndOverrides", request, "X-SecretKey", extraHeaders);
713
+ }
714
+ /**
715
+ * Updates the key-value store of custom title settings which cannot be read by the client. These values can be used to
716
+ * tweak settings used by game servers and Cloud Scripts without the need to update and re-deploy.
717
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/settitleinternaldata
718
+ */
719
+ SetTitleInternalData(request, extraHeaders) {
720
+ return this.ExecuteRequestWrapper("/Admin/SetTitleInternalData", request, "X-SecretKey", extraHeaders);
721
+ }
722
+ /**
723
+ * Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can
724
+ * be found at: http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html. Currently, Amazon device
725
+ * Messaging is not supported.
726
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/setuppushnotification
727
+ */
728
+ SetupPushNotification(request, extraHeaders) {
729
+ return this.ExecuteRequestWrapper("/Admin/SetupPushNotification", request, "X-SecretKey", extraHeaders);
730
+ }
731
+ /**
732
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
733
+ * version 2._ Decrements the specified virtual currency by the stated amount
734
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-item-management/subtractuservirtualcurrency
735
+ */
736
+ SubtractUserVirtualCurrency(request, extraHeaders) {
737
+ return this.ExecuteRequestWrapper("/Admin/SubtractUserVirtualCurrency", request, "X-SecretKey", extraHeaders);
738
+ }
739
+ /**
740
+ * Updates information of a list of existing bans specified with Ban Ids.
741
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/updatebans
742
+ */
743
+ UpdateBans(request, extraHeaders) {
744
+ return this.ExecuteRequestWrapper("/Admin/UpdateBans", request, "X-SecretKey", extraHeaders);
745
+ }
746
+ /**
747
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
748
+ * version 2._ Updates the catalog configuration for virtual goods in the specified catalog version
749
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/updatecatalogitems
750
+ */
751
+ UpdateCatalogItems(request, extraHeaders) {
752
+ return this.ExecuteRequestWrapper("/Admin/UpdateCatalogItems", request, "X-SecretKey", extraHeaders);
753
+ }
754
+ /**
755
+ * Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be
756
+ * submitted in the revision.
757
+ * https://docs.microsoft.com/rest/api/playfab/admin/server-side-cloud-script/updatecloudscript
758
+ */
759
+ UpdateCloudScript(request, extraHeaders) {
760
+ return this.ExecuteRequestWrapper("/Admin/UpdateCloudScript", request, "X-SecretKey", extraHeaders);
761
+ }
762
+ /**
763
+ * Modifies data and credentials for an existing relationship between a title and an Open ID Connect provider
764
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/updateopenidconnection
765
+ */
766
+ UpdateOpenIdConnection(request, extraHeaders) {
767
+ return this.ExecuteRequestWrapper("/Admin/UpdateOpenIdConnection", request, "X-SecretKey", extraHeaders);
768
+ }
769
+ /**
770
+ * Updates the title-specific custom property values for a player
771
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateplayercustomproperties
772
+ */
773
+ UpdatePlayerCustomProperties(request, extraHeaders) {
774
+ return this.ExecuteRequestWrapper("/Admin/UpdatePlayerCustomProperties", request, "X-SecretKey", extraHeaders);
775
+ }
776
+ /**
777
+ * Updates a existing Player Shared Secret Key. It may take up to 5 minutes for this update to become generally available
778
+ * after this API returns.
779
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/updateplayersharedsecret
780
+ */
781
+ UpdatePlayerSharedSecret(request, extraHeaders) {
782
+ return this.ExecuteRequestWrapper("/Admin/UpdatePlayerSharedSecret", request, "X-SecretKey", extraHeaders);
783
+ }
784
+ /**
785
+ * Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval.
786
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateplayerstatisticdefinition
787
+ */
788
+ UpdatePlayerStatisticDefinition(request, extraHeaders) {
789
+ return this.ExecuteRequestWrapper("/Admin/UpdatePlayerStatisticDefinition", request, "X-SecretKey", extraHeaders);
790
+ }
791
+ /**
792
+ * Changes a policy for a title
793
+ * https://docs.microsoft.com/rest/api/playfab/admin/authentication/updatepolicy
794
+ */
795
+ UpdatePolicy(request, extraHeaders) {
796
+ return this.ExecuteRequestWrapper("/Admin/UpdatePolicy", request, "X-SecretKey", extraHeaders);
797
+ }
798
+ /**
799
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
800
+ * version 2._ Updates the random drop table configuration for the title
801
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/updaterandomresulttables
802
+ */
803
+ UpdateRandomResultTables(request, extraHeaders) {
804
+ return this.ExecuteRequestWrapper("/Admin/UpdateRandomResultTables", request, "X-SecretKey", extraHeaders);
805
+ }
806
+ /**
807
+ * Updates an existing player segment and its associated definition(s) and action(s) for a title.
808
+ * https://docs.microsoft.com/rest/api/playfab/admin/segments/updatesegment
809
+ */
810
+ UpdateSegment(request, extraHeaders) {
811
+ return this.ExecuteRequestWrapper("/Admin/UpdateSegment", request, "X-SecretKey", extraHeaders);
812
+ }
813
+ /**
814
+ * _NOTE: This is a Legacy Economy API, and is in bugfix-only mode. All new Economy features are being developed only for
815
+ * version 2._ Updates an existing virtual item store with new or modified items
816
+ * https://docs.microsoft.com/rest/api/playfab/admin/title-wide-data-management/updatestoreitems
817
+ */
818
+ UpdateStoreItems(request, extraHeaders) {
819
+ return this.ExecuteRequestWrapper("/Admin/UpdateStoreItems", request, "X-SecretKey", extraHeaders);
820
+ }
821
+ /**
822
+ * Update an existing task.
823
+ * https://docs.microsoft.com/rest/api/playfab/admin/scheduledtask/updatetask
824
+ */
825
+ UpdateTask(request, extraHeaders) {
826
+ return this.ExecuteRequestWrapper("/Admin/UpdateTask", request, "X-SecretKey", extraHeaders);
827
+ }
828
+ /**
829
+ * Updates the title-specific custom data for the user which is readable and writable by the client
830
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserdata
831
+ */
832
+ UpdateUserData(request, extraHeaders) {
833
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserData", request, "X-SecretKey", extraHeaders);
834
+ }
835
+ /**
836
+ * Updates the title-specific custom data for the user which cannot be accessed by the client
837
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserinternaldata
838
+ */
839
+ UpdateUserInternalData(request, extraHeaders) {
840
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserInternalData", request, "X-SecretKey", extraHeaders);
841
+ }
842
+ /**
843
+ * Updates the publisher-specific custom data for the user which is readable and writable by the client
844
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserpublisherdata
845
+ */
846
+ UpdateUserPublisherData(request, extraHeaders) {
847
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserPublisherData", request, "X-SecretKey", extraHeaders);
848
+ }
849
+ /**
850
+ * Updates the publisher-specific custom data for the user which cannot be accessed by the client
851
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserpublisherinternaldata
852
+ */
853
+ UpdateUserPublisherInternalData(request, extraHeaders) {
854
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserPublisherInternalData", request, "X-SecretKey", extraHeaders);
855
+ }
856
+ /**
857
+ * Updates the publisher-specific custom data for the user which can only be read by the client
858
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserpublisherreadonlydata
859
+ */
860
+ UpdateUserPublisherReadOnlyData(request, extraHeaders) {
861
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserPublisherReadOnlyData", request, "X-SecretKey", extraHeaders);
862
+ }
863
+ /**
864
+ * Updates the title-specific custom data for the user which can only be read by the client
865
+ * https://docs.microsoft.com/rest/api/playfab/admin/player-data-management/updateuserreadonlydata
866
+ */
867
+ UpdateUserReadOnlyData(request, extraHeaders) {
868
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserReadOnlyData", request, "X-SecretKey", extraHeaders);
869
+ }
870
+ /**
871
+ * Updates the title specific display name for a user
872
+ * https://docs.microsoft.com/rest/api/playfab/admin/account-management/updateusertitledisplayname
873
+ */
874
+ UpdateUserTitleDisplayName(request, extraHeaders) {
875
+ return this.ExecuteRequestWrapper("/Admin/UpdateUserTitleDisplayName", request, "X-SecretKey", extraHeaders);
876
+ }
877
+ };
878
+
879
+ export {
880
+ PlayFabAdminApi
881
+ };
882
+ //# sourceMappingURL=chunk-YNZF3WXS.js.map