@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,1460 +0,0 @@
1
- {
2
- "requestType": "Authenticate",
3
- "operations": [
4
- {
5
- "operationCode": "LoginByAccount",
6
- "details": [
7
- {
8
- "role": "Client",
9
- "requestData": [
10
- {
11
- "code": "Username",
12
- "description": "",
13
- "optional": false,
14
- "type": "string",
15
- "gnType": "String",
16
- "conditions": {
17
- "mustNonNull": true,
18
- "minLength": 6,
19
- "maxLength": 32
20
- }
21
- },
22
- {
23
- "code": "Password",
24
- "description": "",
25
- "optional": false,
26
- "type": "string",
27
- "gnType": "String",
28
- "conditions": {
29
- "mustNonNull": true,
30
- "minLength": 6,
31
- "maxLength": 64
32
- }
33
- },
34
- {
35
- "code": "InfoRequestParam",
36
- "description": "",
37
- "optional": false,
38
- "type": "InfoRequestParam",
39
- "gnType": "GNHashtable",
40
- "conditions": {
41
- "mustNonNull": true
42
- }
43
- }
44
- ]
45
- }
46
- ],
47
- "responseData": [
48
- {
49
- "code": "ErrorCode",
50
- "value": [
51
- "AccountNotFound",
52
- "AccountPasswordWrong",
53
- "Ok"
54
- ]
55
- },
56
- {
57
- "code": "UserId"
58
- },
59
- {
60
- "code": "InfoResponseParameters"
61
- }
62
- ],
63
- "description": ""
64
- },
65
- {
66
- "operationCode": "LoginByAndroidDeviceId",
67
- "details": [
68
- {
69
- "role": "Client",
70
- "requestData": [
71
- {
72
- "code": "AndroidDeviceId",
73
- "description": "",
74
- "optional": false,
75
- "type": "string",
76
- "gnType": "String",
77
- "conditions": {
78
- "mustNonNull": true,
79
- "minLength": 6,
80
- "maxLength": 64
81
- }
82
- },
83
- {
84
- "code": "CreatePlayerIfNotExists",
85
- "description": "",
86
- "optional": true,
87
- "type": "boolean",
88
- "gnType": "Boolean",
89
- "defaultValue": "false",
90
- "conditions": {}
91
- },
92
- {
93
- "code": "InfoRequestParam",
94
- "description": "",
95
- "optional": false,
96
- "type": "InfoRequestParam",
97
- "gnType": "GNHashtable",
98
- "conditions": {
99
- "mustNonNull": true
100
- }
101
- }
102
- ]
103
- }
104
- ],
105
- "responseData": [
106
- {
107
- "code": "ErrorCode",
108
- "value": [
109
- "AccountNotFound",
110
- "Ok"
111
- ]
112
- },
113
- {
114
- "code": "NewlyCreated"
115
- },
116
- {
117
- "code": "UserId"
118
- },
119
- {
120
- "code": "InfoResponseParameters"
121
- }
122
- ],
123
- "description": ""
124
- },
125
- {
126
- "operationCode": "LoginByApple",
127
- "details": [
128
- {
129
- "role": "Client",
130
- "requestData": [
131
- {
132
- "code": "Token",
133
- "description": "",
134
- "optional": false,
135
- "type": "string",
136
- "gnType": "String",
137
- "conditions": {
138
- "mustNonNull": true,
139
- "minLength": 32,
140
- "maxLength": 2048
141
- }
142
- },
143
- {
144
- "code": "CreatePlayerIfNotExists",
145
- "description": "",
146
- "optional": true,
147
- "type": "boolean",
148
- "gnType": "Boolean",
149
- "defaultValue": "false",
150
- "conditions": {}
151
- },
152
- {
153
- "code": "InfoRequestParam",
154
- "description": "",
155
- "optional": false,
156
- "type": "InfoRequestParam",
157
- "gnType": "GNHashtable",
158
- "conditions": {
159
- "mustNonNull": true
160
- }
161
- }
162
- ]
163
- }
164
- ],
165
- "responseData": [
166
- {
167
- "code": "ErrorCode",
168
- "value": [
169
- "VerifyTokenError",
170
- "AccountNotFound",
171
- "Ok"
172
- ]
173
- },
174
- {
175
- "code": "NewlyCreated"
176
- },
177
- {
178
- "code": "UserId"
179
- },
180
- {
181
- "code": "InfoResponseParameters"
182
- }
183
- ],
184
- "description": ""
185
- },
186
- {
187
- "operationCode": "LoginByCustomDeviceId",
188
- "details": [
189
- {
190
- "role": "Client",
191
- "requestData": [
192
- {
193
- "code": "CustomDeviceId",
194
- "description": "",
195
- "optional": false,
196
- "type": "string",
197
- "gnType": "String",
198
- "conditions": {
199
- "mustNonNull": true,
200
- "minLength": 6,
201
- "maxLength": 64
202
- }
203
- },
204
- {
205
- "code": "CreatePlayerIfNotExists",
206
- "description": "",
207
- "optional": true,
208
- "type": "boolean",
209
- "gnType": "Boolean",
210
- "defaultValue": "false",
211
- "conditions": {}
212
- },
213
- {
214
- "code": "InfoRequestParam",
215
- "description": "",
216
- "optional": false,
217
- "type": "InfoRequestParam",
218
- "gnType": "GNHashtable",
219
- "conditions": {
220
- "mustNonNull": true
221
- }
222
- }
223
- ]
224
- }
225
- ],
226
- "responseData": [
227
- {
228
- "code": "ErrorCode",
229
- "value": [
230
- "AccountNotFound",
231
- "Ok"
232
- ]
233
- },
234
- {
235
- "code": "NewlyCreated"
236
- },
237
- {
238
- "code": "UserId"
239
- },
240
- {
241
- "code": "InfoResponseParameters"
242
- }
243
- ],
244
- "description": ""
245
- },
246
- {
247
- "operationCode": "LoginByCustomId",
248
- "details": [
249
- {
250
- "role": "Client",
251
- "requestData": [
252
- {
253
- "code": "CustomId",
254
- "description": "",
255
- "optional": false,
256
- "type": "string",
257
- "gnType": "String",
258
- "conditions": {
259
- "mustNonNull": true,
260
- "minLength": 6,
261
- "maxLength": 64
262
- }
263
- },
264
- {
265
- "code": "CreatePlayerIfNotExists",
266
- "description": "",
267
- "optional": true,
268
- "type": "boolean",
269
- "gnType": "Boolean",
270
- "defaultValue": "false",
271
- "conditions": {}
272
- },
273
- {
274
- "code": "InfoRequestParam",
275
- "description": "",
276
- "optional": false,
277
- "type": "InfoRequestParam",
278
- "gnType": "GNHashtable",
279
- "conditions": {
280
- "mustNonNull": true
281
- }
282
- }
283
- ]
284
- }
285
- ],
286
- "responseData": [
287
- {
288
- "code": "ErrorCode",
289
- "value": [
290
- "AccountNotFound",
291
- "Ok"
292
- ]
293
- },
294
- {
295
- "code": "NewlyCreated"
296
- },
297
- {
298
- "code": "UserId"
299
- },
300
- {
301
- "code": "InfoResponseParameters"
302
- }
303
- ],
304
- "description": ""
305
- },
306
- {
307
- "operationCode": "LoginByEditorDeviceId",
308
- "details": [
309
- {
310
- "role": "Client",
311
- "requestData": [
312
- {
313
- "code": "EditorDeviceId",
314
- "description": "",
315
- "optional": false,
316
- "type": "string",
317
- "gnType": "String",
318
- "conditions": {
319
- "mustNonNull": true,
320
- "minLength": 6,
321
- "maxLength": 64
322
- }
323
- },
324
- {
325
- "code": "CreatePlayerIfNotExists",
326
- "description": "",
327
- "optional": true,
328
- "type": "boolean",
329
- "gnType": "Boolean",
330
- "defaultValue": "false",
331
- "conditions": {}
332
- },
333
- {
334
- "code": "InfoRequestParam",
335
- "description": "",
336
- "optional": false,
337
- "type": "InfoRequestParam",
338
- "gnType": "GNHashtable",
339
- "conditions": {
340
- "mustNonNull": true
341
- }
342
- }
343
- ]
344
- }
345
- ],
346
- "responseData": [
347
- {
348
- "code": "ErrorCode",
349
- "value": [
350
- "AccountNotFound",
351
- "Ok"
352
- ]
353
- },
354
- {
355
- "code": "NewlyCreated"
356
- },
357
- {
358
- "code": "UserId"
359
- },
360
- {
361
- "code": "InfoResponseParameters"
362
- }
363
- ],
364
- "description": ""
365
- },
366
- {
367
- "operationCode": "LoginByFacebook",
368
- "details": [
369
- {
370
- "role": "Client",
371
- "requestData": [
372
- {
373
- "code": "Token",
374
- "description": "",
375
- "optional": false,
376
- "type": "string",
377
- "gnType": "String",
378
- "conditions": {
379
- "mustNonNull": true,
380
- "minLength": 32,
381
- "maxLength": 2048
382
- }
383
- },
384
- {
385
- "code": "CreatePlayerIfNotExists",
386
- "description": "",
387
- "optional": true,
388
- "type": "boolean",
389
- "gnType": "Boolean",
390
- "defaultValue": "false",
391
- "conditions": {}
392
- },
393
- {
394
- "code": "InfoRequestParam",
395
- "description": "",
396
- "optional": false,
397
- "type": "InfoRequestParam",
398
- "gnType": "GNHashtable",
399
- "conditions": {
400
- "mustNonNull": true
401
- }
402
- }
403
- ]
404
- }
405
- ],
406
- "responseData": [
407
- {
408
- "code": "ErrorCode",
409
- "value": [
410
- "VerifyTokenError",
411
- "AccountNotFound",
412
- "Ok"
413
- ]
414
- },
415
- {
416
- "code": "NewlyCreated"
417
- },
418
- {
419
- "code": "UserId"
420
- },
421
- {
422
- "code": "InfoResponseParameters"
423
- }
424
- ],
425
- "description": ""
426
- },
427
- {
428
- "operationCode": "LoginByGameCenter",
429
- "details": [
430
- {
431
- "role": "Client",
432
- "requestData": [
433
- {
434
- "code": "PlayerId",
435
- "description": "",
436
- "optional": false,
437
- "type": "string",
438
- "gnType": "String",
439
- "conditions": {
440
- "mustNonNull": true,
441
- "minLength": 2,
442
- "maxLength": 64
443
- }
444
- },
445
- {
446
- "code": "Name",
447
- "description": "",
448
- "optional": false,
449
- "type": "string",
450
- "gnType": "String",
451
- "conditions": {
452
- "mustNonNull": true,
453
- "minLength": 2,
454
- "maxLength": 128
455
- }
456
- },
457
- {
458
- "code": "PublicKeyUrl",
459
- "description": "",
460
- "optional": false,
461
- "type": "string",
462
- "gnType": "String",
463
- "conditions": {
464
- "mustNonNull": true,
465
- "minLength": 2,
466
- "maxLength": 2048
467
- }
468
- },
469
- {
470
- "code": "Signature",
471
- "description": "",
472
- "optional": false,
473
- "type": "string",
474
- "gnType": "String",
475
- "conditions": {
476
- "mustNonNull": true,
477
- "minLength": 2,
478
- "maxLength": 2048
479
- }
480
- },
481
- {
482
- "code": "Salt",
483
- "description": "",
484
- "optional": false,
485
- "type": "string",
486
- "gnType": "String",
487
- "conditions": {
488
- "mustNonNull": true,
489
- "minLength": 2,
490
- "maxLength": 256
491
- }
492
- },
493
- {
494
- "code": "Timestamp",
495
- "description": "",
496
- "optional": false,
497
- "type": "number",
498
- "gnType": "Number",
499
- "conditions": {}
500
- },
501
- {
502
- "code": "CreatePlayerIfNotExists",
503
- "description": "",
504
- "optional": true,
505
- "type": "boolean",
506
- "gnType": "Boolean",
507
- "defaultValue": "false",
508
- "conditions": {}
509
- },
510
- {
511
- "code": "InfoRequestParam",
512
- "description": "",
513
- "optional": false,
514
- "type": "InfoRequestParam",
515
- "gnType": "GNHashtable",
516
- "conditions": {
517
- "mustNonNull": true
518
- }
519
- }
520
- ]
521
- }
522
- ],
523
- "responseData": [
524
- {
525
- "code": "ErrorCode",
526
- "value": [
527
- "VerifyTokenError",
528
- "AccountNotFound",
529
- "Ok"
530
- ]
531
- },
532
- {
533
- "code": "NewlyCreated"
534
- },
535
- {
536
- "code": "UserId"
537
- },
538
- {
539
- "code": "InfoResponseParameters"
540
- }
541
- ],
542
- "description": ""
543
- },
544
- {
545
- "operationCode": "LoginByGenericService",
546
- "details": [
547
- {
548
- "role": "Client",
549
- "requestData": [
550
- {
551
- "code": "ServiceName",
552
- "description": "",
553
- "optional": false,
554
- "type": "string",
555
- "gnType": "String",
556
- "conditions": {
557
- "mustNonNull": true,
558
- "minLength": 6,
559
- "maxLength": 32
560
- }
561
- },
562
- {
563
- "code": "ServiceData",
564
- "description": "",
565
- "optional": false,
566
- "type": "GNHashtable",
567
- "gnType": "GNHashtable",
568
- "conditions": {
569
- "mustNonNull": true
570
- }
571
- },
572
- {
573
- "code": "CreatePlayerIfNotExists",
574
- "description": "",
575
- "optional": true,
576
- "type": "boolean",
577
- "gnType": "Boolean",
578
- "defaultValue": "false",
579
- "conditions": {}
580
- },
581
- {
582
- "code": "InfoRequestParam",
583
- "description": "",
584
- "optional": false,
585
- "type": "InfoRequestParam",
586
- "gnType": "GNHashtable",
587
- "conditions": {
588
- "mustNonNull": true
589
- }
590
- }
591
- ]
592
- }
593
- ],
594
- "responseData": [
595
- {
596
- "code": "ErrorCode",
597
- "value": [
598
- "VerifyFailed",
599
- "AccountNotFound",
600
- "Ok"
601
- ]
602
- },
603
- {
604
- "code": "ErrorMessage"
605
- },
606
- {
607
- "code": "NewlyCreated"
608
- },
609
- {
610
- "code": "UserId"
611
- },
612
- {
613
- "code": "InfoResponseParameters"
614
- }
615
- ],
616
- "description": ""
617
- },
618
- {
619
- "operationCode": "LoginByGooglePlayGameService",
620
- "details": [
621
- {
622
- "role": "Client",
623
- "requestData": [
624
- {
625
- "code": "Token",
626
- "description": "",
627
- "optional": false,
628
- "type": "string",
629
- "gnType": "String",
630
- "conditions": {
631
- "mustNonNull": true,
632
- "minLength": 32,
633
- "maxLength": 2048
634
- }
635
- },
636
- {
637
- "code": "CreatePlayerIfNotExists",
638
- "description": "",
639
- "optional": true,
640
- "type": "boolean",
641
- "gnType": "Boolean",
642
- "defaultValue": "false",
643
- "conditions": {}
644
- },
645
- {
646
- "code": "InfoRequestParam",
647
- "description": "",
648
- "optional": false,
649
- "type": "InfoRequestParam",
650
- "gnType": "GNHashtable",
651
- "conditions": {
652
- "mustNonNull": true
653
- }
654
- }
655
- ]
656
- }
657
- ],
658
- "responseData": [
659
- {
660
- "code": "ErrorCode",
661
- "value": [
662
- "VerifyTokenError",
663
- "AccountNotFound",
664
- "Ok"
665
- ]
666
- },
667
- {
668
- "code": "NewlyCreated"
669
- },
670
- {
671
- "code": "UserId"
672
- },
673
- {
674
- "code": "InfoResponseParameters"
675
- }
676
- ],
677
- "description": ""
678
- },
679
- {
680
- "operationCode": "LoginByGoogle",
681
- "details": [
682
- {
683
- "role": "Client",
684
- "requestData": [
685
- {
686
- "code": "Token",
687
- "description": "",
688
- "optional": false,
689
- "type": "string",
690
- "gnType": "String",
691
- "conditions": {
692
- "mustNonNull": true,
693
- "minLength": 32,
694
- "maxLength": 2048
695
- }
696
- },
697
- {
698
- "code": "Type",
699
- "description": "",
700
- "optional": false,
701
- "type": "number",
702
- "gnType": "Number",
703
- "conditions": {
704
- "mustInt": true,
705
- "minValue": 1,
706
- "maxValue": 2
707
- }
708
- },
709
- {
710
- "code": "CreatePlayerIfNotExists",
711
- "description": "",
712
- "optional": true,
713
- "type": "boolean",
714
- "gnType": "Boolean",
715
- "defaultValue": "false",
716
- "conditions": {}
717
- },
718
- {
719
- "code": "InfoRequestParam",
720
- "description": "",
721
- "optional": false,
722
- "type": "InfoRequestParam",
723
- "gnType": "GNHashtable",
724
- "conditions": {
725
- "mustNonNull": true
726
- }
727
- }
728
- ]
729
- }
730
- ],
731
- "responseData": [
732
- {
733
- "code": "ErrorCode",
734
- "value": [
735
- "VerifyTokenError",
736
- "AccountNotFound",
737
- "Ok"
738
- ]
739
- },
740
- {
741
- "code": "NewlyCreated"
742
- },
743
- {
744
- "code": "UserId"
745
- },
746
- {
747
- "code": "InfoResponseParameters"
748
- }
749
- ],
750
- "description": ""
751
- },
752
- {
753
- "operationCode": "LoginByiOSDeviceId",
754
- "details": [
755
- {
756
- "role": "Client",
757
- "requestData": [
758
- {
759
- "code": "iOSDeviceId",
760
- "description": "",
761
- "optional": false,
762
- "type": "string",
763
- "gnType": "String",
764
- "conditions": {
765
- "mustNonNull": true,
766
- "minLength": 6,
767
- "maxLength": 64
768
- }
769
- },
770
- {
771
- "code": "CreatePlayerIfNotExists",
772
- "description": "",
773
- "optional": true,
774
- "type": "boolean",
775
- "gnType": "Boolean",
776
- "defaultValue": "false",
777
- "conditions": {}
778
- },
779
- {
780
- "code": "InfoRequestParam",
781
- "description": "",
782
- "optional": false,
783
- "type": "InfoRequestParam",
784
- "gnType": "GNHashtable",
785
- "conditions": {
786
- "mustNonNull": true
787
- }
788
- }
789
- ]
790
- }
791
- ],
792
- "responseData": [
793
- {
794
- "code": "ErrorCode",
795
- "value": [
796
- "AccountNotFound",
797
- "Ok"
798
- ]
799
- },
800
- {
801
- "code": "NewlyCreated"
802
- },
803
- {
804
- "code": "UserId"
805
- },
806
- {
807
- "code": "InfoResponseParameters"
808
- }
809
- ],
810
- "description": ""
811
- },
812
- {
813
- "operationCode": "LoginByLinuxDeviceId",
814
- "details": [
815
- {
816
- "role": "Client",
817
- "requestData": [
818
- {
819
- "code": "LinuxDeviceId",
820
- "description": "",
821
- "optional": false,
822
- "type": "string",
823
- "gnType": "String",
824
- "conditions": {
825
- "mustNonNull": true,
826
- "minLength": 6,
827
- "maxLength": 64
828
- }
829
- },
830
- {
831
- "code": "CreatePlayerIfNotExists",
832
- "description": "",
833
- "optional": true,
834
- "type": "boolean",
835
- "gnType": "Boolean",
836
- "defaultValue": "false",
837
- "conditions": {}
838
- },
839
- {
840
- "code": "InfoRequestParam",
841
- "description": "",
842
- "optional": false,
843
- "type": "InfoRequestParam",
844
- "gnType": "GNHashtable",
845
- "conditions": {
846
- "mustNonNull": true
847
- }
848
- }
849
- ]
850
- }
851
- ],
852
- "responseData": [
853
- {
854
- "code": "ErrorCode",
855
- "value": [
856
- "AccountNotFound",
857
- "Ok"
858
- ]
859
- },
860
- {
861
- "code": "NewlyCreated"
862
- },
863
- {
864
- "code": "UserId"
865
- },
866
- {
867
- "code": "InfoResponseParameters"
868
- }
869
- ],
870
- "description": ""
871
- },
872
- {
873
- "operationCode": "LoginByMacOSDeviceId",
874
- "details": [
875
- {
876
- "role": "Client",
877
- "requestData": [
878
- {
879
- "code": "MacOSDeviceId",
880
- "description": "",
881
- "optional": false,
882
- "type": "string",
883
- "gnType": "String",
884
- "conditions": {
885
- "mustNonNull": true,
886
- "minLength": 6,
887
- "maxLength": 64
888
- }
889
- },
890
- {
891
- "code": "CreatePlayerIfNotExists",
892
- "description": "",
893
- "optional": true,
894
- "type": "boolean",
895
- "gnType": "Boolean",
896
- "defaultValue": "false",
897
- "conditions": {}
898
- },
899
- {
900
- "code": "InfoRequestParam",
901
- "description": "",
902
- "optional": false,
903
- "type": "InfoRequestParam",
904
- "gnType": "GNHashtable",
905
- "conditions": {
906
- "mustNonNull": true
907
- }
908
- }
909
- ]
910
- }
911
- ],
912
- "responseData": [
913
- {
914
- "code": "ErrorCode",
915
- "value": [
916
- "AccountNotFound",
917
- "Ok"
918
- ]
919
- },
920
- {
921
- "code": "NewlyCreated"
922
- },
923
- {
924
- "code": "UserId"
925
- },
926
- {
927
- "code": "InfoResponseParameters"
928
- }
929
- ],
930
- "description": ""
931
- },
932
- {
933
- "operationCode": "LoginByWindowsDeviceId",
934
- "details": [
935
- {
936
- "role": "Client",
937
- "requestData": [
938
- {
939
- "code": "WindowsDeviceId",
940
- "description": "",
941
- "optional": false,
942
- "type": "string",
943
- "gnType": "String",
944
- "conditions": {
945
- "mustNonNull": true,
946
- "minLength": 6,
947
- "maxLength": 64
948
- }
949
- },
950
- {
951
- "code": "CreatePlayerIfNotExists",
952
- "description": "",
953
- "optional": true,
954
- "type": "boolean",
955
- "gnType": "Boolean",
956
- "defaultValue": "false",
957
- "conditions": {}
958
- },
959
- {
960
- "code": "InfoRequestParam",
961
- "description": "",
962
- "optional": false,
963
- "type": "InfoRequestParam",
964
- "gnType": "GNHashtable",
965
- "conditions": {
966
- "mustNonNull": true
967
- }
968
- }
969
- ]
970
- }
971
- ],
972
- "responseData": [
973
- {
974
- "code": "ErrorCode",
975
- "value": [
976
- "AccountNotFound",
977
- "Ok"
978
- ]
979
- },
980
- {
981
- "code": "NewlyCreated"
982
- },
983
- {
984
- "code": "UserId"
985
- },
986
- {
987
- "code": "InfoResponseParameters"
988
- }
989
- ],
990
- "description": ""
991
- },
992
- {
993
- "operationCode": "LoginByWindowsPhoneDeviceId",
994
- "details": [
995
- {
996
- "role": "Client",
997
- "requestData": [
998
- {
999
- "code": "WindowsPhoneDeviceId",
1000
- "description": "",
1001
- "optional": false,
1002
- "type": "string",
1003
- "gnType": "String",
1004
- "conditions": {
1005
- "mustNonNull": true,
1006
- "minLength": 6,
1007
- "maxLength": 64
1008
- }
1009
- },
1010
- {
1011
- "code": "CreatePlayerIfNotExists",
1012
- "description": "",
1013
- "optional": true,
1014
- "type": "boolean",
1015
- "gnType": "Boolean",
1016
- "defaultValue": "false",
1017
- "conditions": {}
1018
- },
1019
- {
1020
- "code": "InfoRequestParam",
1021
- "description": "",
1022
- "optional": false,
1023
- "type": "InfoRequestParam",
1024
- "gnType": "GNHashtable",
1025
- "conditions": {
1026
- "mustNonNull": true
1027
- }
1028
- }
1029
- ]
1030
- }
1031
- ],
1032
- "responseData": [
1033
- {
1034
- "code": "ErrorCode",
1035
- "value": [
1036
- "AccountNotFound",
1037
- "Ok"
1038
- ]
1039
- },
1040
- {
1041
- "code": "NewlyCreated"
1042
- },
1043
- {
1044
- "code": "UserId"
1045
- },
1046
- {
1047
- "code": "InfoResponseParameters"
1048
- }
1049
- ],
1050
- "description": ""
1051
- },
1052
- {
1053
- "operationCode": "RefreshAuthToken",
1054
- "details": [],
1055
- "responseData": [
1056
- {
1057
- "code": "ErrorCode",
1058
- "value": [
1059
- "AccountNotFound",
1060
- "PlayerBan",
1061
- "Ok"
1062
- ]
1063
- },
1064
- {
1065
- "code": "PlayerBan"
1066
- },
1067
- {
1068
- "code": "AuthToken"
1069
- }
1070
- ],
1071
- "description": ""
1072
- },
1073
- {
1074
- "operationCode": "RegisterAccount",
1075
- "details": [
1076
- {
1077
- "role": "Client",
1078
- "requestData": [
1079
- {
1080
- "code": "Username",
1081
- "description": "",
1082
- "optional": false,
1083
- "type": "string",
1084
- "gnType": "String",
1085
- "conditions": {
1086
- "mustNonNull": true,
1087
- "minLength": 6,
1088
- "maxLength": 32
1089
- }
1090
- },
1091
- {
1092
- "code": "Password",
1093
- "description": "",
1094
- "optional": false,
1095
- "type": "string",
1096
- "gnType": "String",
1097
- "conditions": {
1098
- "mustNonNull": true,
1099
- "minLength": 6,
1100
- "maxLength": 64
1101
- }
1102
- },
1103
- {
1104
- "code": "InfoRequestParam",
1105
- "description": "",
1106
- "optional": false,
1107
- "type": "InfoRequestParam",
1108
- "gnType": "GNHashtable",
1109
- "conditions": {
1110
- "mustNonNull": true
1111
- }
1112
- }
1113
- ]
1114
- }
1115
- ],
1116
- "responseData": [
1117
- {
1118
- "code": "ErrorCode",
1119
- "value": [
1120
- "AccountUsernameExists",
1121
- "Ok"
1122
- ]
1123
- },
1124
- {
1125
- "code": "UserId"
1126
- },
1127
- {
1128
- "code": "InfoResponseParameters"
1129
- },
1130
- {
1131
- "code": "NewlyCreated"
1132
- }
1133
- ],
1134
- "description": ""
1135
- }
1136
- ],
1137
- "models": [
1138
- {
1139
- "name": "InfoRequestParam",
1140
- "details": [
1141
- {
1142
- "code": "External",
1143
- "description": "",
1144
- "optional": true,
1145
- "type": "boolean",
1146
- "gnType": "Boolean",
1147
- "defaultValue": "false",
1148
- "conditions": {}
1149
- },
1150
- {
1151
- "code": "Segments",
1152
- "description": "",
1153
- "optional": true,
1154
- "type": "boolean",
1155
- "gnType": "Boolean",
1156
- "defaultValue": "false",
1157
- "conditions": {}
1158
- },
1159
- {
1160
- "code": "CustomDatas",
1161
- "description": "",
1162
- "optional": true,
1163
- "type": "boolean",
1164
- "gnType": "Boolean",
1165
- "defaultValue": "false",
1166
- "conditions": {}
1167
- },
1168
- {
1169
- "code": "DisplayName",
1170
- "description": "",
1171
- "optional": true,
1172
- "type": "boolean",
1173
- "gnType": "Boolean",
1174
- "defaultValue": "false",
1175
- "conditions": {}
1176
- },
1177
- {
1178
- "code": "Avatar",
1179
- "description": "",
1180
- "optional": true,
1181
- "type": "boolean",
1182
- "gnType": "Boolean",
1183
- "defaultValue": "false",
1184
- "conditions": {}
1185
- },
1186
- {
1187
- "code": "TsCreate",
1188
- "description": "",
1189
- "optional": true,
1190
- "type": "boolean",
1191
- "gnType": "Boolean",
1192
- "defaultValue": "false",
1193
- "conditions": {}
1194
- },
1195
- {
1196
- "code": "Tags",
1197
- "description": "",
1198
- "optional": true,
1199
- "type": "boolean",
1200
- "gnType": "Boolean",
1201
- "defaultValue": "false",
1202
- "conditions": {}
1203
- },
1204
- {
1205
- "code": "PlayerBan",
1206
- "description": "",
1207
- "optional": true,
1208
- "type": "boolean",
1209
- "gnType": "Boolean",
1210
- "defaultValue": "false",
1211
- "conditions": {}
1212
- },
1213
- {
1214
- "code": "PlayerCurrencies",
1215
- "description": "",
1216
- "optional": true,
1217
- "type": "boolean",
1218
- "gnType": "Boolean",
1219
- "defaultValue": "false",
1220
- "conditions": {}
1221
- },
1222
- {
1223
- "code": "PlayerStatistics",
1224
- "description": "",
1225
- "optional": true,
1226
- "type": "boolean",
1227
- "gnType": "Boolean",
1228
- "defaultValue": "false",
1229
- "conditions": {}
1230
- },
1231
- {
1232
- "code": "PlayerDatas",
1233
- "description": "",
1234
- "optional": true,
1235
- "type": "boolean",
1236
- "gnType": "Boolean",
1237
- "defaultValue": "false",
1238
- "conditions": {}
1239
- },
1240
- {
1241
- "code": "IpAddressCreate",
1242
- "description": "",
1243
- "optional": true,
1244
- "type": "boolean",
1245
- "gnType": "Boolean",
1246
- "defaultValue": "false",
1247
- "conditions": {}
1248
- },
1249
- {
1250
- "code": "CountryCode",
1251
- "description": "",
1252
- "optional": true,
1253
- "type": "boolean",
1254
- "gnType": "Boolean",
1255
- "defaultValue": "false",
1256
- "conditions": {}
1257
- },
1258
- {
1259
- "code": "Email",
1260
- "description": "",
1261
- "optional": true,
1262
- "type": "boolean",
1263
- "gnType": "Boolean",
1264
- "defaultValue": "false",
1265
- "conditions": {}
1266
- },
1267
- {
1268
- "code": "TsLastLogin",
1269
- "description": "",
1270
- "optional": true,
1271
- "type": "boolean",
1272
- "gnType": "Boolean",
1273
- "defaultValue": "false",
1274
- "conditions": {}
1275
- },
1276
- {
1277
- "code": "PushNotifications",
1278
- "description": "",
1279
- "optional": true,
1280
- "type": "boolean",
1281
- "gnType": "Boolean",
1282
- "defaultValue": "false",
1283
- "conditions": {}
1284
- },
1285
- {
1286
- "code": "PlayerDataKeys",
1287
- "description": "",
1288
- "optional": true,
1289
- "type": "string",
1290
- "gnType": "GNArray",
1291
- "conditions": {}
1292
- },
1293
- {
1294
- "code": "PlayerCurrencyKeys",
1295
- "description": "",
1296
- "optional": true,
1297
- "type": "string",
1298
- "gnType": "GNArray",
1299
- "conditions": {}
1300
- },
1301
- {
1302
- "code": "PlayerStatisticsKeys",
1303
- "description": "",
1304
- "optional": true,
1305
- "type": "string",
1306
- "gnType": "GNArray",
1307
- "conditions": {}
1308
- },
1309
- {
1310
- "code": "CustomDataKeys",
1311
- "description": "",
1312
- "optional": true,
1313
- "type": "string",
1314
- "gnType": "GNArray",
1315
- "conditions": {}
1316
- },
1317
- {
1318
- "code": "TagKeys",
1319
- "description": "",
1320
- "optional": true,
1321
- "type": "string",
1322
- "gnType": "GNArray",
1323
- "conditions": {}
1324
- }
1325
- ],
1326
- "description": ""
1327
- },
1328
- {
1329
- "name": "AuthenticateResponseData",
1330
- "details": [
1331
- {
1332
- "code": "NewlyCreated",
1333
- "description": "",
1334
- "optional": true,
1335
- "type": "boolean",
1336
- "gnType": "Boolean",
1337
- "conditions": {}
1338
- },
1339
- {
1340
- "code": "AuthToken",
1341
- "description": "",
1342
- "optional": true,
1343
- "type": "string",
1344
- "gnType": "String",
1345
- "conditions": {}
1346
- },
1347
- {
1348
- "code": "PlayerBan",
1349
- "description": "",
1350
- "optional": true,
1351
- "type": "GenericModels.BanItem",
1352
- "gnType": "GNHashtable",
1353
- "conditions": {}
1354
- },
1355
- {
1356
- "code": "UserId",
1357
- "description": "",
1358
- "optional": false,
1359
- "type": "string",
1360
- "gnType": "String",
1361
- "conditions": {}
1362
- },
1363
- {
1364
- "code": "InfoResponseParameters",
1365
- "description": "",
1366
- "optional": false,
1367
- "type": "InfoResponseParameters",
1368
- "gnType": "GNHashtable",
1369
- "conditions": {}
1370
- }
1371
- ],
1372
- "extends": null,
1373
- "description": ""
1374
- },
1375
- {
1376
- "name": "GenericServiceAuthenticateResponseData",
1377
- "details": [
1378
- {
1379
- "code": "ErrorMessage",
1380
- "description": "",
1381
- "optional": true,
1382
- "type": "string",
1383
- "gnType": "String",
1384
- "conditions": {}
1385
- },
1386
- {
1387
- "code": "NewlyCreated",
1388
- "description": "",
1389
- "optional": true,
1390
- "type": "boolean",
1391
- "gnType": "Boolean",
1392
- "conditions": {}
1393
- },
1394
- {
1395
- "code": "AuthToken",
1396
- "description": "",
1397
- "optional": true,
1398
- "type": "string",
1399
- "gnType": "String",
1400
- "conditions": {}
1401
- },
1402
- {
1403
- "code": "PlayerBan",
1404
- "description": "",
1405
- "optional": true,
1406
- "type": "GenericModels.BanItem",
1407
- "gnType": "GNHashtable",
1408
- "conditions": {}
1409
- },
1410
- {
1411
- "code": "UserId",
1412
- "description": "",
1413
- "optional": false,
1414
- "type": "string",
1415
- "gnType": "String",
1416
- "conditions": {}
1417
- },
1418
- {
1419
- "code": "InfoResponseParameters",
1420
- "description": "",
1421
- "optional": false,
1422
- "type": "InfoResponseParameters",
1423
- "gnType": "GNHashtable",
1424
- "conditions": {}
1425
- }
1426
- ],
1427
- "extends": null,
1428
- "description": ""
1429
- },
1430
- {
1431
- "name": "RefreshAuthTokenResponseData",
1432
- "details": [
1433
- {
1434
- "code": "AuthToken",
1435
- "description": "",
1436
- "optional": true,
1437
- "type": "string",
1438
- "gnType": "String",
1439
- "conditions": {}
1440
- },
1441
- {
1442
- "code": "PlayerBan",
1443
- "description": "",
1444
- "optional": true,
1445
- "type": "GenericModels.BanItem",
1446
- "gnType": "GNHashtable",
1447
- "conditions": {}
1448
- }
1449
- ],
1450
- "extends": null,
1451
- "description": ""
1452
- },
1453
- {
1454
- "name": "EmptyResponseData",
1455
- "details": [],
1456
- "extends": null,
1457
- "description": ""
1458
- }
1459
- ]
1460
- }