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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/dist/gearn.js.client.js +46911 -0
  2. package/dist/gearn.js.client.min.js +2 -0
  3. package/dist/gearn.js.client.min.js.LICENSE.txt +14 -0
  4. package/dist/index.js +34189 -337
  5. package/dist/runtime/config/GNServerSettings.d.ts +3 -0
  6. package/dist/runtime/constant/Commands.d.ts +1 -0
  7. package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +2 -0
  8. package/package.json +1 -1
  9. package/dist/runtime/GNNetwork.js +0 -250
  10. package/dist/runtime/GNNetworkAuthenticateApi.js +0 -122
  11. package/dist/runtime/GNNetworkCharacterPlayerApi.js +0 -968
  12. package/dist/runtime/GNNetworkCloudScriptApi.js +0 -104
  13. package/dist/runtime/GNNetworkContentApi.js +0 -140
  14. package/dist/runtime/GNNetworkDashboardApi.js +0 -170
  15. package/dist/runtime/GNNetworkGamePlayerApi.js +0 -950
  16. package/dist/runtime/GNNetworkGroupApi.js +0 -734
  17. package/dist/runtime/GNNetworkInventoryApi.js +0 -626
  18. package/dist/runtime/GNNetworkMasterPlayerApi.js +0 -1550
  19. package/dist/runtime/GNNetworkMultiplayerApi.js +0 -194
  20. package/dist/runtime/GNNetworkStoreInventoryApi.js +0 -266
  21. package/dist/runtime/common/Action0.js +0 -1
  22. package/dist/runtime/common/Action1.js +0 -1
  23. package/dist/runtime/common/Action2.js +0 -1
  24. package/dist/runtime/common/Action3.js +0 -1
  25. package/dist/runtime/common/Action4.js +0 -1
  26. package/dist/runtime/common/GNData.js +0 -211
  27. package/dist/runtime/config/GNServerSettings.js +0 -149
  28. package/dist/runtime/constant/Commands.js +0 -19
  29. package/dist/runtime/constant/EventCode.js +0 -8
  30. package/dist/runtime/constant/OperationCode.js +0 -221
  31. package/dist/runtime/constant/ReturnCode.js +0 -14
  32. package/dist/runtime/constant/enumType/ExecuteResponseStatus.js +0 -8
  33. package/dist/runtime/constant/enumType/FriendStatus.js +0 -7
  34. package/dist/runtime/constant/enumType/GoogleLoginType.js +0 -5
  35. package/dist/runtime/constant/enumType/GroupStatus.js +0 -7
  36. package/dist/runtime/constant/enumType/InvalidMemberType.js +0 -18
  37. package/dist/runtime/constant/enumType/ItemType.js +0 -5
  38. package/dist/runtime/constant/enumType/MatchmakingMemberStatus.js +0 -6
  39. package/dist/runtime/constant/enumType/MatchmakingTicketStatus.js +0 -8
  40. package/dist/runtime/constant/enumType/OwnerType.js +0 -9
  41. package/dist/runtime/constant/enumType/PermissionDataItem.js +0 -5
  42. package/dist/runtime/constant/enumType/PushPlatformType.js +0 -5
  43. package/dist/runtime/constant/enumType/RequestRole.js +0 -6
  44. package/dist/runtime/constant/enumType/RequestType.js +0 -15
  45. package/dist/runtime/constant/enumType/StoreItemType.js +0 -5
  46. package/dist/runtime/constant/enumType/StoreReceiveType.js +0 -8
  47. package/dist/runtime/constant/errorCode/ErrorCode.js +0 -52
  48. package/dist/runtime/constant/parameterCode/ParameterCode.js +0 -617
  49. package/dist/runtime/entity/DataMember.js +0 -208
  50. package/dist/runtime/entity/GNMetadata.js +0 -11
  51. package/dist/runtime/entity/InvalidMember.js +0 -1
  52. package/dist/runtime/entity/OperationEvent.js +0 -24
  53. package/dist/runtime/entity/OperationHelper.js +0 -24
  54. package/dist/runtime/entity/OperationRequest.js +0 -42
  55. package/dist/runtime/entity/OperationResponse.js +0 -73
  56. package/dist/runtime/entity/models/AuthenticateModels.js +0 -426
  57. package/dist/runtime/entity/models/AuthenticateRequestModels.js +0 -188
  58. package/dist/runtime/entity/models/AuthenticateResponseModels.js +0 -131
  59. package/dist/runtime/entity/models/CharacterPlayerModels.js +0 -1433
  60. package/dist/runtime/entity/models/CharacterPlayerRequestModels.js +0 -1386
  61. package/dist/runtime/entity/models/CharacterPlayerResponseModels.js +0 -376
  62. package/dist/runtime/entity/models/CloudScriptModels.js +0 -197
  63. package/dist/runtime/entity/models/CloudScriptRequestModels.js +0 -138
  64. package/dist/runtime/entity/models/CloudScriptResponseModels.js +0 -40
  65. package/dist/runtime/entity/models/ContentModels.js +0 -203
  66. package/dist/runtime/entity/models/ContentRequestModels.js +0 -190
  67. package/dist/runtime/entity/models/ContentResponseModels.js +0 -54
  68. package/dist/runtime/entity/models/DashboardModels.js +0 -3002
  69. package/dist/runtime/entity/models/DashboardRequestModels.js +0 -268
  70. package/dist/runtime/entity/models/DashboardResponseModels.js +0 -187
  71. package/dist/runtime/entity/models/GamePlayerModels.js +0 -1591
  72. package/dist/runtime/entity/models/GamePlayerRequestModels.js +0 -1360
  73. package/dist/runtime/entity/models/GamePlayerResponseModels.js +0 -369
  74. package/dist/runtime/entity/models/GenericModels.js +0 -177
  75. package/dist/runtime/entity/models/GroupModels.js +0 -1135
  76. package/dist/runtime/entity/models/GroupRequestModels.js +0 -1048
  77. package/dist/runtime/entity/models/GroupResponseModels.js +0 -285
  78. package/dist/runtime/entity/models/InventoryModels.js +0 -915
  79. package/dist/runtime/entity/models/InventoryRequestModels.js +0 -892
  80. package/dist/runtime/entity/models/InventoryResponseModels.js +0 -243
  81. package/dist/runtime/entity/models/MasterPlayerModels.js +0 -2573
  82. package/dist/runtime/entity/models/MasterPlayerRequestModels.js +0 -2228
  83. package/dist/runtime/entity/models/MasterPlayerResponseModels.js +0 -607
  84. package/dist/runtime/entity/models/MultiplayerModels.js +0 -404
  85. package/dist/runtime/entity/models/MultiplayerRequestModels.js +0 -268
  86. package/dist/runtime/entity/models/MultiplayerResponseModels.js +0 -75
  87. package/dist/runtime/entity/models/StoreInventoryModels.js +0 -797
  88. package/dist/runtime/entity/models/StoreInventoryRequestModels.js +0 -372
  89. package/dist/runtime/entity/models/StoreInventoryResponseModels.js +0 -103
  90. package/dist/runtime/entity/request/CustomOperationRequest.js +0 -24
  91. package/dist/runtime/entity/response/CustomOperationResponse.js +0 -29
  92. package/dist/runtime/entity/response/GetAuthInfoResponse.js +0 -2
  93. package/dist/runtime/entity/response/UploadFileResponse.js +0 -2
  94. package/dist/runtime/helper/CodeHelper.js +0 -63
  95. package/dist/runtime/helper/ConverterService.js +0 -275
  96. package/dist/runtime/helper/EnumUtility.js +0 -33
  97. package/dist/runtime/helper/GNSupport.js +0 -8
  98. package/dist/runtime/helper/GNUtils.js +0 -72
  99. package/dist/runtime/helper/MessagePackConverterService.js +0 -9
  100. package/dist/runtime/logger/GNDebug.js +0 -29
  101. package/dist/runtime/networking/AuthenticateStatus.js +0 -14
  102. package/dist/runtime/networking/IPeer.js +0 -1
  103. package/dist/runtime/networking/NetworkingPeer.js +0 -178
  104. package/dist/runtime/networking/OperationPending.js +0 -53
  105. package/dist/runtime/networking/PeerBase.js +0 -161
  106. package/dist/runtime/networking/handler/IServerEventHandler.js +0 -13
  107. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.js +0 -39
  108. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.js +0 -39
  109. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.js +0 -39
  110. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.js +0 -39
  111. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.js +0 -35
  112. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.js +0 -43
  113. package/dist/runtime/networking/http/HttpPeer.js +0 -122
  114. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +0 -6
  115. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +0 -164
  116. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.js +0 -130
  117. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.js +0 -165
  118. package/dist/runtime/networking/socket/SocketPeer.js +0 -115
  119. package/dist/runtime/typescript/ServiceUpdate.js +0 -12
  120. package/responseModel/chatgpt/Authenticate.json +0 -724
  121. package/responseModel/chatgpt/CharacterPlayer.json +0 -1890
  122. package/responseModel/chatgpt/CloudScript.json +0 -254
  123. package/responseModel/chatgpt/Content.json +0 -273
  124. package/responseModel/chatgpt/Dashboard.json +0 -4110
  125. package/responseModel/chatgpt/GamePlayer.json +0 -2306
  126. package/responseModel/chatgpt/Generic.json +0 -253
  127. package/responseModel/chatgpt/Group.json +0 -1509
  128. package/responseModel/chatgpt/Inventory.json +0 -1211
  129. package/responseModel/chatgpt/MasterPlayer.json +0 -3801
  130. package/responseModel/chatgpt/Multiplayer.json +0 -634
  131. package/responseModel/chatgpt/StoreInventory.json +0 -1099
  132. package/responseModel/clients/AuthenticateModels.json +0 -271
  133. package/responseModel/clients/CharacterPlayerModels.json +0 -792
  134. package/responseModel/clients/CloudScriptModels.json +0 -191
  135. package/responseModel/clients/ContentModels.json +0 -178
  136. package/responseModel/clients/DashboardModels.json +0 -5423
  137. package/responseModel/clients/GamePlayerModels.json +0 -781
  138. package/responseModel/clients/GenericModels.json +0 -344
  139. package/responseModel/clients/GroupModels.json +0 -705
  140. package/responseModel/clients/InventoryModels.json +0 -568
  141. package/responseModel/clients/MasterPlayerModels.json +0 -1281
  142. package/responseModel/clients/MultiplayerModels.json +0 -439
  143. package/responseModel/clients/StoreInventoryModels.json +0 -971
  144. package/responseModel/finalChatgpt/Authenticate.json +0 -1475
  145. package/responseModel/finalChatgpt/CharacterPlayer.json +0 -4104
  146. package/responseModel/finalChatgpt/CloudScript.json +0 -515
  147. package/responseModel/finalChatgpt/Content.json +0 -536
  148. package/responseModel/finalChatgpt/Dashboard.json +0 -6712
  149. package/responseModel/finalChatgpt/GamePlayer.json +0 -5142
  150. package/responseModel/finalChatgpt/Generic.json +0 -333
  151. package/responseModel/finalChatgpt/Group.json +0 -3232
  152. package/responseModel/finalChatgpt/Inventory.json +0 -2606
  153. package/responseModel/finalChatgpt/MasterPlayer.json +0 -8385
  154. package/responseModel/finalChatgpt/Multiplayer.json +0 -1196
  155. package/responseModel/finalChatgpt/StoreInventory.json +0 -2085
  156. package/responseModel/finals/Authenticate.json +0 -1460
  157. package/responseModel/finals/CharacterPlayer.json +0 -3639
  158. package/responseModel/finals/CloudScript.json +0 -465
  159. package/responseModel/finals/Content.json +0 -479
  160. package/responseModel/finals/Dashboard.json +0 -6718
  161. package/responseModel/finals/GamePlayer.json +0 -4291
  162. package/responseModel/finals/Generic.json +0 -345
  163. package/responseModel/finals/Group.json +0 -2885
  164. package/responseModel/finals/Inventory.json +0 -2309
  165. package/responseModel/finals/MasterPlayer.json +0 -7018
  166. package/responseModel/finals/Multiplayer.json +0 -1082
  167. package/responseModel/finals/StoreInventory.json +0 -1979
  168. package/responseModel/finalsShort/Authenticate.json +0 -723
  169. package/responseModel/finalsShort/CharacterPlayer.json +0 -1889
  170. package/responseModel/finalsShort/CloudScript.json +0 -253
  171. package/responseModel/finalsShort/Content.json +0 -272
  172. package/responseModel/finalsShort/Dashboard.json +0 -4109
  173. package/responseModel/finalsShort/GamePlayer.json +0 -2305
  174. package/responseModel/finalsShort/Generic.json +0 -252
  175. package/responseModel/finalsShort/Group.json +0 -1508
  176. package/responseModel/finalsShort/Inventory.json +0 -1210
  177. package/responseModel/finalsShort/MasterPlayer.json +0 -3800
  178. package/responseModel/finalsShort/Multiplayer.json +0 -633
  179. package/responseModel/finalsShort/StoreInventory.json +0 -1098
  180. package/responseModel/operationResponse/AuthenticateResponseModels.json +0 -77
  181. package/responseModel/operationResponse/CharacterPlayerResponseModels.json +0 -217
  182. package/responseModel/operationResponse/CloudScriptResponseModels.json +0 -25
  183. package/responseModel/operationResponse/ContentResponseModels.json +0 -33
  184. package/responseModel/operationResponse/DashboardResponseModels.json +0 -109
  185. package/responseModel/operationResponse/GamePlayerResponseModels.json +0 -213
  186. package/responseModel/operationResponse/GroupResponseModels.json +0 -165
  187. package/responseModel/operationResponse/InventoryResponseModels.json +0 -141
  188. package/responseModel/operationResponse/MasterPlayerResponseModels.json +0 -349
  189. package/responseModel/operationResponse/MultiplayerResponseModels.json +0 -45
  190. package/responseModel/operationResponse/StoreInventoryResponseModels.json +0 -61
  191. package/responseModel/servers/Authenticate.json +0 -1328
  192. package/responseModel/servers/CharacterPlayer.json +0 -3199
  193. package/responseModel/servers/CloudScript.json +0 -278
  194. package/responseModel/servers/Content.json +0 -324
  195. package/responseModel/servers/GamePlayer.json +0 -3844
  196. package/responseModel/servers/Group.json +0 -2454
  197. package/responseModel/servers/Inventory.json +0 -1964
  198. package/responseModel/servers/MasterAdmin.json +0 -5569
  199. package/responseModel/servers/MasterPlayer.json +0 -5924
  200. package/responseModel/servers/Multiplayer.json +0 -545
  201. package/responseModel/servers/StoreInventory.json +0 -1290
@@ -1,1098 +0,0 @@
1
- {
2
- "requestType": "StoreInventory",
3
- "operations": [
4
- {
5
- "operationCode": "BuyStoreItem",
6
- "details": [
7
- {
8
- "role": "Client",
9
- "requestData": [
10
- {
11
- "code": "StoreId",
12
- "description": "",
13
- "type": "string"
14
- },
15
- {
16
- "code": "Id",
17
- "description": "",
18
- "type": "string"
19
- },
20
- {
21
- "code": "Type",
22
- "description": "",
23
- "type": "number"
24
- },
25
- {
26
- "code": "Log",
27
- "description": "",
28
- "type": "string"
29
- }
30
- ]
31
- }
32
- ],
33
- "description": ""
34
- },
35
- {
36
- "operationCode": "CreateStoreItem",
37
- "details": [
38
- {
39
- "role": "Client",
40
- "requestData": [
41
- {
42
- "code": "StoreId",
43
- "description": "",
44
- "type": "string"
45
- },
46
- {
47
- "code": "DisplayName",
48
- "description": "",
49
- "type": "string",
50
- "defaultValue": "\"\""
51
- }
52
- ]
53
- }
54
- ],
55
- "description": ""
56
- },
57
- {
58
- "operationCode": "GetCreateLeaderboard",
59
- "details": [
60
- {
61
- "role": "Client",
62
- "requestData": [
63
- {
64
- "code": "InfoRequestParam",
65
- "description": "",
66
- "type": "InfoRequestParam"
67
- },
68
- {
69
- "code": "Skip",
70
- "description": "",
71
- "type": "number",
72
- "defaultValue": "0"
73
- },
74
- {
75
- "code": "Limit",
76
- "description": "",
77
- "type": "number",
78
- "defaultValue": "10"
79
- },
80
- {
81
- "code": "LoadFromCache",
82
- "description": "",
83
- "type": "boolean",
84
- "defaultValue": "true"
85
- }
86
- ]
87
- }
88
- ],
89
- "description": ""
90
- },
91
- {
92
- "operationCode": "GetStoreItemInformation",
93
- "details": [
94
- {
95
- "role": "Client",
96
- "requestData": [
97
- {
98
- "code": "StoreId",
99
- "description": "",
100
- "type": "string"
101
- },
102
- {
103
- "code": "InfoRequestParam",
104
- "description": "",
105
- "type": "InfoRequestParam"
106
- }
107
- ]
108
- }
109
- ],
110
- "description": ""
111
- },
112
- {
113
- "operationCode": "GetStoreItemsWithTag",
114
- "details": [
115
- {
116
- "role": "Client",
117
- "requestData": [
118
- {
119
- "code": "Key",
120
- "description": "",
121
- "type": "string"
122
- },
123
- {
124
- "code": "Value",
125
- "description": "",
126
- "type": "string"
127
- },
128
- {
129
- "code": "InfoRequestParam",
130
- "description": "",
131
- "type": "InfoRequestParam"
132
- },
133
- {
134
- "code": "Skip",
135
- "description": "",
136
- "type": "number",
137
- "defaultValue": "0"
138
- },
139
- {
140
- "code": "Limit",
141
- "description": "",
142
- "type": "number",
143
- "defaultValue": "10"
144
- }
145
- ]
146
- }
147
- ],
148
- "description": ""
149
- },
150
- {
151
- "operationCode": "GetStoreLog",
152
- "details": [
153
- {
154
- "role": "Client",
155
- "requestData": [
156
- {
157
- "code": "StoreId",
158
- "description": "",
159
- "type": "string"
160
- },
161
- {
162
- "code": "StoreReceiveTypes",
163
- "description": "",
164
- "type": "Array<number>"
165
- },
166
- {
167
- "code": "Id",
168
- "description": "",
169
- "type": "string"
170
- },
171
- {
172
- "code": "Limit",
173
- "description": "",
174
- "type": "number",
175
- "defaultValue": "10"
176
- },
177
- {
178
- "code": "Token",
179
- "description": "",
180
- "type": "string"
181
- }
182
- ]
183
- }
184
- ],
185
- "description": ""
186
- },
187
- {
188
- "operationCode": "GetStoreUsed",
189
- "details": [
190
- {
191
- "role": "Client",
192
- "requestData": [
193
- {
194
- "code": "StoreId",
195
- "description": "",
196
- "type": "string"
197
- }
198
- ]
199
- }
200
- ],
201
- "description": ""
202
- },
203
- {
204
- "operationCode": "PresentStoreItem",
205
- "details": [
206
- {
207
- "role": "Client",
208
- "requestData": [
209
- {
210
- "code": "StoreId",
211
- "description": "",
212
- "type": "string"
213
- },
214
- {
215
- "code": "Id",
216
- "description": "",
217
- "type": "string"
218
- },
219
- {
220
- "code": "Type",
221
- "description": "",
222
- "type": "number"
223
- },
224
- {
225
- "code": "Log",
226
- "description": "",
227
- "type": "string"
228
- }
229
- ]
230
- }
231
- ],
232
- "description": ""
233
- },
234
- {
235
- "operationCode": "RemoveStoreUsed",
236
- "details": [
237
- {
238
- "role": "Client",
239
- "requestData": [
240
- {
241
- "code": "StoreId",
242
- "description": "",
243
- "type": "string"
244
- },
245
- {
246
- "code": "OwnerIds",
247
- "description": "",
248
- "type": "Array<string>"
249
- }
250
- ]
251
- }
252
- ],
253
- "description": ""
254
- },
255
- {
256
- "operationCode": "SetRemoveStatus",
257
- "details": [
258
- {
259
- "role": "Client",
260
- "requestData": [
261
- {
262
- "code": "StoreId",
263
- "description": "",
264
- "type": "string"
265
- },
266
- {
267
- "code": "Reason",
268
- "description": "",
269
- "type": "string",
270
- "defaultValue": "\"\""
271
- }
272
- ]
273
- }
274
- ],
275
- "description": ""
276
- },
277
- {
278
- "operationCode": "SetStoreItemInformation",
279
- "details": [
280
- {
281
- "role": "Client",
282
- "requestData": [
283
- {
284
- "code": "StoreId",
285
- "description": "",
286
- "type": "string"
287
- },
288
- {
289
- "code": "StoreItemType",
290
- "description": "",
291
- "type": "number"
292
- },
293
- {
294
- "code": "StoreDatas",
295
- "description": "",
296
- "type": "Array<StoreDataParam>"
297
- },
298
- {
299
- "code": "StoreItems",
300
- "description": "",
301
- "type": "Array<StoreItemParam>"
302
- },
303
- {
304
- "code": "StoreCurrencies",
305
- "description": "",
306
- "type": "Array<CurrencyParam>"
307
- },
308
- {
309
- "code": "PriceCurrencies",
310
- "description": "",
311
- "type": "Array<CurrencyParam>"
312
- },
313
- {
314
- "code": "InAppPurchase",
315
- "description": "",
316
- "type": "InAppPurchaseParam"
317
- },
318
- {
319
- "code": "DisplayName",
320
- "description": "",
321
- "type": "string"
322
- },
323
- {
324
- "code": "Avatar",
325
- "description": "",
326
- "type": "AvatarParam"
327
- },
328
- {
329
- "code": "Tags",
330
- "description": "",
331
- "type": "Array<TagParam>"
332
- }
333
- ]
334
- }
335
- ],
336
- "description": ""
337
- },
338
- {
339
- "operationCode": "ValidateAppleAppStoreReceipt",
340
- "details": [
341
- {
342
- "role": "Client",
343
- "requestData": [
344
- {
345
- "code": "Receipt",
346
- "description": "",
347
- "type": "string"
348
- },
349
- {
350
- "code": "Id",
351
- "description": "",
352
- "type": "string"
353
- },
354
- {
355
- "code": "Type",
356
- "description": "",
357
- "type": "number"
358
- },
359
- {
360
- "code": "Log",
361
- "description": "",
362
- "type": "string"
363
- }
364
- ]
365
- }
366
- ],
367
- "description": ""
368
- },
369
- {
370
- "operationCode": "ValidateFacebookStoreReceipt",
371
- "details": [
372
- {
373
- "role": "Client",
374
- "requestData": [
375
- {
376
- "code": "Receipt",
377
- "description": "",
378
- "type": "string"
379
- },
380
- {
381
- "code": "Id",
382
- "description": "",
383
- "type": "string"
384
- },
385
- {
386
- "code": "Type",
387
- "description": "",
388
- "type": "number"
389
- },
390
- {
391
- "code": "Log",
392
- "description": "",
393
- "type": "string"
394
- }
395
- ]
396
- }
397
- ],
398
- "description": ""
399
- },
400
- {
401
- "operationCode": "ValidateGooglePlayStoreReceipt",
402
- "details": [
403
- {
404
- "role": "Client",
405
- "requestData": [
406
- {
407
- "code": "Receipt",
408
- "description": "",
409
- "type": "string"
410
- },
411
- {
412
- "code": "Id",
413
- "description": "",
414
- "type": "string"
415
- },
416
- {
417
- "code": "Type",
418
- "description": "",
419
- "type": "number"
420
- },
421
- {
422
- "code": "Log",
423
- "description": "",
424
- "type": "string"
425
- }
426
- ]
427
- }
428
- ],
429
- "description": ""
430
- }
431
- ],
432
- "models": [
433
- {
434
- "name": "AvatarParam",
435
- "details": [
436
- {
437
- "code": "Type",
438
- "description": "",
439
- "type": "number"
440
- },
441
- {
442
- "code": "Value",
443
- "description": "",
444
- "type": "string"
445
- }
446
- ],
447
- "description": ""
448
- },
449
- {
450
- "name": "CurrencyParam",
451
- "details": [
452
- {
453
- "code": "Key",
454
- "description": "",
455
- "type": "string"
456
- },
457
- {
458
- "code": "Value",
459
- "description": "",
460
- "type": "number"
461
- }
462
- ],
463
- "description": ""
464
- },
465
- {
466
- "name": "InAppPurchaseParam",
467
- "details": [
468
- {
469
- "code": "FacebookStoreId",
470
- "description": "",
471
- "type": "string"
472
- },
473
- {
474
- "code": "GooglePlayStoreId",
475
- "description": "",
476
- "type": "string"
477
- },
478
- {
479
- "code": "AppleAppStoreId",
480
- "description": "",
481
- "type": "string"
482
- },
483
- {
484
- "code": "AnalyticsPrice",
485
- "description": "",
486
- "type": "number"
487
- }
488
- ],
489
- "description": ""
490
- },
491
- {
492
- "name": "InfoRequestParam",
493
- "details": [
494
- {
495
- "code": "StoreItems",
496
- "description": "",
497
- "type": "boolean",
498
- "defaultValue": "false"
499
- },
500
- {
501
- "code": "StoreItemType",
502
- "description": "",
503
- "type": "boolean",
504
- "defaultValue": "false"
505
- },
506
- {
507
- "code": "StoreCurrencies",
508
- "description": "",
509
- "type": "boolean",
510
- "defaultValue": "false"
511
- },
512
- {
513
- "code": "PriceCurrencies",
514
- "description": "",
515
- "type": "boolean",
516
- "defaultValue": "false"
517
- },
518
- {
519
- "code": "InAppPurchase",
520
- "description": "",
521
- "type": "boolean",
522
- "defaultValue": "false"
523
- },
524
- {
525
- "code": "RemoveStatus",
526
- "description": "",
527
- "type": "boolean",
528
- "defaultValue": "false"
529
- },
530
- {
531
- "code": "DisplayName",
532
- "description": "",
533
- "type": "boolean",
534
- "defaultValue": "false"
535
- },
536
- {
537
- "code": "Avatar",
538
- "description": "",
539
- "type": "boolean",
540
- "defaultValue": "false"
541
- },
542
- {
543
- "code": "TsCreate",
544
- "description": "",
545
- "type": "boolean",
546
- "defaultValue": "false"
547
- },
548
- {
549
- "code": "Tags",
550
- "description": "",
551
- "type": "boolean",
552
- "defaultValue": "false"
553
- },
554
- {
555
- "code": "StoreDatas",
556
- "description": "",
557
- "type": "boolean",
558
- "defaultValue": "false"
559
- }
560
- ],
561
- "description": ""
562
- },
563
- {
564
- "name": "StoreDataParam",
565
- "details": [
566
- {
567
- "code": "Key",
568
- "description": "",
569
- "type": "string"
570
- },
571
- {
572
- "code": "Value",
573
- "description": "",
574
- "type": "any"
575
- }
576
- ],
577
- "description": ""
578
- },
579
- {
580
- "name": "StoreItemParam",
581
- "details": [
582
- {
583
- "code": "CatalogId",
584
- "description": "",
585
- "type": "string"
586
- },
587
- {
588
- "code": "ClassId",
589
- "description": "",
590
- "type": "string"
591
- },
592
- {
593
- "code": "Amount",
594
- "description": "",
595
- "type": "number"
596
- }
597
- ],
598
- "description": ""
599
- },
600
- {
601
- "name": "TagParam",
602
- "details": [
603
- {
604
- "code": "Key",
605
- "description": "",
606
- "type": "string"
607
- },
608
- {
609
- "code": "Value",
610
- "description": "",
611
- "type": "string"
612
- }
613
- ],
614
- "description": ""
615
- },
616
- {
617
- "name": "InAppPurchaseItem",
618
- "details": [
619
- {
620
- "code": "FacebookStoreId",
621
- "description": "",
622
- "type": "string"
623
- },
624
- {
625
- "code": "AppleAppStoreId",
626
- "description": "",
627
- "type": "string"
628
- },
629
- {
630
- "code": "GooglePlayStoreId",
631
- "description": "",
632
- "type": "string"
633
- },
634
- {
635
- "code": "AnalyticsPrice",
636
- "description": "",
637
- "type": "number"
638
- }
639
- ],
640
- "extends": null,
641
- "description": ""
642
- },
643
- {
644
- "name": "PriceCurrencyItem",
645
- "details": [
646
- {
647
- "code": "Key",
648
- "description": "",
649
- "type": "string"
650
- },
651
- {
652
- "code": "Value",
653
- "description": "",
654
- "type": "number"
655
- }
656
- ],
657
- "extends": null,
658
- "description": ""
659
- },
660
- {
661
- "name": "OwnerStoreInventoryItem",
662
- "details": [
663
- {
664
- "code": "ItemId",
665
- "description": "",
666
- "type": "string"
667
- },
668
- {
669
- "code": "CatalogId",
670
- "description": "",
671
- "type": "string"
672
- },
673
- {
674
- "code": "ClassId",
675
- "description": "",
676
- "type": "string"
677
- }
678
- ],
679
- "extends": null,
680
- "description": ""
681
- },
682
- {
683
- "name": "StoreInventoryItem",
684
- "details": [
685
- {
686
- "code": "CatalogId",
687
- "description": "",
688
- "type": "string"
689
- },
690
- {
691
- "code": "ClassId",
692
- "description": "",
693
- "type": "string"
694
- },
695
- {
696
- "code": "Amount",
697
- "description": "",
698
- "type": "number"
699
- }
700
- ],
701
- "extends": null,
702
- "description": ""
703
- },
704
- {
705
- "name": "InfoResponseParameters",
706
- "details": [
707
- {
708
- "code": "StoreItems",
709
- "description": "",
710
- "type": "Array<StoreInventoryItem>"
711
- },
712
- {
713
- "code": "StoreItemType",
714
- "description": "",
715
- "type": "number"
716
- },
717
- {
718
- "code": "StoreCurrencies",
719
- "description": "",
720
- "type": "Array<PriceCurrencyItem>"
721
- },
722
- {
723
- "code": "PriceCurrencies",
724
- "description": "",
725
- "type": "Array<PriceCurrencyItem>"
726
- },
727
- {
728
- "code": "InAppPurchase",
729
- "description": "",
730
- "type": "InAppPurchaseItem"
731
- },
732
- {
733
- "code": "RemoveStatus",
734
- "description": "",
735
- "type": "GenericModels.RemoveStatusItem"
736
- },
737
- {
738
- "code": "DisplayName",
739
- "description": "",
740
- "type": "string"
741
- },
742
- {
743
- "code": "Avatar",
744
- "description": "",
745
- "type": "GenericModels.AvatarItem"
746
- },
747
- {
748
- "code": "TsCreate",
749
- "description": "",
750
- "type": "number"
751
- },
752
- {
753
- "code": "Tags",
754
- "description": "",
755
- "type": "Array<GenericModels.TagItem>"
756
- },
757
- {
758
- "code": "StoreDatas",
759
- "description": "",
760
- "type": "Array<GenericModels.DataItem>"
761
- }
762
- ],
763
- "extends": null,
764
- "description": ""
765
- },
766
- {
767
- "name": "StoreInventoryResponseData",
768
- "details": [
769
- {
770
- "code": "InfoResponseParameters",
771
- "description": "",
772
- "type": "InfoResponseParameters"
773
- }
774
- ],
775
- "extends": null,
776
- "description": ""
777
- },
778
- {
779
- "name": "StoreInventoryWithStoreIdResponseData",
780
- "details": [
781
- {
782
- "code": "StoreId",
783
- "description": "",
784
- "type": "string"
785
- },
786
- {
787
- "code": "InfoResponseParameters",
788
- "description": "",
789
- "type": "InfoResponseParameters"
790
- }
791
- ],
792
- "extends": null,
793
- "description": ""
794
- },
795
- {
796
- "name": "StoreInventoryLeaderboardResponseData",
797
- "details": [
798
- {
799
- "code": "Position",
800
- "description": "",
801
- "type": "number"
802
- },
803
- {
804
- "code": "StoreId",
805
- "description": "",
806
- "type": "string"
807
- },
808
- {
809
- "code": "InfoResponseParameters",
810
- "description": "",
811
- "type": "InfoResponseParameters"
812
- }
813
- ],
814
- "extends": null,
815
- "description": ""
816
- },
817
- {
818
- "name": "StoreInventoriesWithStoreIdResponseData",
819
- "details": [
820
- {
821
- "code": "Results",
822
- "description": "",
823
- "type": "Array<StoreInventoryWithStoreIdResponseData>"
824
- }
825
- ],
826
- "extends": null,
827
- "description": ""
828
- },
829
- {
830
- "name": "CreateStoreItemResponseData",
831
- "details": [
832
- {
833
- "code": "StoreId",
834
- "description": "",
835
- "type": "string"
836
- }
837
- ],
838
- "extends": null,
839
- "description": ""
840
- },
841
- {
842
- "name": "OwnerInfoResponseParameters",
843
- "details": [
844
- {
845
- "code": "Currencies",
846
- "description": "",
847
- "type": "Array<PriceCurrencyItem>"
848
- },
849
- {
850
- "code": "Inventories",
851
- "description": "",
852
- "type": "Array<OwnerStoreInventoryItem>"
853
- }
854
- ],
855
- "extends": null,
856
- "description": ""
857
- },
858
- {
859
- "name": "BuyStoreInventoryResponseData",
860
- "details": [
861
- {
862
- "code": "StoreCurrencies",
863
- "description": "",
864
- "type": "Array<PriceCurrencyItem>"
865
- },
866
- {
867
- "code": "StoreCurrencies",
868
- "description": "",
869
- "type": "Array<PriceCurrencyItem>"
870
- },
871
- {
872
- "code": "PriceCurrencies",
873
- "description": "",
874
- "type": "Array<PriceCurrencyItem>"
875
- },
876
- {
877
- "code": "InfoResponseParameters",
878
- "description": "",
879
- "type": "OwnerInfoResponseParameters"
880
- }
881
- ],
882
- "extends": null,
883
- "description": ""
884
- },
885
- {
886
- "name": "PresentStoreInventoryResponseData",
887
- "details": [
888
- {
889
- "code": "StoreCurrencies",
890
- "description": "",
891
- "type": "Array<PriceCurrencyItem>"
892
- },
893
- {
894
- "code": "StoreCurrencies",
895
- "description": "",
896
- "type": "Array<PriceCurrencyItem>"
897
- },
898
- {
899
- "code": "PriceCurrencies",
900
- "description": "",
901
- "type": "Array<PriceCurrencyItem>"
902
- },
903
- {
904
- "code": "InfoResponseParameters",
905
- "description": "",
906
- "type": "OwnerInfoResponseParameters"
907
- }
908
- ],
909
- "extends": null,
910
- "description": ""
911
- },
912
- {
913
- "name": "CurrencyResponseData",
914
- "details": [
915
- {
916
- "code": "Key",
917
- "description": "",
918
- "type": "string"
919
- },
920
- {
921
- "code": "Value",
922
- "description": "",
923
- "type": "number"
924
- }
925
- ],
926
- "extends": null,
927
- "description": ""
928
- },
929
- {
930
- "name": "StoreItemResponseData",
931
- "details": [
932
- {
933
- "code": "CatalogId",
934
- "description": "",
935
- "type": "string"
936
- },
937
- {
938
- "code": "ClassId",
939
- "description": "",
940
- "type": "string"
941
- },
942
- {
943
- "code": "ItemId",
944
- "description": "",
945
- "type": "string"
946
- }
947
- ],
948
- "extends": null,
949
- "description": ""
950
- },
951
- {
952
- "name": "StoreLogResponseData",
953
- "details": [
954
- {
955
- "code": "StoreId",
956
- "description": "",
957
- "type": "string"
958
- },
959
- {
960
- "code": "OwnerId",
961
- "description": "",
962
- "type": "string"
963
- },
964
- {
965
- "code": "OwnerType",
966
- "description": "",
967
- "type": "number"
968
- },
969
- {
970
- "code": "TransactionId",
971
- "description": "",
972
- "type": "string"
973
- },
974
- {
975
- "code": "StoreReceiveType",
976
- "description": "",
977
- "type": "number"
978
- },
979
- {
980
- "code": "PriceCurrencyStartValues",
981
- "description": "",
982
- "type": "Array<CurrencyResponseData>"
983
- },
984
- {
985
- "code": "PriceCurrencyAmountValues",
986
- "description": "",
987
- "type": "Array<CurrencyResponseData>"
988
- },
989
- {
990
- "code": "PriceCurrencyFinalValues",
991
- "description": "",
992
- "type": "Array<CurrencyResponseData>"
993
- },
994
- {
995
- "code": "StoreCurrencyStartValues",
996
- "description": "",
997
- "type": "Array<CurrencyResponseData>"
998
- },
999
- {
1000
- "code": "StoreCurrencyAmountValues",
1001
- "description": "",
1002
- "type": "Array<CurrencyResponseData>"
1003
- },
1004
- {
1005
- "code": "StoreCurrencyFinalValues",
1006
- "description": "",
1007
- "type": "Array<CurrencyResponseData>"
1008
- },
1009
- {
1010
- "code": "StoreItemFinalValues",
1011
- "description": "",
1012
- "type": "Array<StoreItemResponseData>"
1013
- },
1014
- {
1015
- "code": "TsCreate",
1016
- "description": "",
1017
- "type": "number"
1018
- },
1019
- {
1020
- "code": "Log",
1021
- "description": "",
1022
- "type": "string"
1023
- }
1024
- ],
1025
- "extends": null,
1026
- "description": ""
1027
- },
1028
- {
1029
- "name": "StoreUsedResponseData",
1030
- "details": [
1031
- {
1032
- "code": "OwnerId",
1033
- "description": "",
1034
- "type": "string"
1035
- },
1036
- {
1037
- "code": "OwnerType",
1038
- "description": "",
1039
- "type": "number"
1040
- },
1041
- {
1042
- "code": "TsCreate",
1043
- "description": "",
1044
- "type": "number"
1045
- }
1046
- ],
1047
- "extends": null,
1048
- "description": ""
1049
- },
1050
- {
1051
- "name": "GetCreateLeaderboardResponseData",
1052
- "details": [
1053
- {
1054
- "code": "Results",
1055
- "description": "",
1056
- "type": "Array<StoreInventoryLeaderboardResponseData>"
1057
- }
1058
- ],
1059
- "extends": null,
1060
- "description": ""
1061
- },
1062
- {
1063
- "name": "GetStoreLogResponseData",
1064
- "details": [
1065
- {
1066
- "code": "Results",
1067
- "description": "",
1068
- "type": "Array<StoreLogResponseData>"
1069
- },
1070
- {
1071
- "code": "Token",
1072
- "description": "",
1073
- "type": "string"
1074
- }
1075
- ],
1076
- "extends": null,
1077
- "description": ""
1078
- },
1079
- {
1080
- "name": "GetStoreUsedResponseData",
1081
- "details": [
1082
- {
1083
- "code": "Results",
1084
- "description": "",
1085
- "type": "Array<StoreUsedResponseData>"
1086
- }
1087
- ],
1088
- "extends": null,
1089
- "description": ""
1090
- },
1091
- {
1092
- "name": "EmptyResponseData",
1093
- "details": [],
1094
- "extends": null,
1095
- "description": ""
1096
- }
1097
- ]
1098
- }