@xmobitea/gn-typescript-client 2.6.13 → 2.6.14
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/AGENTS.md +37 -0
- package/README.MD +420 -1
- package/dist/gearn.js.client.js +25056 -1056
- package/dist/gearn.js.client.min.js +1 -1
- package/dist/index.d.ts +30 -0
- package/dist/index.js +24236 -212
- package/dist/runtime/GNNetwork.d.ts +687 -3
- package/dist/runtime/GNNetworkAuthenticateApi.d.ts +327 -0
- package/dist/runtime/GNNetworkCharacterPlayerApi.d.ts +1026 -0
- package/dist/runtime/GNNetworkCloudScriptApi.d.ts +141 -0
- package/dist/runtime/GNNetworkContentApi.d.ts +243 -0
- package/dist/runtime/GNNetworkDashboardApi.d.ts +221 -0
- package/dist/runtime/GNNetworkGamePlayerApi.d.ts +1033 -0
- package/dist/runtime/GNNetworkGroupApi.d.ts +783 -0
- package/dist/runtime/GNNetworkInventoryApi.d.ts +673 -0
- package/dist/runtime/GNNetworkMasterPlayerApi.d.ts +1614 -6
- package/dist/runtime/GNNetworkMultiplayerApi.d.ts +234 -0
- package/dist/runtime/GNNetworkStoreInventoryApi.d.ts +309 -0
- package/dist/runtime/common/Action0.d.ts +30 -0
- package/dist/runtime/common/Action1.d.ts +32 -0
- package/dist/runtime/common/Action2.d.ts +21 -0
- package/dist/runtime/common/Action3.d.ts +16 -0
- package/dist/runtime/common/Action4.d.ts +17 -0
- package/dist/runtime/common/GNData.d.ts +368 -0
- package/dist/runtime/config/GNServerSettings.d.ts +442 -12
- package/dist/runtime/constant/Commands.d.ts +80 -0
- package/dist/runtime/constant/EventCode.d.ts +48 -0
- package/dist/runtime/constant/OperationCode.d.ts +74 -1
- package/dist/runtime/constant/ReturnCode.d.ts +72 -0
- package/dist/runtime/constant/enumType/ExecuteResponseStatus.d.ts +31 -0
- package/dist/runtime/constant/enumType/FriendStatus.d.ts +39 -0
- package/dist/runtime/constant/enumType/GoogleLoginType.d.ts +23 -0
- package/dist/runtime/constant/enumType/GroupStatus.d.ts +32 -0
- package/dist/runtime/constant/enumType/InvalidMemberType.d.ts +75 -0
- package/dist/runtime/constant/enumType/ItemType.d.ts +23 -0
- package/dist/runtime/constant/enumType/MatchStatus.d.ts +30 -0
- package/dist/runtime/constant/enumType/MatchmakingMemberStatus.d.ts +24 -0
- package/dist/runtime/constant/enumType/MatchmakingTicketStatus.d.ts +34 -0
- package/dist/runtime/constant/enumType/OwnerType.d.ts +40 -0
- package/dist/runtime/constant/enumType/PermissionDataItem.d.ts +22 -0
- package/dist/runtime/constant/enumType/PushPlatformType.d.ts +18 -0
- package/dist/runtime/constant/enumType/RequestRole.d.ts +32 -0
- package/dist/runtime/constant/enumType/RequestType.d.ts +70 -0
- package/dist/runtime/constant/enumType/StoreItemType.d.ts +21 -0
- package/dist/runtime/constant/enumType/StoreReceiveType.d.ts +30 -0
- package/dist/runtime/constant/errorCode/ErrorCode.d.ts +190 -8
- package/dist/runtime/constant/parameterCode/ParameterCode.d.ts +35 -5
- package/dist/runtime/entity/DataMember.d.ts +338 -0
- package/dist/runtime/entity/GNMetadata.d.ts +101 -0
- package/dist/runtime/entity/InvalidMember.d.ts +28 -0
- package/dist/runtime/entity/OperationEvent.d.ts +49 -0
- package/dist/runtime/entity/OperationRequest.d.ts +108 -0
- package/dist/runtime/entity/OperationResponse.d.ts +110 -0
- package/dist/runtime/entity/models/AuthenticateModels.d.ts +115 -0
- package/dist/runtime/entity/models/AuthenticateRequestModels.d.ts +131 -0
- package/dist/runtime/entity/models/AuthenticateResponseModels.d.ts +131 -0
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +625 -1
- package/dist/runtime/entity/models/CharacterPlayerRequestModels.d.ts +972 -0
- package/dist/runtime/entity/models/CharacterPlayerResponseModels.d.ts +332 -0
- package/dist/runtime/entity/models/CloudScriptModels.d.ts +109 -0
- package/dist/runtime/entity/models/CloudScriptRequestModels.d.ts +107 -0
- package/dist/runtime/entity/models/CloudScriptResponseModels.d.ts +46 -0
- package/dist/runtime/entity/models/ContentModels.d.ts +124 -0
- package/dist/runtime/entity/models/ContentRequestModels.d.ts +152 -0
- package/dist/runtime/entity/models/ContentResponseModels.d.ts +58 -0
- package/dist/runtime/entity/models/DashboardModels.d.ts +371 -8
- package/dist/runtime/entity/models/DashboardRequestModels.d.ts +172 -0
- package/dist/runtime/entity/models/DashboardResponseModels.d.ts +170 -0
- package/dist/runtime/entity/models/GamePlayerModels.d.ts +644 -1
- package/dist/runtime/entity/models/GamePlayerRequestModels.d.ts +959 -0
- package/dist/runtime/entity/models/GamePlayerResponseModels.d.ts +333 -1
- package/dist/runtime/entity/models/GenericModels.d.ts +94 -0
- package/dist/runtime/entity/models/GroupModels.d.ts +484 -2
- package/dist/runtime/entity/models/GroupRequestModels.d.ts +737 -0
- package/dist/runtime/entity/models/GroupResponseModels.d.ts +254 -0
- package/dist/runtime/entity/models/InventoryModels.d.ts +415 -0
- package/dist/runtime/entity/models/InventoryRequestModels.d.ts +629 -0
- package/dist/runtime/entity/models/InventoryResponseModels.d.ts +218 -0
- package/dist/runtime/entity/models/MasterPlayerModels.d.ts +1065 -3
- package/dist/runtime/entity/models/MasterPlayerRequestModels.d.ts +1560 -6
- package/dist/runtime/entity/models/MasterPlayerResponseModels.d.ts +532 -1
- package/dist/runtime/entity/models/MultiplayerModels.d.ts +199 -0
- package/dist/runtime/entity/models/MultiplayerRequestModels.d.ts +196 -0
- package/dist/runtime/entity/models/MultiplayerResponseModels.d.ts +74 -0
- package/dist/runtime/entity/models/StoreInventoryModels.d.ts +262 -0
- package/dist/runtime/entity/models/StoreInventoryRequestModels.d.ts +268 -0
- package/dist/runtime/entity/models/StoreInventoryResponseModels.d.ts +98 -0
- package/dist/runtime/entity/request/CustomOperationRequest.d.ts +99 -0
- package/dist/runtime/entity/response/CustomOperationResponse.d.ts +118 -0
- package/dist/runtime/entity/response/GetAuthInfoResponse.d.ts +53 -0
- package/dist/runtime/entity/response/HealthCheckResponse.d.ts +56 -0
- package/dist/runtime/entity/response/UploadFileResponse.d.ts +19 -0
- package/dist/runtime/helper/CodeHelper.d.ts +122 -0
- package/dist/runtime/helper/ConverterService.d.ts +74 -0
- package/dist/runtime/helper/EnumUtility.d.ts +63 -0
- package/dist/runtime/helper/GNSupport.d.ts +64 -4
- package/dist/runtime/helper/GNUtils.d.ts +54 -0
- package/dist/runtime/helper/MessagePackConverterService.d.ts +48 -0
- package/dist/runtime/helper/OperationHelper.d.ts +51 -0
- package/dist/runtime/helper/StorageService.d.ts +48 -8
- package/dist/runtime/logger/GNDebug.d.ts +117 -0
- package/dist/runtime/networking/AuthenticateStatus.d.ts +64 -0
- package/dist/runtime/networking/IPeer.d.ts +83 -0
- package/dist/runtime/networking/NetworkingPeer.d.ts +256 -1
- package/dist/runtime/networking/OperationPending.d.ts +112 -0
- package/dist/runtime/networking/PeerBase.d.ts +231 -0
- package/dist/runtime/networking/handler/IServerEventHandler.d.ts +84 -0
- package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.d.ts +69 -0
- package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.d.ts +49 -0
- package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.d.ts +50 -0
- package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.d.ts +41 -0
- package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.d.ts +47 -0
- package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.d.ts +46 -0
- package/dist/runtime/networking/http/HttpPeer.d.ts +173 -0
- package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +87 -0
- package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.d.ts +113 -0
- package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.d.ts +145 -0
- package/dist/runtime/networking/socket/NetworkingSocketPeerBase.d.ts +198 -0
- package/dist/runtime/networking/socket/SocketPeer.d.ts +155 -0
- package/dist/runtime/typescript/ServiceUpdate.d.ts +46 -0
- package/docs/AI_CHEATSHEET.md +211 -0
- package/docs/COOKBOOK.md +912 -0
- package/docs/RULES.md +307 -0
- package/docs/ai-manifest.json +725 -0
- package/docs/guides/AUTHENTICATE.md +246 -0
- package/docs/guides/CHARACTER_PLAYER.md +439 -0
- package/docs/guides/CLOUDSCRIPT.md +335 -0
- package/docs/guides/COCOS_CREATOR_INTEGRATION.md +150 -0
- package/docs/guides/CONTENT.md +291 -0
- package/docs/guides/DASHBOARD.md +262 -0
- package/docs/guides/GAME_PLAYER.md +473 -0
- package/docs/guides/GROUP.md +412 -0
- package/docs/guides/INVENTORY.md +375 -0
- package/docs/guides/MASTER_PLAYER.md +458 -0
- package/docs/guides/MULTIPLAYER.md +303 -0
- package/docs/guides/STORE_INVENTORY.md +313 -0
- package/docs/llms-full.txt +43 -0
- package/docs/reference/API_AUTHENTICATE.md +75 -0
- package/docs/reference/API_CHARACTER_PLAYER.md +226 -0
- package/docs/reference/API_CLOUDSCRIPT.md +82 -0
- package/docs/reference/API_CONTENT.md +88 -0
- package/docs/reference/API_DASHBOARD.md +82 -0
- package/docs/reference/API_GAME_PLAYER.md +223 -0
- package/docs/reference/API_GROUP.md +187 -0
- package/docs/reference/API_INDEX.md +57 -0
- package/docs/reference/API_INVENTORY.md +169 -0
- package/docs/reference/API_MASTER_PLAYER.md +323 -0
- package/docs/reference/API_MULTIPLAYER.md +97 -0
- package/docs/reference/API_STORE_INVENTORY.md +109 -0
- package/docs/reference/CONFIG.md +107 -0
- package/docs/reference/DTO_INDEX.md +2543 -0
- package/docs/reference/ENUMS.md +433 -0
- package/docs/reference/ERROR_HANDLING.md +159 -0
- package/docs/reference/EVENTS.md +188 -0
- package/docs/reference/PERMISSION_RULES.md +55 -0
- package/docs/reference/dto/AUTHENTICATE.md +619 -0
- package/docs/reference/dto/CHARACTER_PLAYER.md +3686 -0
- package/docs/reference/dto/CLOUDSCRIPT.md +400 -0
- package/docs/reference/dto/CONTENT.md +548 -0
- package/docs/reference/dto/DASHBOARD.md +1980 -0
- package/docs/reference/dto/GAME_PLAYER.md +3631 -0
- package/docs/reference/dto/GENERIC.md +151 -0
- package/docs/reference/dto/GROUP.md +2842 -0
- package/docs/reference/dto/INVENTORY.md +2385 -0
- package/docs/reference/dto/MASTER_PLAYER.md +6024 -0
- package/docs/reference/dto/MULTIPLAYER.md +850 -0
- package/docs/reference/dto/STORE_INVENTORY.md +1262 -0
- package/llms.txt +47 -0
- package/package.json +12 -3
- package/GNServerSettings.debug.json +0 -21
- package/docs/COCOS_CREATOR_INTEGRATION.md +0 -116
- package/examples/cocos-creator/GearNExample.ts.txt +0 -176
- package/srcSwift/Package.swift +0 -32
- package/srcSwift/Sources/GearN/runtime/GNNetwork.swift +0 -530
- package/srcSwift/Sources/GearN/runtime/GNNetworkAuthenticateApi.swift +0 -178
- package/srcSwift/Sources/GearN/runtime/GNNetworkCharacterPlayerApi.swift +0 -1162
- package/srcSwift/Sources/GearN/runtime/GNNetworkCloudScriptApi.swift +0 -154
- package/srcSwift/Sources/GearN/runtime/GNNetworkContentApi.swift +0 -208
- package/srcSwift/Sources/GearN/runtime/GNNetworkDashboardApi.swift +0 -240
- package/srcSwift/Sources/GearN/runtime/GNNetworkGamePlayerApi.swift +0 -1369
- package/srcSwift/Sources/GearN/runtime/GNNetworkGroupApi.swift +0 -1100
- package/srcSwift/Sources/GearN/runtime/GNNetworkInventoryApi.swift +0 -937
- package/srcSwift/Sources/GearN/runtime/GNNetworkMasterPlayerApi.swift +0 -2323
- package/srcSwift/Sources/GearN/runtime/GNNetworkMultiplayerApi.swift +0 -298
- package/srcSwift/Sources/GearN/runtime/GNNetworkStoreInventoryApi.swift +0 -397
- package/srcSwift/Sources/GearN/runtime/common/Action0.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action1.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action2.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action3.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/Action4.swift +0 -3
- package/srcSwift/Sources/GearN/runtime/common/GNArray.swift +0 -204
- package/srcSwift/Sources/GearN/runtime/common/GNData.swift +0 -108
- package/srcSwift/Sources/GearN/runtime/common/GNHashtable.swift +0 -200
- package/srcSwift/Sources/GearN/runtime/config/GNServerSettings.swift +0 -95
- package/srcSwift/Sources/GearN/runtime/constant/Commands.swift +0 -28
- package/srcSwift/Sources/GearN/runtime/constant/EventCode.swift +0 -10
- package/srcSwift/Sources/GearN/runtime/constant/OperationCode.swift +0 -252
- package/srcSwift/Sources/GearN/runtime/constant/ReturnCode.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/constant/enumType/ExecuteResponseStatus.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/enumType/FriendStatus.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/constant/enumType/GoogleLoginType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/GroupStatus.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/constant/enumType/InvalidMemberType.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/constant/enumType/ItemType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/MatchmakingMemberStatus.swift +0 -7
- package/srcSwift/Sources/GearN/runtime/constant/enumType/MatchmakingTicketStatus.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/enumType/OwnerType.swift +0 -10
- package/srcSwift/Sources/GearN/runtime/constant/enumType/PermissionDataItem.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/PushPlatformType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/RequestRole.swift +0 -7
- package/srcSwift/Sources/GearN/runtime/constant/enumType/RequestType.swift +0 -16
- package/srcSwift/Sources/GearN/runtime/constant/enumType/StoreItemType.swift +0 -6
- package/srcSwift/Sources/GearN/runtime/constant/enumType/StoreReceiveType.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/constant/errorCode/ErrorCode.swift +0 -58
- package/srcSwift/Sources/GearN/runtime/constant/parameterCode/ParameterCode.swift +0 -672
- package/srcSwift/Sources/GearN/runtime/entity/DataMember.swift +0 -196
- package/srcSwift/Sources/GearN/runtime/entity/GNMetadata.swift +0 -9
- package/srcSwift/Sources/GearN/runtime/entity/InvalidMember.swift +0 -11
- package/srcSwift/Sources/GearN/runtime/entity/OperationEvent.swift +0 -38
- package/srcSwift/Sources/GearN/runtime/entity/OperationHelper.swift +0 -28
- package/srcSwift/Sources/GearN/runtime/entity/OperationRequest.swift +0 -62
- package/srcSwift/Sources/GearN/runtime/entity/OperationResponse.swift +0 -98
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateModels.swift +0 -351
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateRequestModels.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/entity/models/AuthenticateResponseModels.swift +0 -108
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerModels.swift +0 -1045
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerRequestModels.swift +0 -821
- package/srcSwift/Sources/GearN/runtime/entity/models/CharacterPlayerResponseModels.swift +0 -588
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptModels.swift +0 -187
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptRequestModels.swift +0 -84
- package/srcSwift/Sources/GearN/runtime/entity/models/CloudScriptResponseModels.swift +0 -59
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentModels.swift +0 -195
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentRequestModels.swift +0 -116
- package/srcSwift/Sources/GearN/runtime/entity/models/ContentResponseModels.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardModels.swift +0 -426
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardRequestModels.swift +0 -160
- package/srcSwift/Sources/GearN/runtime/entity/models/DashboardResponseModels.swift +0 -82
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerModels.swift +0 -1334
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerRequestModels.swift +0 -643
- package/srcSwift/Sources/GearN/runtime/entity/models/GamePlayerResponseModels.swift +0 -213
- package/srcSwift/Sources/GearN/runtime/entity/models/GenericModels.swift +0 -171
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupModels.swift +0 -850
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupRequestModels.swift +0 -485
- package/srcSwift/Sources/GearN/runtime/entity/models/GroupResponseModels.swift +0 -165
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryModels.swift +0 -679
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryRequestModels.swift +0 -413
- package/srcSwift/Sources/GearN/runtime/entity/models/InventoryResponseModels.swift +0 -141
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerModels.swift +0 -378
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerRequestModels.swift +0 -147
- package/srcSwift/Sources/GearN/runtime/entity/models/MasterPlayerResponseModels.swift +0 -318
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerModels.swift +0 -319
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerRequestModels.swift +0 -125
- package/srcSwift/Sources/GearN/runtime/entity/models/MultiplayerResponseModels.swift +0 -45
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryModels.swift +0 -633
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryRequestModels.swift +0 -173
- package/srcSwift/Sources/GearN/runtime/entity/models/StoreInventoryResponseModels.swift +0 -61
- package/srcSwift/Sources/GearN/runtime/entity/request/CustomOperationRequest.swift +0 -42
- package/srcSwift/Sources/GearN/runtime/entity/response/CustomOperationResponse.swift +0 -49
- package/srcSwift/Sources/GearN/runtime/entity/response/GetAuthInfoResponse.swift +0 -43
- package/srcSwift/Sources/GearN/runtime/entity/response/HealthCheckResponse.swift +0 -86
- package/srcSwift/Sources/GearN/runtime/entity/response/UploadFileResponse.swift +0 -15
- package/srcSwift/Sources/GearN/runtime/helper/CodeHelper.swift +0 -107
- package/srcSwift/Sources/GearN/runtime/helper/ConverterService.swift +0 -98
- package/srcSwift/Sources/GearN/runtime/helper/EnumUtility.swift +0 -34
- package/srcSwift/Sources/GearN/runtime/helper/GNSupport.swift +0 -41
- package/srcSwift/Sources/GearN/runtime/helper/GNUtils.swift +0 -66
- package/srcSwift/Sources/GearN/runtime/helper/MessagePackConverterService.swift +0 -21
- package/srcSwift/Sources/GearN/runtime/helper/StorageService.swift +0 -29
- package/srcSwift/Sources/GearN/runtime/logger/GNDebug.swift +0 -33
- package/srcSwift/Sources/GearN/runtime/networking/AuthenticateStatus.swift +0 -24
- package/srcSwift/Sources/GearN/runtime/networking/IPeer.swift +0 -8
- package/srcSwift/Sources/GearN/runtime/networking/NetworkingPeer.swift +0 -368
- package/srcSwift/Sources/GearN/runtime/networking/OperationPending.swift +0 -81
- package/srcSwift/Sources/GearN/runtime/networking/PeerBase.swift +0 -228
- package/srcSwift/Sources/GearN/runtime/networking/handler/IServerEventHandler.swift +0 -20
- package/srcSwift/Sources/GearN/runtime/networking/http/HttpPeer.swift +0 -226
- package/srcSwift/Sources/GearN/runtime/networking/http/HttpTypes.swift +0 -24
- package/srcSwift/Sources/GearN/runtime/networking/http/NetworkingHttpPeerBase.swift +0 -13
- package/srcSwift/Sources/GearN/runtime/networking/http/NetworkingPeerUrlSession.swift +0 -125
- package/srcSwift/Sources/GearN/runtime/networking/request/NetRequest.swift +0 -19
- package/srcSwift/Sources/GearN/runtime/networking/response/NetResponse.swift +0 -13
- package/srcSwift/Sources/GearN/runtime/networking/socket/NetworkingPeerSocketIOClient.swift +0 -244
- package/srcSwift/Sources/GearN/runtime/networking/socket/NetworkingSocketPeerBase.swift +0 -59
- package/srcSwift/Sources/GearN/runtime/networking/socket/SocketPeer.swift +0 -136
- package/tsconfig-build.cocos.json +0 -31
- package/webpack.config.cocos.mjs +0 -78
|
@@ -0,0 +1,3686 @@
|
|
|
1
|
+
# DTO Reference: CharacterPlayer
|
|
2
|
+
|
|
3
|
+
Character-level gameplay: profile, inventory relation, friend/group relation, statistics, currency, segments, tags.
|
|
4
|
+
|
|
5
|
+
Related API reference: [API_CHARACTER_PLAYER.md](../API_CHARACTER_PLAYER.md).
|
|
6
|
+
|
|
7
|
+
Mỗi section bên dưới là 1 class DTO trong namespace `<Models>`. Field table cho biết: tên field, TS type, có `required` hay không (suy từ decorator `mustNonNull` / `isOptional` / dấu `?` trong declaration), doc comment, và ràng buộc length/range/default nếu có.
|
|
8
|
+
|
|
9
|
+
> **Cách dùng**: khi gọi `*Async()`, bạn truyền object literal matching các field required (+ optional nếu cần). SDK sẽ serialize field dựa trên decorator `@<Type>DataMember({ code })`. Response class expose `responseData` là instance của class `*ResponseData` tương ứng, đọc theo field name dưới đây.
|
|
10
|
+
|
|
11
|
+
## Danh sách
|
|
12
|
+
|
|
13
|
+
- **CharacterPlayerModels** (from `CharacterPlayerModels.ts`)
|
|
14
|
+
- [InfoRequestParam](#inforequestparam)
|
|
15
|
+
- [PlayerStatisticsParam](#playerstatisticsparam)
|
|
16
|
+
- [PlayerDataParam](#playerdataparam)
|
|
17
|
+
- [PlayerCurrencyParam](#playercurrencyparam)
|
|
18
|
+
- [CustomDataParam](#customdataparam)
|
|
19
|
+
- [GroupMemberParam](#groupmemberparam)
|
|
20
|
+
- [AddPlayerFriendRequestData](#addplayerfriendrequestdata)
|
|
21
|
+
- [ServerAddPlayerFriendRequestData](#serveraddplayerfriendrequestdata)
|
|
22
|
+
- [AdminAddPlayerFriendRequestData](#adminaddplayerfriendrequestdata)
|
|
23
|
+
- [AddSegmentRequestData](#addsegmentrequestdata)
|
|
24
|
+
- [ServerAddSegmentRequestData](#serveraddsegmentrequestdata)
|
|
25
|
+
- [AdminAddSegmentRequestData](#adminaddsegmentrequestdata)
|
|
26
|
+
- [GetAvatarRequestData](#getavatarrequestdata)
|
|
27
|
+
- [ServerGetAvatarRequestData](#servergetavatarrequestdata)
|
|
28
|
+
- [AdminGetAvatarRequestData](#admingetavatarrequestdata)
|
|
29
|
+
- [GetCatalogIdRequestData](#getcatalogidrequestdata)
|
|
30
|
+
- [ServerGetCatalogIdRequestData](#servergetcatalogidrequestdata)
|
|
31
|
+
- [AdminGetCatalogIdRequestData](#admingetcatalogidrequestdata)
|
|
32
|
+
- [GetCountryCodeRequestData](#getcountrycoderequestdata)
|
|
33
|
+
- [ServerGetCountryCodeRequestData](#servergetcountrycoderequestdata)
|
|
34
|
+
- [AdminGetCountryCodeRequestData](#admingetcountrycoderequestdata)
|
|
35
|
+
- [GetCustomDataRequestData](#getcustomdatarequestdata)
|
|
36
|
+
- [ServerGetCustomDataRequestData](#servergetcustomdatarequestdata)
|
|
37
|
+
- [AdminGetCustomDataRequestData](#admingetcustomdatarequestdata)
|
|
38
|
+
- [GetDisplayNameRequestData](#getdisplaynamerequestdata)
|
|
39
|
+
- [ServerGetDisplayNameRequestData](#servergetdisplaynamerequestdata)
|
|
40
|
+
- [AdminGetDisplayNameRequestData](#admingetdisplaynamerequestdata)
|
|
41
|
+
- [GetFriendStatisticsLeaderboardAroundPlayerRequestData](#getfriendstatisticsleaderboardaroundplayerrequestdata)
|
|
42
|
+
- [ServerGetFriendStatisticsLeaderboardAroundPlayerRequestData](#servergetfriendstatisticsleaderboardaroundplayerrequestdata)
|
|
43
|
+
- [AdminGetFriendStatisticsLeaderboardAroundPlayerRequestData](#admingetfriendstatisticsleaderboardaroundplayerrequestdata)
|
|
44
|
+
- [GetFriendStatisticsLeaderboardRequestData](#getfriendstatisticsleaderboardrequestdata)
|
|
45
|
+
- [ServerGetFriendStatisticsLeaderboardRequestData](#servergetfriendstatisticsleaderboardrequestdata)
|
|
46
|
+
- [AdminGetFriendStatisticsLeaderboardRequestData](#admingetfriendstatisticsleaderboardrequestdata)
|
|
47
|
+
- [GetIpAddressCreateRequestData](#getipaddresscreaterequestdata)
|
|
48
|
+
- [ServerGetIpAddressCreateRequestData](#servergetipaddresscreaterequestdata)
|
|
49
|
+
- [AdminGetIpAddressCreateRequestData](#admingetipaddresscreaterequestdata)
|
|
50
|
+
- [GetOwnerRequestData](#getownerrequestdata)
|
|
51
|
+
- [ServerGetOwnerRequestData](#servergetownerrequestdata)
|
|
52
|
+
- [AdminGetOwnerRequestData](#admingetownerrequestdata)
|
|
53
|
+
- [GetPlayerBanRequestData](#getplayerbanrequestdata)
|
|
54
|
+
- [ServerGetPlayerBanRequestData](#servergetplayerbanrequestdata)
|
|
55
|
+
- [AdminGetPlayerBanRequestData](#admingetplayerbanrequestdata)
|
|
56
|
+
- [GetPlayerCurrencyRequestData](#getplayercurrencyrequestdata)
|
|
57
|
+
- [ServerGetPlayerCurrencyRequestData](#servergetplayercurrencyrequestdata)
|
|
58
|
+
- [AdminGetPlayerCurrencyRequestData](#admingetplayercurrencyrequestdata)
|
|
59
|
+
- [GetPlayerDataRequestData](#getplayerdatarequestdata)
|
|
60
|
+
- [ServerGetPlayerDataRequestData](#servergetplayerdatarequestdata)
|
|
61
|
+
- [AdminGetPlayerDataRequestData](#admingetplayerdatarequestdata)
|
|
62
|
+
- [GetPlayerFriendRequestData](#getplayerfriendrequestdata)
|
|
63
|
+
- [ServerGetPlayerFriendRequestData](#servergetplayerfriendrequestdata)
|
|
64
|
+
- [AdminGetPlayerFriendRequestData](#admingetplayerfriendrequestdata)
|
|
65
|
+
- [GetPlayerGroupRequestData](#getplayergrouprequestdata)
|
|
66
|
+
- [ServerGetPlayerGroupRequestData](#servergetplayergrouprequestdata)
|
|
67
|
+
- [AdminGetPlayerGroupRequestData](#admingetplayergrouprequestdata)
|
|
68
|
+
- [GetPlayerInformationRequestData](#getplayerinformationrequestdata)
|
|
69
|
+
- [ServerGetPlayerInformationRequestData](#servergetplayerinformationrequestdata)
|
|
70
|
+
- [AdminGetPlayerInformationRequestData](#admingetplayerinformationrequestdata)
|
|
71
|
+
- [GetPlayerInventoryRequestData](#getplayerinventoryrequestdata)
|
|
72
|
+
- [ServerGetPlayerInventoryRequestData](#servergetplayerinventoryrequestdata)
|
|
73
|
+
- [AdminGetPlayerInventoryRequestData](#admingetplayerinventoryrequestdata)
|
|
74
|
+
- [GetPlayerStatisticsRequestData](#getplayerstatisticsrequestdata)
|
|
75
|
+
- [ServerGetPlayerStatisticsRequestData](#servergetplayerstatisticsrequestdata)
|
|
76
|
+
- [AdminGetPlayerStatisticsRequestData](#admingetplayerstatisticsrequestdata)
|
|
77
|
+
- [GetPlayersWithDisplayNameRequestData](#getplayerswithdisplaynamerequestdata)
|
|
78
|
+
- [ServerGetPlayersWithDisplayNameRequestData](#servergetplayerswithdisplaynamerequestdata)
|
|
79
|
+
- [AdminGetPlayersWithDisplayNameRequestData](#admingetplayerswithdisplaynamerequestdata)
|
|
80
|
+
- [GetPlayersWithSegmentRequestData](#getplayerswithsegmentrequestdata)
|
|
81
|
+
- [ServerGetPlayersWithSegmentRequestData](#servergetplayerswithsegmentrequestdata)
|
|
82
|
+
- [AdminGetPlayersWithSegmentRequestData](#admingetplayerswithsegmentrequestdata)
|
|
83
|
+
- [GetPlayersWithTagRequestData](#getplayerswithtagrequestdata)
|
|
84
|
+
- [ServerGetPlayersWithTagRequestData](#servergetplayerswithtagrequestdata)
|
|
85
|
+
- [AdminGetPlayersWithTagRequestData](#admingetplayerswithtagrequestdata)
|
|
86
|
+
- [GetRemoveStatusRequestData](#getremovestatusrequestdata)
|
|
87
|
+
- [ServerGetRemoveStatusRequestData](#servergetremovestatusrequestdata)
|
|
88
|
+
- [AdminGetRemoveStatusRequestData](#admingetremovestatusrequestdata)
|
|
89
|
+
- [GetSegmentRequestData](#getsegmentrequestdata)
|
|
90
|
+
- [ServerGetSegmentRequestData](#servergetsegmentrequestdata)
|
|
91
|
+
- [AdminGetSegmentRequestData](#admingetsegmentrequestdata)
|
|
92
|
+
- [GetStatisticsLeaderboardAroundPlayerRequestData](#getstatisticsleaderboardaroundplayerrequestdata)
|
|
93
|
+
- [ServerGetStatisticsLeaderboardAroundPlayerRequestData](#servergetstatisticsleaderboardaroundplayerrequestdata)
|
|
94
|
+
- [AdminGetStatisticsLeaderboardAroundPlayerRequestData](#admingetstatisticsleaderboardaroundplayerrequestdata)
|
|
95
|
+
- [GetCurrencyLeaderboardRequestData](#getcurrencyleaderboardrequestdata)
|
|
96
|
+
- [ServerGetCurrencyLeaderboardRequestData](#servergetcurrencyleaderboardrequestdata)
|
|
97
|
+
- [AdminGetCurrencyLeaderboardRequestData](#admingetcurrencyleaderboardrequestdata)
|
|
98
|
+
- [GetStatisticsLeaderboardRequestData](#getstatisticsleaderboardrequestdata)
|
|
99
|
+
- [ServerGetStatisticsLeaderboardRequestData](#servergetstatisticsleaderboardrequestdata)
|
|
100
|
+
- [AdminGetStatisticsLeaderboardRequestData](#admingetstatisticsleaderboardrequestdata)
|
|
101
|
+
- [GetCreateLeaderboardRequestData](#getcreateleaderboardrequestdata)
|
|
102
|
+
- [ServerGetCreateLeaderboardRequestData](#servergetcreateleaderboardrequestdata)
|
|
103
|
+
- [AdminGetCreateLeaderboardRequestData](#admingetcreateleaderboardrequestdata)
|
|
104
|
+
- [GetLastLoginLeaderboardRequestData](#getlastloginleaderboardrequestdata)
|
|
105
|
+
- [ServerGetLastLoginLeaderboardRequestData](#servergetlastloginleaderboardrequestdata)
|
|
106
|
+
- [AdminGetLastLoginLeaderboardRequestData](#admingetlastloginleaderboardrequestdata)
|
|
107
|
+
- [GetTagRequestData](#gettagrequestdata)
|
|
108
|
+
- [ServerGetTagRequestData](#servergettagrequestdata)
|
|
109
|
+
- [AdminGetTagRequestData](#admingettagrequestdata)
|
|
110
|
+
- [GetTsCreateRequestData](#gettscreaterequestdata)
|
|
111
|
+
- [ServerGetTsCreateRequestData](#servergettscreaterequestdata)
|
|
112
|
+
- [AdminGetTsCreateRequestData](#admingettscreaterequestdata)
|
|
113
|
+
- [GetTsLastLoginRequestData](#gettslastloginrequestdata)
|
|
114
|
+
- [ServerGetTsLastLoginRequestData](#servergettslastloginrequestdata)
|
|
115
|
+
- [AdminGetTsLastLoginRequestData](#admingettslastloginrequestdata)
|
|
116
|
+
- [CreateGroupRequestData](#creategrouprequestdata)
|
|
117
|
+
- [ServerCreateGroupRequestData](#servercreategrouprequestdata)
|
|
118
|
+
- [AdminCreateGroupRequestData](#admincreategrouprequestdata)
|
|
119
|
+
- [CreatePlayerItemRequestData](#createplayeritemrequestdata)
|
|
120
|
+
- [ServerCreatePlayerItemRequestData](#servercreateplayeritemrequestdata)
|
|
121
|
+
- [AdminCreatePlayerItemRequestData](#admincreateplayeritemrequestdata)
|
|
122
|
+
- [JoinGroupRequestData](#joingrouprequestdata)
|
|
123
|
+
- [ServerJoinGroupRequestData](#serverjoingrouprequestdata)
|
|
124
|
+
- [AdminJoinGroupRequestData](#adminjoingrouprequestdata)
|
|
125
|
+
- [LeaveGroupRequestData](#leavegrouprequestdata)
|
|
126
|
+
- [ServerLeaveGroupRequestData](#serverleavegrouprequestdata)
|
|
127
|
+
- [AdminLeaveGroupRequestData](#adminleavegrouprequestdata)
|
|
128
|
+
- [RemovePlayerFriendRequestData](#removeplayerfriendrequestdata)
|
|
129
|
+
- [ServerRemovePlayerFriendRequestData](#serverremoveplayerfriendrequestdata)
|
|
130
|
+
- [AdminRemovePlayerFriendRequestData](#adminremoveplayerfriendrequestdata)
|
|
131
|
+
- [RemovePlayerItemRequestData](#removeplayeritemrequestdata)
|
|
132
|
+
- [ServerRemovePlayerItemRequestData](#serverremoveplayeritemrequestdata)
|
|
133
|
+
- [AdminRemovePlayerItemRequestData](#adminremoveplayeritemrequestdata)
|
|
134
|
+
- [RemoveSegmentRequestData](#removesegmentrequestdata)
|
|
135
|
+
- [ServerRemoveSegmentRequestData](#serverremovesegmentrequestdata)
|
|
136
|
+
- [AdminRemoveSegmentRequestData](#adminremovesegmentrequestdata)
|
|
137
|
+
- [RemoveTagRequestData](#removetagrequestdata)
|
|
138
|
+
- [ServerRemoveTagRequestData](#serverremovetagrequestdata)
|
|
139
|
+
- [AdminRemoveTagRequestData](#adminremovetagrequestdata)
|
|
140
|
+
- [SetAvatarRequestData](#setavatarrequestdata)
|
|
141
|
+
- [ServerSetAvatarRequestData](#serversetavatarrequestdata)
|
|
142
|
+
- [AdminSetAvatarRequestData](#adminsetavatarrequestdata)
|
|
143
|
+
- [SetCountryCodeRequestData](#setcountrycoderequestdata)
|
|
144
|
+
- [ServerSetCountryCodeRequestData](#serversetcountrycoderequestdata)
|
|
145
|
+
- [AdminSetCountryCodeRequestData](#adminsetcountrycoderequestdata)
|
|
146
|
+
- [SetCustomDataRequestData](#setcustomdatarequestdata)
|
|
147
|
+
- [ServerSetCustomDataRequestData](#serversetcustomdatarequestdata)
|
|
148
|
+
- [AdminSetCustomDataRequestData](#adminsetcustomdatarequestdata)
|
|
149
|
+
- [SetDisplayNameRequestData](#setdisplaynamerequestdata)
|
|
150
|
+
- [ServerSetDisplayNameRequestData](#serversetdisplaynamerequestdata)
|
|
151
|
+
- [AdminSetDisplayNameRequestData](#adminsetdisplaynamerequestdata)
|
|
152
|
+
- [SetOwnerRequestData](#setownerrequestdata)
|
|
153
|
+
- [ServerSetOwnerRequestData](#serversetownerrequestdata)
|
|
154
|
+
- [AdminSetOwnerRequestData](#adminsetownerrequestdata)
|
|
155
|
+
- [SetPlayerBanRequestData](#setplayerbanrequestdata)
|
|
156
|
+
- [ServerSetPlayerBanRequestData](#serversetplayerbanrequestdata)
|
|
157
|
+
- [AdminSetPlayerBanRequestData](#adminsetplayerbanrequestdata)
|
|
158
|
+
- [ChangePlayerCurrencyRequestData](#changeplayercurrencyrequestdata)
|
|
159
|
+
- [ServerChangePlayerCurrencyRequestData](#serverchangeplayercurrencyrequestdata)
|
|
160
|
+
- [AdminChangePlayerCurrencyRequestData](#adminchangeplayercurrencyrequestdata)
|
|
161
|
+
- [SetPlayerDataRequestData](#setplayerdatarequestdata)
|
|
162
|
+
- [ServerSetPlayerDataRequestData](#serversetplayerdatarequestdata)
|
|
163
|
+
- [AdminSetPlayerDataRequestData](#adminsetplayerdatarequestdata)
|
|
164
|
+
- [ChangePlayerStatisticsRequestData](#changeplayerstatisticsrequestdata)
|
|
165
|
+
- [ServerChangePlayerStatisticsRequestData](#serverchangeplayerstatisticsrequestdata)
|
|
166
|
+
- [AdminChangePlayerStatisticsRequestData](#adminchangeplayerstatisticsrequestdata)
|
|
167
|
+
- [SetRemoveStatusRequestData](#setremovestatusrequestdata)
|
|
168
|
+
- [ServerSetRemoveStatusRequestData](#serversetremovestatusrequestdata)
|
|
169
|
+
- [AdminSetRemoveStatusRequestData](#adminsetremovestatusrequestdata)
|
|
170
|
+
- [SetTagRequestData](#settagrequestdata)
|
|
171
|
+
- [ServerSetTagRequestData](#serversettagrequestdata)
|
|
172
|
+
- [AdminSetTagRequestData](#adminsettagrequestdata)
|
|
173
|
+
- [GetCurrencyLogRequestData](#getcurrencylogrequestdata)
|
|
174
|
+
- [ServerGetCurrencyLogRequestData](#servergetcurrencylogrequestdata)
|
|
175
|
+
- [AdminGetCurrencyLogRequestData](#admingetcurrencylogrequestdata)
|
|
176
|
+
- [GetStatisticsLogRequestData](#getstatisticslogrequestdata)
|
|
177
|
+
- [ServerGetStatisticsLogRequestData](#servergetstatisticslogrequestdata)
|
|
178
|
+
- [AdminGetStatisticsLogRequestData](#admingetstatisticslogrequestdata)
|
|
179
|
+
- [InfoResponseParameters](#inforesponseparameters)
|
|
180
|
+
- [CharacterPlayerResponseData](#characterplayerresponsedata)
|
|
181
|
+
- [CharacterPlayerWithCharacterIdResponseData](#characterplayerwithcharacteridresponsedata)
|
|
182
|
+
- [CharacterPlayerLeaderboardResponseData](#characterplayerleaderboardresponsedata)
|
|
183
|
+
- [CharacterPlayerLogResponseData](#characterplayerlogresponsedata)
|
|
184
|
+
- [GetStatisticsLeaderboardResponseData](#getstatisticsleaderboardresponsedata)
|
|
185
|
+
- [CharacterPlayersWithCharacterIdResponseData](#characterplayerswithcharacteridresponsedata)
|
|
186
|
+
- [GetCurrencyLeaderboardResponseData](#getcurrencyleaderboardresponsedata)
|
|
187
|
+
- [GetCreateLeaderboardResponseData](#getcreateleaderboardresponsedata)
|
|
188
|
+
- [GetLastLoginLeaderboardResponseData](#getlastloginleaderboardresponsedata)
|
|
189
|
+
- [GetStatisticsLogResponseData](#getstatisticslogresponsedata)
|
|
190
|
+
- [GetCurrencyLogResponseData](#getcurrencylogresponsedata)
|
|
191
|
+
- [EmptyResponseData](#emptyresponsedata)
|
|
192
|
+
- **CharacterPlayerRequestModels** (from `CharacterPlayerRequestModels.ts`)
|
|
193
|
+
- [AddPlayerFriendOperationRequest](#addplayerfriendoperationrequest)
|
|
194
|
+
- [ServerAddPlayerFriendOperationRequest](#serveraddplayerfriendoperationrequest)
|
|
195
|
+
- [AdminAddPlayerFriendOperationRequest](#adminaddplayerfriendoperationrequest)
|
|
196
|
+
- [AddSegmentOperationRequest](#addsegmentoperationrequest)
|
|
197
|
+
- [ServerAddSegmentOperationRequest](#serveraddsegmentoperationrequest)
|
|
198
|
+
- [AdminAddSegmentOperationRequest](#adminaddsegmentoperationrequest)
|
|
199
|
+
- [GetAvatarOperationRequest](#getavataroperationrequest)
|
|
200
|
+
- [ServerGetAvatarOperationRequest](#servergetavataroperationrequest)
|
|
201
|
+
- [AdminGetAvatarOperationRequest](#admingetavataroperationrequest)
|
|
202
|
+
- [GetCatalogIdOperationRequest](#getcatalogidoperationrequest)
|
|
203
|
+
- [ServerGetCatalogIdOperationRequest](#servergetcatalogidoperationrequest)
|
|
204
|
+
- [AdminGetCatalogIdOperationRequest](#admingetcatalogidoperationrequest)
|
|
205
|
+
- [GetCountryCodeOperationRequest](#getcountrycodeoperationrequest)
|
|
206
|
+
- [ServerGetCountryCodeOperationRequest](#servergetcountrycodeoperationrequest)
|
|
207
|
+
- [AdminGetCountryCodeOperationRequest](#admingetcountrycodeoperationrequest)
|
|
208
|
+
- [GetCustomDataOperationRequest](#getcustomdataoperationrequest)
|
|
209
|
+
- [ServerGetCustomDataOperationRequest](#servergetcustomdataoperationrequest)
|
|
210
|
+
- [AdminGetCustomDataOperationRequest](#admingetcustomdataoperationrequest)
|
|
211
|
+
- [GetDisplayNameOperationRequest](#getdisplaynameoperationrequest)
|
|
212
|
+
- [ServerGetDisplayNameOperationRequest](#servergetdisplaynameoperationrequest)
|
|
213
|
+
- [AdminGetDisplayNameOperationRequest](#admingetdisplaynameoperationrequest)
|
|
214
|
+
- [GetFriendStatisticsLeaderboardAroundPlayerOperationRequest](#getfriendstatisticsleaderboardaroundplayeroperationrequest)
|
|
215
|
+
- [ServerGetFriendStatisticsLeaderboardAroundPlayerOperationRequest](#servergetfriendstatisticsleaderboardaroundplayeroperationrequest)
|
|
216
|
+
- [AdminGetFriendStatisticsLeaderboardAroundPlayerOperationRequest](#admingetfriendstatisticsleaderboardaroundplayeroperationrequest)
|
|
217
|
+
- [GetFriendStatisticsLeaderboardOperationRequest](#getfriendstatisticsleaderboardoperationrequest)
|
|
218
|
+
- [ServerGetFriendStatisticsLeaderboardOperationRequest](#servergetfriendstatisticsleaderboardoperationrequest)
|
|
219
|
+
- [AdminGetFriendStatisticsLeaderboardOperationRequest](#admingetfriendstatisticsleaderboardoperationrequest)
|
|
220
|
+
- [GetIpAddressCreateOperationRequest](#getipaddresscreateoperationrequest)
|
|
221
|
+
- [ServerGetIpAddressCreateOperationRequest](#servergetipaddresscreateoperationrequest)
|
|
222
|
+
- [AdminGetIpAddressCreateOperationRequest](#admingetipaddresscreateoperationrequest)
|
|
223
|
+
- [GetOwnerOperationRequest](#getowneroperationrequest)
|
|
224
|
+
- [ServerGetOwnerOperationRequest](#servergetowneroperationrequest)
|
|
225
|
+
- [AdminGetOwnerOperationRequest](#admingetowneroperationrequest)
|
|
226
|
+
- [GetPlayerBanOperationRequest](#getplayerbanoperationrequest)
|
|
227
|
+
- [ServerGetPlayerBanOperationRequest](#servergetplayerbanoperationrequest)
|
|
228
|
+
- [AdminGetPlayerBanOperationRequest](#admingetplayerbanoperationrequest)
|
|
229
|
+
- [GetPlayerCurrencyOperationRequest](#getplayercurrencyoperationrequest)
|
|
230
|
+
- [ServerGetPlayerCurrencyOperationRequest](#servergetplayercurrencyoperationrequest)
|
|
231
|
+
- [AdminGetPlayerCurrencyOperationRequest](#admingetplayercurrencyoperationrequest)
|
|
232
|
+
- [GetPlayerDataOperationRequest](#getplayerdataoperationrequest)
|
|
233
|
+
- [ServerGetPlayerDataOperationRequest](#servergetplayerdataoperationrequest)
|
|
234
|
+
- [AdminGetPlayerDataOperationRequest](#admingetplayerdataoperationrequest)
|
|
235
|
+
- [GetPlayerFriendOperationRequest](#getplayerfriendoperationrequest)
|
|
236
|
+
- [ServerGetPlayerFriendOperationRequest](#servergetplayerfriendoperationrequest)
|
|
237
|
+
- [AdminGetPlayerFriendOperationRequest](#admingetplayerfriendoperationrequest)
|
|
238
|
+
- [GetPlayerGroupOperationRequest](#getplayergroupoperationrequest)
|
|
239
|
+
- [ServerGetPlayerGroupOperationRequest](#servergetplayergroupoperationrequest)
|
|
240
|
+
- [AdminGetPlayerGroupOperationRequest](#admingetplayergroupoperationrequest)
|
|
241
|
+
- [GetPlayerInformationOperationRequest](#getplayerinformationoperationrequest)
|
|
242
|
+
- [ServerGetPlayerInformationOperationRequest](#servergetplayerinformationoperationrequest)
|
|
243
|
+
- [AdminGetPlayerInformationOperationRequest](#admingetplayerinformationoperationrequest)
|
|
244
|
+
- [GetPlayerInventoryOperationRequest](#getplayerinventoryoperationrequest)
|
|
245
|
+
- [ServerGetPlayerInventoryOperationRequest](#servergetplayerinventoryoperationrequest)
|
|
246
|
+
- [AdminGetPlayerInventoryOperationRequest](#admingetplayerinventoryoperationrequest)
|
|
247
|
+
- [GetPlayerStatisticsOperationRequest](#getplayerstatisticsoperationrequest)
|
|
248
|
+
- [ServerGetPlayerStatisticsOperationRequest](#servergetplayerstatisticsoperationrequest)
|
|
249
|
+
- [AdminGetPlayerStatisticsOperationRequest](#admingetplayerstatisticsoperationrequest)
|
|
250
|
+
- [GetPlayersWithDisplayNameOperationRequest](#getplayerswithdisplaynameoperationrequest)
|
|
251
|
+
- [ServerGetPlayersWithDisplayNameOperationRequest](#servergetplayerswithdisplaynameoperationrequest)
|
|
252
|
+
- [AdminGetPlayersWithDisplayNameOperationRequest](#admingetplayerswithdisplaynameoperationrequest)
|
|
253
|
+
- [GetPlayersWithSegmentOperationRequest](#getplayerswithsegmentoperationrequest)
|
|
254
|
+
- [ServerGetPlayersWithSegmentOperationRequest](#servergetplayerswithsegmentoperationrequest)
|
|
255
|
+
- [AdminGetPlayersWithSegmentOperationRequest](#admingetplayerswithsegmentoperationrequest)
|
|
256
|
+
- [GetPlayersWithTagOperationRequest](#getplayerswithtagoperationrequest)
|
|
257
|
+
- [ServerGetPlayersWithTagOperationRequest](#servergetplayerswithtagoperationrequest)
|
|
258
|
+
- [AdminGetPlayersWithTagOperationRequest](#admingetplayerswithtagoperationrequest)
|
|
259
|
+
- [GetRemoveStatusOperationRequest](#getremovestatusoperationrequest)
|
|
260
|
+
- [ServerGetRemoveStatusOperationRequest](#servergetremovestatusoperationrequest)
|
|
261
|
+
- [AdminGetRemoveStatusOperationRequest](#admingetremovestatusoperationrequest)
|
|
262
|
+
- [GetSegmentOperationRequest](#getsegmentoperationrequest)
|
|
263
|
+
- [ServerGetSegmentOperationRequest](#servergetsegmentoperationrequest)
|
|
264
|
+
- [AdminGetSegmentOperationRequest](#admingetsegmentoperationrequest)
|
|
265
|
+
- [GetStatisticsLeaderboardAroundPlayerOperationRequest](#getstatisticsleaderboardaroundplayeroperationrequest)
|
|
266
|
+
- [ServerGetStatisticsLeaderboardAroundPlayerOperationRequest](#servergetstatisticsleaderboardaroundplayeroperationrequest)
|
|
267
|
+
- [AdminGetStatisticsLeaderboardAroundPlayerOperationRequest](#admingetstatisticsleaderboardaroundplayeroperationrequest)
|
|
268
|
+
- [GetStatisticsLeaderboardOperationRequest](#getstatisticsleaderboardoperationrequest)
|
|
269
|
+
- [ServerGetStatisticsLeaderboardOperationRequest](#servergetstatisticsleaderboardoperationrequest)
|
|
270
|
+
- [AdminGetStatisticsLeaderboardOperationRequest](#admingetstatisticsleaderboardoperationrequest)
|
|
271
|
+
- [GetTagOperationRequest](#gettagoperationrequest)
|
|
272
|
+
- [ServerGetTagOperationRequest](#servergettagoperationrequest)
|
|
273
|
+
- [AdminGetTagOperationRequest](#admingettagoperationrequest)
|
|
274
|
+
- [GetTsCreateOperationRequest](#gettscreateoperationrequest)
|
|
275
|
+
- [ServerGetTsCreateOperationRequest](#servergettscreateoperationrequest)
|
|
276
|
+
- [AdminGetTsCreateOperationRequest](#admingettscreateoperationrequest)
|
|
277
|
+
- [GetTsLastLoginOperationRequest](#gettslastloginoperationrequest)
|
|
278
|
+
- [ServerGetTsLastLoginOperationRequest](#servergettslastloginoperationrequest)
|
|
279
|
+
- [AdminGetTsLastLoginOperationRequest](#admingettslastloginoperationrequest)
|
|
280
|
+
- [CreateGroupOperationRequest](#creategroupoperationrequest)
|
|
281
|
+
- [ServerCreateGroupOperationRequest](#servercreategroupoperationrequest)
|
|
282
|
+
- [AdminCreateGroupOperationRequest](#admincreategroupoperationrequest)
|
|
283
|
+
- [CreatePlayerItemOperationRequest](#createplayeritemoperationrequest)
|
|
284
|
+
- [ServerCreatePlayerItemOperationRequest](#servercreateplayeritemoperationrequest)
|
|
285
|
+
- [AdminCreatePlayerItemOperationRequest](#admincreateplayeritemoperationrequest)
|
|
286
|
+
- [JoinGroupOperationRequest](#joingroupoperationrequest)
|
|
287
|
+
- [ServerJoinGroupOperationRequest](#serverjoingroupoperationrequest)
|
|
288
|
+
- [AdminJoinGroupOperationRequest](#adminjoingroupoperationrequest)
|
|
289
|
+
- [LeaveGroupOperationRequest](#leavegroupoperationrequest)
|
|
290
|
+
- [ServerLeaveGroupOperationRequest](#serverleavegroupoperationrequest)
|
|
291
|
+
- [AdminLeaveGroupOperationRequest](#adminleavegroupoperationrequest)
|
|
292
|
+
- [RemovePlayerFriendOperationRequest](#removeplayerfriendoperationrequest)
|
|
293
|
+
- [ServerRemovePlayerFriendOperationRequest](#serverremoveplayerfriendoperationrequest)
|
|
294
|
+
- [AdminRemovePlayerFriendOperationRequest](#adminremoveplayerfriendoperationrequest)
|
|
295
|
+
- [RemovePlayerItemOperationRequest](#removeplayeritemoperationrequest)
|
|
296
|
+
- [ServerRemovePlayerItemOperationRequest](#serverremoveplayeritemoperationrequest)
|
|
297
|
+
- [AdminRemovePlayerItemOperationRequest](#adminremoveplayeritemoperationrequest)
|
|
298
|
+
- [RemoveSegmentOperationRequest](#removesegmentoperationrequest)
|
|
299
|
+
- [ServerRemoveSegmentOperationRequest](#serverremovesegmentoperationrequest)
|
|
300
|
+
- [AdminRemoveSegmentOperationRequest](#adminremovesegmentoperationrequest)
|
|
301
|
+
- [RemoveTagOperationRequest](#removetagoperationrequest)
|
|
302
|
+
- [ServerRemoveTagOperationRequest](#serverremovetagoperationrequest)
|
|
303
|
+
- [AdminRemoveTagOperationRequest](#adminremovetagoperationrequest)
|
|
304
|
+
- [SetAvatarOperationRequest](#setavataroperationrequest)
|
|
305
|
+
- [ServerSetAvatarOperationRequest](#serversetavataroperationrequest)
|
|
306
|
+
- [AdminSetAvatarOperationRequest](#adminsetavataroperationrequest)
|
|
307
|
+
- [SetCountryCodeOperationRequest](#setcountrycodeoperationrequest)
|
|
308
|
+
- [ServerSetCountryCodeOperationRequest](#serversetcountrycodeoperationrequest)
|
|
309
|
+
- [AdminSetCountryCodeOperationRequest](#adminsetcountrycodeoperationrequest)
|
|
310
|
+
- [SetCustomDataOperationRequest](#setcustomdataoperationrequest)
|
|
311
|
+
- [ServerSetCustomDataOperationRequest](#serversetcustomdataoperationrequest)
|
|
312
|
+
- [AdminSetCustomDataOperationRequest](#adminsetcustomdataoperationrequest)
|
|
313
|
+
- [SetDisplayNameOperationRequest](#setdisplaynameoperationrequest)
|
|
314
|
+
- [ServerSetDisplayNameOperationRequest](#serversetdisplaynameoperationrequest)
|
|
315
|
+
- [AdminSetDisplayNameOperationRequest](#adminsetdisplaynameoperationrequest)
|
|
316
|
+
- [SetOwnerOperationRequest](#setowneroperationrequest)
|
|
317
|
+
- [ServerSetOwnerOperationRequest](#serversetowneroperationrequest)
|
|
318
|
+
- [AdminSetOwnerOperationRequest](#adminsetowneroperationrequest)
|
|
319
|
+
- [SetPlayerBanOperationRequest](#setplayerbanoperationrequest)
|
|
320
|
+
- [ServerSetPlayerBanOperationRequest](#serversetplayerbanoperationrequest)
|
|
321
|
+
- [AdminSetPlayerBanOperationRequest](#adminsetplayerbanoperationrequest)
|
|
322
|
+
- [ChangePlayerCurrencyOperationRequest](#changeplayercurrencyoperationrequest)
|
|
323
|
+
- [ServerChangePlayerCurrencyOperationRequest](#serverchangeplayercurrencyoperationrequest)
|
|
324
|
+
- [AdminChangePlayerCurrencyOperationRequest](#adminchangeplayercurrencyoperationrequest)
|
|
325
|
+
- [SetPlayerDataOperationRequest](#setplayerdataoperationrequest)
|
|
326
|
+
- [ServerSetPlayerDataOperationRequest](#serversetplayerdataoperationrequest)
|
|
327
|
+
- [AdminSetPlayerDataOperationRequest](#adminsetplayerdataoperationrequest)
|
|
328
|
+
- [ChangePlayerStatisticsOperationRequest](#changeplayerstatisticsoperationrequest)
|
|
329
|
+
- [ServerChangePlayerStatisticsOperationRequest](#serverchangeplayerstatisticsoperationrequest)
|
|
330
|
+
- [AdminChangePlayerStatisticsOperationRequest](#adminchangeplayerstatisticsoperationrequest)
|
|
331
|
+
- [SetRemoveStatusOperationRequest](#setremovestatusoperationrequest)
|
|
332
|
+
- [ServerSetRemoveStatusOperationRequest](#serversetremovestatusoperationrequest)
|
|
333
|
+
- [AdminSetRemoveStatusOperationRequest](#adminsetremovestatusoperationrequest)
|
|
334
|
+
- [SetTagOperationRequest](#settagoperationrequest)
|
|
335
|
+
- [ServerSetTagOperationRequest](#serversettagoperationrequest)
|
|
336
|
+
- [AdminSetTagOperationRequest](#adminsettagoperationrequest)
|
|
337
|
+
- [GetCurrencyLeaderboardOperationRequest](#getcurrencyleaderboardoperationrequest)
|
|
338
|
+
- [ServerGetCurrencyLeaderboardOperationRequest](#servergetcurrencyleaderboardoperationrequest)
|
|
339
|
+
- [AdminGetCurrencyLeaderboardOperationRequest](#admingetcurrencyleaderboardoperationrequest)
|
|
340
|
+
- [GetCreateLeaderboardOperationRequest](#getcreateleaderboardoperationrequest)
|
|
341
|
+
- [ServerGetCreateLeaderboardOperationRequest](#servergetcreateleaderboardoperationrequest)
|
|
342
|
+
- [AdminGetCreateLeaderboardOperationRequest](#admingetcreateleaderboardoperationrequest)
|
|
343
|
+
- [GetLastLoginLeaderboardOperationRequest](#getlastloginleaderboardoperationrequest)
|
|
344
|
+
- [ServerGetLastLoginLeaderboardOperationRequest](#servergetlastloginleaderboardoperationrequest)
|
|
345
|
+
- [AdminGetLastLoginLeaderboardOperationRequest](#admingetlastloginleaderboardoperationrequest)
|
|
346
|
+
- [GetStatisticsLogOperationRequest](#getstatisticslogoperationrequest)
|
|
347
|
+
- [ServerGetStatisticsLogOperationRequest](#servergetstatisticslogoperationrequest)
|
|
348
|
+
- [AdminGetStatisticsLogOperationRequest](#admingetstatisticslogoperationrequest)
|
|
349
|
+
- [GetCurrencyLogOperationRequest](#getcurrencylogoperationrequest)
|
|
350
|
+
- [ServerGetCurrencyLogOperationRequest](#servergetcurrencylogoperationrequest)
|
|
351
|
+
- [AdminGetCurrencyLogOperationRequest](#admingetcurrencylogoperationrequest)
|
|
352
|
+
- **CharacterPlayerResponseModels** (from `CharacterPlayerResponseModels.ts`)
|
|
353
|
+
- [AddPlayerFriendOperationResponse](#addplayerfriendoperationresponse)
|
|
354
|
+
- [AddSegmentOperationResponse](#addsegmentoperationresponse)
|
|
355
|
+
- [GetAvatarOperationResponse](#getavataroperationresponse)
|
|
356
|
+
- [GetCatalogIdOperationResponse](#getcatalogidoperationresponse)
|
|
357
|
+
- [GetCountryCodeOperationResponse](#getcountrycodeoperationresponse)
|
|
358
|
+
- [GetCustomDataOperationResponse](#getcustomdataoperationresponse)
|
|
359
|
+
- [GetDisplayNameOperationResponse](#getdisplaynameoperationresponse)
|
|
360
|
+
- [GetFriendStatisticsLeaderboardAroundPlayerOperationResponse](#getfriendstatisticsleaderboardaroundplayeroperationresponse)
|
|
361
|
+
- [GetFriendStatisticsLeaderboardOperationResponse](#getfriendstatisticsleaderboardoperationresponse)
|
|
362
|
+
- [GetIpAddressCreateOperationResponse](#getipaddresscreateoperationresponse)
|
|
363
|
+
- [GetOwnerOperationResponse](#getowneroperationresponse)
|
|
364
|
+
- [GetPlayerBanOperationResponse](#getplayerbanoperationresponse)
|
|
365
|
+
- [GetPlayerCurrencyOperationResponse](#getplayercurrencyoperationresponse)
|
|
366
|
+
- [GetPlayerDataOperationResponse](#getplayerdataoperationresponse)
|
|
367
|
+
- [GetPlayerFriendOperationResponse](#getplayerfriendoperationresponse)
|
|
368
|
+
- [GetPlayerGroupOperationResponse](#getplayergroupoperationresponse)
|
|
369
|
+
- [GetPlayerInformationOperationResponse](#getplayerinformationoperationresponse)
|
|
370
|
+
- [GetPlayerInventoryOperationResponse](#getplayerinventoryoperationresponse)
|
|
371
|
+
- [GetPlayerStatisticsOperationResponse](#getplayerstatisticsoperationresponse)
|
|
372
|
+
- [GetPlayersWithDisplayNameOperationResponse](#getplayerswithdisplaynameoperationresponse)
|
|
373
|
+
- [GetPlayersWithSegmentOperationResponse](#getplayerswithsegmentoperationresponse)
|
|
374
|
+
- [GetPlayersWithTagOperationResponse](#getplayerswithtagoperationresponse)
|
|
375
|
+
- [GetRemoveStatusOperationResponse](#getremovestatusoperationresponse)
|
|
376
|
+
- [GetSegmentOperationResponse](#getsegmentoperationresponse)
|
|
377
|
+
- [GetStatisticsLeaderboardAroundPlayerOperationResponse](#getstatisticsleaderboardaroundplayeroperationresponse)
|
|
378
|
+
- [GetStatisticsLeaderboardOperationResponse](#getstatisticsleaderboardoperationresponse)
|
|
379
|
+
- [GetTagOperationResponse](#gettagoperationresponse)
|
|
380
|
+
- [GetTsCreateOperationResponse](#gettscreateoperationresponse)
|
|
381
|
+
- [GetTsLastLoginOperationResponse](#gettslastloginoperationresponse)
|
|
382
|
+
- [CreateGroupOperationResponse](#creategroupoperationresponse)
|
|
383
|
+
- [CreatePlayerItemOperationResponse](#createplayeritemoperationresponse)
|
|
384
|
+
- [JoinGroupOperationResponse](#joingroupoperationresponse)
|
|
385
|
+
- [LeaveGroupOperationResponse](#leavegroupoperationresponse)
|
|
386
|
+
- [RemovePlayerFriendOperationResponse](#removeplayerfriendoperationresponse)
|
|
387
|
+
- [RemovePlayerItemOperationResponse](#removeplayeritemoperationresponse)
|
|
388
|
+
- [RemoveSegmentOperationResponse](#removesegmentoperationresponse)
|
|
389
|
+
- [RemoveTagOperationResponse](#removetagoperationresponse)
|
|
390
|
+
- [SetAvatarOperationResponse](#setavataroperationresponse)
|
|
391
|
+
- [SetCountryCodeOperationResponse](#setcountrycodeoperationresponse)
|
|
392
|
+
- [SetCustomDataOperationResponse](#setcustomdataoperationresponse)
|
|
393
|
+
- [SetDisplayNameOperationResponse](#setdisplaynameoperationresponse)
|
|
394
|
+
- [SetOwnerOperationResponse](#setowneroperationresponse)
|
|
395
|
+
- [SetPlayerBanOperationResponse](#setplayerbanoperationresponse)
|
|
396
|
+
- [ChangePlayerCurrencyOperationResponse](#changeplayercurrencyoperationresponse)
|
|
397
|
+
- [SetPlayerDataOperationResponse](#setplayerdataoperationresponse)
|
|
398
|
+
- [ChangePlayerStatisticsOperationResponse](#changeplayerstatisticsoperationresponse)
|
|
399
|
+
- [SetRemoveStatusOperationResponse](#setremovestatusoperationresponse)
|
|
400
|
+
- [SetTagOperationResponse](#settagoperationresponse)
|
|
401
|
+
- [GetCurrencyLeaderboardOperationResponse](#getcurrencyleaderboardoperationresponse)
|
|
402
|
+
- [GetCreateLeaderboardOperationResponse](#getcreateleaderboardoperationresponse)
|
|
403
|
+
- [GetLastLoginLeaderboardOperationResponse](#getlastloginleaderboardoperationresponse)
|
|
404
|
+
- [GetStatisticsLogOperationResponse](#getstatisticslogoperationresponse)
|
|
405
|
+
- [GetCurrencyLogOperationResponse](#getcurrencylogoperationresponse)
|
|
406
|
+
|
|
407
|
+
---
|
|
408
|
+
|
|
409
|
+
## Namespace `CharacterPlayerModels`
|
|
410
|
+
|
|
411
|
+
### InfoRequestParam
|
|
412
|
+
|
|
413
|
+
Selects which optional character-player fields and lightweight relations should be returned. Boolean flags default to `false`; key arrays narrow list-style fields to specific keys only.
|
|
414
|
+
|
|
415
|
+
| Field | Type | Required | Notes |
|
|
416
|
+
|-------|------|----------|-------|
|
|
417
|
+
| `catalogId` | `boolean` | no | Includes the character catalog ID. — _default=false_ |
|
|
418
|
+
| `owner` | `boolean` | no | Includes the current owner descriptor. — _default=false_ |
|
|
419
|
+
| `removeStatus` | `boolean` | no | Includes the remove-state descriptor. — _default=false_ |
|
|
420
|
+
| `segments` | `boolean` | no | _default=false_ |
|
|
421
|
+
| `customDatas` | `boolean` | no | _default=false_ |
|
|
422
|
+
| `displayName` | `boolean` | no | _default=false_ |
|
|
423
|
+
| `avatar` | `boolean` | no | _default=false_ |
|
|
424
|
+
| `tsCreate` | `boolean` | no | _default=false_ |
|
|
425
|
+
| `tags` | `boolean` | no | _default=false_ |
|
|
426
|
+
| `playerBan` | `boolean` | no | _default=false_ |
|
|
427
|
+
| `playerCurrencies` | `boolean` | no | _default=false_ |
|
|
428
|
+
| `playerStatistics` | `boolean` | no | _default=false_ |
|
|
429
|
+
| `playerDatas` | `boolean` | no | _default=false_ |
|
|
430
|
+
| `ipAddressCreate` | `boolean` | no | _default=false_ |
|
|
431
|
+
| `countryCode` | `boolean` | no | _default=false_ |
|
|
432
|
+
| `tsLastLogin` | `boolean` | no | _default=false_ |
|
|
433
|
+
| `playerInventories` | `boolean` | no | Includes relation items for inventory owned by the character, optionally filtered by `itemCatalogIds`. — _default=false_ |
|
|
434
|
+
| `playerGroups` | `boolean` | no | Includes relation items for groups joined or owned by the character, optionally filtered by `groupCatalogIds`. — _default=false_ |
|
|
435
|
+
| `playerFriends` | `boolean` | no | Includes relation items for friends attached to the character, optionally filtered by `friendCatalogIds`. — _default=false_ |
|
|
436
|
+
| `playerDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
437
|
+
| `playerCurrencyKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
438
|
+
| `playerStatisticsKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
439
|
+
| `customDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
440
|
+
| `tagKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
441
|
+
| `characterCatalogIds` | `Array<string>` | no | _elementCls=String_ |
|
|
442
|
+
| `itemCatalogIds` | `Array<string>` | no | Restricts `playerInventories` to relation items whose catalog IDs match this list. — _elementCls=String_ |
|
|
443
|
+
| `groupCatalogIds` | `Array<string>` | no | Restricts `playerGroups` to relation items whose catalog IDs match this list. — _elementCls=String_ |
|
|
444
|
+
| `friendCatalogIds` | `Array<string>` | no | Restricts `playerFriends` to relation items whose catalog IDs match this list. — _elementCls=String_ |
|
|
445
|
+
|
|
446
|
+
### PlayerStatisticsParam
|
|
447
|
+
|
|
448
|
+
Defines the reusable parameter block PlayerStatisticsParam.
|
|
449
|
+
|
|
450
|
+
| Field | Type | Required | Notes |
|
|
451
|
+
|-------|------|----------|-------|
|
|
452
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
453
|
+
| `value` | `number` | yes | — |
|
|
454
|
+
|
|
455
|
+
### PlayerDataParam
|
|
456
|
+
|
|
457
|
+
Defines the reusable parameter block PlayerDataParam.
|
|
458
|
+
|
|
459
|
+
| Field | Type | Required | Notes |
|
|
460
|
+
|-------|------|----------|-------|
|
|
461
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
462
|
+
| `value` | `any` | yes | — |
|
|
463
|
+
|
|
464
|
+
### PlayerCurrencyParam
|
|
465
|
+
|
|
466
|
+
Defines the reusable parameter block PlayerCurrencyParam.
|
|
467
|
+
|
|
468
|
+
| Field | Type | Required | Notes |
|
|
469
|
+
|-------|------|----------|-------|
|
|
470
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
471
|
+
| `amount` | `number` | yes | — |
|
|
472
|
+
|
|
473
|
+
### CustomDataParam
|
|
474
|
+
|
|
475
|
+
Defines the reusable parameter block CustomDataParam.
|
|
476
|
+
|
|
477
|
+
| Field | Type | Required | Notes |
|
|
478
|
+
|-------|------|----------|-------|
|
|
479
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
480
|
+
| `value` | `any` | yes | — |
|
|
481
|
+
|
|
482
|
+
### GroupMemberParam
|
|
483
|
+
|
|
484
|
+
Describes one game-player member included when creating a group from a character context.
|
|
485
|
+
|
|
486
|
+
| Field | Type | Required | Notes |
|
|
487
|
+
|-------|------|----------|-------|
|
|
488
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
489
|
+
|
|
490
|
+
### AddPlayerFriendRequestData
|
|
491
|
+
|
|
492
|
+
Defines the request payload for AddPlayerFriend.
|
|
493
|
+
|
|
494
|
+
| Field | Type | Required | Notes |
|
|
495
|
+
|-------|------|----------|-------|
|
|
496
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
497
|
+
| `friendId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
498
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
499
|
+
|
|
500
|
+
### ServerAddPlayerFriendRequestData
|
|
501
|
+
|
|
502
|
+
Extends: `AddPlayerFriendRequestData`
|
|
503
|
+
|
|
504
|
+
Defines the request payload for ServerAddPlayerFriend.
|
|
505
|
+
|
|
506
|
+
_Không có field public (payload rỗng)._
|
|
507
|
+
|
|
508
|
+
### AdminAddPlayerFriendRequestData
|
|
509
|
+
|
|
510
|
+
Extends: `ServerAddPlayerFriendRequestData`
|
|
511
|
+
|
|
512
|
+
Defines the request payload for AdminAddPlayerFriend.
|
|
513
|
+
|
|
514
|
+
_Không có field public (payload rỗng)._
|
|
515
|
+
|
|
516
|
+
### AddSegmentRequestData
|
|
517
|
+
|
|
518
|
+
Defines the request payload for AddSegment.
|
|
519
|
+
|
|
520
|
+
| Field | Type | Required | Notes |
|
|
521
|
+
|-------|------|----------|-------|
|
|
522
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
523
|
+
| `value` | `string` | yes | _minLength=6, maxLength=32_ |
|
|
524
|
+
|
|
525
|
+
### ServerAddSegmentRequestData
|
|
526
|
+
|
|
527
|
+
Extends: `AddSegmentRequestData`
|
|
528
|
+
|
|
529
|
+
Defines the request payload for ServerAddSegment.
|
|
530
|
+
|
|
531
|
+
_Không có field public (payload rỗng)._
|
|
532
|
+
|
|
533
|
+
### AdminAddSegmentRequestData
|
|
534
|
+
|
|
535
|
+
Extends: `ServerAddSegmentRequestData`
|
|
536
|
+
|
|
537
|
+
Defines the request payload for AdminAddSegment.
|
|
538
|
+
|
|
539
|
+
_Không có field public (payload rỗng)._
|
|
540
|
+
|
|
541
|
+
### GetAvatarRequestData
|
|
542
|
+
|
|
543
|
+
Defines the request payload for GetAvatar.
|
|
544
|
+
|
|
545
|
+
| Field | Type | Required | Notes |
|
|
546
|
+
|-------|------|----------|-------|
|
|
547
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
548
|
+
|
|
549
|
+
### ServerGetAvatarRequestData
|
|
550
|
+
|
|
551
|
+
Extends: `GetAvatarRequestData`
|
|
552
|
+
|
|
553
|
+
Defines the request payload for ServerGetAvatar.
|
|
554
|
+
|
|
555
|
+
_Không có field public (payload rỗng)._
|
|
556
|
+
|
|
557
|
+
### AdminGetAvatarRequestData
|
|
558
|
+
|
|
559
|
+
Extends: `ServerGetAvatarRequestData`
|
|
560
|
+
|
|
561
|
+
Defines the request payload for AdminGetAvatar.
|
|
562
|
+
|
|
563
|
+
_Không có field public (payload rỗng)._
|
|
564
|
+
|
|
565
|
+
### GetCatalogIdRequestData
|
|
566
|
+
|
|
567
|
+
Defines the request payload for GetCatalogId.
|
|
568
|
+
|
|
569
|
+
| Field | Type | Required | Notes |
|
|
570
|
+
|-------|------|----------|-------|
|
|
571
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
572
|
+
|
|
573
|
+
### ServerGetCatalogIdRequestData
|
|
574
|
+
|
|
575
|
+
Extends: `GetCatalogIdRequestData`
|
|
576
|
+
|
|
577
|
+
Defines the request payload for ServerGetCatalogId.
|
|
578
|
+
|
|
579
|
+
_Không có field public (payload rỗng)._
|
|
580
|
+
|
|
581
|
+
### AdminGetCatalogIdRequestData
|
|
582
|
+
|
|
583
|
+
Extends: `ServerGetCatalogIdRequestData`
|
|
584
|
+
|
|
585
|
+
Defines the request payload for AdminGetCatalogId.
|
|
586
|
+
|
|
587
|
+
_Không có field public (payload rỗng)._
|
|
588
|
+
|
|
589
|
+
### GetCountryCodeRequestData
|
|
590
|
+
|
|
591
|
+
Defines the request payload for GetCountryCode.
|
|
592
|
+
|
|
593
|
+
| Field | Type | Required | Notes |
|
|
594
|
+
|-------|------|----------|-------|
|
|
595
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
596
|
+
|
|
597
|
+
### ServerGetCountryCodeRequestData
|
|
598
|
+
|
|
599
|
+
Extends: `GetCountryCodeRequestData`
|
|
600
|
+
|
|
601
|
+
Defines the request payload for ServerGetCountryCode.
|
|
602
|
+
|
|
603
|
+
_Không có field public (payload rỗng)._
|
|
604
|
+
|
|
605
|
+
### AdminGetCountryCodeRequestData
|
|
606
|
+
|
|
607
|
+
Extends: `ServerGetCountryCodeRequestData`
|
|
608
|
+
|
|
609
|
+
Defines the request payload for AdminGetCountryCode.
|
|
610
|
+
|
|
611
|
+
_Không có field public (payload rỗng)._
|
|
612
|
+
|
|
613
|
+
### GetCustomDataRequestData
|
|
614
|
+
|
|
615
|
+
Defines the request payload for GetCustomData.
|
|
616
|
+
|
|
617
|
+
| Field | Type | Required | Notes |
|
|
618
|
+
|-------|------|----------|-------|
|
|
619
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
620
|
+
| `customDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
621
|
+
|
|
622
|
+
### ServerGetCustomDataRequestData
|
|
623
|
+
|
|
624
|
+
Extends: `GetCustomDataRequestData`
|
|
625
|
+
|
|
626
|
+
Defines the request payload for ServerGetCustomData.
|
|
627
|
+
|
|
628
|
+
_Không có field public (payload rỗng)._
|
|
629
|
+
|
|
630
|
+
### AdminGetCustomDataRequestData
|
|
631
|
+
|
|
632
|
+
Extends: `ServerGetCustomDataRequestData`
|
|
633
|
+
|
|
634
|
+
Defines the request payload for AdminGetCustomData.
|
|
635
|
+
|
|
636
|
+
_Không có field public (payload rỗng)._
|
|
637
|
+
|
|
638
|
+
### GetDisplayNameRequestData
|
|
639
|
+
|
|
640
|
+
Defines the request payload for GetDisplayName.
|
|
641
|
+
|
|
642
|
+
| Field | Type | Required | Notes |
|
|
643
|
+
|-------|------|----------|-------|
|
|
644
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
645
|
+
|
|
646
|
+
### ServerGetDisplayNameRequestData
|
|
647
|
+
|
|
648
|
+
Extends: `GetDisplayNameRequestData`
|
|
649
|
+
|
|
650
|
+
Defines the request payload for ServerGetDisplayName.
|
|
651
|
+
|
|
652
|
+
_Không có field public (payload rỗng)._
|
|
653
|
+
|
|
654
|
+
### AdminGetDisplayNameRequestData
|
|
655
|
+
|
|
656
|
+
Extends: `ServerGetDisplayNameRequestData`
|
|
657
|
+
|
|
658
|
+
Defines the request payload for AdminGetDisplayName.
|
|
659
|
+
|
|
660
|
+
_Không có field public (payload rỗng)._
|
|
661
|
+
|
|
662
|
+
### GetFriendStatisticsLeaderboardAroundPlayerRequestData
|
|
663
|
+
|
|
664
|
+
Defines the request payload for GetFriendStatisticsLeaderboardAroundPlayer.
|
|
665
|
+
|
|
666
|
+
| Field | Type | Required | Notes |
|
|
667
|
+
|-------|------|----------|-------|
|
|
668
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
669
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
670
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
671
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
672
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
673
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
674
|
+
|
|
675
|
+
### ServerGetFriendStatisticsLeaderboardAroundPlayerRequestData
|
|
676
|
+
|
|
677
|
+
Extends: `GetFriendStatisticsLeaderboardAroundPlayerRequestData`
|
|
678
|
+
|
|
679
|
+
Defines the request payload for ServerGetFriendStatisticsLeaderboardAroundPlayer.
|
|
680
|
+
|
|
681
|
+
_Không có field public (payload rỗng)._
|
|
682
|
+
|
|
683
|
+
### AdminGetFriendStatisticsLeaderboardAroundPlayerRequestData
|
|
684
|
+
|
|
685
|
+
Extends: `ServerGetFriendStatisticsLeaderboardAroundPlayerRequestData`
|
|
686
|
+
|
|
687
|
+
Defines the request payload for AdminGetFriendStatisticsLeaderboardAroundPlayer.
|
|
688
|
+
|
|
689
|
+
_Không có field public (payload rỗng)._
|
|
690
|
+
|
|
691
|
+
### GetFriendStatisticsLeaderboardRequestData
|
|
692
|
+
|
|
693
|
+
Defines the request payload for GetFriendStatisticsLeaderboard.
|
|
694
|
+
|
|
695
|
+
| Field | Type | Required | Notes |
|
|
696
|
+
|-------|------|----------|-------|
|
|
697
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
698
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
699
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
700
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
701
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
702
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
703
|
+
|
|
704
|
+
### ServerGetFriendStatisticsLeaderboardRequestData
|
|
705
|
+
|
|
706
|
+
Extends: `GetFriendStatisticsLeaderboardRequestData`
|
|
707
|
+
|
|
708
|
+
Defines the request payload for ServerGetFriendStatisticsLeaderboard.
|
|
709
|
+
|
|
710
|
+
_Không có field public (payload rỗng)._
|
|
711
|
+
|
|
712
|
+
### AdminGetFriendStatisticsLeaderboardRequestData
|
|
713
|
+
|
|
714
|
+
Extends: `ServerGetFriendStatisticsLeaderboardRequestData`
|
|
715
|
+
|
|
716
|
+
Defines the request payload for AdminGetFriendStatisticsLeaderboard.
|
|
717
|
+
|
|
718
|
+
_Không có field public (payload rỗng)._
|
|
719
|
+
|
|
720
|
+
### GetIpAddressCreateRequestData
|
|
721
|
+
|
|
722
|
+
Defines the request payload for GetIpAddressCreate.
|
|
723
|
+
|
|
724
|
+
| Field | Type | Required | Notes |
|
|
725
|
+
|-------|------|----------|-------|
|
|
726
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
727
|
+
|
|
728
|
+
### ServerGetIpAddressCreateRequestData
|
|
729
|
+
|
|
730
|
+
Extends: `GetIpAddressCreateRequestData`
|
|
731
|
+
|
|
732
|
+
Defines the request payload for ServerGetIpAddressCreate.
|
|
733
|
+
|
|
734
|
+
_Không có field public (payload rỗng)._
|
|
735
|
+
|
|
736
|
+
### AdminGetIpAddressCreateRequestData
|
|
737
|
+
|
|
738
|
+
Extends: `ServerGetIpAddressCreateRequestData`
|
|
739
|
+
|
|
740
|
+
Defines the request payload for AdminGetIpAddressCreate.
|
|
741
|
+
|
|
742
|
+
_Không có field public (payload rỗng)._
|
|
743
|
+
|
|
744
|
+
### GetOwnerRequestData
|
|
745
|
+
|
|
746
|
+
Defines the request payload for GetOwner.
|
|
747
|
+
|
|
748
|
+
| Field | Type | Required | Notes |
|
|
749
|
+
|-------|------|----------|-------|
|
|
750
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
751
|
+
|
|
752
|
+
### ServerGetOwnerRequestData
|
|
753
|
+
|
|
754
|
+
Extends: `GetOwnerRequestData`
|
|
755
|
+
|
|
756
|
+
Defines the request payload for ServerGetOwner.
|
|
757
|
+
|
|
758
|
+
_Không có field public (payload rỗng)._
|
|
759
|
+
|
|
760
|
+
### AdminGetOwnerRequestData
|
|
761
|
+
|
|
762
|
+
Extends: `ServerGetOwnerRequestData`
|
|
763
|
+
|
|
764
|
+
Defines the request payload for AdminGetOwner.
|
|
765
|
+
|
|
766
|
+
_Không có field public (payload rỗng)._
|
|
767
|
+
|
|
768
|
+
### GetPlayerBanRequestData
|
|
769
|
+
|
|
770
|
+
Defines the request payload for GetPlayerBan.
|
|
771
|
+
|
|
772
|
+
| Field | Type | Required | Notes |
|
|
773
|
+
|-------|------|----------|-------|
|
|
774
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
775
|
+
|
|
776
|
+
### ServerGetPlayerBanRequestData
|
|
777
|
+
|
|
778
|
+
Extends: `GetPlayerBanRequestData`
|
|
779
|
+
|
|
780
|
+
Defines the request payload for ServerGetPlayerBan.
|
|
781
|
+
|
|
782
|
+
_Không có field public (payload rỗng)._
|
|
783
|
+
|
|
784
|
+
### AdminGetPlayerBanRequestData
|
|
785
|
+
|
|
786
|
+
Extends: `ServerGetPlayerBanRequestData`
|
|
787
|
+
|
|
788
|
+
Defines the request payload for AdminGetPlayerBan.
|
|
789
|
+
|
|
790
|
+
_Không có field public (payload rỗng)._
|
|
791
|
+
|
|
792
|
+
### GetPlayerCurrencyRequestData
|
|
793
|
+
|
|
794
|
+
Defines the request payload for GetPlayerCurrency.
|
|
795
|
+
|
|
796
|
+
| Field | Type | Required | Notes |
|
|
797
|
+
|-------|------|----------|-------|
|
|
798
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
799
|
+
| `playerCurrencyKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
800
|
+
|
|
801
|
+
### ServerGetPlayerCurrencyRequestData
|
|
802
|
+
|
|
803
|
+
Extends: `GetPlayerCurrencyRequestData`
|
|
804
|
+
|
|
805
|
+
Defines the request payload for ServerGetPlayerCurrency.
|
|
806
|
+
|
|
807
|
+
_Không có field public (payload rỗng)._
|
|
808
|
+
|
|
809
|
+
### AdminGetPlayerCurrencyRequestData
|
|
810
|
+
|
|
811
|
+
Extends: `ServerGetPlayerCurrencyRequestData`
|
|
812
|
+
|
|
813
|
+
Defines the request payload for AdminGetPlayerCurrency.
|
|
814
|
+
|
|
815
|
+
_Không có field public (payload rỗng)._
|
|
816
|
+
|
|
817
|
+
### GetPlayerDataRequestData
|
|
818
|
+
|
|
819
|
+
Defines the request payload for GetPlayerData.
|
|
820
|
+
|
|
821
|
+
| Field | Type | Required | Notes |
|
|
822
|
+
|-------|------|----------|-------|
|
|
823
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
824
|
+
| `playerDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
825
|
+
|
|
826
|
+
### ServerGetPlayerDataRequestData
|
|
827
|
+
|
|
828
|
+
Extends: `GetPlayerDataRequestData`
|
|
829
|
+
|
|
830
|
+
Defines the request payload for ServerGetPlayerData.
|
|
831
|
+
|
|
832
|
+
_Không có field public (payload rỗng)._
|
|
833
|
+
|
|
834
|
+
### AdminGetPlayerDataRequestData
|
|
835
|
+
|
|
836
|
+
Extends: `ServerGetPlayerDataRequestData`
|
|
837
|
+
|
|
838
|
+
Defines the request payload for AdminGetPlayerData.
|
|
839
|
+
|
|
840
|
+
_Không có field public (payload rỗng)._
|
|
841
|
+
|
|
842
|
+
### GetPlayerFriendRequestData
|
|
843
|
+
|
|
844
|
+
Defines the request payload for GetPlayerFriend.
|
|
845
|
+
|
|
846
|
+
| Field | Type | Required | Notes |
|
|
847
|
+
|-------|------|----------|-------|
|
|
848
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
849
|
+
| `friendCatalogIds` | `Array<string>` | no | _elementCls=String_ |
|
|
850
|
+
|
|
851
|
+
### ServerGetPlayerFriendRequestData
|
|
852
|
+
|
|
853
|
+
Extends: `GetPlayerFriendRequestData`
|
|
854
|
+
|
|
855
|
+
Defines the request payload for ServerGetPlayerFriend.
|
|
856
|
+
|
|
857
|
+
_Không có field public (payload rỗng)._
|
|
858
|
+
|
|
859
|
+
### AdminGetPlayerFriendRequestData
|
|
860
|
+
|
|
861
|
+
Extends: `ServerGetPlayerFriendRequestData`
|
|
862
|
+
|
|
863
|
+
Defines the request payload for AdminGetPlayerFriend.
|
|
864
|
+
|
|
865
|
+
_Không có field public (payload rỗng)._
|
|
866
|
+
|
|
867
|
+
### GetPlayerGroupRequestData
|
|
868
|
+
|
|
869
|
+
Defines the request payload for GetPlayerGroup.
|
|
870
|
+
|
|
871
|
+
| Field | Type | Required | Notes |
|
|
872
|
+
|-------|------|----------|-------|
|
|
873
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
874
|
+
| `groupCatalogIds` | `Array<string>` | no | _elementCls=String_ |
|
|
875
|
+
|
|
876
|
+
### ServerGetPlayerGroupRequestData
|
|
877
|
+
|
|
878
|
+
Extends: `GetPlayerGroupRequestData`
|
|
879
|
+
|
|
880
|
+
Defines the request payload for ServerGetPlayerGroup.
|
|
881
|
+
|
|
882
|
+
_Không có field public (payload rỗng)._
|
|
883
|
+
|
|
884
|
+
### AdminGetPlayerGroupRequestData
|
|
885
|
+
|
|
886
|
+
Extends: `ServerGetPlayerGroupRequestData`
|
|
887
|
+
|
|
888
|
+
Defines the request payload for AdminGetPlayerGroup.
|
|
889
|
+
|
|
890
|
+
_Không có field public (payload rỗng)._
|
|
891
|
+
|
|
892
|
+
### GetPlayerInformationRequestData
|
|
893
|
+
|
|
894
|
+
Reads one specific character-player profile using the requested projection.
|
|
895
|
+
|
|
896
|
+
| Field | Type | Required | Notes |
|
|
897
|
+
|-------|------|----------|-------|
|
|
898
|
+
| `characterId` | `string` | yes | Character entity to inspect. — _minLength=11, maxLength=11_ |
|
|
899
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | Required field projection that controls which optional data is returned. |
|
|
900
|
+
|
|
901
|
+
### ServerGetPlayerInformationRequestData
|
|
902
|
+
|
|
903
|
+
Extends: `GetPlayerInformationRequestData`
|
|
904
|
+
|
|
905
|
+
Defines the request payload for ServerGetPlayerInformation.
|
|
906
|
+
|
|
907
|
+
_Không có field public (payload rỗng)._
|
|
908
|
+
|
|
909
|
+
### AdminGetPlayerInformationRequestData
|
|
910
|
+
|
|
911
|
+
Extends: `ServerGetPlayerInformationRequestData`
|
|
912
|
+
|
|
913
|
+
Defines the request payload for AdminGetPlayerInformation.
|
|
914
|
+
|
|
915
|
+
_Không có field public (payload rỗng)._
|
|
916
|
+
|
|
917
|
+
### GetPlayerInventoryRequestData
|
|
918
|
+
|
|
919
|
+
Defines the request payload for GetPlayerInventory.
|
|
920
|
+
|
|
921
|
+
| Field | Type | Required | Notes |
|
|
922
|
+
|-------|------|----------|-------|
|
|
923
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
924
|
+
| `itemCatalogIds` | `Array<string>` | no | _elementCls=String_ |
|
|
925
|
+
|
|
926
|
+
### ServerGetPlayerInventoryRequestData
|
|
927
|
+
|
|
928
|
+
Extends: `GetPlayerInventoryRequestData`
|
|
929
|
+
|
|
930
|
+
Defines the request payload for ServerGetPlayerInventory.
|
|
931
|
+
|
|
932
|
+
_Không có field public (payload rỗng)._
|
|
933
|
+
|
|
934
|
+
### AdminGetPlayerInventoryRequestData
|
|
935
|
+
|
|
936
|
+
Extends: `ServerGetPlayerInventoryRequestData`
|
|
937
|
+
|
|
938
|
+
Defines the request payload for AdminGetPlayerInventory.
|
|
939
|
+
|
|
940
|
+
_Không có field public (payload rỗng)._
|
|
941
|
+
|
|
942
|
+
### GetPlayerStatisticsRequestData
|
|
943
|
+
|
|
944
|
+
Defines the request payload for GetPlayerStatistics.
|
|
945
|
+
|
|
946
|
+
| Field | Type | Required | Notes |
|
|
947
|
+
|-------|------|----------|-------|
|
|
948
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
949
|
+
| `statisticsKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
950
|
+
|
|
951
|
+
### ServerGetPlayerStatisticsRequestData
|
|
952
|
+
|
|
953
|
+
Extends: `GetPlayerStatisticsRequestData`
|
|
954
|
+
|
|
955
|
+
Defines the request payload for ServerGetPlayerStatistics.
|
|
956
|
+
|
|
957
|
+
_Không có field public (payload rỗng)._
|
|
958
|
+
|
|
959
|
+
### AdminGetPlayerStatisticsRequestData
|
|
960
|
+
|
|
961
|
+
Extends: `ServerGetPlayerStatisticsRequestData`
|
|
962
|
+
|
|
963
|
+
Defines the request payload for AdminGetPlayerStatistics.
|
|
964
|
+
|
|
965
|
+
_Không có field public (payload rỗng)._
|
|
966
|
+
|
|
967
|
+
### GetPlayersWithDisplayNameRequestData
|
|
968
|
+
|
|
969
|
+
Defines the request payload for GetPlayersWithDisplayName.
|
|
970
|
+
|
|
971
|
+
| Field | Type | Required | Notes |
|
|
972
|
+
|-------|------|----------|-------|
|
|
973
|
+
| `keyword` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
974
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
975
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
976
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
977
|
+
|
|
978
|
+
### ServerGetPlayersWithDisplayNameRequestData
|
|
979
|
+
|
|
980
|
+
Extends: `GetPlayersWithDisplayNameRequestData`
|
|
981
|
+
|
|
982
|
+
Defines the request payload for ServerGetPlayersWithDisplayName.
|
|
983
|
+
|
|
984
|
+
_Không có field public (payload rỗng)._
|
|
985
|
+
|
|
986
|
+
### AdminGetPlayersWithDisplayNameRequestData
|
|
987
|
+
|
|
988
|
+
Extends: `ServerGetPlayersWithDisplayNameRequestData`
|
|
989
|
+
|
|
990
|
+
Defines the request payload for AdminGetPlayersWithDisplayName.
|
|
991
|
+
|
|
992
|
+
_Không có field public (payload rỗng)._
|
|
993
|
+
|
|
994
|
+
### GetPlayersWithSegmentRequestData
|
|
995
|
+
|
|
996
|
+
Defines the request payload for GetPlayersWithSegment.
|
|
997
|
+
|
|
998
|
+
| Field | Type | Required | Notes |
|
|
999
|
+
|-------|------|----------|-------|
|
|
1000
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1001
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1002
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1003
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1004
|
+
|
|
1005
|
+
### ServerGetPlayersWithSegmentRequestData
|
|
1006
|
+
|
|
1007
|
+
Extends: `GetPlayersWithSegmentRequestData`
|
|
1008
|
+
|
|
1009
|
+
Defines the request payload for ServerGetPlayersWithSegment.
|
|
1010
|
+
|
|
1011
|
+
_Không có field public (payload rỗng)._
|
|
1012
|
+
|
|
1013
|
+
### AdminGetPlayersWithSegmentRequestData
|
|
1014
|
+
|
|
1015
|
+
Extends: `ServerGetPlayersWithSegmentRequestData`
|
|
1016
|
+
|
|
1017
|
+
Defines the request payload for AdminGetPlayersWithSegment.
|
|
1018
|
+
|
|
1019
|
+
_Không có field public (payload rỗng)._
|
|
1020
|
+
|
|
1021
|
+
### GetPlayersWithTagRequestData
|
|
1022
|
+
|
|
1023
|
+
Defines the request payload for GetPlayersWithTag.
|
|
1024
|
+
|
|
1025
|
+
| Field | Type | Required | Notes |
|
|
1026
|
+
|-------|------|----------|-------|
|
|
1027
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1028
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1029
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1030
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1031
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1032
|
+
|
|
1033
|
+
### ServerGetPlayersWithTagRequestData
|
|
1034
|
+
|
|
1035
|
+
Extends: `GetPlayersWithTagRequestData`
|
|
1036
|
+
|
|
1037
|
+
Defines the request payload for ServerGetPlayersWithTag.
|
|
1038
|
+
|
|
1039
|
+
_Không có field public (payload rỗng)._
|
|
1040
|
+
|
|
1041
|
+
### AdminGetPlayersWithTagRequestData
|
|
1042
|
+
|
|
1043
|
+
Extends: `ServerGetPlayersWithTagRequestData`
|
|
1044
|
+
|
|
1045
|
+
Defines the request payload for AdminGetPlayersWithTag.
|
|
1046
|
+
|
|
1047
|
+
_Không có field public (payload rỗng)._
|
|
1048
|
+
|
|
1049
|
+
### GetRemoveStatusRequestData
|
|
1050
|
+
|
|
1051
|
+
Defines the request payload for GetRemoveStatus.
|
|
1052
|
+
|
|
1053
|
+
| Field | Type | Required | Notes |
|
|
1054
|
+
|-------|------|----------|-------|
|
|
1055
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1056
|
+
|
|
1057
|
+
### ServerGetRemoveStatusRequestData
|
|
1058
|
+
|
|
1059
|
+
Extends: `GetRemoveStatusRequestData`
|
|
1060
|
+
|
|
1061
|
+
Defines the request payload for ServerGetRemoveStatus.
|
|
1062
|
+
|
|
1063
|
+
_Không có field public (payload rỗng)._
|
|
1064
|
+
|
|
1065
|
+
### AdminGetRemoveStatusRequestData
|
|
1066
|
+
|
|
1067
|
+
Extends: `ServerGetRemoveStatusRequestData`
|
|
1068
|
+
|
|
1069
|
+
Defines the request payload for AdminGetRemoveStatus.
|
|
1070
|
+
|
|
1071
|
+
_Không có field public (payload rỗng)._
|
|
1072
|
+
|
|
1073
|
+
### GetSegmentRequestData
|
|
1074
|
+
|
|
1075
|
+
Defines the request payload for GetSegment.
|
|
1076
|
+
|
|
1077
|
+
| Field | Type | Required | Notes |
|
|
1078
|
+
|-------|------|----------|-------|
|
|
1079
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1080
|
+
|
|
1081
|
+
### ServerGetSegmentRequestData
|
|
1082
|
+
|
|
1083
|
+
Extends: `GetSegmentRequestData`
|
|
1084
|
+
|
|
1085
|
+
Defines the request payload for ServerGetSegment.
|
|
1086
|
+
|
|
1087
|
+
_Không có field public (payload rỗng)._
|
|
1088
|
+
|
|
1089
|
+
### AdminGetSegmentRequestData
|
|
1090
|
+
|
|
1091
|
+
Extends: `ServerGetSegmentRequestData`
|
|
1092
|
+
|
|
1093
|
+
Defines the request payload for AdminGetSegment.
|
|
1094
|
+
|
|
1095
|
+
_Không có field public (payload rỗng)._
|
|
1096
|
+
|
|
1097
|
+
### GetStatisticsLeaderboardAroundPlayerRequestData
|
|
1098
|
+
|
|
1099
|
+
Defines the request payload for GetStatisticsLeaderboardAroundPlayer.
|
|
1100
|
+
|
|
1101
|
+
| Field | Type | Required | Notes |
|
|
1102
|
+
|-------|------|----------|-------|
|
|
1103
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1104
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1105
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1106
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1107
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1108
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1109
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1110
|
+
|
|
1111
|
+
### ServerGetStatisticsLeaderboardAroundPlayerRequestData
|
|
1112
|
+
|
|
1113
|
+
Extends: `GetStatisticsLeaderboardAroundPlayerRequestData`
|
|
1114
|
+
|
|
1115
|
+
Defines the request payload for ServerGetStatisticsLeaderboardAroundPlayer.
|
|
1116
|
+
|
|
1117
|
+
_Không có field public (payload rỗng)._
|
|
1118
|
+
|
|
1119
|
+
### AdminGetStatisticsLeaderboardAroundPlayerRequestData
|
|
1120
|
+
|
|
1121
|
+
Extends: `ServerGetStatisticsLeaderboardAroundPlayerRequestData`
|
|
1122
|
+
|
|
1123
|
+
Defines the request payload for AdminGetStatisticsLeaderboardAroundPlayer.
|
|
1124
|
+
|
|
1125
|
+
_Không có field public (payload rỗng)._
|
|
1126
|
+
|
|
1127
|
+
### GetCurrencyLeaderboardRequestData
|
|
1128
|
+
|
|
1129
|
+
Defines the request payload for GetCurrencyLeaderboard.
|
|
1130
|
+
|
|
1131
|
+
| Field | Type | Required | Notes |
|
|
1132
|
+
|-------|------|----------|-------|
|
|
1133
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1134
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1135
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1136
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1137
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1138
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1139
|
+
|
|
1140
|
+
### ServerGetCurrencyLeaderboardRequestData
|
|
1141
|
+
|
|
1142
|
+
Extends: `GetCurrencyLeaderboardRequestData`
|
|
1143
|
+
|
|
1144
|
+
Defines the request payload for ServerGetCurrencyLeaderboard.
|
|
1145
|
+
|
|
1146
|
+
_Không có field public (payload rỗng)._
|
|
1147
|
+
|
|
1148
|
+
### AdminGetCurrencyLeaderboardRequestData
|
|
1149
|
+
|
|
1150
|
+
Extends: `ServerGetCurrencyLeaderboardRequestData`
|
|
1151
|
+
|
|
1152
|
+
Defines the request payload for AdminGetCurrencyLeaderboard.
|
|
1153
|
+
|
|
1154
|
+
_Không có field public (payload rỗng)._
|
|
1155
|
+
|
|
1156
|
+
### GetStatisticsLeaderboardRequestData
|
|
1157
|
+
|
|
1158
|
+
Defines the request payload for GetStatisticsLeaderboard.
|
|
1159
|
+
|
|
1160
|
+
| Field | Type | Required | Notes |
|
|
1161
|
+
|-------|------|----------|-------|
|
|
1162
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1163
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1164
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1165
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1166
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1167
|
+
| `version` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1168
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1169
|
+
|
|
1170
|
+
### ServerGetStatisticsLeaderboardRequestData
|
|
1171
|
+
|
|
1172
|
+
Extends: `GetStatisticsLeaderboardRequestData`
|
|
1173
|
+
|
|
1174
|
+
Defines the request payload for ServerGetStatisticsLeaderboard.
|
|
1175
|
+
|
|
1176
|
+
_Không có field public (payload rỗng)._
|
|
1177
|
+
|
|
1178
|
+
### AdminGetStatisticsLeaderboardRequestData
|
|
1179
|
+
|
|
1180
|
+
Extends: `ServerGetStatisticsLeaderboardRequestData`
|
|
1181
|
+
|
|
1182
|
+
Defines the request payload for AdminGetStatisticsLeaderboard.
|
|
1183
|
+
|
|
1184
|
+
_Không có field public (payload rỗng)._
|
|
1185
|
+
|
|
1186
|
+
### GetCreateLeaderboardRequestData
|
|
1187
|
+
|
|
1188
|
+
Defines the request payload for GetCreateLeaderboard.
|
|
1189
|
+
|
|
1190
|
+
| Field | Type | Required | Notes |
|
|
1191
|
+
|-------|------|----------|-------|
|
|
1192
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1193
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1194
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1195
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1196
|
+
|
|
1197
|
+
### ServerGetCreateLeaderboardRequestData
|
|
1198
|
+
|
|
1199
|
+
Extends: `GetCreateLeaderboardRequestData`
|
|
1200
|
+
|
|
1201
|
+
Defines the request payload for ServerGetCreateLeaderboard.
|
|
1202
|
+
|
|
1203
|
+
_Không có field public (payload rỗng)._
|
|
1204
|
+
|
|
1205
|
+
### AdminGetCreateLeaderboardRequestData
|
|
1206
|
+
|
|
1207
|
+
Extends: `ServerGetCreateLeaderboardRequestData`
|
|
1208
|
+
|
|
1209
|
+
Defines the request payload for AdminGetCreateLeaderboard.
|
|
1210
|
+
|
|
1211
|
+
_Không có field public (payload rỗng)._
|
|
1212
|
+
|
|
1213
|
+
### GetLastLoginLeaderboardRequestData
|
|
1214
|
+
|
|
1215
|
+
Defines the request payload for GetLastLoginLeaderboard.
|
|
1216
|
+
|
|
1217
|
+
| Field | Type | Required | Notes |
|
|
1218
|
+
|-------|------|----------|-------|
|
|
1219
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1220
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1221
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1222
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1223
|
+
|
|
1224
|
+
### ServerGetLastLoginLeaderboardRequestData
|
|
1225
|
+
|
|
1226
|
+
Extends: `GetLastLoginLeaderboardRequestData`
|
|
1227
|
+
|
|
1228
|
+
Defines the request payload for ServerGetLastLoginLeaderboard.
|
|
1229
|
+
|
|
1230
|
+
_Không có field public (payload rỗng)._
|
|
1231
|
+
|
|
1232
|
+
### AdminGetLastLoginLeaderboardRequestData
|
|
1233
|
+
|
|
1234
|
+
Extends: `ServerGetLastLoginLeaderboardRequestData`
|
|
1235
|
+
|
|
1236
|
+
Defines the request payload for AdminGetLastLoginLeaderboard.
|
|
1237
|
+
|
|
1238
|
+
_Không có field public (payload rỗng)._
|
|
1239
|
+
|
|
1240
|
+
### GetTagRequestData
|
|
1241
|
+
|
|
1242
|
+
Defines the request payload for GetTag.
|
|
1243
|
+
|
|
1244
|
+
| Field | Type | Required | Notes |
|
|
1245
|
+
|-------|------|----------|-------|
|
|
1246
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1247
|
+
| `tagKeys` | `Array<string>` | yes | _elementCls=String_ |
|
|
1248
|
+
|
|
1249
|
+
### ServerGetTagRequestData
|
|
1250
|
+
|
|
1251
|
+
Extends: `GetTagRequestData`
|
|
1252
|
+
|
|
1253
|
+
Defines the request payload for ServerGetTag.
|
|
1254
|
+
|
|
1255
|
+
_Không có field public (payload rỗng)._
|
|
1256
|
+
|
|
1257
|
+
### AdminGetTagRequestData
|
|
1258
|
+
|
|
1259
|
+
Extends: `ServerGetTagRequestData`
|
|
1260
|
+
|
|
1261
|
+
Defines the request payload for AdminGetTag.
|
|
1262
|
+
|
|
1263
|
+
_Không có field public (payload rỗng)._
|
|
1264
|
+
|
|
1265
|
+
### GetTsCreateRequestData
|
|
1266
|
+
|
|
1267
|
+
Defines the request payload for GetTsCreate.
|
|
1268
|
+
|
|
1269
|
+
| Field | Type | Required | Notes |
|
|
1270
|
+
|-------|------|----------|-------|
|
|
1271
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1272
|
+
|
|
1273
|
+
### ServerGetTsCreateRequestData
|
|
1274
|
+
|
|
1275
|
+
Extends: `GetTsCreateRequestData`
|
|
1276
|
+
|
|
1277
|
+
Defines the request payload for ServerGetTsCreate.
|
|
1278
|
+
|
|
1279
|
+
_Không có field public (payload rỗng)._
|
|
1280
|
+
|
|
1281
|
+
### AdminGetTsCreateRequestData
|
|
1282
|
+
|
|
1283
|
+
Extends: `ServerGetTsCreateRequestData`
|
|
1284
|
+
|
|
1285
|
+
Defines the request payload for AdminGetTsCreate.
|
|
1286
|
+
|
|
1287
|
+
_Không có field public (payload rỗng)._
|
|
1288
|
+
|
|
1289
|
+
### GetTsLastLoginRequestData
|
|
1290
|
+
|
|
1291
|
+
Defines the request payload for GetTsLastLogin.
|
|
1292
|
+
|
|
1293
|
+
| Field | Type | Required | Notes |
|
|
1294
|
+
|-------|------|----------|-------|
|
|
1295
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1296
|
+
|
|
1297
|
+
### ServerGetTsLastLoginRequestData
|
|
1298
|
+
|
|
1299
|
+
Extends: `GetTsLastLoginRequestData`
|
|
1300
|
+
|
|
1301
|
+
Defines the request payload for ServerGetTsLastLogin.
|
|
1302
|
+
|
|
1303
|
+
_Không có field public (payload rỗng)._
|
|
1304
|
+
|
|
1305
|
+
### AdminGetTsLastLoginRequestData
|
|
1306
|
+
|
|
1307
|
+
Extends: `ServerGetTsLastLoginRequestData`
|
|
1308
|
+
|
|
1309
|
+
Defines the request payload for AdminGetTsLastLogin.
|
|
1310
|
+
|
|
1311
|
+
_Không có field public (payload rỗng)._
|
|
1312
|
+
|
|
1313
|
+
### CreateGroupRequestData
|
|
1314
|
+
|
|
1315
|
+
Creates a group from a character-player context.
|
|
1316
|
+
|
|
1317
|
+
| Field | Type | Required | Notes |
|
|
1318
|
+
|-------|------|----------|-------|
|
|
1319
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1320
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1321
|
+
| `groupMembers` | `Array<GroupMemberParam>` | no | Additional group members expressed as game-player user IDs, not character IDs. — _elementCls=GroupMemberParam_ |
|
|
1322
|
+
| `displayName` | `string` | no | _default=""_ |
|
|
1323
|
+
|
|
1324
|
+
### ServerCreateGroupRequestData
|
|
1325
|
+
|
|
1326
|
+
Extends: `CreateGroupRequestData`
|
|
1327
|
+
|
|
1328
|
+
Defines the request payload for ServerCreateGroup.
|
|
1329
|
+
|
|
1330
|
+
_Không có field public (payload rỗng)._
|
|
1331
|
+
|
|
1332
|
+
### AdminCreateGroupRequestData
|
|
1333
|
+
|
|
1334
|
+
Extends: `ServerCreateGroupRequestData`
|
|
1335
|
+
|
|
1336
|
+
Defines the request payload for AdminCreateGroup.
|
|
1337
|
+
|
|
1338
|
+
_Không có field public (payload rỗng)._
|
|
1339
|
+
|
|
1340
|
+
### CreatePlayerItemRequestData
|
|
1341
|
+
|
|
1342
|
+
Defines the request payload for CreatePlayerItem.
|
|
1343
|
+
|
|
1344
|
+
| Field | Type | Required | Notes |
|
|
1345
|
+
|-------|------|----------|-------|
|
|
1346
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1347
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1348
|
+
| `classId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1349
|
+
| `displayName` | `string` | no | _default=""_ |
|
|
1350
|
+
| `amount` | `number` | no | _default=1_ |
|
|
1351
|
+
|
|
1352
|
+
### ServerCreatePlayerItemRequestData
|
|
1353
|
+
|
|
1354
|
+
Extends: `CreatePlayerItemRequestData`
|
|
1355
|
+
|
|
1356
|
+
Defines the request payload for ServerCreatePlayerItem.
|
|
1357
|
+
|
|
1358
|
+
_Không có field public (payload rỗng)._
|
|
1359
|
+
|
|
1360
|
+
### AdminCreatePlayerItemRequestData
|
|
1361
|
+
|
|
1362
|
+
Extends: `ServerCreatePlayerItemRequestData`
|
|
1363
|
+
|
|
1364
|
+
Defines the request payload for AdminCreatePlayerItem.
|
|
1365
|
+
|
|
1366
|
+
_Không có field public (payload rỗng)._
|
|
1367
|
+
|
|
1368
|
+
### JoinGroupRequestData
|
|
1369
|
+
|
|
1370
|
+
Defines the request payload for JoinGroup.
|
|
1371
|
+
|
|
1372
|
+
| Field | Type | Required | Notes |
|
|
1373
|
+
|-------|------|----------|-------|
|
|
1374
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1375
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1376
|
+
|
|
1377
|
+
### ServerJoinGroupRequestData
|
|
1378
|
+
|
|
1379
|
+
Extends: `JoinGroupRequestData`
|
|
1380
|
+
|
|
1381
|
+
Defines the request payload for ServerJoinGroup.
|
|
1382
|
+
|
|
1383
|
+
_Không có field public (payload rỗng)._
|
|
1384
|
+
|
|
1385
|
+
### AdminJoinGroupRequestData
|
|
1386
|
+
|
|
1387
|
+
Extends: `ServerJoinGroupRequestData`
|
|
1388
|
+
|
|
1389
|
+
Defines the request payload for AdminJoinGroup.
|
|
1390
|
+
|
|
1391
|
+
_Không có field public (payload rỗng)._
|
|
1392
|
+
|
|
1393
|
+
### LeaveGroupRequestData
|
|
1394
|
+
|
|
1395
|
+
Defines the request payload for LeaveGroup.
|
|
1396
|
+
|
|
1397
|
+
| Field | Type | Required | Notes |
|
|
1398
|
+
|-------|------|----------|-------|
|
|
1399
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1400
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1401
|
+
|
|
1402
|
+
### ServerLeaveGroupRequestData
|
|
1403
|
+
|
|
1404
|
+
Extends: `LeaveGroupRequestData`
|
|
1405
|
+
|
|
1406
|
+
Defines the request payload for ServerLeaveGroup.
|
|
1407
|
+
|
|
1408
|
+
_Không có field public (payload rỗng)._
|
|
1409
|
+
|
|
1410
|
+
### AdminLeaveGroupRequestData
|
|
1411
|
+
|
|
1412
|
+
Extends: `ServerLeaveGroupRequestData`
|
|
1413
|
+
|
|
1414
|
+
Defines the request payload for AdminLeaveGroup.
|
|
1415
|
+
|
|
1416
|
+
_Không có field public (payload rỗng)._
|
|
1417
|
+
|
|
1418
|
+
### RemovePlayerFriendRequestData
|
|
1419
|
+
|
|
1420
|
+
Defines the request payload for RemovePlayerFriend.
|
|
1421
|
+
|
|
1422
|
+
| Field | Type | Required | Notes |
|
|
1423
|
+
|-------|------|----------|-------|
|
|
1424
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1425
|
+
| `friendId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1426
|
+
|
|
1427
|
+
### ServerRemovePlayerFriendRequestData
|
|
1428
|
+
|
|
1429
|
+
Extends: `RemovePlayerFriendRequestData`
|
|
1430
|
+
|
|
1431
|
+
Defines the request payload for ServerRemovePlayerFriend.
|
|
1432
|
+
|
|
1433
|
+
_Không có field public (payload rỗng)._
|
|
1434
|
+
|
|
1435
|
+
### AdminRemovePlayerFriendRequestData
|
|
1436
|
+
|
|
1437
|
+
Extends: `ServerRemovePlayerFriendRequestData`
|
|
1438
|
+
|
|
1439
|
+
Defines the request payload for AdminRemovePlayerFriend.
|
|
1440
|
+
|
|
1441
|
+
_Không có field public (payload rỗng)._
|
|
1442
|
+
|
|
1443
|
+
### RemovePlayerItemRequestData
|
|
1444
|
+
|
|
1445
|
+
Defines the request payload for RemovePlayerItem.
|
|
1446
|
+
|
|
1447
|
+
| Field | Type | Required | Notes |
|
|
1448
|
+
|-------|------|----------|-------|
|
|
1449
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1450
|
+
| `itemId` | `string` | yes | _minLength=12, maxLength=12_ |
|
|
1451
|
+
|
|
1452
|
+
### ServerRemovePlayerItemRequestData
|
|
1453
|
+
|
|
1454
|
+
Extends: `RemovePlayerItemRequestData`
|
|
1455
|
+
|
|
1456
|
+
Defines the request payload for ServerRemovePlayerItem.
|
|
1457
|
+
|
|
1458
|
+
_Không có field public (payload rỗng)._
|
|
1459
|
+
|
|
1460
|
+
### AdminRemovePlayerItemRequestData
|
|
1461
|
+
|
|
1462
|
+
Extends: `ServerRemovePlayerItemRequestData`
|
|
1463
|
+
|
|
1464
|
+
Defines the request payload for AdminRemovePlayerItem.
|
|
1465
|
+
|
|
1466
|
+
_Không có field public (payload rỗng)._
|
|
1467
|
+
|
|
1468
|
+
### RemoveSegmentRequestData
|
|
1469
|
+
|
|
1470
|
+
Defines the request payload for RemoveSegment.
|
|
1471
|
+
|
|
1472
|
+
| Field | Type | Required | Notes |
|
|
1473
|
+
|-------|------|----------|-------|
|
|
1474
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1475
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1476
|
+
|
|
1477
|
+
### ServerRemoveSegmentRequestData
|
|
1478
|
+
|
|
1479
|
+
Extends: `RemoveSegmentRequestData`
|
|
1480
|
+
|
|
1481
|
+
Defines the request payload for ServerRemoveSegment.
|
|
1482
|
+
|
|
1483
|
+
_Không có field public (payload rỗng)._
|
|
1484
|
+
|
|
1485
|
+
### AdminRemoveSegmentRequestData
|
|
1486
|
+
|
|
1487
|
+
Extends: `ServerRemoveSegmentRequestData`
|
|
1488
|
+
|
|
1489
|
+
Defines the request payload for AdminRemoveSegment.
|
|
1490
|
+
|
|
1491
|
+
_Không có field public (payload rỗng)._
|
|
1492
|
+
|
|
1493
|
+
### RemoveTagRequestData
|
|
1494
|
+
|
|
1495
|
+
Defines the request payload for RemoveTag.
|
|
1496
|
+
|
|
1497
|
+
| Field | Type | Required | Notes |
|
|
1498
|
+
|-------|------|----------|-------|
|
|
1499
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1500
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1501
|
+
|
|
1502
|
+
### ServerRemoveTagRequestData
|
|
1503
|
+
|
|
1504
|
+
Extends: `RemoveTagRequestData`
|
|
1505
|
+
|
|
1506
|
+
Defines the request payload for ServerRemoveTag.
|
|
1507
|
+
|
|
1508
|
+
_Không có field public (payload rỗng)._
|
|
1509
|
+
|
|
1510
|
+
### AdminRemoveTagRequestData
|
|
1511
|
+
|
|
1512
|
+
Extends: `ServerRemoveTagRequestData`
|
|
1513
|
+
|
|
1514
|
+
Defines the request payload for AdminRemoveTag.
|
|
1515
|
+
|
|
1516
|
+
_Không có field public (payload rỗng)._
|
|
1517
|
+
|
|
1518
|
+
### SetAvatarRequestData
|
|
1519
|
+
|
|
1520
|
+
Defines the request payload for SetAvatar.
|
|
1521
|
+
|
|
1522
|
+
| Field | Type | Required | Notes |
|
|
1523
|
+
|-------|------|----------|-------|
|
|
1524
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1525
|
+
| `type` | `number` | yes | — |
|
|
1526
|
+
| `value` | `string` | yes | _minLength=1, maxLength=128_ |
|
|
1527
|
+
|
|
1528
|
+
### ServerSetAvatarRequestData
|
|
1529
|
+
|
|
1530
|
+
Extends: `SetAvatarRequestData`
|
|
1531
|
+
|
|
1532
|
+
Defines the request payload for ServerSetAvatar.
|
|
1533
|
+
|
|
1534
|
+
_Không có field public (payload rỗng)._
|
|
1535
|
+
|
|
1536
|
+
### AdminSetAvatarRequestData
|
|
1537
|
+
|
|
1538
|
+
Extends: `ServerSetAvatarRequestData`
|
|
1539
|
+
|
|
1540
|
+
Defines the request payload for AdminSetAvatar.
|
|
1541
|
+
|
|
1542
|
+
_Không có field public (payload rỗng)._
|
|
1543
|
+
|
|
1544
|
+
### SetCountryCodeRequestData
|
|
1545
|
+
|
|
1546
|
+
Defines the request payload for SetCountryCode.
|
|
1547
|
+
|
|
1548
|
+
| Field | Type | Required | Notes |
|
|
1549
|
+
|-------|------|----------|-------|
|
|
1550
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1551
|
+
| `countryCode` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1552
|
+
|
|
1553
|
+
### ServerSetCountryCodeRequestData
|
|
1554
|
+
|
|
1555
|
+
Extends: `SetCountryCodeRequestData`
|
|
1556
|
+
|
|
1557
|
+
Defines the request payload for ServerSetCountryCode.
|
|
1558
|
+
|
|
1559
|
+
_Không có field public (payload rỗng)._
|
|
1560
|
+
|
|
1561
|
+
### AdminSetCountryCodeRequestData
|
|
1562
|
+
|
|
1563
|
+
Extends: `ServerSetCountryCodeRequestData`
|
|
1564
|
+
|
|
1565
|
+
Defines the request payload for AdminSetCountryCode.
|
|
1566
|
+
|
|
1567
|
+
_Không có field public (payload rỗng)._
|
|
1568
|
+
|
|
1569
|
+
### SetCustomDataRequestData
|
|
1570
|
+
|
|
1571
|
+
Defines the request payload for SetCustomData.
|
|
1572
|
+
|
|
1573
|
+
| Field | Type | Required | Notes |
|
|
1574
|
+
|-------|------|----------|-------|
|
|
1575
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1576
|
+
| `customDatas` | `Array<CustomDataParam>` | yes | _minLength=1, maxLength=32, elementCls=CustomDataParam_ |
|
|
1577
|
+
|
|
1578
|
+
### ServerSetCustomDataRequestData
|
|
1579
|
+
|
|
1580
|
+
Extends: `SetCustomDataRequestData`
|
|
1581
|
+
|
|
1582
|
+
Defines the request payload for ServerSetCustomData.
|
|
1583
|
+
|
|
1584
|
+
_Không có field public (payload rỗng)._
|
|
1585
|
+
|
|
1586
|
+
### AdminSetCustomDataRequestData
|
|
1587
|
+
|
|
1588
|
+
Extends: `ServerSetCustomDataRequestData`
|
|
1589
|
+
|
|
1590
|
+
Defines the request payload for AdminSetCustomData.
|
|
1591
|
+
|
|
1592
|
+
_Không có field public (payload rỗng)._
|
|
1593
|
+
|
|
1594
|
+
### SetDisplayNameRequestData
|
|
1595
|
+
|
|
1596
|
+
Defines the request payload for SetDisplayName.
|
|
1597
|
+
|
|
1598
|
+
| Field | Type | Required | Notes |
|
|
1599
|
+
|-------|------|----------|-------|
|
|
1600
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1601
|
+
| `displayName` | `string` | yes | _minLength=5, maxLength=32_ |
|
|
1602
|
+
| `uniqueDisplayName` | `boolean` | no | _default=false_ |
|
|
1603
|
+
|
|
1604
|
+
### ServerSetDisplayNameRequestData
|
|
1605
|
+
|
|
1606
|
+
Extends: `SetDisplayNameRequestData`
|
|
1607
|
+
|
|
1608
|
+
Defines the request payload for ServerSetDisplayName.
|
|
1609
|
+
|
|
1610
|
+
_Không có field public (payload rỗng)._
|
|
1611
|
+
|
|
1612
|
+
### AdminSetDisplayNameRequestData
|
|
1613
|
+
|
|
1614
|
+
Extends: `ServerSetDisplayNameRequestData`
|
|
1615
|
+
|
|
1616
|
+
Defines the request payload for AdminSetDisplayName.
|
|
1617
|
+
|
|
1618
|
+
_Không có field public (payload rỗng)._
|
|
1619
|
+
|
|
1620
|
+
### SetOwnerRequestData
|
|
1621
|
+
|
|
1622
|
+
Transfers ownership of the character to another game player. The public contract currently exposes only the new owner ID, not an owner-type override.
|
|
1623
|
+
|
|
1624
|
+
| Field | Type | Required | Notes |
|
|
1625
|
+
|-------|------|----------|-------|
|
|
1626
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1627
|
+
| `newOwnerId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1628
|
+
|
|
1629
|
+
### ServerSetOwnerRequestData
|
|
1630
|
+
|
|
1631
|
+
Extends: `SetOwnerRequestData`
|
|
1632
|
+
|
|
1633
|
+
Defines the request payload for ServerSetOwner.
|
|
1634
|
+
|
|
1635
|
+
_Không có field public (payload rỗng)._
|
|
1636
|
+
|
|
1637
|
+
### AdminSetOwnerRequestData
|
|
1638
|
+
|
|
1639
|
+
Extends: `ServerSetOwnerRequestData`
|
|
1640
|
+
|
|
1641
|
+
Defines the request payload for AdminSetOwner.
|
|
1642
|
+
|
|
1643
|
+
_Không có field public (payload rỗng)._
|
|
1644
|
+
|
|
1645
|
+
### SetPlayerBanRequestData
|
|
1646
|
+
|
|
1647
|
+
Defines the request payload for SetPlayerBan.
|
|
1648
|
+
|
|
1649
|
+
| Field | Type | Required | Notes |
|
|
1650
|
+
|-------|------|----------|-------|
|
|
1651
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1652
|
+
| `tsExpire` | `number` | yes | — |
|
|
1653
|
+
| `reason` | `string` | yes | — |
|
|
1654
|
+
|
|
1655
|
+
### ServerSetPlayerBanRequestData
|
|
1656
|
+
|
|
1657
|
+
Extends: `SetPlayerBanRequestData`
|
|
1658
|
+
|
|
1659
|
+
Defines the request payload for ServerSetPlayerBan.
|
|
1660
|
+
|
|
1661
|
+
_Không có field public (payload rỗng)._
|
|
1662
|
+
|
|
1663
|
+
### AdminSetPlayerBanRequestData
|
|
1664
|
+
|
|
1665
|
+
Extends: `ServerSetPlayerBanRequestData`
|
|
1666
|
+
|
|
1667
|
+
Defines the request payload for AdminSetPlayerBan.
|
|
1668
|
+
|
|
1669
|
+
_Không có field public (payload rỗng)._
|
|
1670
|
+
|
|
1671
|
+
### ChangePlayerCurrencyRequestData
|
|
1672
|
+
|
|
1673
|
+
Defines the request payload for ChangePlayerCurrency.
|
|
1674
|
+
|
|
1675
|
+
| Field | Type | Required | Notes |
|
|
1676
|
+
|-------|------|----------|-------|
|
|
1677
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1678
|
+
| `playerCurrencies` | `Array<PlayerCurrencyParam>` | yes | _minLength=1, maxLength=32, elementCls=PlayerCurrencyParam_ |
|
|
1679
|
+
| `log` | `string` | yes | _minLength=1, maxLength=256_ |
|
|
1680
|
+
|
|
1681
|
+
### ServerChangePlayerCurrencyRequestData
|
|
1682
|
+
|
|
1683
|
+
Extends: `ChangePlayerCurrencyRequestData`
|
|
1684
|
+
|
|
1685
|
+
Defines the request payload for ServerChangePlayerCurrency.
|
|
1686
|
+
|
|
1687
|
+
_Không có field public (payload rỗng)._
|
|
1688
|
+
|
|
1689
|
+
### AdminChangePlayerCurrencyRequestData
|
|
1690
|
+
|
|
1691
|
+
Extends: `ServerChangePlayerCurrencyRequestData`
|
|
1692
|
+
|
|
1693
|
+
Defines the request payload for AdminChangePlayerCurrency.
|
|
1694
|
+
|
|
1695
|
+
_Không có field public (payload rỗng)._
|
|
1696
|
+
|
|
1697
|
+
### SetPlayerDataRequestData
|
|
1698
|
+
|
|
1699
|
+
Defines the request payload for SetPlayerData.
|
|
1700
|
+
|
|
1701
|
+
| Field | Type | Required | Notes |
|
|
1702
|
+
|-------|------|----------|-------|
|
|
1703
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1704
|
+
| `playerDatas` | `Array<PlayerDataParam>` | yes | _minLength=1, maxLength=32, elementCls=PlayerDataParam_ |
|
|
1705
|
+
|
|
1706
|
+
### ServerSetPlayerDataRequestData
|
|
1707
|
+
|
|
1708
|
+
Extends: `SetPlayerDataRequestData`
|
|
1709
|
+
|
|
1710
|
+
Defines the request payload for ServerSetPlayerData.
|
|
1711
|
+
|
|
1712
|
+
_Không có field public (payload rỗng)._
|
|
1713
|
+
|
|
1714
|
+
### AdminSetPlayerDataRequestData
|
|
1715
|
+
|
|
1716
|
+
Extends: `ServerSetPlayerDataRequestData`
|
|
1717
|
+
|
|
1718
|
+
Defines the request payload for AdminSetPlayerData.
|
|
1719
|
+
|
|
1720
|
+
_Không có field public (payload rỗng)._
|
|
1721
|
+
|
|
1722
|
+
### ChangePlayerStatisticsRequestData
|
|
1723
|
+
|
|
1724
|
+
Defines the request payload for ChangePlayerStatistics.
|
|
1725
|
+
|
|
1726
|
+
| Field | Type | Required | Notes |
|
|
1727
|
+
|-------|------|----------|-------|
|
|
1728
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1729
|
+
| `playerStatistics` | `Array<PlayerStatisticsParam>` | yes | _minLength=1, maxLength=32, elementCls=PlayerStatisticsParam_ |
|
|
1730
|
+
| `log` | `string` | yes | _minLength=1, maxLength=256_ |
|
|
1731
|
+
|
|
1732
|
+
### ServerChangePlayerStatisticsRequestData
|
|
1733
|
+
|
|
1734
|
+
Extends: `ChangePlayerStatisticsRequestData`
|
|
1735
|
+
|
|
1736
|
+
Defines the request payload for ServerChangePlayerStatistics.
|
|
1737
|
+
|
|
1738
|
+
_Không có field public (payload rỗng)._
|
|
1739
|
+
|
|
1740
|
+
### AdminChangePlayerStatisticsRequestData
|
|
1741
|
+
|
|
1742
|
+
Extends: `ServerChangePlayerStatisticsRequestData`
|
|
1743
|
+
|
|
1744
|
+
Defines the request payload for AdminChangePlayerStatistics.
|
|
1745
|
+
|
|
1746
|
+
_Không có field public (payload rỗng)._
|
|
1747
|
+
|
|
1748
|
+
### SetRemoveStatusRequestData
|
|
1749
|
+
|
|
1750
|
+
Defines the request payload for SetRemoveStatus.
|
|
1751
|
+
|
|
1752
|
+
| Field | Type | Required | Notes |
|
|
1753
|
+
|-------|------|----------|-------|
|
|
1754
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1755
|
+
| `reason` | `string` | no | _default=""_ |
|
|
1756
|
+
|
|
1757
|
+
### ServerSetRemoveStatusRequestData
|
|
1758
|
+
|
|
1759
|
+
Extends: `SetRemoveStatusRequestData`
|
|
1760
|
+
|
|
1761
|
+
Defines the request payload for ServerSetRemoveStatus.
|
|
1762
|
+
|
|
1763
|
+
_Không có field public (payload rỗng)._
|
|
1764
|
+
|
|
1765
|
+
### AdminSetRemoveStatusRequestData
|
|
1766
|
+
|
|
1767
|
+
Extends: `ServerSetRemoveStatusRequestData`
|
|
1768
|
+
|
|
1769
|
+
Defines the request payload for AdminSetRemoveStatus.
|
|
1770
|
+
|
|
1771
|
+
_Không có field public (payload rỗng)._
|
|
1772
|
+
|
|
1773
|
+
### SetTagRequestData
|
|
1774
|
+
|
|
1775
|
+
Defines the request payload for SetTag.
|
|
1776
|
+
|
|
1777
|
+
| Field | Type | Required | Notes |
|
|
1778
|
+
|-------|------|----------|-------|
|
|
1779
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1780
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1781
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1782
|
+
|
|
1783
|
+
### ServerSetTagRequestData
|
|
1784
|
+
|
|
1785
|
+
Extends: `SetTagRequestData`
|
|
1786
|
+
|
|
1787
|
+
Defines the request payload for ServerSetTag.
|
|
1788
|
+
|
|
1789
|
+
_Không có field public (payload rỗng)._
|
|
1790
|
+
|
|
1791
|
+
### AdminSetTagRequestData
|
|
1792
|
+
|
|
1793
|
+
Extends: `ServerSetTagRequestData`
|
|
1794
|
+
|
|
1795
|
+
Defines the request payload for AdminSetTag.
|
|
1796
|
+
|
|
1797
|
+
_Không có field public (payload rỗng)._
|
|
1798
|
+
|
|
1799
|
+
### GetCurrencyLogRequestData
|
|
1800
|
+
|
|
1801
|
+
Reads currency change logs for one character player. Pagination is token-based rather than skip-based.
|
|
1802
|
+
|
|
1803
|
+
| Field | Type | Required | Notes |
|
|
1804
|
+
|-------|------|----------|-------|
|
|
1805
|
+
| `keys` | `Array<string>` | yes | _minLength=1, maxLength=32, elementCls=String_ |
|
|
1806
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1807
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1808
|
+
| `token` | `string` | yes | Continuation token returned by the previous page. — _minLength=24, maxLength=24_ |
|
|
1809
|
+
|
|
1810
|
+
### ServerGetCurrencyLogRequestData
|
|
1811
|
+
|
|
1812
|
+
Extends: `GetCurrencyLogRequestData`
|
|
1813
|
+
|
|
1814
|
+
Defines the request payload for ServerGetCurrencyLog.
|
|
1815
|
+
|
|
1816
|
+
_Không có field public (payload rỗng)._
|
|
1817
|
+
|
|
1818
|
+
### AdminGetCurrencyLogRequestData
|
|
1819
|
+
|
|
1820
|
+
Extends: `ServerGetCurrencyLogRequestData`
|
|
1821
|
+
|
|
1822
|
+
Defines the request payload for AdminGetCurrencyLog.
|
|
1823
|
+
|
|
1824
|
+
_Không có field public (payload rỗng)._
|
|
1825
|
+
|
|
1826
|
+
### GetStatisticsLogRequestData
|
|
1827
|
+
|
|
1828
|
+
Reads statistic change logs for one character player. Pagination is token-based rather than skip-based.
|
|
1829
|
+
|
|
1830
|
+
| Field | Type | Required | Notes |
|
|
1831
|
+
|-------|------|----------|-------|
|
|
1832
|
+
| `keys` | `Array<string>` | yes | _minLength=1, maxLength=32, elementCls=String_ |
|
|
1833
|
+
| `characterId` | `string` | yes | _minLength=11, maxLength=11_ |
|
|
1834
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1835
|
+
| `token` | `string` | yes | Continuation token returned by the previous page. — _minLength=24, maxLength=24_ |
|
|
1836
|
+
|
|
1837
|
+
### ServerGetStatisticsLogRequestData
|
|
1838
|
+
|
|
1839
|
+
Extends: `GetStatisticsLogRequestData`
|
|
1840
|
+
|
|
1841
|
+
Defines the request payload for ServerGetStatisticsLog.
|
|
1842
|
+
|
|
1843
|
+
_Không có field public (payload rỗng)._
|
|
1844
|
+
|
|
1845
|
+
### AdminGetStatisticsLogRequestData
|
|
1846
|
+
|
|
1847
|
+
Extends: `ServerGetStatisticsLogRequestData`
|
|
1848
|
+
|
|
1849
|
+
Defines the request payload for AdminGetStatisticsLog.
|
|
1850
|
+
|
|
1851
|
+
_Không có field public (payload rỗng)._
|
|
1852
|
+
|
|
1853
|
+
### InfoResponseParameters
|
|
1854
|
+
|
|
1855
|
+
Contains the optional fields requested through `InfoRequestParam`.
|
|
1856
|
+
|
|
1857
|
+
| Field | Type | Required | Notes |
|
|
1858
|
+
|-------|------|----------|-------|
|
|
1859
|
+
| `catalogId` | `string` | no | — |
|
|
1860
|
+
| `owner` | `GenericModels.OwnerItem` | no | — |
|
|
1861
|
+
| `removeStatus` | `GenericModels.RemoveStatusItem` | no | — |
|
|
1862
|
+
| `segments` | `Array<string>` | no | _elementCls=String_ |
|
|
1863
|
+
| `customDatas` | `Array<GenericModels.DataItem>` | no | _elementCls=GenericModels.DataItem_ |
|
|
1864
|
+
| `displayName` | `string` | no | — |
|
|
1865
|
+
| `avatar` | `GenericModels.AvatarItem` | no | — |
|
|
1866
|
+
| `tsCreate` | `number` | no | — |
|
|
1867
|
+
| `tags` | `Array<GenericModels.TagItem>` | no | _elementCls=GenericModels.TagItem_ |
|
|
1868
|
+
| `playerBan` | `GenericModels.BanItem` | no | — |
|
|
1869
|
+
| `playerDatas` | `Array<GenericModels.DataItem>` | no | _elementCls=GenericModels.DataItem_ |
|
|
1870
|
+
| `playerCurrencies` | `Array<GenericModels.CurrencyItem>` | no | _elementCls=GenericModels.CurrencyItem_ |
|
|
1871
|
+
| `playerStatistics` | `Array<GenericModels.StatisticsItem>` | no | _elementCls=GenericModels.StatisticsItem_ |
|
|
1872
|
+
| `playerInventories` | `Array<GenericModels.InventoryItem>` | no | Lightweight relation items for inventory owned by the character. — _elementCls=GenericModels.InventoryItem_ |
|
|
1873
|
+
| `playerGroups` | `Array<GenericModels.GroupItem>` | no | Lightweight relation items for groups attached to the character. — _elementCls=GenericModels.GroupItem_ |
|
|
1874
|
+
| `playerFriends` | `Array<GenericModels.FriendItem>` | no | Lightweight relation items for friends attached to the character. — _elementCls=GenericModels.FriendItem_ |
|
|
1875
|
+
| `tsLastLogin` | `number` | no | — |
|
|
1876
|
+
| `ipAddressCreate` | `string` | no | — |
|
|
1877
|
+
| `countryCode` | `string` | no | — |
|
|
1878
|
+
|
|
1879
|
+
### CharacterPlayerResponseData
|
|
1880
|
+
|
|
1881
|
+
Base character-player response envelope.
|
|
1882
|
+
|
|
1883
|
+
| Field | Type | Required | Notes |
|
|
1884
|
+
|-------|------|----------|-------|
|
|
1885
|
+
| `infoResponseParameters` | `InfoResponseParameters` | yes | Optional field bag controlled by the corresponding `InfoRequestParam`. |
|
|
1886
|
+
|
|
1887
|
+
### CharacterPlayerWithCharacterIdResponseData
|
|
1888
|
+
|
|
1889
|
+
Extends: `CharacterPlayerResponseData`
|
|
1890
|
+
|
|
1891
|
+
Character-player envelope that also exposes the resolved character ID.
|
|
1892
|
+
|
|
1893
|
+
| Field | Type | Required | Notes |
|
|
1894
|
+
|-------|------|----------|-------|
|
|
1895
|
+
| `characterId` | `string` | yes | — |
|
|
1896
|
+
|
|
1897
|
+
### CharacterPlayerLeaderboardResponseData
|
|
1898
|
+
|
|
1899
|
+
Extends: `CharacterPlayerWithCharacterIdResponseData`
|
|
1900
|
+
|
|
1901
|
+
Defines the response payload for CharacterPlayerLeaderboard.
|
|
1902
|
+
|
|
1903
|
+
| Field | Type | Required | Notes |
|
|
1904
|
+
|-------|------|----------|-------|
|
|
1905
|
+
| `position` | `number` | yes | — |
|
|
1906
|
+
| `backupValue` | `number` | no | — |
|
|
1907
|
+
|
|
1908
|
+
### CharacterPlayerLogResponseData
|
|
1909
|
+
|
|
1910
|
+
Defines the response payload for CharacterPlayerLog.
|
|
1911
|
+
|
|
1912
|
+
| Field | Type | Required | Notes |
|
|
1913
|
+
|-------|------|----------|-------|
|
|
1914
|
+
| `characterId` | `string` | yes | — |
|
|
1915
|
+
| `tsCreate` | `number` | yes | — |
|
|
1916
|
+
| `log` | `string` | yes | — |
|
|
1917
|
+
| `key` | `string` | yes | — |
|
|
1918
|
+
| `amount` | `number` | yes | — |
|
|
1919
|
+
| `startValue` | `number` | yes | — |
|
|
1920
|
+
| `finalValue` | `number` | yes | — |
|
|
1921
|
+
|
|
1922
|
+
### GetStatisticsLeaderboardResponseData
|
|
1923
|
+
|
|
1924
|
+
Defines the response payload for GetStatisticsLeaderboard.
|
|
1925
|
+
|
|
1926
|
+
| Field | Type | Required | Notes |
|
|
1927
|
+
|-------|------|----------|-------|
|
|
1928
|
+
| `results` | `Array<CharacterPlayerLeaderboardResponseData>` | yes | _elementCls=CharacterPlayerLeaderboardResponseData_ |
|
|
1929
|
+
| `tsCreate` | `number` | no | — |
|
|
1930
|
+
|
|
1931
|
+
### CharacterPlayersWithCharacterIdResponseData
|
|
1932
|
+
|
|
1933
|
+
Defines the response payload for CharacterPlayersWithCharacterId.
|
|
1934
|
+
|
|
1935
|
+
| Field | Type | Required | Notes |
|
|
1936
|
+
|-------|------|----------|-------|
|
|
1937
|
+
| `results` | `Array<CharacterPlayerWithCharacterIdResponseData>` | yes | _elementCls=CharacterPlayerWithCharacterIdResponseData_ |
|
|
1938
|
+
|
|
1939
|
+
### GetCurrencyLeaderboardResponseData
|
|
1940
|
+
|
|
1941
|
+
Defines the response payload for GetCurrencyLeaderboard.
|
|
1942
|
+
|
|
1943
|
+
| Field | Type | Required | Notes |
|
|
1944
|
+
|-------|------|----------|-------|
|
|
1945
|
+
| `results` | `Array<CharacterPlayerLeaderboardResponseData>` | yes | _elementCls=CharacterPlayerLeaderboardResponseData_ |
|
|
1946
|
+
|
|
1947
|
+
### GetCreateLeaderboardResponseData
|
|
1948
|
+
|
|
1949
|
+
Defines the response payload for GetCreateLeaderboard.
|
|
1950
|
+
|
|
1951
|
+
| Field | Type | Required | Notes |
|
|
1952
|
+
|-------|------|----------|-------|
|
|
1953
|
+
| `results` | `Array<CharacterPlayerLeaderboardResponseData>` | yes | _elementCls=CharacterPlayerLeaderboardResponseData_ |
|
|
1954
|
+
|
|
1955
|
+
### GetLastLoginLeaderboardResponseData
|
|
1956
|
+
|
|
1957
|
+
Defines the response payload for GetLastLoginLeaderboard.
|
|
1958
|
+
|
|
1959
|
+
| Field | Type | Required | Notes |
|
|
1960
|
+
|-------|------|----------|-------|
|
|
1961
|
+
| `results` | `Array<CharacterPlayerLeaderboardResponseData>` | yes | _elementCls=CharacterPlayerLeaderboardResponseData_ |
|
|
1962
|
+
|
|
1963
|
+
### GetStatisticsLogResponseData
|
|
1964
|
+
|
|
1965
|
+
Returns one page of statistics logs.
|
|
1966
|
+
|
|
1967
|
+
| Field | Type | Required | Notes |
|
|
1968
|
+
|-------|------|----------|-------|
|
|
1969
|
+
| `results` | `Array<CharacterPlayerLogResponseData>` | yes | _elementCls=CharacterPlayerLogResponseData_ |
|
|
1970
|
+
| `token` | `string` | no | Continuation token for the next page, or `undefined` when pagination is exhausted. |
|
|
1971
|
+
|
|
1972
|
+
### GetCurrencyLogResponseData
|
|
1973
|
+
|
|
1974
|
+
Returns one page of currency logs.
|
|
1975
|
+
|
|
1976
|
+
| Field | Type | Required | Notes |
|
|
1977
|
+
|-------|------|----------|-------|
|
|
1978
|
+
| `results` | `Array<CharacterPlayerLogResponseData>` | yes | _elementCls=CharacterPlayerLogResponseData_ |
|
|
1979
|
+
| `token` | `string` | no | Continuation token for the next page, or `undefined` when pagination is exhausted. |
|
|
1980
|
+
|
|
1981
|
+
### EmptyResponseData
|
|
1982
|
+
|
|
1983
|
+
Defines an intentionally empty response payload.
|
|
1984
|
+
|
|
1985
|
+
_Không có field public (payload rỗng)._
|
|
1986
|
+
|
|
1987
|
+
## Namespace `CharacterPlayerRequestModels`
|
|
1988
|
+
|
|
1989
|
+
### AddPlayerFriendOperationRequest
|
|
1990
|
+
|
|
1991
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.AddPlayerFriendRequestData>`
|
|
1992
|
+
|
|
1993
|
+
Maps the AddPlayerFriend operation to a typed request wrapper.
|
|
1994
|
+
|
|
1995
|
+
_Không có field public (payload rỗng)._
|
|
1996
|
+
|
|
1997
|
+
### ServerAddPlayerFriendOperationRequest
|
|
1998
|
+
|
|
1999
|
+
Extends: `AddPlayerFriendOperationRequest`
|
|
2000
|
+
|
|
2001
|
+
Maps the ServerAddPlayerFriend operation to a typed request wrapper.
|
|
2002
|
+
|
|
2003
|
+
_Không có field public (payload rỗng)._
|
|
2004
|
+
|
|
2005
|
+
### AdminAddPlayerFriendOperationRequest
|
|
2006
|
+
|
|
2007
|
+
Extends: `AddPlayerFriendOperationRequest`
|
|
2008
|
+
|
|
2009
|
+
Maps the AdminAddPlayerFriend operation to a typed request wrapper.
|
|
2010
|
+
|
|
2011
|
+
_Không có field public (payload rỗng)._
|
|
2012
|
+
|
|
2013
|
+
### AddSegmentOperationRequest
|
|
2014
|
+
|
|
2015
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.AddSegmentRequestData>`
|
|
2016
|
+
|
|
2017
|
+
Maps the AddSegment operation to a typed request wrapper.
|
|
2018
|
+
|
|
2019
|
+
_Không có field public (payload rỗng)._
|
|
2020
|
+
|
|
2021
|
+
### ServerAddSegmentOperationRequest
|
|
2022
|
+
|
|
2023
|
+
Extends: `AddSegmentOperationRequest`
|
|
2024
|
+
|
|
2025
|
+
Maps the ServerAddSegment operation to a typed request wrapper.
|
|
2026
|
+
|
|
2027
|
+
_Không có field public (payload rỗng)._
|
|
2028
|
+
|
|
2029
|
+
### AdminAddSegmentOperationRequest
|
|
2030
|
+
|
|
2031
|
+
Extends: `AddSegmentOperationRequest`
|
|
2032
|
+
|
|
2033
|
+
Maps the AdminAddSegment operation to a typed request wrapper.
|
|
2034
|
+
|
|
2035
|
+
_Không có field public (payload rỗng)._
|
|
2036
|
+
|
|
2037
|
+
### GetAvatarOperationRequest
|
|
2038
|
+
|
|
2039
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetAvatarRequestData>`
|
|
2040
|
+
|
|
2041
|
+
Maps the GetAvatar operation to a typed request wrapper.
|
|
2042
|
+
|
|
2043
|
+
_Không có field public (payload rỗng)._
|
|
2044
|
+
|
|
2045
|
+
### ServerGetAvatarOperationRequest
|
|
2046
|
+
|
|
2047
|
+
Extends: `GetAvatarOperationRequest`
|
|
2048
|
+
|
|
2049
|
+
Maps the ServerGetAvatar operation to a typed request wrapper.
|
|
2050
|
+
|
|
2051
|
+
_Không có field public (payload rỗng)._
|
|
2052
|
+
|
|
2053
|
+
### AdminGetAvatarOperationRequest
|
|
2054
|
+
|
|
2055
|
+
Extends: `GetAvatarOperationRequest`
|
|
2056
|
+
|
|
2057
|
+
Maps the AdminGetAvatar operation to a typed request wrapper.
|
|
2058
|
+
|
|
2059
|
+
_Không có field public (payload rỗng)._
|
|
2060
|
+
|
|
2061
|
+
### GetCatalogIdOperationRequest
|
|
2062
|
+
|
|
2063
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCatalogIdRequestData>`
|
|
2064
|
+
|
|
2065
|
+
Maps the GetCatalogId operation to a typed request wrapper.
|
|
2066
|
+
|
|
2067
|
+
_Không có field public (payload rỗng)._
|
|
2068
|
+
|
|
2069
|
+
### ServerGetCatalogIdOperationRequest
|
|
2070
|
+
|
|
2071
|
+
Extends: `GetCatalogIdOperationRequest`
|
|
2072
|
+
|
|
2073
|
+
Maps the ServerGetCatalogId operation to a typed request wrapper.
|
|
2074
|
+
|
|
2075
|
+
_Không có field public (payload rỗng)._
|
|
2076
|
+
|
|
2077
|
+
### AdminGetCatalogIdOperationRequest
|
|
2078
|
+
|
|
2079
|
+
Extends: `GetCatalogIdOperationRequest`
|
|
2080
|
+
|
|
2081
|
+
Maps the AdminGetCatalogId operation to a typed request wrapper.
|
|
2082
|
+
|
|
2083
|
+
_Không có field public (payload rỗng)._
|
|
2084
|
+
|
|
2085
|
+
### GetCountryCodeOperationRequest
|
|
2086
|
+
|
|
2087
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCountryCodeRequestData>`
|
|
2088
|
+
|
|
2089
|
+
Maps the GetCountryCode operation to a typed request wrapper.
|
|
2090
|
+
|
|
2091
|
+
_Không có field public (payload rỗng)._
|
|
2092
|
+
|
|
2093
|
+
### ServerGetCountryCodeOperationRequest
|
|
2094
|
+
|
|
2095
|
+
Extends: `GetCountryCodeOperationRequest`
|
|
2096
|
+
|
|
2097
|
+
Maps the ServerGetCountryCode operation to a typed request wrapper.
|
|
2098
|
+
|
|
2099
|
+
_Không có field public (payload rỗng)._
|
|
2100
|
+
|
|
2101
|
+
### AdminGetCountryCodeOperationRequest
|
|
2102
|
+
|
|
2103
|
+
Extends: `GetCountryCodeOperationRequest`
|
|
2104
|
+
|
|
2105
|
+
Maps the AdminGetCountryCode operation to a typed request wrapper.
|
|
2106
|
+
|
|
2107
|
+
_Không có field public (payload rỗng)._
|
|
2108
|
+
|
|
2109
|
+
### GetCustomDataOperationRequest
|
|
2110
|
+
|
|
2111
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCustomDataRequestData>`
|
|
2112
|
+
|
|
2113
|
+
Maps the GetCustomData operation to a typed request wrapper.
|
|
2114
|
+
|
|
2115
|
+
_Không có field public (payload rỗng)._
|
|
2116
|
+
|
|
2117
|
+
### ServerGetCustomDataOperationRequest
|
|
2118
|
+
|
|
2119
|
+
Extends: `GetCustomDataOperationRequest`
|
|
2120
|
+
|
|
2121
|
+
Maps the ServerGetCustomData operation to a typed request wrapper.
|
|
2122
|
+
|
|
2123
|
+
_Không có field public (payload rỗng)._
|
|
2124
|
+
|
|
2125
|
+
### AdminGetCustomDataOperationRequest
|
|
2126
|
+
|
|
2127
|
+
Extends: `GetCustomDataOperationRequest`
|
|
2128
|
+
|
|
2129
|
+
Maps the AdminGetCustomData operation to a typed request wrapper.
|
|
2130
|
+
|
|
2131
|
+
_Không có field public (payload rỗng)._
|
|
2132
|
+
|
|
2133
|
+
### GetDisplayNameOperationRequest
|
|
2134
|
+
|
|
2135
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetDisplayNameRequestData>`
|
|
2136
|
+
|
|
2137
|
+
Maps the GetDisplayName operation to a typed request wrapper.
|
|
2138
|
+
|
|
2139
|
+
_Không có field public (payload rỗng)._
|
|
2140
|
+
|
|
2141
|
+
### ServerGetDisplayNameOperationRequest
|
|
2142
|
+
|
|
2143
|
+
Extends: `GetDisplayNameOperationRequest`
|
|
2144
|
+
|
|
2145
|
+
Maps the ServerGetDisplayName operation to a typed request wrapper.
|
|
2146
|
+
|
|
2147
|
+
_Không có field public (payload rỗng)._
|
|
2148
|
+
|
|
2149
|
+
### AdminGetDisplayNameOperationRequest
|
|
2150
|
+
|
|
2151
|
+
Extends: `GetDisplayNameOperationRequest`
|
|
2152
|
+
|
|
2153
|
+
Maps the AdminGetDisplayName operation to a typed request wrapper.
|
|
2154
|
+
|
|
2155
|
+
_Không có field public (payload rỗng)._
|
|
2156
|
+
|
|
2157
|
+
### GetFriendStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2158
|
+
|
|
2159
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetFriendStatisticsLeaderboardAroundPlayerRequestData>`
|
|
2160
|
+
|
|
2161
|
+
Maps the GetFriendStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2162
|
+
|
|
2163
|
+
_Không có field public (payload rỗng)._
|
|
2164
|
+
|
|
2165
|
+
### ServerGetFriendStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2166
|
+
|
|
2167
|
+
Extends: `GetFriendStatisticsLeaderboardAroundPlayerOperationRequest`
|
|
2168
|
+
|
|
2169
|
+
Maps the ServerGetFriendStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2170
|
+
|
|
2171
|
+
_Không có field public (payload rỗng)._
|
|
2172
|
+
|
|
2173
|
+
### AdminGetFriendStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2174
|
+
|
|
2175
|
+
Extends: `GetFriendStatisticsLeaderboardAroundPlayerOperationRequest`
|
|
2176
|
+
|
|
2177
|
+
Maps the AdminGetFriendStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2178
|
+
|
|
2179
|
+
_Không có field public (payload rỗng)._
|
|
2180
|
+
|
|
2181
|
+
### GetFriendStatisticsLeaderboardOperationRequest
|
|
2182
|
+
|
|
2183
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetFriendStatisticsLeaderboardRequestData>`
|
|
2184
|
+
|
|
2185
|
+
Maps the GetFriendStatisticsLeaderboard operation to a typed request wrapper.
|
|
2186
|
+
|
|
2187
|
+
_Không có field public (payload rỗng)._
|
|
2188
|
+
|
|
2189
|
+
### ServerGetFriendStatisticsLeaderboardOperationRequest
|
|
2190
|
+
|
|
2191
|
+
Extends: `GetFriendStatisticsLeaderboardOperationRequest`
|
|
2192
|
+
|
|
2193
|
+
Maps the ServerGetFriendStatisticsLeaderboard operation to a typed request wrapper.
|
|
2194
|
+
|
|
2195
|
+
_Không có field public (payload rỗng)._
|
|
2196
|
+
|
|
2197
|
+
### AdminGetFriendStatisticsLeaderboardOperationRequest
|
|
2198
|
+
|
|
2199
|
+
Extends: `GetFriendStatisticsLeaderboardOperationRequest`
|
|
2200
|
+
|
|
2201
|
+
Maps the AdminGetFriendStatisticsLeaderboard operation to a typed request wrapper.
|
|
2202
|
+
|
|
2203
|
+
_Không có field public (payload rỗng)._
|
|
2204
|
+
|
|
2205
|
+
### GetIpAddressCreateOperationRequest
|
|
2206
|
+
|
|
2207
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetIpAddressCreateRequestData>`
|
|
2208
|
+
|
|
2209
|
+
Maps the GetIpAddressCreate operation to a typed request wrapper.
|
|
2210
|
+
|
|
2211
|
+
_Không có field public (payload rỗng)._
|
|
2212
|
+
|
|
2213
|
+
### ServerGetIpAddressCreateOperationRequest
|
|
2214
|
+
|
|
2215
|
+
Extends: `GetIpAddressCreateOperationRequest`
|
|
2216
|
+
|
|
2217
|
+
Maps the ServerGetIpAddressCreate operation to a typed request wrapper.
|
|
2218
|
+
|
|
2219
|
+
_Không có field public (payload rỗng)._
|
|
2220
|
+
|
|
2221
|
+
### AdminGetIpAddressCreateOperationRequest
|
|
2222
|
+
|
|
2223
|
+
Extends: `GetIpAddressCreateOperationRequest`
|
|
2224
|
+
|
|
2225
|
+
Maps the AdminGetIpAddressCreate operation to a typed request wrapper.
|
|
2226
|
+
|
|
2227
|
+
_Không có field public (payload rỗng)._
|
|
2228
|
+
|
|
2229
|
+
### GetOwnerOperationRequest
|
|
2230
|
+
|
|
2231
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetOwnerRequestData>`
|
|
2232
|
+
|
|
2233
|
+
Maps the GetOwner operation to a typed request wrapper.
|
|
2234
|
+
|
|
2235
|
+
_Không có field public (payload rỗng)._
|
|
2236
|
+
|
|
2237
|
+
### ServerGetOwnerOperationRequest
|
|
2238
|
+
|
|
2239
|
+
Extends: `GetOwnerOperationRequest`
|
|
2240
|
+
|
|
2241
|
+
Maps the ServerGetOwner operation to a typed request wrapper.
|
|
2242
|
+
|
|
2243
|
+
_Không có field public (payload rỗng)._
|
|
2244
|
+
|
|
2245
|
+
### AdminGetOwnerOperationRequest
|
|
2246
|
+
|
|
2247
|
+
Extends: `GetOwnerOperationRequest`
|
|
2248
|
+
|
|
2249
|
+
Maps the AdminGetOwner operation to a typed request wrapper.
|
|
2250
|
+
|
|
2251
|
+
_Không có field public (payload rỗng)._
|
|
2252
|
+
|
|
2253
|
+
### GetPlayerBanOperationRequest
|
|
2254
|
+
|
|
2255
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerBanRequestData>`
|
|
2256
|
+
|
|
2257
|
+
Maps the GetPlayerBan operation to a typed request wrapper.
|
|
2258
|
+
|
|
2259
|
+
_Không có field public (payload rỗng)._
|
|
2260
|
+
|
|
2261
|
+
### ServerGetPlayerBanOperationRequest
|
|
2262
|
+
|
|
2263
|
+
Extends: `GetPlayerBanOperationRequest`
|
|
2264
|
+
|
|
2265
|
+
Maps the ServerGetPlayerBan operation to a typed request wrapper.
|
|
2266
|
+
|
|
2267
|
+
_Không có field public (payload rỗng)._
|
|
2268
|
+
|
|
2269
|
+
### AdminGetPlayerBanOperationRequest
|
|
2270
|
+
|
|
2271
|
+
Extends: `GetPlayerBanOperationRequest`
|
|
2272
|
+
|
|
2273
|
+
Maps the AdminGetPlayerBan operation to a typed request wrapper.
|
|
2274
|
+
|
|
2275
|
+
_Không có field public (payload rỗng)._
|
|
2276
|
+
|
|
2277
|
+
### GetPlayerCurrencyOperationRequest
|
|
2278
|
+
|
|
2279
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerCurrencyRequestData>`
|
|
2280
|
+
|
|
2281
|
+
Maps the GetPlayerCurrency operation to a typed request wrapper.
|
|
2282
|
+
|
|
2283
|
+
_Không có field public (payload rỗng)._
|
|
2284
|
+
|
|
2285
|
+
### ServerGetPlayerCurrencyOperationRequest
|
|
2286
|
+
|
|
2287
|
+
Extends: `GetPlayerCurrencyOperationRequest`
|
|
2288
|
+
|
|
2289
|
+
Maps the ServerGetPlayerCurrency operation to a typed request wrapper.
|
|
2290
|
+
|
|
2291
|
+
_Không có field public (payload rỗng)._
|
|
2292
|
+
|
|
2293
|
+
### AdminGetPlayerCurrencyOperationRequest
|
|
2294
|
+
|
|
2295
|
+
Extends: `GetPlayerCurrencyOperationRequest`
|
|
2296
|
+
|
|
2297
|
+
Maps the AdminGetPlayerCurrency operation to a typed request wrapper.
|
|
2298
|
+
|
|
2299
|
+
_Không có field public (payload rỗng)._
|
|
2300
|
+
|
|
2301
|
+
### GetPlayerDataOperationRequest
|
|
2302
|
+
|
|
2303
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerDataRequestData>`
|
|
2304
|
+
|
|
2305
|
+
Maps the GetPlayerData operation to a typed request wrapper.
|
|
2306
|
+
|
|
2307
|
+
_Không có field public (payload rỗng)._
|
|
2308
|
+
|
|
2309
|
+
### ServerGetPlayerDataOperationRequest
|
|
2310
|
+
|
|
2311
|
+
Extends: `GetPlayerDataOperationRequest`
|
|
2312
|
+
|
|
2313
|
+
Maps the ServerGetPlayerData operation to a typed request wrapper.
|
|
2314
|
+
|
|
2315
|
+
_Không có field public (payload rỗng)._
|
|
2316
|
+
|
|
2317
|
+
### AdminGetPlayerDataOperationRequest
|
|
2318
|
+
|
|
2319
|
+
Extends: `GetPlayerDataOperationRequest`
|
|
2320
|
+
|
|
2321
|
+
Maps the AdminGetPlayerData operation to a typed request wrapper.
|
|
2322
|
+
|
|
2323
|
+
_Không có field public (payload rỗng)._
|
|
2324
|
+
|
|
2325
|
+
### GetPlayerFriendOperationRequest
|
|
2326
|
+
|
|
2327
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerFriendRequestData>`
|
|
2328
|
+
|
|
2329
|
+
Maps the GetPlayerFriend operation to a typed request wrapper.
|
|
2330
|
+
|
|
2331
|
+
_Không có field public (payload rỗng)._
|
|
2332
|
+
|
|
2333
|
+
### ServerGetPlayerFriendOperationRequest
|
|
2334
|
+
|
|
2335
|
+
Extends: `GetPlayerFriendOperationRequest`
|
|
2336
|
+
|
|
2337
|
+
Maps the ServerGetPlayerFriend operation to a typed request wrapper.
|
|
2338
|
+
|
|
2339
|
+
_Không có field public (payload rỗng)._
|
|
2340
|
+
|
|
2341
|
+
### AdminGetPlayerFriendOperationRequest
|
|
2342
|
+
|
|
2343
|
+
Extends: `GetPlayerFriendOperationRequest`
|
|
2344
|
+
|
|
2345
|
+
Maps the AdminGetPlayerFriend operation to a typed request wrapper.
|
|
2346
|
+
|
|
2347
|
+
_Không có field public (payload rỗng)._
|
|
2348
|
+
|
|
2349
|
+
### GetPlayerGroupOperationRequest
|
|
2350
|
+
|
|
2351
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerGroupRequestData>`
|
|
2352
|
+
|
|
2353
|
+
Maps the GetPlayerGroup operation to a typed request wrapper.
|
|
2354
|
+
|
|
2355
|
+
_Không có field public (payload rỗng)._
|
|
2356
|
+
|
|
2357
|
+
### ServerGetPlayerGroupOperationRequest
|
|
2358
|
+
|
|
2359
|
+
Extends: `GetPlayerGroupOperationRequest`
|
|
2360
|
+
|
|
2361
|
+
Maps the ServerGetPlayerGroup operation to a typed request wrapper.
|
|
2362
|
+
|
|
2363
|
+
_Không có field public (payload rỗng)._
|
|
2364
|
+
|
|
2365
|
+
### AdminGetPlayerGroupOperationRequest
|
|
2366
|
+
|
|
2367
|
+
Extends: `GetPlayerGroupOperationRequest`
|
|
2368
|
+
|
|
2369
|
+
Maps the AdminGetPlayerGroup operation to a typed request wrapper.
|
|
2370
|
+
|
|
2371
|
+
_Không có field public (payload rỗng)._
|
|
2372
|
+
|
|
2373
|
+
### GetPlayerInformationOperationRequest
|
|
2374
|
+
|
|
2375
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerInformationRequestData>`
|
|
2376
|
+
|
|
2377
|
+
Maps the GetPlayerInformation operation to a typed request wrapper.
|
|
2378
|
+
|
|
2379
|
+
_Không có field public (payload rỗng)._
|
|
2380
|
+
|
|
2381
|
+
### ServerGetPlayerInformationOperationRequest
|
|
2382
|
+
|
|
2383
|
+
Extends: `GetPlayerInformationOperationRequest`
|
|
2384
|
+
|
|
2385
|
+
Maps the ServerGetPlayerInformation operation to a typed request wrapper.
|
|
2386
|
+
|
|
2387
|
+
_Không có field public (payload rỗng)._
|
|
2388
|
+
|
|
2389
|
+
### AdminGetPlayerInformationOperationRequest
|
|
2390
|
+
|
|
2391
|
+
Extends: `GetPlayerInformationOperationRequest`
|
|
2392
|
+
|
|
2393
|
+
Maps the AdminGetPlayerInformation operation to a typed request wrapper.
|
|
2394
|
+
|
|
2395
|
+
_Không có field public (payload rỗng)._
|
|
2396
|
+
|
|
2397
|
+
### GetPlayerInventoryOperationRequest
|
|
2398
|
+
|
|
2399
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerInventoryRequestData>`
|
|
2400
|
+
|
|
2401
|
+
Maps the GetPlayerInventory operation to a typed request wrapper.
|
|
2402
|
+
|
|
2403
|
+
_Không có field public (payload rỗng)._
|
|
2404
|
+
|
|
2405
|
+
### ServerGetPlayerInventoryOperationRequest
|
|
2406
|
+
|
|
2407
|
+
Extends: `GetPlayerInventoryOperationRequest`
|
|
2408
|
+
|
|
2409
|
+
Maps the ServerGetPlayerInventory operation to a typed request wrapper.
|
|
2410
|
+
|
|
2411
|
+
_Không có field public (payload rỗng)._
|
|
2412
|
+
|
|
2413
|
+
### AdminGetPlayerInventoryOperationRequest
|
|
2414
|
+
|
|
2415
|
+
Extends: `GetPlayerInventoryOperationRequest`
|
|
2416
|
+
|
|
2417
|
+
Maps the AdminGetPlayerInventory operation to a typed request wrapper.
|
|
2418
|
+
|
|
2419
|
+
_Không có field public (payload rỗng)._
|
|
2420
|
+
|
|
2421
|
+
### GetPlayerStatisticsOperationRequest
|
|
2422
|
+
|
|
2423
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayerStatisticsRequestData>`
|
|
2424
|
+
|
|
2425
|
+
Maps the GetPlayerStatistics operation to a typed request wrapper.
|
|
2426
|
+
|
|
2427
|
+
_Không có field public (payload rỗng)._
|
|
2428
|
+
|
|
2429
|
+
### ServerGetPlayerStatisticsOperationRequest
|
|
2430
|
+
|
|
2431
|
+
Extends: `GetPlayerStatisticsOperationRequest`
|
|
2432
|
+
|
|
2433
|
+
Maps the ServerGetPlayerStatistics operation to a typed request wrapper.
|
|
2434
|
+
|
|
2435
|
+
_Không có field public (payload rỗng)._
|
|
2436
|
+
|
|
2437
|
+
### AdminGetPlayerStatisticsOperationRequest
|
|
2438
|
+
|
|
2439
|
+
Extends: `GetPlayerStatisticsOperationRequest`
|
|
2440
|
+
|
|
2441
|
+
Maps the AdminGetPlayerStatistics operation to a typed request wrapper.
|
|
2442
|
+
|
|
2443
|
+
_Không có field public (payload rỗng)._
|
|
2444
|
+
|
|
2445
|
+
### GetPlayersWithDisplayNameOperationRequest
|
|
2446
|
+
|
|
2447
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayersWithDisplayNameRequestData>`
|
|
2448
|
+
|
|
2449
|
+
Maps the GetPlayersWithDisplayName operation to a typed request wrapper.
|
|
2450
|
+
|
|
2451
|
+
_Không có field public (payload rỗng)._
|
|
2452
|
+
|
|
2453
|
+
### ServerGetPlayersWithDisplayNameOperationRequest
|
|
2454
|
+
|
|
2455
|
+
Extends: `GetPlayersWithDisplayNameOperationRequest`
|
|
2456
|
+
|
|
2457
|
+
Maps the ServerGetPlayersWithDisplayName operation to a typed request wrapper.
|
|
2458
|
+
|
|
2459
|
+
_Không có field public (payload rỗng)._
|
|
2460
|
+
|
|
2461
|
+
### AdminGetPlayersWithDisplayNameOperationRequest
|
|
2462
|
+
|
|
2463
|
+
Extends: `GetPlayersWithDisplayNameOperationRequest`
|
|
2464
|
+
|
|
2465
|
+
Maps the AdminGetPlayersWithDisplayName operation to a typed request wrapper.
|
|
2466
|
+
|
|
2467
|
+
_Không có field public (payload rỗng)._
|
|
2468
|
+
|
|
2469
|
+
### GetPlayersWithSegmentOperationRequest
|
|
2470
|
+
|
|
2471
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayersWithSegmentRequestData>`
|
|
2472
|
+
|
|
2473
|
+
Maps the GetPlayersWithSegment operation to a typed request wrapper.
|
|
2474
|
+
|
|
2475
|
+
_Không có field public (payload rỗng)._
|
|
2476
|
+
|
|
2477
|
+
### ServerGetPlayersWithSegmentOperationRequest
|
|
2478
|
+
|
|
2479
|
+
Extends: `GetPlayersWithSegmentOperationRequest`
|
|
2480
|
+
|
|
2481
|
+
Maps the ServerGetPlayersWithSegment operation to a typed request wrapper.
|
|
2482
|
+
|
|
2483
|
+
_Không có field public (payload rỗng)._
|
|
2484
|
+
|
|
2485
|
+
### AdminGetPlayersWithSegmentOperationRequest
|
|
2486
|
+
|
|
2487
|
+
Extends: `GetPlayersWithSegmentOperationRequest`
|
|
2488
|
+
|
|
2489
|
+
Maps the AdminGetPlayersWithSegment operation to a typed request wrapper.
|
|
2490
|
+
|
|
2491
|
+
_Không có field public (payload rỗng)._
|
|
2492
|
+
|
|
2493
|
+
### GetPlayersWithTagOperationRequest
|
|
2494
|
+
|
|
2495
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetPlayersWithTagRequestData>`
|
|
2496
|
+
|
|
2497
|
+
Maps the GetPlayersWithTag operation to a typed request wrapper.
|
|
2498
|
+
|
|
2499
|
+
_Không có field public (payload rỗng)._
|
|
2500
|
+
|
|
2501
|
+
### ServerGetPlayersWithTagOperationRequest
|
|
2502
|
+
|
|
2503
|
+
Extends: `GetPlayersWithTagOperationRequest`
|
|
2504
|
+
|
|
2505
|
+
Maps the ServerGetPlayersWithTag operation to a typed request wrapper.
|
|
2506
|
+
|
|
2507
|
+
_Không có field public (payload rỗng)._
|
|
2508
|
+
|
|
2509
|
+
### AdminGetPlayersWithTagOperationRequest
|
|
2510
|
+
|
|
2511
|
+
Extends: `GetPlayersWithTagOperationRequest`
|
|
2512
|
+
|
|
2513
|
+
Maps the AdminGetPlayersWithTag operation to a typed request wrapper.
|
|
2514
|
+
|
|
2515
|
+
_Không có field public (payload rỗng)._
|
|
2516
|
+
|
|
2517
|
+
### GetRemoveStatusOperationRequest
|
|
2518
|
+
|
|
2519
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetRemoveStatusRequestData>`
|
|
2520
|
+
|
|
2521
|
+
Maps the GetRemoveStatus operation to a typed request wrapper.
|
|
2522
|
+
|
|
2523
|
+
_Không có field public (payload rỗng)._
|
|
2524
|
+
|
|
2525
|
+
### ServerGetRemoveStatusOperationRequest
|
|
2526
|
+
|
|
2527
|
+
Extends: `GetRemoveStatusOperationRequest`
|
|
2528
|
+
|
|
2529
|
+
Maps the ServerGetRemoveStatus operation to a typed request wrapper.
|
|
2530
|
+
|
|
2531
|
+
_Không có field public (payload rỗng)._
|
|
2532
|
+
|
|
2533
|
+
### AdminGetRemoveStatusOperationRequest
|
|
2534
|
+
|
|
2535
|
+
Extends: `GetRemoveStatusOperationRequest`
|
|
2536
|
+
|
|
2537
|
+
Maps the AdminGetRemoveStatus operation to a typed request wrapper.
|
|
2538
|
+
|
|
2539
|
+
_Không có field public (payload rỗng)._
|
|
2540
|
+
|
|
2541
|
+
### GetSegmentOperationRequest
|
|
2542
|
+
|
|
2543
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetSegmentRequestData>`
|
|
2544
|
+
|
|
2545
|
+
Maps the GetSegment operation to a typed request wrapper.
|
|
2546
|
+
|
|
2547
|
+
_Không có field public (payload rỗng)._
|
|
2548
|
+
|
|
2549
|
+
### ServerGetSegmentOperationRequest
|
|
2550
|
+
|
|
2551
|
+
Extends: `GetSegmentOperationRequest`
|
|
2552
|
+
|
|
2553
|
+
Maps the ServerGetSegment operation to a typed request wrapper.
|
|
2554
|
+
|
|
2555
|
+
_Không có field public (payload rỗng)._
|
|
2556
|
+
|
|
2557
|
+
### AdminGetSegmentOperationRequest
|
|
2558
|
+
|
|
2559
|
+
Extends: `GetSegmentOperationRequest`
|
|
2560
|
+
|
|
2561
|
+
Maps the AdminGetSegment operation to a typed request wrapper.
|
|
2562
|
+
|
|
2563
|
+
_Không có field public (payload rỗng)._
|
|
2564
|
+
|
|
2565
|
+
### GetStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2566
|
+
|
|
2567
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetStatisticsLeaderboardAroundPlayerRequestData>`
|
|
2568
|
+
|
|
2569
|
+
Maps the GetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2570
|
+
|
|
2571
|
+
_Không có field public (payload rỗng)._
|
|
2572
|
+
|
|
2573
|
+
### ServerGetStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2574
|
+
|
|
2575
|
+
Extends: `GetStatisticsLeaderboardAroundPlayerOperationRequest`
|
|
2576
|
+
|
|
2577
|
+
Maps the ServerGetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2578
|
+
|
|
2579
|
+
_Không có field public (payload rỗng)._
|
|
2580
|
+
|
|
2581
|
+
### AdminGetStatisticsLeaderboardAroundPlayerOperationRequest
|
|
2582
|
+
|
|
2583
|
+
Extends: `GetStatisticsLeaderboardAroundPlayerOperationRequest`
|
|
2584
|
+
|
|
2585
|
+
Maps the AdminGetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper.
|
|
2586
|
+
|
|
2587
|
+
_Không có field public (payload rỗng)._
|
|
2588
|
+
|
|
2589
|
+
### GetStatisticsLeaderboardOperationRequest
|
|
2590
|
+
|
|
2591
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetStatisticsLeaderboardRequestData>`
|
|
2592
|
+
|
|
2593
|
+
Maps the GetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2594
|
+
|
|
2595
|
+
_Không có field public (payload rỗng)._
|
|
2596
|
+
|
|
2597
|
+
### ServerGetStatisticsLeaderboardOperationRequest
|
|
2598
|
+
|
|
2599
|
+
Extends: `GetStatisticsLeaderboardOperationRequest`
|
|
2600
|
+
|
|
2601
|
+
Maps the ServerGetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2602
|
+
|
|
2603
|
+
_Không có field public (payload rỗng)._
|
|
2604
|
+
|
|
2605
|
+
### AdminGetStatisticsLeaderboardOperationRequest
|
|
2606
|
+
|
|
2607
|
+
Extends: `GetStatisticsLeaderboardOperationRequest`
|
|
2608
|
+
|
|
2609
|
+
Maps the AdminGetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2610
|
+
|
|
2611
|
+
_Không có field public (payload rỗng)._
|
|
2612
|
+
|
|
2613
|
+
### GetTagOperationRequest
|
|
2614
|
+
|
|
2615
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetTagRequestData>`
|
|
2616
|
+
|
|
2617
|
+
Maps the GetTag operation to a typed request wrapper.
|
|
2618
|
+
|
|
2619
|
+
_Không có field public (payload rỗng)._
|
|
2620
|
+
|
|
2621
|
+
### ServerGetTagOperationRequest
|
|
2622
|
+
|
|
2623
|
+
Extends: `GetTagOperationRequest`
|
|
2624
|
+
|
|
2625
|
+
Maps the ServerGetTag operation to a typed request wrapper.
|
|
2626
|
+
|
|
2627
|
+
_Không có field public (payload rỗng)._
|
|
2628
|
+
|
|
2629
|
+
### AdminGetTagOperationRequest
|
|
2630
|
+
|
|
2631
|
+
Extends: `GetTagOperationRequest`
|
|
2632
|
+
|
|
2633
|
+
Maps the AdminGetTag operation to a typed request wrapper.
|
|
2634
|
+
|
|
2635
|
+
_Không có field public (payload rỗng)._
|
|
2636
|
+
|
|
2637
|
+
### GetTsCreateOperationRequest
|
|
2638
|
+
|
|
2639
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetTsCreateRequestData>`
|
|
2640
|
+
|
|
2641
|
+
Maps the GetTsCreate operation to a typed request wrapper.
|
|
2642
|
+
|
|
2643
|
+
_Không có field public (payload rỗng)._
|
|
2644
|
+
|
|
2645
|
+
### ServerGetTsCreateOperationRequest
|
|
2646
|
+
|
|
2647
|
+
Extends: `GetTsCreateOperationRequest`
|
|
2648
|
+
|
|
2649
|
+
Maps the ServerGetTsCreate operation to a typed request wrapper.
|
|
2650
|
+
|
|
2651
|
+
_Không có field public (payload rỗng)._
|
|
2652
|
+
|
|
2653
|
+
### AdminGetTsCreateOperationRequest
|
|
2654
|
+
|
|
2655
|
+
Extends: `GetTsCreateOperationRequest`
|
|
2656
|
+
|
|
2657
|
+
Maps the AdminGetTsCreate operation to a typed request wrapper.
|
|
2658
|
+
|
|
2659
|
+
_Không có field public (payload rỗng)._
|
|
2660
|
+
|
|
2661
|
+
### GetTsLastLoginOperationRequest
|
|
2662
|
+
|
|
2663
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetTsLastLoginRequestData>`
|
|
2664
|
+
|
|
2665
|
+
Maps the GetTsLastLogin operation to a typed request wrapper.
|
|
2666
|
+
|
|
2667
|
+
_Không có field public (payload rỗng)._
|
|
2668
|
+
|
|
2669
|
+
### ServerGetTsLastLoginOperationRequest
|
|
2670
|
+
|
|
2671
|
+
Extends: `GetTsLastLoginOperationRequest`
|
|
2672
|
+
|
|
2673
|
+
Maps the ServerGetTsLastLogin operation to a typed request wrapper.
|
|
2674
|
+
|
|
2675
|
+
_Không có field public (payload rỗng)._
|
|
2676
|
+
|
|
2677
|
+
### AdminGetTsLastLoginOperationRequest
|
|
2678
|
+
|
|
2679
|
+
Extends: `GetTsLastLoginOperationRequest`
|
|
2680
|
+
|
|
2681
|
+
Maps the AdminGetTsLastLogin operation to a typed request wrapper.
|
|
2682
|
+
|
|
2683
|
+
_Không có field public (payload rỗng)._
|
|
2684
|
+
|
|
2685
|
+
### CreateGroupOperationRequest
|
|
2686
|
+
|
|
2687
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.CreateGroupRequestData>`
|
|
2688
|
+
|
|
2689
|
+
Maps the CreateGroup operation to a typed request wrapper.
|
|
2690
|
+
|
|
2691
|
+
_Không có field public (payload rỗng)._
|
|
2692
|
+
|
|
2693
|
+
### ServerCreateGroupOperationRequest
|
|
2694
|
+
|
|
2695
|
+
Extends: `CreateGroupOperationRequest`
|
|
2696
|
+
|
|
2697
|
+
Maps the ServerCreateGroup operation to a typed request wrapper.
|
|
2698
|
+
|
|
2699
|
+
_Không có field public (payload rỗng)._
|
|
2700
|
+
|
|
2701
|
+
### AdminCreateGroupOperationRequest
|
|
2702
|
+
|
|
2703
|
+
Extends: `CreateGroupOperationRequest`
|
|
2704
|
+
|
|
2705
|
+
Maps the AdminCreateGroup operation to a typed request wrapper.
|
|
2706
|
+
|
|
2707
|
+
_Không có field public (payload rỗng)._
|
|
2708
|
+
|
|
2709
|
+
### CreatePlayerItemOperationRequest
|
|
2710
|
+
|
|
2711
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.CreatePlayerItemRequestData>`
|
|
2712
|
+
|
|
2713
|
+
Maps the CreatePlayerItem operation to a typed request wrapper.
|
|
2714
|
+
|
|
2715
|
+
_Không có field public (payload rỗng)._
|
|
2716
|
+
|
|
2717
|
+
### ServerCreatePlayerItemOperationRequest
|
|
2718
|
+
|
|
2719
|
+
Extends: `CreatePlayerItemOperationRequest`
|
|
2720
|
+
|
|
2721
|
+
Maps the ServerCreatePlayerItem operation to a typed request wrapper.
|
|
2722
|
+
|
|
2723
|
+
_Không có field public (payload rỗng)._
|
|
2724
|
+
|
|
2725
|
+
### AdminCreatePlayerItemOperationRequest
|
|
2726
|
+
|
|
2727
|
+
Extends: `CreatePlayerItemOperationRequest`
|
|
2728
|
+
|
|
2729
|
+
Maps the AdminCreatePlayerItem operation to a typed request wrapper.
|
|
2730
|
+
|
|
2731
|
+
_Không có field public (payload rỗng)._
|
|
2732
|
+
|
|
2733
|
+
### JoinGroupOperationRequest
|
|
2734
|
+
|
|
2735
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.JoinGroupRequestData>`
|
|
2736
|
+
|
|
2737
|
+
Maps the JoinGroup operation to a typed request wrapper.
|
|
2738
|
+
|
|
2739
|
+
_Không có field public (payload rỗng)._
|
|
2740
|
+
|
|
2741
|
+
### ServerJoinGroupOperationRequest
|
|
2742
|
+
|
|
2743
|
+
Extends: `JoinGroupOperationRequest`
|
|
2744
|
+
|
|
2745
|
+
Maps the ServerJoinGroup operation to a typed request wrapper.
|
|
2746
|
+
|
|
2747
|
+
_Không có field public (payload rỗng)._
|
|
2748
|
+
|
|
2749
|
+
### AdminJoinGroupOperationRequest
|
|
2750
|
+
|
|
2751
|
+
Extends: `JoinGroupOperationRequest`
|
|
2752
|
+
|
|
2753
|
+
Maps the AdminJoinGroup operation to a typed request wrapper.
|
|
2754
|
+
|
|
2755
|
+
_Không có field public (payload rỗng)._
|
|
2756
|
+
|
|
2757
|
+
### LeaveGroupOperationRequest
|
|
2758
|
+
|
|
2759
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.LeaveGroupRequestData>`
|
|
2760
|
+
|
|
2761
|
+
Maps the LeaveGroup operation to a typed request wrapper.
|
|
2762
|
+
|
|
2763
|
+
_Không có field public (payload rỗng)._
|
|
2764
|
+
|
|
2765
|
+
### ServerLeaveGroupOperationRequest
|
|
2766
|
+
|
|
2767
|
+
Extends: `LeaveGroupOperationRequest`
|
|
2768
|
+
|
|
2769
|
+
Maps the ServerLeaveGroup operation to a typed request wrapper.
|
|
2770
|
+
|
|
2771
|
+
_Không có field public (payload rỗng)._
|
|
2772
|
+
|
|
2773
|
+
### AdminLeaveGroupOperationRequest
|
|
2774
|
+
|
|
2775
|
+
Extends: `LeaveGroupOperationRequest`
|
|
2776
|
+
|
|
2777
|
+
Maps the AdminLeaveGroup operation to a typed request wrapper.
|
|
2778
|
+
|
|
2779
|
+
_Không có field public (payload rỗng)._
|
|
2780
|
+
|
|
2781
|
+
### RemovePlayerFriendOperationRequest
|
|
2782
|
+
|
|
2783
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.RemovePlayerFriendRequestData>`
|
|
2784
|
+
|
|
2785
|
+
Maps the RemovePlayerFriend operation to a typed request wrapper.
|
|
2786
|
+
|
|
2787
|
+
_Không có field public (payload rỗng)._
|
|
2788
|
+
|
|
2789
|
+
### ServerRemovePlayerFriendOperationRequest
|
|
2790
|
+
|
|
2791
|
+
Extends: `RemovePlayerFriendOperationRequest`
|
|
2792
|
+
|
|
2793
|
+
Maps the ServerRemovePlayerFriend operation to a typed request wrapper.
|
|
2794
|
+
|
|
2795
|
+
_Không có field public (payload rỗng)._
|
|
2796
|
+
|
|
2797
|
+
### AdminRemovePlayerFriendOperationRequest
|
|
2798
|
+
|
|
2799
|
+
Extends: `RemovePlayerFriendOperationRequest`
|
|
2800
|
+
|
|
2801
|
+
Maps the AdminRemovePlayerFriend operation to a typed request wrapper.
|
|
2802
|
+
|
|
2803
|
+
_Không có field public (payload rỗng)._
|
|
2804
|
+
|
|
2805
|
+
### RemovePlayerItemOperationRequest
|
|
2806
|
+
|
|
2807
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.RemovePlayerItemRequestData>`
|
|
2808
|
+
|
|
2809
|
+
Maps the RemovePlayerItem operation to a typed request wrapper.
|
|
2810
|
+
|
|
2811
|
+
_Không có field public (payload rỗng)._
|
|
2812
|
+
|
|
2813
|
+
### ServerRemovePlayerItemOperationRequest
|
|
2814
|
+
|
|
2815
|
+
Extends: `RemovePlayerItemOperationRequest`
|
|
2816
|
+
|
|
2817
|
+
Maps the ServerRemovePlayerItem operation to a typed request wrapper.
|
|
2818
|
+
|
|
2819
|
+
_Không có field public (payload rỗng)._
|
|
2820
|
+
|
|
2821
|
+
### AdminRemovePlayerItemOperationRequest
|
|
2822
|
+
|
|
2823
|
+
Extends: `RemovePlayerItemOperationRequest`
|
|
2824
|
+
|
|
2825
|
+
Maps the AdminRemovePlayerItem operation to a typed request wrapper.
|
|
2826
|
+
|
|
2827
|
+
_Không có field public (payload rỗng)._
|
|
2828
|
+
|
|
2829
|
+
### RemoveSegmentOperationRequest
|
|
2830
|
+
|
|
2831
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.RemoveSegmentRequestData>`
|
|
2832
|
+
|
|
2833
|
+
Maps the RemoveSegment operation to a typed request wrapper.
|
|
2834
|
+
|
|
2835
|
+
_Không có field public (payload rỗng)._
|
|
2836
|
+
|
|
2837
|
+
### ServerRemoveSegmentOperationRequest
|
|
2838
|
+
|
|
2839
|
+
Extends: `RemoveSegmentOperationRequest`
|
|
2840
|
+
|
|
2841
|
+
Maps the ServerRemoveSegment operation to a typed request wrapper.
|
|
2842
|
+
|
|
2843
|
+
_Không có field public (payload rỗng)._
|
|
2844
|
+
|
|
2845
|
+
### AdminRemoveSegmentOperationRequest
|
|
2846
|
+
|
|
2847
|
+
Extends: `RemoveSegmentOperationRequest`
|
|
2848
|
+
|
|
2849
|
+
Maps the AdminRemoveSegment operation to a typed request wrapper.
|
|
2850
|
+
|
|
2851
|
+
_Không có field public (payload rỗng)._
|
|
2852
|
+
|
|
2853
|
+
### RemoveTagOperationRequest
|
|
2854
|
+
|
|
2855
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.RemoveTagRequestData>`
|
|
2856
|
+
|
|
2857
|
+
Maps the RemoveTag operation to a typed request wrapper.
|
|
2858
|
+
|
|
2859
|
+
_Không có field public (payload rỗng)._
|
|
2860
|
+
|
|
2861
|
+
### ServerRemoveTagOperationRequest
|
|
2862
|
+
|
|
2863
|
+
Extends: `RemoveTagOperationRequest`
|
|
2864
|
+
|
|
2865
|
+
Maps the ServerRemoveTag operation to a typed request wrapper.
|
|
2866
|
+
|
|
2867
|
+
_Không có field public (payload rỗng)._
|
|
2868
|
+
|
|
2869
|
+
### AdminRemoveTagOperationRequest
|
|
2870
|
+
|
|
2871
|
+
Extends: `RemoveTagOperationRequest`
|
|
2872
|
+
|
|
2873
|
+
Maps the AdminRemoveTag operation to a typed request wrapper.
|
|
2874
|
+
|
|
2875
|
+
_Không có field public (payload rỗng)._
|
|
2876
|
+
|
|
2877
|
+
### SetAvatarOperationRequest
|
|
2878
|
+
|
|
2879
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetAvatarRequestData>`
|
|
2880
|
+
|
|
2881
|
+
Maps the SetAvatar operation to a typed request wrapper.
|
|
2882
|
+
|
|
2883
|
+
_Không có field public (payload rỗng)._
|
|
2884
|
+
|
|
2885
|
+
### ServerSetAvatarOperationRequest
|
|
2886
|
+
|
|
2887
|
+
Extends: `SetAvatarOperationRequest`
|
|
2888
|
+
|
|
2889
|
+
Maps the ServerSetAvatar operation to a typed request wrapper.
|
|
2890
|
+
|
|
2891
|
+
_Không có field public (payload rỗng)._
|
|
2892
|
+
|
|
2893
|
+
### AdminSetAvatarOperationRequest
|
|
2894
|
+
|
|
2895
|
+
Extends: `SetAvatarOperationRequest`
|
|
2896
|
+
|
|
2897
|
+
Maps the AdminSetAvatar operation to a typed request wrapper.
|
|
2898
|
+
|
|
2899
|
+
_Không có field public (payload rỗng)._
|
|
2900
|
+
|
|
2901
|
+
### SetCountryCodeOperationRequest
|
|
2902
|
+
|
|
2903
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetCountryCodeRequestData>`
|
|
2904
|
+
|
|
2905
|
+
Maps the SetCountryCode operation to a typed request wrapper.
|
|
2906
|
+
|
|
2907
|
+
_Không có field public (payload rỗng)._
|
|
2908
|
+
|
|
2909
|
+
### ServerSetCountryCodeOperationRequest
|
|
2910
|
+
|
|
2911
|
+
Extends: `SetCountryCodeOperationRequest`
|
|
2912
|
+
|
|
2913
|
+
Maps the ServerSetCountryCode operation to a typed request wrapper.
|
|
2914
|
+
|
|
2915
|
+
_Không có field public (payload rỗng)._
|
|
2916
|
+
|
|
2917
|
+
### AdminSetCountryCodeOperationRequest
|
|
2918
|
+
|
|
2919
|
+
Extends: `SetCountryCodeOperationRequest`
|
|
2920
|
+
|
|
2921
|
+
Maps the AdminSetCountryCode operation to a typed request wrapper.
|
|
2922
|
+
|
|
2923
|
+
_Không có field public (payload rỗng)._
|
|
2924
|
+
|
|
2925
|
+
### SetCustomDataOperationRequest
|
|
2926
|
+
|
|
2927
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetCustomDataRequestData>`
|
|
2928
|
+
|
|
2929
|
+
Maps the SetCustomData operation to a typed request wrapper.
|
|
2930
|
+
|
|
2931
|
+
_Không có field public (payload rỗng)._
|
|
2932
|
+
|
|
2933
|
+
### ServerSetCustomDataOperationRequest
|
|
2934
|
+
|
|
2935
|
+
Extends: `SetCustomDataOperationRequest`
|
|
2936
|
+
|
|
2937
|
+
Maps the ServerSetCustomData operation to a typed request wrapper.
|
|
2938
|
+
|
|
2939
|
+
_Không có field public (payload rỗng)._
|
|
2940
|
+
|
|
2941
|
+
### AdminSetCustomDataOperationRequest
|
|
2942
|
+
|
|
2943
|
+
Extends: `SetCustomDataOperationRequest`
|
|
2944
|
+
|
|
2945
|
+
Maps the AdminSetCustomData operation to a typed request wrapper.
|
|
2946
|
+
|
|
2947
|
+
_Không có field public (payload rỗng)._
|
|
2948
|
+
|
|
2949
|
+
### SetDisplayNameOperationRequest
|
|
2950
|
+
|
|
2951
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetDisplayNameRequestData>`
|
|
2952
|
+
|
|
2953
|
+
Maps the SetDisplayName operation to a typed request wrapper.
|
|
2954
|
+
|
|
2955
|
+
_Không có field public (payload rỗng)._
|
|
2956
|
+
|
|
2957
|
+
### ServerSetDisplayNameOperationRequest
|
|
2958
|
+
|
|
2959
|
+
Extends: `SetDisplayNameOperationRequest`
|
|
2960
|
+
|
|
2961
|
+
Maps the ServerSetDisplayName operation to a typed request wrapper.
|
|
2962
|
+
|
|
2963
|
+
_Không có field public (payload rỗng)._
|
|
2964
|
+
|
|
2965
|
+
### AdminSetDisplayNameOperationRequest
|
|
2966
|
+
|
|
2967
|
+
Extends: `SetDisplayNameOperationRequest`
|
|
2968
|
+
|
|
2969
|
+
Maps the AdminSetDisplayName operation to a typed request wrapper.
|
|
2970
|
+
|
|
2971
|
+
_Không có field public (payload rỗng)._
|
|
2972
|
+
|
|
2973
|
+
### SetOwnerOperationRequest
|
|
2974
|
+
|
|
2975
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetOwnerRequestData>`
|
|
2976
|
+
|
|
2977
|
+
Maps the SetOwner operation to a typed request wrapper.
|
|
2978
|
+
|
|
2979
|
+
_Không có field public (payload rỗng)._
|
|
2980
|
+
|
|
2981
|
+
### ServerSetOwnerOperationRequest
|
|
2982
|
+
|
|
2983
|
+
Extends: `SetOwnerOperationRequest`
|
|
2984
|
+
|
|
2985
|
+
Maps the ServerSetOwner operation to a typed request wrapper.
|
|
2986
|
+
|
|
2987
|
+
_Không có field public (payload rỗng)._
|
|
2988
|
+
|
|
2989
|
+
### AdminSetOwnerOperationRequest
|
|
2990
|
+
|
|
2991
|
+
Extends: `SetOwnerOperationRequest`
|
|
2992
|
+
|
|
2993
|
+
Maps the AdminSetOwner operation to a typed request wrapper.
|
|
2994
|
+
|
|
2995
|
+
_Không có field public (payload rỗng)._
|
|
2996
|
+
|
|
2997
|
+
### SetPlayerBanOperationRequest
|
|
2998
|
+
|
|
2999
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetPlayerBanRequestData>`
|
|
3000
|
+
|
|
3001
|
+
Maps the SetPlayerBan operation to a typed request wrapper.
|
|
3002
|
+
|
|
3003
|
+
_Không có field public (payload rỗng)._
|
|
3004
|
+
|
|
3005
|
+
### ServerSetPlayerBanOperationRequest
|
|
3006
|
+
|
|
3007
|
+
Extends: `SetPlayerBanOperationRequest`
|
|
3008
|
+
|
|
3009
|
+
Maps the ServerSetPlayerBan operation to a typed request wrapper.
|
|
3010
|
+
|
|
3011
|
+
_Không có field public (payload rỗng)._
|
|
3012
|
+
|
|
3013
|
+
### AdminSetPlayerBanOperationRequest
|
|
3014
|
+
|
|
3015
|
+
Extends: `SetPlayerBanOperationRequest`
|
|
3016
|
+
|
|
3017
|
+
Maps the AdminSetPlayerBan operation to a typed request wrapper.
|
|
3018
|
+
|
|
3019
|
+
_Không có field public (payload rỗng)._
|
|
3020
|
+
|
|
3021
|
+
### ChangePlayerCurrencyOperationRequest
|
|
3022
|
+
|
|
3023
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.ChangePlayerCurrencyRequestData>`
|
|
3024
|
+
|
|
3025
|
+
Maps the ChangePlayerCurrency operation to a typed request wrapper.
|
|
3026
|
+
|
|
3027
|
+
_Không có field public (payload rỗng)._
|
|
3028
|
+
|
|
3029
|
+
### ServerChangePlayerCurrencyOperationRequest
|
|
3030
|
+
|
|
3031
|
+
Extends: `ChangePlayerCurrencyOperationRequest`
|
|
3032
|
+
|
|
3033
|
+
Maps the ServerChangePlayerCurrency operation to a typed request wrapper.
|
|
3034
|
+
|
|
3035
|
+
_Không có field public (payload rỗng)._
|
|
3036
|
+
|
|
3037
|
+
### AdminChangePlayerCurrencyOperationRequest
|
|
3038
|
+
|
|
3039
|
+
Extends: `ChangePlayerCurrencyOperationRequest`
|
|
3040
|
+
|
|
3041
|
+
Maps the AdminChangePlayerCurrency operation to a typed request wrapper.
|
|
3042
|
+
|
|
3043
|
+
_Không có field public (payload rỗng)._
|
|
3044
|
+
|
|
3045
|
+
### SetPlayerDataOperationRequest
|
|
3046
|
+
|
|
3047
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetPlayerDataRequestData>`
|
|
3048
|
+
|
|
3049
|
+
Maps the SetPlayerData operation to a typed request wrapper.
|
|
3050
|
+
|
|
3051
|
+
_Không có field public (payload rỗng)._
|
|
3052
|
+
|
|
3053
|
+
### ServerSetPlayerDataOperationRequest
|
|
3054
|
+
|
|
3055
|
+
Extends: `SetPlayerDataOperationRequest`
|
|
3056
|
+
|
|
3057
|
+
Maps the ServerSetPlayerData operation to a typed request wrapper.
|
|
3058
|
+
|
|
3059
|
+
_Không có field public (payload rỗng)._
|
|
3060
|
+
|
|
3061
|
+
### AdminSetPlayerDataOperationRequest
|
|
3062
|
+
|
|
3063
|
+
Extends: `SetPlayerDataOperationRequest`
|
|
3064
|
+
|
|
3065
|
+
Maps the AdminSetPlayerData operation to a typed request wrapper.
|
|
3066
|
+
|
|
3067
|
+
_Không có field public (payload rỗng)._
|
|
3068
|
+
|
|
3069
|
+
### ChangePlayerStatisticsOperationRequest
|
|
3070
|
+
|
|
3071
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.ChangePlayerStatisticsRequestData>`
|
|
3072
|
+
|
|
3073
|
+
Maps the ChangePlayerStatistics operation to a typed request wrapper.
|
|
3074
|
+
|
|
3075
|
+
_Không có field public (payload rỗng)._
|
|
3076
|
+
|
|
3077
|
+
### ServerChangePlayerStatisticsOperationRequest
|
|
3078
|
+
|
|
3079
|
+
Extends: `ChangePlayerStatisticsOperationRequest`
|
|
3080
|
+
|
|
3081
|
+
Maps the ServerChangePlayerStatistics operation to a typed request wrapper.
|
|
3082
|
+
|
|
3083
|
+
_Không có field public (payload rỗng)._
|
|
3084
|
+
|
|
3085
|
+
### AdminChangePlayerStatisticsOperationRequest
|
|
3086
|
+
|
|
3087
|
+
Extends: `ChangePlayerStatisticsOperationRequest`
|
|
3088
|
+
|
|
3089
|
+
Maps the AdminChangePlayerStatistics operation to a typed request wrapper.
|
|
3090
|
+
|
|
3091
|
+
_Không có field public (payload rỗng)._
|
|
3092
|
+
|
|
3093
|
+
### SetRemoveStatusOperationRequest
|
|
3094
|
+
|
|
3095
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetRemoveStatusRequestData>`
|
|
3096
|
+
|
|
3097
|
+
Maps the SetRemoveStatus operation to a typed request wrapper.
|
|
3098
|
+
|
|
3099
|
+
_Không có field public (payload rỗng)._
|
|
3100
|
+
|
|
3101
|
+
### ServerSetRemoveStatusOperationRequest
|
|
3102
|
+
|
|
3103
|
+
Extends: `SetRemoveStatusOperationRequest`
|
|
3104
|
+
|
|
3105
|
+
Maps the ServerSetRemoveStatus operation to a typed request wrapper.
|
|
3106
|
+
|
|
3107
|
+
_Không có field public (payload rỗng)._
|
|
3108
|
+
|
|
3109
|
+
### AdminSetRemoveStatusOperationRequest
|
|
3110
|
+
|
|
3111
|
+
Extends: `SetRemoveStatusOperationRequest`
|
|
3112
|
+
|
|
3113
|
+
Maps the AdminSetRemoveStatus operation to a typed request wrapper.
|
|
3114
|
+
|
|
3115
|
+
_Không có field public (payload rỗng)._
|
|
3116
|
+
|
|
3117
|
+
### SetTagOperationRequest
|
|
3118
|
+
|
|
3119
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.SetTagRequestData>`
|
|
3120
|
+
|
|
3121
|
+
Maps the SetTag operation to a typed request wrapper.
|
|
3122
|
+
|
|
3123
|
+
_Không có field public (payload rỗng)._
|
|
3124
|
+
|
|
3125
|
+
### ServerSetTagOperationRequest
|
|
3126
|
+
|
|
3127
|
+
Extends: `SetTagOperationRequest`
|
|
3128
|
+
|
|
3129
|
+
Maps the ServerSetTag operation to a typed request wrapper.
|
|
3130
|
+
|
|
3131
|
+
_Không có field public (payload rỗng)._
|
|
3132
|
+
|
|
3133
|
+
### AdminSetTagOperationRequest
|
|
3134
|
+
|
|
3135
|
+
Extends: `SetTagOperationRequest`
|
|
3136
|
+
|
|
3137
|
+
Maps the AdminSetTag operation to a typed request wrapper.
|
|
3138
|
+
|
|
3139
|
+
_Không có field public (payload rỗng)._
|
|
3140
|
+
|
|
3141
|
+
### GetCurrencyLeaderboardOperationRequest
|
|
3142
|
+
|
|
3143
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCurrencyLeaderboardRequestData>`
|
|
3144
|
+
|
|
3145
|
+
Maps the GetCurrencyLeaderboard operation to a typed request wrapper.
|
|
3146
|
+
|
|
3147
|
+
_Không có field public (payload rỗng)._
|
|
3148
|
+
|
|
3149
|
+
### ServerGetCurrencyLeaderboardOperationRequest
|
|
3150
|
+
|
|
3151
|
+
Extends: `GetCurrencyLeaderboardOperationRequest`
|
|
3152
|
+
|
|
3153
|
+
Maps the ServerGetCurrencyLeaderboard operation to a typed request wrapper.
|
|
3154
|
+
|
|
3155
|
+
_Không có field public (payload rỗng)._
|
|
3156
|
+
|
|
3157
|
+
### AdminGetCurrencyLeaderboardOperationRequest
|
|
3158
|
+
|
|
3159
|
+
Extends: `GetCurrencyLeaderboardOperationRequest`
|
|
3160
|
+
|
|
3161
|
+
Maps the AdminGetCurrencyLeaderboard operation to a typed request wrapper.
|
|
3162
|
+
|
|
3163
|
+
_Không có field public (payload rỗng)._
|
|
3164
|
+
|
|
3165
|
+
### GetCreateLeaderboardOperationRequest
|
|
3166
|
+
|
|
3167
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCreateLeaderboardRequestData>`
|
|
3168
|
+
|
|
3169
|
+
Maps the GetCreateLeaderboard operation to a typed request wrapper.
|
|
3170
|
+
|
|
3171
|
+
_Không có field public (payload rỗng)._
|
|
3172
|
+
|
|
3173
|
+
### ServerGetCreateLeaderboardOperationRequest
|
|
3174
|
+
|
|
3175
|
+
Extends: `GetCreateLeaderboardOperationRequest`
|
|
3176
|
+
|
|
3177
|
+
Maps the ServerGetCreateLeaderboard operation to a typed request wrapper.
|
|
3178
|
+
|
|
3179
|
+
_Không có field public (payload rỗng)._
|
|
3180
|
+
|
|
3181
|
+
### AdminGetCreateLeaderboardOperationRequest
|
|
3182
|
+
|
|
3183
|
+
Extends: `GetCreateLeaderboardOperationRequest`
|
|
3184
|
+
|
|
3185
|
+
Maps the AdminGetCreateLeaderboard operation to a typed request wrapper.
|
|
3186
|
+
|
|
3187
|
+
_Không có field public (payload rỗng)._
|
|
3188
|
+
|
|
3189
|
+
### GetLastLoginLeaderboardOperationRequest
|
|
3190
|
+
|
|
3191
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetLastLoginLeaderboardRequestData>`
|
|
3192
|
+
|
|
3193
|
+
Maps the GetLastLoginLeaderboard operation to a typed request wrapper.
|
|
3194
|
+
|
|
3195
|
+
_Không có field public (payload rỗng)._
|
|
3196
|
+
|
|
3197
|
+
### ServerGetLastLoginLeaderboardOperationRequest
|
|
3198
|
+
|
|
3199
|
+
Extends: `GetLastLoginLeaderboardOperationRequest`
|
|
3200
|
+
|
|
3201
|
+
Maps the ServerGetLastLoginLeaderboard operation to a typed request wrapper.
|
|
3202
|
+
|
|
3203
|
+
_Không có field public (payload rỗng)._
|
|
3204
|
+
|
|
3205
|
+
### AdminGetLastLoginLeaderboardOperationRequest
|
|
3206
|
+
|
|
3207
|
+
Extends: `GetLastLoginLeaderboardOperationRequest`
|
|
3208
|
+
|
|
3209
|
+
Maps the AdminGetLastLoginLeaderboard operation to a typed request wrapper.
|
|
3210
|
+
|
|
3211
|
+
_Không có field public (payload rỗng)._
|
|
3212
|
+
|
|
3213
|
+
### GetStatisticsLogOperationRequest
|
|
3214
|
+
|
|
3215
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetStatisticsLogRequestData>`
|
|
3216
|
+
|
|
3217
|
+
Maps the GetStatisticsLog operation to a typed request wrapper.
|
|
3218
|
+
|
|
3219
|
+
_Không có field public (payload rỗng)._
|
|
3220
|
+
|
|
3221
|
+
### ServerGetStatisticsLogOperationRequest
|
|
3222
|
+
|
|
3223
|
+
Extends: `GetStatisticsLogOperationRequest`
|
|
3224
|
+
|
|
3225
|
+
Maps the ServerGetStatisticsLog operation to a typed request wrapper.
|
|
3226
|
+
|
|
3227
|
+
_Không có field public (payload rỗng)._
|
|
3228
|
+
|
|
3229
|
+
### AdminGetStatisticsLogOperationRequest
|
|
3230
|
+
|
|
3231
|
+
Extends: `GetStatisticsLogOperationRequest`
|
|
3232
|
+
|
|
3233
|
+
Maps the AdminGetStatisticsLog operation to a typed request wrapper.
|
|
3234
|
+
|
|
3235
|
+
_Không có field public (payload rỗng)._
|
|
3236
|
+
|
|
3237
|
+
### GetCurrencyLogOperationRequest
|
|
3238
|
+
|
|
3239
|
+
Extends: `CustomOperationRequestAbstract<CharacterPlayerModels.GetCurrencyLogRequestData>`
|
|
3240
|
+
|
|
3241
|
+
Maps the GetCurrencyLog operation to a typed request wrapper.
|
|
3242
|
+
|
|
3243
|
+
_Không có field public (payload rỗng)._
|
|
3244
|
+
|
|
3245
|
+
### ServerGetCurrencyLogOperationRequest
|
|
3246
|
+
|
|
3247
|
+
Extends: `GetCurrencyLogOperationRequest`
|
|
3248
|
+
|
|
3249
|
+
Maps the ServerGetCurrencyLog operation to a typed request wrapper.
|
|
3250
|
+
|
|
3251
|
+
_Không có field public (payload rỗng)._
|
|
3252
|
+
|
|
3253
|
+
### AdminGetCurrencyLogOperationRequest
|
|
3254
|
+
|
|
3255
|
+
Extends: `GetCurrencyLogOperationRequest`
|
|
3256
|
+
|
|
3257
|
+
Maps the AdminGetCurrencyLog operation to a typed request wrapper.
|
|
3258
|
+
|
|
3259
|
+
_Không có field public (payload rỗng)._
|
|
3260
|
+
|
|
3261
|
+
## Namespace `CharacterPlayerResponseModels`
|
|
3262
|
+
|
|
3263
|
+
### AddPlayerFriendOperationResponse
|
|
3264
|
+
|
|
3265
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3266
|
+
|
|
3267
|
+
Maps the AddPlayerFriend operation to a typed response wrapper.
|
|
3268
|
+
|
|
3269
|
+
_Không có field public (payload rỗng)._
|
|
3270
|
+
|
|
3271
|
+
### AddSegmentOperationResponse
|
|
3272
|
+
|
|
3273
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3274
|
+
|
|
3275
|
+
Maps the AddSegment operation to a typed response wrapper.
|
|
3276
|
+
|
|
3277
|
+
_Không có field public (payload rỗng)._
|
|
3278
|
+
|
|
3279
|
+
### GetAvatarOperationResponse
|
|
3280
|
+
|
|
3281
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3282
|
+
|
|
3283
|
+
Maps the GetAvatar operation to a typed response wrapper.
|
|
3284
|
+
|
|
3285
|
+
_Không có field public (payload rỗng)._
|
|
3286
|
+
|
|
3287
|
+
### GetCatalogIdOperationResponse
|
|
3288
|
+
|
|
3289
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3290
|
+
|
|
3291
|
+
Maps the GetCatalogId operation to a typed response wrapper.
|
|
3292
|
+
|
|
3293
|
+
_Không có field public (payload rỗng)._
|
|
3294
|
+
|
|
3295
|
+
### GetCountryCodeOperationResponse
|
|
3296
|
+
|
|
3297
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3298
|
+
|
|
3299
|
+
Maps the GetCountryCode operation to a typed response wrapper.
|
|
3300
|
+
|
|
3301
|
+
_Không có field public (payload rỗng)._
|
|
3302
|
+
|
|
3303
|
+
### GetCustomDataOperationResponse
|
|
3304
|
+
|
|
3305
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3306
|
+
|
|
3307
|
+
Maps the GetCustomData operation to a typed response wrapper.
|
|
3308
|
+
|
|
3309
|
+
_Không có field public (payload rỗng)._
|
|
3310
|
+
|
|
3311
|
+
### GetDisplayNameOperationResponse
|
|
3312
|
+
|
|
3313
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3314
|
+
|
|
3315
|
+
Maps the GetDisplayName operation to a typed response wrapper.
|
|
3316
|
+
|
|
3317
|
+
_Không có field public (payload rỗng)._
|
|
3318
|
+
|
|
3319
|
+
### GetFriendStatisticsLeaderboardAroundPlayerOperationResponse
|
|
3320
|
+
|
|
3321
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetStatisticsLeaderboardResponseData>`
|
|
3322
|
+
|
|
3323
|
+
Maps the GetFriendStatisticsLeaderboardAroundPlayer operation to a typed response wrapper.
|
|
3324
|
+
|
|
3325
|
+
_Không có field public (payload rỗng)._
|
|
3326
|
+
|
|
3327
|
+
### GetFriendStatisticsLeaderboardOperationResponse
|
|
3328
|
+
|
|
3329
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetStatisticsLeaderboardResponseData>`
|
|
3330
|
+
|
|
3331
|
+
Maps the GetFriendStatisticsLeaderboard operation to a typed response wrapper.
|
|
3332
|
+
|
|
3333
|
+
_Không có field public (payload rỗng)._
|
|
3334
|
+
|
|
3335
|
+
### GetIpAddressCreateOperationResponse
|
|
3336
|
+
|
|
3337
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3338
|
+
|
|
3339
|
+
Maps the GetIpAddressCreate operation to a typed response wrapper.
|
|
3340
|
+
|
|
3341
|
+
_Không có field public (payload rỗng)._
|
|
3342
|
+
|
|
3343
|
+
### GetOwnerOperationResponse
|
|
3344
|
+
|
|
3345
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3346
|
+
|
|
3347
|
+
Maps the GetOwner operation to a typed response wrapper.
|
|
3348
|
+
|
|
3349
|
+
_Không có field public (payload rỗng)._
|
|
3350
|
+
|
|
3351
|
+
### GetPlayerBanOperationResponse
|
|
3352
|
+
|
|
3353
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3354
|
+
|
|
3355
|
+
Maps the GetPlayerBan operation to a typed response wrapper.
|
|
3356
|
+
|
|
3357
|
+
_Không có field public (payload rỗng)._
|
|
3358
|
+
|
|
3359
|
+
### GetPlayerCurrencyOperationResponse
|
|
3360
|
+
|
|
3361
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3362
|
+
|
|
3363
|
+
Maps the GetPlayerCurrency operation to a typed response wrapper.
|
|
3364
|
+
|
|
3365
|
+
_Không có field public (payload rỗng)._
|
|
3366
|
+
|
|
3367
|
+
### GetPlayerDataOperationResponse
|
|
3368
|
+
|
|
3369
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3370
|
+
|
|
3371
|
+
Maps the GetPlayerData operation to a typed response wrapper.
|
|
3372
|
+
|
|
3373
|
+
_Không có field public (payload rỗng)._
|
|
3374
|
+
|
|
3375
|
+
### GetPlayerFriendOperationResponse
|
|
3376
|
+
|
|
3377
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3378
|
+
|
|
3379
|
+
Maps the GetPlayerFriend operation to a typed response wrapper.
|
|
3380
|
+
|
|
3381
|
+
_Không có field public (payload rỗng)._
|
|
3382
|
+
|
|
3383
|
+
### GetPlayerGroupOperationResponse
|
|
3384
|
+
|
|
3385
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3386
|
+
|
|
3387
|
+
Maps the GetPlayerGroup operation to a typed response wrapper.
|
|
3388
|
+
|
|
3389
|
+
_Không có field public (payload rỗng)._
|
|
3390
|
+
|
|
3391
|
+
### GetPlayerInformationOperationResponse
|
|
3392
|
+
|
|
3393
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3394
|
+
|
|
3395
|
+
Maps the GetPlayerInformation operation to a typed response wrapper.
|
|
3396
|
+
|
|
3397
|
+
_Không có field public (payload rỗng)._
|
|
3398
|
+
|
|
3399
|
+
### GetPlayerInventoryOperationResponse
|
|
3400
|
+
|
|
3401
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3402
|
+
|
|
3403
|
+
Maps the GetPlayerInventory operation to a typed response wrapper.
|
|
3404
|
+
|
|
3405
|
+
_Không có field public (payload rỗng)._
|
|
3406
|
+
|
|
3407
|
+
### GetPlayerStatisticsOperationResponse
|
|
3408
|
+
|
|
3409
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3410
|
+
|
|
3411
|
+
Maps the GetPlayerStatistics operation to a typed response wrapper.
|
|
3412
|
+
|
|
3413
|
+
_Không có field public (payload rỗng)._
|
|
3414
|
+
|
|
3415
|
+
### GetPlayersWithDisplayNameOperationResponse
|
|
3416
|
+
|
|
3417
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayersWithCharacterIdResponseData>`
|
|
3418
|
+
|
|
3419
|
+
Maps the GetPlayersWithDisplayName operation to a typed response wrapper.
|
|
3420
|
+
|
|
3421
|
+
_Không có field public (payload rỗng)._
|
|
3422
|
+
|
|
3423
|
+
### GetPlayersWithSegmentOperationResponse
|
|
3424
|
+
|
|
3425
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayersWithCharacterIdResponseData>`
|
|
3426
|
+
|
|
3427
|
+
Maps the GetPlayersWithSegment operation to a typed response wrapper.
|
|
3428
|
+
|
|
3429
|
+
_Không có field public (payload rỗng)._
|
|
3430
|
+
|
|
3431
|
+
### GetPlayersWithTagOperationResponse
|
|
3432
|
+
|
|
3433
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayersWithCharacterIdResponseData>`
|
|
3434
|
+
|
|
3435
|
+
Maps the GetPlayersWithTag operation to a typed response wrapper.
|
|
3436
|
+
|
|
3437
|
+
_Không có field public (payload rỗng)._
|
|
3438
|
+
|
|
3439
|
+
### GetRemoveStatusOperationResponse
|
|
3440
|
+
|
|
3441
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3442
|
+
|
|
3443
|
+
Maps the GetRemoveStatus operation to a typed response wrapper.
|
|
3444
|
+
|
|
3445
|
+
_Không có field public (payload rỗng)._
|
|
3446
|
+
|
|
3447
|
+
### GetSegmentOperationResponse
|
|
3448
|
+
|
|
3449
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3450
|
+
|
|
3451
|
+
Maps the GetSegment operation to a typed response wrapper.
|
|
3452
|
+
|
|
3453
|
+
_Không có field public (payload rỗng)._
|
|
3454
|
+
|
|
3455
|
+
### GetStatisticsLeaderboardAroundPlayerOperationResponse
|
|
3456
|
+
|
|
3457
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetStatisticsLeaderboardResponseData>`
|
|
3458
|
+
|
|
3459
|
+
Maps the GetStatisticsLeaderboardAroundPlayer operation to a typed response wrapper.
|
|
3460
|
+
|
|
3461
|
+
_Không có field public (payload rỗng)._
|
|
3462
|
+
|
|
3463
|
+
### GetStatisticsLeaderboardOperationResponse
|
|
3464
|
+
|
|
3465
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetStatisticsLeaderboardResponseData>`
|
|
3466
|
+
|
|
3467
|
+
Maps the GetStatisticsLeaderboard operation to a typed response wrapper.
|
|
3468
|
+
|
|
3469
|
+
_Không có field public (payload rỗng)._
|
|
3470
|
+
|
|
3471
|
+
### GetTagOperationResponse
|
|
3472
|
+
|
|
3473
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3474
|
+
|
|
3475
|
+
Maps the GetTag operation to a typed response wrapper.
|
|
3476
|
+
|
|
3477
|
+
_Không có field public (payload rỗng)._
|
|
3478
|
+
|
|
3479
|
+
### GetTsCreateOperationResponse
|
|
3480
|
+
|
|
3481
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3482
|
+
|
|
3483
|
+
Maps the GetTsCreate operation to a typed response wrapper.
|
|
3484
|
+
|
|
3485
|
+
_Không có field public (payload rỗng)._
|
|
3486
|
+
|
|
3487
|
+
### GetTsLastLoginOperationResponse
|
|
3488
|
+
|
|
3489
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3490
|
+
|
|
3491
|
+
Maps the GetTsLastLogin operation to a typed response wrapper.
|
|
3492
|
+
|
|
3493
|
+
_Không có field public (payload rỗng)._
|
|
3494
|
+
|
|
3495
|
+
### CreateGroupOperationResponse
|
|
3496
|
+
|
|
3497
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3498
|
+
|
|
3499
|
+
Maps the CreateGroup operation to a typed response wrapper.
|
|
3500
|
+
|
|
3501
|
+
_Không có field public (payload rỗng)._
|
|
3502
|
+
|
|
3503
|
+
### CreatePlayerItemOperationResponse
|
|
3504
|
+
|
|
3505
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3506
|
+
|
|
3507
|
+
Maps the CreatePlayerItem operation to a typed response wrapper.
|
|
3508
|
+
|
|
3509
|
+
_Không có field public (payload rỗng)._
|
|
3510
|
+
|
|
3511
|
+
### JoinGroupOperationResponse
|
|
3512
|
+
|
|
3513
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3514
|
+
|
|
3515
|
+
Maps the JoinGroup operation to a typed response wrapper.
|
|
3516
|
+
|
|
3517
|
+
_Không có field public (payload rỗng)._
|
|
3518
|
+
|
|
3519
|
+
### LeaveGroupOperationResponse
|
|
3520
|
+
|
|
3521
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3522
|
+
|
|
3523
|
+
Maps the LeaveGroup operation to a typed response wrapper.
|
|
3524
|
+
|
|
3525
|
+
_Không có field public (payload rỗng)._
|
|
3526
|
+
|
|
3527
|
+
### RemovePlayerFriendOperationResponse
|
|
3528
|
+
|
|
3529
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3530
|
+
|
|
3531
|
+
Maps the RemovePlayerFriend operation to a typed response wrapper.
|
|
3532
|
+
|
|
3533
|
+
_Không có field public (payload rỗng)._
|
|
3534
|
+
|
|
3535
|
+
### RemovePlayerItemOperationResponse
|
|
3536
|
+
|
|
3537
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3538
|
+
|
|
3539
|
+
Maps the RemovePlayerItem operation to a typed response wrapper.
|
|
3540
|
+
|
|
3541
|
+
_Không có field public (payload rỗng)._
|
|
3542
|
+
|
|
3543
|
+
### RemoveSegmentOperationResponse
|
|
3544
|
+
|
|
3545
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3546
|
+
|
|
3547
|
+
Maps the RemoveSegment operation to a typed response wrapper.
|
|
3548
|
+
|
|
3549
|
+
_Không có field public (payload rỗng)._
|
|
3550
|
+
|
|
3551
|
+
### RemoveTagOperationResponse
|
|
3552
|
+
|
|
3553
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3554
|
+
|
|
3555
|
+
Maps the RemoveTag operation to a typed response wrapper.
|
|
3556
|
+
|
|
3557
|
+
_Không có field public (payload rỗng)._
|
|
3558
|
+
|
|
3559
|
+
### SetAvatarOperationResponse
|
|
3560
|
+
|
|
3561
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3562
|
+
|
|
3563
|
+
Maps the SetAvatar operation to a typed response wrapper.
|
|
3564
|
+
|
|
3565
|
+
_Không có field public (payload rỗng)._
|
|
3566
|
+
|
|
3567
|
+
### SetCountryCodeOperationResponse
|
|
3568
|
+
|
|
3569
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3570
|
+
|
|
3571
|
+
Maps the SetCountryCode operation to a typed response wrapper.
|
|
3572
|
+
|
|
3573
|
+
_Không có field public (payload rỗng)._
|
|
3574
|
+
|
|
3575
|
+
### SetCustomDataOperationResponse
|
|
3576
|
+
|
|
3577
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3578
|
+
|
|
3579
|
+
Maps the SetCustomData operation to a typed response wrapper.
|
|
3580
|
+
|
|
3581
|
+
_Không có field public (payload rỗng)._
|
|
3582
|
+
|
|
3583
|
+
### SetDisplayNameOperationResponse
|
|
3584
|
+
|
|
3585
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3586
|
+
|
|
3587
|
+
Maps the SetDisplayName operation to a typed response wrapper.
|
|
3588
|
+
|
|
3589
|
+
_Không có field public (payload rỗng)._
|
|
3590
|
+
|
|
3591
|
+
### SetOwnerOperationResponse
|
|
3592
|
+
|
|
3593
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3594
|
+
|
|
3595
|
+
Maps the SetOwner operation to a typed response wrapper.
|
|
3596
|
+
|
|
3597
|
+
_Không có field public (payload rỗng)._
|
|
3598
|
+
|
|
3599
|
+
### SetPlayerBanOperationResponse
|
|
3600
|
+
|
|
3601
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3602
|
+
|
|
3603
|
+
Maps the SetPlayerBan operation to a typed response wrapper.
|
|
3604
|
+
|
|
3605
|
+
_Không có field public (payload rỗng)._
|
|
3606
|
+
|
|
3607
|
+
### ChangePlayerCurrencyOperationResponse
|
|
3608
|
+
|
|
3609
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3610
|
+
|
|
3611
|
+
Maps the ChangePlayerCurrency operation to a typed response wrapper.
|
|
3612
|
+
|
|
3613
|
+
_Không có field public (payload rỗng)._
|
|
3614
|
+
|
|
3615
|
+
### SetPlayerDataOperationResponse
|
|
3616
|
+
|
|
3617
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3618
|
+
|
|
3619
|
+
Maps the SetPlayerData operation to a typed response wrapper.
|
|
3620
|
+
|
|
3621
|
+
_Không có field public (payload rỗng)._
|
|
3622
|
+
|
|
3623
|
+
### ChangePlayerStatisticsOperationResponse
|
|
3624
|
+
|
|
3625
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.CharacterPlayerResponseData>`
|
|
3626
|
+
|
|
3627
|
+
Maps the ChangePlayerStatistics operation to a typed response wrapper.
|
|
3628
|
+
|
|
3629
|
+
_Không có field public (payload rỗng)._
|
|
3630
|
+
|
|
3631
|
+
### SetRemoveStatusOperationResponse
|
|
3632
|
+
|
|
3633
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3634
|
+
|
|
3635
|
+
Maps the SetRemoveStatus operation to a typed response wrapper.
|
|
3636
|
+
|
|
3637
|
+
_Không có field public (payload rỗng)._
|
|
3638
|
+
|
|
3639
|
+
### SetTagOperationResponse
|
|
3640
|
+
|
|
3641
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.EmptyResponseData>`
|
|
3642
|
+
|
|
3643
|
+
Maps the SetTag operation to a typed response wrapper.
|
|
3644
|
+
|
|
3645
|
+
_Không có field public (payload rỗng)._
|
|
3646
|
+
|
|
3647
|
+
### GetCurrencyLeaderboardOperationResponse
|
|
3648
|
+
|
|
3649
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetCurrencyLeaderboardResponseData>`
|
|
3650
|
+
|
|
3651
|
+
Maps the GetCurrencyLeaderboard operation to a typed response wrapper.
|
|
3652
|
+
|
|
3653
|
+
_Không có field public (payload rỗng)._
|
|
3654
|
+
|
|
3655
|
+
### GetCreateLeaderboardOperationResponse
|
|
3656
|
+
|
|
3657
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetCreateLeaderboardResponseData>`
|
|
3658
|
+
|
|
3659
|
+
Maps the GetCreateLeaderboard operation to a typed response wrapper.
|
|
3660
|
+
|
|
3661
|
+
_Không có field public (payload rỗng)._
|
|
3662
|
+
|
|
3663
|
+
### GetLastLoginLeaderboardOperationResponse
|
|
3664
|
+
|
|
3665
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetLastLoginLeaderboardResponseData>`
|
|
3666
|
+
|
|
3667
|
+
Maps the GetLastLoginLeaderboard operation to a typed response wrapper.
|
|
3668
|
+
|
|
3669
|
+
_Không có field public (payload rỗng)._
|
|
3670
|
+
|
|
3671
|
+
### GetStatisticsLogOperationResponse
|
|
3672
|
+
|
|
3673
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetStatisticsLogResponseData>`
|
|
3674
|
+
|
|
3675
|
+
Maps the GetStatisticsLog operation to a typed response wrapper.
|
|
3676
|
+
|
|
3677
|
+
_Không có field public (payload rỗng)._
|
|
3678
|
+
|
|
3679
|
+
### GetCurrencyLogOperationResponse
|
|
3680
|
+
|
|
3681
|
+
Extends: `CustomOperationResponseAbstract<CharacterPlayerModels.GetCurrencyLogResponseData>`
|
|
3682
|
+
|
|
3683
|
+
Maps the GetCurrencyLog operation to a typed response wrapper.
|
|
3684
|
+
|
|
3685
|
+
_Không có field public (payload rỗng)._
|
|
3686
|
+
|