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

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 (203) hide show
  1. package/LICENSE +198 -5
  2. package/dist/gearn.js.client.js +46884 -0
  3. package/dist/gearn.js.client.min.js +2 -0
  4. package/dist/gearn.js.client.min.js.LICENSE.txt +14 -0
  5. package/dist/index.js +34162 -337
  6. package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +0 -1
  7. package/dist/runtime/entity/models/DashboardModels.d.ts +7 -7
  8. package/dist/runtime/entity/models/GroupModels.d.ts +0 -1
  9. package/dist/runtime/entity/models/MultiplayerModels.d.ts +1 -1
  10. package/package.json +2 -2
  11. package/responseModel/chatgpt/Authenticate.json +724 -0
  12. package/responseModel/chatgpt/CharacterPlayer.json +1890 -0
  13. package/responseModel/chatgpt/CloudScript.json +254 -0
  14. package/responseModel/chatgpt/Content.json +273 -0
  15. package/responseModel/chatgpt/Dashboard.json +4110 -0
  16. package/responseModel/chatgpt/GamePlayer.json +2306 -0
  17. package/responseModel/chatgpt/Generic.json +253 -0
  18. package/responseModel/chatgpt/Group.json +1509 -0
  19. package/responseModel/chatgpt/Inventory.json +1211 -0
  20. package/responseModel/chatgpt/MasterPlayer.json +3801 -0
  21. package/responseModel/chatgpt/Multiplayer.json +634 -0
  22. package/responseModel/chatgpt/StoreInventory.json +1099 -0
  23. package/responseModel/clients/AuthenticateModels.json +271 -0
  24. package/responseModel/clients/CharacterPlayerModels.json +792 -0
  25. package/responseModel/clients/CloudScriptModels.json +191 -0
  26. package/responseModel/clients/ContentModels.json +178 -0
  27. package/responseModel/clients/DashboardModels.json +5423 -0
  28. package/responseModel/clients/GamePlayerModels.json +781 -0
  29. package/responseModel/clients/GenericModels.json +344 -0
  30. package/responseModel/clients/GroupModels.json +705 -0
  31. package/responseModel/clients/InventoryModels.json +568 -0
  32. package/responseModel/clients/MasterPlayerModels.json +1281 -0
  33. package/responseModel/clients/MultiplayerModels.json +439 -0
  34. package/responseModel/clients/StoreInventoryModels.json +971 -0
  35. package/responseModel/finalChatgpt/Authenticate.json +1475 -0
  36. package/responseModel/finalChatgpt/CharacterPlayer.json +4104 -0
  37. package/responseModel/finalChatgpt/CloudScript.json +515 -0
  38. package/responseModel/finalChatgpt/Content.json +536 -0
  39. package/responseModel/finalChatgpt/Dashboard.json +6712 -0
  40. package/responseModel/finalChatgpt/GamePlayer.json +5142 -0
  41. package/responseModel/finalChatgpt/Generic.json +333 -0
  42. package/responseModel/finalChatgpt/Group.json +3232 -0
  43. package/responseModel/finalChatgpt/Inventory.json +2606 -0
  44. package/responseModel/finalChatgpt/MasterPlayer.json +8385 -0
  45. package/responseModel/finalChatgpt/Multiplayer.json +1196 -0
  46. package/responseModel/finalChatgpt/StoreInventory.json +2085 -0
  47. package/responseModel/finals/Authenticate.json +1460 -0
  48. package/responseModel/finals/CharacterPlayer.json +3639 -0
  49. package/responseModel/finals/CloudScript.json +465 -0
  50. package/responseModel/finals/Content.json +479 -0
  51. package/responseModel/finals/Dashboard.json +6718 -0
  52. package/responseModel/finals/GamePlayer.json +4291 -0
  53. package/responseModel/finals/Generic.json +345 -0
  54. package/responseModel/finals/Group.json +2885 -0
  55. package/responseModel/finals/Inventory.json +2309 -0
  56. package/responseModel/finals/MasterPlayer.json +7018 -0
  57. package/responseModel/finals/Multiplayer.json +1082 -0
  58. package/responseModel/finals/StoreInventory.json +1979 -0
  59. package/responseModel/finalsShort/Authenticate.json +723 -0
  60. package/responseModel/finalsShort/CharacterPlayer.json +1889 -0
  61. package/responseModel/finalsShort/CloudScript.json +253 -0
  62. package/responseModel/finalsShort/Content.json +272 -0
  63. package/responseModel/finalsShort/Dashboard.json +4109 -0
  64. package/responseModel/finalsShort/GamePlayer.json +2305 -0
  65. package/responseModel/finalsShort/Generic.json +252 -0
  66. package/responseModel/finalsShort/Group.json +1508 -0
  67. package/responseModel/finalsShort/Inventory.json +1210 -0
  68. package/responseModel/finalsShort/MasterPlayer.json +3800 -0
  69. package/responseModel/finalsShort/Multiplayer.json +633 -0
  70. package/responseModel/finalsShort/StoreInventory.json +1098 -0
  71. package/responseModel/operationResponse/AuthenticateResponseModels.json +77 -0
  72. package/responseModel/operationResponse/CharacterPlayerResponseModels.json +217 -0
  73. package/responseModel/operationResponse/CloudScriptResponseModels.json +25 -0
  74. package/responseModel/operationResponse/ContentResponseModels.json +33 -0
  75. package/responseModel/operationResponse/DashboardResponseModels.json +109 -0
  76. package/responseModel/operationResponse/GamePlayerResponseModels.json +213 -0
  77. package/responseModel/operationResponse/GroupResponseModels.json +165 -0
  78. package/responseModel/operationResponse/InventoryResponseModels.json +141 -0
  79. package/responseModel/operationResponse/MasterPlayerResponseModels.json +349 -0
  80. package/responseModel/operationResponse/MultiplayerResponseModels.json +45 -0
  81. package/responseModel/operationResponse/StoreInventoryResponseModels.json +61 -0
  82. package/responseModel/servers/Authenticate.json +1328 -0
  83. package/responseModel/servers/CharacterPlayer.json +3199 -0
  84. package/responseModel/servers/CloudScript.json +278 -0
  85. package/responseModel/servers/Content.json +324 -0
  86. package/responseModel/servers/GamePlayer.json +3844 -0
  87. package/responseModel/servers/Group.json +2454 -0
  88. package/responseModel/servers/Inventory.json +1964 -0
  89. package/responseModel/servers/MasterAdmin.json +5569 -0
  90. package/responseModel/servers/MasterPlayer.json +5924 -0
  91. package/responseModel/servers/Multiplayer.json +545 -0
  92. package/responseModel/servers/StoreInventory.json +1290 -0
  93. package/dist/runtime/GNNetwork.js +0 -250
  94. package/dist/runtime/GNNetworkAuthenticateApi.js +0 -122
  95. package/dist/runtime/GNNetworkCharacterPlayerApi.js +0 -968
  96. package/dist/runtime/GNNetworkCloudScriptApi.js +0 -104
  97. package/dist/runtime/GNNetworkContentApi.js +0 -140
  98. package/dist/runtime/GNNetworkDashboardApi.js +0 -170
  99. package/dist/runtime/GNNetworkGamePlayerApi.js +0 -950
  100. package/dist/runtime/GNNetworkGroupApi.js +0 -734
  101. package/dist/runtime/GNNetworkInventoryApi.js +0 -626
  102. package/dist/runtime/GNNetworkMasterPlayerApi.js +0 -1550
  103. package/dist/runtime/GNNetworkMultiplayerApi.js +0 -194
  104. package/dist/runtime/GNNetworkStoreInventoryApi.js +0 -266
  105. package/dist/runtime/common/Action0.js +0 -1
  106. package/dist/runtime/common/Action1.js +0 -1
  107. package/dist/runtime/common/Action2.js +0 -1
  108. package/dist/runtime/common/Action3.js +0 -1
  109. package/dist/runtime/common/Action4.js +0 -1
  110. package/dist/runtime/common/GNData.js +0 -211
  111. package/dist/runtime/config/GNServerSettings.js +0 -149
  112. package/dist/runtime/constant/Commands.js +0 -19
  113. package/dist/runtime/constant/EventCode.js +0 -8
  114. package/dist/runtime/constant/OperationCode.js +0 -221
  115. package/dist/runtime/constant/ReturnCode.js +0 -14
  116. package/dist/runtime/constant/enumType/ExecuteResponseStatus.js +0 -8
  117. package/dist/runtime/constant/enumType/FriendStatus.js +0 -7
  118. package/dist/runtime/constant/enumType/GoogleLoginType.js +0 -5
  119. package/dist/runtime/constant/enumType/GroupStatus.js +0 -7
  120. package/dist/runtime/constant/enumType/InvalidMemberType.js +0 -18
  121. package/dist/runtime/constant/enumType/ItemType.js +0 -5
  122. package/dist/runtime/constant/enumType/MatchmakingMemberStatus.js +0 -6
  123. package/dist/runtime/constant/enumType/MatchmakingTicketStatus.js +0 -8
  124. package/dist/runtime/constant/enumType/OwnerType.js +0 -9
  125. package/dist/runtime/constant/enumType/PermissionDataItem.js +0 -5
  126. package/dist/runtime/constant/enumType/PushPlatformType.js +0 -5
  127. package/dist/runtime/constant/enumType/RequestRole.js +0 -6
  128. package/dist/runtime/constant/enumType/RequestType.js +0 -15
  129. package/dist/runtime/constant/enumType/StoreItemType.js +0 -5
  130. package/dist/runtime/constant/enumType/StoreReceiveType.js +0 -8
  131. package/dist/runtime/constant/errorCode/ErrorCode.js +0 -52
  132. package/dist/runtime/constant/parameterCode/ParameterCode.js +0 -617
  133. package/dist/runtime/entity/DataMember.js +0 -208
  134. package/dist/runtime/entity/GNMetadata.js +0 -11
  135. package/dist/runtime/entity/InvalidMember.js +0 -1
  136. package/dist/runtime/entity/OperationEvent.js +0 -24
  137. package/dist/runtime/entity/OperationHelper.js +0 -24
  138. package/dist/runtime/entity/OperationRequest.js +0 -42
  139. package/dist/runtime/entity/OperationResponse.js +0 -73
  140. package/dist/runtime/entity/models/AuthenticateModels.js +0 -426
  141. package/dist/runtime/entity/models/AuthenticateRequestModels.js +0 -188
  142. package/dist/runtime/entity/models/AuthenticateResponseModels.js +0 -131
  143. package/dist/runtime/entity/models/CharacterPlayerModels.js +0 -1437
  144. package/dist/runtime/entity/models/CharacterPlayerRequestModels.js +0 -1386
  145. package/dist/runtime/entity/models/CharacterPlayerResponseModels.js +0 -376
  146. package/dist/runtime/entity/models/CloudScriptModels.js +0 -197
  147. package/dist/runtime/entity/models/CloudScriptRequestModels.js +0 -138
  148. package/dist/runtime/entity/models/CloudScriptResponseModels.js +0 -40
  149. package/dist/runtime/entity/models/ContentModels.js +0 -203
  150. package/dist/runtime/entity/models/ContentRequestModels.js +0 -190
  151. package/dist/runtime/entity/models/ContentResponseModels.js +0 -54
  152. package/dist/runtime/entity/models/DashboardModels.js +0 -3002
  153. package/dist/runtime/entity/models/DashboardRequestModels.js +0 -268
  154. package/dist/runtime/entity/models/DashboardResponseModels.js +0 -187
  155. package/dist/runtime/entity/models/GamePlayerModels.js +0 -1591
  156. package/dist/runtime/entity/models/GamePlayerRequestModels.js +0 -1360
  157. package/dist/runtime/entity/models/GamePlayerResponseModels.js +0 -369
  158. package/dist/runtime/entity/models/GenericModels.js +0 -177
  159. package/dist/runtime/entity/models/GroupModels.js +0 -1139
  160. package/dist/runtime/entity/models/GroupRequestModels.js +0 -1048
  161. package/dist/runtime/entity/models/GroupResponseModels.js +0 -285
  162. package/dist/runtime/entity/models/InventoryModels.js +0 -915
  163. package/dist/runtime/entity/models/InventoryRequestModels.js +0 -892
  164. package/dist/runtime/entity/models/InventoryResponseModels.js +0 -243
  165. package/dist/runtime/entity/models/MasterPlayerModels.js +0 -2573
  166. package/dist/runtime/entity/models/MasterPlayerRequestModels.js +0 -2228
  167. package/dist/runtime/entity/models/MasterPlayerResponseModels.js +0 -607
  168. package/dist/runtime/entity/models/MultiplayerModels.js +0 -404
  169. package/dist/runtime/entity/models/MultiplayerRequestModels.js +0 -268
  170. package/dist/runtime/entity/models/MultiplayerResponseModels.js +0 -75
  171. package/dist/runtime/entity/models/StoreInventoryModels.js +0 -797
  172. package/dist/runtime/entity/models/StoreInventoryRequestModels.js +0 -372
  173. package/dist/runtime/entity/models/StoreInventoryResponseModels.js +0 -103
  174. package/dist/runtime/entity/request/CustomOperationRequest.js +0 -24
  175. package/dist/runtime/entity/response/CustomOperationResponse.js +0 -29
  176. package/dist/runtime/entity/response/GetAuthInfoResponse.js +0 -2
  177. package/dist/runtime/entity/response/UploadFileResponse.js +0 -2
  178. package/dist/runtime/helper/CodeHelper.js +0 -63
  179. package/dist/runtime/helper/ConverterService.js +0 -275
  180. package/dist/runtime/helper/EnumUtility.js +0 -33
  181. package/dist/runtime/helper/GNSupport.js +0 -8
  182. package/dist/runtime/helper/GNUtils.js +0 -72
  183. package/dist/runtime/helper/MessagePackConverterService.js +0 -9
  184. package/dist/runtime/logger/GNDebug.js +0 -29
  185. package/dist/runtime/networking/AuthenticateStatus.js +0 -14
  186. package/dist/runtime/networking/IPeer.js +0 -1
  187. package/dist/runtime/networking/NetworkingPeer.js +0 -178
  188. package/dist/runtime/networking/OperationPending.js +0 -53
  189. package/dist/runtime/networking/PeerBase.js +0 -161
  190. package/dist/runtime/networking/handler/IServerEventHandler.js +0 -13
  191. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.js +0 -39
  192. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.js +0 -39
  193. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.js +0 -39
  194. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.js +0 -39
  195. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.js +0 -35
  196. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.js +0 -43
  197. package/dist/runtime/networking/http/HttpPeer.js +0 -122
  198. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +0 -6
  199. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +0 -164
  200. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.js +0 -130
  201. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.js +0 -165
  202. package/dist/runtime/networking/socket/SocketPeer.js +0 -115
  203. package/dist/runtime/typescript/ServiceUpdate.js +0 -12
@@ -0,0 +1,1889 @@
1
+ {
2
+ "requestType": "CharacterPlayer",
3
+ "operations": [
4
+ {
5
+ "operationCode": "AddPlayerFriend",
6
+ "details": [
7
+ {
8
+ "role": "Client",
9
+ "requestData": [
10
+ {
11
+ "code": "CharacterId",
12
+ "description": "",
13
+ "type": "string"
14
+ },
15
+ {
16
+ "code": "FriendId",
17
+ "description": "",
18
+ "type": "string"
19
+ },
20
+ {
21
+ "code": "CatalogId",
22
+ "description": "",
23
+ "type": "string"
24
+ }
25
+ ]
26
+ }
27
+ ],
28
+ "description": ""
29
+ },
30
+ {
31
+ "operationCode": "AddSegment",
32
+ "details": [
33
+ {
34
+ "role": "Client",
35
+ "requestData": [
36
+ {
37
+ "code": "CharacterId",
38
+ "description": "",
39
+ "type": "string"
40
+ },
41
+ {
42
+ "code": "Value",
43
+ "description": "",
44
+ "type": "string"
45
+ }
46
+ ]
47
+ }
48
+ ],
49
+ "description": ""
50
+ },
51
+ {
52
+ "operationCode": "ChangePlayerCurrency",
53
+ "details": [
54
+ {
55
+ "role": "Client",
56
+ "requestData": [
57
+ {
58
+ "code": "CharacterId",
59
+ "description": "",
60
+ "type": "string"
61
+ },
62
+ {
63
+ "code": "PlayerCurrencies",
64
+ "description": "",
65
+ "type": "Array<PlayerCurrencyParam>"
66
+ },
67
+ {
68
+ "code": "Log",
69
+ "description": "",
70
+ "type": "string"
71
+ }
72
+ ]
73
+ }
74
+ ],
75
+ "description": ""
76
+ },
77
+ {
78
+ "operationCode": "ChangePlayerStatistics",
79
+ "details": [
80
+ {
81
+ "role": "Client",
82
+ "requestData": [
83
+ {
84
+ "code": "CharacterId",
85
+ "description": "",
86
+ "type": "string"
87
+ },
88
+ {
89
+ "code": "PlayerStatistics",
90
+ "description": "",
91
+ "type": "Array<PlayerStatisticsParam>"
92
+ },
93
+ {
94
+ "code": "Log",
95
+ "description": "",
96
+ "type": "string"
97
+ }
98
+ ]
99
+ }
100
+ ],
101
+ "description": ""
102
+ },
103
+ {
104
+ "operationCode": "CreateGroup",
105
+ "details": [
106
+ {
107
+ "role": "Client",
108
+ "requestData": [
109
+ {
110
+ "code": "CharacterId",
111
+ "description": "",
112
+ "type": "string"
113
+ },
114
+ {
115
+ "code": "CatalogId",
116
+ "description": "",
117
+ "type": "string"
118
+ },
119
+ {
120
+ "code": "GroupMembers",
121
+ "description": "",
122
+ "type": "Array<GroupMemberParam>"
123
+ },
124
+ {
125
+ "code": "DisplayName",
126
+ "description": "",
127
+ "type": "string",
128
+ "defaultValue": "\"\""
129
+ }
130
+ ]
131
+ }
132
+ ],
133
+ "description": ""
134
+ },
135
+ {
136
+ "operationCode": "CreatePlayerItem",
137
+ "details": [
138
+ {
139
+ "role": "Client",
140
+ "requestData": [
141
+ {
142
+ "code": "CharacterId",
143
+ "description": "",
144
+ "type": "string"
145
+ },
146
+ {
147
+ "code": "CatalogId",
148
+ "description": "",
149
+ "type": "string"
150
+ },
151
+ {
152
+ "code": "ClassId",
153
+ "description": "",
154
+ "type": "string"
155
+ },
156
+ {
157
+ "code": "DisplayName",
158
+ "description": "",
159
+ "type": "string",
160
+ "defaultValue": "\"\""
161
+ },
162
+ {
163
+ "code": "Amount",
164
+ "description": "",
165
+ "type": "number",
166
+ "defaultValue": "1"
167
+ }
168
+ ]
169
+ }
170
+ ],
171
+ "description": ""
172
+ },
173
+ {
174
+ "operationCode": "GetAvatar",
175
+ "details": [
176
+ {
177
+ "role": "Client",
178
+ "requestData": [
179
+ {
180
+ "code": "CharacterId",
181
+ "description": "",
182
+ "type": "string"
183
+ }
184
+ ]
185
+ }
186
+ ],
187
+ "description": ""
188
+ },
189
+ {
190
+ "operationCode": "GetCatalogId",
191
+ "details": [
192
+ {
193
+ "role": "Client",
194
+ "requestData": [
195
+ {
196
+ "code": "CharacterId",
197
+ "description": "",
198
+ "type": "string"
199
+ }
200
+ ]
201
+ }
202
+ ],
203
+ "description": ""
204
+ },
205
+ {
206
+ "operationCode": "GetCountryCode",
207
+ "details": [
208
+ {
209
+ "role": "Client",
210
+ "requestData": [
211
+ {
212
+ "code": "CharacterId",
213
+ "description": "",
214
+ "type": "string"
215
+ }
216
+ ]
217
+ }
218
+ ],
219
+ "description": ""
220
+ },
221
+ {
222
+ "operationCode": "GetCreateLeaderboard",
223
+ "details": [
224
+ {
225
+ "role": "Client",
226
+ "requestData": [
227
+ {
228
+ "code": "InfoRequestParam",
229
+ "description": "",
230
+ "type": "InfoRequestParam"
231
+ },
232
+ {
233
+ "code": "Skip",
234
+ "description": "",
235
+ "type": "number",
236
+ "defaultValue": "0"
237
+ },
238
+ {
239
+ "code": "Limit",
240
+ "description": "",
241
+ "type": "number",
242
+ "defaultValue": "10"
243
+ },
244
+ {
245
+ "code": "LoadFromCache",
246
+ "description": "",
247
+ "type": "boolean",
248
+ "defaultValue": "true"
249
+ }
250
+ ]
251
+ }
252
+ ],
253
+ "description": ""
254
+ },
255
+ {
256
+ "operationCode": "GetCurrencyLeaderboard",
257
+ "details": [
258
+ {
259
+ "role": "Client",
260
+ "requestData": [
261
+ {
262
+ "code": "Key",
263
+ "description": "",
264
+ "type": "string"
265
+ },
266
+ {
267
+ "code": "InfoRequestParam",
268
+ "description": "",
269
+ "type": "InfoRequestParam"
270
+ },
271
+ {
272
+ "code": "Skip",
273
+ "description": "",
274
+ "type": "number",
275
+ "defaultValue": "0"
276
+ },
277
+ {
278
+ "code": "Limit",
279
+ "description": "",
280
+ "type": "number",
281
+ "defaultValue": "10"
282
+ },
283
+ {
284
+ "code": "LoadFromCache",
285
+ "description": "",
286
+ "type": "boolean",
287
+ "defaultValue": "true"
288
+ },
289
+ {
290
+ "code": "CatalogId",
291
+ "description": "",
292
+ "type": "string"
293
+ }
294
+ ]
295
+ }
296
+ ],
297
+ "description": ""
298
+ },
299
+ {
300
+ "operationCode": "GetCurrencyLog",
301
+ "details": [
302
+ {
303
+ "role": "Client",
304
+ "requestData": [
305
+ {
306
+ "code": "Keys",
307
+ "description": "",
308
+ "type": "Array<string>"
309
+ },
310
+ {
311
+ "code": "CharacterId",
312
+ "description": "",
313
+ "type": "string"
314
+ },
315
+ {
316
+ "code": "Limit",
317
+ "description": "",
318
+ "type": "number",
319
+ "defaultValue": "10"
320
+ },
321
+ {
322
+ "code": "Token",
323
+ "description": "",
324
+ "type": "string"
325
+ }
326
+ ]
327
+ }
328
+ ],
329
+ "description": ""
330
+ },
331
+ {
332
+ "operationCode": "GetCustomData",
333
+ "details": [
334
+ {
335
+ "role": "Client",
336
+ "requestData": [
337
+ {
338
+ "code": "CharacterId",
339
+ "description": "",
340
+ "type": "string"
341
+ },
342
+ {
343
+ "code": "CustomDataKeys",
344
+ "description": "",
345
+ "type": "Array<string>"
346
+ }
347
+ ]
348
+ }
349
+ ],
350
+ "description": ""
351
+ },
352
+ {
353
+ "operationCode": "GetDisplayName",
354
+ "details": [
355
+ {
356
+ "role": "Client",
357
+ "requestData": [
358
+ {
359
+ "code": "CharacterId",
360
+ "description": "",
361
+ "type": "string"
362
+ }
363
+ ]
364
+ }
365
+ ],
366
+ "description": ""
367
+ },
368
+ {
369
+ "operationCode": "GetFriendStatisticsLeaderboardAroundPlayer",
370
+ "details": [
371
+ {
372
+ "role": "Client",
373
+ "requestData": [
374
+ {
375
+ "code": "CharacterId",
376
+ "description": "",
377
+ "type": "string"
378
+ },
379
+ {
380
+ "code": "Key",
381
+ "description": "",
382
+ "type": "string"
383
+ },
384
+ {
385
+ "code": "InfoRequestParam",
386
+ "description": "",
387
+ "type": "InfoRequestParam"
388
+ },
389
+ {
390
+ "code": "Skip",
391
+ "description": "",
392
+ "type": "number",
393
+ "defaultValue": "0"
394
+ },
395
+ {
396
+ "code": "Limit",
397
+ "description": "",
398
+ "type": "number",
399
+ "defaultValue": "10"
400
+ },
401
+ {
402
+ "code": "LoadFromCache",
403
+ "description": "",
404
+ "type": "boolean",
405
+ "defaultValue": "true"
406
+ }
407
+ ]
408
+ }
409
+ ],
410
+ "description": ""
411
+ },
412
+ {
413
+ "operationCode": "GetFriendStatisticsLeaderboard",
414
+ "details": [
415
+ {
416
+ "role": "Client",
417
+ "requestData": [
418
+ {
419
+ "code": "CharacterId",
420
+ "description": "",
421
+ "type": "string"
422
+ },
423
+ {
424
+ "code": "Key",
425
+ "description": "",
426
+ "type": "string"
427
+ },
428
+ {
429
+ "code": "InfoRequestParam",
430
+ "description": "",
431
+ "type": "InfoRequestParam"
432
+ },
433
+ {
434
+ "code": "Skip",
435
+ "description": "",
436
+ "type": "number",
437
+ "defaultValue": "0"
438
+ },
439
+ {
440
+ "code": "Limit",
441
+ "description": "",
442
+ "type": "number",
443
+ "defaultValue": "10"
444
+ },
445
+ {
446
+ "code": "LoadFromCache",
447
+ "description": "",
448
+ "type": "boolean",
449
+ "defaultValue": "true"
450
+ }
451
+ ]
452
+ }
453
+ ],
454
+ "description": ""
455
+ },
456
+ {
457
+ "operationCode": "GetIpAddressCreate",
458
+ "details": [
459
+ {
460
+ "role": "Client",
461
+ "requestData": [
462
+ {
463
+ "code": "CharacterId",
464
+ "description": "",
465
+ "type": "string"
466
+ }
467
+ ]
468
+ }
469
+ ],
470
+ "description": ""
471
+ },
472
+ {
473
+ "operationCode": "GetLastLoginLeaderboard",
474
+ "details": [
475
+ {
476
+ "role": "Client",
477
+ "requestData": [
478
+ {
479
+ "code": "InfoRequestParam",
480
+ "description": "",
481
+ "type": "InfoRequestParam"
482
+ },
483
+ {
484
+ "code": "Skip",
485
+ "description": "",
486
+ "type": "number",
487
+ "defaultValue": "0"
488
+ },
489
+ {
490
+ "code": "Limit",
491
+ "description": "",
492
+ "type": "number",
493
+ "defaultValue": "10"
494
+ },
495
+ {
496
+ "code": "LoadFromCache",
497
+ "description": "",
498
+ "type": "boolean",
499
+ "defaultValue": "true"
500
+ }
501
+ ]
502
+ }
503
+ ],
504
+ "description": ""
505
+ },
506
+ {
507
+ "operationCode": "GetOwner",
508
+ "details": [
509
+ {
510
+ "role": "Client",
511
+ "requestData": [
512
+ {
513
+ "code": "CharacterId",
514
+ "description": "",
515
+ "type": "string"
516
+ }
517
+ ]
518
+ }
519
+ ],
520
+ "description": ""
521
+ },
522
+ {
523
+ "operationCode": "GetPlayerBan",
524
+ "details": [
525
+ {
526
+ "role": "Client",
527
+ "requestData": [
528
+ {
529
+ "code": "CharacterId",
530
+ "description": "",
531
+ "type": "string"
532
+ }
533
+ ]
534
+ }
535
+ ],
536
+ "description": ""
537
+ },
538
+ {
539
+ "operationCode": "GetPlayerCurrency",
540
+ "details": [
541
+ {
542
+ "role": "Client",
543
+ "requestData": [
544
+ {
545
+ "code": "CharacterId",
546
+ "description": "",
547
+ "type": "string"
548
+ },
549
+ {
550
+ "code": "PlayerCurrencyKeys",
551
+ "description": "",
552
+ "type": "Array<string>"
553
+ }
554
+ ]
555
+ }
556
+ ],
557
+ "description": ""
558
+ },
559
+ {
560
+ "operationCode": "GetPlayerData",
561
+ "details": [
562
+ {
563
+ "role": "Client",
564
+ "requestData": [
565
+ {
566
+ "code": "CharacterId",
567
+ "description": "",
568
+ "type": "string"
569
+ },
570
+ {
571
+ "code": "PlayerDataKeys",
572
+ "description": "",
573
+ "type": "Array<string>"
574
+ }
575
+ ]
576
+ }
577
+ ],
578
+ "description": ""
579
+ },
580
+ {
581
+ "operationCode": "GetPlayerFriend",
582
+ "details": [
583
+ {
584
+ "role": "Client",
585
+ "requestData": [
586
+ {
587
+ "code": "CharacterId",
588
+ "description": "",
589
+ "type": "string"
590
+ },
591
+ {
592
+ "code": "FriendCatalogIds",
593
+ "description": "",
594
+ "type": "Array<string>"
595
+ }
596
+ ]
597
+ }
598
+ ],
599
+ "description": ""
600
+ },
601
+ {
602
+ "operationCode": "GetPlayerGroup",
603
+ "details": [
604
+ {
605
+ "role": "Client",
606
+ "requestData": [
607
+ {
608
+ "code": "CharacterId",
609
+ "description": "",
610
+ "type": "string"
611
+ },
612
+ {
613
+ "code": "GroupCatalogIds",
614
+ "description": "",
615
+ "type": "Array<string>"
616
+ }
617
+ ]
618
+ }
619
+ ],
620
+ "description": ""
621
+ },
622
+ {
623
+ "operationCode": "GetPlayerInformation",
624
+ "details": [
625
+ {
626
+ "role": "Client",
627
+ "requestData": [
628
+ {
629
+ "code": "CharacterId",
630
+ "description": "",
631
+ "type": "string"
632
+ },
633
+ {
634
+ "code": "InfoRequestParam",
635
+ "description": "",
636
+ "type": "InfoRequestParam"
637
+ }
638
+ ]
639
+ }
640
+ ],
641
+ "description": ""
642
+ },
643
+ {
644
+ "operationCode": "GetPlayerInventory",
645
+ "details": [
646
+ {
647
+ "role": "Client",
648
+ "requestData": [
649
+ {
650
+ "code": "CharacterId",
651
+ "description": "",
652
+ "type": "string"
653
+ },
654
+ {
655
+ "code": "ItemCatalogIds",
656
+ "description": "",
657
+ "type": "Array<string>"
658
+ }
659
+ ]
660
+ }
661
+ ],
662
+ "description": ""
663
+ },
664
+ {
665
+ "operationCode": "GetPlayerStatistics",
666
+ "details": [
667
+ {
668
+ "role": "Client",
669
+ "requestData": [
670
+ {
671
+ "code": "CharacterId",
672
+ "description": "",
673
+ "type": "string"
674
+ },
675
+ {
676
+ "code": "StatisticsKeys",
677
+ "description": "",
678
+ "type": "Array<string>"
679
+ }
680
+ ]
681
+ }
682
+ ],
683
+ "description": ""
684
+ },
685
+ {
686
+ "operationCode": "GetPlayersWithDisplayName",
687
+ "details": [
688
+ {
689
+ "role": "Client",
690
+ "requestData": [
691
+ {
692
+ "code": "Keyword",
693
+ "description": "",
694
+ "type": "string"
695
+ },
696
+ {
697
+ "code": "InfoRequestParam",
698
+ "description": "",
699
+ "type": "InfoRequestParam"
700
+ },
701
+ {
702
+ "code": "Skip",
703
+ "description": "",
704
+ "type": "number",
705
+ "defaultValue": "0"
706
+ },
707
+ {
708
+ "code": "Limit",
709
+ "description": "",
710
+ "type": "number",
711
+ "defaultValue": "10"
712
+ }
713
+ ]
714
+ }
715
+ ],
716
+ "description": ""
717
+ },
718
+ {
719
+ "operationCode": "GetPlayersWithSegment",
720
+ "details": [
721
+ {
722
+ "role": "Client",
723
+ "requestData": [
724
+ {
725
+ "code": "Value",
726
+ "description": "",
727
+ "type": "string"
728
+ },
729
+ {
730
+ "code": "InfoRequestParam",
731
+ "description": "",
732
+ "type": "InfoRequestParam"
733
+ },
734
+ {
735
+ "code": "Skip",
736
+ "description": "",
737
+ "type": "number",
738
+ "defaultValue": "0"
739
+ },
740
+ {
741
+ "code": "Limit",
742
+ "description": "",
743
+ "type": "number",
744
+ "defaultValue": "10"
745
+ }
746
+ ]
747
+ }
748
+ ],
749
+ "description": ""
750
+ },
751
+ {
752
+ "operationCode": "GetPlayersWithTag",
753
+ "details": [
754
+ {
755
+ "role": "Client",
756
+ "requestData": [
757
+ {
758
+ "code": "Key",
759
+ "description": "",
760
+ "type": "string"
761
+ },
762
+ {
763
+ "code": "Value",
764
+ "description": "",
765
+ "type": "string"
766
+ },
767
+ {
768
+ "code": "InfoRequestParam",
769
+ "description": "",
770
+ "type": "InfoRequestParam"
771
+ },
772
+ {
773
+ "code": "Skip",
774
+ "description": "",
775
+ "type": "number",
776
+ "defaultValue": "0"
777
+ },
778
+ {
779
+ "code": "Limit",
780
+ "description": "",
781
+ "type": "number",
782
+ "defaultValue": "10"
783
+ }
784
+ ]
785
+ }
786
+ ],
787
+ "description": ""
788
+ },
789
+ {
790
+ "operationCode": "GetRemoveStatus",
791
+ "details": [
792
+ {
793
+ "role": "Client",
794
+ "requestData": [
795
+ {
796
+ "code": "CharacterId",
797
+ "description": "",
798
+ "type": "string"
799
+ }
800
+ ]
801
+ }
802
+ ],
803
+ "description": ""
804
+ },
805
+ {
806
+ "operationCode": "GetSegment",
807
+ "details": [
808
+ {
809
+ "role": "Client",
810
+ "requestData": [
811
+ {
812
+ "code": "CharacterId",
813
+ "description": "",
814
+ "type": "string"
815
+ }
816
+ ]
817
+ }
818
+ ],
819
+ "description": ""
820
+ },
821
+ {
822
+ "operationCode": "GetStatisticsLeaderboardAroundPlayer",
823
+ "details": [
824
+ {
825
+ "role": "Client",
826
+ "requestData": [
827
+ {
828
+ "code": "CharacterId",
829
+ "description": "",
830
+ "type": "string"
831
+ },
832
+ {
833
+ "code": "Key",
834
+ "description": "",
835
+ "type": "string"
836
+ },
837
+ {
838
+ "code": "InfoRequestParam",
839
+ "description": "",
840
+ "type": "InfoRequestParam"
841
+ },
842
+ {
843
+ "code": "Skip",
844
+ "description": "",
845
+ "type": "number",
846
+ "defaultValue": "0"
847
+ },
848
+ {
849
+ "code": "Limit",
850
+ "description": "",
851
+ "type": "number",
852
+ "defaultValue": "10"
853
+ },
854
+ {
855
+ "code": "LoadFromCache",
856
+ "description": "",
857
+ "type": "boolean",
858
+ "defaultValue": "true"
859
+ },
860
+ {
861
+ "code": "CatalogId",
862
+ "description": "",
863
+ "type": "string"
864
+ }
865
+ ]
866
+ }
867
+ ],
868
+ "description": ""
869
+ },
870
+ {
871
+ "operationCode": "GetStatisticsLeaderboard",
872
+ "details": [
873
+ {
874
+ "role": "Client",
875
+ "requestData": [
876
+ {
877
+ "code": "Key",
878
+ "description": "",
879
+ "type": "string"
880
+ },
881
+ {
882
+ "code": "InfoRequestParam",
883
+ "description": "",
884
+ "type": "InfoRequestParam"
885
+ },
886
+ {
887
+ "code": "Skip",
888
+ "description": "",
889
+ "type": "number",
890
+ "defaultValue": "0"
891
+ },
892
+ {
893
+ "code": "Limit",
894
+ "description": "",
895
+ "type": "number",
896
+ "defaultValue": "10"
897
+ },
898
+ {
899
+ "code": "LoadFromCache",
900
+ "description": "",
901
+ "type": "boolean",
902
+ "defaultValue": "true"
903
+ },
904
+ {
905
+ "code": "Version",
906
+ "description": "",
907
+ "type": "string"
908
+ },
909
+ {
910
+ "code": "CatalogId",
911
+ "description": "",
912
+ "type": "string"
913
+ }
914
+ ]
915
+ }
916
+ ],
917
+ "description": ""
918
+ },
919
+ {
920
+ "operationCode": "GetStatisticsLog",
921
+ "details": [
922
+ {
923
+ "role": "Client",
924
+ "requestData": [
925
+ {
926
+ "code": "Keys",
927
+ "description": "",
928
+ "type": "Array<string>"
929
+ },
930
+ {
931
+ "code": "CharacterId",
932
+ "description": "",
933
+ "type": "string"
934
+ },
935
+ {
936
+ "code": "Limit",
937
+ "description": "",
938
+ "type": "number",
939
+ "defaultValue": "10"
940
+ },
941
+ {
942
+ "code": "Token",
943
+ "description": "",
944
+ "type": "string"
945
+ }
946
+ ]
947
+ }
948
+ ],
949
+ "description": ""
950
+ },
951
+ {
952
+ "operationCode": "GetTag",
953
+ "details": [
954
+ {
955
+ "role": "Client",
956
+ "requestData": [
957
+ {
958
+ "code": "CharacterId",
959
+ "description": "",
960
+ "type": "string"
961
+ },
962
+ {
963
+ "code": "TagKeys",
964
+ "description": "",
965
+ "type": "Array<string>"
966
+ }
967
+ ]
968
+ }
969
+ ],
970
+ "description": ""
971
+ },
972
+ {
973
+ "operationCode": "GetTsCreate",
974
+ "details": [
975
+ {
976
+ "role": "Client",
977
+ "requestData": [
978
+ {
979
+ "code": "CharacterId",
980
+ "description": "",
981
+ "type": "string"
982
+ }
983
+ ]
984
+ }
985
+ ],
986
+ "description": ""
987
+ },
988
+ {
989
+ "operationCode": "GetTsLastLogin",
990
+ "details": [
991
+ {
992
+ "role": "Client",
993
+ "requestData": [
994
+ {
995
+ "code": "CharacterId",
996
+ "description": "",
997
+ "type": "string"
998
+ }
999
+ ]
1000
+ }
1001
+ ],
1002
+ "description": ""
1003
+ },
1004
+ {
1005
+ "operationCode": "JoinGroup",
1006
+ "details": [
1007
+ {
1008
+ "role": "Client",
1009
+ "requestData": [
1010
+ {
1011
+ "code": "CharacterId",
1012
+ "description": "",
1013
+ "type": "string"
1014
+ },
1015
+ {
1016
+ "code": "GroupId",
1017
+ "description": "",
1018
+ "type": "string"
1019
+ }
1020
+ ]
1021
+ }
1022
+ ],
1023
+ "description": ""
1024
+ },
1025
+ {
1026
+ "operationCode": "LeaveGroup",
1027
+ "details": [
1028
+ {
1029
+ "role": "Client",
1030
+ "requestData": [
1031
+ {
1032
+ "code": "CharacterId",
1033
+ "description": "",
1034
+ "type": "string"
1035
+ },
1036
+ {
1037
+ "code": "GroupId",
1038
+ "description": "",
1039
+ "type": "string"
1040
+ }
1041
+ ]
1042
+ }
1043
+ ],
1044
+ "description": ""
1045
+ },
1046
+ {
1047
+ "operationCode": "RemovePlayerFriend",
1048
+ "details": [
1049
+ {
1050
+ "role": "Client",
1051
+ "requestData": [
1052
+ {
1053
+ "code": "CharacterId",
1054
+ "description": "",
1055
+ "type": "string"
1056
+ },
1057
+ {
1058
+ "code": "FriendId",
1059
+ "description": "",
1060
+ "type": "string"
1061
+ }
1062
+ ]
1063
+ }
1064
+ ],
1065
+ "description": ""
1066
+ },
1067
+ {
1068
+ "operationCode": "RemovePlayerItem",
1069
+ "details": [
1070
+ {
1071
+ "role": "Client",
1072
+ "requestData": [
1073
+ {
1074
+ "code": "CharacterId",
1075
+ "description": "",
1076
+ "type": "string"
1077
+ },
1078
+ {
1079
+ "code": "ItemId",
1080
+ "description": "",
1081
+ "type": "string"
1082
+ }
1083
+ ]
1084
+ }
1085
+ ],
1086
+ "description": ""
1087
+ },
1088
+ {
1089
+ "operationCode": "RemoveSegment",
1090
+ "details": [
1091
+ {
1092
+ "role": "Client",
1093
+ "requestData": [
1094
+ {
1095
+ "code": "CharacterId",
1096
+ "description": "",
1097
+ "type": "string"
1098
+ },
1099
+ {
1100
+ "code": "Value",
1101
+ "description": "",
1102
+ "type": "string"
1103
+ }
1104
+ ]
1105
+ }
1106
+ ],
1107
+ "description": ""
1108
+ },
1109
+ {
1110
+ "operationCode": "RemoveTag",
1111
+ "details": [
1112
+ {
1113
+ "role": "Client",
1114
+ "requestData": [
1115
+ {
1116
+ "code": "CharacterId",
1117
+ "description": "",
1118
+ "type": "string"
1119
+ },
1120
+ {
1121
+ "code": "Key",
1122
+ "description": "",
1123
+ "type": "string"
1124
+ }
1125
+ ]
1126
+ }
1127
+ ],
1128
+ "description": ""
1129
+ },
1130
+ {
1131
+ "operationCode": "SetAvatar",
1132
+ "details": [
1133
+ {
1134
+ "role": "Client",
1135
+ "requestData": [
1136
+ {
1137
+ "code": "CharacterId",
1138
+ "description": "",
1139
+ "type": "string"
1140
+ },
1141
+ {
1142
+ "code": "Type",
1143
+ "description": "",
1144
+ "type": "number"
1145
+ },
1146
+ {
1147
+ "code": "Value",
1148
+ "description": "",
1149
+ "type": "string"
1150
+ }
1151
+ ]
1152
+ }
1153
+ ],
1154
+ "description": ""
1155
+ },
1156
+ {
1157
+ "operationCode": "SetCountryCode",
1158
+ "details": [
1159
+ {
1160
+ "role": "Client",
1161
+ "requestData": [
1162
+ {
1163
+ "code": "CharacterId",
1164
+ "description": "",
1165
+ "type": "string"
1166
+ },
1167
+ {
1168
+ "code": "CountryCode",
1169
+ "description": "",
1170
+ "type": "string"
1171
+ }
1172
+ ]
1173
+ }
1174
+ ],
1175
+ "description": ""
1176
+ },
1177
+ {
1178
+ "operationCode": "SetCustomData",
1179
+ "details": [
1180
+ {
1181
+ "role": "Client",
1182
+ "requestData": [
1183
+ {
1184
+ "code": "CharacterId",
1185
+ "description": "",
1186
+ "type": "string"
1187
+ },
1188
+ {
1189
+ "code": "CustomDatas",
1190
+ "description": "",
1191
+ "type": "Array<CustomDataParam>"
1192
+ }
1193
+ ]
1194
+ }
1195
+ ],
1196
+ "description": ""
1197
+ },
1198
+ {
1199
+ "operationCode": "SetDisplayName",
1200
+ "details": [
1201
+ {
1202
+ "role": "Client",
1203
+ "requestData": [
1204
+ {
1205
+ "code": "CharacterId",
1206
+ "description": "",
1207
+ "type": "string"
1208
+ },
1209
+ {
1210
+ "code": "DisplayName",
1211
+ "description": "",
1212
+ "type": "string"
1213
+ },
1214
+ {
1215
+ "code": "UniqueDisplayName",
1216
+ "description": "",
1217
+ "type": "boolean",
1218
+ "defaultValue": "false"
1219
+ }
1220
+ ]
1221
+ }
1222
+ ],
1223
+ "description": ""
1224
+ },
1225
+ {
1226
+ "operationCode": "SetOwner",
1227
+ "details": [
1228
+ {
1229
+ "role": "Client",
1230
+ "requestData": [
1231
+ {
1232
+ "code": "CharacterId",
1233
+ "description": "",
1234
+ "type": "string"
1235
+ },
1236
+ {
1237
+ "code": "NewOwnerId",
1238
+ "description": "",
1239
+ "type": "string"
1240
+ }
1241
+ ]
1242
+ }
1243
+ ],
1244
+ "description": ""
1245
+ },
1246
+ {
1247
+ "operationCode": "SetPlayerBan",
1248
+ "details": [
1249
+ {
1250
+ "role": "Client",
1251
+ "requestData": [
1252
+ {
1253
+ "code": "CharacterId",
1254
+ "description": "",
1255
+ "type": "string"
1256
+ },
1257
+ {
1258
+ "code": "TsExpire",
1259
+ "description": "",
1260
+ "type": "number"
1261
+ },
1262
+ {
1263
+ "code": "Reason",
1264
+ "description": "",
1265
+ "type": "string"
1266
+ }
1267
+ ]
1268
+ }
1269
+ ],
1270
+ "description": ""
1271
+ },
1272
+ {
1273
+ "operationCode": "SetPlayerData",
1274
+ "details": [
1275
+ {
1276
+ "role": "Client",
1277
+ "requestData": [
1278
+ {
1279
+ "code": "CharacterId",
1280
+ "description": "",
1281
+ "type": "string"
1282
+ },
1283
+ {
1284
+ "code": "PlayerDatas",
1285
+ "description": "",
1286
+ "type": "Array<PlayerDataParam>"
1287
+ }
1288
+ ]
1289
+ }
1290
+ ],
1291
+ "description": ""
1292
+ },
1293
+ {
1294
+ "operationCode": "SetRemoveStatus",
1295
+ "details": [
1296
+ {
1297
+ "role": "Client",
1298
+ "requestData": [
1299
+ {
1300
+ "code": "CharacterId",
1301
+ "description": "",
1302
+ "type": "string"
1303
+ },
1304
+ {
1305
+ "code": "Reason",
1306
+ "description": "",
1307
+ "type": "string",
1308
+ "defaultValue": "\"\""
1309
+ }
1310
+ ]
1311
+ }
1312
+ ],
1313
+ "description": ""
1314
+ },
1315
+ {
1316
+ "operationCode": "SetTag",
1317
+ "details": [
1318
+ {
1319
+ "role": "Client",
1320
+ "requestData": [
1321
+ {
1322
+ "code": "CharacterId",
1323
+ "description": "",
1324
+ "type": "string"
1325
+ },
1326
+ {
1327
+ "code": "Key",
1328
+ "description": "",
1329
+ "type": "string"
1330
+ },
1331
+ {
1332
+ "code": "Value",
1333
+ "description": "",
1334
+ "type": "string"
1335
+ }
1336
+ ]
1337
+ }
1338
+ ],
1339
+ "description": ""
1340
+ }
1341
+ ],
1342
+ "models": [
1343
+ {
1344
+ "name": "CustomDataParam",
1345
+ "details": [
1346
+ {
1347
+ "code": "Key",
1348
+ "description": "",
1349
+ "type": "string"
1350
+ },
1351
+ {
1352
+ "code": "Value",
1353
+ "description": "",
1354
+ "type": "any"
1355
+ }
1356
+ ],
1357
+ "description": ""
1358
+ },
1359
+ {
1360
+ "name": "GroupMemberParam",
1361
+ "details": [
1362
+ {
1363
+ "code": "UserId",
1364
+ "description": "",
1365
+ "type": "string"
1366
+ }
1367
+ ],
1368
+ "description": ""
1369
+ },
1370
+ {
1371
+ "name": "InfoRequestParam",
1372
+ "details": [
1373
+ {
1374
+ "code": "CatalogId",
1375
+ "description": "",
1376
+ "type": "boolean",
1377
+ "defaultValue": "false"
1378
+ },
1379
+ {
1380
+ "code": "Owner",
1381
+ "description": "",
1382
+ "type": "boolean",
1383
+ "defaultValue": "false"
1384
+ },
1385
+ {
1386
+ "code": "RemoveStatus",
1387
+ "description": "",
1388
+ "type": "boolean",
1389
+ "defaultValue": "false"
1390
+ },
1391
+ {
1392
+ "code": "Segments",
1393
+ "description": "",
1394
+ "type": "boolean",
1395
+ "defaultValue": "false"
1396
+ },
1397
+ {
1398
+ "code": "CustomDatas",
1399
+ "description": "",
1400
+ "type": "boolean",
1401
+ "defaultValue": "false"
1402
+ },
1403
+ {
1404
+ "code": "DisplayName",
1405
+ "description": "",
1406
+ "type": "boolean",
1407
+ "defaultValue": "false"
1408
+ },
1409
+ {
1410
+ "code": "Avatar",
1411
+ "description": "",
1412
+ "type": "boolean",
1413
+ "defaultValue": "false"
1414
+ },
1415
+ {
1416
+ "code": "TsCreate",
1417
+ "description": "",
1418
+ "type": "boolean",
1419
+ "defaultValue": "false"
1420
+ },
1421
+ {
1422
+ "code": "Tags",
1423
+ "description": "",
1424
+ "type": "boolean",
1425
+ "defaultValue": "false"
1426
+ },
1427
+ {
1428
+ "code": "PlayerBan",
1429
+ "description": "",
1430
+ "type": "boolean",
1431
+ "defaultValue": "false"
1432
+ },
1433
+ {
1434
+ "code": "PlayerCurrencies",
1435
+ "description": "",
1436
+ "type": "boolean",
1437
+ "defaultValue": "false"
1438
+ },
1439
+ {
1440
+ "code": "PlayerStatistics",
1441
+ "description": "",
1442
+ "type": "boolean",
1443
+ "defaultValue": "false"
1444
+ },
1445
+ {
1446
+ "code": "PlayerDatas",
1447
+ "description": "",
1448
+ "type": "boolean",
1449
+ "defaultValue": "false"
1450
+ },
1451
+ {
1452
+ "code": "IpAddressCreate",
1453
+ "description": "",
1454
+ "type": "boolean",
1455
+ "defaultValue": "false"
1456
+ },
1457
+ {
1458
+ "code": "CountryCode",
1459
+ "description": "",
1460
+ "type": "boolean",
1461
+ "defaultValue": "false"
1462
+ },
1463
+ {
1464
+ "code": "TsLastLogin",
1465
+ "description": "",
1466
+ "type": "boolean",
1467
+ "defaultValue": "false"
1468
+ },
1469
+ {
1470
+ "code": "PlayerInventories",
1471
+ "description": "",
1472
+ "type": "boolean",
1473
+ "defaultValue": "false"
1474
+ },
1475
+ {
1476
+ "code": "PlayerGroups",
1477
+ "description": "",
1478
+ "type": "boolean",
1479
+ "defaultValue": "false"
1480
+ },
1481
+ {
1482
+ "code": "PlayerFriends",
1483
+ "description": "",
1484
+ "type": "boolean",
1485
+ "defaultValue": "false"
1486
+ },
1487
+ {
1488
+ "code": "PlayerDataKeys",
1489
+ "description": "",
1490
+ "type": "Array<string>"
1491
+ },
1492
+ {
1493
+ "code": "PlayerCurrencyKeys",
1494
+ "description": "",
1495
+ "type": "Array<string>"
1496
+ },
1497
+ {
1498
+ "code": "PlayerStatisticsKeys",
1499
+ "description": "",
1500
+ "type": "Array<string>"
1501
+ },
1502
+ {
1503
+ "code": "CustomDataKeys",
1504
+ "description": "",
1505
+ "type": "Array<string>"
1506
+ },
1507
+ {
1508
+ "code": "TagKeys",
1509
+ "description": "",
1510
+ "type": "Array<string>"
1511
+ },
1512
+ {
1513
+ "code": "CharacterCatalogIds",
1514
+ "description": "",
1515
+ "type": "Array<string>"
1516
+ },
1517
+ {
1518
+ "code": "ItemCatalogIds",
1519
+ "description": "",
1520
+ "type": "Array<string>"
1521
+ },
1522
+ {
1523
+ "code": "GroupCatalogIds",
1524
+ "description": "",
1525
+ "type": "Array<string>"
1526
+ },
1527
+ {
1528
+ "code": "FriendCatalogIds",
1529
+ "description": "",
1530
+ "type": "Array<string>"
1531
+ }
1532
+ ],
1533
+ "description": ""
1534
+ },
1535
+ {
1536
+ "name": "PlayerCurrencyParam",
1537
+ "details": [
1538
+ {
1539
+ "code": "Key",
1540
+ "description": "",
1541
+ "type": "string"
1542
+ },
1543
+ {
1544
+ "code": "Amount",
1545
+ "description": "",
1546
+ "type": "number"
1547
+ }
1548
+ ],
1549
+ "description": ""
1550
+ },
1551
+ {
1552
+ "name": "PlayerDataParam",
1553
+ "details": [
1554
+ {
1555
+ "code": "Key",
1556
+ "description": "",
1557
+ "type": "string"
1558
+ },
1559
+ {
1560
+ "code": "Value",
1561
+ "description": "",
1562
+ "type": "any"
1563
+ }
1564
+ ],
1565
+ "description": ""
1566
+ },
1567
+ {
1568
+ "name": "PlayerStatisticsParam",
1569
+ "details": [
1570
+ {
1571
+ "code": "Key",
1572
+ "description": "",
1573
+ "type": "string"
1574
+ },
1575
+ {
1576
+ "code": "Value",
1577
+ "description": "",
1578
+ "type": "number"
1579
+ }
1580
+ ],
1581
+ "description": ""
1582
+ },
1583
+ {
1584
+ "name": "InfoResponseParameters",
1585
+ "details": [
1586
+ {
1587
+ "code": "CatalogId",
1588
+ "description": "",
1589
+ "type": "string"
1590
+ },
1591
+ {
1592
+ "code": "Owner",
1593
+ "description": "",
1594
+ "type": "GenericModels.OwnerItem"
1595
+ },
1596
+ {
1597
+ "code": "RemoveStatus",
1598
+ "description": "",
1599
+ "type": "GenericModels.RemoveStatusItem"
1600
+ },
1601
+ {
1602
+ "code": "Segments",
1603
+ "description": "",
1604
+ "type": "Array<string>"
1605
+ },
1606
+ {
1607
+ "code": "CustomDatas",
1608
+ "description": "",
1609
+ "type": "Array<GenericModels.DataItem>"
1610
+ },
1611
+ {
1612
+ "code": "DisplayName",
1613
+ "description": "",
1614
+ "type": "string"
1615
+ },
1616
+ {
1617
+ "code": "Avatar",
1618
+ "description": "",
1619
+ "type": "GenericModels.AvatarItem"
1620
+ },
1621
+ {
1622
+ "code": "TsCreate",
1623
+ "description": "",
1624
+ "type": "number"
1625
+ },
1626
+ {
1627
+ "code": "Tags",
1628
+ "description": "",
1629
+ "type": "Array<GenericModels.TagItem>"
1630
+ },
1631
+ {
1632
+ "code": "PlayerBan",
1633
+ "description": "",
1634
+ "type": "GenericModels.BanItem"
1635
+ },
1636
+ {
1637
+ "code": "PlayerDatas",
1638
+ "description": "",
1639
+ "type": "Array<GenericModels.DataItem>"
1640
+ },
1641
+ {
1642
+ "code": "PlayerCurrencies",
1643
+ "description": "",
1644
+ "type": "Array<GenericModels.CurrencyItem>"
1645
+ },
1646
+ {
1647
+ "code": "PlayerStatistics",
1648
+ "description": "",
1649
+ "type": "Array<GenericModels.StatisticsItem>"
1650
+ },
1651
+ {
1652
+ "code": "PlayerInventories",
1653
+ "description": "",
1654
+ "type": "Array<GenericModels.InventoryItem>"
1655
+ },
1656
+ {
1657
+ "code": "PlayerGroups",
1658
+ "description": "",
1659
+ "type": "Array<GenericModels.GroupItem>"
1660
+ },
1661
+ {
1662
+ "code": "PlayerFriends",
1663
+ "description": "",
1664
+ "type": "Array<GenericModels.FriendItem>"
1665
+ },
1666
+ {
1667
+ "code": "TsLastLogin",
1668
+ "description": "",
1669
+ "type": "number"
1670
+ },
1671
+ {
1672
+ "code": "IpAddressCreate",
1673
+ "description": "",
1674
+ "type": "string"
1675
+ },
1676
+ {
1677
+ "code": "CountryCode",
1678
+ "description": "",
1679
+ "type": "string"
1680
+ }
1681
+ ],
1682
+ "extends": null,
1683
+ "description": ""
1684
+ },
1685
+ {
1686
+ "name": "CharacterPlayerResponseData",
1687
+ "details": [
1688
+ {
1689
+ "code": "InfoResponseParameters",
1690
+ "description": "",
1691
+ "type": "InfoResponseParameters"
1692
+ }
1693
+ ],
1694
+ "extends": null,
1695
+ "description": ""
1696
+ },
1697
+ {
1698
+ "name": "CharacterPlayerWithCharacterIdResponseData",
1699
+ "details": [
1700
+ {
1701
+ "code": "CharacterId",
1702
+ "description": "",
1703
+ "type": "string"
1704
+ },
1705
+ {
1706
+ "code": "InfoResponseParameters",
1707
+ "description": "",
1708
+ "type": "InfoResponseParameters"
1709
+ }
1710
+ ],
1711
+ "extends": null,
1712
+ "description": ""
1713
+ },
1714
+ {
1715
+ "name": "CharacterPlayerLeaderboardResponseData",
1716
+ "details": [
1717
+ {
1718
+ "code": "Position",
1719
+ "description": "",
1720
+ "type": "number"
1721
+ },
1722
+ {
1723
+ "code": "BackupValue",
1724
+ "description": "",
1725
+ "type": "number"
1726
+ },
1727
+ {
1728
+ "code": "CharacterId",
1729
+ "description": "",
1730
+ "type": "string"
1731
+ },
1732
+ {
1733
+ "code": "InfoResponseParameters",
1734
+ "description": "",
1735
+ "type": "InfoResponseParameters"
1736
+ }
1737
+ ],
1738
+ "extends": null,
1739
+ "description": ""
1740
+ },
1741
+ {
1742
+ "name": "CharacterPlayerLogResponseData",
1743
+ "details": [
1744
+ {
1745
+ "code": "CharacterId",
1746
+ "description": "",
1747
+ "type": "string"
1748
+ },
1749
+ {
1750
+ "code": "TsCreate",
1751
+ "description": "",
1752
+ "type": "number"
1753
+ },
1754
+ {
1755
+ "code": "Log",
1756
+ "description": "",
1757
+ "type": "string"
1758
+ },
1759
+ {
1760
+ "code": "Key",
1761
+ "description": "",
1762
+ "type": "string"
1763
+ },
1764
+ {
1765
+ "code": "Amount",
1766
+ "description": "",
1767
+ "type": "number"
1768
+ },
1769
+ {
1770
+ "code": "StartValue",
1771
+ "description": "",
1772
+ "type": "number"
1773
+ },
1774
+ {
1775
+ "code": "FinalValue",
1776
+ "description": "",
1777
+ "type": "number"
1778
+ }
1779
+ ],
1780
+ "extends": null,
1781
+ "description": ""
1782
+ },
1783
+ {
1784
+ "name": "GetStatisticsLeaderboardResponseData",
1785
+ "details": [
1786
+ {
1787
+ "code": "Results",
1788
+ "description": "",
1789
+ "type": "Array<CharacterPlayerLeaderboardResponseData>"
1790
+ },
1791
+ {
1792
+ "code": "TsCreate",
1793
+ "description": "",
1794
+ "type": "number"
1795
+ }
1796
+ ],
1797
+ "extends": null,
1798
+ "description": ""
1799
+ },
1800
+ {
1801
+ "name": "CharacterPlayersWithCharacterIdResponseData",
1802
+ "details": [
1803
+ {
1804
+ "code": "Results",
1805
+ "description": "",
1806
+ "type": "Array<CharacterPlayerWithCharacterIdResponseData>"
1807
+ }
1808
+ ],
1809
+ "extends": null,
1810
+ "description": ""
1811
+ },
1812
+ {
1813
+ "name": "GetCurrencyLeaderboardResponseData",
1814
+ "details": [
1815
+ {
1816
+ "code": "Results",
1817
+ "description": "",
1818
+ "type": "Array<CharacterPlayerLeaderboardResponseData>"
1819
+ }
1820
+ ],
1821
+ "extends": null,
1822
+ "description": ""
1823
+ },
1824
+ {
1825
+ "name": "GetCreateLeaderboardResponseData",
1826
+ "details": [
1827
+ {
1828
+ "code": "Results",
1829
+ "description": "",
1830
+ "type": "Array<CharacterPlayerLeaderboardResponseData>"
1831
+ }
1832
+ ],
1833
+ "extends": null,
1834
+ "description": ""
1835
+ },
1836
+ {
1837
+ "name": "GetLastLoginLeaderboardResponseData",
1838
+ "details": [
1839
+ {
1840
+ "code": "Results",
1841
+ "description": "",
1842
+ "type": "Array<CharacterPlayerLeaderboardResponseData>"
1843
+ }
1844
+ ],
1845
+ "extends": null,
1846
+ "description": ""
1847
+ },
1848
+ {
1849
+ "name": "GetStatisticsLogResponseData",
1850
+ "details": [
1851
+ {
1852
+ "code": "Results",
1853
+ "description": "",
1854
+ "type": "Array<CharacterPlayerLogResponseData>"
1855
+ },
1856
+ {
1857
+ "code": "Token",
1858
+ "description": "",
1859
+ "type": "string"
1860
+ }
1861
+ ],
1862
+ "extends": null,
1863
+ "description": ""
1864
+ },
1865
+ {
1866
+ "name": "GetCurrencyLogResponseData",
1867
+ "details": [
1868
+ {
1869
+ "code": "Results",
1870
+ "description": "",
1871
+ "type": "Array<CharacterPlayerLogResponseData>"
1872
+ },
1873
+ {
1874
+ "code": "Token",
1875
+ "description": "",
1876
+ "type": "string"
1877
+ }
1878
+ ],
1879
+ "extends": null,
1880
+ "description": ""
1881
+ },
1882
+ {
1883
+ "name": "EmptyResponseData",
1884
+ "details": [],
1885
+ "extends": null,
1886
+ "description": ""
1887
+ }
1888
+ ]
1889
+ }