@xmobitea/gn-typescript-client 2.0.4 → 2.0.6
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.
- package/GNServerSettingsConfig.debug.json +3 -3
- package/dist/gn.js.client.js +50188 -0
- package/dist/gn.js.client.min.js +1 -1
- package/dist/index.d.ts +190 -190
- package/dist/index.js +24803 -22847
- package/dist/runtime/GNNetwork.d.ts +66 -67
- package/dist/runtime/GNNetworkAuthenticateApi.d.ts +28 -27
- package/dist/runtime/GNNetworkCharacterPlayerApi.d.ts +156 -156
- package/dist/runtime/GNNetworkContentApi.d.ts +33 -33
- package/dist/runtime/GNNetworkDashboardApi.d.ts +30 -30
- package/dist/runtime/GNNetworkGamePlayerApi.d.ts +153 -153
- package/dist/runtime/GNNetworkGroupApi.d.ts +120 -120
- package/dist/runtime/GNNetworkInventoryApi.d.ts +108 -108
- package/dist/runtime/GNNetworkMasterPlayerApi.d.ts +217 -217
- package/dist/runtime/GNNetworkStoreInventoryApi.d.ts +39 -39
- package/dist/runtime/common/Action0.d.ts +1 -1
- package/dist/runtime/common/Action1.d.ts +1 -1
- package/dist/runtime/common/Action2.d.ts +1 -1
- package/dist/runtime/common/Action3.d.ts +1 -1
- package/dist/runtime/common/Action4.d.ts +1 -1
- package/dist/runtime/common/GNData.d.ts +69 -69
- package/dist/runtime/config/GNServerSettings.d.ts +64 -64
- package/dist/runtime/constant/Commands.d.ts +17 -17
- package/dist/runtime/constant/EventCode.d.ts +8 -8
- package/dist/runtime/constant/OperationCode.d.ts +175 -174
- package/dist/runtime/constant/ReturnCode.d.ts +14 -14
- package/dist/runtime/constant/enumType/FriendStatus.d.ts +6 -6
- package/dist/runtime/constant/enumType/GoogleLoginType.d.ts +4 -4
- package/dist/runtime/constant/enumType/GroupStatus.d.ts +6 -6
- package/dist/runtime/constant/enumType/InvalidMemberType.d.ts +17 -17
- package/dist/runtime/constant/enumType/ItemType.d.ts +4 -4
- package/dist/runtime/constant/enumType/LoginType.d.ts +10 -10
- package/dist/runtime/constant/enumType/OwnerType.d.ts +6 -6
- package/dist/runtime/constant/enumType/PermissionDataItem.d.ts +4 -4
- package/dist/runtime/constant/enumType/RequestRole.d.ts +5 -5
- package/dist/runtime/constant/enumType/RequestType.d.ts +12 -12
- package/dist/runtime/constant/enumType/StatisticsAggregationMethod.d.ts +6 -6
- package/dist/runtime/constant/enumType/UserRoleType.d.ts +8 -8
- package/dist/runtime/constant/errorCode/GNErrorCode.d.ts +40 -39
- package/dist/runtime/constant/parameterCode/GNParameterCode.d.ts +376 -375
- package/dist/runtime/constant/parameterCode/ParameterCode.d.ts +6 -6
- package/dist/runtime/entity/DataMember.d.ts +77 -77
- package/dist/runtime/entity/GNMetadata.d.ts +22 -22
- package/dist/runtime/entity/InvalidMember.d.ts +5 -5
- package/dist/runtime/entity/OperationEvent.d.ts +14 -14
- package/dist/runtime/entity/OperationHelper.d.ts +7 -7
- package/dist/runtime/entity/OperationRequest.d.ts +21 -21
- package/dist/runtime/entity/OperationResponse.d.ts +27 -27
- package/dist/runtime/entity/models/AuthenticateModels.d.ts +116 -108
- package/dist/runtime/entity/models/AuthenticateRequestModels.d.ts +118 -111
- package/dist/runtime/entity/models/AuthenticateResponseModels.d.ts +52 -34
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +493 -493
- package/dist/runtime/entity/models/CharacterPlayerRequestModels.d.ts +726 -726
- package/dist/runtime/entity/models/CharacterPlayerResponseModels.d.ts +148 -100
- package/dist/runtime/entity/models/ContentModels.d.ts +90 -90
- package/dist/runtime/entity/models/ContentRequestModels.d.ts +111 -111
- package/dist/runtime/entity/models/ContentResponseModels.d.ts +25 -18
- package/dist/runtime/entity/models/DashboardModels.d.ts +546 -545
- package/dist/runtime/entity/models/DashboardRequestModels.d.ts +132 -132
- package/dist/runtime/entity/models/DashboardResponseModels.d.ts +58 -40
- package/dist/runtime/entity/models/GamePlayerModels.d.ts +531 -531
- package/dist/runtime/entity/models/GamePlayerRequestModels.d.ts +711 -711
- package/dist/runtime/entity/models/GamePlayerResponseModels.d.ts +145 -98
- package/dist/runtime/entity/models/GenericModels.d.ts +59 -59
- package/dist/runtime/entity/models/GroupModels.d.ts +387 -387
- package/dist/runtime/entity/models/GroupRequestModels.d.ts +546 -546
- package/dist/runtime/entity/models/GroupResponseModels.d.ts +112 -76
- package/dist/runtime/entity/models/InventoryModels.d.ts +331 -331
- package/dist/runtime/entity/models/InventoryRequestModels.d.ts +486 -486
- package/dist/runtime/entity/models/InventoryResponseModels.d.ts +100 -68
- package/dist/runtime/entity/models/MasterPlayerModels.d.ts +767 -767
- package/dist/runtime/entity/models/MasterPlayerRequestModels.d.ts +1033 -1033
- package/dist/runtime/entity/models/MasterPlayerResponseModels.d.ts +211 -142
- package/dist/runtime/entity/models/StoreInventoryModels.d.ts +187 -187
- package/dist/runtime/entity/models/StoreInventoryRequestModels.d.ts +141 -141
- package/dist/runtime/entity/models/StoreInventoryResponseModels.d.ts +31 -22
- package/dist/runtime/entity/request/CustomOperationRequest.d.ts +21 -19
- package/dist/runtime/entity/response/CustomOperationResponse.d.ts +20 -19
- package/dist/runtime/helper/CodeHelper.d.ts +15 -15
- package/dist/runtime/helper/ConverterService.d.ts +14 -14
- package/dist/runtime/helper/GNSupport.d.ts +5 -5
- package/dist/runtime/logger/GNDebug.d.ts +15 -15
- package/dist/runtime/networking/AuthenticateStatus.d.ts +8 -11
- package/dist/runtime/networking/IPeer.d.ts +12 -12
- package/dist/runtime/networking/NetworkingPeer.d.ts +40 -40
- package/dist/runtime/networking/OperationPending.d.ts +30 -30
- package/dist/runtime/networking/PeerBase.d.ts +30 -30
- package/dist/runtime/networking/handler/IServerEventHandler.d.ts +14 -14
- package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.d.ts +13 -13
- package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.d.ts +13 -13
- package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.d.ts +13 -13
- package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.d.ts +13 -13
- package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.d.ts +12 -12
- package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.d.ts +12 -12
- package/dist/runtime/networking/http/HttpPeer.d.ts +24 -24
- package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +11 -11
- package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.d.ts +13 -13
- package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.d.ts +25 -25
- package/dist/runtime/networking/socket/NetworkingSocketPeerBase.d.ts +48 -48
- package/dist/runtime/networking/socket/SocketPeer.d.ts +28 -28
- package/dist/runtime/typescript/ServiceUpdate.d.ts +6 -6
- package/package.json +16 -14
- package/tsconfig-build.min.udm.json +13 -0
- package/tsconfig.min.udm.json +9 -0
- package/webpack.config.min.udm.js +48 -0
|
@@ -1,545 +1,546 @@
|
|
|
1
|
-
export declare
|
|
2
|
-
class PermissionRulesParam {
|
|
3
|
-
selfEnable?: boolean;
|
|
4
|
-
otherSelfEnable?: boolean;
|
|
5
|
-
adminSelfEnable?: boolean;
|
|
6
|
-
serverSelfEnable?: boolean;
|
|
7
|
-
}
|
|
8
|
-
class FriendCatalogSettingsParam {
|
|
9
|
-
catalogId: string;
|
|
10
|
-
forceAcceptFriend: boolean;
|
|
11
|
-
}
|
|
12
|
-
class ItemClassSettingsParam {
|
|
13
|
-
classId: string;
|
|
14
|
-
displayName?: string;
|
|
15
|
-
}
|
|
16
|
-
class ItemCatalogSettingsParam {
|
|
17
|
-
catalogId: string;
|
|
18
|
-
itemType: number;
|
|
19
|
-
itemClassSettings: Array<ItemClassSettingsParam>;
|
|
20
|
-
}
|
|
21
|
-
class GroupCatalogSettingsParam {
|
|
22
|
-
catalogId: string;
|
|
23
|
-
displayName?: string;
|
|
24
|
-
forceAcceptMember: boolean;
|
|
25
|
-
}
|
|
26
|
-
class TagSettingsParam {
|
|
27
|
-
key: string;
|
|
28
|
-
displayName?: string;
|
|
29
|
-
}
|
|
30
|
-
class DataSettingsParam {
|
|
31
|
-
key: string;
|
|
32
|
-
permission: number;
|
|
33
|
-
}
|
|
34
|
-
class StatisticsSettingsParam {
|
|
35
|
-
key: string;
|
|
36
|
-
statisticsAggregationMethod: number;
|
|
37
|
-
maximumValue?: number;
|
|
38
|
-
minimumValue?: number;
|
|
39
|
-
}
|
|
40
|
-
class CurrencySettingsParam {
|
|
41
|
-
key: string;
|
|
42
|
-
initialValue: number;
|
|
43
|
-
}
|
|
44
|
-
class CharacterCatalogSettingsParam {
|
|
45
|
-
catalogId: string;
|
|
46
|
-
displayName?: string;
|
|
47
|
-
}
|
|
48
|
-
class CharacterPlayerPermissionRulesParam {
|
|
49
|
-
addSegment?: PermissionRulesParam;
|
|
50
|
-
removeSegment?: PermissionRulesParam;
|
|
51
|
-
getSegment?: PermissionRulesParam;
|
|
52
|
-
setTag?: PermissionRulesParam;
|
|
53
|
-
removeTag?: PermissionRulesParam;
|
|
54
|
-
getTag?: PermissionRulesParam;
|
|
55
|
-
getDisplayName?: PermissionRulesParam;
|
|
56
|
-
setDisplayName?: PermissionRulesParam;
|
|
57
|
-
getTsCreate?: PermissionRulesParam;
|
|
58
|
-
getIpAddressCreate?: PermissionRulesParam;
|
|
59
|
-
getTsLastLogin?: PermissionRulesParam;
|
|
60
|
-
setPlayerBan?: PermissionRulesParam;
|
|
61
|
-
getPlayerBan?: PermissionRulesParam;
|
|
62
|
-
setCountryCode?: PermissionRulesParam;
|
|
63
|
-
getCountryCode?: PermissionRulesParam;
|
|
64
|
-
setAvatar?: PermissionRulesParam;
|
|
65
|
-
getAvatar?: PermissionRulesParam;
|
|
66
|
-
setPlayerCurrency?: PermissionRulesParam;
|
|
67
|
-
getPlayerCurrency?: PermissionRulesParam;
|
|
68
|
-
setPlayerStatistics?: PermissionRulesParam;
|
|
69
|
-
getPlayerStatistics?: PermissionRulesParam;
|
|
70
|
-
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
71
|
-
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
72
|
-
getCustomData?: PermissionRulesParam;
|
|
73
|
-
setCustomData?: PermissionRulesParam;
|
|
74
|
-
setPlayerData?: PermissionRulesParam;
|
|
75
|
-
getPlayerData?: PermissionRulesParam;
|
|
76
|
-
getPlayerInformation?: PermissionRulesParam;
|
|
77
|
-
getPlayersWithSegment?: PermissionRulesParam;
|
|
78
|
-
getPlayersWithTag?: PermissionRulesParam;
|
|
79
|
-
getCatalogId?: PermissionRulesParam;
|
|
80
|
-
getOwner?: PermissionRulesParam;
|
|
81
|
-
getRemoveStatus?: PermissionRulesParam;
|
|
82
|
-
getPlayerFriend?: PermissionRulesParam;
|
|
83
|
-
getPlayerGroup?: PermissionRulesParam;
|
|
84
|
-
getPlayerInventory?: PermissionRulesParam;
|
|
85
|
-
removePlayerItem?: PermissionRulesParam;
|
|
86
|
-
grantPlayerItem?: PermissionRulesParam;
|
|
87
|
-
grantGroup?: PermissionRulesParam;
|
|
88
|
-
joinGroup?: PermissionRulesParam;
|
|
89
|
-
leaveGroup?: PermissionRulesParam;
|
|
90
|
-
setOwner?: PermissionRulesParam;
|
|
91
|
-
addPlayerFriend?: PermissionRulesParam;
|
|
92
|
-
removePlayerFriend?: PermissionRulesParam;
|
|
93
|
-
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
94
|
-
setRemoveStatus?: PermissionRulesParam;
|
|
95
|
-
getFriendStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
96
|
-
getFriendStatisticsLeaderboard?: PermissionRulesParam;
|
|
97
|
-
}
|
|
98
|
-
class CharacterPlayerSettingsParam {
|
|
99
|
-
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
100
|
-
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
101
|
-
playerDatasSettings?: Array<DataSettingsParam>;
|
|
102
|
-
customDatasSettings?: Array<DataSettingsParam>;
|
|
103
|
-
tagsSettings?: Array<TagSettingsParam>;
|
|
104
|
-
playerGroupCatalogSettings?: Array<GroupCatalogSettingsParam>;
|
|
105
|
-
playerItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
106
|
-
playerFriendCatalogSettings?: Array<FriendCatalogSettingsParam>;
|
|
107
|
-
}
|
|
108
|
-
class ContentPermissionRulesParam {
|
|
109
|
-
getContent?: PermissionRulesParam;
|
|
110
|
-
setContent?: PermissionRulesParam;
|
|
111
|
-
createNewFileUploadInfo?: PermissionRulesParam;
|
|
112
|
-
getFileUploadInfoList?: PermissionRulesParam;
|
|
113
|
-
getFileUploadInfo?: PermissionRulesParam;
|
|
114
|
-
removeFileUploadInfo?: PermissionRulesParam;
|
|
115
|
-
requestDownloadFileUploadInfo?: PermissionRulesParam;
|
|
116
|
-
}
|
|
117
|
-
class ThirtPartyAppleSettingsParam {
|
|
118
|
-
appleClientId: string;
|
|
119
|
-
sandboxEnable: boolean;
|
|
120
|
-
}
|
|
121
|
-
class ThirtPartyFacebookSettingsParam {
|
|
122
|
-
facebookAppId: string;
|
|
123
|
-
facebookAppToken: string;
|
|
124
|
-
facebookInappSecret: string;
|
|
125
|
-
}
|
|
126
|
-
class ThirtPartyGoogleSettingsParam {
|
|
127
|
-
googleClientId?: string;
|
|
128
|
-
packageId?: string;
|
|
129
|
-
publicRSAKey?: string;
|
|
130
|
-
}
|
|
131
|
-
class ThirtPartyParam {
|
|
132
|
-
googleSettings?: ThirtPartyGoogleSettingsParam;
|
|
133
|
-
facebookSettings?: ThirtPartyFacebookSettingsParam;
|
|
134
|
-
appleSettings?: ThirtPartyAppleSettingsParam;
|
|
135
|
-
}
|
|
136
|
-
class GamePlayerPermissionRulesParam {
|
|
137
|
-
addSegment?: PermissionRulesParam;
|
|
138
|
-
removeSegment?: PermissionRulesParam;
|
|
139
|
-
getSegment?: PermissionRulesParam;
|
|
140
|
-
setTag?: PermissionRulesParam;
|
|
141
|
-
removeTag?: PermissionRulesParam;
|
|
142
|
-
getTag?: PermissionRulesParam;
|
|
143
|
-
getDisplayName?: PermissionRulesParam;
|
|
144
|
-
setDisplayName?: PermissionRulesParam;
|
|
145
|
-
getTsCreate?: PermissionRulesParam;
|
|
146
|
-
getIpAddressCreate?: PermissionRulesParam;
|
|
147
|
-
getTsLastLogin?: PermissionRulesParam;
|
|
148
|
-
setPlayerBan?: PermissionRulesParam;
|
|
149
|
-
getPlayerBan?: PermissionRulesParam;
|
|
150
|
-
setCountryCode?: PermissionRulesParam;
|
|
151
|
-
getCountryCode?: PermissionRulesParam;
|
|
152
|
-
setAvatar?: PermissionRulesParam;
|
|
153
|
-
getAvatar?: PermissionRulesParam;
|
|
154
|
-
setPlayerCurrency?: PermissionRulesParam;
|
|
155
|
-
getPlayerCurrency?: PermissionRulesParam;
|
|
156
|
-
setPlayerStatistics?: PermissionRulesParam;
|
|
157
|
-
getPlayerStatistics?: PermissionRulesParam;
|
|
158
|
-
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
159
|
-
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
160
|
-
getCustomData?: PermissionRulesParam;
|
|
161
|
-
setCustomData?: PermissionRulesParam;
|
|
162
|
-
setPlayerData?: PermissionRulesParam;
|
|
163
|
-
getPlayerData?: PermissionRulesParam;
|
|
164
|
-
getPlayerInformation?: PermissionRulesParam;
|
|
165
|
-
getPlayersWithSegment?: PermissionRulesParam;
|
|
166
|
-
getPlayersWithTag?: PermissionRulesParam;
|
|
167
|
-
getPlayerCharacter?: PermissionRulesParam;
|
|
168
|
-
getPlayerInventory?: PermissionRulesParam;
|
|
169
|
-
getPlayerGroup?: PermissionRulesParam;
|
|
170
|
-
getPlayerFriend?: PermissionRulesParam;
|
|
171
|
-
removePlayerItem?: PermissionRulesParam;
|
|
172
|
-
getOnlineStatus?: PermissionRulesParam;
|
|
173
|
-
grantGroup?: PermissionRulesParam;
|
|
174
|
-
grantPlayerItem?: PermissionRulesParam;
|
|
175
|
-
grantPlayerCharacter?: PermissionRulesParam;
|
|
176
|
-
addPlayerFriend?: PermissionRulesParam;
|
|
177
|
-
removePlayerFriend?: PermissionRulesParam;
|
|
178
|
-
removePlayerCharacter?: PermissionRulesParam;
|
|
179
|
-
joinGroup?: PermissionRulesParam;
|
|
180
|
-
leaveGroup?: PermissionRulesParam;
|
|
181
|
-
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
182
|
-
getFriendStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
183
|
-
getFriendStatisticsLeaderboard?: PermissionRulesParam;
|
|
184
|
-
}
|
|
185
|
-
class GamePlayerSettingsParam {
|
|
186
|
-
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
187
|
-
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
188
|
-
playerDatasSettings?: Array<DataSettingsParam>;
|
|
189
|
-
customDatasSettings?: Array<DataSettingsParam>;
|
|
190
|
-
tagsSettings?: Array<TagSettingsParam>;
|
|
191
|
-
playerCharacterCatalogSettings?: Array<CharacterCatalogSettingsParam>;
|
|
192
|
-
playerGroupCatalogSettings?: Array<GroupCatalogSettingsParam>;
|
|
193
|
-
playerItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
194
|
-
playerFriendCatalogSettings?: Array<FriendCatalogSettingsParam>;
|
|
195
|
-
}
|
|
196
|
-
class GroupSettingsParam {
|
|
197
|
-
groupCurrencySettings?: Array<CurrencySettingsParam>;
|
|
198
|
-
groupStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
199
|
-
groupDatasSettings?: Array<DataSettingsParam>;
|
|
200
|
-
customDatasSettings?: Array<DataSettingsParam>;
|
|
201
|
-
tagsSettings?: Array<TagSettingsParam>;
|
|
202
|
-
groupItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
203
|
-
}
|
|
204
|
-
class InventorySettingsParam {
|
|
205
|
-
inventoryStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
206
|
-
inventoryDatasSettings?: Array<DataSettingsParam>;
|
|
207
|
-
customDatasSettings?: Array<DataSettingsParam>;
|
|
208
|
-
tagsSettings?: Array<TagSettingsParam>;
|
|
209
|
-
}
|
|
210
|
-
class GameSettingsParam {
|
|
211
|
-
gamePlayerSettings?: GamePlayerSettingsParam;
|
|
212
|
-
characterPlayerSettings?: CharacterPlayerSettingsParam;
|
|
213
|
-
groupSettings?: GroupSettingsParam;
|
|
214
|
-
inventorySettings?: InventorySettingsParam;
|
|
215
|
-
}
|
|
216
|
-
class GenericServiceSettingsParam {
|
|
217
|
-
serviceName: string;
|
|
218
|
-
}
|
|
219
|
-
class GroupPermissionRulesParam {
|
|
220
|
-
addSegment?: PermissionRulesParam;
|
|
221
|
-
removeSegment?: PermissionRulesParam;
|
|
222
|
-
getSegment?: PermissionRulesParam;
|
|
223
|
-
setTag?: PermissionRulesParam;
|
|
224
|
-
removeTag?: PermissionRulesParam;
|
|
225
|
-
getTag?: PermissionRulesParam;
|
|
226
|
-
getDisplayName?: PermissionRulesParam;
|
|
227
|
-
setDisplayName?: PermissionRulesParam;
|
|
228
|
-
getTsCreate?: PermissionRulesParam;
|
|
229
|
-
setAvatar?: PermissionRulesParam;
|
|
230
|
-
getAvatar?: PermissionRulesParam;
|
|
231
|
-
setGroupCurrency?: PermissionRulesParam;
|
|
232
|
-
getGroupCurrency?: PermissionRulesParam;
|
|
233
|
-
setGroupStatistics?: PermissionRulesParam;
|
|
234
|
-
getGroupStatistics?: PermissionRulesParam;
|
|
235
|
-
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
236
|
-
getStatisticsLeaderboardAroundGroup?: PermissionRulesParam;
|
|
237
|
-
getCustomData?: PermissionRulesParam;
|
|
238
|
-
setCustomData?: PermissionRulesParam;
|
|
239
|
-
setGroupData?: PermissionRulesParam;
|
|
240
|
-
getGroupData?: PermissionRulesParam;
|
|
241
|
-
getGroupInformation?: PermissionRulesParam;
|
|
242
|
-
getGroupsWithSegment?: PermissionRulesParam;
|
|
243
|
-
getGroupsWithTag?: PermissionRulesParam;
|
|
244
|
-
getCatalogId?: PermissionRulesParam;
|
|
245
|
-
getRemoveStatus?: PermissionRulesParam;
|
|
246
|
-
getGroupInventory?: PermissionRulesParam;
|
|
247
|
-
removeGroupItem?: PermissionRulesParam;
|
|
248
|
-
grantGroupItem?: PermissionRulesParam;
|
|
249
|
-
getMembers?: PermissionRulesParam;
|
|
250
|
-
addMember?: PermissionRulesParam;
|
|
251
|
-
removeMember?: PermissionRulesParam;
|
|
252
|
-
sendGroupMessage?: PermissionRulesParam;
|
|
253
|
-
getGroupMessage?: PermissionRulesParam;
|
|
254
|
-
setRemoveStatus?: PermissionRulesParam;
|
|
255
|
-
getGroupsWithDisplayName?: PermissionRulesParam;
|
|
256
|
-
}
|
|
257
|
-
class InventoryPermissionRulesParam {
|
|
258
|
-
addSegment?: PermissionRulesParam;
|
|
259
|
-
removeSegment?: PermissionRulesParam;
|
|
260
|
-
getSegment?: PermissionRulesParam;
|
|
261
|
-
setTag?: PermissionRulesParam;
|
|
262
|
-
removeTag?: PermissionRulesParam;
|
|
263
|
-
getTag?: PermissionRulesParam;
|
|
264
|
-
getDisplayName?: PermissionRulesParam;
|
|
265
|
-
setDisplayName?: PermissionRulesParam;
|
|
266
|
-
getTsCreate?: PermissionRulesParam;
|
|
267
|
-
setAvatar?: PermissionRulesParam;
|
|
268
|
-
getAvatar?: PermissionRulesParam;
|
|
269
|
-
setItemStatistics?: PermissionRulesParam;
|
|
270
|
-
getItemStatistics?: PermissionRulesParam;
|
|
271
|
-
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
272
|
-
getStatisticsLeaderboardAroundItem?: PermissionRulesParam;
|
|
273
|
-
getCustomData?: PermissionRulesParam;
|
|
274
|
-
setCustomData?: PermissionRulesParam;
|
|
275
|
-
setItemData?: PermissionRulesParam;
|
|
276
|
-
getItemData?: PermissionRulesParam;
|
|
277
|
-
getItemInformation?: PermissionRulesParam;
|
|
278
|
-
getItemsWithSegment?: PermissionRulesParam;
|
|
279
|
-
getItemsWithTag?: PermissionRulesParam;
|
|
280
|
-
getCatalogId?: PermissionRulesParam;
|
|
281
|
-
getClassId?: PermissionRulesParam;
|
|
282
|
-
getItemType?: PermissionRulesParam;
|
|
283
|
-
getAmount?: PermissionRulesParam;
|
|
284
|
-
getOwner?: PermissionRulesParam;
|
|
285
|
-
getRemoveStatus?: PermissionRulesParam;
|
|
286
|
-
setAmount?: PermissionRulesParam;
|
|
287
|
-
setOwner?: PermissionRulesParam;
|
|
288
|
-
setRemoveStatus?: PermissionRulesParam;
|
|
289
|
-
getItemsWithDisplayName?: PermissionRulesParam;
|
|
290
|
-
}
|
|
291
|
-
class MasterAdminPermissionRulesParam {
|
|
292
|
-
setMasterGameSettings?: PermissionRulesParam;
|
|
293
|
-
grantAdminAccount?: PermissionRulesParam;
|
|
294
|
-
removeAdminAccount?: PermissionRulesParam;
|
|
295
|
-
setPasswordAdminAccount?: PermissionRulesParam;
|
|
296
|
-
setSecretKeyAdminAccount?: PermissionRulesParam;
|
|
297
|
-
setGameInformation?: PermissionRulesParam;
|
|
298
|
-
grantGame?: PermissionRulesParam;
|
|
299
|
-
changePasswordAdminAccount?: PermissionRulesParam;
|
|
300
|
-
getAdminAccountList?: PermissionRulesParam;
|
|
301
|
-
getGameInformation?: PermissionRulesParam;
|
|
302
|
-
getGameList?: PermissionRulesParam;
|
|
303
|
-
getMasterGameSettings?: PermissionRulesParam;
|
|
304
|
-
getServerLog?: PermissionRulesParam;
|
|
305
|
-
getSecretInfoInformation?: PermissionRulesParam;
|
|
306
|
-
getSecretInfoList?: PermissionRulesParam;
|
|
307
|
-
grantSecretInfo?: PermissionRulesParam;
|
|
308
|
-
setSecretInfoInformation?: PermissionRulesParam;
|
|
309
|
-
}
|
|
310
|
-
class MasterPlayerPermissionRulesParam {
|
|
311
|
-
linkAccount?: PermissionRulesParam;
|
|
312
|
-
linkAndroidDeviceId?: PermissionRulesParam;
|
|
313
|
-
linkApple?: PermissionRulesParam;
|
|
314
|
-
linkCustomDeviceId?: PermissionRulesParam;
|
|
315
|
-
linkCustomId?: PermissionRulesParam;
|
|
316
|
-
linkEditorDeviceId?: PermissionRulesParam;
|
|
317
|
-
linkFacebook?: PermissionRulesParam;
|
|
318
|
-
linkGenericService?: PermissionRulesParam;
|
|
319
|
-
linkGoogle?: PermissionRulesParam;
|
|
320
|
-
linkiOSDeviceId?: PermissionRulesParam;
|
|
321
|
-
linkLinuxDeviceId?: PermissionRulesParam;
|
|
322
|
-
linkMacOSDeviceId?: PermissionRulesParam;
|
|
323
|
-
linkWindowsDeviceId?: PermissionRulesParam;
|
|
324
|
-
linkWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
325
|
-
unlinkAccount?: PermissionRulesParam;
|
|
326
|
-
unlinkAndroidDeviceId?: PermissionRulesParam;
|
|
327
|
-
unlinkApple?: PermissionRulesParam;
|
|
328
|
-
unlinkCustomDeviceId?: PermissionRulesParam;
|
|
329
|
-
unlinkCustomId?: PermissionRulesParam;
|
|
330
|
-
unlinkEditorDeviceId?: PermissionRulesParam;
|
|
331
|
-
unlinkFacebook?: PermissionRulesParam;
|
|
332
|
-
unlinkGenericService?: PermissionRulesParam;
|
|
333
|
-
unlinkGoogle?: PermissionRulesParam;
|
|
334
|
-
unlinkiOSDeviceId?: PermissionRulesParam;
|
|
335
|
-
unlinkLinuxDeviceId?: PermissionRulesParam;
|
|
336
|
-
unlinkMacOSDeviceId?: PermissionRulesParam;
|
|
337
|
-
unlinkWindowsDeviceId?: PermissionRulesParam;
|
|
338
|
-
unlinkWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
339
|
-
addSegment?: PermissionRulesParam;
|
|
340
|
-
removeSegment?: PermissionRulesParam;
|
|
341
|
-
getSegment?: PermissionRulesParam;
|
|
342
|
-
setTag?: PermissionRulesParam;
|
|
343
|
-
removeTag?: PermissionRulesParam;
|
|
344
|
-
getTag?: PermissionRulesParam;
|
|
345
|
-
getDisplayName?: PermissionRulesParam;
|
|
346
|
-
setDisplayName?: PermissionRulesParam;
|
|
347
|
-
getTsCreate?: PermissionRulesParam;
|
|
348
|
-
getIpAddressCreate?: PermissionRulesParam;
|
|
349
|
-
setTsLastLogin?: PermissionRulesParam;
|
|
350
|
-
getTsLastLogin?: PermissionRulesParam;
|
|
351
|
-
setPlayerBan?: PermissionRulesParam;
|
|
352
|
-
getPlayerBan?: PermissionRulesParam;
|
|
353
|
-
setCountryCode?: PermissionRulesParam;
|
|
354
|
-
getCountryCode?: PermissionRulesParam;
|
|
355
|
-
changeAccountPassword?: PermissionRulesParam;
|
|
356
|
-
resetAccountPassword?: PermissionRulesParam;
|
|
357
|
-
setAvatar?: PermissionRulesParam;
|
|
358
|
-
getAvatar?: PermissionRulesParam;
|
|
359
|
-
setPlayerCurrency?: PermissionRulesParam;
|
|
360
|
-
getPlayerCurrency?: PermissionRulesParam;
|
|
361
|
-
setPlayerStatistics?: PermissionRulesParam;
|
|
362
|
-
getPlayerStatistics?: PermissionRulesParam;
|
|
363
|
-
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
364
|
-
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
365
|
-
getCustomData?: PermissionRulesParam;
|
|
366
|
-
setCustomData?: PermissionRulesParam;
|
|
367
|
-
setPlayerData?: PermissionRulesParam;
|
|
368
|
-
getPlayerData?: PermissionRulesParam;
|
|
369
|
-
getPlayerInformation?: PermissionRulesParam;
|
|
370
|
-
getPlayersWithApple?: PermissionRulesParam;
|
|
371
|
-
getPlayersWithFacebook?: PermissionRulesParam;
|
|
372
|
-
getPlayersWithGoogle?: PermissionRulesParam;
|
|
373
|
-
getPlayersWithGenericService?: PermissionRulesParam;
|
|
374
|
-
getPlayersWithSegment?: PermissionRulesParam;
|
|
375
|
-
getPlayersWithTag?: PermissionRulesParam;
|
|
376
|
-
getExternal?: PermissionRulesParam;
|
|
377
|
-
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
378
|
-
getEmail?: PermissionRulesParam;
|
|
379
|
-
setEmail?: PermissionRulesParam;
|
|
380
|
-
}
|
|
381
|
-
class MasterPlayerSettingsParam {
|
|
382
|
-
genericServiceSettings?: Array<GenericServiceSettingsParam>;
|
|
383
|
-
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
384
|
-
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
385
|
-
playerDatasSettings?: Array<DataSettingsParam>;
|
|
386
|
-
customDatasSettings?: Array<DataSettingsParam>;
|
|
387
|
-
tagsSettings?: Array<TagSettingsParam>;
|
|
388
|
-
}
|
|
389
|
-
class AuthenticatePermissionRulesParam {
|
|
390
|
-
loginByAccount?: PermissionRulesParam;
|
|
391
|
-
loginByAndroidDeviceId?: PermissionRulesParam;
|
|
392
|
-
loginByApple?: PermissionRulesParam;
|
|
393
|
-
loginByCustomDeviceId?: PermissionRulesParam;
|
|
394
|
-
loginByCustomId?: PermissionRulesParam;
|
|
395
|
-
loginByFacebook?: PermissionRulesParam;
|
|
396
|
-
loginByGenericService?: PermissionRulesParam;
|
|
397
|
-
loginByGoogle?: PermissionRulesParam;
|
|
398
|
-
loginByiOSDeviceId?: PermissionRulesParam;
|
|
399
|
-
loginByWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
400
|
-
registerAccount?: PermissionRulesParam;
|
|
401
|
-
loginByEditorDeviceId?: PermissionRulesParam;
|
|
402
|
-
loginByLinuxDeviceId?: PermissionRulesParam;
|
|
403
|
-
loginByMacOSDeviceId?: PermissionRulesParam;
|
|
404
|
-
loginByWindowsDeviceId?: PermissionRulesParam;
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
}
|
|
1
|
+
export declare namespace DashboardModels {
|
|
2
|
+
class PermissionRulesParam {
|
|
3
|
+
selfEnable?: boolean;
|
|
4
|
+
otherSelfEnable?: boolean;
|
|
5
|
+
adminSelfEnable?: boolean;
|
|
6
|
+
serverSelfEnable?: boolean;
|
|
7
|
+
}
|
|
8
|
+
class FriendCatalogSettingsParam {
|
|
9
|
+
catalogId: string;
|
|
10
|
+
forceAcceptFriend: boolean;
|
|
11
|
+
}
|
|
12
|
+
class ItemClassSettingsParam {
|
|
13
|
+
classId: string;
|
|
14
|
+
displayName?: string;
|
|
15
|
+
}
|
|
16
|
+
class ItemCatalogSettingsParam {
|
|
17
|
+
catalogId: string;
|
|
18
|
+
itemType: number;
|
|
19
|
+
itemClassSettings: Array<ItemClassSettingsParam>;
|
|
20
|
+
}
|
|
21
|
+
class GroupCatalogSettingsParam {
|
|
22
|
+
catalogId: string;
|
|
23
|
+
displayName?: string;
|
|
24
|
+
forceAcceptMember: boolean;
|
|
25
|
+
}
|
|
26
|
+
class TagSettingsParam {
|
|
27
|
+
key: string;
|
|
28
|
+
displayName?: string;
|
|
29
|
+
}
|
|
30
|
+
class DataSettingsParam {
|
|
31
|
+
key: string;
|
|
32
|
+
permission: number;
|
|
33
|
+
}
|
|
34
|
+
class StatisticsSettingsParam {
|
|
35
|
+
key: string;
|
|
36
|
+
statisticsAggregationMethod: number;
|
|
37
|
+
maximumValue?: number;
|
|
38
|
+
minimumValue?: number;
|
|
39
|
+
}
|
|
40
|
+
class CurrencySettingsParam {
|
|
41
|
+
key: string;
|
|
42
|
+
initialValue: number;
|
|
43
|
+
}
|
|
44
|
+
class CharacterCatalogSettingsParam {
|
|
45
|
+
catalogId: string;
|
|
46
|
+
displayName?: string;
|
|
47
|
+
}
|
|
48
|
+
class CharacterPlayerPermissionRulesParam {
|
|
49
|
+
addSegment?: PermissionRulesParam;
|
|
50
|
+
removeSegment?: PermissionRulesParam;
|
|
51
|
+
getSegment?: PermissionRulesParam;
|
|
52
|
+
setTag?: PermissionRulesParam;
|
|
53
|
+
removeTag?: PermissionRulesParam;
|
|
54
|
+
getTag?: PermissionRulesParam;
|
|
55
|
+
getDisplayName?: PermissionRulesParam;
|
|
56
|
+
setDisplayName?: PermissionRulesParam;
|
|
57
|
+
getTsCreate?: PermissionRulesParam;
|
|
58
|
+
getIpAddressCreate?: PermissionRulesParam;
|
|
59
|
+
getTsLastLogin?: PermissionRulesParam;
|
|
60
|
+
setPlayerBan?: PermissionRulesParam;
|
|
61
|
+
getPlayerBan?: PermissionRulesParam;
|
|
62
|
+
setCountryCode?: PermissionRulesParam;
|
|
63
|
+
getCountryCode?: PermissionRulesParam;
|
|
64
|
+
setAvatar?: PermissionRulesParam;
|
|
65
|
+
getAvatar?: PermissionRulesParam;
|
|
66
|
+
setPlayerCurrency?: PermissionRulesParam;
|
|
67
|
+
getPlayerCurrency?: PermissionRulesParam;
|
|
68
|
+
setPlayerStatistics?: PermissionRulesParam;
|
|
69
|
+
getPlayerStatistics?: PermissionRulesParam;
|
|
70
|
+
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
71
|
+
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
72
|
+
getCustomData?: PermissionRulesParam;
|
|
73
|
+
setCustomData?: PermissionRulesParam;
|
|
74
|
+
setPlayerData?: PermissionRulesParam;
|
|
75
|
+
getPlayerData?: PermissionRulesParam;
|
|
76
|
+
getPlayerInformation?: PermissionRulesParam;
|
|
77
|
+
getPlayersWithSegment?: PermissionRulesParam;
|
|
78
|
+
getPlayersWithTag?: PermissionRulesParam;
|
|
79
|
+
getCatalogId?: PermissionRulesParam;
|
|
80
|
+
getOwner?: PermissionRulesParam;
|
|
81
|
+
getRemoveStatus?: PermissionRulesParam;
|
|
82
|
+
getPlayerFriend?: PermissionRulesParam;
|
|
83
|
+
getPlayerGroup?: PermissionRulesParam;
|
|
84
|
+
getPlayerInventory?: PermissionRulesParam;
|
|
85
|
+
removePlayerItem?: PermissionRulesParam;
|
|
86
|
+
grantPlayerItem?: PermissionRulesParam;
|
|
87
|
+
grantGroup?: PermissionRulesParam;
|
|
88
|
+
joinGroup?: PermissionRulesParam;
|
|
89
|
+
leaveGroup?: PermissionRulesParam;
|
|
90
|
+
setOwner?: PermissionRulesParam;
|
|
91
|
+
addPlayerFriend?: PermissionRulesParam;
|
|
92
|
+
removePlayerFriend?: PermissionRulesParam;
|
|
93
|
+
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
94
|
+
setRemoveStatus?: PermissionRulesParam;
|
|
95
|
+
getFriendStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
96
|
+
getFriendStatisticsLeaderboard?: PermissionRulesParam;
|
|
97
|
+
}
|
|
98
|
+
class CharacterPlayerSettingsParam {
|
|
99
|
+
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
100
|
+
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
101
|
+
playerDatasSettings?: Array<DataSettingsParam>;
|
|
102
|
+
customDatasSettings?: Array<DataSettingsParam>;
|
|
103
|
+
tagsSettings?: Array<TagSettingsParam>;
|
|
104
|
+
playerGroupCatalogSettings?: Array<GroupCatalogSettingsParam>;
|
|
105
|
+
playerItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
106
|
+
playerFriendCatalogSettings?: Array<FriendCatalogSettingsParam>;
|
|
107
|
+
}
|
|
108
|
+
class ContentPermissionRulesParam {
|
|
109
|
+
getContent?: PermissionRulesParam;
|
|
110
|
+
setContent?: PermissionRulesParam;
|
|
111
|
+
createNewFileUploadInfo?: PermissionRulesParam;
|
|
112
|
+
getFileUploadInfoList?: PermissionRulesParam;
|
|
113
|
+
getFileUploadInfo?: PermissionRulesParam;
|
|
114
|
+
removeFileUploadInfo?: PermissionRulesParam;
|
|
115
|
+
requestDownloadFileUploadInfo?: PermissionRulesParam;
|
|
116
|
+
}
|
|
117
|
+
class ThirtPartyAppleSettingsParam {
|
|
118
|
+
appleClientId: string;
|
|
119
|
+
sandboxEnable: boolean;
|
|
120
|
+
}
|
|
121
|
+
class ThirtPartyFacebookSettingsParam {
|
|
122
|
+
facebookAppId: string;
|
|
123
|
+
facebookAppToken: string;
|
|
124
|
+
facebookInappSecret: string;
|
|
125
|
+
}
|
|
126
|
+
class ThirtPartyGoogleSettingsParam {
|
|
127
|
+
googleClientId?: string;
|
|
128
|
+
packageId?: string;
|
|
129
|
+
publicRSAKey?: string;
|
|
130
|
+
}
|
|
131
|
+
class ThirtPartyParam {
|
|
132
|
+
googleSettings?: ThirtPartyGoogleSettingsParam;
|
|
133
|
+
facebookSettings?: ThirtPartyFacebookSettingsParam;
|
|
134
|
+
appleSettings?: ThirtPartyAppleSettingsParam;
|
|
135
|
+
}
|
|
136
|
+
class GamePlayerPermissionRulesParam {
|
|
137
|
+
addSegment?: PermissionRulesParam;
|
|
138
|
+
removeSegment?: PermissionRulesParam;
|
|
139
|
+
getSegment?: PermissionRulesParam;
|
|
140
|
+
setTag?: PermissionRulesParam;
|
|
141
|
+
removeTag?: PermissionRulesParam;
|
|
142
|
+
getTag?: PermissionRulesParam;
|
|
143
|
+
getDisplayName?: PermissionRulesParam;
|
|
144
|
+
setDisplayName?: PermissionRulesParam;
|
|
145
|
+
getTsCreate?: PermissionRulesParam;
|
|
146
|
+
getIpAddressCreate?: PermissionRulesParam;
|
|
147
|
+
getTsLastLogin?: PermissionRulesParam;
|
|
148
|
+
setPlayerBan?: PermissionRulesParam;
|
|
149
|
+
getPlayerBan?: PermissionRulesParam;
|
|
150
|
+
setCountryCode?: PermissionRulesParam;
|
|
151
|
+
getCountryCode?: PermissionRulesParam;
|
|
152
|
+
setAvatar?: PermissionRulesParam;
|
|
153
|
+
getAvatar?: PermissionRulesParam;
|
|
154
|
+
setPlayerCurrency?: PermissionRulesParam;
|
|
155
|
+
getPlayerCurrency?: PermissionRulesParam;
|
|
156
|
+
setPlayerStatistics?: PermissionRulesParam;
|
|
157
|
+
getPlayerStatistics?: PermissionRulesParam;
|
|
158
|
+
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
159
|
+
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
160
|
+
getCustomData?: PermissionRulesParam;
|
|
161
|
+
setCustomData?: PermissionRulesParam;
|
|
162
|
+
setPlayerData?: PermissionRulesParam;
|
|
163
|
+
getPlayerData?: PermissionRulesParam;
|
|
164
|
+
getPlayerInformation?: PermissionRulesParam;
|
|
165
|
+
getPlayersWithSegment?: PermissionRulesParam;
|
|
166
|
+
getPlayersWithTag?: PermissionRulesParam;
|
|
167
|
+
getPlayerCharacter?: PermissionRulesParam;
|
|
168
|
+
getPlayerInventory?: PermissionRulesParam;
|
|
169
|
+
getPlayerGroup?: PermissionRulesParam;
|
|
170
|
+
getPlayerFriend?: PermissionRulesParam;
|
|
171
|
+
removePlayerItem?: PermissionRulesParam;
|
|
172
|
+
getOnlineStatus?: PermissionRulesParam;
|
|
173
|
+
grantGroup?: PermissionRulesParam;
|
|
174
|
+
grantPlayerItem?: PermissionRulesParam;
|
|
175
|
+
grantPlayerCharacter?: PermissionRulesParam;
|
|
176
|
+
addPlayerFriend?: PermissionRulesParam;
|
|
177
|
+
removePlayerFriend?: PermissionRulesParam;
|
|
178
|
+
removePlayerCharacter?: PermissionRulesParam;
|
|
179
|
+
joinGroup?: PermissionRulesParam;
|
|
180
|
+
leaveGroup?: PermissionRulesParam;
|
|
181
|
+
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
182
|
+
getFriendStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
183
|
+
getFriendStatisticsLeaderboard?: PermissionRulesParam;
|
|
184
|
+
}
|
|
185
|
+
class GamePlayerSettingsParam {
|
|
186
|
+
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
187
|
+
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
188
|
+
playerDatasSettings?: Array<DataSettingsParam>;
|
|
189
|
+
customDatasSettings?: Array<DataSettingsParam>;
|
|
190
|
+
tagsSettings?: Array<TagSettingsParam>;
|
|
191
|
+
playerCharacterCatalogSettings?: Array<CharacterCatalogSettingsParam>;
|
|
192
|
+
playerGroupCatalogSettings?: Array<GroupCatalogSettingsParam>;
|
|
193
|
+
playerItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
194
|
+
playerFriendCatalogSettings?: Array<FriendCatalogSettingsParam>;
|
|
195
|
+
}
|
|
196
|
+
class GroupSettingsParam {
|
|
197
|
+
groupCurrencySettings?: Array<CurrencySettingsParam>;
|
|
198
|
+
groupStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
199
|
+
groupDatasSettings?: Array<DataSettingsParam>;
|
|
200
|
+
customDatasSettings?: Array<DataSettingsParam>;
|
|
201
|
+
tagsSettings?: Array<TagSettingsParam>;
|
|
202
|
+
groupItemCatalogSettings?: Array<ItemCatalogSettingsParam>;
|
|
203
|
+
}
|
|
204
|
+
class InventorySettingsParam {
|
|
205
|
+
inventoryStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
206
|
+
inventoryDatasSettings?: Array<DataSettingsParam>;
|
|
207
|
+
customDatasSettings?: Array<DataSettingsParam>;
|
|
208
|
+
tagsSettings?: Array<TagSettingsParam>;
|
|
209
|
+
}
|
|
210
|
+
class GameSettingsParam {
|
|
211
|
+
gamePlayerSettings?: GamePlayerSettingsParam;
|
|
212
|
+
characterPlayerSettings?: CharacterPlayerSettingsParam;
|
|
213
|
+
groupSettings?: GroupSettingsParam;
|
|
214
|
+
inventorySettings?: InventorySettingsParam;
|
|
215
|
+
}
|
|
216
|
+
class GenericServiceSettingsParam {
|
|
217
|
+
serviceName: string;
|
|
218
|
+
}
|
|
219
|
+
class GroupPermissionRulesParam {
|
|
220
|
+
addSegment?: PermissionRulesParam;
|
|
221
|
+
removeSegment?: PermissionRulesParam;
|
|
222
|
+
getSegment?: PermissionRulesParam;
|
|
223
|
+
setTag?: PermissionRulesParam;
|
|
224
|
+
removeTag?: PermissionRulesParam;
|
|
225
|
+
getTag?: PermissionRulesParam;
|
|
226
|
+
getDisplayName?: PermissionRulesParam;
|
|
227
|
+
setDisplayName?: PermissionRulesParam;
|
|
228
|
+
getTsCreate?: PermissionRulesParam;
|
|
229
|
+
setAvatar?: PermissionRulesParam;
|
|
230
|
+
getAvatar?: PermissionRulesParam;
|
|
231
|
+
setGroupCurrency?: PermissionRulesParam;
|
|
232
|
+
getGroupCurrency?: PermissionRulesParam;
|
|
233
|
+
setGroupStatistics?: PermissionRulesParam;
|
|
234
|
+
getGroupStatistics?: PermissionRulesParam;
|
|
235
|
+
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
236
|
+
getStatisticsLeaderboardAroundGroup?: PermissionRulesParam;
|
|
237
|
+
getCustomData?: PermissionRulesParam;
|
|
238
|
+
setCustomData?: PermissionRulesParam;
|
|
239
|
+
setGroupData?: PermissionRulesParam;
|
|
240
|
+
getGroupData?: PermissionRulesParam;
|
|
241
|
+
getGroupInformation?: PermissionRulesParam;
|
|
242
|
+
getGroupsWithSegment?: PermissionRulesParam;
|
|
243
|
+
getGroupsWithTag?: PermissionRulesParam;
|
|
244
|
+
getCatalogId?: PermissionRulesParam;
|
|
245
|
+
getRemoveStatus?: PermissionRulesParam;
|
|
246
|
+
getGroupInventory?: PermissionRulesParam;
|
|
247
|
+
removeGroupItem?: PermissionRulesParam;
|
|
248
|
+
grantGroupItem?: PermissionRulesParam;
|
|
249
|
+
getMembers?: PermissionRulesParam;
|
|
250
|
+
addMember?: PermissionRulesParam;
|
|
251
|
+
removeMember?: PermissionRulesParam;
|
|
252
|
+
sendGroupMessage?: PermissionRulesParam;
|
|
253
|
+
getGroupMessage?: PermissionRulesParam;
|
|
254
|
+
setRemoveStatus?: PermissionRulesParam;
|
|
255
|
+
getGroupsWithDisplayName?: PermissionRulesParam;
|
|
256
|
+
}
|
|
257
|
+
class InventoryPermissionRulesParam {
|
|
258
|
+
addSegment?: PermissionRulesParam;
|
|
259
|
+
removeSegment?: PermissionRulesParam;
|
|
260
|
+
getSegment?: PermissionRulesParam;
|
|
261
|
+
setTag?: PermissionRulesParam;
|
|
262
|
+
removeTag?: PermissionRulesParam;
|
|
263
|
+
getTag?: PermissionRulesParam;
|
|
264
|
+
getDisplayName?: PermissionRulesParam;
|
|
265
|
+
setDisplayName?: PermissionRulesParam;
|
|
266
|
+
getTsCreate?: PermissionRulesParam;
|
|
267
|
+
setAvatar?: PermissionRulesParam;
|
|
268
|
+
getAvatar?: PermissionRulesParam;
|
|
269
|
+
setItemStatistics?: PermissionRulesParam;
|
|
270
|
+
getItemStatistics?: PermissionRulesParam;
|
|
271
|
+
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
272
|
+
getStatisticsLeaderboardAroundItem?: PermissionRulesParam;
|
|
273
|
+
getCustomData?: PermissionRulesParam;
|
|
274
|
+
setCustomData?: PermissionRulesParam;
|
|
275
|
+
setItemData?: PermissionRulesParam;
|
|
276
|
+
getItemData?: PermissionRulesParam;
|
|
277
|
+
getItemInformation?: PermissionRulesParam;
|
|
278
|
+
getItemsWithSegment?: PermissionRulesParam;
|
|
279
|
+
getItemsWithTag?: PermissionRulesParam;
|
|
280
|
+
getCatalogId?: PermissionRulesParam;
|
|
281
|
+
getClassId?: PermissionRulesParam;
|
|
282
|
+
getItemType?: PermissionRulesParam;
|
|
283
|
+
getAmount?: PermissionRulesParam;
|
|
284
|
+
getOwner?: PermissionRulesParam;
|
|
285
|
+
getRemoveStatus?: PermissionRulesParam;
|
|
286
|
+
setAmount?: PermissionRulesParam;
|
|
287
|
+
setOwner?: PermissionRulesParam;
|
|
288
|
+
setRemoveStatus?: PermissionRulesParam;
|
|
289
|
+
getItemsWithDisplayName?: PermissionRulesParam;
|
|
290
|
+
}
|
|
291
|
+
class MasterAdminPermissionRulesParam {
|
|
292
|
+
setMasterGameSettings?: PermissionRulesParam;
|
|
293
|
+
grantAdminAccount?: PermissionRulesParam;
|
|
294
|
+
removeAdminAccount?: PermissionRulesParam;
|
|
295
|
+
setPasswordAdminAccount?: PermissionRulesParam;
|
|
296
|
+
setSecretKeyAdminAccount?: PermissionRulesParam;
|
|
297
|
+
setGameInformation?: PermissionRulesParam;
|
|
298
|
+
grantGame?: PermissionRulesParam;
|
|
299
|
+
changePasswordAdminAccount?: PermissionRulesParam;
|
|
300
|
+
getAdminAccountList?: PermissionRulesParam;
|
|
301
|
+
getGameInformation?: PermissionRulesParam;
|
|
302
|
+
getGameList?: PermissionRulesParam;
|
|
303
|
+
getMasterGameSettings?: PermissionRulesParam;
|
|
304
|
+
getServerLog?: PermissionRulesParam;
|
|
305
|
+
getSecretInfoInformation?: PermissionRulesParam;
|
|
306
|
+
getSecretInfoList?: PermissionRulesParam;
|
|
307
|
+
grantSecretInfo?: PermissionRulesParam;
|
|
308
|
+
setSecretInfoInformation?: PermissionRulesParam;
|
|
309
|
+
}
|
|
310
|
+
class MasterPlayerPermissionRulesParam {
|
|
311
|
+
linkAccount?: PermissionRulesParam;
|
|
312
|
+
linkAndroidDeviceId?: PermissionRulesParam;
|
|
313
|
+
linkApple?: PermissionRulesParam;
|
|
314
|
+
linkCustomDeviceId?: PermissionRulesParam;
|
|
315
|
+
linkCustomId?: PermissionRulesParam;
|
|
316
|
+
linkEditorDeviceId?: PermissionRulesParam;
|
|
317
|
+
linkFacebook?: PermissionRulesParam;
|
|
318
|
+
linkGenericService?: PermissionRulesParam;
|
|
319
|
+
linkGoogle?: PermissionRulesParam;
|
|
320
|
+
linkiOSDeviceId?: PermissionRulesParam;
|
|
321
|
+
linkLinuxDeviceId?: PermissionRulesParam;
|
|
322
|
+
linkMacOSDeviceId?: PermissionRulesParam;
|
|
323
|
+
linkWindowsDeviceId?: PermissionRulesParam;
|
|
324
|
+
linkWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
325
|
+
unlinkAccount?: PermissionRulesParam;
|
|
326
|
+
unlinkAndroidDeviceId?: PermissionRulesParam;
|
|
327
|
+
unlinkApple?: PermissionRulesParam;
|
|
328
|
+
unlinkCustomDeviceId?: PermissionRulesParam;
|
|
329
|
+
unlinkCustomId?: PermissionRulesParam;
|
|
330
|
+
unlinkEditorDeviceId?: PermissionRulesParam;
|
|
331
|
+
unlinkFacebook?: PermissionRulesParam;
|
|
332
|
+
unlinkGenericService?: PermissionRulesParam;
|
|
333
|
+
unlinkGoogle?: PermissionRulesParam;
|
|
334
|
+
unlinkiOSDeviceId?: PermissionRulesParam;
|
|
335
|
+
unlinkLinuxDeviceId?: PermissionRulesParam;
|
|
336
|
+
unlinkMacOSDeviceId?: PermissionRulesParam;
|
|
337
|
+
unlinkWindowsDeviceId?: PermissionRulesParam;
|
|
338
|
+
unlinkWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
339
|
+
addSegment?: PermissionRulesParam;
|
|
340
|
+
removeSegment?: PermissionRulesParam;
|
|
341
|
+
getSegment?: PermissionRulesParam;
|
|
342
|
+
setTag?: PermissionRulesParam;
|
|
343
|
+
removeTag?: PermissionRulesParam;
|
|
344
|
+
getTag?: PermissionRulesParam;
|
|
345
|
+
getDisplayName?: PermissionRulesParam;
|
|
346
|
+
setDisplayName?: PermissionRulesParam;
|
|
347
|
+
getTsCreate?: PermissionRulesParam;
|
|
348
|
+
getIpAddressCreate?: PermissionRulesParam;
|
|
349
|
+
setTsLastLogin?: PermissionRulesParam;
|
|
350
|
+
getTsLastLogin?: PermissionRulesParam;
|
|
351
|
+
setPlayerBan?: PermissionRulesParam;
|
|
352
|
+
getPlayerBan?: PermissionRulesParam;
|
|
353
|
+
setCountryCode?: PermissionRulesParam;
|
|
354
|
+
getCountryCode?: PermissionRulesParam;
|
|
355
|
+
changeAccountPassword?: PermissionRulesParam;
|
|
356
|
+
resetAccountPassword?: PermissionRulesParam;
|
|
357
|
+
setAvatar?: PermissionRulesParam;
|
|
358
|
+
getAvatar?: PermissionRulesParam;
|
|
359
|
+
setPlayerCurrency?: PermissionRulesParam;
|
|
360
|
+
getPlayerCurrency?: PermissionRulesParam;
|
|
361
|
+
setPlayerStatistics?: PermissionRulesParam;
|
|
362
|
+
getPlayerStatistics?: PermissionRulesParam;
|
|
363
|
+
getStatisticsLeaderboard?: PermissionRulesParam;
|
|
364
|
+
getStatisticsLeaderboardAroundPlayer?: PermissionRulesParam;
|
|
365
|
+
getCustomData?: PermissionRulesParam;
|
|
366
|
+
setCustomData?: PermissionRulesParam;
|
|
367
|
+
setPlayerData?: PermissionRulesParam;
|
|
368
|
+
getPlayerData?: PermissionRulesParam;
|
|
369
|
+
getPlayerInformation?: PermissionRulesParam;
|
|
370
|
+
getPlayersWithApple?: PermissionRulesParam;
|
|
371
|
+
getPlayersWithFacebook?: PermissionRulesParam;
|
|
372
|
+
getPlayersWithGoogle?: PermissionRulesParam;
|
|
373
|
+
getPlayersWithGenericService?: PermissionRulesParam;
|
|
374
|
+
getPlayersWithSegment?: PermissionRulesParam;
|
|
375
|
+
getPlayersWithTag?: PermissionRulesParam;
|
|
376
|
+
getExternal?: PermissionRulesParam;
|
|
377
|
+
getPlayersWithDisplayName?: PermissionRulesParam;
|
|
378
|
+
getEmail?: PermissionRulesParam;
|
|
379
|
+
setEmail?: PermissionRulesParam;
|
|
380
|
+
}
|
|
381
|
+
class MasterPlayerSettingsParam {
|
|
382
|
+
genericServiceSettings?: Array<GenericServiceSettingsParam>;
|
|
383
|
+
playerCurrencySettings?: Array<CurrencySettingsParam>;
|
|
384
|
+
playerStatisticsSettings?: Array<StatisticsSettingsParam>;
|
|
385
|
+
playerDatasSettings?: Array<DataSettingsParam>;
|
|
386
|
+
customDatasSettings?: Array<DataSettingsParam>;
|
|
387
|
+
tagsSettings?: Array<TagSettingsParam>;
|
|
388
|
+
}
|
|
389
|
+
class AuthenticatePermissionRulesParam {
|
|
390
|
+
loginByAccount?: PermissionRulesParam;
|
|
391
|
+
loginByAndroidDeviceId?: PermissionRulesParam;
|
|
392
|
+
loginByApple?: PermissionRulesParam;
|
|
393
|
+
loginByCustomDeviceId?: PermissionRulesParam;
|
|
394
|
+
loginByCustomId?: PermissionRulesParam;
|
|
395
|
+
loginByFacebook?: PermissionRulesParam;
|
|
396
|
+
loginByGenericService?: PermissionRulesParam;
|
|
397
|
+
loginByGoogle?: PermissionRulesParam;
|
|
398
|
+
loginByiOSDeviceId?: PermissionRulesParam;
|
|
399
|
+
loginByWindowsPhoneDeviceId?: PermissionRulesParam;
|
|
400
|
+
registerAccount?: PermissionRulesParam;
|
|
401
|
+
loginByEditorDeviceId?: PermissionRulesParam;
|
|
402
|
+
loginByLinuxDeviceId?: PermissionRulesParam;
|
|
403
|
+
loginByMacOSDeviceId?: PermissionRulesParam;
|
|
404
|
+
loginByWindowsDeviceId?: PermissionRulesParam;
|
|
405
|
+
refreshAuthToken?: PermissionRulesParam;
|
|
406
|
+
}
|
|
407
|
+
class StoreInventoryPermissionRulesParam {
|
|
408
|
+
buyStoreItem?: PermissionRulesParam;
|
|
409
|
+
getStoreItemInformation?: PermissionRulesParam;
|
|
410
|
+
getStoreItemsWithTag?: PermissionRulesParam;
|
|
411
|
+
grantStoreItem?: PermissionRulesParam;
|
|
412
|
+
setRemoveStatus?: PermissionRulesParam;
|
|
413
|
+
setStoreItemInformation?: PermissionRulesParam;
|
|
414
|
+
validateAppleAppStoreReceipt?: PermissionRulesParam;
|
|
415
|
+
validateGooglePlayStoreReceipt?: PermissionRulesParam;
|
|
416
|
+
validateFacebookStoreReceipt?: PermissionRulesParam;
|
|
417
|
+
}
|
|
418
|
+
class PermissionParam {
|
|
419
|
+
authenticate?: AuthenticatePermissionRulesParam;
|
|
420
|
+
masterPlayer?: MasterPlayerPermissionRulesParam;
|
|
421
|
+
gamePlayer?: GamePlayerPermissionRulesParam;
|
|
422
|
+
characterPlayer?: CharacterPlayerPermissionRulesParam;
|
|
423
|
+
content?: ContentPermissionRulesParam;
|
|
424
|
+
group?: GroupPermissionRulesParam;
|
|
425
|
+
inventory?: InventoryPermissionRulesParam;
|
|
426
|
+
storeInventory?: StoreInventoryPermissionRulesParam;
|
|
427
|
+
masterAdmin?: MasterAdminPermissionRulesParam;
|
|
428
|
+
}
|
|
429
|
+
class ChangePasswordAdminAccountRequestData {
|
|
430
|
+
currentPassword: string;
|
|
431
|
+
password: string;
|
|
432
|
+
}
|
|
433
|
+
class GetAdminAccountListRequestData {
|
|
434
|
+
}
|
|
435
|
+
class GetGameInformationRequestData {
|
|
436
|
+
gameId: string;
|
|
437
|
+
}
|
|
438
|
+
class GetGameListRequestData {
|
|
439
|
+
}
|
|
440
|
+
class GetMasterGameSettingsRequestData {
|
|
441
|
+
}
|
|
442
|
+
class GetSecretInfoInformationRequestData {
|
|
443
|
+
secretKey: string;
|
|
444
|
+
}
|
|
445
|
+
class GetSecretInfoListRequestData {
|
|
446
|
+
}
|
|
447
|
+
class GetServerLogRequestData {
|
|
448
|
+
}
|
|
449
|
+
class GrantAdminAccountRequestData {
|
|
450
|
+
username: string;
|
|
451
|
+
password: string;
|
|
452
|
+
secretKey: string;
|
|
453
|
+
}
|
|
454
|
+
class GrantGameRequestData {
|
|
455
|
+
gameId: string;
|
|
456
|
+
}
|
|
457
|
+
class GrantSecretInfoRequestData {
|
|
458
|
+
secretKey?: string;
|
|
459
|
+
gameId: string;
|
|
460
|
+
role: number;
|
|
461
|
+
}
|
|
462
|
+
class LoginByAdminAccountRequestData {
|
|
463
|
+
username: string;
|
|
464
|
+
password: string;
|
|
465
|
+
}
|
|
466
|
+
class RemoveAdminAccountRequestData {
|
|
467
|
+
userId: string;
|
|
468
|
+
}
|
|
469
|
+
class SetGameInformationRequestData {
|
|
470
|
+
gameId: string;
|
|
471
|
+
gameName?: string;
|
|
472
|
+
gameDescription?: string;
|
|
473
|
+
gameIconUrl?: string;
|
|
474
|
+
gameSettings?: GameSettingsParam;
|
|
475
|
+
}
|
|
476
|
+
class SetMasterGameSettingsRequestData {
|
|
477
|
+
thirtPartySettings?: ThirtPartyParam;
|
|
478
|
+
masterPlayerSettings?: MasterPlayerSettingsParam;
|
|
479
|
+
}
|
|
480
|
+
class SetPasswordAdminAccountRequestData {
|
|
481
|
+
userId: string;
|
|
482
|
+
password: string;
|
|
483
|
+
}
|
|
484
|
+
class SetSecretInfoInformationRequestData {
|
|
485
|
+
secretKey: string;
|
|
486
|
+
remove?: boolean;
|
|
487
|
+
tsExpire?: number;
|
|
488
|
+
permissionParam?: PermissionParam;
|
|
489
|
+
}
|
|
490
|
+
class SetSecretKeyAdminAccountRequestData {
|
|
491
|
+
userId: string;
|
|
492
|
+
secretKey: string;
|
|
493
|
+
}
|
|
494
|
+
class AdminAccountResponseData {
|
|
495
|
+
userId: string;
|
|
496
|
+
username: string;
|
|
497
|
+
secretKey: string;
|
|
498
|
+
}
|
|
499
|
+
class GetAdminAccountListResponseData {
|
|
500
|
+
results: Array<AdminAccountResponseData>;
|
|
501
|
+
}
|
|
502
|
+
class GetGameInformationResponseData {
|
|
503
|
+
gameId: string;
|
|
504
|
+
tsCreate: number;
|
|
505
|
+
creatorId: string;
|
|
506
|
+
gameDescription: string;
|
|
507
|
+
gameIconUrl: string;
|
|
508
|
+
gameSettings: GameSettingsParam;
|
|
509
|
+
}
|
|
510
|
+
class GameWithGameIdResponseData {
|
|
511
|
+
gameId: string;
|
|
512
|
+
}
|
|
513
|
+
class GetGameListResponseData {
|
|
514
|
+
results: Array<GameWithGameIdResponseData>;
|
|
515
|
+
}
|
|
516
|
+
class GetMasterGameSettingsResponseData {
|
|
517
|
+
masterPlayerSettings: MasterPlayerSettingsParam;
|
|
518
|
+
}
|
|
519
|
+
class GetSecretInfoInformationResponseData {
|
|
520
|
+
secretKey: string;
|
|
521
|
+
gameId: string;
|
|
522
|
+
role: number;
|
|
523
|
+
tsCreate: number;
|
|
524
|
+
creatorId: string;
|
|
525
|
+
remove: boolean;
|
|
526
|
+
tsExpire: number;
|
|
527
|
+
permission: PermissionParam;
|
|
528
|
+
}
|
|
529
|
+
class SecretInfoWithSecretKeyResponseData {
|
|
530
|
+
secretKey: string;
|
|
531
|
+
}
|
|
532
|
+
class GetSecretInfoListResponseData {
|
|
533
|
+
results: Array<SecretInfoWithSecretKeyResponseData>;
|
|
534
|
+
}
|
|
535
|
+
class AdminAccountWithUserIdResponseData {
|
|
536
|
+
userId: string;
|
|
537
|
+
}
|
|
538
|
+
class GrantAdminAccountResponseData {
|
|
539
|
+
results: Array<AdminAccountWithUserIdResponseData>;
|
|
540
|
+
}
|
|
541
|
+
class LoginByAdminAccountResponseData {
|
|
542
|
+
authToken: string;
|
|
543
|
+
}
|
|
544
|
+
class EmptyResponseData {
|
|
545
|
+
}
|
|
546
|
+
}
|