@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,705 +0,0 @@
1
- {
2
- "path": "GroupModels",
3
- "models": [
4
- {
5
- "name": "InfoRequestParam",
6
- "details": [
7
- {
8
- "code": "CatalogId",
9
- "description": "",
10
- "optional": true,
11
- "type": "boolean",
12
- "gnType": "Boolean",
13
- "defaultValue": "false",
14
- "conditions": {}
15
- },
16
- {
17
- "code": "Members",
18
- "description": "",
19
- "optional": true,
20
- "type": "boolean",
21
- "gnType": "Boolean",
22
- "defaultValue": "false",
23
- "conditions": {}
24
- },
25
- {
26
- "code": "RemoveStatus",
27
- "description": "",
28
- "optional": true,
29
- "type": "boolean",
30
- "gnType": "Boolean",
31
- "defaultValue": "false",
32
- "conditions": {}
33
- },
34
- {
35
- "code": "Segments",
36
- "description": "",
37
- "optional": true,
38
- "type": "boolean",
39
- "gnType": "Boolean",
40
- "defaultValue": "false",
41
- "conditions": {}
42
- },
43
- {
44
- "code": "CustomDatas",
45
- "description": "",
46
- "optional": true,
47
- "type": "boolean",
48
- "gnType": "Boolean",
49
- "defaultValue": "false",
50
- "conditions": {}
51
- },
52
- {
53
- "code": "DisplayName",
54
- "description": "",
55
- "optional": true,
56
- "type": "boolean",
57
- "gnType": "Boolean",
58
- "defaultValue": "false",
59
- "conditions": {}
60
- },
61
- {
62
- "code": "Avatar",
63
- "description": "",
64
- "optional": true,
65
- "type": "boolean",
66
- "gnType": "Boolean",
67
- "defaultValue": "false",
68
- "conditions": {}
69
- },
70
- {
71
- "code": "TsCreate",
72
- "description": "",
73
- "optional": true,
74
- "type": "boolean",
75
- "gnType": "Boolean",
76
- "defaultValue": "false",
77
- "conditions": {}
78
- },
79
- {
80
- "code": "Tags",
81
- "description": "",
82
- "optional": true,
83
- "type": "boolean",
84
- "gnType": "Boolean",
85
- "defaultValue": "false",
86
- "conditions": {}
87
- },
88
- {
89
- "code": "GroupCurrencies",
90
- "description": "",
91
- "optional": true,
92
- "type": "boolean",
93
- "gnType": "Boolean",
94
- "defaultValue": "false",
95
- "conditions": {}
96
- },
97
- {
98
- "code": "GroupStatistics",
99
- "description": "",
100
- "optional": true,
101
- "type": "boolean",
102
- "gnType": "Boolean",
103
- "defaultValue": "false",
104
- "conditions": {}
105
- },
106
- {
107
- "code": "GroupDatas",
108
- "description": "",
109
- "optional": true,
110
- "type": "boolean",
111
- "gnType": "Boolean",
112
- "defaultValue": "false",
113
- "conditions": {}
114
- },
115
- {
116
- "code": "GroupInventories",
117
- "description": "",
118
- "optional": true,
119
- "type": "boolean",
120
- "gnType": "Boolean",
121
- "defaultValue": "false",
122
- "conditions": {}
123
- },
124
- {
125
- "code": "GroupDataKeys",
126
- "description": "",
127
- "optional": true,
128
- "type": "string",
129
- "gnType": "GNArray",
130
- "conditions": {}
131
- },
132
- {
133
- "code": "GroupCurrencyKeys",
134
- "description": "",
135
- "optional": true,
136
- "type": "string",
137
- "gnType": "GNArray",
138
- "conditions": {}
139
- },
140
- {
141
- "code": "GroupStatisticsKeys",
142
- "description": "",
143
- "optional": true,
144
- "type": "string",
145
- "gnType": "GNArray",
146
- "conditions": {}
147
- },
148
- {
149
- "code": "CustomDataKeys",
150
- "description": "",
151
- "optional": true,
152
- "type": "string",
153
- "gnType": "GNArray",
154
- "conditions": {}
155
- },
156
- {
157
- "code": "TagKeys",
158
- "description": "",
159
- "optional": true,
160
- "type": "string",
161
- "gnType": "GNArray",
162
- "conditions": {}
163
- },
164
- {
165
- "code": "ItemCatalogIds",
166
- "description": "",
167
- "optional": true,
168
- "type": "string",
169
- "gnType": "GNArray",
170
- "conditions": {}
171
- }
172
- ],
173
- "extends": null,
174
- "description": ""
175
- },
176
- {
177
- "name": "CustomDataParam",
178
- "details": [
179
- {
180
- "code": "Key",
181
- "description": "",
182
- "optional": false,
183
- "type": "string",
184
- "gnType": "String",
185
- "conditions": {
186
- "mustNonNull": true,
187
- "minLength": 2,
188
- "maxLength": 32
189
- }
190
- },
191
- {
192
- "code": "Value",
193
- "description": "",
194
- "optional": false,
195
- "type": "any",
196
- "gnType": "DataMember",
197
- "conditions": {}
198
- }
199
- ],
200
- "extends": null,
201
- "description": ""
202
- },
203
- {
204
- "name": "GroupCurrencyParam",
205
- "details": [
206
- {
207
- "code": "Key",
208
- "description": "",
209
- "optional": false,
210
- "type": "string",
211
- "gnType": "String",
212
- "conditions": {
213
- "mustNonNull": true,
214
- "minLength": 2,
215
- "maxLength": 32
216
- }
217
- },
218
- {
219
- "code": "Amount",
220
- "description": "",
221
- "optional": false,
222
- "type": "number",
223
- "gnType": "Number",
224
- "conditions": {}
225
- }
226
- ],
227
- "extends": null,
228
- "description": ""
229
- },
230
- {
231
- "name": "GroupDataParam",
232
- "details": [
233
- {
234
- "code": "Key",
235
- "description": "",
236
- "optional": false,
237
- "type": "string",
238
- "gnType": "String",
239
- "conditions": {
240
- "mustNonNull": true,
241
- "minLength": 2,
242
- "maxLength": 32
243
- }
244
- },
245
- {
246
- "code": "Value",
247
- "description": "",
248
- "optional": false,
249
- "type": "any",
250
- "gnType": "DataMember",
251
- "conditions": {}
252
- }
253
- ],
254
- "extends": null,
255
- "description": ""
256
- },
257
- {
258
- "name": "GroupMemberParam",
259
- "details": [
260
- {
261
- "code": "UserId",
262
- "description": "",
263
- "optional": false,
264
- "type": "string",
265
- "gnType": "String",
266
- "conditions": {
267
- "mustNonNull": true,
268
- "minLength": 10,
269
- "maxLength": 11
270
- }
271
- }
272
- ],
273
- "extends": null,
274
- "description": ""
275
- },
276
- {
277
- "name": "GroupStatisticsParam",
278
- "details": [
279
- {
280
- "code": "Key",
281
- "description": "",
282
- "optional": false,
283
- "type": "string",
284
- "gnType": "String",
285
- "conditions": {
286
- "mustNonNull": true,
287
- "minLength": 2,
288
- "maxLength": 32
289
- }
290
- },
291
- {
292
- "code": "Value",
293
- "description": "",
294
- "optional": false,
295
- "type": "number",
296
- "gnType": "Number",
297
- "conditions": {}
298
- }
299
- ],
300
- "extends": null,
301
- "description": ""
302
- },
303
- {
304
- "name": "InfoResponseParameters",
305
- "details": [
306
- {
307
- "code": "CatalogId",
308
- "description": "",
309
- "optional": true,
310
- "type": "string",
311
- "gnType": "String",
312
- "conditions": {}
313
- },
314
- {
315
- "code": "Members",
316
- "description": "",
317
- "optional": true,
318
- "type": "GenericModels.MemberItem",
319
- "gnType": "GNArray",
320
- "conditions": {}
321
- },
322
- {
323
- "code": "RemoveStatus",
324
- "description": "",
325
- "optional": true,
326
- "type": "GenericModels.RemoveStatusItem",
327
- "gnType": "GNHashtable",
328
- "conditions": {}
329
- },
330
- {
331
- "code": "Segments",
332
- "description": "",
333
- "optional": true,
334
- "type": "string",
335
- "gnType": "GNArray",
336
- "conditions": {}
337
- },
338
- {
339
- "code": "CustomDatas",
340
- "description": "",
341
- "optional": true,
342
- "type": "GenericModels.DataItem",
343
- "gnType": "GNArray",
344
- "conditions": {}
345
- },
346
- {
347
- "code": "DisplayName",
348
- "description": "",
349
- "optional": true,
350
- "type": "string",
351
- "gnType": "String",
352
- "conditions": {}
353
- },
354
- {
355
- "code": "Avatar",
356
- "description": "",
357
- "optional": true,
358
- "type": "GenericModels.AvatarItem",
359
- "gnType": "GNHashtable",
360
- "conditions": {}
361
- },
362
- {
363
- "code": "TsCreate",
364
- "description": "",
365
- "optional": true,
366
- "type": "number",
367
- "gnType": "Number",
368
- "conditions": {}
369
- },
370
- {
371
- "code": "Tags",
372
- "description": "",
373
- "optional": true,
374
- "type": "GenericModels.TagItem",
375
- "gnType": "GNArray",
376
- "conditions": {}
377
- },
378
- {
379
- "code": "GroupDatas",
380
- "description": "",
381
- "optional": true,
382
- "type": "GenericModels.DataItem",
383
- "gnType": "GNArray",
384
- "conditions": {}
385
- },
386
- {
387
- "code": "GroupCurrencies",
388
- "description": "",
389
- "optional": true,
390
- "type": "GenericModels.CurrencyItem",
391
- "gnType": "GNArray",
392
- "conditions": {}
393
- },
394
- {
395
- "code": "GroupStatistics",
396
- "description": "",
397
- "optional": true,
398
- "type": "GenericModels.StatisticsItem",
399
- "gnType": "GNArray",
400
- "conditions": {}
401
- },
402
- {
403
- "code": "GroupInventories",
404
- "description": "",
405
- "optional": true,
406
- "type": "GenericModels.InventoryItem",
407
- "gnType": "GNArray",
408
- "conditions": {}
409
- }
410
- ],
411
- "extends": null,
412
- "description": ""
413
- },
414
- {
415
- "name": "GroupResponseData",
416
- "details": [
417
- {
418
- "code": "InfoResponseParameters",
419
- "description": "",
420
- "optional": false,
421
- "type": "InfoResponseParameters",
422
- "gnType": "GNHashtable",
423
- "conditions": {}
424
- }
425
- ],
426
- "extends": null,
427
- "description": ""
428
- },
429
- {
430
- "name": "GroupWithGroupIdResponseData",
431
- "details": [
432
- {
433
- "code": "GroupId",
434
- "description": "",
435
- "optional": false,
436
- "type": "string",
437
- "gnType": "String",
438
- "conditions": {}
439
- }
440
- ],
441
- "extends": "GroupResponseData",
442
- "description": ""
443
- },
444
- {
445
- "name": "GroupLeaderboardResponseData",
446
- "details": [
447
- {
448
- "code": "Position",
449
- "description": "",
450
- "optional": false,
451
- "type": "number",
452
- "gnType": "Number",
453
- "conditions": {}
454
- },
455
- {
456
- "code": "BackupValue",
457
- "description": "",
458
- "optional": true,
459
- "type": "number",
460
- "gnType": "Number",
461
- "conditions": {}
462
- }
463
- ],
464
- "extends": "GroupWithGroupIdResponseData",
465
- "description": ""
466
- },
467
- {
468
- "name": "GroupLogResponseData",
469
- "details": [
470
- {
471
- "code": "GroupId",
472
- "description": "",
473
- "optional": false,
474
- "type": "string",
475
- "gnType": "String",
476
- "conditions": {}
477
- },
478
- {
479
- "code": "TsCreate",
480
- "description": "",
481
- "optional": false,
482
- "type": "number",
483
- "gnType": "Number",
484
- "conditions": {}
485
- },
486
- {
487
- "code": "Log",
488
- "description": "",
489
- "optional": false,
490
- "type": "string",
491
- "gnType": "String",
492
- "conditions": {}
493
- },
494
- {
495
- "code": "Key",
496
- "description": "",
497
- "optional": false,
498
- "type": "string",
499
- "gnType": "String",
500
- "conditions": {}
501
- },
502
- {
503
- "code": "Amount",
504
- "description": "",
505
- "optional": false,
506
- "type": "number",
507
- "gnType": "Number",
508
- "conditions": {}
509
- },
510
- {
511
- "code": "StartValue",
512
- "description": "",
513
- "optional": false,
514
- "type": "number",
515
- "gnType": "Number",
516
- "conditions": {}
517
- },
518
- {
519
- "code": "FinalValue",
520
- "description": "",
521
- "optional": false,
522
- "type": "number",
523
- "gnType": "Number",
524
- "conditions": {}
525
- }
526
- ],
527
- "extends": null,
528
- "description": ""
529
- },
530
- {
531
- "name": "GetStatisticsLeaderboardResponseData",
532
- "details": [
533
- {
534
- "code": "Results",
535
- "description": "",
536
- "optional": false,
537
- "type": "GroupLeaderboardResponseData",
538
- "gnType": "GNArray",
539
- "conditions": {}
540
- },
541
- {
542
- "code": "TsCreate",
543
- "description": "",
544
- "optional": true,
545
- "type": "number",
546
- "gnType": "Number",
547
- "conditions": {}
548
- }
549
- ],
550
- "extends": null,
551
- "description": ""
552
- },
553
- {
554
- "name": "GroupsWithGroupIdResponseData",
555
- "details": [
556
- {
557
- "code": "Results",
558
- "description": "",
559
- "optional": false,
560
- "type": "GroupWithGroupIdResponseData",
561
- "gnType": "GNArray",
562
- "conditions": {}
563
- }
564
- ],
565
- "extends": null,
566
- "description": ""
567
- },
568
- {
569
- "name": "GroupMessageResponseData",
570
- "details": [
571
- {
572
- "code": "Message",
573
- "description": "",
574
- "optional": false,
575
- "type": "string",
576
- "gnType": "String",
577
- "conditions": {}
578
- },
579
- {
580
- "code": "SenderId",
581
- "description": "",
582
- "optional": false,
583
- "type": "string",
584
- "gnType": "String",
585
- "conditions": {}
586
- },
587
- {
588
- "code": "SenderType",
589
- "description": "",
590
- "optional": false,
591
- "type": "number",
592
- "gnType": "Number",
593
- "conditions": {}
594
- },
595
- {
596
- "code": "TsCreate",
597
- "description": "",
598
- "optional": false,
599
- "type": "number",
600
- "gnType": "Number",
601
- "conditions": {}
602
- }
603
- ],
604
- "extends": null,
605
- "description": ""
606
- },
607
- {
608
- "name": "GroupMessagesResponseData",
609
- "details": [
610
- {
611
- "code": "GroupMessages",
612
- "description": "",
613
- "optional": false,
614
- "type": "GroupMessageResponseData",
615
- "gnType": "GNArray",
616
- "conditions": {}
617
- }
618
- ],
619
- "extends": null,
620
- "description": ""
621
- },
622
- {
623
- "name": "GetCurrencyLeaderboardResponseData",
624
- "details": [
625
- {
626
- "code": "Results",
627
- "description": "",
628
- "optional": false,
629
- "type": "GroupLeaderboardResponseData",
630
- "gnType": "GNArray",
631
- "conditions": {}
632
- }
633
- ],
634
- "extends": null,
635
- "description": ""
636
- },
637
- {
638
- "name": "GetCreateLeaderboardResponseData",
639
- "details": [
640
- {
641
- "code": "Results",
642
- "description": "",
643
- "optional": false,
644
- "type": "GroupLeaderboardResponseData",
645
- "gnType": "GNArray",
646
- "conditions": {}
647
- }
648
- ],
649
- "extends": null,
650
- "description": ""
651
- },
652
- {
653
- "name": "GetStatisticsLogResponseData",
654
- "details": [
655
- {
656
- "code": "Results",
657
- "description": "",
658
- "optional": false,
659
- "type": "GroupLogResponseData",
660
- "gnType": "GNArray",
661
- "conditions": {}
662
- },
663
- {
664
- "code": "Token",
665
- "description": "",
666
- "optional": true,
667
- "type": "string",
668
- "gnType": "String",
669
- "conditions": {}
670
- }
671
- ],
672
- "extends": null,
673
- "description": ""
674
- },
675
- {
676
- "name": "GetCurrencyLogResponseData",
677
- "details": [
678
- {
679
- "code": "Results",
680
- "description": "",
681
- "optional": false,
682
- "type": "GroupLogResponseData",
683
- "gnType": "GNArray",
684
- "conditions": {}
685
- },
686
- {
687
- "code": "Token",
688
- "description": "",
689
- "optional": true,
690
- "type": "string",
691
- "gnType": "String",
692
- "conditions": {}
693
- }
694
- ],
695
- "extends": null,
696
- "description": ""
697
- },
698
- {
699
- "name": "EmptyResponseData",
700
- "details": [],
701
- "extends": null,
702
- "description": ""
703
- }
704
- ]
705
- }