@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,174 +1,175 @@
|
|
|
1
|
-
export declare class OperationCode {
|
|
2
|
-
static readonly LoginByAdminAccount: number;
|
|
3
|
-
static readonly ChangePasswordAdminAccount: number;
|
|
4
|
-
static readonly GetGameList: number;
|
|
5
|
-
static readonly GetMasterGameSettings: number;
|
|
6
|
-
static readonly SetMasterGameSettings: number;
|
|
7
|
-
static readonly GrantAdminAccount: number;
|
|
8
|
-
static readonly RemoveAdminAccount: number;
|
|
9
|
-
static readonly SetPasswordAdminAccount: number;
|
|
10
|
-
static readonly SetSecretKeyAdminAccount: number;
|
|
11
|
-
static readonly GetGameInformation: number;
|
|
12
|
-
static readonly SetGameInformation: number;
|
|
13
|
-
static readonly GetAdminAccountList: number;
|
|
14
|
-
static readonly GrantGame: number;
|
|
15
|
-
static readonly GetServerLog: number;
|
|
16
|
-
static readonly GetSecretInfoInformation: number;
|
|
17
|
-
static readonly GetSecretInfoList: number;
|
|
18
|
-
static readonly GrantSecretInfo: number;
|
|
19
|
-
static readonly SetSecretInfoInformation: number;
|
|
20
|
-
static readonly LoginByAccount: number;
|
|
21
|
-
static readonly LoginByAndroidDeviceId: number;
|
|
22
|
-
static readonly LoginByApple: number;
|
|
23
|
-
static readonly LoginByCustomDeviceId: number;
|
|
24
|
-
static readonly LoginByCustomId: number;
|
|
25
|
-
static readonly LoginByEditorDeviceId: number;
|
|
26
|
-
static readonly LoginByFacebook: number;
|
|
27
|
-
static readonly LoginByGenericService: number;
|
|
28
|
-
static readonly LoginByGoogle: number;
|
|
29
|
-
static readonly LoginByiOSDeviceId: number;
|
|
30
|
-
static readonly LoginByLinuxDeviceId: number;
|
|
31
|
-
static readonly LoginByMacOSDeviceId: number;
|
|
32
|
-
static readonly LoginByWindowsDeviceId: number;
|
|
33
|
-
static readonly LoginByWindowsPhoneDeviceId: number;
|
|
34
|
-
static readonly RegisterAccount: number;
|
|
35
|
-
static readonly LinkAccount: number;
|
|
36
|
-
static readonly LinkAndroidDeviceId: number;
|
|
37
|
-
static readonly LinkApple: number;
|
|
38
|
-
static readonly LinkCustomDeviceId: number;
|
|
39
|
-
static readonly LinkCustomId: number;
|
|
40
|
-
static readonly LinkEditorDeviceId: number;
|
|
41
|
-
static readonly LinkFacebook: number;
|
|
42
|
-
static readonly LinkGenericService: number;
|
|
43
|
-
static readonly LinkGoogle: number;
|
|
44
|
-
static readonly LinkiOSDeviceId: number;
|
|
45
|
-
static readonly LinkLinuxDeviceId: number;
|
|
46
|
-
static readonly LinkMacOSDeviceId: number;
|
|
47
|
-
static readonly LinkWindowsDeviceId: number;
|
|
48
|
-
static readonly LinkWindowsPhoneDeviceId: number;
|
|
49
|
-
static readonly UnlinkAccount: number;
|
|
50
|
-
static readonly UnlinkAndroidDeviceId: number;
|
|
51
|
-
static readonly UnlinkApple: number;
|
|
52
|
-
static readonly UnlinkCustomDeviceId: number;
|
|
53
|
-
static readonly UnlinkCustomId: number;
|
|
54
|
-
static readonly UnlinkEditorDeviceId: number;
|
|
55
|
-
static readonly UnlinkFacebook: number;
|
|
56
|
-
static readonly UnlinkGenericService: number;
|
|
57
|
-
static readonly UnlinkGoogle: number;
|
|
58
|
-
static readonly UnlinkiOSDeviceId: number;
|
|
59
|
-
static readonly UnlinkLinuxDeviceId: number;
|
|
60
|
-
static readonly UnlinkMacOSDeviceId: number;
|
|
61
|
-
static readonly UnlinkWindowsDeviceId: number;
|
|
62
|
-
static readonly UnlinkWindowsPhoneDeviceId: number;
|
|
63
|
-
static readonly AddSegment: number;
|
|
64
|
-
static readonly RemoveSegment: number;
|
|
65
|
-
static readonly GetSegment: number;
|
|
66
|
-
static readonly SetTag: number;
|
|
67
|
-
static readonly GetTag: number;
|
|
68
|
-
static readonly SetDisplayName: number;
|
|
69
|
-
static readonly GetDisplayName: number;
|
|
70
|
-
static readonly GetTsCreate: number;
|
|
71
|
-
static readonly GetIpAddressCreate: number;
|
|
72
|
-
static readonly GetTsLastLogin: number;
|
|
73
|
-
static readonly SetPlayerBan: number;
|
|
74
|
-
static readonly GetPlayerBan: number;
|
|
75
|
-
static readonly SetCountryCode: number;
|
|
76
|
-
static readonly GetCountryCode: number;
|
|
77
|
-
static readonly ChangeAccountPassword: number;
|
|
78
|
-
static readonly ResetAccountPassword: number;
|
|
79
|
-
static readonly SetAvatar: number;
|
|
80
|
-
static readonly GetAvatar: number;
|
|
81
|
-
static readonly SetPlayerCurrency: number;
|
|
82
|
-
static readonly GetPlayerCurrency: number;
|
|
83
|
-
static readonly SetPlayerStatistics: number;
|
|
84
|
-
static readonly GetPlayerStatistics: number;
|
|
85
|
-
static readonly GetStatisticsLeaderboard: number;
|
|
86
|
-
static readonly GetStatisticsLeaderboardAroundPlayer: number;
|
|
87
|
-
static readonly SetCustomData: number;
|
|
88
|
-
static readonly GetCustomData: number;
|
|
89
|
-
static readonly SetPlayerData: number;
|
|
90
|
-
static readonly GetPlayerData: number;
|
|
91
|
-
static readonly GetPlayerInformation: number;
|
|
92
|
-
static readonly GetPlayersWithApple: number;
|
|
93
|
-
static readonly GetPlayersWithFacebook: number;
|
|
94
|
-
static readonly GetPlayersWithGoogle: number;
|
|
95
|
-
static readonly GetPlayersWithGenericService: number;
|
|
96
|
-
static readonly GetPlayersWithSegment: number;
|
|
97
|
-
static readonly GetPlayersWithTag: number;
|
|
98
|
-
static readonly GetExternal: number;
|
|
99
|
-
static readonly GetCatalogId: number;
|
|
100
|
-
static readonly GetOwnerInfo: number;
|
|
101
|
-
static readonly GetOnlineStatus: number;
|
|
102
|
-
static readonly RemovePlayerItem: number;
|
|
103
|
-
static readonly RemovePlayerCharacter: number;
|
|
104
|
-
static readonly AddPlayerFriend: number;
|
|
105
|
-
static readonly RemovePlayerFriend: number;
|
|
106
|
-
static readonly GetPlayerInventory: number;
|
|
107
|
-
static readonly GetPlayerCharacter: number;
|
|
108
|
-
static readonly GetPlayerFriend: number;
|
|
109
|
-
static readonly GetPlayerGroup: number;
|
|
110
|
-
static readonly GrantGroup: number;
|
|
111
|
-
static readonly JoinGroup: number;
|
|
112
|
-
static readonly GrantPlayerItem: number;
|
|
113
|
-
static readonly GrantPlayerCharacter: number;
|
|
114
|
-
static readonly GetOwner: number;
|
|
115
|
-
static readonly GetRemoveStatus: number;
|
|
116
|
-
static readonly SetGroupStatistics: number;
|
|
117
|
-
static readonly SetGroupData: number;
|
|
118
|
-
static readonly GetGroupCurrency: number;
|
|
119
|
-
static readonly SetGroupCurrency: number;
|
|
120
|
-
static readonly GrantGroupItem: number;
|
|
121
|
-
static readonly GetStatisticsLeaderboardAroundGroup: number;
|
|
122
|
-
static readonly GetGroupsWithTag: number;
|
|
123
|
-
static readonly GetGroupsWithSegment: number;
|
|
124
|
-
static readonly GetGroupStatistics: number;
|
|
125
|
-
static readonly GetGroupInventory: number;
|
|
126
|
-
static readonly GetGroupData: number;
|
|
127
|
-
static readonly GetGroupInformation: number;
|
|
128
|
-
static readonly GetMembers: number;
|
|
129
|
-
static readonly SetItemStatistics: number;
|
|
130
|
-
static readonly SetItemData: number;
|
|
131
|
-
static readonly GetItemData: number;
|
|
132
|
-
static readonly GetStatisticsLeaderboardAroundItem: number;
|
|
133
|
-
static readonly GetItemsWithTag: number;
|
|
134
|
-
static readonly GetItemsWithSegment: number;
|
|
135
|
-
static readonly GetItemStatistics: number;
|
|
136
|
-
static readonly GetItemInformation: number;
|
|
137
|
-
static readonly GetAmount: number;
|
|
138
|
-
static readonly GetItemType: number;
|
|
139
|
-
static readonly SetTsLastLogin: number;
|
|
140
|
-
static readonly SetRemoveStatus: number;
|
|
141
|
-
static readonly SetAmount: number;
|
|
142
|
-
static readonly RemoveGroup: number;
|
|
143
|
-
static readonly LeaveGroup: number;
|
|
144
|
-
static readonly AddMember: number;
|
|
145
|
-
static readonly RemoveMember: number;
|
|
146
|
-
static readonly GetContentData: number;
|
|
147
|
-
static readonly SetContentData: number;
|
|
148
|
-
static readonly GetGroupMessage: number;
|
|
149
|
-
static readonly SendGroupMessage: number;
|
|
150
|
-
static readonly GetPlayersWithDisplayName: number;
|
|
151
|
-
static readonly GetItemsWithDisplayName: number;
|
|
152
|
-
static readonly GetGroupsWithDisplayName: number;
|
|
153
|
-
static readonly SetOwner: number;
|
|
154
|
-
static readonly RemoveGroupItem: number;
|
|
155
|
-
static readonly GetClassId: number;
|
|
156
|
-
static readonly GetStoreItemInformation: number;
|
|
157
|
-
static readonly GetStoreItemsWithTag: number;
|
|
158
|
-
static readonly GrantStoreItem: number;
|
|
159
|
-
static readonly RemoveTag: number;
|
|
160
|
-
static readonly BuyStoreItem: number;
|
|
161
|
-
static readonly ValidateAppleAppStoreReceipt: number;
|
|
162
|
-
static readonly ValidateGooglePlayStoreReceipt: number;
|
|
163
|
-
static readonly ValidateFacebookStoreReceipt: number;
|
|
164
|
-
static readonly GetFriendStatisticsLeaderboardAroundPlayer: number;
|
|
165
|
-
static readonly GetFriendStatisticsLeaderboard: number;
|
|
166
|
-
static readonly SetEmail: number;
|
|
167
|
-
static readonly GetEmail: number;
|
|
168
|
-
static readonly CreateNewFileUploadInfo: number;
|
|
169
|
-
static readonly GetFileUploadInfo: number;
|
|
170
|
-
static readonly RequestDownloadFileUploadInfo: number;
|
|
171
|
-
static readonly RemoveFileUploadInfo: number;
|
|
172
|
-
static readonly GetFileUploadInfoList: number;
|
|
173
|
-
static readonly SetStoreItemInformation: number;
|
|
174
|
-
|
|
1
|
+
export declare class OperationCode {
|
|
2
|
+
static readonly LoginByAdminAccount: number;
|
|
3
|
+
static readonly ChangePasswordAdminAccount: number;
|
|
4
|
+
static readonly GetGameList: number;
|
|
5
|
+
static readonly GetMasterGameSettings: number;
|
|
6
|
+
static readonly SetMasterGameSettings: number;
|
|
7
|
+
static readonly GrantAdminAccount: number;
|
|
8
|
+
static readonly RemoveAdminAccount: number;
|
|
9
|
+
static readonly SetPasswordAdminAccount: number;
|
|
10
|
+
static readonly SetSecretKeyAdminAccount: number;
|
|
11
|
+
static readonly GetGameInformation: number;
|
|
12
|
+
static readonly SetGameInformation: number;
|
|
13
|
+
static readonly GetAdminAccountList: number;
|
|
14
|
+
static readonly GrantGame: number;
|
|
15
|
+
static readonly GetServerLog: number;
|
|
16
|
+
static readonly GetSecretInfoInformation: number;
|
|
17
|
+
static readonly GetSecretInfoList: number;
|
|
18
|
+
static readonly GrantSecretInfo: number;
|
|
19
|
+
static readonly SetSecretInfoInformation: number;
|
|
20
|
+
static readonly LoginByAccount: number;
|
|
21
|
+
static readonly LoginByAndroidDeviceId: number;
|
|
22
|
+
static readonly LoginByApple: number;
|
|
23
|
+
static readonly LoginByCustomDeviceId: number;
|
|
24
|
+
static readonly LoginByCustomId: number;
|
|
25
|
+
static readonly LoginByEditorDeviceId: number;
|
|
26
|
+
static readonly LoginByFacebook: number;
|
|
27
|
+
static readonly LoginByGenericService: number;
|
|
28
|
+
static readonly LoginByGoogle: number;
|
|
29
|
+
static readonly LoginByiOSDeviceId: number;
|
|
30
|
+
static readonly LoginByLinuxDeviceId: number;
|
|
31
|
+
static readonly LoginByMacOSDeviceId: number;
|
|
32
|
+
static readonly LoginByWindowsDeviceId: number;
|
|
33
|
+
static readonly LoginByWindowsPhoneDeviceId: number;
|
|
34
|
+
static readonly RegisterAccount: number;
|
|
35
|
+
static readonly LinkAccount: number;
|
|
36
|
+
static readonly LinkAndroidDeviceId: number;
|
|
37
|
+
static readonly LinkApple: number;
|
|
38
|
+
static readonly LinkCustomDeviceId: number;
|
|
39
|
+
static readonly LinkCustomId: number;
|
|
40
|
+
static readonly LinkEditorDeviceId: number;
|
|
41
|
+
static readonly LinkFacebook: number;
|
|
42
|
+
static readonly LinkGenericService: number;
|
|
43
|
+
static readonly LinkGoogle: number;
|
|
44
|
+
static readonly LinkiOSDeviceId: number;
|
|
45
|
+
static readonly LinkLinuxDeviceId: number;
|
|
46
|
+
static readonly LinkMacOSDeviceId: number;
|
|
47
|
+
static readonly LinkWindowsDeviceId: number;
|
|
48
|
+
static readonly LinkWindowsPhoneDeviceId: number;
|
|
49
|
+
static readonly UnlinkAccount: number;
|
|
50
|
+
static readonly UnlinkAndroidDeviceId: number;
|
|
51
|
+
static readonly UnlinkApple: number;
|
|
52
|
+
static readonly UnlinkCustomDeviceId: number;
|
|
53
|
+
static readonly UnlinkCustomId: number;
|
|
54
|
+
static readonly UnlinkEditorDeviceId: number;
|
|
55
|
+
static readonly UnlinkFacebook: number;
|
|
56
|
+
static readonly UnlinkGenericService: number;
|
|
57
|
+
static readonly UnlinkGoogle: number;
|
|
58
|
+
static readonly UnlinkiOSDeviceId: number;
|
|
59
|
+
static readonly UnlinkLinuxDeviceId: number;
|
|
60
|
+
static readonly UnlinkMacOSDeviceId: number;
|
|
61
|
+
static readonly UnlinkWindowsDeviceId: number;
|
|
62
|
+
static readonly UnlinkWindowsPhoneDeviceId: number;
|
|
63
|
+
static readonly AddSegment: number;
|
|
64
|
+
static readonly RemoveSegment: number;
|
|
65
|
+
static readonly GetSegment: number;
|
|
66
|
+
static readonly SetTag: number;
|
|
67
|
+
static readonly GetTag: number;
|
|
68
|
+
static readonly SetDisplayName: number;
|
|
69
|
+
static readonly GetDisplayName: number;
|
|
70
|
+
static readonly GetTsCreate: number;
|
|
71
|
+
static readonly GetIpAddressCreate: number;
|
|
72
|
+
static readonly GetTsLastLogin: number;
|
|
73
|
+
static readonly SetPlayerBan: number;
|
|
74
|
+
static readonly GetPlayerBan: number;
|
|
75
|
+
static readonly SetCountryCode: number;
|
|
76
|
+
static readonly GetCountryCode: number;
|
|
77
|
+
static readonly ChangeAccountPassword: number;
|
|
78
|
+
static readonly ResetAccountPassword: number;
|
|
79
|
+
static readonly SetAvatar: number;
|
|
80
|
+
static readonly GetAvatar: number;
|
|
81
|
+
static readonly SetPlayerCurrency: number;
|
|
82
|
+
static readonly GetPlayerCurrency: number;
|
|
83
|
+
static readonly SetPlayerStatistics: number;
|
|
84
|
+
static readonly GetPlayerStatistics: number;
|
|
85
|
+
static readonly GetStatisticsLeaderboard: number;
|
|
86
|
+
static readonly GetStatisticsLeaderboardAroundPlayer: number;
|
|
87
|
+
static readonly SetCustomData: number;
|
|
88
|
+
static readonly GetCustomData: number;
|
|
89
|
+
static readonly SetPlayerData: number;
|
|
90
|
+
static readonly GetPlayerData: number;
|
|
91
|
+
static readonly GetPlayerInformation: number;
|
|
92
|
+
static readonly GetPlayersWithApple: number;
|
|
93
|
+
static readonly GetPlayersWithFacebook: number;
|
|
94
|
+
static readonly GetPlayersWithGoogle: number;
|
|
95
|
+
static readonly GetPlayersWithGenericService: number;
|
|
96
|
+
static readonly GetPlayersWithSegment: number;
|
|
97
|
+
static readonly GetPlayersWithTag: number;
|
|
98
|
+
static readonly GetExternal: number;
|
|
99
|
+
static readonly GetCatalogId: number;
|
|
100
|
+
static readonly GetOwnerInfo: number;
|
|
101
|
+
static readonly GetOnlineStatus: number;
|
|
102
|
+
static readonly RemovePlayerItem: number;
|
|
103
|
+
static readonly RemovePlayerCharacter: number;
|
|
104
|
+
static readonly AddPlayerFriend: number;
|
|
105
|
+
static readonly RemovePlayerFriend: number;
|
|
106
|
+
static readonly GetPlayerInventory: number;
|
|
107
|
+
static readonly GetPlayerCharacter: number;
|
|
108
|
+
static readonly GetPlayerFriend: number;
|
|
109
|
+
static readonly GetPlayerGroup: number;
|
|
110
|
+
static readonly GrantGroup: number;
|
|
111
|
+
static readonly JoinGroup: number;
|
|
112
|
+
static readonly GrantPlayerItem: number;
|
|
113
|
+
static readonly GrantPlayerCharacter: number;
|
|
114
|
+
static readonly GetOwner: number;
|
|
115
|
+
static readonly GetRemoveStatus: number;
|
|
116
|
+
static readonly SetGroupStatistics: number;
|
|
117
|
+
static readonly SetGroupData: number;
|
|
118
|
+
static readonly GetGroupCurrency: number;
|
|
119
|
+
static readonly SetGroupCurrency: number;
|
|
120
|
+
static readonly GrantGroupItem: number;
|
|
121
|
+
static readonly GetStatisticsLeaderboardAroundGroup: number;
|
|
122
|
+
static readonly GetGroupsWithTag: number;
|
|
123
|
+
static readonly GetGroupsWithSegment: number;
|
|
124
|
+
static readonly GetGroupStatistics: number;
|
|
125
|
+
static readonly GetGroupInventory: number;
|
|
126
|
+
static readonly GetGroupData: number;
|
|
127
|
+
static readonly GetGroupInformation: number;
|
|
128
|
+
static readonly GetMembers: number;
|
|
129
|
+
static readonly SetItemStatistics: number;
|
|
130
|
+
static readonly SetItemData: number;
|
|
131
|
+
static readonly GetItemData: number;
|
|
132
|
+
static readonly GetStatisticsLeaderboardAroundItem: number;
|
|
133
|
+
static readonly GetItemsWithTag: number;
|
|
134
|
+
static readonly GetItemsWithSegment: number;
|
|
135
|
+
static readonly GetItemStatistics: number;
|
|
136
|
+
static readonly GetItemInformation: number;
|
|
137
|
+
static readonly GetAmount: number;
|
|
138
|
+
static readonly GetItemType: number;
|
|
139
|
+
static readonly SetTsLastLogin: number;
|
|
140
|
+
static readonly SetRemoveStatus: number;
|
|
141
|
+
static readonly SetAmount: number;
|
|
142
|
+
static readonly RemoveGroup: number;
|
|
143
|
+
static readonly LeaveGroup: number;
|
|
144
|
+
static readonly AddMember: number;
|
|
145
|
+
static readonly RemoveMember: number;
|
|
146
|
+
static readonly GetContentData: number;
|
|
147
|
+
static readonly SetContentData: number;
|
|
148
|
+
static readonly GetGroupMessage: number;
|
|
149
|
+
static readonly SendGroupMessage: number;
|
|
150
|
+
static readonly GetPlayersWithDisplayName: number;
|
|
151
|
+
static readonly GetItemsWithDisplayName: number;
|
|
152
|
+
static readonly GetGroupsWithDisplayName: number;
|
|
153
|
+
static readonly SetOwner: number;
|
|
154
|
+
static readonly RemoveGroupItem: number;
|
|
155
|
+
static readonly GetClassId: number;
|
|
156
|
+
static readonly GetStoreItemInformation: number;
|
|
157
|
+
static readonly GetStoreItemsWithTag: number;
|
|
158
|
+
static readonly GrantStoreItem: number;
|
|
159
|
+
static readonly RemoveTag: number;
|
|
160
|
+
static readonly BuyStoreItem: number;
|
|
161
|
+
static readonly ValidateAppleAppStoreReceipt: number;
|
|
162
|
+
static readonly ValidateGooglePlayStoreReceipt: number;
|
|
163
|
+
static readonly ValidateFacebookStoreReceipt: number;
|
|
164
|
+
static readonly GetFriendStatisticsLeaderboardAroundPlayer: number;
|
|
165
|
+
static readonly GetFriendStatisticsLeaderboard: number;
|
|
166
|
+
static readonly SetEmail: number;
|
|
167
|
+
static readonly GetEmail: number;
|
|
168
|
+
static readonly CreateNewFileUploadInfo: number;
|
|
169
|
+
static readonly GetFileUploadInfo: number;
|
|
170
|
+
static readonly RequestDownloadFileUploadInfo: number;
|
|
171
|
+
static readonly RemoveFileUploadInfo: number;
|
|
172
|
+
static readonly GetFileUploadInfoList: number;
|
|
173
|
+
static readonly SetStoreItemInformation: number;
|
|
174
|
+
static readonly RefreshAuthToken: number;
|
|
175
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare class ReturnCode {
|
|
2
|
-
static readonly SecretInvalid: number;
|
|
3
|
-
static readonly MaxSizeRequestReject: number;
|
|
4
|
-
static readonly MaxRequestReject: number;
|
|
5
|
-
static readonly MaxCCUReject: number;
|
|
6
|
-
static readonly OperationNotAuthorized: number;
|
|
7
|
-
static readonly InvalidRequestParameters: number;
|
|
8
|
-
static readonly OperationInvalid: number;
|
|
9
|
-
static readonly InternalServerError: number;
|
|
10
|
-
static readonly OperationNotAllow: number;
|
|
11
|
-
static readonly OperationTimeout: number;
|
|
12
|
-
static readonly UnknownError: number;
|
|
13
|
-
static readonly Ok: number;
|
|
14
|
-
}
|
|
1
|
+
export declare class ReturnCode {
|
|
2
|
+
static readonly SecretInvalid: number;
|
|
3
|
+
static readonly MaxSizeRequestReject: number;
|
|
4
|
+
static readonly MaxRequestReject: number;
|
|
5
|
+
static readonly MaxCCUReject: number;
|
|
6
|
+
static readonly OperationNotAuthorized: number;
|
|
7
|
+
static readonly InvalidRequestParameters: number;
|
|
8
|
+
static readonly OperationInvalid: number;
|
|
9
|
+
static readonly InternalServerError: number;
|
|
10
|
+
static readonly OperationNotAllow: number;
|
|
11
|
+
static readonly OperationTimeout: number;
|
|
12
|
+
static readonly UnknownError: number;
|
|
13
|
+
static readonly Ok: number;
|
|
14
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum FriendStatus {
|
|
2
|
-
Friend = 0,
|
|
3
|
-
WaitingAccept = 1,
|
|
4
|
-
SentRequestAndWaitingAccept = 2,
|
|
5
|
-
NotFriend = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum FriendStatus {
|
|
2
|
+
Friend = 0,
|
|
3
|
+
WaitingAccept = 1,
|
|
4
|
+
SentRequestAndWaitingAccept = 2,
|
|
5
|
+
NotFriend = 3
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum GoogleLoginType {
|
|
2
|
-
AccessToken = 1,
|
|
3
|
-
IdToken = 2
|
|
4
|
-
}
|
|
1
|
+
export declare enum GoogleLoginType {
|
|
2
|
+
AccessToken = 1,
|
|
3
|
+
IdToken = 2
|
|
4
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum GroupStatus {
|
|
2
|
-
Member = 0,
|
|
3
|
-
WaitingAccept = 1,
|
|
4
|
-
SentRequestAndWaitingAccept = 2,
|
|
5
|
-
NotMember = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum GroupStatus {
|
|
2
|
+
Member = 0,
|
|
3
|
+
WaitingAccept = 1,
|
|
4
|
+
SentRequestAndWaitingAccept = 2,
|
|
5
|
+
NotMember = 3
|
|
6
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare enum InvalidMemberType {
|
|
2
|
-
UnknownError = 0,
|
|
3
|
-
DataRequired = 1,
|
|
4
|
-
TypeInvalid = 2,
|
|
5
|
-
StringNull = 3,
|
|
6
|
-
StringMinLength = 4,
|
|
7
|
-
StringMaxLength = 5,
|
|
8
|
-
NumberMinValue = 6,
|
|
9
|
-
NumberMaxValue = 7,
|
|
10
|
-
NumberMustInt = 8,
|
|
11
|
-
GNHashtableNull = 9,
|
|
12
|
-
GNHashtableMinLength = 10,
|
|
13
|
-
GNHashtableMaxLength = 11,
|
|
14
|
-
GNArrayNull = 12,
|
|
15
|
-
GNArrayMinLength = 13,
|
|
16
|
-
GNArrayMaxLength = 14
|
|
17
|
-
}
|
|
1
|
+
export declare enum InvalidMemberType {
|
|
2
|
+
UnknownError = 0,
|
|
3
|
+
DataRequired = 1,
|
|
4
|
+
TypeInvalid = 2,
|
|
5
|
+
StringNull = 3,
|
|
6
|
+
StringMinLength = 4,
|
|
7
|
+
StringMaxLength = 5,
|
|
8
|
+
NumberMinValue = 6,
|
|
9
|
+
NumberMaxValue = 7,
|
|
10
|
+
NumberMustInt = 8,
|
|
11
|
+
GNHashtableNull = 9,
|
|
12
|
+
GNHashtableMinLength = 10,
|
|
13
|
+
GNHashtableMaxLength = 11,
|
|
14
|
+
GNArrayNull = 12,
|
|
15
|
+
GNArrayMinLength = 13,
|
|
16
|
+
GNArrayMaxLength = 14
|
|
17
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum ItemType {
|
|
2
|
-
NonComsumable = 0,
|
|
3
|
-
Consumable = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum ItemType {
|
|
2
|
+
NonComsumable = 0,
|
|
3
|
+
Consumable = 1
|
|
4
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare enum LoginType {
|
|
2
|
-
Account = 1,
|
|
3
|
-
Device = 2,
|
|
4
|
-
Facebook = 3,
|
|
5
|
-
Google = 4,
|
|
6
|
-
Apple = 5,
|
|
7
|
-
UserId = 6,
|
|
8
|
-
PublicAddress = 7,
|
|
9
|
-
CustomId = 8
|
|
10
|
-
}
|
|
1
|
+
export declare enum LoginType {
|
|
2
|
+
Account = 1,
|
|
3
|
+
Device = 2,
|
|
4
|
+
Facebook = 3,
|
|
5
|
+
Google = 4,
|
|
6
|
+
Apple = 5,
|
|
7
|
+
UserId = 6,
|
|
8
|
+
PublicAddress = 7,
|
|
9
|
+
CustomId = 8
|
|
10
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum OwnerType {
|
|
2
|
-
MasterPlayer = 0,
|
|
3
|
-
GamePlayer = 1,
|
|
4
|
-
CharacterPlayer = 2,
|
|
5
|
-
Group = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum OwnerType {
|
|
2
|
+
MasterPlayer = 0,
|
|
3
|
+
GamePlayer = 1,
|
|
4
|
+
CharacterPlayer = 2,
|
|
5
|
+
Group = 3
|
|
6
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare enum PermissionDataItem {
|
|
2
|
-
ReadOnly = 0,
|
|
3
|
-
CanOverride = 1
|
|
4
|
-
}
|
|
1
|
+
export declare enum PermissionDataItem {
|
|
2
|
+
ReadOnly = 0,
|
|
3
|
+
CanOverride = 1
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare enum RequestRole {
|
|
2
|
-
Admin = 1,
|
|
3
|
-
Server = 2,
|
|
4
|
-
Client = 3
|
|
5
|
-
}
|
|
1
|
+
export declare enum RequestRole {
|
|
2
|
+
Admin = 1,
|
|
3
|
+
Server = 2,
|
|
4
|
+
Client = 3
|
|
5
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare enum RequestType {
|
|
2
|
-
Custom = 0,
|
|
3
|
-
Authenticate = 1,
|
|
4
|
-
CharacterPlayer = 2,
|
|
5
|
-
Content = 3,
|
|
6
|
-
GamePlayer = 4,
|
|
7
|
-
Group = 5,
|
|
8
|
-
Inventory = 6,
|
|
9
|
-
MasterPlayer = 7,
|
|
10
|
-
StoreInventory = 8,
|
|
11
|
-
Dashboard = 9
|
|
12
|
-
}
|
|
1
|
+
export declare enum RequestType {
|
|
2
|
+
Custom = 0,
|
|
3
|
+
Authenticate = 1,
|
|
4
|
+
CharacterPlayer = 2,
|
|
5
|
+
Content = 3,
|
|
6
|
+
GamePlayer = 4,
|
|
7
|
+
Group = 5,
|
|
8
|
+
Inventory = 6,
|
|
9
|
+
MasterPlayer = 7,
|
|
10
|
+
StoreInventory = 8,
|
|
11
|
+
Dashboard = 9
|
|
12
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare enum StatisticsAggregationMethod {
|
|
2
|
-
Sum = 0,
|
|
3
|
-
Maximum = 1,
|
|
4
|
-
Minimum = 2,
|
|
5
|
-
Last = 3
|
|
6
|
-
}
|
|
1
|
+
export declare enum StatisticsAggregationMethod {
|
|
2
|
+
Sum = 0,
|
|
3
|
+
Maximum = 1,
|
|
4
|
+
Minimum = 2,
|
|
5
|
+
Last = 3
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare enum UserRoleType {
|
|
2
|
-
Administrator = 0,
|
|
3
|
-
GameMaster = 1,
|
|
4
|
-
SuperModerazor = 2,
|
|
5
|
-
Moderazor = 3,
|
|
6
|
-
User = 100,
|
|
7
|
-
UserNonActivate = 101
|
|
8
|
-
}
|
|
1
|
+
export declare enum UserRoleType {
|
|
2
|
+
Administrator = 0,
|
|
3
|
+
GameMaster = 1,
|
|
4
|
+
SuperModerazor = 2,
|
|
5
|
+
Moderazor = 3,
|
|
6
|
+
User = 100,
|
|
7
|
+
UserNonActivate = 101
|
|
8
|
+
}
|