@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,1098 @@
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
+ }