@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,3844 @@
1
+ {
2
+ "requestType": "GamePlayer",
3
+ "operations": [
4
+ {
5
+ "operationCode": "AddPlayerFriend",
6
+ "details": [
7
+ {
8
+ "role": "Client",
9
+ "requestData": [
10
+ {
11
+ "code": "UserId",
12
+ "description": "",
13
+ "optional": true,
14
+ "type": "string",
15
+ "gnType": "String",
16
+ "conditions": {
17
+ "minLength": 10,
18
+ "maxLength": 10
19
+ }
20
+ },
21
+ {
22
+ "code": "FriendId",
23
+ "description": "",
24
+ "optional": false,
25
+ "type": "string",
26
+ "gnType": "String",
27
+ "conditions": {
28
+ "mustNonNull": true,
29
+ "minLength": 10,
30
+ "maxLength": 10
31
+ }
32
+ },
33
+ {
34
+ "code": "CatalogId",
35
+ "description": "",
36
+ "optional": false,
37
+ "type": "string",
38
+ "gnType": "String",
39
+ "conditions": {
40
+ "mustNonNull": true,
41
+ "minLength": 2,
42
+ "maxLength": 32
43
+ }
44
+ }
45
+ ]
46
+ },
47
+ {
48
+ "role": "Server",
49
+ "requestData": [
50
+ {
51
+ "code": "UserId",
52
+ "description": "",
53
+ "optional": false,
54
+ "type": "string",
55
+ "gnType": "String",
56
+ "conditions": {
57
+ "mustNonNull": true,
58
+ "minLength": 10,
59
+ "maxLength": 10
60
+ }
61
+ }
62
+ ]
63
+ }
64
+ ],
65
+ "responseData": [
66
+ {
67
+ "code": "ErrorCode",
68
+ "value": [
69
+ "CatalogIdNotFound",
70
+ "GamePlayerNotFound",
71
+ "Ok"
72
+ ]
73
+ }
74
+ ],
75
+ "description": ""
76
+ },
77
+ {
78
+ "operationCode": "AddSegment",
79
+ "details": [
80
+ {
81
+ "role": "Client",
82
+ "requestData": [
83
+ {
84
+ "code": "UserId",
85
+ "description": "",
86
+ "optional": true,
87
+ "type": "string",
88
+ "gnType": "String",
89
+ "conditions": {
90
+ "minLength": 10,
91
+ "maxLength": 10
92
+ }
93
+ },
94
+ {
95
+ "code": "Value",
96
+ "description": "",
97
+ "optional": false,
98
+ "type": "string",
99
+ "gnType": "String",
100
+ "conditions": {
101
+ "mustNonNull": true,
102
+ "minLength": 6,
103
+ "maxLength": 32
104
+ }
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "role": "Server",
110
+ "requestData": [
111
+ {
112
+ "code": "UserId",
113
+ "description": "",
114
+ "optional": false,
115
+ "type": "string",
116
+ "gnType": "String",
117
+ "conditions": {
118
+ "mustNonNull": true,
119
+ "minLength": 10,
120
+ "maxLength": 10
121
+ }
122
+ }
123
+ ]
124
+ }
125
+ ],
126
+ "responseData": [
127
+ {
128
+ "code": "ErrorCode",
129
+ "value": [
130
+ "GamePlayerNotFound",
131
+ "Ok"
132
+ ]
133
+ }
134
+ ],
135
+ "description": ""
136
+ },
137
+ {
138
+ "operationCode": "ChangePlayerCurrency",
139
+ "details": [
140
+ {
141
+ "role": "Client",
142
+ "requestData": [
143
+ {
144
+ "code": "UserId",
145
+ "description": "",
146
+ "optional": true,
147
+ "type": "string",
148
+ "gnType": "String",
149
+ "conditions": {
150
+ "minLength": 10,
151
+ "maxLength": 10
152
+ }
153
+ },
154
+ {
155
+ "code": "PlayerCurrencies",
156
+ "description": "",
157
+ "optional": false,
158
+ "type": "PlayerCurrencyParam",
159
+ "gnType": "GNArray",
160
+ "conditions": {
161
+ "mustNonNull": true,
162
+ "minLength": 1,
163
+ "maxLength": 32
164
+ }
165
+ },
166
+ {
167
+ "code": "Log",
168
+ "description": "",
169
+ "optional": true,
170
+ "type": "string",
171
+ "gnType": "String",
172
+ "conditions": {
173
+ "mustNonNull": true,
174
+ "minLength": 1,
175
+ "maxLength": 256
176
+ }
177
+ }
178
+ ]
179
+ },
180
+ {
181
+ "role": "Server",
182
+ "requestData": [
183
+ {
184
+ "code": "UserId",
185
+ "description": "",
186
+ "optional": false,
187
+ "type": "string",
188
+ "gnType": "String",
189
+ "conditions": {
190
+ "mustNonNull": true,
191
+ "minLength": 10,
192
+ "maxLength": 10
193
+ }
194
+ }
195
+ ]
196
+ }
197
+ ],
198
+ "responseData": [
199
+ {
200
+ "code": "ErrorCode",
201
+ "value": [
202
+ "GamePlayerNotFound",
203
+ "NotEnoughCurrency",
204
+ "Ok"
205
+ ]
206
+ },
207
+ {
208
+ "code": "InfoResponseParameters"
209
+ }
210
+ ],
211
+ "description": ""
212
+ },
213
+ {
214
+ "operationCode": "ChangePlayerStatistics",
215
+ "details": [
216
+ {
217
+ "role": "Client",
218
+ "requestData": [
219
+ {
220
+ "code": "UserId",
221
+ "description": "",
222
+ "optional": true,
223
+ "type": "string",
224
+ "gnType": "String",
225
+ "conditions": {
226
+ "minLength": 10,
227
+ "maxLength": 10
228
+ }
229
+ },
230
+ {
231
+ "code": "PlayerStatistics",
232
+ "description": "",
233
+ "optional": false,
234
+ "type": "PlayerStatisticsParam",
235
+ "gnType": "GNArray",
236
+ "conditions": {
237
+ "mustNonNull": true,
238
+ "minLength": 1,
239
+ "maxLength": 32
240
+ }
241
+ },
242
+ {
243
+ "code": "Log",
244
+ "description": "",
245
+ "optional": true,
246
+ "type": "string",
247
+ "gnType": "String",
248
+ "conditions": {
249
+ "mustNonNull": true,
250
+ "minLength": 1,
251
+ "maxLength": 256
252
+ }
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "role": "Server",
258
+ "requestData": [
259
+ {
260
+ "code": "UserId",
261
+ "description": "",
262
+ "optional": false,
263
+ "type": "string",
264
+ "gnType": "String",
265
+ "conditions": {
266
+ "mustNonNull": true,
267
+ "minLength": 10,
268
+ "maxLength": 10
269
+ }
270
+ }
271
+ ]
272
+ }
273
+ ],
274
+ "responseData": [
275
+ {
276
+ "code": "ErrorCode",
277
+ "value": [
278
+ "GamePlayerNotFound",
279
+ "Ok"
280
+ ]
281
+ },
282
+ {
283
+ "code": "InfoResponseParameters"
284
+ }
285
+ ],
286
+ "description": ""
287
+ },
288
+ {
289
+ "operationCode": "CreateGroup",
290
+ "details": [
291
+ {
292
+ "role": "Client",
293
+ "requestData": [
294
+ {
295
+ "code": "UserId",
296
+ "description": "",
297
+ "optional": true,
298
+ "type": "string",
299
+ "gnType": "String",
300
+ "conditions": {
301
+ "minLength": 10,
302
+ "maxLength": 10
303
+ }
304
+ },
305
+ {
306
+ "code": "CatalogId",
307
+ "description": "",
308
+ "optional": false,
309
+ "type": "string",
310
+ "gnType": "String",
311
+ "conditions": {
312
+ "mustNonNull": true,
313
+ "minLength": 2,
314
+ "maxLength": 32
315
+ }
316
+ },
317
+ {
318
+ "code": "GroupMembers",
319
+ "description": "",
320
+ "optional": true,
321
+ "type": "GroupMemberParam",
322
+ "gnType": "GNArray",
323
+ "conditions": {}
324
+ },
325
+ {
326
+ "code": "DisplayName",
327
+ "description": "",
328
+ "optional": true,
329
+ "type": "string",
330
+ "gnType": "String",
331
+ "defaultValue": "\"\"",
332
+ "conditions": {}
333
+ }
334
+ ]
335
+ },
336
+ {
337
+ "role": "Server",
338
+ "requestData": [
339
+ {
340
+ "code": "UserId",
341
+ "description": "",
342
+ "optional": false,
343
+ "type": "string",
344
+ "gnType": "String",
345
+ "conditions": {
346
+ "mustNonNull": true,
347
+ "minLength": 10,
348
+ "maxLength": 10
349
+ }
350
+ }
351
+ ]
352
+ }
353
+ ],
354
+ "responseData": [
355
+ {
356
+ "code": "ErrorCode",
357
+ "value": [
358
+ "CatalogIdNotFound",
359
+ "GamePlayerNotFound",
360
+ "Ok"
361
+ ]
362
+ },
363
+ {
364
+ "code": "InfoResponseParameters"
365
+ }
366
+ ],
367
+ "description": ""
368
+ },
369
+ {
370
+ "operationCode": "CreatePlayerCharacter",
371
+ "details": [
372
+ {
373
+ "role": "Client",
374
+ "requestData": [
375
+ {
376
+ "code": "UserId",
377
+ "description": "",
378
+ "optional": true,
379
+ "type": "string",
380
+ "gnType": "String",
381
+ "conditions": {
382
+ "minLength": 10,
383
+ "maxLength": 10
384
+ }
385
+ },
386
+ {
387
+ "code": "CatalogId",
388
+ "description": "",
389
+ "optional": false,
390
+ "type": "string",
391
+ "gnType": "String",
392
+ "conditions": {
393
+ "mustNonNull": true,
394
+ "minLength": 2,
395
+ "maxLength": 32
396
+ }
397
+ },
398
+ {
399
+ "code": "DisplayName",
400
+ "description": "",
401
+ "optional": true,
402
+ "type": "string",
403
+ "gnType": "String",
404
+ "defaultValue": "\"\"",
405
+ "conditions": {
406
+ "mustNonNull": true
407
+ }
408
+ },
409
+ {
410
+ "code": "UniqueDisplayName",
411
+ "description": "",
412
+ "optional": true,
413
+ "type": "boolean",
414
+ "gnType": "Boolean",
415
+ "defaultValue": "false",
416
+ "conditions": {}
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "role": "Server",
422
+ "requestData": [
423
+ {
424
+ "code": "UserId",
425
+ "description": "",
426
+ "optional": false,
427
+ "type": "string",
428
+ "gnType": "String",
429
+ "conditions": {
430
+ "mustNonNull": true,
431
+ "minLength": 10,
432
+ "maxLength": 10
433
+ }
434
+ }
435
+ ]
436
+ }
437
+ ],
438
+ "responseData": [
439
+ {
440
+ "code": "ErrorCode",
441
+ "value": [
442
+ "CatalogIdNotFound",
443
+ "DisplayNameHasUse",
444
+ "GamePlayerNotFound",
445
+ "Ok"
446
+ ]
447
+ },
448
+ {
449
+ "code": "InfoResponseParameters"
450
+ }
451
+ ],
452
+ "description": ""
453
+ },
454
+ {
455
+ "operationCode": "CreatePlayerItem",
456
+ "details": [
457
+ {
458
+ "role": "Client",
459
+ "requestData": [
460
+ {
461
+ "code": "UserId",
462
+ "description": "",
463
+ "optional": true,
464
+ "type": "string",
465
+ "gnType": "String",
466
+ "conditions": {
467
+ "minLength": 10,
468
+ "maxLength": 10
469
+ }
470
+ },
471
+ {
472
+ "code": "CatalogId",
473
+ "description": "",
474
+ "optional": false,
475
+ "type": "string",
476
+ "gnType": "String",
477
+ "conditions": {
478
+ "mustNonNull": true,
479
+ "minLength": 2,
480
+ "maxLength": 32
481
+ }
482
+ },
483
+ {
484
+ "code": "ClassId",
485
+ "description": "",
486
+ "optional": false,
487
+ "type": "string",
488
+ "gnType": "String",
489
+ "conditions": {
490
+ "mustNonNull": true,
491
+ "minLength": 2,
492
+ "maxLength": 32
493
+ }
494
+ },
495
+ {
496
+ "code": "DisplayName",
497
+ "description": "",
498
+ "optional": true,
499
+ "type": "string",
500
+ "gnType": "String",
501
+ "defaultValue": "\"\"",
502
+ "conditions": {}
503
+ },
504
+ {
505
+ "code": "Amount",
506
+ "description": "",
507
+ "optional": true,
508
+ "type": "number",
509
+ "gnType": "Number",
510
+ "defaultValue": "1",
511
+ "conditions": {
512
+ "mustInt": true
513
+ }
514
+ }
515
+ ]
516
+ },
517
+ {
518
+ "role": "Server",
519
+ "requestData": [
520
+ {
521
+ "code": "UserId",
522
+ "description": "",
523
+ "optional": false,
524
+ "type": "string",
525
+ "gnType": "String",
526
+ "conditions": {
527
+ "mustNonNull": true,
528
+ "minLength": 10,
529
+ "maxLength": 10
530
+ }
531
+ }
532
+ ]
533
+ }
534
+ ],
535
+ "responseData": [
536
+ {
537
+ "code": "ErrorCode",
538
+ "value": [
539
+ "CatalogIdNotFound",
540
+ "ClassIdNotFound",
541
+ "GamePlayerNotFound",
542
+ "Ok"
543
+ ]
544
+ },
545
+ {
546
+ "code": "InfoResponseParameters"
547
+ }
548
+ ],
549
+ "description": ""
550
+ },
551
+ {
552
+ "operationCode": "GetAvatar",
553
+ "details": [
554
+ {
555
+ "role": "Client",
556
+ "requestData": [
557
+ {
558
+ "code": "UserId",
559
+ "description": "",
560
+ "optional": true,
561
+ "type": "string",
562
+ "gnType": "String",
563
+ "conditions": {
564
+ "minLength": 10,
565
+ "maxLength": 10
566
+ }
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "role": "Server",
572
+ "requestData": [
573
+ {
574
+ "code": "UserId",
575
+ "description": "",
576
+ "optional": false,
577
+ "type": "string",
578
+ "gnType": "String",
579
+ "conditions": {
580
+ "mustNonNull": true,
581
+ "minLength": 10,
582
+ "maxLength": 10
583
+ }
584
+ }
585
+ ]
586
+ }
587
+ ],
588
+ "responseData": [
589
+ {
590
+ "code": "ErrorCode",
591
+ "value": [
592
+ "GamePlayerNotFound",
593
+ "Ok"
594
+ ]
595
+ },
596
+ {
597
+ "code": "InfoResponseParameters"
598
+ }
599
+ ],
600
+ "description": ""
601
+ },
602
+ {
603
+ "operationCode": "GetCountryCode",
604
+ "details": [
605
+ {
606
+ "role": "Client",
607
+ "requestData": [
608
+ {
609
+ "code": "UserId",
610
+ "description": "",
611
+ "optional": true,
612
+ "type": "string",
613
+ "gnType": "String",
614
+ "conditions": {
615
+ "minLength": 10,
616
+ "maxLength": 10
617
+ }
618
+ }
619
+ ]
620
+ },
621
+ {
622
+ "role": "Server",
623
+ "requestData": [
624
+ {
625
+ "code": "UserId",
626
+ "description": "",
627
+ "optional": false,
628
+ "type": "string",
629
+ "gnType": "String",
630
+ "conditions": {
631
+ "mustNonNull": true,
632
+ "minLength": 10,
633
+ "maxLength": 10
634
+ }
635
+ }
636
+ ]
637
+ }
638
+ ],
639
+ "responseData": [
640
+ {
641
+ "code": "ErrorCode",
642
+ "value": [
643
+ "GamePlayerNotFound",
644
+ "Ok"
645
+ ]
646
+ },
647
+ {
648
+ "code": "InfoResponseParameters"
649
+ }
650
+ ],
651
+ "description": ""
652
+ },
653
+ {
654
+ "operationCode": "GetCreateLeaderboard",
655
+ "details": [
656
+ {
657
+ "role": "Client",
658
+ "requestData": [
659
+ {
660
+ "code": "InfoRequestParam",
661
+ "description": "",
662
+ "optional": false,
663
+ "type": "InfoRequestParam",
664
+ "gnType": "GNHashtable",
665
+ "conditions": {
666
+ "mustNonNull": true
667
+ }
668
+ },
669
+ {
670
+ "code": "Skip",
671
+ "description": "",
672
+ "optional": true,
673
+ "type": "number",
674
+ "gnType": "Number",
675
+ "defaultValue": "0",
676
+ "conditions": {
677
+ "mustInt": true,
678
+ "minValue": 0
679
+ }
680
+ },
681
+ {
682
+ "code": "Limit",
683
+ "description": "",
684
+ "optional": true,
685
+ "type": "number",
686
+ "gnType": "Number",
687
+ "defaultValue": "10",
688
+ "conditions": {
689
+ "mustInt": true,
690
+ "minValue": 1,
691
+ "maxValue": 100
692
+ }
693
+ },
694
+ {
695
+ "code": "LoadFromCache",
696
+ "description": "",
697
+ "optional": true,
698
+ "type": "boolean",
699
+ "gnType": "Boolean",
700
+ "defaultValue": "true",
701
+ "conditions": {}
702
+ }
703
+ ]
704
+ }
705
+ ],
706
+ "responseData": [
707
+ {
708
+ "code": "ErrorCode",
709
+ "value": [
710
+ "Ok"
711
+ ]
712
+ },
713
+ {
714
+ "code": "Results"
715
+ }
716
+ ],
717
+ "description": ""
718
+ },
719
+ {
720
+ "operationCode": "GetCurrencyLeaderboard",
721
+ "details": [
722
+ {
723
+ "role": "Client",
724
+ "requestData": [
725
+ {
726
+ "code": "Key",
727
+ "description": "",
728
+ "optional": false,
729
+ "type": "string",
730
+ "gnType": "String",
731
+ "conditions": {
732
+ "mustNonNull": true,
733
+ "minLength": 2,
734
+ "maxLength": 32
735
+ }
736
+ },
737
+ {
738
+ "code": "InfoRequestParam",
739
+ "description": "",
740
+ "optional": false,
741
+ "type": "InfoRequestParam",
742
+ "gnType": "GNHashtable",
743
+ "conditions": {
744
+ "mustNonNull": true
745
+ }
746
+ },
747
+ {
748
+ "code": "Skip",
749
+ "description": "",
750
+ "optional": true,
751
+ "type": "number",
752
+ "gnType": "Number",
753
+ "defaultValue": "0",
754
+ "conditions": {
755
+ "mustInt": true,
756
+ "minValue": 0
757
+ }
758
+ },
759
+ {
760
+ "code": "Limit",
761
+ "description": "",
762
+ "optional": true,
763
+ "type": "number",
764
+ "gnType": "Number",
765
+ "defaultValue": "10",
766
+ "conditions": {
767
+ "mustInt": true,
768
+ "minValue": 1,
769
+ "maxValue": 100
770
+ }
771
+ },
772
+ {
773
+ "code": "LoadFromCache",
774
+ "description": "",
775
+ "optional": true,
776
+ "type": "boolean",
777
+ "gnType": "Boolean",
778
+ "defaultValue": "true",
779
+ "conditions": {}
780
+ }
781
+ ]
782
+ }
783
+ ],
784
+ "responseData": [
785
+ {
786
+ "code": "ErrorCode",
787
+ "value": [
788
+ "KeyNotFound",
789
+ "Ok"
790
+ ]
791
+ },
792
+ {
793
+ "code": "Results"
794
+ }
795
+ ],
796
+ "description": ""
797
+ },
798
+ {
799
+ "operationCode": "GetCurrencyLog",
800
+ "details": [
801
+ {
802
+ "role": "Client",
803
+ "requestData": [
804
+ {
805
+ "code": "Keys",
806
+ "description": "",
807
+ "optional": true,
808
+ "type": "string",
809
+ "gnType": "GNArray",
810
+ "conditions": {
811
+ "mustNonNull": true,
812
+ "minLength": 1,
813
+ "maxLength": 32
814
+ }
815
+ },
816
+ {
817
+ "code": "UserId",
818
+ "description": "",
819
+ "optional": true,
820
+ "type": "string",
821
+ "gnType": "String",
822
+ "conditions": {
823
+ "mustNonNull": true,
824
+ "minLength": 10,
825
+ "maxLength": 10
826
+ }
827
+ },
828
+ {
829
+ "code": "Limit",
830
+ "description": "",
831
+ "optional": true,
832
+ "type": "number",
833
+ "gnType": "Number",
834
+ "defaultValue": "10",
835
+ "conditions": {
836
+ "mustInt": true,
837
+ "minValue": 1,
838
+ "maxValue": 100
839
+ }
840
+ },
841
+ {
842
+ "code": "Token",
843
+ "description": "",
844
+ "optional": true,
845
+ "type": "string",
846
+ "gnType": "String",
847
+ "conditions": {
848
+ "mustNonNull": true,
849
+ "minLength": 24,
850
+ "maxLength": 24
851
+ }
852
+ }
853
+ ]
854
+ }
855
+ ],
856
+ "responseData": [
857
+ {
858
+ "code": "ErrorCode",
859
+ "value": [
860
+ "Ok"
861
+ ]
862
+ },
863
+ {
864
+ "code": "Results"
865
+ },
866
+ {
867
+ "code": "Token"
868
+ }
869
+ ],
870
+ "description": ""
871
+ },
872
+ {
873
+ "operationCode": "GetCustomData",
874
+ "details": [
875
+ {
876
+ "role": "Client",
877
+ "requestData": [
878
+ {
879
+ "code": "UserId",
880
+ "description": "",
881
+ "optional": true,
882
+ "type": "string",
883
+ "gnType": "String",
884
+ "conditions": {
885
+ "minLength": 10,
886
+ "maxLength": 10
887
+ }
888
+ },
889
+ {
890
+ "code": "CustomDataKeys",
891
+ "description": "",
892
+ "optional": true,
893
+ "type": "string",
894
+ "gnType": "GNArray",
895
+ "conditions": {}
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "role": "Server",
901
+ "requestData": [
902
+ {
903
+ "code": "UserId",
904
+ "description": "",
905
+ "optional": false,
906
+ "type": "string",
907
+ "gnType": "String",
908
+ "conditions": {
909
+ "mustNonNull": true,
910
+ "minLength": 10,
911
+ "maxLength": 10
912
+ }
913
+ }
914
+ ]
915
+ }
916
+ ],
917
+ "responseData": [
918
+ {
919
+ "code": "ErrorCode",
920
+ "value": [
921
+ "GamePlayerNotFound",
922
+ "Ok"
923
+ ]
924
+ },
925
+ {
926
+ "code": "InfoResponseParameters"
927
+ }
928
+ ],
929
+ "description": ""
930
+ },
931
+ {
932
+ "operationCode": "GetDisplayName",
933
+ "details": [
934
+ {
935
+ "role": "Client",
936
+ "requestData": [
937
+ {
938
+ "code": "UserId",
939
+ "description": "",
940
+ "optional": true,
941
+ "type": "string",
942
+ "gnType": "String",
943
+ "conditions": {
944
+ "minLength": 10,
945
+ "maxLength": 10
946
+ }
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "role": "Server",
952
+ "requestData": [
953
+ {
954
+ "code": "UserId",
955
+ "description": "",
956
+ "optional": false,
957
+ "type": "string",
958
+ "gnType": "String",
959
+ "conditions": {
960
+ "mustNonNull": true,
961
+ "minLength": 10,
962
+ "maxLength": 10
963
+ }
964
+ }
965
+ ]
966
+ }
967
+ ],
968
+ "responseData": [
969
+ {
970
+ "code": "ErrorCode",
971
+ "value": [
972
+ "GamePlayerNotFound",
973
+ "Ok"
974
+ ]
975
+ },
976
+ {
977
+ "code": "InfoResponseParameters"
978
+ }
979
+ ],
980
+ "description": ""
981
+ },
982
+ {
983
+ "operationCode": "GetFriendStatisticsLeaderboardAroundPlayer",
984
+ "details": [
985
+ {
986
+ "role": "Client",
987
+ "requestData": [
988
+ {
989
+ "code": "UserId",
990
+ "description": "",
991
+ "optional": true,
992
+ "type": "string",
993
+ "gnType": "String",
994
+ "conditions": {
995
+ "minLength": 10,
996
+ "maxLength": 10
997
+ }
998
+ },
999
+ {
1000
+ "code": "Key",
1001
+ "description": "",
1002
+ "optional": false,
1003
+ "type": "string",
1004
+ "gnType": "String",
1005
+ "conditions": {
1006
+ "mustNonNull": true,
1007
+ "minLength": 2,
1008
+ "maxLength": 32
1009
+ }
1010
+ },
1011
+ {
1012
+ "code": "InfoRequestParam",
1013
+ "description": "",
1014
+ "optional": false,
1015
+ "type": "InfoRequestParam",
1016
+ "gnType": "GNHashtable",
1017
+ "conditions": {
1018
+ "mustNonNull": true
1019
+ }
1020
+ },
1021
+ {
1022
+ "code": "Skip",
1023
+ "description": "",
1024
+ "optional": true,
1025
+ "type": "number",
1026
+ "gnType": "Number",
1027
+ "defaultValue": "0",
1028
+ "conditions": {
1029
+ "mustInt": true,
1030
+ "minValue": 0
1031
+ }
1032
+ },
1033
+ {
1034
+ "code": "Limit",
1035
+ "description": "",
1036
+ "optional": true,
1037
+ "type": "number",
1038
+ "gnType": "Number",
1039
+ "defaultValue": "10",
1040
+ "conditions": {
1041
+ "mustInt": true,
1042
+ "minValue": 1,
1043
+ "maxValue": 100
1044
+ }
1045
+ },
1046
+ {
1047
+ "code": "LoadFromCache",
1048
+ "description": "",
1049
+ "optional": true,
1050
+ "type": "boolean",
1051
+ "gnType": "Boolean",
1052
+ "defaultValue": "true",
1053
+ "conditions": {}
1054
+ }
1055
+ ]
1056
+ },
1057
+ {
1058
+ "role": "Server",
1059
+ "requestData": [
1060
+ {
1061
+ "code": "UserId",
1062
+ "description": "",
1063
+ "optional": false,
1064
+ "type": "string",
1065
+ "gnType": "String",
1066
+ "conditions": {
1067
+ "mustNonNull": true,
1068
+ "minLength": 10,
1069
+ "maxLength": 10
1070
+ }
1071
+ }
1072
+ ]
1073
+ }
1074
+ ],
1075
+ "responseData": [
1076
+ {
1077
+ "code": "ErrorCode",
1078
+ "value": [
1079
+ "KeyNotFound",
1080
+ "GamePlayerNotFound",
1081
+ "Ok"
1082
+ ]
1083
+ },
1084
+ {
1085
+ "code": "Results"
1086
+ }
1087
+ ],
1088
+ "description": ""
1089
+ },
1090
+ {
1091
+ "operationCode": "GetFriendStatisticsLeaderboard",
1092
+ "details": [
1093
+ {
1094
+ "role": "Client",
1095
+ "requestData": [
1096
+ {
1097
+ "code": "UserId",
1098
+ "description": "",
1099
+ "optional": true,
1100
+ "type": "string",
1101
+ "gnType": "String",
1102
+ "conditions": {
1103
+ "minLength": 10,
1104
+ "maxLength": 10
1105
+ }
1106
+ },
1107
+ {
1108
+ "code": "Key",
1109
+ "description": "",
1110
+ "optional": false,
1111
+ "type": "string",
1112
+ "gnType": "String",
1113
+ "conditions": {
1114
+ "mustNonNull": true,
1115
+ "minLength": 2,
1116
+ "maxLength": 32
1117
+ }
1118
+ },
1119
+ {
1120
+ "code": "InfoRequestParam",
1121
+ "description": "",
1122
+ "optional": false,
1123
+ "type": "InfoRequestParam",
1124
+ "gnType": "GNHashtable",
1125
+ "conditions": {
1126
+ "mustNonNull": true
1127
+ }
1128
+ },
1129
+ {
1130
+ "code": "Skip",
1131
+ "description": "",
1132
+ "optional": true,
1133
+ "type": "number",
1134
+ "gnType": "Number",
1135
+ "defaultValue": "0",
1136
+ "conditions": {
1137
+ "mustInt": true,
1138
+ "minValue": 0
1139
+ }
1140
+ },
1141
+ {
1142
+ "code": "Limit",
1143
+ "description": "",
1144
+ "optional": true,
1145
+ "type": "number",
1146
+ "gnType": "Number",
1147
+ "defaultValue": "10",
1148
+ "conditions": {
1149
+ "mustInt": true,
1150
+ "minValue": 1,
1151
+ "maxValue": 100
1152
+ }
1153
+ },
1154
+ {
1155
+ "code": "LoadFromCache",
1156
+ "description": "",
1157
+ "optional": true,
1158
+ "type": "boolean",
1159
+ "gnType": "Boolean",
1160
+ "defaultValue": "true",
1161
+ "conditions": {}
1162
+ }
1163
+ ]
1164
+ },
1165
+ {
1166
+ "role": "Server",
1167
+ "requestData": [
1168
+ {
1169
+ "code": "UserId",
1170
+ "description": "",
1171
+ "optional": false,
1172
+ "type": "string",
1173
+ "gnType": "String",
1174
+ "conditions": {
1175
+ "mustNonNull": true,
1176
+ "minLength": 10,
1177
+ "maxLength": 10
1178
+ }
1179
+ }
1180
+ ]
1181
+ }
1182
+ ],
1183
+ "responseData": [
1184
+ {
1185
+ "code": "ErrorCode",
1186
+ "value": [
1187
+ "KeyNotFound",
1188
+ "GamePlayerNotFound",
1189
+ "Ok"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "code": "Results"
1194
+ }
1195
+ ],
1196
+ "description": ""
1197
+ },
1198
+ {
1199
+ "operationCode": "GetIpAddressCreate",
1200
+ "details": [
1201
+ {
1202
+ "role": "Client",
1203
+ "requestData": [
1204
+ {
1205
+ "code": "UserId",
1206
+ "description": "",
1207
+ "optional": true,
1208
+ "type": "string",
1209
+ "gnType": "String",
1210
+ "conditions": {
1211
+ "minLength": 10,
1212
+ "maxLength": 10
1213
+ }
1214
+ }
1215
+ ]
1216
+ },
1217
+ {
1218
+ "role": "Server",
1219
+ "requestData": [
1220
+ {
1221
+ "code": "UserId",
1222
+ "description": "",
1223
+ "optional": false,
1224
+ "type": "string",
1225
+ "gnType": "String",
1226
+ "conditions": {
1227
+ "mustNonNull": true,
1228
+ "minLength": 10,
1229
+ "maxLength": 10
1230
+ }
1231
+ }
1232
+ ]
1233
+ }
1234
+ ],
1235
+ "responseData": [
1236
+ {
1237
+ "code": "ErrorCode",
1238
+ "value": [
1239
+ "GamePlayerNotFound",
1240
+ "Ok"
1241
+ ]
1242
+ },
1243
+ {
1244
+ "code": "InfoResponseParameters"
1245
+ }
1246
+ ],
1247
+ "description": ""
1248
+ },
1249
+ {
1250
+ "operationCode": "GetLastLoginLeaderboard",
1251
+ "details": [
1252
+ {
1253
+ "role": "Client",
1254
+ "requestData": [
1255
+ {
1256
+ "code": "InfoRequestParam",
1257
+ "description": "",
1258
+ "optional": false,
1259
+ "type": "InfoRequestParam",
1260
+ "gnType": "GNHashtable",
1261
+ "conditions": {
1262
+ "mustNonNull": true
1263
+ }
1264
+ },
1265
+ {
1266
+ "code": "Skip",
1267
+ "description": "",
1268
+ "optional": true,
1269
+ "type": "number",
1270
+ "gnType": "Number",
1271
+ "defaultValue": "0",
1272
+ "conditions": {
1273
+ "mustInt": true,
1274
+ "minValue": 0
1275
+ }
1276
+ },
1277
+ {
1278
+ "code": "Limit",
1279
+ "description": "",
1280
+ "optional": true,
1281
+ "type": "number",
1282
+ "gnType": "Number",
1283
+ "defaultValue": "10",
1284
+ "conditions": {
1285
+ "mustInt": true,
1286
+ "minValue": 1,
1287
+ "maxValue": 100
1288
+ }
1289
+ },
1290
+ {
1291
+ "code": "LoadFromCache",
1292
+ "description": "",
1293
+ "optional": true,
1294
+ "type": "boolean",
1295
+ "gnType": "Boolean",
1296
+ "defaultValue": "true",
1297
+ "conditions": {}
1298
+ }
1299
+ ]
1300
+ }
1301
+ ],
1302
+ "responseData": [
1303
+ {
1304
+ "code": "ErrorCode",
1305
+ "value": [
1306
+ "Ok"
1307
+ ]
1308
+ },
1309
+ {
1310
+ "code": "Results"
1311
+ }
1312
+ ],
1313
+ "description": ""
1314
+ },
1315
+ {
1316
+ "operationCode": "GetOnlineStatus",
1317
+ "details": [
1318
+ {
1319
+ "role": "Client",
1320
+ "requestData": [
1321
+ {
1322
+ "code": "UserId",
1323
+ "description": "",
1324
+ "optional": true,
1325
+ "type": "string",
1326
+ "gnType": "String",
1327
+ "conditions": {
1328
+ "minLength": 10,
1329
+ "maxLength": 10
1330
+ }
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "role": "Server",
1336
+ "requestData": [
1337
+ {
1338
+ "code": "UserId",
1339
+ "description": "",
1340
+ "optional": false,
1341
+ "type": "string",
1342
+ "gnType": "String",
1343
+ "conditions": {
1344
+ "mustNonNull": true,
1345
+ "minLength": 10,
1346
+ "maxLength": 10
1347
+ }
1348
+ }
1349
+ ]
1350
+ }
1351
+ ],
1352
+ "responseData": [
1353
+ {
1354
+ "code": "ErrorCode",
1355
+ "value": [
1356
+ "GamePlayerNotFound",
1357
+ "Ok"
1358
+ ]
1359
+ },
1360
+ {
1361
+ "code": "OnlineStatus"
1362
+ }
1363
+ ],
1364
+ "description": ""
1365
+ },
1366
+ {
1367
+ "operationCode": "GetPlayerBan",
1368
+ "details": [
1369
+ {
1370
+ "role": "Client",
1371
+ "requestData": [
1372
+ {
1373
+ "code": "UserId",
1374
+ "description": "",
1375
+ "optional": true,
1376
+ "type": "string",
1377
+ "gnType": "String",
1378
+ "conditions": {
1379
+ "minLength": 10,
1380
+ "maxLength": 10
1381
+ }
1382
+ }
1383
+ ]
1384
+ },
1385
+ {
1386
+ "role": "Server",
1387
+ "requestData": [
1388
+ {
1389
+ "code": "UserId",
1390
+ "description": "",
1391
+ "optional": false,
1392
+ "type": "string",
1393
+ "gnType": "String",
1394
+ "conditions": {
1395
+ "mustNonNull": true,
1396
+ "minLength": 10,
1397
+ "maxLength": 10
1398
+ }
1399
+ }
1400
+ ]
1401
+ }
1402
+ ],
1403
+ "responseData": [
1404
+ {
1405
+ "code": "ErrorCode",
1406
+ "value": [
1407
+ "GamePlayerNotFound",
1408
+ "Ok"
1409
+ ]
1410
+ },
1411
+ {
1412
+ "code": "InfoResponseParameters"
1413
+ }
1414
+ ],
1415
+ "description": ""
1416
+ },
1417
+ {
1418
+ "operationCode": "GetPlayerCharacter",
1419
+ "details": [
1420
+ {
1421
+ "role": "Client",
1422
+ "requestData": [
1423
+ {
1424
+ "code": "UserId",
1425
+ "description": "",
1426
+ "optional": true,
1427
+ "type": "string",
1428
+ "gnType": "String",
1429
+ "conditions": {
1430
+ "minLength": 10,
1431
+ "maxLength": 10
1432
+ }
1433
+ },
1434
+ {
1435
+ "code": "CharacterCatalogIds",
1436
+ "description": "",
1437
+ "optional": true,
1438
+ "type": "string",
1439
+ "gnType": "GNArray",
1440
+ "conditions": {}
1441
+ }
1442
+ ]
1443
+ },
1444
+ {
1445
+ "role": "Server",
1446
+ "requestData": [
1447
+ {
1448
+ "code": "UserId",
1449
+ "description": "",
1450
+ "optional": false,
1451
+ "type": "string",
1452
+ "gnType": "String",
1453
+ "conditions": {
1454
+ "mustNonNull": true,
1455
+ "minLength": 10,
1456
+ "maxLength": 10
1457
+ }
1458
+ }
1459
+ ]
1460
+ }
1461
+ ],
1462
+ "responseData": [
1463
+ {
1464
+ "code": "ErrorCode",
1465
+ "value": [
1466
+ "GamePlayerNotFound",
1467
+ "Ok"
1468
+ ]
1469
+ },
1470
+ {
1471
+ "code": "InfoResponseParameters"
1472
+ }
1473
+ ],
1474
+ "description": ""
1475
+ },
1476
+ {
1477
+ "operationCode": "GetPlayerCurrency",
1478
+ "details": [
1479
+ {
1480
+ "role": "Client",
1481
+ "requestData": [
1482
+ {
1483
+ "code": "UserId",
1484
+ "description": "",
1485
+ "optional": true,
1486
+ "type": "string",
1487
+ "gnType": "String",
1488
+ "conditions": {
1489
+ "minLength": 10,
1490
+ "maxLength": 10
1491
+ }
1492
+ },
1493
+ {
1494
+ "code": "PlayerCurrencyKeys",
1495
+ "description": "",
1496
+ "optional": true,
1497
+ "type": "string",
1498
+ "gnType": "GNArray",
1499
+ "conditions": {}
1500
+ }
1501
+ ]
1502
+ },
1503
+ {
1504
+ "role": "Server",
1505
+ "requestData": [
1506
+ {
1507
+ "code": "UserId",
1508
+ "description": "",
1509
+ "optional": false,
1510
+ "type": "string",
1511
+ "gnType": "String",
1512
+ "conditions": {
1513
+ "mustNonNull": true,
1514
+ "minLength": 10,
1515
+ "maxLength": 10
1516
+ }
1517
+ }
1518
+ ]
1519
+ }
1520
+ ],
1521
+ "responseData": [
1522
+ {
1523
+ "code": "ErrorCode",
1524
+ "value": [
1525
+ "GamePlayerNotFound",
1526
+ "Ok"
1527
+ ]
1528
+ },
1529
+ {
1530
+ "code": "InfoResponseParameters"
1531
+ }
1532
+ ],
1533
+ "description": ""
1534
+ },
1535
+ {
1536
+ "operationCode": "GetPlayerData",
1537
+ "details": [
1538
+ {
1539
+ "role": "Client",
1540
+ "requestData": [
1541
+ {
1542
+ "code": "UserId",
1543
+ "description": "",
1544
+ "optional": true,
1545
+ "type": "string",
1546
+ "gnType": "String",
1547
+ "conditions": {
1548
+ "minLength": 10,
1549
+ "maxLength": 10
1550
+ }
1551
+ },
1552
+ {
1553
+ "code": "PlayerDataKeys",
1554
+ "description": "",
1555
+ "optional": true,
1556
+ "type": "string",
1557
+ "gnType": "GNArray",
1558
+ "conditions": {}
1559
+ }
1560
+ ]
1561
+ },
1562
+ {
1563
+ "role": "Server",
1564
+ "requestData": [
1565
+ {
1566
+ "code": "UserId",
1567
+ "description": "",
1568
+ "optional": false,
1569
+ "type": "string",
1570
+ "gnType": "String",
1571
+ "conditions": {
1572
+ "mustNonNull": true,
1573
+ "minLength": 10,
1574
+ "maxLength": 10
1575
+ }
1576
+ }
1577
+ ]
1578
+ }
1579
+ ],
1580
+ "responseData": [
1581
+ {
1582
+ "code": "ErrorCode",
1583
+ "value": [
1584
+ "GamePlayerNotFound",
1585
+ "Ok"
1586
+ ]
1587
+ },
1588
+ {
1589
+ "code": "InfoResponseParameters"
1590
+ }
1591
+ ],
1592
+ "description": ""
1593
+ },
1594
+ {
1595
+ "operationCode": "GetPlayerFriend",
1596
+ "details": [
1597
+ {
1598
+ "role": "Client",
1599
+ "requestData": [
1600
+ {
1601
+ "code": "UserId",
1602
+ "description": "",
1603
+ "optional": true,
1604
+ "type": "string",
1605
+ "gnType": "String",
1606
+ "conditions": {
1607
+ "minLength": 10,
1608
+ "maxLength": 10
1609
+ }
1610
+ },
1611
+ {
1612
+ "code": "FriendCatalogIds",
1613
+ "description": "",
1614
+ "optional": true,
1615
+ "type": "string",
1616
+ "gnType": "GNArray",
1617
+ "conditions": {}
1618
+ }
1619
+ ]
1620
+ },
1621
+ {
1622
+ "role": "Server",
1623
+ "requestData": [
1624
+ {
1625
+ "code": "UserId",
1626
+ "description": "",
1627
+ "optional": false,
1628
+ "type": "string",
1629
+ "gnType": "String",
1630
+ "conditions": {
1631
+ "mustNonNull": true,
1632
+ "minLength": 10,
1633
+ "maxLength": 10
1634
+ }
1635
+ }
1636
+ ]
1637
+ }
1638
+ ],
1639
+ "responseData": [
1640
+ {
1641
+ "code": "ErrorCode",
1642
+ "value": [
1643
+ "GamePlayerNotFound",
1644
+ "Ok"
1645
+ ]
1646
+ },
1647
+ {
1648
+ "code": "InfoResponseParameters"
1649
+ }
1650
+ ],
1651
+ "description": ""
1652
+ },
1653
+ {
1654
+ "operationCode": "GetPlayerGroup",
1655
+ "details": [
1656
+ {
1657
+ "role": "Client",
1658
+ "requestData": [
1659
+ {
1660
+ "code": "UserId",
1661
+ "description": "",
1662
+ "optional": true,
1663
+ "type": "string",
1664
+ "gnType": "String",
1665
+ "conditions": {
1666
+ "minLength": 10,
1667
+ "maxLength": 10
1668
+ }
1669
+ },
1670
+ {
1671
+ "code": "GroupCatalogIds",
1672
+ "description": "",
1673
+ "optional": true,
1674
+ "type": "string",
1675
+ "gnType": "GNArray",
1676
+ "conditions": {}
1677
+ }
1678
+ ]
1679
+ },
1680
+ {
1681
+ "role": "Server",
1682
+ "requestData": [
1683
+ {
1684
+ "code": "UserId",
1685
+ "description": "",
1686
+ "optional": false,
1687
+ "type": "string",
1688
+ "gnType": "String",
1689
+ "conditions": {
1690
+ "mustNonNull": true,
1691
+ "minLength": 10,
1692
+ "maxLength": 10
1693
+ }
1694
+ }
1695
+ ]
1696
+ }
1697
+ ],
1698
+ "responseData": [
1699
+ {
1700
+ "code": "ErrorCode",
1701
+ "value": [
1702
+ "GamePlayerNotFound",
1703
+ "Ok"
1704
+ ]
1705
+ },
1706
+ {
1707
+ "code": "InfoResponseParameters"
1708
+ }
1709
+ ],
1710
+ "description": ""
1711
+ },
1712
+ {
1713
+ "operationCode": "GetPlayerInformation",
1714
+ "details": [
1715
+ {
1716
+ "role": "Client",
1717
+ "requestData": [
1718
+ {
1719
+ "code": "UserId",
1720
+ "description": "",
1721
+ "optional": true,
1722
+ "type": "string",
1723
+ "gnType": "String",
1724
+ "conditions": {
1725
+ "minLength": 10,
1726
+ "maxLength": 10
1727
+ }
1728
+ },
1729
+ {
1730
+ "code": "InfoRequestParam",
1731
+ "description": "",
1732
+ "optional": false,
1733
+ "type": "InfoRequestParam",
1734
+ "gnType": "GNHashtable",
1735
+ "conditions": {
1736
+ "mustNonNull": true
1737
+ }
1738
+ }
1739
+ ]
1740
+ },
1741
+ {
1742
+ "role": "Server",
1743
+ "requestData": [
1744
+ {
1745
+ "code": "UserId",
1746
+ "description": "",
1747
+ "optional": false,
1748
+ "type": "string",
1749
+ "gnType": "String",
1750
+ "conditions": {
1751
+ "mustNonNull": true,
1752
+ "minLength": 10,
1753
+ "maxLength": 10
1754
+ }
1755
+ },
1756
+ {
1757
+ "code": "CreatePlayerIfNotExists",
1758
+ "description": "",
1759
+ "optional": true,
1760
+ "type": "boolean",
1761
+ "gnType": "Boolean",
1762
+ "defaultValue": "false",
1763
+ "conditions": {}
1764
+ }
1765
+ ]
1766
+ }
1767
+ ],
1768
+ "responseData": [
1769
+ {
1770
+ "code": "ErrorCode",
1771
+ "value": [
1772
+ "GamePlayerNotFound",
1773
+ "MasterPlayerNotFound",
1774
+ "Ok"
1775
+ ]
1776
+ },
1777
+ {
1778
+ "code": "InfoResponseParameters"
1779
+ }
1780
+ ],
1781
+ "description": ""
1782
+ },
1783
+ {
1784
+ "operationCode": "GetPlayerInventory",
1785
+ "details": [
1786
+ {
1787
+ "role": "Client",
1788
+ "requestData": [
1789
+ {
1790
+ "code": "UserId",
1791
+ "description": "",
1792
+ "optional": true,
1793
+ "type": "string",
1794
+ "gnType": "String",
1795
+ "conditions": {
1796
+ "minLength": 10,
1797
+ "maxLength": 10
1798
+ }
1799
+ },
1800
+ {
1801
+ "code": "ItemCatalogIds",
1802
+ "description": "",
1803
+ "optional": true,
1804
+ "type": "string",
1805
+ "gnType": "GNArray",
1806
+ "conditions": {}
1807
+ }
1808
+ ]
1809
+ },
1810
+ {
1811
+ "role": "Server",
1812
+ "requestData": [
1813
+ {
1814
+ "code": "UserId",
1815
+ "description": "",
1816
+ "optional": false,
1817
+ "type": "string",
1818
+ "gnType": "String",
1819
+ "conditions": {
1820
+ "mustNonNull": true,
1821
+ "minLength": 10,
1822
+ "maxLength": 10
1823
+ }
1824
+ }
1825
+ ]
1826
+ }
1827
+ ],
1828
+ "responseData": [
1829
+ {
1830
+ "code": "ErrorCode",
1831
+ "value": [
1832
+ "GamePlayerNotFound",
1833
+ "Ok"
1834
+ ]
1835
+ },
1836
+ {
1837
+ "code": "InfoResponseParameters"
1838
+ }
1839
+ ],
1840
+ "description": ""
1841
+ },
1842
+ {
1843
+ "operationCode": "GetPlayerStatistics",
1844
+ "details": [
1845
+ {
1846
+ "role": "Client",
1847
+ "requestData": [
1848
+ {
1849
+ "code": "UserId",
1850
+ "description": "",
1851
+ "optional": true,
1852
+ "type": "string",
1853
+ "gnType": "String",
1854
+ "conditions": {
1855
+ "minLength": 10,
1856
+ "maxLength": 10
1857
+ }
1858
+ },
1859
+ {
1860
+ "code": "StatisticsKeys",
1861
+ "description": "",
1862
+ "optional": true,
1863
+ "type": "string",
1864
+ "gnType": "GNArray",
1865
+ "conditions": {}
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "role": "Server",
1871
+ "requestData": [
1872
+ {
1873
+ "code": "UserId",
1874
+ "description": "",
1875
+ "optional": false,
1876
+ "type": "string",
1877
+ "gnType": "String",
1878
+ "conditions": {
1879
+ "mustNonNull": true,
1880
+ "minLength": 10,
1881
+ "maxLength": 10
1882
+ }
1883
+ }
1884
+ ]
1885
+ }
1886
+ ],
1887
+ "responseData": [
1888
+ {
1889
+ "code": "ErrorCode",
1890
+ "value": [
1891
+ "GamePlayerNotFound",
1892
+ "Ok"
1893
+ ]
1894
+ },
1895
+ {
1896
+ "code": "InfoResponseParameters"
1897
+ }
1898
+ ],
1899
+ "description": ""
1900
+ },
1901
+ {
1902
+ "operationCode": "GetPlayersWithDisplayName",
1903
+ "details": [
1904
+ {
1905
+ "role": "Client",
1906
+ "requestData": [
1907
+ {
1908
+ "code": "Keyword",
1909
+ "description": "",
1910
+ "optional": false,
1911
+ "type": "string",
1912
+ "gnType": "String",
1913
+ "conditions": {
1914
+ "minLength": 2,
1915
+ "maxLength": 32
1916
+ }
1917
+ },
1918
+ {
1919
+ "code": "InfoRequestParam",
1920
+ "description": "",
1921
+ "optional": false,
1922
+ "type": "InfoRequestParam",
1923
+ "gnType": "GNHashtable",
1924
+ "conditions": {
1925
+ "mustNonNull": true
1926
+ }
1927
+ },
1928
+ {
1929
+ "code": "Skip",
1930
+ "description": "",
1931
+ "optional": true,
1932
+ "type": "number",
1933
+ "gnType": "Number",
1934
+ "defaultValue": "0",
1935
+ "conditions": {
1936
+ "mustInt": true,
1937
+ "minValue": 0
1938
+ }
1939
+ },
1940
+ {
1941
+ "code": "Limit",
1942
+ "description": "",
1943
+ "optional": true,
1944
+ "type": "number",
1945
+ "gnType": "Number",
1946
+ "defaultValue": "10",
1947
+ "conditions": {
1948
+ "mustInt": true,
1949
+ "minValue": 1,
1950
+ "maxValue": 100
1951
+ }
1952
+ }
1953
+ ]
1954
+ }
1955
+ ],
1956
+ "responseData": [
1957
+ {
1958
+ "code": "ErrorCode",
1959
+ "value": [
1960
+ "Ok"
1961
+ ]
1962
+ },
1963
+ {
1964
+ "code": "Results"
1965
+ }
1966
+ ],
1967
+ "description": ""
1968
+ },
1969
+ {
1970
+ "operationCode": "GetPlayersWithSegment",
1971
+ "details": [
1972
+ {
1973
+ "role": "Client",
1974
+ "requestData": [
1975
+ {
1976
+ "code": "Value",
1977
+ "description": "",
1978
+ "optional": false,
1979
+ "type": "string",
1980
+ "gnType": "String",
1981
+ "conditions": {
1982
+ "mustNonNull": true,
1983
+ "minLength": 2,
1984
+ "maxLength": 32
1985
+ }
1986
+ },
1987
+ {
1988
+ "code": "InfoRequestParam",
1989
+ "description": "",
1990
+ "optional": false,
1991
+ "type": "InfoRequestParam",
1992
+ "gnType": "GNHashtable",
1993
+ "conditions": {
1994
+ "mustNonNull": true
1995
+ }
1996
+ },
1997
+ {
1998
+ "code": "Skip",
1999
+ "description": "",
2000
+ "optional": true,
2001
+ "type": "number",
2002
+ "gnType": "Number",
2003
+ "defaultValue": "0",
2004
+ "conditions": {
2005
+ "mustInt": true,
2006
+ "minValue": 0
2007
+ }
2008
+ },
2009
+ {
2010
+ "code": "Limit",
2011
+ "description": "",
2012
+ "optional": true,
2013
+ "type": "number",
2014
+ "gnType": "Number",
2015
+ "defaultValue": "10",
2016
+ "conditions": {
2017
+ "mustInt": true,
2018
+ "minValue": 1,
2019
+ "maxValue": 100
2020
+ }
2021
+ }
2022
+ ]
2023
+ }
2024
+ ],
2025
+ "responseData": [
2026
+ {
2027
+ "code": "ErrorCode",
2028
+ "value": [
2029
+ "Ok"
2030
+ ]
2031
+ },
2032
+ {
2033
+ "code": "Results"
2034
+ }
2035
+ ],
2036
+ "description": ""
2037
+ },
2038
+ {
2039
+ "operationCode": "GetPlayersWithTag",
2040
+ "details": [
2041
+ {
2042
+ "role": "Client",
2043
+ "requestData": [
2044
+ {
2045
+ "code": "Key",
2046
+ "description": "",
2047
+ "optional": false,
2048
+ "type": "string",
2049
+ "gnType": "String",
2050
+ "conditions": {
2051
+ "mustNonNull": true,
2052
+ "minLength": 2,
2053
+ "maxLength": 32
2054
+ }
2055
+ },
2056
+ {
2057
+ "code": "Value",
2058
+ "description": "",
2059
+ "optional": false,
2060
+ "type": "string",
2061
+ "gnType": "String",
2062
+ "conditions": {
2063
+ "mustNonNull": true,
2064
+ "minLength": 2,
2065
+ "maxLength": 32
2066
+ }
2067
+ },
2068
+ {
2069
+ "code": "InfoRequestParam",
2070
+ "description": "",
2071
+ "optional": false,
2072
+ "type": "InfoRequestParam",
2073
+ "gnType": "GNHashtable",
2074
+ "conditions": {
2075
+ "mustNonNull": true
2076
+ }
2077
+ },
2078
+ {
2079
+ "code": "Skip",
2080
+ "description": "",
2081
+ "optional": true,
2082
+ "type": "number",
2083
+ "gnType": "Number",
2084
+ "defaultValue": "0",
2085
+ "conditions": {
2086
+ "mustInt": true,
2087
+ "minValue": 0
2088
+ }
2089
+ },
2090
+ {
2091
+ "code": "Limit",
2092
+ "description": "",
2093
+ "optional": true,
2094
+ "type": "number",
2095
+ "gnType": "Number",
2096
+ "defaultValue": "10",
2097
+ "conditions": {
2098
+ "mustInt": true,
2099
+ "minValue": 1,
2100
+ "maxValue": 100
2101
+ }
2102
+ }
2103
+ ]
2104
+ }
2105
+ ],
2106
+ "responseData": [
2107
+ {
2108
+ "code": "ErrorCode",
2109
+ "value": [
2110
+ "KeyNotFound",
2111
+ "Ok"
2112
+ ]
2113
+ },
2114
+ {
2115
+ "code": "Results"
2116
+ }
2117
+ ],
2118
+ "description": ""
2119
+ },
2120
+ {
2121
+ "operationCode": "GetSegment",
2122
+ "details": [
2123
+ {
2124
+ "role": "Client",
2125
+ "requestData": [
2126
+ {
2127
+ "code": "UserId",
2128
+ "description": "",
2129
+ "optional": true,
2130
+ "type": "string",
2131
+ "gnType": "String",
2132
+ "conditions": {
2133
+ "minLength": 10,
2134
+ "maxLength": 10
2135
+ }
2136
+ }
2137
+ ]
2138
+ },
2139
+ {
2140
+ "role": "Server",
2141
+ "requestData": [
2142
+ {
2143
+ "code": "UserId",
2144
+ "description": "",
2145
+ "optional": false,
2146
+ "type": "string",
2147
+ "gnType": "String",
2148
+ "conditions": {
2149
+ "mustNonNull": true,
2150
+ "minLength": 10,
2151
+ "maxLength": 10
2152
+ }
2153
+ }
2154
+ ]
2155
+ }
2156
+ ],
2157
+ "responseData": [
2158
+ {
2159
+ "code": "ErrorCode",
2160
+ "value": [
2161
+ "GamePlayerNotFound",
2162
+ "Ok"
2163
+ ]
2164
+ },
2165
+ {
2166
+ "code": "InfoResponseParameters"
2167
+ }
2168
+ ],
2169
+ "description": ""
2170
+ },
2171
+ {
2172
+ "operationCode": "GetStatisticsLeaderboardAroundPlayer",
2173
+ "details": [
2174
+ {
2175
+ "role": "Client",
2176
+ "requestData": [
2177
+ {
2178
+ "code": "UserId",
2179
+ "description": "",
2180
+ "optional": true,
2181
+ "type": "string",
2182
+ "gnType": "String",
2183
+ "conditions": {
2184
+ "minLength": 10,
2185
+ "maxLength": 10
2186
+ }
2187
+ },
2188
+ {
2189
+ "code": "Key",
2190
+ "description": "",
2191
+ "optional": false,
2192
+ "type": "string",
2193
+ "gnType": "String",
2194
+ "conditions": {
2195
+ "mustNonNull": true,
2196
+ "minLength": 2,
2197
+ "maxLength": 32
2198
+ }
2199
+ },
2200
+ {
2201
+ "code": "InfoRequestParam",
2202
+ "description": "",
2203
+ "optional": false,
2204
+ "type": "InfoRequestParam",
2205
+ "gnType": "GNHashtable",
2206
+ "conditions": {
2207
+ "mustNonNull": true
2208
+ }
2209
+ },
2210
+ {
2211
+ "code": "Skip",
2212
+ "description": "",
2213
+ "optional": true,
2214
+ "type": "number",
2215
+ "gnType": "Number",
2216
+ "defaultValue": "0",
2217
+ "conditions": {
2218
+ "mustInt": true,
2219
+ "minValue": 0
2220
+ }
2221
+ },
2222
+ {
2223
+ "code": "Limit",
2224
+ "description": "",
2225
+ "optional": true,
2226
+ "type": "number",
2227
+ "gnType": "Number",
2228
+ "defaultValue": "10",
2229
+ "conditions": {
2230
+ "mustInt": true,
2231
+ "minValue": 1,
2232
+ "maxValue": 100
2233
+ }
2234
+ },
2235
+ {
2236
+ "code": "LoadFromCache",
2237
+ "description": "",
2238
+ "optional": true,
2239
+ "type": "boolean",
2240
+ "gnType": "Boolean",
2241
+ "defaultValue": "true",
2242
+ "conditions": {}
2243
+ }
2244
+ ]
2245
+ },
2246
+ {
2247
+ "role": "Server",
2248
+ "requestData": [
2249
+ {
2250
+ "code": "UserId",
2251
+ "description": "",
2252
+ "optional": false,
2253
+ "type": "string",
2254
+ "gnType": "String",
2255
+ "conditions": {
2256
+ "mustNonNull": true,
2257
+ "minLength": 10,
2258
+ "maxLength": 10
2259
+ }
2260
+ }
2261
+ ]
2262
+ }
2263
+ ],
2264
+ "responseData": [
2265
+ {
2266
+ "code": "ErrorCode",
2267
+ "value": [
2268
+ "KeyNotFound",
2269
+ "Ok"
2270
+ ]
2271
+ },
2272
+ {
2273
+ "code": "Results"
2274
+ }
2275
+ ],
2276
+ "description": ""
2277
+ },
2278
+ {
2279
+ "operationCode": "GetStatisticsLeaderboard",
2280
+ "details": [
2281
+ {
2282
+ "role": "Client",
2283
+ "requestData": [
2284
+ {
2285
+ "code": "Key",
2286
+ "description": "",
2287
+ "optional": false,
2288
+ "type": "string",
2289
+ "gnType": "String",
2290
+ "conditions": {
2291
+ "mustNonNull": true,
2292
+ "minLength": 2,
2293
+ "maxLength": 32
2294
+ }
2295
+ },
2296
+ {
2297
+ "code": "InfoRequestParam",
2298
+ "description": "",
2299
+ "optional": false,
2300
+ "type": "InfoRequestParam",
2301
+ "gnType": "GNHashtable",
2302
+ "conditions": {
2303
+ "mustNonNull": true
2304
+ }
2305
+ },
2306
+ {
2307
+ "code": "Skip",
2308
+ "description": "",
2309
+ "optional": true,
2310
+ "type": "number",
2311
+ "gnType": "Number",
2312
+ "defaultValue": "0",
2313
+ "conditions": {
2314
+ "mustInt": true,
2315
+ "minValue": 0
2316
+ }
2317
+ },
2318
+ {
2319
+ "code": "Limit",
2320
+ "description": "",
2321
+ "optional": true,
2322
+ "type": "number",
2323
+ "gnType": "Number",
2324
+ "defaultValue": "10",
2325
+ "conditions": {
2326
+ "mustInt": true,
2327
+ "minValue": 1,
2328
+ "maxValue": 100
2329
+ }
2330
+ },
2331
+ {
2332
+ "code": "LoadFromCache",
2333
+ "description": "",
2334
+ "optional": true,
2335
+ "type": "boolean",
2336
+ "gnType": "Boolean",
2337
+ "defaultValue": "true",
2338
+ "conditions": {}
2339
+ },
2340
+ {
2341
+ "code": "Version",
2342
+ "description": "",
2343
+ "optional": true,
2344
+ "type": "string",
2345
+ "gnType": "String",
2346
+ "conditions": {
2347
+ "mustNonNull": true,
2348
+ "minLength": 2,
2349
+ "maxLength": 32
2350
+ }
2351
+ }
2352
+ ]
2353
+ }
2354
+ ],
2355
+ "responseData": [
2356
+ {
2357
+ "code": "ErrorCode",
2358
+ "value": [
2359
+ "KeyNotFound",
2360
+ "VersionInvalid",
2361
+ "Ok"
2362
+ ]
2363
+ },
2364
+ {
2365
+ "code": "Results"
2366
+ },
2367
+ {
2368
+ "code": "TsCreate"
2369
+ }
2370
+ ],
2371
+ "description": ""
2372
+ },
2373
+ {
2374
+ "operationCode": "GetStatisticsLog",
2375
+ "details": [
2376
+ {
2377
+ "role": "Client",
2378
+ "requestData": [
2379
+ {
2380
+ "code": "Keys",
2381
+ "description": "",
2382
+ "optional": true,
2383
+ "type": "string",
2384
+ "gnType": "GNArray",
2385
+ "conditions": {
2386
+ "mustNonNull": true,
2387
+ "minLength": 1,
2388
+ "maxLength": 32
2389
+ }
2390
+ },
2391
+ {
2392
+ "code": "UserId",
2393
+ "description": "",
2394
+ "optional": true,
2395
+ "type": "string",
2396
+ "gnType": "String",
2397
+ "conditions": {
2398
+ "mustNonNull": true,
2399
+ "minLength": 10,
2400
+ "maxLength": 10
2401
+ }
2402
+ },
2403
+ {
2404
+ "code": "Limit",
2405
+ "description": "",
2406
+ "optional": true,
2407
+ "type": "number",
2408
+ "gnType": "Number",
2409
+ "defaultValue": "10",
2410
+ "conditions": {
2411
+ "mustInt": true,
2412
+ "minValue": 1,
2413
+ "maxValue": 100
2414
+ }
2415
+ },
2416
+ {
2417
+ "code": "Token",
2418
+ "description": "",
2419
+ "optional": true,
2420
+ "type": "string",
2421
+ "gnType": "String",
2422
+ "conditions": {
2423
+ "mustNonNull": true,
2424
+ "minLength": 24,
2425
+ "maxLength": 24
2426
+ }
2427
+ }
2428
+ ]
2429
+ }
2430
+ ],
2431
+ "responseData": [
2432
+ {
2433
+ "code": "ErrorCode",
2434
+ "value": [
2435
+ "Ok"
2436
+ ]
2437
+ },
2438
+ {
2439
+ "code": "Results"
2440
+ },
2441
+ {
2442
+ "code": "Token"
2443
+ }
2444
+ ],
2445
+ "description": ""
2446
+ },
2447
+ {
2448
+ "operationCode": "GetTag",
2449
+ "details": [
2450
+ {
2451
+ "role": "Client",
2452
+ "requestData": [
2453
+ {
2454
+ "code": "UserId",
2455
+ "description": "",
2456
+ "optional": true,
2457
+ "type": "string",
2458
+ "gnType": "String",
2459
+ "conditions": {
2460
+ "minLength": 10,
2461
+ "maxLength": 10
2462
+ }
2463
+ },
2464
+ {
2465
+ "code": "TagKeys",
2466
+ "description": "",
2467
+ "optional": false,
2468
+ "type": "string",
2469
+ "gnType": "GNArray",
2470
+ "conditions": {}
2471
+ }
2472
+ ]
2473
+ },
2474
+ {
2475
+ "role": "Server",
2476
+ "requestData": [
2477
+ {
2478
+ "code": "UserId",
2479
+ "description": "",
2480
+ "optional": false,
2481
+ "type": "string",
2482
+ "gnType": "String",
2483
+ "conditions": {
2484
+ "mustNonNull": true,
2485
+ "minLength": 10,
2486
+ "maxLength": 10
2487
+ }
2488
+ }
2489
+ ]
2490
+ }
2491
+ ],
2492
+ "responseData": [
2493
+ {
2494
+ "code": "ErrorCode",
2495
+ "value": [
2496
+ "GamePlayerNotFound",
2497
+ "Ok"
2498
+ ]
2499
+ },
2500
+ {
2501
+ "code": "InfoResponseParameters"
2502
+ }
2503
+ ],
2504
+ "description": ""
2505
+ },
2506
+ {
2507
+ "operationCode": "GetTsCreate",
2508
+ "details": [
2509
+ {
2510
+ "role": "Client",
2511
+ "requestData": [
2512
+ {
2513
+ "code": "UserId",
2514
+ "description": "",
2515
+ "optional": true,
2516
+ "type": "string",
2517
+ "gnType": "String",
2518
+ "conditions": {
2519
+ "minLength": 10,
2520
+ "maxLength": 10
2521
+ }
2522
+ }
2523
+ ]
2524
+ },
2525
+ {
2526
+ "role": "Server",
2527
+ "requestData": [
2528
+ {
2529
+ "code": "UserId",
2530
+ "description": "",
2531
+ "optional": false,
2532
+ "type": "string",
2533
+ "gnType": "String",
2534
+ "conditions": {
2535
+ "mustNonNull": true,
2536
+ "minLength": 10,
2537
+ "maxLength": 10
2538
+ }
2539
+ }
2540
+ ]
2541
+ }
2542
+ ],
2543
+ "responseData": [
2544
+ {
2545
+ "code": "ErrorCode",
2546
+ "value": [
2547
+ "GamePlayerNotFound",
2548
+ "Ok"
2549
+ ]
2550
+ },
2551
+ {
2552
+ "code": "InfoResponseParameters"
2553
+ }
2554
+ ],
2555
+ "description": ""
2556
+ },
2557
+ {
2558
+ "operationCode": "GetTsLastLogin",
2559
+ "details": [
2560
+ {
2561
+ "role": "Client",
2562
+ "requestData": [
2563
+ {
2564
+ "code": "UserId",
2565
+ "description": "",
2566
+ "optional": true,
2567
+ "type": "string",
2568
+ "gnType": "String",
2569
+ "conditions": {
2570
+ "minLength": 10,
2571
+ "maxLength": 10
2572
+ }
2573
+ }
2574
+ ]
2575
+ },
2576
+ {
2577
+ "role": "Server",
2578
+ "requestData": [
2579
+ {
2580
+ "code": "UserId",
2581
+ "description": "",
2582
+ "optional": false,
2583
+ "type": "string",
2584
+ "gnType": "String",
2585
+ "conditions": {
2586
+ "mustNonNull": true,
2587
+ "minLength": 10,
2588
+ "maxLength": 10
2589
+ }
2590
+ }
2591
+ ]
2592
+ }
2593
+ ],
2594
+ "responseData": [
2595
+ {
2596
+ "code": "ErrorCode",
2597
+ "value": [
2598
+ "GamePlayerNotFound",
2599
+ "Ok"
2600
+ ]
2601
+ },
2602
+ {
2603
+ "code": "InfoResponseParameters"
2604
+ }
2605
+ ],
2606
+ "description": ""
2607
+ },
2608
+ {
2609
+ "operationCode": "JoinGroup",
2610
+ "details": [
2611
+ {
2612
+ "role": "Client",
2613
+ "requestData": [
2614
+ {
2615
+ "code": "UserId",
2616
+ "description": "",
2617
+ "optional": true,
2618
+ "type": "string",
2619
+ "gnType": "String",
2620
+ "conditions": {
2621
+ "minLength": 10,
2622
+ "maxLength": 10
2623
+ }
2624
+ },
2625
+ {
2626
+ "code": "GroupId",
2627
+ "description": "",
2628
+ "optional": false,
2629
+ "type": "string",
2630
+ "gnType": "String",
2631
+ "conditions": {
2632
+ "mustNonNull": true,
2633
+ "minLength": 10,
2634
+ "maxLength": 10
2635
+ }
2636
+ }
2637
+ ]
2638
+ },
2639
+ {
2640
+ "role": "Server",
2641
+ "requestData": [
2642
+ {
2643
+ "code": "UserId",
2644
+ "description": "",
2645
+ "optional": false,
2646
+ "type": "string",
2647
+ "gnType": "String",
2648
+ "conditions": {
2649
+ "mustNonNull": true,
2650
+ "minLength": 10,
2651
+ "maxLength": 10
2652
+ }
2653
+ }
2654
+ ]
2655
+ }
2656
+ ],
2657
+ "responseData": [
2658
+ {
2659
+ "code": "ErrorCode",
2660
+ "value": [
2661
+ "GroupNotFound",
2662
+ "GamePlayerNotFound",
2663
+ "Ok"
2664
+ ]
2665
+ }
2666
+ ],
2667
+ "description": ""
2668
+ },
2669
+ {
2670
+ "operationCode": "LeaveGroup",
2671
+ "details": [
2672
+ {
2673
+ "role": "Client",
2674
+ "requestData": [
2675
+ {
2676
+ "code": "UserId",
2677
+ "description": "",
2678
+ "optional": true,
2679
+ "type": "string",
2680
+ "gnType": "String",
2681
+ "conditions": {
2682
+ "minLength": 10,
2683
+ "maxLength": 10
2684
+ }
2685
+ },
2686
+ {
2687
+ "code": "GroupId",
2688
+ "description": "",
2689
+ "optional": false,
2690
+ "type": "string",
2691
+ "gnType": "String",
2692
+ "conditions": {
2693
+ "mustNonNull": true,
2694
+ "minLength": 10,
2695
+ "maxLength": 10
2696
+ }
2697
+ }
2698
+ ]
2699
+ },
2700
+ {
2701
+ "role": "Server",
2702
+ "requestData": [
2703
+ {
2704
+ "code": "UserId",
2705
+ "description": "",
2706
+ "optional": false,
2707
+ "type": "string",
2708
+ "gnType": "String",
2709
+ "conditions": {
2710
+ "mustNonNull": true,
2711
+ "minLength": 10,
2712
+ "maxLength": 10
2713
+ }
2714
+ }
2715
+ ]
2716
+ }
2717
+ ],
2718
+ "responseData": [
2719
+ {
2720
+ "code": "ErrorCode",
2721
+ "value": [
2722
+ "GroupNotFound",
2723
+ "GamePlayerNotFound",
2724
+ "Ok"
2725
+ ]
2726
+ }
2727
+ ],
2728
+ "description": ""
2729
+ },
2730
+ {
2731
+ "operationCode": "RemovePlayerCharacter",
2732
+ "details": [
2733
+ {
2734
+ "role": "Client",
2735
+ "requestData": [
2736
+ {
2737
+ "code": "UserId",
2738
+ "description": "",
2739
+ "optional": true,
2740
+ "type": "string",
2741
+ "gnType": "String",
2742
+ "conditions": {
2743
+ "minLength": 10,
2744
+ "maxLength": 10
2745
+ }
2746
+ },
2747
+ {
2748
+ "code": "CharacterId",
2749
+ "description": "",
2750
+ "optional": false,
2751
+ "type": "string",
2752
+ "gnType": "String",
2753
+ "conditions": {
2754
+ "mustNonNull": true,
2755
+ "minLength": 11,
2756
+ "maxLength": 11
2757
+ }
2758
+ }
2759
+ ]
2760
+ },
2761
+ {
2762
+ "role": "Server",
2763
+ "requestData": [
2764
+ {
2765
+ "code": "UserId",
2766
+ "description": "",
2767
+ "optional": false,
2768
+ "type": "string",
2769
+ "gnType": "String",
2770
+ "conditions": {
2771
+ "mustNonNull": true,
2772
+ "minLength": 10,
2773
+ "maxLength": 10
2774
+ }
2775
+ }
2776
+ ]
2777
+ }
2778
+ ],
2779
+ "responseData": [
2780
+ {
2781
+ "code": "ErrorCode",
2782
+ "value": [
2783
+ "GamePlayerNotFound",
2784
+ "CharacterPlayerNotFound",
2785
+ "Ok"
2786
+ ]
2787
+ }
2788
+ ],
2789
+ "description": ""
2790
+ },
2791
+ {
2792
+ "operationCode": "RemovePlayerFriend",
2793
+ "details": [
2794
+ {
2795
+ "role": "Client",
2796
+ "requestData": [
2797
+ {
2798
+ "code": "UserId",
2799
+ "description": "",
2800
+ "optional": true,
2801
+ "type": "string",
2802
+ "gnType": "String",
2803
+ "conditions": {
2804
+ "minLength": 10,
2805
+ "maxLength": 10
2806
+ }
2807
+ },
2808
+ {
2809
+ "code": "FriendId",
2810
+ "description": "",
2811
+ "optional": false,
2812
+ "type": "string",
2813
+ "gnType": "String",
2814
+ "conditions": {
2815
+ "mustNonNull": true,
2816
+ "minLength": 10,
2817
+ "maxLength": 10
2818
+ }
2819
+ }
2820
+ ]
2821
+ },
2822
+ {
2823
+ "role": "Server",
2824
+ "requestData": [
2825
+ {
2826
+ "code": "UserId",
2827
+ "description": "",
2828
+ "optional": false,
2829
+ "type": "string",
2830
+ "gnType": "String",
2831
+ "conditions": {
2832
+ "mustNonNull": true,
2833
+ "minLength": 10,
2834
+ "maxLength": 10
2835
+ }
2836
+ }
2837
+ ]
2838
+ }
2839
+ ],
2840
+ "responseData": [
2841
+ {
2842
+ "code": "ErrorCode",
2843
+ "value": [
2844
+ "GamePlayerNotFound",
2845
+ "Ok"
2846
+ ]
2847
+ }
2848
+ ],
2849
+ "description": ""
2850
+ },
2851
+ {
2852
+ "operationCode": "RemovePlayerItem",
2853
+ "details": [
2854
+ {
2855
+ "role": "Client",
2856
+ "requestData": [
2857
+ {
2858
+ "code": "UserId",
2859
+ "description": "",
2860
+ "optional": true,
2861
+ "type": "string",
2862
+ "gnType": "String",
2863
+ "conditions": {
2864
+ "minLength": 10,
2865
+ "maxLength": 10
2866
+ }
2867
+ },
2868
+ {
2869
+ "code": "ItemId",
2870
+ "description": "",
2871
+ "optional": false,
2872
+ "type": "string",
2873
+ "gnType": "String",
2874
+ "conditions": {
2875
+ "mustNonNull": true,
2876
+ "minLength": 12,
2877
+ "maxLength": 12
2878
+ }
2879
+ }
2880
+ ]
2881
+ },
2882
+ {
2883
+ "role": "Server",
2884
+ "requestData": [
2885
+ {
2886
+ "code": "UserId",
2887
+ "description": "",
2888
+ "optional": false,
2889
+ "type": "string",
2890
+ "gnType": "String",
2891
+ "conditions": {
2892
+ "mustNonNull": true,
2893
+ "minLength": 10,
2894
+ "maxLength": 10
2895
+ }
2896
+ }
2897
+ ]
2898
+ }
2899
+ ],
2900
+ "responseData": [
2901
+ {
2902
+ "code": "ErrorCode",
2903
+ "value": [
2904
+ "GamePlayerNotFound",
2905
+ "ItemNotFound",
2906
+ "Ok"
2907
+ ]
2908
+ }
2909
+ ],
2910
+ "description": ""
2911
+ },
2912
+ {
2913
+ "operationCode": "RemoveSegment",
2914
+ "details": [
2915
+ {
2916
+ "role": "Client",
2917
+ "requestData": [
2918
+ {
2919
+ "code": "UserId",
2920
+ "description": "",
2921
+ "optional": true,
2922
+ "type": "string",
2923
+ "gnType": "String",
2924
+ "conditions": {
2925
+ "minLength": 10,
2926
+ "maxLength": 10
2927
+ }
2928
+ },
2929
+ {
2930
+ "code": "Value",
2931
+ "description": "",
2932
+ "optional": false,
2933
+ "type": "string",
2934
+ "gnType": "String",
2935
+ "conditions": {
2936
+ "mustNonNull": true,
2937
+ "minLength": 2,
2938
+ "maxLength": 32
2939
+ }
2940
+ }
2941
+ ]
2942
+ },
2943
+ {
2944
+ "role": "Server",
2945
+ "requestData": [
2946
+ {
2947
+ "code": "UserId",
2948
+ "description": "",
2949
+ "optional": false,
2950
+ "type": "string",
2951
+ "gnType": "String",
2952
+ "conditions": {
2953
+ "mustNonNull": true,
2954
+ "minLength": 10,
2955
+ "maxLength": 10
2956
+ }
2957
+ }
2958
+ ]
2959
+ }
2960
+ ],
2961
+ "responseData": [
2962
+ {
2963
+ "code": "ErrorCode",
2964
+ "value": [
2965
+ "GamePlayerNotFound",
2966
+ "Ok"
2967
+ ]
2968
+ }
2969
+ ],
2970
+ "description": ""
2971
+ },
2972
+ {
2973
+ "operationCode": "RemoveTag",
2974
+ "details": [
2975
+ {
2976
+ "role": "Client",
2977
+ "requestData": [
2978
+ {
2979
+ "code": "UserId",
2980
+ "description": "",
2981
+ "optional": true,
2982
+ "type": "string",
2983
+ "gnType": "String",
2984
+ "conditions": {
2985
+ "minLength": 10,
2986
+ "maxLength": 10
2987
+ }
2988
+ },
2989
+ {
2990
+ "code": "Key",
2991
+ "description": "",
2992
+ "optional": false,
2993
+ "type": "string",
2994
+ "gnType": "String",
2995
+ "conditions": {
2996
+ "mustNonNull": true,
2997
+ "minLength": 2,
2998
+ "maxLength": 32
2999
+ }
3000
+ }
3001
+ ]
3002
+ },
3003
+ {
3004
+ "role": "Server",
3005
+ "requestData": [
3006
+ {
3007
+ "code": "UserId",
3008
+ "description": "",
3009
+ "optional": false,
3010
+ "type": "string",
3011
+ "gnType": "String",
3012
+ "conditions": {
3013
+ "mustNonNull": true,
3014
+ "minLength": 10,
3015
+ "maxLength": 10
3016
+ }
3017
+ }
3018
+ ]
3019
+ }
3020
+ ],
3021
+ "responseData": [
3022
+ {
3023
+ "code": "ErrorCode",
3024
+ "value": [
3025
+ "GamePlayerNotFound",
3026
+ "Ok"
3027
+ ]
3028
+ }
3029
+ ],
3030
+ "description": ""
3031
+ },
3032
+ {
3033
+ "operationCode": "SetAvatar",
3034
+ "details": [
3035
+ {
3036
+ "role": "Client",
3037
+ "requestData": [
3038
+ {
3039
+ "code": "UserId",
3040
+ "description": "",
3041
+ "optional": true,
3042
+ "type": "string",
3043
+ "gnType": "String",
3044
+ "conditions": {
3045
+ "minLength": 10,
3046
+ "maxLength": 10
3047
+ }
3048
+ },
3049
+ {
3050
+ "code": "Type",
3051
+ "description": "",
3052
+ "optional": false,
3053
+ "type": "number",
3054
+ "gnType": "Number",
3055
+ "conditions": {
3056
+ "mustInt": true
3057
+ }
3058
+ },
3059
+ {
3060
+ "code": "Value",
3061
+ "description": "",
3062
+ "optional": false,
3063
+ "type": "string",
3064
+ "gnType": "String",
3065
+ "conditions": {
3066
+ "mustNonNull": true,
3067
+ "minLength": 1,
3068
+ "maxLength": 128
3069
+ }
3070
+ }
3071
+ ]
3072
+ },
3073
+ {
3074
+ "role": "Server",
3075
+ "requestData": [
3076
+ {
3077
+ "code": "UserId",
3078
+ "description": "",
3079
+ "optional": false,
3080
+ "type": "string",
3081
+ "gnType": "String",
3082
+ "conditions": {
3083
+ "mustNonNull": true,
3084
+ "minLength": 10,
3085
+ "maxLength": 10
3086
+ }
3087
+ }
3088
+ ]
3089
+ }
3090
+ ],
3091
+ "responseData": [
3092
+ {
3093
+ "code": "ErrorCode",
3094
+ "value": [
3095
+ "GamePlayerNotFound",
3096
+ "Ok"
3097
+ ]
3098
+ }
3099
+ ],
3100
+ "description": ""
3101
+ },
3102
+ {
3103
+ "operationCode": "SetCountryCode",
3104
+ "details": [
3105
+ {
3106
+ "role": "Client",
3107
+ "requestData": [
3108
+ {
3109
+ "code": "UserId",
3110
+ "description": "",
3111
+ "optional": true,
3112
+ "type": "string",
3113
+ "gnType": "String",
3114
+ "conditions": {
3115
+ "minLength": 10,
3116
+ "maxLength": 10
3117
+ }
3118
+ },
3119
+ {
3120
+ "code": "CountryCode",
3121
+ "description": "",
3122
+ "optional": false,
3123
+ "type": "string",
3124
+ "gnType": "String",
3125
+ "conditions": {
3126
+ "minLength": 2,
3127
+ "maxLength": 32
3128
+ }
3129
+ }
3130
+ ]
3131
+ },
3132
+ {
3133
+ "role": "Server",
3134
+ "requestData": [
3135
+ {
3136
+ "code": "UserId",
3137
+ "description": "",
3138
+ "optional": false,
3139
+ "type": "string",
3140
+ "gnType": "String",
3141
+ "conditions": {
3142
+ "mustNonNull": true,
3143
+ "minLength": 10,
3144
+ "maxLength": 10
3145
+ }
3146
+ }
3147
+ ]
3148
+ }
3149
+ ],
3150
+ "responseData": [
3151
+ {
3152
+ "code": "ErrorCode",
3153
+ "value": [
3154
+ "GamePlayerNotFound",
3155
+ "Ok"
3156
+ ]
3157
+ }
3158
+ ],
3159
+ "description": ""
3160
+ },
3161
+ {
3162
+ "operationCode": "SetCustomData",
3163
+ "details": [
3164
+ {
3165
+ "role": "Client",
3166
+ "requestData": [
3167
+ {
3168
+ "code": "UserId",
3169
+ "description": "",
3170
+ "optional": true,
3171
+ "type": "string",
3172
+ "gnType": "String",
3173
+ "conditions": {
3174
+ "minLength": 10,
3175
+ "maxLength": 10
3176
+ }
3177
+ },
3178
+ {
3179
+ "code": "CustomDatas",
3180
+ "description": "",
3181
+ "optional": false,
3182
+ "type": "CustomDataParam",
3183
+ "gnType": "GNArray",
3184
+ "conditions": {
3185
+ "mustNonNull": true,
3186
+ "minLength": 1,
3187
+ "maxLength": 32
3188
+ }
3189
+ }
3190
+ ]
3191
+ },
3192
+ {
3193
+ "role": "Server",
3194
+ "requestData": [
3195
+ {
3196
+ "code": "UserId",
3197
+ "description": "",
3198
+ "optional": false,
3199
+ "type": "string",
3200
+ "gnType": "String",
3201
+ "conditions": {
3202
+ "mustNonNull": true,
3203
+ "minLength": 10,
3204
+ "maxLength": 10
3205
+ }
3206
+ }
3207
+ ]
3208
+ }
3209
+ ],
3210
+ "responseData": [
3211
+ {
3212
+ "code": "ErrorCode",
3213
+ "value": [
3214
+ "GamePlayerNotFound",
3215
+ "Ok"
3216
+ ]
3217
+ },
3218
+ {
3219
+ "code": "InfoResponseParameters"
3220
+ }
3221
+ ],
3222
+ "description": ""
3223
+ },
3224
+ {
3225
+ "operationCode": "SetDisplayName",
3226
+ "details": [
3227
+ {
3228
+ "role": "Client",
3229
+ "requestData": [
3230
+ {
3231
+ "code": "UserId",
3232
+ "description": "",
3233
+ "optional": true,
3234
+ "type": "string",
3235
+ "gnType": "String",
3236
+ "conditions": {
3237
+ "minLength": 10,
3238
+ "maxLength": 10
3239
+ }
3240
+ },
3241
+ {
3242
+ "code": "DisplayName",
3243
+ "description": "",
3244
+ "optional": false,
3245
+ "type": "string",
3246
+ "gnType": "String",
3247
+ "conditions": {
3248
+ "mustNonNull": true,
3249
+ "minLength": 5,
3250
+ "maxLength": 32
3251
+ }
3252
+ },
3253
+ {
3254
+ "code": "UniqueDisplayName",
3255
+ "description": "",
3256
+ "optional": true,
3257
+ "type": "boolean",
3258
+ "gnType": "Boolean",
3259
+ "defaultValue": "false",
3260
+ "conditions": {}
3261
+ }
3262
+ ]
3263
+ },
3264
+ {
3265
+ "role": "Server",
3266
+ "requestData": [
3267
+ {
3268
+ "code": "UserId",
3269
+ "description": "",
3270
+ "optional": false,
3271
+ "type": "string",
3272
+ "gnType": "String",
3273
+ "conditions": {
3274
+ "mustNonNull": true,
3275
+ "minLength": 10,
3276
+ "maxLength": 10
3277
+ }
3278
+ }
3279
+ ]
3280
+ }
3281
+ ],
3282
+ "responseData": [
3283
+ {
3284
+ "code": "ErrorCode",
3285
+ "value": [
3286
+ "DisplayNameHasUse",
3287
+ "GamePlayerNotFound",
3288
+ "Ok"
3289
+ ]
3290
+ }
3291
+ ],
3292
+ "description": ""
3293
+ },
3294
+ {
3295
+ "operationCode": "SetPlayerBan",
3296
+ "details": [
3297
+ {
3298
+ "role": "Client",
3299
+ "requestData": [
3300
+ {
3301
+ "code": "UserId",
3302
+ "description": "",
3303
+ "optional": true,
3304
+ "type": "string",
3305
+ "gnType": "String",
3306
+ "conditions": {
3307
+ "minLength": 10,
3308
+ "maxLength": 10
3309
+ }
3310
+ },
3311
+ {
3312
+ "code": "TsExpire",
3313
+ "description": "",
3314
+ "optional": false,
3315
+ "type": "number",
3316
+ "gnType": "Number",
3317
+ "conditions": {}
3318
+ },
3319
+ {
3320
+ "code": "Reason",
3321
+ "description": "",
3322
+ "optional": false,
3323
+ "type": "string",
3324
+ "gnType": "String",
3325
+ "conditions": {}
3326
+ }
3327
+ ]
3328
+ },
3329
+ {
3330
+ "role": "Server",
3331
+ "requestData": [
3332
+ {
3333
+ "code": "UserId",
3334
+ "description": "",
3335
+ "optional": false,
3336
+ "type": "string",
3337
+ "gnType": "String",
3338
+ "conditions": {
3339
+ "mustNonNull": true,
3340
+ "minLength": 10,
3341
+ "maxLength": 10
3342
+ }
3343
+ }
3344
+ ]
3345
+ }
3346
+ ],
3347
+ "responseData": [
3348
+ {
3349
+ "code": "ErrorCode",
3350
+ "value": [
3351
+ "GamePlayerNotFound",
3352
+ "Ok"
3353
+ ]
3354
+ }
3355
+ ],
3356
+ "description": ""
3357
+ },
3358
+ {
3359
+ "operationCode": "SetPlayerData",
3360
+ "details": [
3361
+ {
3362
+ "role": "Client",
3363
+ "requestData": [
3364
+ {
3365
+ "code": "UserId",
3366
+ "description": "",
3367
+ "optional": true,
3368
+ "type": "string",
3369
+ "gnType": "String",
3370
+ "conditions": {
3371
+ "minLength": 10,
3372
+ "maxLength": 10
3373
+ }
3374
+ },
3375
+ {
3376
+ "code": "PlayerDatas",
3377
+ "description": "",
3378
+ "optional": false,
3379
+ "type": "PlayerDataParam",
3380
+ "gnType": "GNArray",
3381
+ "conditions": {
3382
+ "mustNonNull": true,
3383
+ "minLength": 1,
3384
+ "maxLength": 32
3385
+ }
3386
+ }
3387
+ ]
3388
+ },
3389
+ {
3390
+ "role": "Server",
3391
+ "requestData": [
3392
+ {
3393
+ "code": "UserId",
3394
+ "description": "",
3395
+ "optional": false,
3396
+ "type": "string",
3397
+ "gnType": "String",
3398
+ "conditions": {
3399
+ "mustNonNull": true,
3400
+ "minLength": 10,
3401
+ "maxLength": 10
3402
+ }
3403
+ }
3404
+ ]
3405
+ }
3406
+ ],
3407
+ "responseData": [
3408
+ {
3409
+ "code": "ErrorCode",
3410
+ "value": [
3411
+ "GamePlayerNotFound",
3412
+ "Ok"
3413
+ ]
3414
+ },
3415
+ {
3416
+ "code": "InfoResponseParameters"
3417
+ }
3418
+ ],
3419
+ "description": ""
3420
+ },
3421
+ {
3422
+ "operationCode": "SetTag",
3423
+ "details": [
3424
+ {
3425
+ "role": "Client",
3426
+ "requestData": [
3427
+ {
3428
+ "code": "UserId",
3429
+ "description": "",
3430
+ "optional": true,
3431
+ "type": "string",
3432
+ "gnType": "String",
3433
+ "conditions": {
3434
+ "minLength": 10,
3435
+ "maxLength": 10
3436
+ }
3437
+ },
3438
+ {
3439
+ "code": "Key",
3440
+ "description": "",
3441
+ "optional": false,
3442
+ "type": "string",
3443
+ "gnType": "String",
3444
+ "conditions": {
3445
+ "mustNonNull": true,
3446
+ "minLength": 2,
3447
+ "maxLength": 32
3448
+ }
3449
+ },
3450
+ {
3451
+ "code": "Value",
3452
+ "description": "",
3453
+ "optional": false,
3454
+ "type": "string",
3455
+ "gnType": "String",
3456
+ "conditions": {
3457
+ "mustNonNull": true,
3458
+ "minLength": 2,
3459
+ "maxLength": 32
3460
+ }
3461
+ }
3462
+ ]
3463
+ },
3464
+ {
3465
+ "role": "Server",
3466
+ "requestData": [
3467
+ {
3468
+ "code": "UserId",
3469
+ "description": "",
3470
+ "optional": false,
3471
+ "type": "string",
3472
+ "gnType": "String",
3473
+ "conditions": {
3474
+ "mustNonNull": true,
3475
+ "minLength": 10,
3476
+ "maxLength": 10
3477
+ }
3478
+ }
3479
+ ]
3480
+ }
3481
+ ],
3482
+ "responseData": [
3483
+ {
3484
+ "code": "ErrorCode",
3485
+ "value": [
3486
+ "KeyNotFound",
3487
+ "GamePlayerNotFound",
3488
+ "Ok"
3489
+ ]
3490
+ }
3491
+ ],
3492
+ "description": ""
3493
+ }
3494
+ ],
3495
+ "models": [
3496
+ {
3497
+ "name": "CustomDataParam",
3498
+ "details": [
3499
+ {
3500
+ "code": "Key",
3501
+ "description": "",
3502
+ "optional": false,
3503
+ "type": "string",
3504
+ "gnType": "String",
3505
+ "conditions": {
3506
+ "mustNonNull": true,
3507
+ "minLength": 2,
3508
+ "maxLength": 32
3509
+ }
3510
+ },
3511
+ {
3512
+ "code": "Value",
3513
+ "description": "",
3514
+ "optional": false,
3515
+ "type": "any",
3516
+ "gnType": "DataMember",
3517
+ "conditions": {}
3518
+ }
3519
+ ]
3520
+ },
3521
+ {
3522
+ "name": "GroupMemberParam",
3523
+ "details": [
3524
+ {
3525
+ "code": "UserId",
3526
+ "description": "",
3527
+ "optional": false,
3528
+ "type": "string",
3529
+ "gnType": "String",
3530
+ "conditions": {
3531
+ "mustNonNull": true,
3532
+ "minLength": 10,
3533
+ "maxLength": 10
3534
+ }
3535
+ }
3536
+ ]
3537
+ },
3538
+ {
3539
+ "name": "InfoRequestParam",
3540
+ "details": [
3541
+ {
3542
+ "code": "Segments",
3543
+ "description": "",
3544
+ "optional": true,
3545
+ "type": "boolean",
3546
+ "gnType": "Boolean",
3547
+ "defaultValue": "false",
3548
+ "conditions": {}
3549
+ },
3550
+ {
3551
+ "code": "CustomDatas",
3552
+ "description": "",
3553
+ "optional": true,
3554
+ "type": "boolean",
3555
+ "gnType": "Boolean",
3556
+ "defaultValue": "false",
3557
+ "conditions": {}
3558
+ },
3559
+ {
3560
+ "code": "DisplayName",
3561
+ "description": "",
3562
+ "optional": true,
3563
+ "type": "boolean",
3564
+ "gnType": "Boolean",
3565
+ "defaultValue": "false",
3566
+ "conditions": {}
3567
+ },
3568
+ {
3569
+ "code": "Avatar",
3570
+ "description": "",
3571
+ "optional": true,
3572
+ "type": "boolean",
3573
+ "gnType": "Boolean",
3574
+ "defaultValue": "false",
3575
+ "conditions": {}
3576
+ },
3577
+ {
3578
+ "code": "TsCreate",
3579
+ "description": "",
3580
+ "optional": true,
3581
+ "type": "boolean",
3582
+ "gnType": "Boolean",
3583
+ "defaultValue": "false",
3584
+ "conditions": {}
3585
+ },
3586
+ {
3587
+ "code": "Tags",
3588
+ "description": "",
3589
+ "optional": true,
3590
+ "type": "boolean",
3591
+ "gnType": "Boolean",
3592
+ "defaultValue": "false",
3593
+ "conditions": {}
3594
+ },
3595
+ {
3596
+ "code": "PlayerBan",
3597
+ "description": "",
3598
+ "optional": true,
3599
+ "type": "boolean",
3600
+ "gnType": "Boolean",
3601
+ "defaultValue": "false",
3602
+ "conditions": {}
3603
+ },
3604
+ {
3605
+ "code": "PlayerCurrencies",
3606
+ "description": "",
3607
+ "optional": true,
3608
+ "type": "boolean",
3609
+ "gnType": "Boolean",
3610
+ "defaultValue": "false",
3611
+ "conditions": {}
3612
+ },
3613
+ {
3614
+ "code": "PlayerStatistics",
3615
+ "description": "",
3616
+ "optional": true,
3617
+ "type": "boolean",
3618
+ "gnType": "Boolean",
3619
+ "defaultValue": "false",
3620
+ "conditions": {}
3621
+ },
3622
+ {
3623
+ "code": "PlayerDatas",
3624
+ "description": "",
3625
+ "optional": true,
3626
+ "type": "boolean",
3627
+ "gnType": "Boolean",
3628
+ "defaultValue": "false",
3629
+ "conditions": {}
3630
+ },
3631
+ {
3632
+ "code": "IpAddressCreate",
3633
+ "description": "",
3634
+ "optional": true,
3635
+ "type": "boolean",
3636
+ "gnType": "Boolean",
3637
+ "defaultValue": "false",
3638
+ "conditions": {}
3639
+ },
3640
+ {
3641
+ "code": "CountryCode",
3642
+ "description": "",
3643
+ "optional": true,
3644
+ "type": "boolean",
3645
+ "gnType": "Boolean",
3646
+ "defaultValue": "false",
3647
+ "conditions": {}
3648
+ },
3649
+ {
3650
+ "code": "TsLastLogin",
3651
+ "description": "",
3652
+ "optional": true,
3653
+ "type": "boolean",
3654
+ "gnType": "Boolean",
3655
+ "defaultValue": "false",
3656
+ "conditions": {}
3657
+ },
3658
+ {
3659
+ "code": "PlayerCharacters",
3660
+ "description": "",
3661
+ "optional": true,
3662
+ "type": "boolean",
3663
+ "gnType": "Boolean",
3664
+ "defaultValue": "false",
3665
+ "conditions": {}
3666
+ },
3667
+ {
3668
+ "code": "PlayerInventories",
3669
+ "description": "",
3670
+ "optional": true,
3671
+ "type": "boolean",
3672
+ "gnType": "Boolean",
3673
+ "defaultValue": "false",
3674
+ "conditions": {}
3675
+ },
3676
+ {
3677
+ "code": "PlayerGroups",
3678
+ "description": "",
3679
+ "optional": true,
3680
+ "type": "boolean",
3681
+ "gnType": "Boolean",
3682
+ "defaultValue": "false",
3683
+ "conditions": {}
3684
+ },
3685
+ {
3686
+ "code": "PlayerFriends",
3687
+ "description": "",
3688
+ "optional": true,
3689
+ "type": "boolean",
3690
+ "gnType": "Boolean",
3691
+ "defaultValue": "false",
3692
+ "conditions": {}
3693
+ },
3694
+ {
3695
+ "code": "PlayerDataKeys",
3696
+ "description": "",
3697
+ "optional": true,
3698
+ "type": "string",
3699
+ "gnType": "GNArray",
3700
+ "conditions": {}
3701
+ },
3702
+ {
3703
+ "code": "PlayerCurrencyKeys",
3704
+ "description": "",
3705
+ "optional": true,
3706
+ "type": "string",
3707
+ "gnType": "GNArray",
3708
+ "conditions": {}
3709
+ },
3710
+ {
3711
+ "code": "PlayerStatisticsKeys",
3712
+ "description": "",
3713
+ "optional": true,
3714
+ "type": "string",
3715
+ "gnType": "GNArray",
3716
+ "conditions": {}
3717
+ },
3718
+ {
3719
+ "code": "CustomDataKeys",
3720
+ "description": "",
3721
+ "optional": true,
3722
+ "type": "string",
3723
+ "gnType": "GNArray",
3724
+ "conditions": {}
3725
+ },
3726
+ {
3727
+ "code": "TagKeys",
3728
+ "description": "",
3729
+ "optional": true,
3730
+ "type": "string",
3731
+ "gnType": "GNArray",
3732
+ "conditions": {}
3733
+ },
3734
+ {
3735
+ "code": "CharacterCatalogIds",
3736
+ "description": "",
3737
+ "optional": true,
3738
+ "type": "string",
3739
+ "gnType": "GNArray",
3740
+ "conditions": {}
3741
+ },
3742
+ {
3743
+ "code": "ItemCatalogIds",
3744
+ "description": "",
3745
+ "optional": true,
3746
+ "type": "string",
3747
+ "gnType": "GNArray",
3748
+ "conditions": {}
3749
+ },
3750
+ {
3751
+ "code": "GroupCatalogIds",
3752
+ "description": "",
3753
+ "optional": true,
3754
+ "type": "string",
3755
+ "gnType": "GNArray",
3756
+ "conditions": {}
3757
+ },
3758
+ {
3759
+ "code": "FriendCatalogIds",
3760
+ "description": "",
3761
+ "optional": true,
3762
+ "type": "string",
3763
+ "gnType": "GNArray",
3764
+ "conditions": {}
3765
+ }
3766
+ ]
3767
+ },
3768
+ {
3769
+ "name": "PlayerCurrencyParam",
3770
+ "details": [
3771
+ {
3772
+ "code": "Key",
3773
+ "description": "",
3774
+ "optional": false,
3775
+ "type": "string",
3776
+ "gnType": "String",
3777
+ "conditions": {
3778
+ "mustNonNull": true,
3779
+ "minLength": 2,
3780
+ "maxLength": 32
3781
+ }
3782
+ },
3783
+ {
3784
+ "code": "Amount",
3785
+ "description": "",
3786
+ "optional": false,
3787
+ "type": "number",
3788
+ "gnType": "Number",
3789
+ "conditions": {}
3790
+ }
3791
+ ]
3792
+ },
3793
+ {
3794
+ "name": "PlayerDataParam",
3795
+ "details": [
3796
+ {
3797
+ "code": "Key",
3798
+ "description": "",
3799
+ "optional": false,
3800
+ "type": "string",
3801
+ "gnType": "String",
3802
+ "conditions": {
3803
+ "mustNonNull": true,
3804
+ "minLength": 2,
3805
+ "maxLength": 32
3806
+ }
3807
+ },
3808
+ {
3809
+ "code": "Value",
3810
+ "description": "",
3811
+ "optional": false,
3812
+ "type": "any",
3813
+ "gnType": "DataMember",
3814
+ "conditions": {}
3815
+ }
3816
+ ]
3817
+ },
3818
+ {
3819
+ "name": "PlayerStatisticsParam",
3820
+ "details": [
3821
+ {
3822
+ "code": "Key",
3823
+ "description": "",
3824
+ "optional": false,
3825
+ "type": "string",
3826
+ "gnType": "String",
3827
+ "conditions": {
3828
+ "mustNonNull": true,
3829
+ "minLength": 2,
3830
+ "maxLength": 32
3831
+ }
3832
+ },
3833
+ {
3834
+ "code": "Value",
3835
+ "description": "",
3836
+ "optional": false,
3837
+ "type": "number",
3838
+ "gnType": "Number",
3839
+ "conditions": {}
3840
+ }
3841
+ ]
3842
+ }
3843
+ ]
3844
+ }