@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,345 +0,0 @@
1
- {
2
- "requestType": "Generic",
3
- "operations": [],
4
- "models": [
5
- {
6
- "name": "AvatarItem",
7
- "details": [
8
- {
9
- "code": "Type",
10
- "description": "",
11
- "optional": false,
12
- "type": "number",
13
- "gnType": "Number",
14
- "conditions": {}
15
- },
16
- {
17
- "code": "Value",
18
- "description": "",
19
- "optional": false,
20
- "type": "string",
21
- "gnType": "String",
22
- "conditions": {}
23
- }
24
- ],
25
- "extends": null,
26
- "description": ""
27
- },
28
- {
29
- "name": "TagItem",
30
- "details": [
31
- {
32
- "code": "Key",
33
- "description": "",
34
- "optional": false,
35
- "type": "string",
36
- "gnType": "String",
37
- "conditions": {}
38
- },
39
- {
40
- "code": "Value",
41
- "description": "",
42
- "optional": false,
43
- "type": "string",
44
- "gnType": "String",
45
- "conditions": {}
46
- }
47
- ],
48
- "extends": null,
49
- "description": ""
50
- },
51
- {
52
- "name": "BanItem",
53
- "details": [
54
- {
55
- "code": "TsExpire",
56
- "description": "",
57
- "optional": false,
58
- "type": "number",
59
- "gnType": "Number",
60
- "conditions": {}
61
- },
62
- {
63
- "code": "Reason",
64
- "description": "",
65
- "optional": false,
66
- "type": "string",
67
- "gnType": "String",
68
- "conditions": {}
69
- }
70
- ],
71
- "extends": null,
72
- "description": ""
73
- },
74
- {
75
- "name": "DataItem",
76
- "details": [
77
- {
78
- "code": "Key",
79
- "description": "",
80
- "optional": false,
81
- "type": "string",
82
- "gnType": "String",
83
- "conditions": {}
84
- },
85
- {
86
- "code": "Value",
87
- "description": "",
88
- "optional": false,
89
- "type": "any",
90
- "gnType": "DataMember",
91
- "conditions": {}
92
- }
93
- ],
94
- "extends": null,
95
- "description": ""
96
- },
97
- {
98
- "name": "CurrencyItem",
99
- "details": [
100
- {
101
- "code": "Key",
102
- "description": "",
103
- "optional": false,
104
- "type": "string",
105
- "gnType": "String",
106
- "conditions": {}
107
- },
108
- {
109
- "code": "Value",
110
- "description": "",
111
- "optional": false,
112
- "type": "number",
113
- "gnType": "Number",
114
- "conditions": {}
115
- }
116
- ],
117
- "extends": null,
118
- "description": ""
119
- },
120
- {
121
- "name": "StatisticsItem",
122
- "details": [
123
- {
124
- "code": "Key",
125
- "description": "",
126
- "optional": false,
127
- "type": "string",
128
- "gnType": "String",
129
- "conditions": {}
130
- },
131
- {
132
- "code": "Value",
133
- "description": "",
134
- "optional": false,
135
- "type": "number",
136
- "gnType": "Number",
137
- "conditions": {}
138
- }
139
- ],
140
- "extends": null,
141
- "description": ""
142
- },
143
- {
144
- "name": "CharacterItem",
145
- "details": [
146
- {
147
- "code": "CharacterId",
148
- "description": "",
149
- "optional": false,
150
- "type": "string",
151
- "gnType": "String",
152
- "conditions": {}
153
- },
154
- {
155
- "code": "CatalogId",
156
- "description": "",
157
- "optional": false,
158
- "type": "string",
159
- "gnType": "String",
160
- "conditions": {}
161
- }
162
- ],
163
- "extends": null,
164
- "description": ""
165
- },
166
- {
167
- "name": "OwnerItem",
168
- "details": [
169
- {
170
- "code": "Type",
171
- "description": "",
172
- "optional": false,
173
- "type": "number",
174
- "gnType": "Number",
175
- "conditions": {}
176
- },
177
- {
178
- "code": "Id",
179
- "description": "",
180
- "optional": false,
181
- "type": "string",
182
- "gnType": "String",
183
- "conditions": {}
184
- }
185
- ],
186
- "extends": null,
187
- "description": ""
188
- },
189
- {
190
- "name": "RemoveStatusItem",
191
- "details": [
192
- {
193
- "code": "TsRemove",
194
- "description": "",
195
- "optional": false,
196
- "type": "number",
197
- "gnType": "Number",
198
- "conditions": {}
199
- },
200
- {
201
- "code": "Reason",
202
- "description": "",
203
- "optional": true,
204
- "type": "string",
205
- "gnType": "String",
206
- "conditions": {}
207
- }
208
- ],
209
- "extends": null,
210
- "description": ""
211
- },
212
- {
213
- "name": "InventoryItem",
214
- "details": [
215
- {
216
- "code": "ItemId",
217
- "description": "",
218
- "optional": false,
219
- "type": "string",
220
- "gnType": "String",
221
- "conditions": {}
222
- },
223
- {
224
- "code": "CatalogId",
225
- "description": "",
226
- "optional": false,
227
- "type": "string",
228
- "gnType": "String",
229
- "conditions": {}
230
- },
231
- {
232
- "code": "ClassId",
233
- "description": "",
234
- "optional": false,
235
- "type": "string",
236
- "gnType": "String",
237
- "conditions": {}
238
- }
239
- ],
240
- "extends": null,
241
- "description": ""
242
- },
243
- {
244
- "name": "GroupItem",
245
- "details": [
246
- {
247
- "code": "GroupId",
248
- "description": "",
249
- "optional": false,
250
- "type": "string",
251
- "gnType": "String",
252
- "conditions": {}
253
- },
254
- {
255
- "code": "CatalogId",
256
- "description": "",
257
- "optional": false,
258
- "type": "string",
259
- "gnType": "String",
260
- "conditions": {}
261
- },
262
- {
263
- "code": "Status",
264
- "description": "",
265
- "optional": false,
266
- "type": "number",
267
- "gnType": "Number",
268
- "conditions": {}
269
- },
270
- {
271
- "code": "TsLastStatusUpdate",
272
- "description": "",
273
- "optional": false,
274
- "type": "number",
275
- "gnType": "Number",
276
- "conditions": {}
277
- }
278
- ],
279
- "extends": null,
280
- "description": ""
281
- },
282
- {
283
- "name": "FriendItem",
284
- "details": [
285
- {
286
- "code": "FriendId",
287
- "description": "",
288
- "optional": false,
289
- "type": "string",
290
- "gnType": "String",
291
- "conditions": {}
292
- },
293
- {
294
- "code": "CatalogId",
295
- "description": "",
296
- "optional": false,
297
- "type": "string",
298
- "gnType": "String",
299
- "conditions": {}
300
- },
301
- {
302
- "code": "Status",
303
- "description": "",
304
- "optional": false,
305
- "type": "number",
306
- "gnType": "Number",
307
- "conditions": {}
308
- },
309
- {
310
- "code": "TsLastStatusUpdate",
311
- "description": "",
312
- "optional": false,
313
- "type": "number",
314
- "gnType": "Number",
315
- "conditions": {}
316
- }
317
- ],
318
- "extends": null,
319
- "description": ""
320
- },
321
- {
322
- "name": "MemberItem",
323
- "details": [
324
- {
325
- "code": "MemberId",
326
- "description": "",
327
- "optional": false,
328
- "type": "string",
329
- "gnType": "String",
330
- "conditions": {}
331
- },
332
- {
333
- "code": "Status",
334
- "description": "",
335
- "optional": false,
336
- "type": "number",
337
- "gnType": "Number",
338
- "conditions": {}
339
- }
340
- ],
341
- "extends": null,
342
- "description": ""
343
- }
344
- ]
345
- }