@xmobitea/gn-typescript-client 2.6.9-tsc → 2.6.10

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 (201) hide show
  1. package/dist/gearn.js.client.js +46911 -0
  2. package/dist/gearn.js.client.min.js +2 -0
  3. package/dist/gearn.js.client.min.js.LICENSE.txt +14 -0
  4. package/dist/index.js +34189 -337
  5. package/dist/runtime/config/GNServerSettings.d.ts +3 -0
  6. package/dist/runtime/constant/Commands.d.ts +1 -0
  7. package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +2 -0
  8. package/package.json +1 -1
  9. package/dist/runtime/GNNetwork.js +0 -250
  10. package/dist/runtime/GNNetworkAuthenticateApi.js +0 -122
  11. package/dist/runtime/GNNetworkCharacterPlayerApi.js +0 -968
  12. package/dist/runtime/GNNetworkCloudScriptApi.js +0 -104
  13. package/dist/runtime/GNNetworkContentApi.js +0 -140
  14. package/dist/runtime/GNNetworkDashboardApi.js +0 -170
  15. package/dist/runtime/GNNetworkGamePlayerApi.js +0 -950
  16. package/dist/runtime/GNNetworkGroupApi.js +0 -734
  17. package/dist/runtime/GNNetworkInventoryApi.js +0 -626
  18. package/dist/runtime/GNNetworkMasterPlayerApi.js +0 -1550
  19. package/dist/runtime/GNNetworkMultiplayerApi.js +0 -194
  20. package/dist/runtime/GNNetworkStoreInventoryApi.js +0 -266
  21. package/dist/runtime/common/Action0.js +0 -1
  22. package/dist/runtime/common/Action1.js +0 -1
  23. package/dist/runtime/common/Action2.js +0 -1
  24. package/dist/runtime/common/Action3.js +0 -1
  25. package/dist/runtime/common/Action4.js +0 -1
  26. package/dist/runtime/common/GNData.js +0 -211
  27. package/dist/runtime/config/GNServerSettings.js +0 -149
  28. package/dist/runtime/constant/Commands.js +0 -19
  29. package/dist/runtime/constant/EventCode.js +0 -8
  30. package/dist/runtime/constant/OperationCode.js +0 -221
  31. package/dist/runtime/constant/ReturnCode.js +0 -14
  32. package/dist/runtime/constant/enumType/ExecuteResponseStatus.js +0 -8
  33. package/dist/runtime/constant/enumType/FriendStatus.js +0 -7
  34. package/dist/runtime/constant/enumType/GoogleLoginType.js +0 -5
  35. package/dist/runtime/constant/enumType/GroupStatus.js +0 -7
  36. package/dist/runtime/constant/enumType/InvalidMemberType.js +0 -18
  37. package/dist/runtime/constant/enumType/ItemType.js +0 -5
  38. package/dist/runtime/constant/enumType/MatchmakingMemberStatus.js +0 -6
  39. package/dist/runtime/constant/enumType/MatchmakingTicketStatus.js +0 -8
  40. package/dist/runtime/constant/enumType/OwnerType.js +0 -9
  41. package/dist/runtime/constant/enumType/PermissionDataItem.js +0 -5
  42. package/dist/runtime/constant/enumType/PushPlatformType.js +0 -5
  43. package/dist/runtime/constant/enumType/RequestRole.js +0 -6
  44. package/dist/runtime/constant/enumType/RequestType.js +0 -15
  45. package/dist/runtime/constant/enumType/StoreItemType.js +0 -5
  46. package/dist/runtime/constant/enumType/StoreReceiveType.js +0 -8
  47. package/dist/runtime/constant/errorCode/ErrorCode.js +0 -52
  48. package/dist/runtime/constant/parameterCode/ParameterCode.js +0 -617
  49. package/dist/runtime/entity/DataMember.js +0 -208
  50. package/dist/runtime/entity/GNMetadata.js +0 -11
  51. package/dist/runtime/entity/InvalidMember.js +0 -1
  52. package/dist/runtime/entity/OperationEvent.js +0 -24
  53. package/dist/runtime/entity/OperationHelper.js +0 -24
  54. package/dist/runtime/entity/OperationRequest.js +0 -42
  55. package/dist/runtime/entity/OperationResponse.js +0 -73
  56. package/dist/runtime/entity/models/AuthenticateModels.js +0 -426
  57. package/dist/runtime/entity/models/AuthenticateRequestModels.js +0 -188
  58. package/dist/runtime/entity/models/AuthenticateResponseModels.js +0 -131
  59. package/dist/runtime/entity/models/CharacterPlayerModels.js +0 -1433
  60. package/dist/runtime/entity/models/CharacterPlayerRequestModels.js +0 -1386
  61. package/dist/runtime/entity/models/CharacterPlayerResponseModels.js +0 -376
  62. package/dist/runtime/entity/models/CloudScriptModels.js +0 -197
  63. package/dist/runtime/entity/models/CloudScriptRequestModels.js +0 -138
  64. package/dist/runtime/entity/models/CloudScriptResponseModels.js +0 -40
  65. package/dist/runtime/entity/models/ContentModels.js +0 -203
  66. package/dist/runtime/entity/models/ContentRequestModels.js +0 -190
  67. package/dist/runtime/entity/models/ContentResponseModels.js +0 -54
  68. package/dist/runtime/entity/models/DashboardModels.js +0 -3002
  69. package/dist/runtime/entity/models/DashboardRequestModels.js +0 -268
  70. package/dist/runtime/entity/models/DashboardResponseModels.js +0 -187
  71. package/dist/runtime/entity/models/GamePlayerModels.js +0 -1591
  72. package/dist/runtime/entity/models/GamePlayerRequestModels.js +0 -1360
  73. package/dist/runtime/entity/models/GamePlayerResponseModels.js +0 -369
  74. package/dist/runtime/entity/models/GenericModels.js +0 -177
  75. package/dist/runtime/entity/models/GroupModels.js +0 -1135
  76. package/dist/runtime/entity/models/GroupRequestModels.js +0 -1048
  77. package/dist/runtime/entity/models/GroupResponseModels.js +0 -285
  78. package/dist/runtime/entity/models/InventoryModels.js +0 -915
  79. package/dist/runtime/entity/models/InventoryRequestModels.js +0 -892
  80. package/dist/runtime/entity/models/InventoryResponseModels.js +0 -243
  81. package/dist/runtime/entity/models/MasterPlayerModels.js +0 -2573
  82. package/dist/runtime/entity/models/MasterPlayerRequestModels.js +0 -2228
  83. package/dist/runtime/entity/models/MasterPlayerResponseModels.js +0 -607
  84. package/dist/runtime/entity/models/MultiplayerModels.js +0 -404
  85. package/dist/runtime/entity/models/MultiplayerRequestModels.js +0 -268
  86. package/dist/runtime/entity/models/MultiplayerResponseModels.js +0 -75
  87. package/dist/runtime/entity/models/StoreInventoryModels.js +0 -797
  88. package/dist/runtime/entity/models/StoreInventoryRequestModels.js +0 -372
  89. package/dist/runtime/entity/models/StoreInventoryResponseModels.js +0 -103
  90. package/dist/runtime/entity/request/CustomOperationRequest.js +0 -24
  91. package/dist/runtime/entity/response/CustomOperationResponse.js +0 -29
  92. package/dist/runtime/entity/response/GetAuthInfoResponse.js +0 -2
  93. package/dist/runtime/entity/response/UploadFileResponse.js +0 -2
  94. package/dist/runtime/helper/CodeHelper.js +0 -63
  95. package/dist/runtime/helper/ConverterService.js +0 -275
  96. package/dist/runtime/helper/EnumUtility.js +0 -33
  97. package/dist/runtime/helper/GNSupport.js +0 -8
  98. package/dist/runtime/helper/GNUtils.js +0 -72
  99. package/dist/runtime/helper/MessagePackConverterService.js +0 -9
  100. package/dist/runtime/logger/GNDebug.js +0 -29
  101. package/dist/runtime/networking/AuthenticateStatus.js +0 -14
  102. package/dist/runtime/networking/IPeer.js +0 -1
  103. package/dist/runtime/networking/NetworkingPeer.js +0 -178
  104. package/dist/runtime/networking/OperationPending.js +0 -53
  105. package/dist/runtime/networking/PeerBase.js +0 -161
  106. package/dist/runtime/networking/handler/IServerEventHandler.js +0 -13
  107. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.js +0 -39
  108. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.js +0 -39
  109. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.js +0 -39
  110. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.js +0 -39
  111. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.js +0 -35
  112. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.js +0 -43
  113. package/dist/runtime/networking/http/HttpPeer.js +0 -122
  114. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +0 -6
  115. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +0 -164
  116. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.js +0 -130
  117. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.js +0 -165
  118. package/dist/runtime/networking/socket/SocketPeer.js +0 -115
  119. package/dist/runtime/typescript/ServiceUpdate.js +0 -12
  120. package/responseModel/chatgpt/Authenticate.json +0 -724
  121. package/responseModel/chatgpt/CharacterPlayer.json +0 -1890
  122. package/responseModel/chatgpt/CloudScript.json +0 -254
  123. package/responseModel/chatgpt/Content.json +0 -273
  124. package/responseModel/chatgpt/Dashboard.json +0 -4110
  125. package/responseModel/chatgpt/GamePlayer.json +0 -2306
  126. package/responseModel/chatgpt/Generic.json +0 -253
  127. package/responseModel/chatgpt/Group.json +0 -1509
  128. package/responseModel/chatgpt/Inventory.json +0 -1211
  129. package/responseModel/chatgpt/MasterPlayer.json +0 -3801
  130. package/responseModel/chatgpt/Multiplayer.json +0 -634
  131. package/responseModel/chatgpt/StoreInventory.json +0 -1099
  132. package/responseModel/clients/AuthenticateModels.json +0 -271
  133. package/responseModel/clients/CharacterPlayerModels.json +0 -792
  134. package/responseModel/clients/CloudScriptModels.json +0 -191
  135. package/responseModel/clients/ContentModels.json +0 -178
  136. package/responseModel/clients/DashboardModels.json +0 -5423
  137. package/responseModel/clients/GamePlayerModels.json +0 -781
  138. package/responseModel/clients/GenericModels.json +0 -344
  139. package/responseModel/clients/GroupModels.json +0 -705
  140. package/responseModel/clients/InventoryModels.json +0 -568
  141. package/responseModel/clients/MasterPlayerModels.json +0 -1281
  142. package/responseModel/clients/MultiplayerModels.json +0 -439
  143. package/responseModel/clients/StoreInventoryModels.json +0 -971
  144. package/responseModel/finalChatgpt/Authenticate.json +0 -1475
  145. package/responseModel/finalChatgpt/CharacterPlayer.json +0 -4104
  146. package/responseModel/finalChatgpt/CloudScript.json +0 -515
  147. package/responseModel/finalChatgpt/Content.json +0 -536
  148. package/responseModel/finalChatgpt/Dashboard.json +0 -6712
  149. package/responseModel/finalChatgpt/GamePlayer.json +0 -5142
  150. package/responseModel/finalChatgpt/Generic.json +0 -333
  151. package/responseModel/finalChatgpt/Group.json +0 -3232
  152. package/responseModel/finalChatgpt/Inventory.json +0 -2606
  153. package/responseModel/finalChatgpt/MasterPlayer.json +0 -8385
  154. package/responseModel/finalChatgpt/Multiplayer.json +0 -1196
  155. package/responseModel/finalChatgpt/StoreInventory.json +0 -2085
  156. package/responseModel/finals/Authenticate.json +0 -1460
  157. package/responseModel/finals/CharacterPlayer.json +0 -3639
  158. package/responseModel/finals/CloudScript.json +0 -465
  159. package/responseModel/finals/Content.json +0 -479
  160. package/responseModel/finals/Dashboard.json +0 -6718
  161. package/responseModel/finals/GamePlayer.json +0 -4291
  162. package/responseModel/finals/Generic.json +0 -345
  163. package/responseModel/finals/Group.json +0 -2885
  164. package/responseModel/finals/Inventory.json +0 -2309
  165. package/responseModel/finals/MasterPlayer.json +0 -7018
  166. package/responseModel/finals/Multiplayer.json +0 -1082
  167. package/responseModel/finals/StoreInventory.json +0 -1979
  168. package/responseModel/finalsShort/Authenticate.json +0 -723
  169. package/responseModel/finalsShort/CharacterPlayer.json +0 -1889
  170. package/responseModel/finalsShort/CloudScript.json +0 -253
  171. package/responseModel/finalsShort/Content.json +0 -272
  172. package/responseModel/finalsShort/Dashboard.json +0 -4109
  173. package/responseModel/finalsShort/GamePlayer.json +0 -2305
  174. package/responseModel/finalsShort/Generic.json +0 -252
  175. package/responseModel/finalsShort/Group.json +0 -1508
  176. package/responseModel/finalsShort/Inventory.json +0 -1210
  177. package/responseModel/finalsShort/MasterPlayer.json +0 -3800
  178. package/responseModel/finalsShort/Multiplayer.json +0 -633
  179. package/responseModel/finalsShort/StoreInventory.json +0 -1098
  180. package/responseModel/operationResponse/AuthenticateResponseModels.json +0 -77
  181. package/responseModel/operationResponse/CharacterPlayerResponseModels.json +0 -217
  182. package/responseModel/operationResponse/CloudScriptResponseModels.json +0 -25
  183. package/responseModel/operationResponse/ContentResponseModels.json +0 -33
  184. package/responseModel/operationResponse/DashboardResponseModels.json +0 -109
  185. package/responseModel/operationResponse/GamePlayerResponseModels.json +0 -213
  186. package/responseModel/operationResponse/GroupResponseModels.json +0 -165
  187. package/responseModel/operationResponse/InventoryResponseModels.json +0 -141
  188. package/responseModel/operationResponse/MasterPlayerResponseModels.json +0 -349
  189. package/responseModel/operationResponse/MultiplayerResponseModels.json +0 -45
  190. package/responseModel/operationResponse/StoreInventoryResponseModels.json +0 -61
  191. package/responseModel/servers/Authenticate.json +0 -1328
  192. package/responseModel/servers/CharacterPlayer.json +0 -3199
  193. package/responseModel/servers/CloudScript.json +0 -278
  194. package/responseModel/servers/Content.json +0 -324
  195. package/responseModel/servers/GamePlayer.json +0 -3844
  196. package/responseModel/servers/Group.json +0 -2454
  197. package/responseModel/servers/Inventory.json +0 -1964
  198. package/responseModel/servers/MasterAdmin.json +0 -5569
  199. package/responseModel/servers/MasterPlayer.json +0 -5924
  200. package/responseModel/servers/Multiplayer.json +0 -545
  201. package/responseModel/servers/StoreInventory.json +0 -1290
@@ -1,792 +0,0 @@
1
- {
2
- "path": "CharacterPlayerModels",
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": "Owner",
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": "PlayerBan",
90
- "description": "",
91
- "optional": true,
92
- "type": "boolean",
93
- "gnType": "Boolean",
94
- "defaultValue": "false",
95
- "conditions": {}
96
- },
97
- {
98
- "code": "PlayerCurrencies",
99
- "description": "",
100
- "optional": true,
101
- "type": "boolean",
102
- "gnType": "Boolean",
103
- "defaultValue": "false",
104
- "conditions": {}
105
- },
106
- {
107
- "code": "PlayerStatistics",
108
- "description": "",
109
- "optional": true,
110
- "type": "boolean",
111
- "gnType": "Boolean",
112
- "defaultValue": "false",
113
- "conditions": {}
114
- },
115
- {
116
- "code": "PlayerDatas",
117
- "description": "",
118
- "optional": true,
119
- "type": "boolean",
120
- "gnType": "Boolean",
121
- "defaultValue": "false",
122
- "conditions": {}
123
- },
124
- {
125
- "code": "IpAddressCreate",
126
- "description": "",
127
- "optional": true,
128
- "type": "boolean",
129
- "gnType": "Boolean",
130
- "defaultValue": "false",
131
- "conditions": {}
132
- },
133
- {
134
- "code": "CountryCode",
135
- "description": "",
136
- "optional": true,
137
- "type": "boolean",
138
- "gnType": "Boolean",
139
- "defaultValue": "false",
140
- "conditions": {}
141
- },
142
- {
143
- "code": "TsLastLogin",
144
- "description": "",
145
- "optional": true,
146
- "type": "boolean",
147
- "gnType": "Boolean",
148
- "defaultValue": "false",
149
- "conditions": {}
150
- },
151
- {
152
- "code": "PlayerInventories",
153
- "description": "",
154
- "optional": true,
155
- "type": "boolean",
156
- "gnType": "Boolean",
157
- "defaultValue": "false",
158
- "conditions": {}
159
- },
160
- {
161
- "code": "PlayerGroups",
162
- "description": "",
163
- "optional": true,
164
- "type": "boolean",
165
- "gnType": "Boolean",
166
- "defaultValue": "false",
167
- "conditions": {}
168
- },
169
- {
170
- "code": "PlayerFriends",
171
- "description": "",
172
- "optional": true,
173
- "type": "boolean",
174
- "gnType": "Boolean",
175
- "defaultValue": "false",
176
- "conditions": {}
177
- },
178
- {
179
- "code": "PlayerDataKeys",
180
- "description": "",
181
- "optional": true,
182
- "type": "string",
183
- "gnType": "GNArray",
184
- "conditions": {}
185
- },
186
- {
187
- "code": "PlayerCurrencyKeys",
188
- "description": "",
189
- "optional": true,
190
- "type": "string",
191
- "gnType": "GNArray",
192
- "conditions": {}
193
- },
194
- {
195
- "code": "PlayerStatisticsKeys",
196
- "description": "",
197
- "optional": true,
198
- "type": "string",
199
- "gnType": "GNArray",
200
- "conditions": {}
201
- },
202
- {
203
- "code": "CustomDataKeys",
204
- "description": "",
205
- "optional": true,
206
- "type": "string",
207
- "gnType": "GNArray",
208
- "conditions": {}
209
- },
210
- {
211
- "code": "TagKeys",
212
- "description": "",
213
- "optional": true,
214
- "type": "string",
215
- "gnType": "GNArray",
216
- "conditions": {}
217
- },
218
- {
219
- "code": "CharacterCatalogIds",
220
- "description": "",
221
- "optional": true,
222
- "type": "string",
223
- "gnType": "GNArray",
224
- "conditions": {}
225
- },
226
- {
227
- "code": "ItemCatalogIds",
228
- "description": "",
229
- "optional": true,
230
- "type": "string",
231
- "gnType": "GNArray",
232
- "conditions": {}
233
- },
234
- {
235
- "code": "GroupCatalogIds",
236
- "description": "",
237
- "optional": true,
238
- "type": "string",
239
- "gnType": "GNArray",
240
- "conditions": {}
241
- },
242
- {
243
- "code": "FriendCatalogIds",
244
- "description": "",
245
- "optional": true,
246
- "type": "string",
247
- "gnType": "GNArray",
248
- "conditions": {}
249
- }
250
- ],
251
- "extends": null,
252
- "description": ""
253
- },
254
- {
255
- "name": "PlayerStatisticsParam",
256
- "details": [
257
- {
258
- "code": "Key",
259
- "description": "",
260
- "optional": false,
261
- "type": "string",
262
- "gnType": "String",
263
- "conditions": {
264
- "mustNonNull": true,
265
- "minLength": 2,
266
- "maxLength": 32
267
- }
268
- },
269
- {
270
- "code": "Value",
271
- "description": "",
272
- "optional": false,
273
- "type": "number",
274
- "gnType": "Number",
275
- "conditions": {}
276
- }
277
- ],
278
- "extends": null,
279
- "description": ""
280
- },
281
- {
282
- "name": "PlayerDataParam",
283
- "details": [
284
- {
285
- "code": "Key",
286
- "description": "",
287
- "optional": false,
288
- "type": "string",
289
- "gnType": "String",
290
- "conditions": {
291
- "mustNonNull": true,
292
- "minLength": 2,
293
- "maxLength": 32
294
- }
295
- },
296
- {
297
- "code": "Value",
298
- "description": "",
299
- "optional": false,
300
- "type": "any",
301
- "gnType": "DataMember",
302
- "conditions": {}
303
- }
304
- ],
305
- "extends": null,
306
- "description": ""
307
- },
308
- {
309
- "name": "PlayerCurrencyParam",
310
- "details": [
311
- {
312
- "code": "Key",
313
- "description": "",
314
- "optional": false,
315
- "type": "string",
316
- "gnType": "String",
317
- "conditions": {
318
- "mustNonNull": true,
319
- "minLength": 2,
320
- "maxLength": 32
321
- }
322
- },
323
- {
324
- "code": "Amount",
325
- "description": "",
326
- "optional": false,
327
- "type": "number",
328
- "gnType": "Number",
329
- "conditions": {}
330
- }
331
- ],
332
- "extends": null,
333
- "description": ""
334
- },
335
- {
336
- "name": "CustomDataParam",
337
- "details": [
338
- {
339
- "code": "Key",
340
- "description": "",
341
- "optional": false,
342
- "type": "string",
343
- "gnType": "String",
344
- "conditions": {
345
- "mustNonNull": true,
346
- "minLength": 2,
347
- "maxLength": 32
348
- }
349
- },
350
- {
351
- "code": "Value",
352
- "description": "",
353
- "optional": false,
354
- "type": "any",
355
- "gnType": "DataMember",
356
- "conditions": {}
357
- }
358
- ],
359
- "extends": null,
360
- "description": ""
361
- },
362
- {
363
- "name": "GroupMemberParam",
364
- "details": [
365
- {
366
- "code": "UserId",
367
- "description": "",
368
- "optional": false,
369
- "type": "string",
370
- "gnType": "String",
371
- "conditions": {
372
- "mustNonNull": true,
373
- "minLength": 11,
374
- "maxLength": 11
375
- }
376
- }
377
- ],
378
- "extends": null,
379
- "description": ""
380
- },
381
- {
382
- "name": "InfoResponseParameters",
383
- "details": [
384
- {
385
- "code": "CatalogId",
386
- "description": "",
387
- "optional": true,
388
- "type": "string",
389
- "gnType": "String",
390
- "conditions": {}
391
- },
392
- {
393
- "code": "Owner",
394
- "description": "",
395
- "optional": true,
396
- "type": "GenericModels.OwnerItem",
397
- "gnType": "GNHashtable",
398
- "conditions": {}
399
- },
400
- {
401
- "code": "RemoveStatus",
402
- "description": "",
403
- "optional": true,
404
- "type": "GenericModels.RemoveStatusItem",
405
- "gnType": "GNHashtable",
406
- "conditions": {}
407
- },
408
- {
409
- "code": "Segments",
410
- "description": "",
411
- "optional": true,
412
- "type": "string",
413
- "gnType": "GNArray",
414
- "conditions": {}
415
- },
416
- {
417
- "code": "CustomDatas",
418
- "description": "",
419
- "optional": true,
420
- "type": "GenericModels.DataItem",
421
- "gnType": "GNArray",
422
- "conditions": {}
423
- },
424
- {
425
- "code": "DisplayName",
426
- "description": "",
427
- "optional": true,
428
- "type": "string",
429
- "gnType": "String",
430
- "conditions": {}
431
- },
432
- {
433
- "code": "Avatar",
434
- "description": "",
435
- "optional": true,
436
- "type": "GenericModels.AvatarItem",
437
- "gnType": "GNHashtable",
438
- "conditions": {}
439
- },
440
- {
441
- "code": "TsCreate",
442
- "description": "",
443
- "optional": true,
444
- "type": "number",
445
- "gnType": "Number",
446
- "conditions": {}
447
- },
448
- {
449
- "code": "Tags",
450
- "description": "",
451
- "optional": true,
452
- "type": "GenericModels.TagItem",
453
- "gnType": "GNArray",
454
- "conditions": {}
455
- },
456
- {
457
- "code": "PlayerBan",
458
- "description": "",
459
- "optional": true,
460
- "type": "GenericModels.BanItem",
461
- "gnType": "GNHashtable",
462
- "conditions": {}
463
- },
464
- {
465
- "code": "PlayerDatas",
466
- "description": "",
467
- "optional": true,
468
- "type": "GenericModels.DataItem",
469
- "gnType": "GNArray",
470
- "conditions": {}
471
- },
472
- {
473
- "code": "PlayerCurrencies",
474
- "description": "",
475
- "optional": true,
476
- "type": "GenericModels.CurrencyItem",
477
- "gnType": "GNArray",
478
- "conditions": {}
479
- },
480
- {
481
- "code": "PlayerStatistics",
482
- "description": "",
483
- "optional": true,
484
- "type": "GenericModels.StatisticsItem",
485
- "gnType": "GNArray",
486
- "conditions": {}
487
- },
488
- {
489
- "code": "PlayerInventories",
490
- "description": "",
491
- "optional": true,
492
- "type": "GenericModels.InventoryItem",
493
- "gnType": "GNArray",
494
- "conditions": {}
495
- },
496
- {
497
- "code": "PlayerGroups",
498
- "description": "",
499
- "optional": true,
500
- "type": "GenericModels.GroupItem",
501
- "gnType": "GNArray",
502
- "conditions": {}
503
- },
504
- {
505
- "code": "PlayerFriends",
506
- "description": "",
507
- "optional": true,
508
- "type": "GenericModels.FriendItem",
509
- "gnType": "GNArray",
510
- "conditions": {}
511
- },
512
- {
513
- "code": "TsLastLogin",
514
- "description": "",
515
- "optional": true,
516
- "type": "number",
517
- "gnType": "Number",
518
- "conditions": {}
519
- },
520
- {
521
- "code": "IpAddressCreate",
522
- "description": "",
523
- "optional": true,
524
- "type": "string",
525
- "gnType": "String",
526
- "conditions": {}
527
- },
528
- {
529
- "code": "CountryCode",
530
- "description": "",
531
- "optional": true,
532
- "type": "string",
533
- "gnType": "String",
534
- "conditions": {}
535
- }
536
- ],
537
- "extends": null,
538
- "description": ""
539
- },
540
- {
541
- "name": "CharacterPlayerResponseData",
542
- "details": [
543
- {
544
- "code": "InfoResponseParameters",
545
- "description": "",
546
- "optional": false,
547
- "type": "InfoResponseParameters",
548
- "gnType": "GNHashtable",
549
- "conditions": {}
550
- }
551
- ],
552
- "extends": null,
553
- "description": ""
554
- },
555
- {
556
- "name": "CharacterPlayerWithCharacterIdResponseData",
557
- "details": [
558
- {
559
- "code": "CharacterId",
560
- "description": "",
561
- "optional": false,
562
- "type": "string",
563
- "gnType": "String",
564
- "conditions": {}
565
- }
566
- ],
567
- "extends": "CharacterPlayerResponseData",
568
- "description": ""
569
- },
570
- {
571
- "name": "CharacterPlayerLeaderboardResponseData",
572
- "details": [
573
- {
574
- "code": "Position",
575
- "description": "",
576
- "optional": false,
577
- "type": "number",
578
- "gnType": "Number",
579
- "conditions": {}
580
- },
581
- {
582
- "code": "BackupValue",
583
- "description": "",
584
- "optional": true,
585
- "type": "number",
586
- "gnType": "Number",
587
- "conditions": {}
588
- }
589
- ],
590
- "extends": "CharacterPlayerWithCharacterIdResponseData",
591
- "description": ""
592
- },
593
- {
594
- "name": "CharacterPlayerLogResponseData",
595
- "details": [
596
- {
597
- "code": "CharacterId",
598
- "description": "",
599
- "optional": false,
600
- "type": "string",
601
- "gnType": "String",
602
- "conditions": {}
603
- },
604
- {
605
- "code": "TsCreate",
606
- "description": "",
607
- "optional": false,
608
- "type": "number",
609
- "gnType": "Number",
610
- "conditions": {}
611
- },
612
- {
613
- "code": "Log",
614
- "description": "",
615
- "optional": false,
616
- "type": "string",
617
- "gnType": "String",
618
- "conditions": {}
619
- },
620
- {
621
- "code": "Key",
622
- "description": "",
623
- "optional": false,
624
- "type": "string",
625
- "gnType": "String",
626
- "conditions": {}
627
- },
628
- {
629
- "code": "Amount",
630
- "description": "",
631
- "optional": false,
632
- "type": "number",
633
- "gnType": "Number",
634
- "conditions": {}
635
- },
636
- {
637
- "code": "StartValue",
638
- "description": "",
639
- "optional": false,
640
- "type": "number",
641
- "gnType": "Number",
642
- "conditions": {}
643
- },
644
- {
645
- "code": "FinalValue",
646
- "description": "",
647
- "optional": false,
648
- "type": "number",
649
- "gnType": "Number",
650
- "conditions": {}
651
- }
652
- ],
653
- "extends": null,
654
- "description": ""
655
- },
656
- {
657
- "name": "GetStatisticsLeaderboardResponseData",
658
- "details": [
659
- {
660
- "code": "Results",
661
- "description": "",
662
- "optional": false,
663
- "type": "CharacterPlayerLeaderboardResponseData",
664
- "gnType": "GNArray",
665
- "conditions": {}
666
- },
667
- {
668
- "code": "TsCreate",
669
- "description": "",
670
- "optional": true,
671
- "type": "number",
672
- "gnType": "Number",
673
- "conditions": {}
674
- }
675
- ],
676
- "extends": null,
677
- "description": ""
678
- },
679
- {
680
- "name": "CharacterPlayersWithCharacterIdResponseData",
681
- "details": [
682
- {
683
- "code": "Results",
684
- "description": "",
685
- "optional": false,
686
- "type": "CharacterPlayerWithCharacterIdResponseData",
687
- "gnType": "GNArray",
688
- "conditions": {}
689
- }
690
- ],
691
- "extends": null,
692
- "description": ""
693
- },
694
- {
695
- "name": "GetCurrencyLeaderboardResponseData",
696
- "details": [
697
- {
698
- "code": "Results",
699
- "description": "",
700
- "optional": false,
701
- "type": "CharacterPlayerLeaderboardResponseData",
702
- "gnType": "GNArray",
703
- "conditions": {}
704
- }
705
- ],
706
- "extends": null,
707
- "description": ""
708
- },
709
- {
710
- "name": "GetCreateLeaderboardResponseData",
711
- "details": [
712
- {
713
- "code": "Results",
714
- "description": "",
715
- "optional": false,
716
- "type": "CharacterPlayerLeaderboardResponseData",
717
- "gnType": "GNArray",
718
- "conditions": {}
719
- }
720
- ],
721
- "extends": null,
722
- "description": ""
723
- },
724
- {
725
- "name": "GetLastLoginLeaderboardResponseData",
726
- "details": [
727
- {
728
- "code": "Results",
729
- "description": "",
730
- "optional": false,
731
- "type": "CharacterPlayerLeaderboardResponseData",
732
- "gnType": "GNArray",
733
- "conditions": {}
734
- }
735
- ],
736
- "extends": null,
737
- "description": ""
738
- },
739
- {
740
- "name": "GetStatisticsLogResponseData",
741
- "details": [
742
- {
743
- "code": "Results",
744
- "description": "",
745
- "optional": false,
746
- "type": "CharacterPlayerLogResponseData",
747
- "gnType": "GNArray",
748
- "conditions": {}
749
- },
750
- {
751
- "code": "Token",
752
- "description": "",
753
- "optional": true,
754
- "type": "string",
755
- "gnType": "String",
756
- "conditions": {}
757
- }
758
- ],
759
- "extends": null,
760
- "description": ""
761
- },
762
- {
763
- "name": "GetCurrencyLogResponseData",
764
- "details": [
765
- {
766
- "code": "Results",
767
- "description": "",
768
- "optional": false,
769
- "type": "CharacterPlayerLogResponseData",
770
- "gnType": "GNArray",
771
- "conditions": {}
772
- },
773
- {
774
- "code": "Token",
775
- "description": "",
776
- "optional": true,
777
- "type": "string",
778
- "gnType": "String",
779
- "conditions": {}
780
- }
781
- ],
782
- "extends": null,
783
- "description": ""
784
- },
785
- {
786
- "name": "EmptyResponseData",
787
- "details": [],
788
- "extends": null,
789
- "description": ""
790
- }
791
- ]
792
- }