@xmobitea/gn-typescript-client 2.6.9-tsc → 2.6.10-tsc

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 (91) hide show
  1. package/dist/runtime/config/GNServerSettings.d.ts +3 -0
  2. package/dist/runtime/config/GNServerSettings.js +7 -0
  3. package/dist/runtime/constant/Commands.d.ts +1 -0
  4. package/dist/runtime/constant/Commands.js +1 -0
  5. package/dist/runtime/networking/http/HttpPeer.js +1 -0
  6. package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +2 -0
  7. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +3 -0
  8. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +19 -4
  9. package/package.json +1 -1
  10. package/responseModel/chatgpt/Authenticate.json +0 -724
  11. package/responseModel/chatgpt/CharacterPlayer.json +0 -1890
  12. package/responseModel/chatgpt/CloudScript.json +0 -254
  13. package/responseModel/chatgpt/Content.json +0 -273
  14. package/responseModel/chatgpt/Dashboard.json +0 -4110
  15. package/responseModel/chatgpt/GamePlayer.json +0 -2306
  16. package/responseModel/chatgpt/Generic.json +0 -253
  17. package/responseModel/chatgpt/Group.json +0 -1509
  18. package/responseModel/chatgpt/Inventory.json +0 -1211
  19. package/responseModel/chatgpt/MasterPlayer.json +0 -3801
  20. package/responseModel/chatgpt/Multiplayer.json +0 -634
  21. package/responseModel/chatgpt/StoreInventory.json +0 -1099
  22. package/responseModel/clients/AuthenticateModels.json +0 -271
  23. package/responseModel/clients/CharacterPlayerModels.json +0 -792
  24. package/responseModel/clients/CloudScriptModels.json +0 -191
  25. package/responseModel/clients/ContentModels.json +0 -178
  26. package/responseModel/clients/DashboardModels.json +0 -5423
  27. package/responseModel/clients/GamePlayerModels.json +0 -781
  28. package/responseModel/clients/GenericModels.json +0 -344
  29. package/responseModel/clients/GroupModels.json +0 -705
  30. package/responseModel/clients/InventoryModels.json +0 -568
  31. package/responseModel/clients/MasterPlayerModels.json +0 -1281
  32. package/responseModel/clients/MultiplayerModels.json +0 -439
  33. package/responseModel/clients/StoreInventoryModels.json +0 -971
  34. package/responseModel/finalChatgpt/Authenticate.json +0 -1475
  35. package/responseModel/finalChatgpt/CharacterPlayer.json +0 -4104
  36. package/responseModel/finalChatgpt/CloudScript.json +0 -515
  37. package/responseModel/finalChatgpt/Content.json +0 -536
  38. package/responseModel/finalChatgpt/Dashboard.json +0 -6712
  39. package/responseModel/finalChatgpt/GamePlayer.json +0 -5142
  40. package/responseModel/finalChatgpt/Generic.json +0 -333
  41. package/responseModel/finalChatgpt/Group.json +0 -3232
  42. package/responseModel/finalChatgpt/Inventory.json +0 -2606
  43. package/responseModel/finalChatgpt/MasterPlayer.json +0 -8385
  44. package/responseModel/finalChatgpt/Multiplayer.json +0 -1196
  45. package/responseModel/finalChatgpt/StoreInventory.json +0 -2085
  46. package/responseModel/finals/Authenticate.json +0 -1460
  47. package/responseModel/finals/CharacterPlayer.json +0 -3639
  48. package/responseModel/finals/CloudScript.json +0 -465
  49. package/responseModel/finals/Content.json +0 -479
  50. package/responseModel/finals/Dashboard.json +0 -6718
  51. package/responseModel/finals/GamePlayer.json +0 -4291
  52. package/responseModel/finals/Generic.json +0 -345
  53. package/responseModel/finals/Group.json +0 -2885
  54. package/responseModel/finals/Inventory.json +0 -2309
  55. package/responseModel/finals/MasterPlayer.json +0 -7018
  56. package/responseModel/finals/Multiplayer.json +0 -1082
  57. package/responseModel/finals/StoreInventory.json +0 -1979
  58. package/responseModel/finalsShort/Authenticate.json +0 -723
  59. package/responseModel/finalsShort/CharacterPlayer.json +0 -1889
  60. package/responseModel/finalsShort/CloudScript.json +0 -253
  61. package/responseModel/finalsShort/Content.json +0 -272
  62. package/responseModel/finalsShort/Dashboard.json +0 -4109
  63. package/responseModel/finalsShort/GamePlayer.json +0 -2305
  64. package/responseModel/finalsShort/Generic.json +0 -252
  65. package/responseModel/finalsShort/Group.json +0 -1508
  66. package/responseModel/finalsShort/Inventory.json +0 -1210
  67. package/responseModel/finalsShort/MasterPlayer.json +0 -3800
  68. package/responseModel/finalsShort/Multiplayer.json +0 -633
  69. package/responseModel/finalsShort/StoreInventory.json +0 -1098
  70. package/responseModel/operationResponse/AuthenticateResponseModels.json +0 -77
  71. package/responseModel/operationResponse/CharacterPlayerResponseModels.json +0 -217
  72. package/responseModel/operationResponse/CloudScriptResponseModels.json +0 -25
  73. package/responseModel/operationResponse/ContentResponseModels.json +0 -33
  74. package/responseModel/operationResponse/DashboardResponseModels.json +0 -109
  75. package/responseModel/operationResponse/GamePlayerResponseModels.json +0 -213
  76. package/responseModel/operationResponse/GroupResponseModels.json +0 -165
  77. package/responseModel/operationResponse/InventoryResponseModels.json +0 -141
  78. package/responseModel/operationResponse/MasterPlayerResponseModels.json +0 -349
  79. package/responseModel/operationResponse/MultiplayerResponseModels.json +0 -45
  80. package/responseModel/operationResponse/StoreInventoryResponseModels.json +0 -61
  81. package/responseModel/servers/Authenticate.json +0 -1328
  82. package/responseModel/servers/CharacterPlayer.json +0 -3199
  83. package/responseModel/servers/CloudScript.json +0 -278
  84. package/responseModel/servers/Content.json +0 -324
  85. package/responseModel/servers/GamePlayer.json +0 -3844
  86. package/responseModel/servers/Group.json +0 -2454
  87. package/responseModel/servers/Inventory.json +0 -1964
  88. package/responseModel/servers/MasterAdmin.json +0 -5569
  89. package/responseModel/servers/MasterPlayer.json +0 -5924
  90. package/responseModel/servers/Multiplayer.json +0 -545
  91. package/responseModel/servers/StoreInventory.json +0 -1290
@@ -1,724 +0,0 @@
1
- {
2
- "requestType": "Authenticate",
3
- "description": "API requests related to user authentication.",
4
- "operations": [
5
- {
6
- "operationCode": "LoginByAccount",
7
- "details": [
8
- {
9
- "role": "Client",
10
- "requestData": [
11
- {
12
- "code": "Username",
13
- "description": "The username used for account authentication.",
14
- "type": "string"
15
- },
16
- {
17
- "code": "Password",
18
- "description": "The password associated with the username.",
19
- "type": "string"
20
- },
21
- {
22
- "code": "InfoRequestParam",
23
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
24
- "type": "InfoRequestParam"
25
- }
26
- ]
27
- }
28
- ],
29
- "description": "Authenticate using a username and password."
30
- },
31
- {
32
- "operationCode": "LoginByAndroidDeviceId",
33
- "details": [
34
- {
35
- "role": "Client",
36
- "requestData": [
37
- {
38
- "code": "AndroidDeviceId",
39
- "description": "The device ID of the Android device.",
40
- "type": "string"
41
- },
42
- {
43
- "code": "CreatePlayerIfNotExists",
44
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
45
- "type": "boolean",
46
- "defaultValue": "false"
47
- },
48
- {
49
- "code": "InfoRequestParam",
50
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
51
- "type": "InfoRequestParam"
52
- }
53
- ]
54
- }
55
- ],
56
- "description": "Authenticate using an Android device ID."
57
- },
58
- {
59
- "operationCode": "LoginByApple",
60
- "details": [
61
- {
62
- "role": "Client",
63
- "requestData": [
64
- {
65
- "code": "Token",
66
- "description": "Authentication token from the identity provider.",
67
- "type": "string"
68
- },
69
- {
70
- "code": "CreatePlayerIfNotExists",
71
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
72
- "type": "boolean",
73
- "defaultValue": "false"
74
- },
75
- {
76
- "code": "InfoRequestParam",
77
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
78
- "type": "InfoRequestParam"
79
- }
80
- ]
81
- }
82
- ],
83
- "description": "Authenticate using an Apple sign-in token."
84
- },
85
- {
86
- "operationCode": "LoginByCustomDeviceId",
87
- "details": [
88
- {
89
- "role": "Client",
90
- "requestData": [
91
- {
92
- "code": "CustomDeviceId",
93
- "description": "A developer-defined device identifier.",
94
- "type": "string"
95
- },
96
- {
97
- "code": "CreatePlayerIfNotExists",
98
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
99
- "type": "boolean",
100
- "defaultValue": "false"
101
- },
102
- {
103
- "code": "InfoRequestParam",
104
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
105
- "type": "InfoRequestParam"
106
- }
107
- ]
108
- }
109
- ],
110
- "description": "Authenticate using a custom device ID."
111
- },
112
- {
113
- "operationCode": "LoginByCustomId",
114
- "details": [
115
- {
116
- "role": "Client",
117
- "requestData": [
118
- {
119
- "code": "CustomId",
120
- "description": "A developer-defined custom user ID.",
121
- "type": "string"
122
- },
123
- {
124
- "code": "CreatePlayerIfNotExists",
125
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
126
- "type": "boolean",
127
- "defaultValue": "false"
128
- },
129
- {
130
- "code": "InfoRequestParam",
131
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
132
- "type": "InfoRequestParam"
133
- }
134
- ]
135
- }
136
- ],
137
- "description": "Authenticate using a custom user-defined ID."
138
- },
139
- {
140
- "operationCode": "LoginByEditorDeviceId",
141
- "details": [
142
- {
143
- "role": "Client",
144
- "requestData": [
145
- {
146
- "code": "EditorDeviceId",
147
- "description": "The unique device ID from the Unity Editor.",
148
- "type": "string"
149
- },
150
- {
151
- "code": "CreatePlayerIfNotExists",
152
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
153
- "type": "boolean",
154
- "defaultValue": "false"
155
- },
156
- {
157
- "code": "InfoRequestParam",
158
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
159
- "type": "InfoRequestParam"
160
- }
161
- ]
162
- }
163
- ],
164
- "description": "Authenticate using a Unity Editor device ID."
165
- },
166
- {
167
- "operationCode": "LoginByFacebook",
168
- "details": [
169
- {
170
- "role": "Client",
171
- "requestData": [
172
- {
173
- "code": "Token",
174
- "description": "Authentication token from the identity provider.",
175
- "type": "string"
176
- },
177
- {
178
- "code": "CreatePlayerIfNotExists",
179
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
180
- "type": "boolean",
181
- "defaultValue": "false"
182
- },
183
- {
184
- "code": "InfoRequestParam",
185
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
186
- "type": "InfoRequestParam"
187
- }
188
- ]
189
- }
190
- ],
191
- "description": "Authenticate using a Facebook access token."
192
- },
193
- {
194
- "operationCode": "LoginByGameCenter",
195
- "details": [
196
- {
197
- "role": "Client",
198
- "requestData": [
199
- {
200
- "code": "PlayerId",
201
- "description": "The Game Center player ID.",
202
- "type": "string"
203
- },
204
- {
205
- "code": "Name",
206
- "description": "The Game Center player's display name.",
207
- "type": "string"
208
- },
209
- {
210
- "code": "PublicKeyUrl",
211
- "description": "The URL to the Game Center public key.",
212
- "type": "string"
213
- },
214
- {
215
- "code": "Signature",
216
- "description": "The Game Center signature string.",
217
- "type": "string"
218
- },
219
- {
220
- "code": "Salt",
221
- "description": "The cryptographic salt from Game Center.",
222
- "type": "string"
223
- },
224
- {
225
- "code": "Timestamp",
226
- "description": "The timestamp used for Game Center verification.",
227
- "type": "number"
228
- },
229
- {
230
- "code": "CreatePlayerIfNotExists",
231
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
232
- "type": "boolean",
233
- "defaultValue": "false"
234
- },
235
- {
236
- "code": "InfoRequestParam",
237
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
238
- "type": "InfoRequestParam"
239
- }
240
- ]
241
- }
242
- ],
243
- "description": "Authenticate using Apple Game Center credentials."
244
- },
245
- {
246
- "operationCode": "LoginByGenericService",
247
- "details": [
248
- {
249
- "role": "Client",
250
- "requestData": [
251
- {
252
- "code": "ServiceName",
253
- "description": "The name of the external generic service.",
254
- "type": "string"
255
- },
256
- {
257
- "code": "ServiceData",
258
- "description": "The payload or authentication data from the external service.",
259
- "type": "GNHashtable"
260
- },
261
- {
262
- "code": "CreatePlayerIfNotExists",
263
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
264
- "type": "boolean",
265
- "defaultValue": "false"
266
- },
267
- {
268
- "code": "InfoRequestParam",
269
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
270
- "type": "InfoRequestParam"
271
- }
272
- ]
273
- }
274
- ],
275
- "description": "Authenticate using a generic external service and custom data."
276
- },
277
- {
278
- "operationCode": "LoginByGooglePlayGameService",
279
- "details": [
280
- {
281
- "role": "Client",
282
- "requestData": [
283
- {
284
- "code": "Token",
285
- "description": "Authentication token from the identity provider.",
286
- "type": "string"
287
- },
288
- {
289
- "code": "CreatePlayerIfNotExists",
290
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
291
- "type": "boolean",
292
- "defaultValue": "false"
293
- },
294
- {
295
- "code": "InfoRequestParam",
296
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
297
- "type": "InfoRequestParam"
298
- }
299
- ]
300
- }
301
- ],
302
- "description": "Authenticate using a Google Play Games Services token."
303
- },
304
- {
305
- "operationCode": "LoginByGoogle",
306
- "details": [
307
- {
308
- "role": "Client",
309
- "requestData": [
310
- {
311
- "code": "Token",
312
- "description": "Authentication token from the identity provider.",
313
- "type": "string"
314
- },
315
- {
316
- "code": "Type",
317
- "description": "The login method type used by Google services.",
318
- "type": "number"
319
- },
320
- {
321
- "code": "CreatePlayerIfNotExists",
322
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
323
- "type": "boolean",
324
- "defaultValue": "false"
325
- },
326
- {
327
- "code": "InfoRequestParam",
328
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
329
- "type": "InfoRequestParam"
330
- }
331
- ]
332
- }
333
- ],
334
- "description": "Authenticate using a Google access token."
335
- },
336
- {
337
- "operationCode": "LoginByiOSDeviceId",
338
- "details": [
339
- {
340
- "role": "Client",
341
- "requestData": [
342
- {
343
- "code": "iOSDeviceId",
344
- "description": "The iOS device identifier.",
345
- "type": "string"
346
- },
347
- {
348
- "code": "CreatePlayerIfNotExists",
349
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
350
- "type": "boolean",
351
- "defaultValue": "false"
352
- },
353
- {
354
- "code": "InfoRequestParam",
355
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
356
- "type": "InfoRequestParam"
357
- }
358
- ]
359
- }
360
- ],
361
- "description": "Authenticate using an iOS device ID."
362
- },
363
- {
364
- "operationCode": "LoginByLinuxDeviceId",
365
- "details": [
366
- {
367
- "role": "Client",
368
- "requestData": [
369
- {
370
- "code": "LinuxDeviceId",
371
- "description": "The Linux device identifier.",
372
- "type": "string"
373
- },
374
- {
375
- "code": "CreatePlayerIfNotExists",
376
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
377
- "type": "boolean",
378
- "defaultValue": "false"
379
- },
380
- {
381
- "code": "InfoRequestParam",
382
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
383
- "type": "InfoRequestParam"
384
- }
385
- ]
386
- }
387
- ],
388
- "description": "Authenticate using a Linux device ID."
389
- },
390
- {
391
- "operationCode": "LoginByMacOSDeviceId",
392
- "details": [
393
- {
394
- "role": "Client",
395
- "requestData": [
396
- {
397
- "code": "MacOSDeviceId",
398
- "description": "The macOS device identifier.",
399
- "type": "string"
400
- },
401
- {
402
- "code": "CreatePlayerIfNotExists",
403
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
404
- "type": "boolean",
405
- "defaultValue": "false"
406
- },
407
- {
408
- "code": "InfoRequestParam",
409
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
410
- "type": "InfoRequestParam"
411
- }
412
- ]
413
- }
414
- ],
415
- "description": "Authenticate using a macOS device ID."
416
- },
417
- {
418
- "operationCode": "LoginByWindowsDeviceId",
419
- "details": [
420
- {
421
- "role": "Client",
422
- "requestData": [
423
- {
424
- "code": "WindowsDeviceId",
425
- "description": "The Windows device identifier.",
426
- "type": "string"
427
- },
428
- {
429
- "code": "CreatePlayerIfNotExists",
430
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
431
- "type": "boolean",
432
- "defaultValue": "false"
433
- },
434
- {
435
- "code": "InfoRequestParam",
436
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
437
- "type": "InfoRequestParam"
438
- }
439
- ]
440
- }
441
- ],
442
- "description": "Authenticate using a Windows device ID."
443
- },
444
- {
445
- "operationCode": "LoginByWindowsPhoneDeviceId",
446
- "details": [
447
- {
448
- "role": "Client",
449
- "requestData": [
450
- {
451
- "code": "WindowsPhoneDeviceId",
452
- "description": "The Windows Phone device identifier.",
453
- "type": "string"
454
- },
455
- {
456
- "code": "CreatePlayerIfNotExists",
457
- "description": "Whether to create a new player profile if one does not exist. Defaults to false.",
458
- "type": "boolean",
459
- "defaultValue": "false"
460
- },
461
- {
462
- "code": "InfoRequestParam",
463
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
464
- "type": "InfoRequestParam"
465
- }
466
- ]
467
- }
468
- ],
469
- "description": "Authenticate using a Windows Phone device ID."
470
- },
471
- {
472
- "operationCode": "RefreshAuthToken",
473
- "details": [],
474
- "description": "Refresh the user's authentication token."
475
- },
476
- {
477
- "operationCode": "RegisterAccount",
478
- "details": [
479
- {
480
- "role": "Client",
481
- "requestData": [
482
- {
483
- "code": "Username",
484
- "description": "The username used for account authentication.",
485
- "type": "string"
486
- },
487
- {
488
- "code": "Password",
489
- "description": "The password associated with the username.",
490
- "type": "string"
491
- },
492
- {
493
- "code": "InfoRequestParam",
494
- "description": "Flags and filters that specify which additional profile fields to include in the response.",
495
- "type": "InfoRequestParam"
496
- }
497
- ]
498
- }
499
- ],
500
- "description": "Register a new account using a username and password."
501
- }
502
- ],
503
- "models": [
504
- {
505
- "name": "InfoRequestParam",
506
- "details": [
507
- {
508
- "code": "External",
509
- "description": "Include external ID information. Defaults to false.",
510
- "type": "boolean",
511
- "defaultValue": "false"
512
- },
513
- {
514
- "code": "Segments",
515
- "description": "Include segment membership data. Defaults to false.",
516
- "type": "boolean",
517
- "defaultValue": "false"
518
- },
519
- {
520
- "code": "CustomDatas",
521
- "description": "Include custom data values. Defaults to false.",
522
- "type": "boolean",
523
- "defaultValue": "false"
524
- },
525
- {
526
- "code": "DisplayName",
527
- "description": "Include the player's display name. Defaults to false.",
528
- "type": "boolean",
529
- "defaultValue": "false"
530
- },
531
- {
532
- "code": "Avatar",
533
- "description": "Include the player's avatar data. Defaults to false.",
534
- "type": "boolean",
535
- "defaultValue": "false"
536
- },
537
- {
538
- "code": "TsCreate",
539
- "description": "Include the account creation timestamp. Defaults to false.",
540
- "type": "boolean",
541
- "defaultValue": "false"
542
- },
543
- {
544
- "code": "Tags",
545
- "description": "Include tag metadata associated with the player. Defaults to false.",
546
- "type": "boolean",
547
- "defaultValue": "false"
548
- },
549
- {
550
- "code": "PlayerBan",
551
- "description": "Include ban status and reasons. Defaults to false.",
552
- "type": "boolean",
553
- "defaultValue": "false"
554
- },
555
- {
556
- "code": "PlayerCurrencies",
557
- "description": " Defaults to false.",
558
- "type": "boolean",
559
- "defaultValue": "false"
560
- },
561
- {
562
- "code": "PlayerStatistics",
563
- "description": " Defaults to false.",
564
- "type": "boolean",
565
- "defaultValue": "false"
566
- },
567
- {
568
- "code": "PlayerDatas",
569
- "description": " Defaults to false.",
570
- "type": "boolean",
571
- "defaultValue": "false"
572
- },
573
- {
574
- "code": "IpAddressCreate",
575
- "description": " Defaults to false.",
576
- "type": "boolean",
577
- "defaultValue": "false"
578
- },
579
- {
580
- "code": "CountryCode",
581
- "description": " Defaults to false.",
582
- "type": "boolean",
583
- "defaultValue": "false"
584
- },
585
- {
586
- "code": "Email",
587
- "description": " Defaults to false.",
588
- "type": "boolean",
589
- "defaultValue": "false"
590
- },
591
- {
592
- "code": "TsLastLogin",
593
- "description": " Defaults to false.",
594
- "type": "boolean",
595
- "defaultValue": "false"
596
- },
597
- {
598
- "code": "PushNotifications",
599
- "description": " Defaults to false.",
600
- "type": "boolean",
601
- "defaultValue": "false"
602
- },
603
- {
604
- "code": "PlayerDataKeys",
605
- "description": "List of player data keys to retrieve.",
606
- "type": "Array<string>"
607
- },
608
- {
609
- "code": "PlayerCurrencyKeys",
610
- "description": "List of player currency keys to retrieve.",
611
- "type": "Array<string>"
612
- },
613
- {
614
- "code": "PlayerStatisticsKeys",
615
- "description": "List of player statistics keys to retrieve.",
616
- "type": "Array<string>"
617
- },
618
- {
619
- "code": "CustomDataKeys",
620
- "description": "List of custom data keys to retrieve.",
621
- "type": "Array<string>"
622
- },
623
- {
624
- "code": "TagKeys",
625
- "description": "List of tag keys to retrieve.",
626
- "type": "Array<string>"
627
- }
628
- ],
629
- "description": "Flags used to specify which additional fields to return in the player profile response."
630
- },
631
- {
632
- "name": "AuthenticateResponseData",
633
- "details": [
634
- {
635
- "code": "NewlyCreated",
636
- "description": "Indicates whether the player account was newly created.",
637
- "type": "boolean"
638
- },
639
- {
640
- "code": "AuthToken",
641
- "description": "The authentication token issued to the player.",
642
- "type": "string"
643
- },
644
- {
645
- "code": "PlayerBan",
646
- "description": "Ban status information for the player.",
647
- "type": "GenericModels.BanItem"
648
- },
649
- {
650
- "code": "UserId",
651
- "description": "The unique identifier of the authenticated user.",
652
- "type": "string"
653
- },
654
- {
655
- "code": "InfoResponseParameters",
656
- "description": "Profile data returned according to InfoRequestParam filters.",
657
- "type": "InfoResponseParameters"
658
- }
659
- ],
660
- "extends": null,
661
- "description": "Response data returned after a successful authentication request."
662
- },
663
- {
664
- "name": "GenericServiceAuthenticateResponseData",
665
- "details": [
666
- {
667
- "code": "ErrorMessage",
668
- "description": "Error message returned by the external service, if any.",
669
- "type": "string"
670
- },
671
- {
672
- "code": "NewlyCreated",
673
- "description": "Indicates whether the player account was newly created.",
674
- "type": "boolean"
675
- },
676
- {
677
- "code": "AuthToken",
678
- "description": "The authentication token issued to the player.",
679
- "type": "string"
680
- },
681
- {
682
- "code": "PlayerBan",
683
- "description": "Ban status information for the player.",
684
- "type": "GenericModels.BanItem"
685
- },
686
- {
687
- "code": "UserId",
688
- "description": "The unique identifier of the authenticated user.",
689
- "type": "string"
690
- },
691
- {
692
- "code": "InfoResponseParameters",
693
- "description": "Profile data returned according to InfoRequestParam filters.",
694
- "type": "InfoResponseParameters"
695
- }
696
- ],
697
- "extends": null,
698
- "description": "Response data from authentication via a generic external service."
699
- },
700
- {
701
- "name": "RefreshAuthTokenResponseData",
702
- "details": [
703
- {
704
- "code": "AuthToken",
705
- "description": "The newly issued authentication token.",
706
- "type": "string"
707
- },
708
- {
709
- "code": "PlayerBan",
710
- "description": "Ban status information for the player.",
711
- "type": "GenericModels.BanItem"
712
- }
713
- ],
714
- "extends": null,
715
- "description": "Response containing the refreshed authentication token."
716
- },
717
- {
718
- "name": "EmptyResponseData",
719
- "details": [],
720
- "extends": null,
721
- "description": "Empty response object used for operations that return no data."
722
- }
723
- ]
724
- }