@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,439 +0,0 @@
1
- {
2
- "path": "MultiplayerModels",
3
- "models": [
4
- {
5
- "name": "CancelAllMatchmakingTicketResponseData",
6
- "details": [
7
- {
8
- "code": "TicketIds",
9
- "description": "",
10
- "optional": false,
11
- "type": "string",
12
- "gnType": "GNArray",
13
- "conditions": {}
14
- }
15
- ],
16
- "extends": null,
17
- "description": ""
18
- },
19
- {
20
- "name": "CreateMatchmakingTicketResponseData",
21
- "details": [
22
- {
23
- "code": "TicketId",
24
- "description": "",
25
- "optional": false,
26
- "type": "string",
27
- "gnType": "String",
28
- "conditions": {}
29
- }
30
- ],
31
- "extends": null,
32
- "description": ""
33
- },
34
- {
35
- "name": "MatchmakingTicketMember",
36
- "details": [
37
- {
38
- "code": "UserId",
39
- "description": "",
40
- "optional": false,
41
- "type": "string",
42
- "gnType": "String",
43
- "conditions": {
44
- "minLength": 10,
45
- "maxLength": 10
46
- }
47
- },
48
- {
49
- "code": "Status",
50
- "description": "",
51
- "optional": false,
52
- "type": "number",
53
- "gnType": "Number",
54
- "conditions": {
55
- "mustInt": true
56
- }
57
- },
58
- {
59
- "code": "Attribute",
60
- "description": "",
61
- "optional": false,
62
- "type": "GNHashtable",
63
- "gnType": "GNHashtable",
64
- "conditions": {}
65
- }
66
- ],
67
- "extends": null,
68
- "description": ""
69
- },
70
- {
71
- "name": "MatchmakingTicketResponseData",
72
- "details": [
73
- {
74
- "code": "TsCreate",
75
- "description": "",
76
- "optional": false,
77
- "type": "number",
78
- "gnType": "Number",
79
- "conditions": {}
80
- },
81
- {
82
- "code": "CreatorId",
83
- "description": "",
84
- "optional": false,
85
- "type": "string",
86
- "gnType": "String",
87
- "conditions": {
88
- "minLength": 10,
89
- "maxLength": 10
90
- }
91
- },
92
- {
93
- "code": "GiveUpAfterSeconds",
94
- "description": "",
95
- "optional": false,
96
- "type": "number",
97
- "gnType": "Number",
98
- "conditions": {}
99
- },
100
- {
101
- "code": "QueueName",
102
- "description": "",
103
- "optional": false,
104
- "type": "string",
105
- "gnType": "String",
106
- "conditions": {
107
- "minLength": 6,
108
- "maxLength": 32
109
- }
110
- },
111
- {
112
- "code": "Status",
113
- "description": "",
114
- "optional": false,
115
- "type": "number",
116
- "gnType": "Number",
117
- "conditions": {
118
- "mustInt": true
119
- }
120
- },
121
- {
122
- "code": "MatchId",
123
- "description": "",
124
- "optional": true,
125
- "type": "string",
126
- "gnType": "String",
127
- "conditions": {
128
- "minLength": 15,
129
- "maxLength": 15
130
- }
131
- },
132
- {
133
- "code": "Members",
134
- "description": "",
135
- "optional": true,
136
- "type": "MatchmakingTicketMember",
137
- "gnType": "GNArray",
138
- "conditions": {}
139
- }
140
- ],
141
- "extends": null,
142
- "description": ""
143
- },
144
- {
145
- "name": "MatchmakingTicketWithTicketIdResponseData",
146
- "details": [
147
- {
148
- "code": "TicketId",
149
- "description": "",
150
- "optional": false,
151
- "type": "string",
152
- "gnType": "String",
153
- "conditions": {}
154
- }
155
- ],
156
- "extends": "MatchmakingTicketResponseData",
157
- "description": ""
158
- },
159
- {
160
- "name": "GetMatchmakingTicketResponseData",
161
- "details": [
162
- {
163
- "code": "MatchmakingTicket",
164
- "description": "",
165
- "optional": false,
166
- "type": "MatchmakingTicketResponseData",
167
- "gnType": "GNHashtable",
168
- "conditions": {}
169
- }
170
- ],
171
- "extends": null,
172
- "description": ""
173
- },
174
- {
175
- "name": "MatchMember",
176
- "details": [
177
- {
178
- "code": "UserId",
179
- "description": "",
180
- "optional": false,
181
- "type": "string",
182
- "gnType": "String",
183
- "conditions": {
184
- "minLength": 10,
185
- "maxLength": 10
186
- }
187
- },
188
- {
189
- "code": "TeamId",
190
- "description": "",
191
- "optional": false,
192
- "type": "string",
193
- "gnType": "String",
194
- "conditions": {}
195
- },
196
- {
197
- "code": "Attribute",
198
- "description": "",
199
- "optional": false,
200
- "type": "GNHashtable",
201
- "gnType": "GNHashtable",
202
- "conditions": {}
203
- }
204
- ],
205
- "extends": null,
206
- "description": ""
207
- },
208
- {
209
- "name": "PortInfo",
210
- "details": [
211
- {
212
- "code": "Name",
213
- "description": "",
214
- "optional": false,
215
- "type": "string",
216
- "gnType": "String",
217
- "conditions": {}
218
- },
219
- {
220
- "code": "PublicPort",
221
- "description": "",
222
- "optional": false,
223
- "type": "number",
224
- "gnType": "Number",
225
- "conditions": {
226
- "mustInt": true,
227
- "minValue": 0
228
- }
229
- },
230
- {
231
- "code": "PrivatePort",
232
- "description": "",
233
- "optional": false,
234
- "type": "number",
235
- "gnType": "Number",
236
- "conditions": {
237
- "mustInt": true,
238
- "minValue": 0
239
- }
240
- },
241
- {
242
- "code": "Protocol",
243
- "description": "",
244
- "optional": false,
245
- "type": "number",
246
- "gnType": "Number",
247
- "conditions": {
248
- "mustInt": true,
249
- "minValue": 1,
250
- "maxValue": 2
251
- }
252
- }
253
- ],
254
- "extends": null,
255
- "description": ""
256
- },
257
- {
258
- "name": "ServerDetail",
259
- "details": [
260
- {
261
- "code": "IpV4Address",
262
- "description": "",
263
- "optional": false,
264
- "type": "string",
265
- "gnType": "String",
266
- "conditions": {}
267
- },
268
- {
269
- "code": "Ports",
270
- "description": "",
271
- "optional": false,
272
- "type": "PortInfo",
273
- "gnType": "GNArray",
274
- "conditions": {}
275
- }
276
- ],
277
- "extends": null,
278
- "description": ""
279
- },
280
- {
281
- "name": "MatchResponseData",
282
- "details": [
283
- {
284
- "code": "TsCreate",
285
- "description": "",
286
- "optional": false,
287
- "type": "number",
288
- "gnType": "Number",
289
- "conditions": {}
290
- },
291
- {
292
- "code": "QueueName",
293
- "description": "",
294
- "optional": false,
295
- "type": "string",
296
- "gnType": "String",
297
- "conditions": {
298
- "minLength": 6,
299
- "maxLength": 32
300
- }
301
- },
302
- {
303
- "code": "Members",
304
- "description": "",
305
- "optional": true,
306
- "type": "MatchMember",
307
- "gnType": "GNArray",
308
- "conditions": {}
309
- },
310
- {
311
- "code": "TimeToMatchInSeconds",
312
- "description": "",
313
- "optional": false,
314
- "type": "number",
315
- "gnType": "Number",
316
- "conditions": {}
317
- }
318
- ],
319
- "extends": null,
320
- "description": ""
321
- },
322
- {
323
- "name": "MatchWithMatchIdResponseData",
324
- "details": [
325
- {
326
- "code": "MatchId",
327
- "description": "",
328
- "optional": false,
329
- "type": "string",
330
- "gnType": "String",
331
- "conditions": {}
332
- }
333
- ],
334
- "extends": "MatchResponseData",
335
- "description": ""
336
- },
337
- {
338
- "name": "GetMatchResponseData",
339
- "details": [
340
- {
341
- "code": "Match",
342
- "description": "",
343
- "optional": false,
344
- "type": "MatchResponseData",
345
- "gnType": "GNHashtable",
346
- "conditions": {}
347
- }
348
- ],
349
- "extends": null,
350
- "description": ""
351
- },
352
- {
353
- "name": "GetQueueStatisticsResponseData",
354
- "details": [
355
- {
356
- "code": "PendingMemberCount",
357
- "description": "",
358
- "optional": false,
359
- "type": "number",
360
- "gnType": "Number",
361
- "conditions": {
362
- "mustInt": true
363
- }
364
- },
365
- {
366
- "code": "PendingTicketCount",
367
- "description": "",
368
- "optional": false,
369
- "type": "number",
370
- "gnType": "Number",
371
- "conditions": {
372
- "mustInt": true
373
- }
374
- },
375
- {
376
- "code": "AverageMatchmakingTimeInSeconds",
377
- "description": "",
378
- "optional": false,
379
- "type": "number",
380
- "gnType": "Number",
381
- "conditions": {}
382
- }
383
- ],
384
- "extends": null,
385
- "description": ""
386
- },
387
- {
388
- "name": "ListMatchmakingTicketsForPlayerResponseData",
389
- "details": [
390
- {
391
- "code": "TicketIds",
392
- "description": "",
393
- "optional": false,
394
- "type": "string",
395
- "gnType": "GNArray",
396
- "conditions": {}
397
- }
398
- ],
399
- "extends": null,
400
- "description": ""
401
- },
402
- {
403
- "name": "GetAllMatchResponseData",
404
- "details": [
405
- {
406
- "code": "Results",
407
- "description": "",
408
- "optional": false,
409
- "type": "MatchWithMatchIdResponseData",
410
- "gnType": "GNArray",
411
- "conditions": {}
412
- }
413
- ],
414
- "extends": null,
415
- "description": ""
416
- },
417
- {
418
- "name": "GetAllMatchmakingTicketResponseData",
419
- "details": [
420
- {
421
- "code": "Results",
422
- "description": "",
423
- "optional": false,
424
- "type": "MatchmakingTicketWithTicketIdResponseData",
425
- "gnType": "GNArray",
426
- "conditions": {}
427
- }
428
- ],
429
- "extends": null,
430
- "description": ""
431
- },
432
- {
433
- "name": "EmptyResponseData",
434
- "details": [],
435
- "extends": null,
436
- "description": ""
437
- }
438
- ]
439
- }