@xmobitea/gn-typescript-client 2.6.8-tsc → 2.6.9-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.
- package/LICENSE +198 -5
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +0 -1
- package/dist/runtime/entity/models/CharacterPlayerModels.js +1 -5
- package/dist/runtime/entity/models/DashboardModels.d.ts +7 -7
- package/dist/runtime/entity/models/DashboardModels.js +2 -2
- package/dist/runtime/entity/models/GroupModels.d.ts +0 -1
- package/dist/runtime/entity/models/GroupModels.js +0 -4
- package/dist/runtime/entity/models/MultiplayerModels.d.ts +1 -1
- package/package.json +2 -2
- package/responseModel/chatgpt/Authenticate.json +724 -0
- package/responseModel/chatgpt/CharacterPlayer.json +1890 -0
- package/responseModel/chatgpt/CloudScript.json +254 -0
- package/responseModel/chatgpt/Content.json +273 -0
- package/responseModel/chatgpt/Dashboard.json +4110 -0
- package/responseModel/chatgpt/GamePlayer.json +2306 -0
- package/responseModel/chatgpt/Generic.json +253 -0
- package/responseModel/chatgpt/Group.json +1509 -0
- package/responseModel/chatgpt/Inventory.json +1211 -0
- package/responseModel/chatgpt/MasterPlayer.json +3801 -0
- package/responseModel/chatgpt/Multiplayer.json +634 -0
- package/responseModel/chatgpt/StoreInventory.json +1099 -0
- package/responseModel/clients/AuthenticateModels.json +271 -0
- package/responseModel/clients/CharacterPlayerModels.json +792 -0
- package/responseModel/clients/CloudScriptModels.json +191 -0
- package/responseModel/clients/ContentModels.json +178 -0
- package/responseModel/clients/DashboardModels.json +5423 -0
- package/responseModel/clients/GamePlayerModels.json +781 -0
- package/responseModel/clients/GenericModels.json +344 -0
- package/responseModel/clients/GroupModels.json +705 -0
- package/responseModel/clients/InventoryModels.json +568 -0
- package/responseModel/clients/MasterPlayerModels.json +1281 -0
- package/responseModel/clients/MultiplayerModels.json +439 -0
- package/responseModel/clients/StoreInventoryModels.json +971 -0
- package/responseModel/finalChatgpt/Authenticate.json +1475 -0
- package/responseModel/finalChatgpt/CharacterPlayer.json +4104 -0
- package/responseModel/finalChatgpt/CloudScript.json +515 -0
- package/responseModel/finalChatgpt/Content.json +536 -0
- package/responseModel/finalChatgpt/Dashboard.json +6712 -0
- package/responseModel/finalChatgpt/GamePlayer.json +5142 -0
- package/responseModel/finalChatgpt/Generic.json +333 -0
- package/responseModel/finalChatgpt/Group.json +3232 -0
- package/responseModel/finalChatgpt/Inventory.json +2606 -0
- package/responseModel/finalChatgpt/MasterPlayer.json +8385 -0
- package/responseModel/finalChatgpt/Multiplayer.json +1196 -0
- package/responseModel/finalChatgpt/StoreInventory.json +2085 -0
- package/responseModel/finals/Authenticate.json +1460 -0
- package/responseModel/finals/CharacterPlayer.json +3639 -0
- package/responseModel/finals/CloudScript.json +465 -0
- package/responseModel/finals/Content.json +479 -0
- package/responseModel/finals/Dashboard.json +6718 -0
- package/responseModel/finals/GamePlayer.json +4291 -0
- package/responseModel/finals/Generic.json +345 -0
- package/responseModel/finals/Group.json +2885 -0
- package/responseModel/finals/Inventory.json +2309 -0
- package/responseModel/finals/MasterPlayer.json +7018 -0
- package/responseModel/finals/Multiplayer.json +1082 -0
- package/responseModel/finals/StoreInventory.json +1979 -0
- package/responseModel/finalsShort/Authenticate.json +723 -0
- package/responseModel/finalsShort/CharacterPlayer.json +1889 -0
- package/responseModel/finalsShort/CloudScript.json +253 -0
- package/responseModel/finalsShort/Content.json +272 -0
- package/responseModel/finalsShort/Dashboard.json +4109 -0
- package/responseModel/finalsShort/GamePlayer.json +2305 -0
- package/responseModel/finalsShort/Generic.json +252 -0
- package/responseModel/finalsShort/Group.json +1508 -0
- package/responseModel/finalsShort/Inventory.json +1210 -0
- package/responseModel/finalsShort/MasterPlayer.json +3800 -0
- package/responseModel/finalsShort/Multiplayer.json +633 -0
- package/responseModel/finalsShort/StoreInventory.json +1098 -0
- package/responseModel/operationResponse/AuthenticateResponseModels.json +77 -0
- package/responseModel/operationResponse/CharacterPlayerResponseModels.json +217 -0
- package/responseModel/operationResponse/CloudScriptResponseModels.json +25 -0
- package/responseModel/operationResponse/ContentResponseModels.json +33 -0
- package/responseModel/operationResponse/DashboardResponseModels.json +109 -0
- package/responseModel/operationResponse/GamePlayerResponseModels.json +213 -0
- package/responseModel/operationResponse/GroupResponseModels.json +165 -0
- package/responseModel/operationResponse/InventoryResponseModels.json +141 -0
- package/responseModel/operationResponse/MasterPlayerResponseModels.json +349 -0
- package/responseModel/operationResponse/MultiplayerResponseModels.json +45 -0
- package/responseModel/operationResponse/StoreInventoryResponseModels.json +61 -0
- package/responseModel/servers/Authenticate.json +1328 -0
- package/responseModel/servers/CharacterPlayer.json +3199 -0
- package/responseModel/servers/CloudScript.json +278 -0
- package/responseModel/servers/Content.json +324 -0
- package/responseModel/servers/GamePlayer.json +3844 -0
- package/responseModel/servers/Group.json +2454 -0
- package/responseModel/servers/Inventory.json +1964 -0
- package/responseModel/servers/MasterAdmin.json +5569 -0
- package/responseModel/servers/MasterPlayer.json +5924 -0
- package/responseModel/servers/Multiplayer.json +545 -0
- package/responseModel/servers/StoreInventory.json +1290 -0
|
@@ -0,0 +1,705 @@
|
|
|
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
|
+
}
|