@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
@@ -1,268 +0,0 @@
1
- import { OperationCode } from "./../../constant/OperationCode";
2
- import { RequestRole } from "./../../constant/enumType/RequestRole";
3
- import { RequestType } from "./../../constant/enumType/RequestType";
4
- import { CustomOperationRequestAbstract } from "./../request/CustomOperationRequest";
5
- import { DashboardModels } from "./DashboardModels";
6
- export var DashboardRequestModels;
7
- (function (DashboardRequestModels) {
8
- class ChangePasswordAdminAccountOperationRequest extends CustomOperationRequestAbstract {
9
- constructor(requestData, timeout) {
10
- super(requestData, timeout);
11
- this.operationCode = OperationCode.ChangePasswordAdminAccount;
12
- this.requestType = RequestType.Dashboard;
13
- this.role = RequestRole.Client;
14
- this.requestDataCls = DashboardModels.ChangePasswordAdminAccountRequestData;
15
- }
16
- }
17
- DashboardRequestModels.ChangePasswordAdminAccountOperationRequest = ChangePasswordAdminAccountOperationRequest;
18
- class GetAdminAccountListOperationRequest extends CustomOperationRequestAbstract {
19
- constructor(requestData, timeout) {
20
- super(requestData, timeout);
21
- this.operationCode = OperationCode.GetAdminAccountList;
22
- this.requestType = RequestType.Dashboard;
23
- this.role = RequestRole.Client;
24
- this.requestDataCls = DashboardModels.GetAdminAccountListRequestData;
25
- }
26
- }
27
- DashboardRequestModels.GetAdminAccountListOperationRequest = GetAdminAccountListOperationRequest;
28
- class GetGameInformationOperationRequest extends CustomOperationRequestAbstract {
29
- constructor(requestData, timeout) {
30
- super(requestData, timeout);
31
- this.operationCode = OperationCode.GetGameInformation;
32
- this.requestType = RequestType.Dashboard;
33
- this.role = RequestRole.Client;
34
- this.requestDataCls = DashboardModels.GetGameInformationRequestData;
35
- }
36
- }
37
- DashboardRequestModels.GetGameInformationOperationRequest = GetGameInformationOperationRequest;
38
- class GetGameListOperationRequest extends CustomOperationRequestAbstract {
39
- constructor(requestData, timeout) {
40
- super(requestData, timeout);
41
- this.operationCode = OperationCode.GetGameList;
42
- this.requestType = RequestType.Dashboard;
43
- this.role = RequestRole.Client;
44
- this.requestDataCls = DashboardModels.GetGameListRequestData;
45
- }
46
- }
47
- DashboardRequestModels.GetGameListOperationRequest = GetGameListOperationRequest;
48
- class GetMasterGameSettingsOperationRequest extends CustomOperationRequestAbstract {
49
- constructor(requestData, timeout) {
50
- super(requestData, timeout);
51
- this.operationCode = OperationCode.GetMasterGameSettings;
52
- this.requestType = RequestType.Dashboard;
53
- this.role = RequestRole.Client;
54
- this.requestDataCls = DashboardModels.GetMasterGameSettingsRequestData;
55
- }
56
- }
57
- DashboardRequestModels.GetMasterGameSettingsOperationRequest = GetMasterGameSettingsOperationRequest;
58
- class GetSecretInfoInformationOperationRequest extends CustomOperationRequestAbstract {
59
- constructor(requestData, timeout) {
60
- super(requestData, timeout);
61
- this.operationCode = OperationCode.GetSecretInfoInformation;
62
- this.requestType = RequestType.Dashboard;
63
- this.role = RequestRole.Client;
64
- this.requestDataCls = DashboardModels.GetSecretInfoInformationRequestData;
65
- }
66
- }
67
- DashboardRequestModels.GetSecretInfoInformationOperationRequest = GetSecretInfoInformationOperationRequest;
68
- class GetSecretInfoListOperationRequest extends CustomOperationRequestAbstract {
69
- constructor(requestData, timeout) {
70
- super(requestData, timeout);
71
- this.operationCode = OperationCode.GetSecretInfoList;
72
- this.requestType = RequestType.Dashboard;
73
- this.role = RequestRole.Client;
74
- this.requestDataCls = DashboardModels.GetSecretInfoListRequestData;
75
- }
76
- }
77
- DashboardRequestModels.GetSecretInfoListOperationRequest = GetSecretInfoListOperationRequest;
78
- class GetServerLogOperationRequest extends CustomOperationRequestAbstract {
79
- constructor(requestData, timeout) {
80
- super(requestData, timeout);
81
- this.operationCode = OperationCode.GetServerLog;
82
- this.requestType = RequestType.Dashboard;
83
- this.role = RequestRole.Client;
84
- this.requestDataCls = DashboardModels.GetServerLogRequestData;
85
- }
86
- }
87
- DashboardRequestModels.GetServerLogOperationRequest = GetServerLogOperationRequest;
88
- class CreateAdminAccountOperationRequest extends CustomOperationRequestAbstract {
89
- constructor(requestData, timeout) {
90
- super(requestData, timeout);
91
- this.operationCode = OperationCode.CreateAdminAccount;
92
- this.requestType = RequestType.Dashboard;
93
- this.role = RequestRole.Client;
94
- this.requestDataCls = DashboardModels.CreateAdminAccountRequestData;
95
- }
96
- }
97
- DashboardRequestModels.CreateAdminAccountOperationRequest = CreateAdminAccountOperationRequest;
98
- class CreateGameOperationRequest extends CustomOperationRequestAbstract {
99
- constructor(requestData, timeout) {
100
- super(requestData, timeout);
101
- this.operationCode = OperationCode.CreateGame;
102
- this.requestType = RequestType.Dashboard;
103
- this.role = RequestRole.Client;
104
- this.requestDataCls = DashboardModels.CreateGameRequestData;
105
- }
106
- }
107
- DashboardRequestModels.CreateGameOperationRequest = CreateGameOperationRequest;
108
- class CreateSecretInfoOperationRequest extends CustomOperationRequestAbstract {
109
- constructor(requestData, timeout) {
110
- super(requestData, timeout);
111
- this.operationCode = OperationCode.CreateSecretInfo;
112
- this.requestType = RequestType.Dashboard;
113
- this.role = RequestRole.Client;
114
- this.requestDataCls = DashboardModels.CreateSecretInfoRequestData;
115
- }
116
- }
117
- DashboardRequestModels.CreateSecretInfoOperationRequest = CreateSecretInfoOperationRequest;
118
- class LoginByAdminAccountOperationRequest extends CustomOperationRequestAbstract {
119
- constructor(requestData, timeout) {
120
- super(requestData, timeout);
121
- this.operationCode = OperationCode.LoginByAdminAccount;
122
- this.requestType = RequestType.Dashboard;
123
- this.role = RequestRole.Client;
124
- this.requestDataCls = DashboardModels.LoginByAdminAccountRequestData;
125
- }
126
- }
127
- DashboardRequestModels.LoginByAdminAccountOperationRequest = LoginByAdminAccountOperationRequest;
128
- class RemoveAdminAccountOperationRequest extends CustomOperationRequestAbstract {
129
- constructor(requestData, timeout) {
130
- super(requestData, timeout);
131
- this.operationCode = OperationCode.RemoveAdminAccount;
132
- this.requestType = RequestType.Dashboard;
133
- this.role = RequestRole.Client;
134
- this.requestDataCls = DashboardModels.RemoveAdminAccountRequestData;
135
- }
136
- }
137
- DashboardRequestModels.RemoveAdminAccountOperationRequest = RemoveAdminAccountOperationRequest;
138
- class SetGameInformationOperationRequest extends CustomOperationRequestAbstract {
139
- constructor(requestData, timeout) {
140
- super(requestData, timeout);
141
- this.operationCode = OperationCode.SetGameInformation;
142
- this.requestType = RequestType.Dashboard;
143
- this.role = RequestRole.Client;
144
- this.requestDataCls = DashboardModels.SetGameInformationRequestData;
145
- }
146
- }
147
- DashboardRequestModels.SetGameInformationOperationRequest = SetGameInformationOperationRequest;
148
- class SetMasterGameSettingsOperationRequest extends CustomOperationRequestAbstract {
149
- constructor(requestData, timeout) {
150
- super(requestData, timeout);
151
- this.operationCode = OperationCode.SetMasterGameSettings;
152
- this.requestType = RequestType.Dashboard;
153
- this.role = RequestRole.Client;
154
- this.requestDataCls = DashboardModels.SetMasterGameSettingsRequestData;
155
- }
156
- }
157
- DashboardRequestModels.SetMasterGameSettingsOperationRequest = SetMasterGameSettingsOperationRequest;
158
- class SetPasswordAdminAccountOperationRequest extends CustomOperationRequestAbstract {
159
- constructor(requestData, timeout) {
160
- super(requestData, timeout);
161
- this.operationCode = OperationCode.SetPasswordAdminAccount;
162
- this.requestType = RequestType.Dashboard;
163
- this.role = RequestRole.Client;
164
- this.requestDataCls = DashboardModels.SetPasswordAdminAccountRequestData;
165
- }
166
- }
167
- DashboardRequestModels.SetPasswordAdminAccountOperationRequest = SetPasswordAdminAccountOperationRequest;
168
- class SetSecretInfoInformationOperationRequest extends CustomOperationRequestAbstract {
169
- constructor(requestData, timeout) {
170
- super(requestData, timeout);
171
- this.operationCode = OperationCode.SetSecretInfoInformation;
172
- this.requestType = RequestType.Dashboard;
173
- this.role = RequestRole.Client;
174
- this.requestDataCls = DashboardModels.SetSecretInfoInformationRequestData;
175
- }
176
- }
177
- DashboardRequestModels.SetSecretInfoInformationOperationRequest = SetSecretInfoInformationOperationRequest;
178
- class SetSecretKeyAdminAccountOperationRequest extends CustomOperationRequestAbstract {
179
- constructor(requestData, timeout) {
180
- super(requestData, timeout);
181
- this.operationCode = OperationCode.SetSecretKeyAdminAccount;
182
- this.requestType = RequestType.Dashboard;
183
- this.role = RequestRole.Client;
184
- this.requestDataCls = DashboardModels.SetSecretKeyAdminAccountRequestData;
185
- }
186
- }
187
- DashboardRequestModels.SetSecretKeyAdminAccountOperationRequest = SetSecretKeyAdminAccountOperationRequest;
188
- class GetUsernameAdminAccountOperationRequest extends CustomOperationRequestAbstract {
189
- constructor(requestData, timeout) {
190
- super(requestData, timeout);
191
- this.operationCode = OperationCode.GetUsernameAdminAccount;
192
- this.requestType = RequestType.Dashboard;
193
- this.role = RequestRole.Client;
194
- this.requestDataCls = DashboardModels.GetUsernameAdminAccountRequestData;
195
- }
196
- }
197
- DashboardRequestModels.GetUsernameAdminAccountOperationRequest = GetUsernameAdminAccountOperationRequest;
198
- class GetAnalyticsOperationRequest extends CustomOperationRequestAbstract {
199
- constructor(requestData, timeout) {
200
- super(requestData, timeout);
201
- this.operationCode = OperationCode.GetAnalytics;
202
- this.requestType = RequestType.Dashboard;
203
- this.role = RequestRole.Client;
204
- this.requestDataCls = DashboardModels.GetAnalyticsRequestData;
205
- }
206
- }
207
- DashboardRequestModels.GetAnalyticsOperationRequest = GetAnalyticsOperationRequest;
208
- class GetEventCallbackCloudScriptOperationRequest extends CustomOperationRequestAbstract {
209
- constructor(requestData, timeout) {
210
- super(requestData, timeout);
211
- this.operationCode = OperationCode.GetEventCallbackCloudScript;
212
- this.requestType = RequestType.Dashboard;
213
- this.role = RequestRole.Client;
214
- this.requestDataCls = DashboardModels.GetEventCallbackCloudScriptRequestData;
215
- }
216
- }
217
- DashboardRequestModels.GetEventCallbackCloudScriptOperationRequest = GetEventCallbackCloudScriptOperationRequest;
218
- class SetEventCallbackCloudScriptOperationRequest extends CustomOperationRequestAbstract {
219
- constructor(requestData, timeout) {
220
- super(requestData, timeout);
221
- this.operationCode = OperationCode.SetEventCallbackCloudScript;
222
- this.requestType = RequestType.Dashboard;
223
- this.role = RequestRole.Client;
224
- this.requestDataCls = DashboardModels.SetEventCallbackCloudScriptRequestData;
225
- }
226
- }
227
- DashboardRequestModels.SetEventCallbackCloudScriptOperationRequest = SetEventCallbackCloudScriptOperationRequest;
228
- class ResetStatisticsLeaderboardOperationRequest extends CustomOperationRequestAbstract {
229
- constructor(requestData, timeout) {
230
- super(requestData, timeout);
231
- this.operationCode = OperationCode.ResetStatisticsLeaderboard;
232
- this.requestType = RequestType.Dashboard;
233
- this.role = RequestRole.Client;
234
- this.requestDataCls = DashboardModels.ResetStatisticsLeaderboardRequestData;
235
- }
236
- }
237
- DashboardRequestModels.ResetStatisticsLeaderboardOperationRequest = ResetStatisticsLeaderboardOperationRequest;
238
- class GetBackupStatisticsLeaderboardVersionOperationRequest extends CustomOperationRequestAbstract {
239
- constructor(requestData, timeout) {
240
- super(requestData, timeout);
241
- this.operationCode = OperationCode.GetBackupStatisticsLeaderboardVersion;
242
- this.requestType = RequestType.Dashboard;
243
- this.role = RequestRole.Client;
244
- this.requestDataCls = DashboardModels.GetBackupStatisticsLeaderboardVersionRequestData;
245
- }
246
- }
247
- DashboardRequestModels.GetBackupStatisticsLeaderboardVersionOperationRequest = GetBackupStatisticsLeaderboardVersionOperationRequest;
248
- class GetServerGameDataOperationRequest extends CustomOperationRequestAbstract {
249
- constructor(requestData, timeout) {
250
- super(requestData, timeout);
251
- this.operationCode = OperationCode.GetServerGameData;
252
- this.requestType = RequestType.Dashboard;
253
- this.role = RequestRole.Client;
254
- this.requestDataCls = DashboardModels.GetServerGameDataRequestData;
255
- }
256
- }
257
- DashboardRequestModels.GetServerGameDataOperationRequest = GetServerGameDataOperationRequest;
258
- class DeleteInDatabaseOperationRequest extends CustomOperationRequestAbstract {
259
- constructor(requestData, timeout) {
260
- super(requestData, timeout);
261
- this.operationCode = OperationCode.DeleteInDatabase;
262
- this.requestType = RequestType.Dashboard;
263
- this.role = RequestRole.Client;
264
- this.requestDataCls = DashboardModels.DeleteInDatabaseRequestData;
265
- }
266
- }
267
- DashboardRequestModels.DeleteInDatabaseOperationRequest = DeleteInDatabaseOperationRequest;
268
- })(DashboardRequestModels || (DashboardRequestModels = {}));
@@ -1,187 +0,0 @@
1
- import { CustomOperationResponseAbstract } from "./../response/CustomOperationResponse";
2
- import { DashboardModels } from "./DashboardModels";
3
- export var DashboardResponseModels;
4
- (function (DashboardResponseModels) {
5
- class ChangePasswordAdminAccountOperationResponse extends CustomOperationResponseAbstract {
6
- constructor() {
7
- super();
8
- this.responseDataCls = DashboardModels.EmptyResponseData;
9
- }
10
- }
11
- DashboardResponseModels.ChangePasswordAdminAccountOperationResponse = ChangePasswordAdminAccountOperationResponse;
12
- class GetAdminAccountListOperationResponse extends CustomOperationResponseAbstract {
13
- constructor() {
14
- super();
15
- this.responseDataCls = DashboardModels.GetAdminAccountListResponseData;
16
- }
17
- }
18
- DashboardResponseModels.GetAdminAccountListOperationResponse = GetAdminAccountListOperationResponse;
19
- class GetGameInformationOperationResponse extends CustomOperationResponseAbstract {
20
- constructor() {
21
- super();
22
- this.responseDataCls = DashboardModels.GetGameInformationResponseData;
23
- }
24
- }
25
- DashboardResponseModels.GetGameInformationOperationResponse = GetGameInformationOperationResponse;
26
- class GetGameListOperationResponse extends CustomOperationResponseAbstract {
27
- constructor() {
28
- super();
29
- this.responseDataCls = DashboardModels.GetGameListResponseData;
30
- }
31
- }
32
- DashboardResponseModels.GetGameListOperationResponse = GetGameListOperationResponse;
33
- class GetMasterGameSettingsOperationResponse extends CustomOperationResponseAbstract {
34
- constructor() {
35
- super();
36
- this.responseDataCls = DashboardModels.GetMasterGameSettingsResponseData;
37
- }
38
- }
39
- DashboardResponseModels.GetMasterGameSettingsOperationResponse = GetMasterGameSettingsOperationResponse;
40
- class GetSecretInfoInformationOperationResponse extends CustomOperationResponseAbstract {
41
- constructor() {
42
- super();
43
- this.responseDataCls = DashboardModels.GetSecretInfoInformationResponseData;
44
- }
45
- }
46
- DashboardResponseModels.GetSecretInfoInformationOperationResponse = GetSecretInfoInformationOperationResponse;
47
- class GetSecretInfoListOperationResponse extends CustomOperationResponseAbstract {
48
- constructor() {
49
- super();
50
- this.responseDataCls = DashboardModels.GetSecretInfoListResponseData;
51
- }
52
- }
53
- DashboardResponseModels.GetSecretInfoListOperationResponse = GetSecretInfoListOperationResponse;
54
- class GetServerLogOperationResponse extends CustomOperationResponseAbstract {
55
- constructor() {
56
- super();
57
- this.responseDataCls = DashboardModels.GetServerLogResponseData;
58
- }
59
- }
60
- DashboardResponseModels.GetServerLogOperationResponse = GetServerLogOperationResponse;
61
- class CreateAdminAccountOperationResponse extends CustomOperationResponseAbstract {
62
- constructor() {
63
- super();
64
- this.responseDataCls = DashboardModels.CreateAdminAccountResponseData;
65
- }
66
- }
67
- DashboardResponseModels.CreateAdminAccountOperationResponse = CreateAdminAccountOperationResponse;
68
- class CreateGameOperationResponse extends CustomOperationResponseAbstract {
69
- constructor() {
70
- super();
71
- this.responseDataCls = DashboardModels.GameWithGameIdResponseData;
72
- }
73
- }
74
- DashboardResponseModels.CreateGameOperationResponse = CreateGameOperationResponse;
75
- class CreateSecretInfoOperationResponse extends CustomOperationResponseAbstract {
76
- constructor() {
77
- super();
78
- this.responseDataCls = DashboardModels.SecretInfoWithSecretKeyResponseData;
79
- }
80
- }
81
- DashboardResponseModels.CreateSecretInfoOperationResponse = CreateSecretInfoOperationResponse;
82
- class LoginByAdminAccountOperationResponse extends CustomOperationResponseAbstract {
83
- constructor() {
84
- super();
85
- this.responseDataCls = DashboardModels.LoginByAdminAccountResponseData;
86
- }
87
- }
88
- DashboardResponseModels.LoginByAdminAccountOperationResponse = LoginByAdminAccountOperationResponse;
89
- class RemoveAdminAccountOperationResponse extends CustomOperationResponseAbstract {
90
- constructor() {
91
- super();
92
- this.responseDataCls = DashboardModels.EmptyResponseData;
93
- }
94
- }
95
- DashboardResponseModels.RemoveAdminAccountOperationResponse = RemoveAdminAccountOperationResponse;
96
- class SetGameInformationOperationResponse extends CustomOperationResponseAbstract {
97
- constructor() {
98
- super();
99
- this.responseDataCls = DashboardModels.EmptyResponseData;
100
- }
101
- }
102
- DashboardResponseModels.SetGameInformationOperationResponse = SetGameInformationOperationResponse;
103
- class SetMasterGameSettingsOperationResponse extends CustomOperationResponseAbstract {
104
- constructor() {
105
- super();
106
- this.responseDataCls = DashboardModels.EmptyResponseData;
107
- }
108
- }
109
- DashboardResponseModels.SetMasterGameSettingsOperationResponse = SetMasterGameSettingsOperationResponse;
110
- class SetPasswordAdminAccountOperationResponse extends CustomOperationResponseAbstract {
111
- constructor() {
112
- super();
113
- this.responseDataCls = DashboardModels.EmptyResponseData;
114
- }
115
- }
116
- DashboardResponseModels.SetPasswordAdminAccountOperationResponse = SetPasswordAdminAccountOperationResponse;
117
- class SetSecretInfoInformationOperationResponse extends CustomOperationResponseAbstract {
118
- constructor() {
119
- super();
120
- this.responseDataCls = DashboardModels.EmptyResponseData;
121
- }
122
- }
123
- DashboardResponseModels.SetSecretInfoInformationOperationResponse = SetSecretInfoInformationOperationResponse;
124
- class SetSecretKeyAdminAccountOperationResponse extends CustomOperationResponseAbstract {
125
- constructor() {
126
- super();
127
- this.responseDataCls = DashboardModels.EmptyResponseData;
128
- }
129
- }
130
- DashboardResponseModels.SetSecretKeyAdminAccountOperationResponse = SetSecretKeyAdminAccountOperationResponse;
131
- class GetUsernameAdminAccountOperationResponse extends CustomOperationResponseAbstract {
132
- constructor() {
133
- super();
134
- this.responseDataCls = DashboardModels.GetUsernameAdminAccountResponseData;
135
- }
136
- }
137
- DashboardResponseModels.GetUsernameAdminAccountOperationResponse = GetUsernameAdminAccountOperationResponse;
138
- class GetAnalyticsOperationResponse extends CustomOperationResponseAbstract {
139
- constructor() {
140
- super();
141
- this.responseDataCls = DashboardModels.GetAnalyticsResponseData;
142
- }
143
- }
144
- DashboardResponseModels.GetAnalyticsOperationResponse = GetAnalyticsOperationResponse;
145
- class GetEventCallbackCloudScriptOperationResponse extends CustomOperationResponseAbstract {
146
- constructor() {
147
- super();
148
- this.responseDataCls = DashboardModels.GetEventCallbackCloudScriptResponseData;
149
- }
150
- }
151
- DashboardResponseModels.GetEventCallbackCloudScriptOperationResponse = GetEventCallbackCloudScriptOperationResponse;
152
- class SetEventCallbackCloudScriptOperationResponse extends CustomOperationResponseAbstract {
153
- constructor() {
154
- super();
155
- this.responseDataCls = DashboardModels.SetEventCallbackCloudScriptResponseData;
156
- }
157
- }
158
- DashboardResponseModels.SetEventCallbackCloudScriptOperationResponse = SetEventCallbackCloudScriptOperationResponse;
159
- class ResetStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract {
160
- constructor() {
161
- super();
162
- this.responseDataCls = DashboardModels.EmptyResponseData;
163
- }
164
- }
165
- DashboardResponseModels.ResetStatisticsLeaderboardOperationResponse = ResetStatisticsLeaderboardOperationResponse;
166
- class GetBackupStatisticsLeaderboardVersionOperationResponse extends CustomOperationResponseAbstract {
167
- constructor() {
168
- super();
169
- this.responseDataCls = DashboardModels.GetBackupStatisticsLeaderboardVersionResponseData;
170
- }
171
- }
172
- DashboardResponseModels.GetBackupStatisticsLeaderboardVersionOperationResponse = GetBackupStatisticsLeaderboardVersionOperationResponse;
173
- class GetServerGameDataOperationResponse extends CustomOperationResponseAbstract {
174
- constructor() {
175
- super();
176
- this.responseDataCls = DashboardModels.GetServerGameDataResponseData;
177
- }
178
- }
179
- DashboardResponseModels.GetServerGameDataOperationResponse = GetServerGameDataOperationResponse;
180
- class DeleteInDatabaseOperationResponse extends CustomOperationResponseAbstract {
181
- constructor() {
182
- super();
183
- this.responseDataCls = DashboardModels.EmptyResponseData;
184
- }
185
- }
186
- DashboardResponseModels.DeleteInDatabaseOperationResponse = DeleteInDatabaseOperationResponse;
187
- })(DashboardResponseModels || (DashboardResponseModels = {}));