@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,2842 @@
|
|
|
1
|
+
# DTO Reference: Group
|
|
2
|
+
|
|
3
|
+
Group metadata, member roster, message stream, group-level currency/inventory/statistics.
|
|
4
|
+
|
|
5
|
+
Related API reference: [API_GROUP.md](../API_GROUP.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
|
+
- **GroupModels** (from `GroupModels.ts`)
|
|
14
|
+
- [InfoRequestParam](#inforequestparam)
|
|
15
|
+
- [CustomDataParam](#customdataparam)
|
|
16
|
+
- [GroupCurrencyParam](#groupcurrencyparam)
|
|
17
|
+
- [GroupDataParam](#groupdataparam)
|
|
18
|
+
- [GroupMemberParam](#groupmemberparam)
|
|
19
|
+
- [GroupStatisticsParam](#groupstatisticsparam)
|
|
20
|
+
- [AddMemberRequestData](#addmemberrequestdata)
|
|
21
|
+
- [ServerAddMemberRequestData](#serveraddmemberrequestdata)
|
|
22
|
+
- [AdminAddMemberRequestData](#adminaddmemberrequestdata)
|
|
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
|
+
- [GetCustomDataRequestData](#getcustomdatarequestdata)
|
|
33
|
+
- [ServerGetCustomDataRequestData](#servergetcustomdatarequestdata)
|
|
34
|
+
- [AdminGetCustomDataRequestData](#admingetcustomdatarequestdata)
|
|
35
|
+
- [GetDisplayNameRequestData](#getdisplaynamerequestdata)
|
|
36
|
+
- [ServerGetDisplayNameRequestData](#servergetdisplaynamerequestdata)
|
|
37
|
+
- [AdminGetDisplayNameRequestData](#admingetdisplaynamerequestdata)
|
|
38
|
+
- [GetGroupCurrencyRequestData](#getgroupcurrencyrequestdata)
|
|
39
|
+
- [ServerGetGroupCurrencyRequestData](#servergetgroupcurrencyrequestdata)
|
|
40
|
+
- [AdminGetGroupCurrencyRequestData](#admingetgroupcurrencyrequestdata)
|
|
41
|
+
- [GetGroupDataRequestData](#getgroupdatarequestdata)
|
|
42
|
+
- [ServerGetGroupDataRequestData](#servergetgroupdatarequestdata)
|
|
43
|
+
- [AdminGetGroupDataRequestData](#admingetgroupdatarequestdata)
|
|
44
|
+
- [GetGroupInformationRequestData](#getgroupinformationrequestdata)
|
|
45
|
+
- [ServerGetGroupInformationRequestData](#servergetgroupinformationrequestdata)
|
|
46
|
+
- [AdminGetGroupInformationRequestData](#admingetgroupinformationrequestdata)
|
|
47
|
+
- [GetGroupInventoryRequestData](#getgroupinventoryrequestdata)
|
|
48
|
+
- [ServerGetGroupInventoryRequestData](#servergetgroupinventoryrequestdata)
|
|
49
|
+
- [AdminGetGroupInventoryRequestData](#admingetgroupinventoryrequestdata)
|
|
50
|
+
- [GetGroupMessageRequestData](#getgroupmessagerequestdata)
|
|
51
|
+
- [ServerGetGroupMessageRequestData](#servergetgroupmessagerequestdata)
|
|
52
|
+
- [AdminGetGroupMessageRequestData](#admingetgroupmessagerequestdata)
|
|
53
|
+
- [GetGroupStatisticsRequestData](#getgroupstatisticsrequestdata)
|
|
54
|
+
- [ServerGetGroupStatisticsRequestData](#servergetgroupstatisticsrequestdata)
|
|
55
|
+
- [AdminGetGroupStatisticsRequestData](#admingetgroupstatisticsrequestdata)
|
|
56
|
+
- [GetGroupsWithDisplayNameRequestData](#getgroupswithdisplaynamerequestdata)
|
|
57
|
+
- [ServerGetGroupsWithDisplayNameRequestData](#servergetgroupswithdisplaynamerequestdata)
|
|
58
|
+
- [AdminGetGroupsWithDisplayNameRequestData](#admingetgroupswithdisplaynamerequestdata)
|
|
59
|
+
- [GetGroupsWithSegmentRequestData](#getgroupswithsegmentrequestdata)
|
|
60
|
+
- [ServerGetGroupsWithSegmentRequestData](#servergetgroupswithsegmentrequestdata)
|
|
61
|
+
- [AdminGetGroupsWithSegmentRequestData](#admingetgroupswithsegmentrequestdata)
|
|
62
|
+
- [GetGroupsWithTagRequestData](#getgroupswithtagrequestdata)
|
|
63
|
+
- [ServerGetGroupsWithTagRequestData](#servergetgroupswithtagrequestdata)
|
|
64
|
+
- [AdminGetGroupsWithTagRequestData](#admingetgroupswithtagrequestdata)
|
|
65
|
+
- [GetMembersRequestData](#getmembersrequestdata)
|
|
66
|
+
- [ServerGetMembersRequestData](#servergetmembersrequestdata)
|
|
67
|
+
- [AdminGetMembersRequestData](#admingetmembersrequestdata)
|
|
68
|
+
- [GetRemoveStatusRequestData](#getremovestatusrequestdata)
|
|
69
|
+
- [ServerGetRemoveStatusRequestData](#servergetremovestatusrequestdata)
|
|
70
|
+
- [AdminGetRemoveStatusRequestData](#admingetremovestatusrequestdata)
|
|
71
|
+
- [GetSegmentRequestData](#getsegmentrequestdata)
|
|
72
|
+
- [ServerGetSegmentRequestData](#servergetsegmentrequestdata)
|
|
73
|
+
- [AdminGetSegmentRequestData](#admingetsegmentrequestdata)
|
|
74
|
+
- [GetStatisticsLeaderboardAroundGroupRequestData](#getstatisticsleaderboardaroundgrouprequestdata)
|
|
75
|
+
- [ServerGetStatisticsLeaderboardAroundGroupRequestData](#servergetstatisticsleaderboardaroundgrouprequestdata)
|
|
76
|
+
- [AdminGetStatisticsLeaderboardAroundGroupRequestData](#admingetstatisticsleaderboardaroundgrouprequestdata)
|
|
77
|
+
- [GetStatisticsLeaderboardRequestData](#getstatisticsleaderboardrequestdata)
|
|
78
|
+
- [ServerGetStatisticsLeaderboardRequestData](#servergetstatisticsleaderboardrequestdata)
|
|
79
|
+
- [AdminGetStatisticsLeaderboardRequestData](#admingetstatisticsleaderboardrequestdata)
|
|
80
|
+
- [GetCreateLeaderboardRequestData](#getcreateleaderboardrequestdata)
|
|
81
|
+
- [ServerGetCreateLeaderboardRequestData](#servergetcreateleaderboardrequestdata)
|
|
82
|
+
- [AdminGetCreateLeaderboardRequestData](#admingetcreateleaderboardrequestdata)
|
|
83
|
+
- [GetTagRequestData](#gettagrequestdata)
|
|
84
|
+
- [ServerGetTagRequestData](#servergettagrequestdata)
|
|
85
|
+
- [AdminGetTagRequestData](#admingettagrequestdata)
|
|
86
|
+
- [GetTsCreateRequestData](#gettscreaterequestdata)
|
|
87
|
+
- [ServerGetTsCreateRequestData](#servergettscreaterequestdata)
|
|
88
|
+
- [AdminGetTsCreateRequestData](#admingettscreaterequestdata)
|
|
89
|
+
- [CreateGroupItemRequestData](#creategroupitemrequestdata)
|
|
90
|
+
- [ServerCreateGroupItemRequestData](#servercreategroupitemrequestdata)
|
|
91
|
+
- [AdminCreateGroupItemRequestData](#admincreategroupitemrequestdata)
|
|
92
|
+
- [RemoveGroupItemRequestData](#removegroupitemrequestdata)
|
|
93
|
+
- [ServerRemoveGroupItemRequestData](#serverremovegroupitemrequestdata)
|
|
94
|
+
- [AdminRemoveGroupItemRequestData](#adminremovegroupitemrequestdata)
|
|
95
|
+
- [RemoveMemberRequestData](#removememberrequestdata)
|
|
96
|
+
- [ServerRemoveMemberRequestData](#serverremovememberrequestdata)
|
|
97
|
+
- [AdminRemoveMemberRequestData](#adminremovememberrequestdata)
|
|
98
|
+
- [RemoveSegmentRequestData](#removesegmentrequestdata)
|
|
99
|
+
- [ServerRemoveSegmentRequestData](#serverremovesegmentrequestdata)
|
|
100
|
+
- [AdminRemoveSegmentRequestData](#adminremovesegmentrequestdata)
|
|
101
|
+
- [RemoveTagRequestData](#removetagrequestdata)
|
|
102
|
+
- [ServerRemoveTagRequestData](#serverremovetagrequestdata)
|
|
103
|
+
- [AdminRemoveTagRequestData](#adminremovetagrequestdata)
|
|
104
|
+
- [SendGroupMessageRequestData](#sendgroupmessagerequestdata)
|
|
105
|
+
- [ServerSendGroupMessageRequestData](#serversendgroupmessagerequestdata)
|
|
106
|
+
- [AdminSendGroupMessageRequestData](#adminsendgroupmessagerequestdata)
|
|
107
|
+
- [SetAvatarRequestData](#setavatarrequestdata)
|
|
108
|
+
- [ServerSetAvatarRequestData](#serversetavatarrequestdata)
|
|
109
|
+
- [AdminSetAvatarRequestData](#adminsetavatarrequestdata)
|
|
110
|
+
- [SetCustomDataRequestData](#setcustomdatarequestdata)
|
|
111
|
+
- [ServerSetCustomDataRequestData](#serversetcustomdatarequestdata)
|
|
112
|
+
- [AdminSetCustomDataRequestData](#adminsetcustomdatarequestdata)
|
|
113
|
+
- [SetDisplayNameRequestData](#setdisplaynamerequestdata)
|
|
114
|
+
- [ServerSetDisplayNameRequestData](#serversetdisplaynamerequestdata)
|
|
115
|
+
- [AdminSetDisplayNameRequestData](#adminsetdisplaynamerequestdata)
|
|
116
|
+
- [ChangeGroupCurrencyRequestData](#changegroupcurrencyrequestdata)
|
|
117
|
+
- [ServerChangeGroupCurrencyRequestData](#serverchangegroupcurrencyrequestdata)
|
|
118
|
+
- [AdminChangeGroupCurrencyRequestData](#adminchangegroupcurrencyrequestdata)
|
|
119
|
+
- [SetGroupDataRequestData](#setgroupdatarequestdata)
|
|
120
|
+
- [ServerSetGroupDataRequestData](#serversetgroupdatarequestdata)
|
|
121
|
+
- [AdminSetGroupDataRequestData](#adminsetgroupdatarequestdata)
|
|
122
|
+
- [ChangeGroupStatisticsRequestData](#changegroupstatisticsrequestdata)
|
|
123
|
+
- [ServerChangeGroupStatisticsRequestData](#serverchangegroupstatisticsrequestdata)
|
|
124
|
+
- [AdminChangeGroupStatisticsRequestData](#adminchangegroupstatisticsrequestdata)
|
|
125
|
+
- [SetRemoveStatusRequestData](#setremovestatusrequestdata)
|
|
126
|
+
- [ServerSetRemoveStatusRequestData](#serversetremovestatusrequestdata)
|
|
127
|
+
- [AdminSetRemoveStatusRequestData](#adminsetremovestatusrequestdata)
|
|
128
|
+
- [SetTagRequestData](#settagrequestdata)
|
|
129
|
+
- [ServerSetTagRequestData](#serversettagrequestdata)
|
|
130
|
+
- [AdminSetTagRequestData](#adminsettagrequestdata)
|
|
131
|
+
- [GetCurrencyLogRequestData](#getcurrencylogrequestdata)
|
|
132
|
+
- [ServerGetCurrencyLogRequestData](#servergetcurrencylogrequestdata)
|
|
133
|
+
- [AdminGetCurrencyLogRequestData](#admingetcurrencylogrequestdata)
|
|
134
|
+
- [GetStatisticsLogRequestData](#getstatisticslogrequestdata)
|
|
135
|
+
- [ServerGetStatisticsLogRequestData](#servergetstatisticslogrequestdata)
|
|
136
|
+
- [AdminGetStatisticsLogRequestData](#admingetstatisticslogrequestdata)
|
|
137
|
+
- [InfoResponseParameters](#inforesponseparameters)
|
|
138
|
+
- [GroupResponseData](#groupresponsedata)
|
|
139
|
+
- [GroupWithGroupIdResponseData](#groupwithgroupidresponsedata)
|
|
140
|
+
- [GroupLeaderboardResponseData](#groupleaderboardresponsedata)
|
|
141
|
+
- [GroupLogResponseData](#grouplogresponsedata)
|
|
142
|
+
- [GetStatisticsLeaderboardResponseData](#getstatisticsleaderboardresponsedata)
|
|
143
|
+
- [GroupsWithGroupIdResponseData](#groupswithgroupidresponsedata)
|
|
144
|
+
- [GroupMessageResponseData](#groupmessageresponsedata)
|
|
145
|
+
- [GroupMessagesResponseData](#groupmessagesresponsedata)
|
|
146
|
+
- [GetCurrencyLeaderboardRequestData](#getcurrencyleaderboardrequestdata)
|
|
147
|
+
- [ServerGetCurrencyLeaderboardRequestData](#servergetcurrencyleaderboardrequestdata)
|
|
148
|
+
- [AdminGetCurrencyLeaderboardRequestData](#admingetcurrencyleaderboardrequestdata)
|
|
149
|
+
- [GetCurrencyLeaderboardResponseData](#getcurrencyleaderboardresponsedata)
|
|
150
|
+
- [GetCreateLeaderboardResponseData](#getcreateleaderboardresponsedata)
|
|
151
|
+
- [GetStatisticsLogResponseData](#getstatisticslogresponsedata)
|
|
152
|
+
- [GetCurrencyLogResponseData](#getcurrencylogresponsedata)
|
|
153
|
+
- [EmptyResponseData](#emptyresponsedata)
|
|
154
|
+
- **GroupRequestModels** (from `GroupRequestModels.ts`)
|
|
155
|
+
- [AddMemberOperationRequest](#addmemberoperationrequest)
|
|
156
|
+
- [ServerAddMemberOperationRequest](#serveraddmemberoperationrequest)
|
|
157
|
+
- [AdminAddMemberOperationRequest](#adminaddmemberoperationrequest)
|
|
158
|
+
- [AddSegmentOperationRequest](#addsegmentoperationrequest)
|
|
159
|
+
- [ServerAddSegmentOperationRequest](#serveraddsegmentoperationrequest)
|
|
160
|
+
- [AdminAddSegmentOperationRequest](#adminaddsegmentoperationrequest)
|
|
161
|
+
- [GetAvatarOperationRequest](#getavataroperationrequest)
|
|
162
|
+
- [ServerGetAvatarOperationRequest](#servergetavataroperationrequest)
|
|
163
|
+
- [AdminGetAvatarOperationRequest](#admingetavataroperationrequest)
|
|
164
|
+
- [GetCatalogIdOperationRequest](#getcatalogidoperationrequest)
|
|
165
|
+
- [ServerGetCatalogIdOperationRequest](#servergetcatalogidoperationrequest)
|
|
166
|
+
- [AdminGetCatalogIdOperationRequest](#admingetcatalogidoperationrequest)
|
|
167
|
+
- [GetCustomDataOperationRequest](#getcustomdataoperationrequest)
|
|
168
|
+
- [ServerGetCustomDataOperationRequest](#servergetcustomdataoperationrequest)
|
|
169
|
+
- [AdminGetCustomDataOperationRequest](#admingetcustomdataoperationrequest)
|
|
170
|
+
- [GetDisplayNameOperationRequest](#getdisplaynameoperationrequest)
|
|
171
|
+
- [ServerGetDisplayNameOperationRequest](#servergetdisplaynameoperationrequest)
|
|
172
|
+
- [AdminGetDisplayNameOperationRequest](#admingetdisplaynameoperationrequest)
|
|
173
|
+
- [GetGroupCurrencyOperationRequest](#getgroupcurrencyoperationrequest)
|
|
174
|
+
- [ServerGetGroupCurrencyOperationRequest](#servergetgroupcurrencyoperationrequest)
|
|
175
|
+
- [AdminGetGroupCurrencyOperationRequest](#admingetgroupcurrencyoperationrequest)
|
|
176
|
+
- [GetGroupDataOperationRequest](#getgroupdataoperationrequest)
|
|
177
|
+
- [ServerGetGroupDataOperationRequest](#servergetgroupdataoperationrequest)
|
|
178
|
+
- [AdminGetGroupDataOperationRequest](#admingetgroupdataoperationrequest)
|
|
179
|
+
- [GetGroupInformationOperationRequest](#getgroupinformationoperationrequest)
|
|
180
|
+
- [ServerGetGroupInformationOperationRequest](#servergetgroupinformationoperationrequest)
|
|
181
|
+
- [AdminGetGroupInformationOperationRequest](#admingetgroupinformationoperationrequest)
|
|
182
|
+
- [GetGroupInventoryOperationRequest](#getgroupinventoryoperationrequest)
|
|
183
|
+
- [ServerGetGroupInventoryOperationRequest](#servergetgroupinventoryoperationrequest)
|
|
184
|
+
- [AdminGetGroupInventoryOperationRequest](#admingetgroupinventoryoperationrequest)
|
|
185
|
+
- [GetGroupMessageOperationRequest](#getgroupmessageoperationrequest)
|
|
186
|
+
- [ServerGetGroupMessageOperationRequest](#servergetgroupmessageoperationrequest)
|
|
187
|
+
- [AdminGetGroupMessageOperationRequest](#admingetgroupmessageoperationrequest)
|
|
188
|
+
- [GetGroupStatisticsOperationRequest](#getgroupstatisticsoperationrequest)
|
|
189
|
+
- [ServerGetGroupStatisticsOperationRequest](#servergetgroupstatisticsoperationrequest)
|
|
190
|
+
- [AdminGetGroupStatisticsOperationRequest](#admingetgroupstatisticsoperationrequest)
|
|
191
|
+
- [GetGroupsWithDisplayNameOperationRequest](#getgroupswithdisplaynameoperationrequest)
|
|
192
|
+
- [ServerGetGroupsWithDisplayNameOperationRequest](#servergetgroupswithdisplaynameoperationrequest)
|
|
193
|
+
- [AdminGetGroupsWithDisplayNameOperationRequest](#admingetgroupswithdisplaynameoperationrequest)
|
|
194
|
+
- [GetGroupsWithSegmentOperationRequest](#getgroupswithsegmentoperationrequest)
|
|
195
|
+
- [ServerGetGroupsWithSegmentOperationRequest](#servergetgroupswithsegmentoperationrequest)
|
|
196
|
+
- [AdminGetGroupsWithSegmentOperationRequest](#admingetgroupswithsegmentoperationrequest)
|
|
197
|
+
- [GetGroupsWithTagOperationRequest](#getgroupswithtagoperationrequest)
|
|
198
|
+
- [ServerGetGroupsWithTagOperationRequest](#servergetgroupswithtagoperationrequest)
|
|
199
|
+
- [AdminGetGroupsWithTagOperationRequest](#admingetgroupswithtagoperationrequest)
|
|
200
|
+
- [GetMembersOperationRequest](#getmembersoperationrequest)
|
|
201
|
+
- [ServerGetMembersOperationRequest](#servergetmembersoperationrequest)
|
|
202
|
+
- [AdminGetMembersOperationRequest](#admingetmembersoperationrequest)
|
|
203
|
+
- [GetRemoveStatusOperationRequest](#getremovestatusoperationrequest)
|
|
204
|
+
- [ServerGetRemoveStatusOperationRequest](#servergetremovestatusoperationrequest)
|
|
205
|
+
- [AdminGetRemoveStatusOperationRequest](#admingetremovestatusoperationrequest)
|
|
206
|
+
- [GetSegmentOperationRequest](#getsegmentoperationrequest)
|
|
207
|
+
- [ServerGetSegmentOperationRequest](#servergetsegmentoperationrequest)
|
|
208
|
+
- [AdminGetSegmentOperationRequest](#admingetsegmentoperationrequest)
|
|
209
|
+
- [GetStatisticsLeaderboardAroundGroupOperationRequest](#getstatisticsleaderboardaroundgroupoperationrequest)
|
|
210
|
+
- [ServerGetStatisticsLeaderboardAroundGroupOperationRequest](#servergetstatisticsleaderboardaroundgroupoperationrequest)
|
|
211
|
+
- [AdminGetStatisticsLeaderboardAroundGroupOperationRequest](#admingetstatisticsleaderboardaroundgroupoperationrequest)
|
|
212
|
+
- [GetStatisticsLeaderboardOperationRequest](#getstatisticsleaderboardoperationrequest)
|
|
213
|
+
- [ServerGetStatisticsLeaderboardOperationRequest](#servergetstatisticsleaderboardoperationrequest)
|
|
214
|
+
- [AdminGetStatisticsLeaderboardOperationRequest](#admingetstatisticsleaderboardoperationrequest)
|
|
215
|
+
- [GetTagOperationRequest](#gettagoperationrequest)
|
|
216
|
+
- [ServerGetTagOperationRequest](#servergettagoperationrequest)
|
|
217
|
+
- [AdminGetTagOperationRequest](#admingettagoperationrequest)
|
|
218
|
+
- [GetTsCreateOperationRequest](#gettscreateoperationrequest)
|
|
219
|
+
- [ServerGetTsCreateOperationRequest](#servergettscreateoperationrequest)
|
|
220
|
+
- [AdminGetTsCreateOperationRequest](#admingettscreateoperationrequest)
|
|
221
|
+
- [CreateGroupItemOperationRequest](#creategroupitemoperationrequest)
|
|
222
|
+
- [ServerCreateGroupItemOperationRequest](#servercreategroupitemoperationrequest)
|
|
223
|
+
- [AdminCreateGroupItemOperationRequest](#admincreategroupitemoperationrequest)
|
|
224
|
+
- [RemoveGroupItemOperationRequest](#removegroupitemoperationrequest)
|
|
225
|
+
- [ServerRemoveGroupItemOperationRequest](#serverremovegroupitemoperationrequest)
|
|
226
|
+
- [AdminRemoveGroupItemOperationRequest](#adminremovegroupitemoperationrequest)
|
|
227
|
+
- [RemoveMemberOperationRequest](#removememberoperationrequest)
|
|
228
|
+
- [ServerRemoveMemberOperationRequest](#serverremovememberoperationrequest)
|
|
229
|
+
- [AdminRemoveMemberOperationRequest](#adminremovememberoperationrequest)
|
|
230
|
+
- [RemoveSegmentOperationRequest](#removesegmentoperationrequest)
|
|
231
|
+
- [ServerRemoveSegmentOperationRequest](#serverremovesegmentoperationrequest)
|
|
232
|
+
- [AdminRemoveSegmentOperationRequest](#adminremovesegmentoperationrequest)
|
|
233
|
+
- [RemoveTagOperationRequest](#removetagoperationrequest)
|
|
234
|
+
- [ServerRemoveTagOperationRequest](#serverremovetagoperationrequest)
|
|
235
|
+
- [AdminRemoveTagOperationRequest](#adminremovetagoperationrequest)
|
|
236
|
+
- [SendGroupMessageOperationRequest](#sendgroupmessageoperationrequest)
|
|
237
|
+
- [ServerSendGroupMessageOperationRequest](#serversendgroupmessageoperationrequest)
|
|
238
|
+
- [AdminSendGroupMessageOperationRequest](#adminsendgroupmessageoperationrequest)
|
|
239
|
+
- [SetAvatarOperationRequest](#setavataroperationrequest)
|
|
240
|
+
- [ServerSetAvatarOperationRequest](#serversetavataroperationrequest)
|
|
241
|
+
- [AdminSetAvatarOperationRequest](#adminsetavataroperationrequest)
|
|
242
|
+
- [SetCustomDataOperationRequest](#setcustomdataoperationrequest)
|
|
243
|
+
- [ServerSetCustomDataOperationRequest](#serversetcustomdataoperationrequest)
|
|
244
|
+
- [AdminSetCustomDataOperationRequest](#adminsetcustomdataoperationrequest)
|
|
245
|
+
- [SetDisplayNameOperationRequest](#setdisplaynameoperationrequest)
|
|
246
|
+
- [ServerSetDisplayNameOperationRequest](#serversetdisplaynameoperationrequest)
|
|
247
|
+
- [AdminSetDisplayNameOperationRequest](#adminsetdisplaynameoperationrequest)
|
|
248
|
+
- [ChangeGroupCurrencyOperationRequest](#changegroupcurrencyoperationrequest)
|
|
249
|
+
- [ServerChangeGroupCurrencyOperationRequest](#serverchangegroupcurrencyoperationrequest)
|
|
250
|
+
- [AdminChangeGroupCurrencyOperationRequest](#adminchangegroupcurrencyoperationrequest)
|
|
251
|
+
- [SetGroupDataOperationRequest](#setgroupdataoperationrequest)
|
|
252
|
+
- [ServerSetGroupDataOperationRequest](#serversetgroupdataoperationrequest)
|
|
253
|
+
- [AdminSetGroupDataOperationRequest](#adminsetgroupdataoperationrequest)
|
|
254
|
+
- [ChangeGroupStatisticsOperationRequest](#changegroupstatisticsoperationrequest)
|
|
255
|
+
- [ServerChangeGroupStatisticsOperationRequest](#serverchangegroupstatisticsoperationrequest)
|
|
256
|
+
- [AdminChangeGroupStatisticsOperationRequest](#adminchangegroupstatisticsoperationrequest)
|
|
257
|
+
- [SetRemoveStatusOperationRequest](#setremovestatusoperationrequest)
|
|
258
|
+
- [ServerSetRemoveStatusOperationRequest](#serversetremovestatusoperationrequest)
|
|
259
|
+
- [AdminSetRemoveStatusOperationRequest](#adminsetremovestatusoperationrequest)
|
|
260
|
+
- [SetTagOperationRequest](#settagoperationrequest)
|
|
261
|
+
- [ServerSetTagOperationRequest](#serversettagoperationrequest)
|
|
262
|
+
- [AdminSetTagOperationRequest](#adminsettagoperationrequest)
|
|
263
|
+
- [GetCurrencyLeaderboardOperationRequest](#getcurrencyleaderboardoperationrequest)
|
|
264
|
+
- [ServerGetCurrencyLeaderboardOperationRequest](#servergetcurrencyleaderboardoperationrequest)
|
|
265
|
+
- [AdminGetCurrencyLeaderboardOperationRequest](#admingetcurrencyleaderboardoperationrequest)
|
|
266
|
+
- [GetCreateLeaderboardOperationRequest](#getcreateleaderboardoperationrequest)
|
|
267
|
+
- [ServerGetCreateLeaderboardOperationRequest](#servergetcreateleaderboardoperationrequest)
|
|
268
|
+
- [AdminGetCreateLeaderboardOperationRequest](#admingetcreateleaderboardoperationrequest)
|
|
269
|
+
- [GetStatisticsLogOperationRequest](#getstatisticslogoperationrequest)
|
|
270
|
+
- [ServerGetStatisticsLogOperationRequest](#servergetstatisticslogoperationrequest)
|
|
271
|
+
- [AdminGetStatisticsLogOperationRequest](#admingetstatisticslogoperationrequest)
|
|
272
|
+
- [GetCurrencyLogOperationRequest](#getcurrencylogoperationrequest)
|
|
273
|
+
- [ServerGetCurrencyLogOperationRequest](#servergetcurrencylogoperationrequest)
|
|
274
|
+
- [AdminGetCurrencyLogOperationRequest](#admingetcurrencylogoperationrequest)
|
|
275
|
+
- **GroupResponseModels** (from `GroupResponseModels.ts`)
|
|
276
|
+
- [AddMemberOperationResponse](#addmemberoperationresponse)
|
|
277
|
+
- [AddSegmentOperationResponse](#addsegmentoperationresponse)
|
|
278
|
+
- [GetAvatarOperationResponse](#getavataroperationresponse)
|
|
279
|
+
- [GetCatalogIdOperationResponse](#getcatalogidoperationresponse)
|
|
280
|
+
- [GetCustomDataOperationResponse](#getcustomdataoperationresponse)
|
|
281
|
+
- [GetDisplayNameOperationResponse](#getdisplaynameoperationresponse)
|
|
282
|
+
- [GetGroupCurrencyOperationResponse](#getgroupcurrencyoperationresponse)
|
|
283
|
+
- [GetGroupDataOperationResponse](#getgroupdataoperationresponse)
|
|
284
|
+
- [GetGroupInformationOperationResponse](#getgroupinformationoperationresponse)
|
|
285
|
+
- [GetGroupInventoryOperationResponse](#getgroupinventoryoperationresponse)
|
|
286
|
+
- [GetGroupMessageOperationResponse](#getgroupmessageoperationresponse)
|
|
287
|
+
- [GetGroupStatisticsOperationResponse](#getgroupstatisticsoperationresponse)
|
|
288
|
+
- [GetGroupsWithDisplayNameOperationResponse](#getgroupswithdisplaynameoperationresponse)
|
|
289
|
+
- [GetGroupsWithSegmentOperationResponse](#getgroupswithsegmentoperationresponse)
|
|
290
|
+
- [GetGroupsWithTagOperationResponse](#getgroupswithtagoperationresponse)
|
|
291
|
+
- [GetMembersOperationResponse](#getmembersoperationresponse)
|
|
292
|
+
- [GetRemoveStatusOperationResponse](#getremovestatusoperationresponse)
|
|
293
|
+
- [GetSegmentOperationResponse](#getsegmentoperationresponse)
|
|
294
|
+
- [GetStatisticsLeaderboardAroundGroupOperationResponse](#getstatisticsleaderboardaroundgroupoperationresponse)
|
|
295
|
+
- [GetStatisticsLeaderboardOperationResponse](#getstatisticsleaderboardoperationresponse)
|
|
296
|
+
- [GetTagOperationResponse](#gettagoperationresponse)
|
|
297
|
+
- [GetTsCreateOperationResponse](#gettscreateoperationresponse)
|
|
298
|
+
- [CreateGroupItemOperationResponse](#creategroupitemoperationresponse)
|
|
299
|
+
- [RemoveGroupItemOperationResponse](#removegroupitemoperationresponse)
|
|
300
|
+
- [RemoveMemberOperationResponse](#removememberoperationresponse)
|
|
301
|
+
- [RemoveSegmentOperationResponse](#removesegmentoperationresponse)
|
|
302
|
+
- [RemoveTagOperationResponse](#removetagoperationresponse)
|
|
303
|
+
- [SendGroupMessageOperationResponse](#sendgroupmessageoperationresponse)
|
|
304
|
+
- [SetAvatarOperationResponse](#setavataroperationresponse)
|
|
305
|
+
- [SetCustomDataOperationResponse](#setcustomdataoperationresponse)
|
|
306
|
+
- [SetDisplayNameOperationResponse](#setdisplaynameoperationresponse)
|
|
307
|
+
- [ChangeGroupCurrencyOperationResponse](#changegroupcurrencyoperationresponse)
|
|
308
|
+
- [SetGroupDataOperationResponse](#setgroupdataoperationresponse)
|
|
309
|
+
- [ChangeGroupStatisticsOperationResponse](#changegroupstatisticsoperationresponse)
|
|
310
|
+
- [SetRemoveStatusOperationResponse](#setremovestatusoperationresponse)
|
|
311
|
+
- [SetTagOperationResponse](#settagoperationresponse)
|
|
312
|
+
- [GetCurrencyLeaderboardOperationResponse](#getcurrencyleaderboardoperationresponse)
|
|
313
|
+
- [GetCreateLeaderboardOperationResponse](#getcreateleaderboardoperationresponse)
|
|
314
|
+
- [GetStatisticsLogOperationResponse](#getstatisticslogoperationresponse)
|
|
315
|
+
- [GetCurrencyLogOperationResponse](#getcurrencylogoperationresponse)
|
|
316
|
+
|
|
317
|
+
---
|
|
318
|
+
|
|
319
|
+
## Namespace `GroupModels`
|
|
320
|
+
|
|
321
|
+
### InfoRequestParam
|
|
322
|
+
|
|
323
|
+
Selects which optional group fields and lightweight relations should be returned. Boolean flags default to `false`; key arrays narrow list-style fields to specific keys only.
|
|
324
|
+
|
|
325
|
+
| Field | Type | Required | Notes |
|
|
326
|
+
|-------|------|----------|-------|
|
|
327
|
+
| `catalogId` | `boolean` | no | Includes the group catalog ID. — _default=false_ |
|
|
328
|
+
| `members` | `boolean` | no | Includes lightweight member items for the group. — _default=false_ |
|
|
329
|
+
| `removeStatus` | `boolean` | no | _default=false_ |
|
|
330
|
+
| `segments` | `boolean` | no | _default=false_ |
|
|
331
|
+
| `customDatas` | `boolean` | no | _default=false_ |
|
|
332
|
+
| `displayName` | `boolean` | no | _default=false_ |
|
|
333
|
+
| `avatar` | `boolean` | no | _default=false_ |
|
|
334
|
+
| `tsCreate` | `boolean` | no | _default=false_ |
|
|
335
|
+
| `tags` | `boolean` | no | _default=false_ |
|
|
336
|
+
| `groupCurrencies` | `boolean` | no | _default=false_ |
|
|
337
|
+
| `groupStatistics` | `boolean` | no | _default=false_ |
|
|
338
|
+
| `groupDatas` | `boolean` | no | _default=false_ |
|
|
339
|
+
| `groupInventories` | `boolean` | no | Includes lightweight inventory relation items for the group, optionally filtered by `itemCatalogIds`. — _default=false_ |
|
|
340
|
+
| `groupDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
341
|
+
| `groupCurrencyKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
342
|
+
| `groupStatisticsKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
343
|
+
| `customDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
344
|
+
| `tagKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
345
|
+
| `itemCatalogIds` | `Array<string>` | no | Restricts `groupInventories` to relation items whose catalog IDs match this list. — _elementCls=String_ |
|
|
346
|
+
|
|
347
|
+
### CustomDataParam
|
|
348
|
+
|
|
349
|
+
Defines the reusable parameter block CustomDataParam.
|
|
350
|
+
|
|
351
|
+
| Field | Type | Required | Notes |
|
|
352
|
+
|-------|------|----------|-------|
|
|
353
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
354
|
+
| `value` | `any` | yes | — |
|
|
355
|
+
|
|
356
|
+
### GroupCurrencyParam
|
|
357
|
+
|
|
358
|
+
Defines the reusable parameter block GroupCurrencyParam.
|
|
359
|
+
|
|
360
|
+
| Field | Type | Required | Notes |
|
|
361
|
+
|-------|------|----------|-------|
|
|
362
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
363
|
+
| `amount` | `number` | yes | — |
|
|
364
|
+
|
|
365
|
+
### GroupDataParam
|
|
366
|
+
|
|
367
|
+
Defines the reusable parameter block GroupDataParam.
|
|
368
|
+
|
|
369
|
+
| Field | Type | Required | Notes |
|
|
370
|
+
|-------|------|----------|-------|
|
|
371
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
372
|
+
| `value` | `any` | yes | — |
|
|
373
|
+
|
|
374
|
+
### GroupMemberParam
|
|
375
|
+
|
|
376
|
+
Describes one game-player member referenced by a group workflow.
|
|
377
|
+
|
|
378
|
+
| Field | Type | Required | Notes |
|
|
379
|
+
|-------|------|----------|-------|
|
|
380
|
+
| `userId` | `string` | yes | _minLength=10, maxLength=11_ |
|
|
381
|
+
|
|
382
|
+
### GroupStatisticsParam
|
|
383
|
+
|
|
384
|
+
Defines the reusable parameter block GroupStatisticsParam.
|
|
385
|
+
|
|
386
|
+
| Field | Type | Required | Notes |
|
|
387
|
+
|-------|------|----------|-------|
|
|
388
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
389
|
+
| `value` | `number` | yes | — |
|
|
390
|
+
|
|
391
|
+
### AddMemberRequestData
|
|
392
|
+
|
|
393
|
+
Defines the request payload for AddMember.
|
|
394
|
+
|
|
395
|
+
| Field | Type | Required | Notes |
|
|
396
|
+
|-------|------|----------|-------|
|
|
397
|
+
| `memberId` | `string` | yes | _minLength=10, maxLength=11_ |
|
|
398
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
399
|
+
|
|
400
|
+
### ServerAddMemberRequestData
|
|
401
|
+
|
|
402
|
+
Extends: `AddMemberRequestData`
|
|
403
|
+
|
|
404
|
+
Defines the request payload for ServerAddMember.
|
|
405
|
+
|
|
406
|
+
_Không có field public (payload rỗng)._
|
|
407
|
+
|
|
408
|
+
### AdminAddMemberRequestData
|
|
409
|
+
|
|
410
|
+
Extends: `ServerAddMemberRequestData`
|
|
411
|
+
|
|
412
|
+
Defines the request payload for AdminAddMember.
|
|
413
|
+
|
|
414
|
+
_Không có field public (payload rỗng)._
|
|
415
|
+
|
|
416
|
+
### AddSegmentRequestData
|
|
417
|
+
|
|
418
|
+
Defines the request payload for AddSegment.
|
|
419
|
+
|
|
420
|
+
| Field | Type | Required | Notes |
|
|
421
|
+
|-------|------|----------|-------|
|
|
422
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
423
|
+
| `value` | `string` | yes | _minLength=6, maxLength=32_ |
|
|
424
|
+
|
|
425
|
+
### ServerAddSegmentRequestData
|
|
426
|
+
|
|
427
|
+
Extends: `AddSegmentRequestData`
|
|
428
|
+
|
|
429
|
+
Defines the request payload for ServerAddSegment.
|
|
430
|
+
|
|
431
|
+
_Không có field public (payload rỗng)._
|
|
432
|
+
|
|
433
|
+
### AdminAddSegmentRequestData
|
|
434
|
+
|
|
435
|
+
Extends: `ServerAddSegmentRequestData`
|
|
436
|
+
|
|
437
|
+
Defines the request payload for AdminAddSegment.
|
|
438
|
+
|
|
439
|
+
_Không có field public (payload rỗng)._
|
|
440
|
+
|
|
441
|
+
### GetAvatarRequestData
|
|
442
|
+
|
|
443
|
+
Defines the request payload for GetAvatar.
|
|
444
|
+
|
|
445
|
+
| Field | Type | Required | Notes |
|
|
446
|
+
|-------|------|----------|-------|
|
|
447
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
448
|
+
|
|
449
|
+
### ServerGetAvatarRequestData
|
|
450
|
+
|
|
451
|
+
Extends: `GetAvatarRequestData`
|
|
452
|
+
|
|
453
|
+
Defines the request payload for ServerGetAvatar.
|
|
454
|
+
|
|
455
|
+
_Không có field public (payload rỗng)._
|
|
456
|
+
|
|
457
|
+
### AdminGetAvatarRequestData
|
|
458
|
+
|
|
459
|
+
Extends: `ServerGetAvatarRequestData`
|
|
460
|
+
|
|
461
|
+
Defines the request payload for AdminGetAvatar.
|
|
462
|
+
|
|
463
|
+
_Không có field public (payload rỗng)._
|
|
464
|
+
|
|
465
|
+
### GetCatalogIdRequestData
|
|
466
|
+
|
|
467
|
+
Defines the request payload for GetCatalogId.
|
|
468
|
+
|
|
469
|
+
| Field | Type | Required | Notes |
|
|
470
|
+
|-------|------|----------|-------|
|
|
471
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
472
|
+
|
|
473
|
+
### ServerGetCatalogIdRequestData
|
|
474
|
+
|
|
475
|
+
Extends: `GetCatalogIdRequestData`
|
|
476
|
+
|
|
477
|
+
Defines the request payload for ServerGetCatalogId.
|
|
478
|
+
|
|
479
|
+
_Không có field public (payload rỗng)._
|
|
480
|
+
|
|
481
|
+
### AdminGetCatalogIdRequestData
|
|
482
|
+
|
|
483
|
+
Extends: `ServerGetCatalogIdRequestData`
|
|
484
|
+
|
|
485
|
+
Defines the request payload for AdminGetCatalogId.
|
|
486
|
+
|
|
487
|
+
_Không có field public (payload rỗng)._
|
|
488
|
+
|
|
489
|
+
### GetCustomDataRequestData
|
|
490
|
+
|
|
491
|
+
Defines the request payload for GetCustomData.
|
|
492
|
+
|
|
493
|
+
| Field | Type | Required | Notes |
|
|
494
|
+
|-------|------|----------|-------|
|
|
495
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
496
|
+
| `customDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
497
|
+
|
|
498
|
+
### ServerGetCustomDataRequestData
|
|
499
|
+
|
|
500
|
+
Extends: `GetCustomDataRequestData`
|
|
501
|
+
|
|
502
|
+
Defines the request payload for ServerGetCustomData.
|
|
503
|
+
|
|
504
|
+
_Không có field public (payload rỗng)._
|
|
505
|
+
|
|
506
|
+
### AdminGetCustomDataRequestData
|
|
507
|
+
|
|
508
|
+
Extends: `ServerGetCustomDataRequestData`
|
|
509
|
+
|
|
510
|
+
Defines the request payload for AdminGetCustomData.
|
|
511
|
+
|
|
512
|
+
_Không có field public (payload rỗng)._
|
|
513
|
+
|
|
514
|
+
### GetDisplayNameRequestData
|
|
515
|
+
|
|
516
|
+
Defines the request payload for GetDisplayName.
|
|
517
|
+
|
|
518
|
+
| Field | Type | Required | Notes |
|
|
519
|
+
|-------|------|----------|-------|
|
|
520
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
521
|
+
|
|
522
|
+
### ServerGetDisplayNameRequestData
|
|
523
|
+
|
|
524
|
+
Extends: `GetDisplayNameRequestData`
|
|
525
|
+
|
|
526
|
+
Defines the request payload for ServerGetDisplayName.
|
|
527
|
+
|
|
528
|
+
_Không có field public (payload rỗng)._
|
|
529
|
+
|
|
530
|
+
### AdminGetDisplayNameRequestData
|
|
531
|
+
|
|
532
|
+
Extends: `ServerGetDisplayNameRequestData`
|
|
533
|
+
|
|
534
|
+
Defines the request payload for AdminGetDisplayName.
|
|
535
|
+
|
|
536
|
+
_Không có field public (payload rỗng)._
|
|
537
|
+
|
|
538
|
+
### GetGroupCurrencyRequestData
|
|
539
|
+
|
|
540
|
+
Defines the request payload for GetGroupCurrency.
|
|
541
|
+
|
|
542
|
+
| Field | Type | Required | Notes |
|
|
543
|
+
|-------|------|----------|-------|
|
|
544
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
545
|
+
| `groupCurrencyKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
546
|
+
|
|
547
|
+
### ServerGetGroupCurrencyRequestData
|
|
548
|
+
|
|
549
|
+
Extends: `GetGroupCurrencyRequestData`
|
|
550
|
+
|
|
551
|
+
Defines the request payload for ServerGetGroupCurrency.
|
|
552
|
+
|
|
553
|
+
_Không có field public (payload rỗng)._
|
|
554
|
+
|
|
555
|
+
### AdminGetGroupCurrencyRequestData
|
|
556
|
+
|
|
557
|
+
Extends: `ServerGetGroupCurrencyRequestData`
|
|
558
|
+
|
|
559
|
+
Defines the request payload for AdminGetGroupCurrency.
|
|
560
|
+
|
|
561
|
+
_Không có field public (payload rỗng)._
|
|
562
|
+
|
|
563
|
+
### GetGroupDataRequestData
|
|
564
|
+
|
|
565
|
+
Defines the request payload for GetGroupData.
|
|
566
|
+
|
|
567
|
+
| Field | Type | Required | Notes |
|
|
568
|
+
|-------|------|----------|-------|
|
|
569
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
570
|
+
| `groupDataKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
571
|
+
|
|
572
|
+
### ServerGetGroupDataRequestData
|
|
573
|
+
|
|
574
|
+
Extends: `GetGroupDataRequestData`
|
|
575
|
+
|
|
576
|
+
Defines the request payload for ServerGetGroupData.
|
|
577
|
+
|
|
578
|
+
_Không có field public (payload rỗng)._
|
|
579
|
+
|
|
580
|
+
### AdminGetGroupDataRequestData
|
|
581
|
+
|
|
582
|
+
Extends: `ServerGetGroupDataRequestData`
|
|
583
|
+
|
|
584
|
+
Defines the request payload for AdminGetGroupData.
|
|
585
|
+
|
|
586
|
+
_Không có field public (payload rỗng)._
|
|
587
|
+
|
|
588
|
+
### GetGroupInformationRequestData
|
|
589
|
+
|
|
590
|
+
Defines the request payload for GetGroupInformation.
|
|
591
|
+
|
|
592
|
+
| Field | Type | Required | Notes |
|
|
593
|
+
|-------|------|----------|-------|
|
|
594
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
595
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
596
|
+
|
|
597
|
+
### ServerGetGroupInformationRequestData
|
|
598
|
+
|
|
599
|
+
Extends: `GetGroupInformationRequestData`
|
|
600
|
+
|
|
601
|
+
Defines the request payload for ServerGetGroupInformation.
|
|
602
|
+
|
|
603
|
+
_Không có field public (payload rỗng)._
|
|
604
|
+
|
|
605
|
+
### AdminGetGroupInformationRequestData
|
|
606
|
+
|
|
607
|
+
Extends: `ServerGetGroupInformationRequestData`
|
|
608
|
+
|
|
609
|
+
Defines the request payload for AdminGetGroupInformation.
|
|
610
|
+
|
|
611
|
+
_Không có field public (payload rỗng)._
|
|
612
|
+
|
|
613
|
+
### GetGroupInventoryRequestData
|
|
614
|
+
|
|
615
|
+
Defines the request payload for GetGroupInventory.
|
|
616
|
+
|
|
617
|
+
| Field | Type | Required | Notes |
|
|
618
|
+
|-------|------|----------|-------|
|
|
619
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
620
|
+
| `itemCatalogIds` | `Array<string>` | no | _elementCls=String_ |
|
|
621
|
+
|
|
622
|
+
### ServerGetGroupInventoryRequestData
|
|
623
|
+
|
|
624
|
+
Extends: `GetGroupInventoryRequestData`
|
|
625
|
+
|
|
626
|
+
Defines the request payload for ServerGetGroupInventory.
|
|
627
|
+
|
|
628
|
+
_Không có field public (payload rỗng)._
|
|
629
|
+
|
|
630
|
+
### AdminGetGroupInventoryRequestData
|
|
631
|
+
|
|
632
|
+
Extends: `ServerGetGroupInventoryRequestData`
|
|
633
|
+
|
|
634
|
+
Defines the request payload for AdminGetGroupInventory.
|
|
635
|
+
|
|
636
|
+
_Không có field public (payload rỗng)._
|
|
637
|
+
|
|
638
|
+
### GetGroupMessageRequestData
|
|
639
|
+
|
|
640
|
+
Reads persisted group messages using skip/limit pagination.
|
|
641
|
+
|
|
642
|
+
| Field | Type | Required | Notes |
|
|
643
|
+
|-------|------|----------|-------|
|
|
644
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
645
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
646
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
647
|
+
|
|
648
|
+
### ServerGetGroupMessageRequestData
|
|
649
|
+
|
|
650
|
+
Extends: `GetGroupMessageRequestData`
|
|
651
|
+
|
|
652
|
+
Defines the request payload for ServerGetGroupMessage.
|
|
653
|
+
|
|
654
|
+
_Không có field public (payload rỗng)._
|
|
655
|
+
|
|
656
|
+
### AdminGetGroupMessageRequestData
|
|
657
|
+
|
|
658
|
+
Extends: `ServerGetGroupMessageRequestData`
|
|
659
|
+
|
|
660
|
+
Defines the request payload for AdminGetGroupMessage.
|
|
661
|
+
|
|
662
|
+
_Không có field public (payload rỗng)._
|
|
663
|
+
|
|
664
|
+
### GetGroupStatisticsRequestData
|
|
665
|
+
|
|
666
|
+
Defines the request payload for GetGroupStatistics.
|
|
667
|
+
|
|
668
|
+
| Field | Type | Required | Notes |
|
|
669
|
+
|-------|------|----------|-------|
|
|
670
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
671
|
+
| `statisticsKeys` | `Array<string>` | no | _elementCls=String_ |
|
|
672
|
+
|
|
673
|
+
### ServerGetGroupStatisticsRequestData
|
|
674
|
+
|
|
675
|
+
Extends: `GetGroupStatisticsRequestData`
|
|
676
|
+
|
|
677
|
+
Defines the request payload for ServerGetGroupStatistics.
|
|
678
|
+
|
|
679
|
+
_Không có field public (payload rỗng)._
|
|
680
|
+
|
|
681
|
+
### AdminGetGroupStatisticsRequestData
|
|
682
|
+
|
|
683
|
+
Extends: `ServerGetGroupStatisticsRequestData`
|
|
684
|
+
|
|
685
|
+
Defines the request payload for AdminGetGroupStatistics.
|
|
686
|
+
|
|
687
|
+
_Không có field public (payload rỗng)._
|
|
688
|
+
|
|
689
|
+
### GetGroupsWithDisplayNameRequestData
|
|
690
|
+
|
|
691
|
+
Defines the request payload for GetGroupsWithDisplayName.
|
|
692
|
+
|
|
693
|
+
| Field | Type | Required | Notes |
|
|
694
|
+
|-------|------|----------|-------|
|
|
695
|
+
| `keyword` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
696
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
697
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
698
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
699
|
+
|
|
700
|
+
### ServerGetGroupsWithDisplayNameRequestData
|
|
701
|
+
|
|
702
|
+
Extends: `GetGroupsWithDisplayNameRequestData`
|
|
703
|
+
|
|
704
|
+
Defines the request payload for ServerGetGroupsWithDisplayName.
|
|
705
|
+
|
|
706
|
+
_Không có field public (payload rỗng)._
|
|
707
|
+
|
|
708
|
+
### AdminGetGroupsWithDisplayNameRequestData
|
|
709
|
+
|
|
710
|
+
Extends: `ServerGetGroupsWithDisplayNameRequestData`
|
|
711
|
+
|
|
712
|
+
Defines the request payload for AdminGetGroupsWithDisplayName.
|
|
713
|
+
|
|
714
|
+
_Không có field public (payload rỗng)._
|
|
715
|
+
|
|
716
|
+
### GetGroupsWithSegmentRequestData
|
|
717
|
+
|
|
718
|
+
Defines the request payload for GetGroupsWithSegment.
|
|
719
|
+
|
|
720
|
+
| Field | Type | Required | Notes |
|
|
721
|
+
|-------|------|----------|-------|
|
|
722
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
723
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
724
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
725
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
726
|
+
|
|
727
|
+
### ServerGetGroupsWithSegmentRequestData
|
|
728
|
+
|
|
729
|
+
Extends: `GetGroupsWithSegmentRequestData`
|
|
730
|
+
|
|
731
|
+
Defines the request payload for ServerGetGroupsWithSegment.
|
|
732
|
+
|
|
733
|
+
_Không có field public (payload rỗng)._
|
|
734
|
+
|
|
735
|
+
### AdminGetGroupsWithSegmentRequestData
|
|
736
|
+
|
|
737
|
+
Extends: `ServerGetGroupsWithSegmentRequestData`
|
|
738
|
+
|
|
739
|
+
Defines the request payload for AdminGetGroupsWithSegment.
|
|
740
|
+
|
|
741
|
+
_Không có field public (payload rỗng)._
|
|
742
|
+
|
|
743
|
+
### GetGroupsWithTagRequestData
|
|
744
|
+
|
|
745
|
+
Defines the request payload for GetGroupsWithTag.
|
|
746
|
+
|
|
747
|
+
| Field | Type | Required | Notes |
|
|
748
|
+
|-------|------|----------|-------|
|
|
749
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
750
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
751
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
752
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
753
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
754
|
+
|
|
755
|
+
### ServerGetGroupsWithTagRequestData
|
|
756
|
+
|
|
757
|
+
Extends: `GetGroupsWithTagRequestData`
|
|
758
|
+
|
|
759
|
+
Defines the request payload for ServerGetGroupsWithTag.
|
|
760
|
+
|
|
761
|
+
_Không có field public (payload rỗng)._
|
|
762
|
+
|
|
763
|
+
### AdminGetGroupsWithTagRequestData
|
|
764
|
+
|
|
765
|
+
Extends: `ServerGetGroupsWithTagRequestData`
|
|
766
|
+
|
|
767
|
+
Defines the request payload for AdminGetGroupsWithTag.
|
|
768
|
+
|
|
769
|
+
_Không có field public (payload rỗng)._
|
|
770
|
+
|
|
771
|
+
### GetMembersRequestData
|
|
772
|
+
|
|
773
|
+
Defines the request payload for GetMembers.
|
|
774
|
+
|
|
775
|
+
| Field | Type | Required | Notes |
|
|
776
|
+
|-------|------|----------|-------|
|
|
777
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
778
|
+
|
|
779
|
+
### ServerGetMembersRequestData
|
|
780
|
+
|
|
781
|
+
Extends: `GetMembersRequestData`
|
|
782
|
+
|
|
783
|
+
Defines the request payload for ServerGetMembers.
|
|
784
|
+
|
|
785
|
+
_Không có field public (payload rỗng)._
|
|
786
|
+
|
|
787
|
+
### AdminGetMembersRequestData
|
|
788
|
+
|
|
789
|
+
Extends: `ServerGetMembersRequestData`
|
|
790
|
+
|
|
791
|
+
Defines the request payload for AdminGetMembers.
|
|
792
|
+
|
|
793
|
+
_Không có field public (payload rỗng)._
|
|
794
|
+
|
|
795
|
+
### GetRemoveStatusRequestData
|
|
796
|
+
|
|
797
|
+
Defines the request payload for GetRemoveStatus.
|
|
798
|
+
|
|
799
|
+
| Field | Type | Required | Notes |
|
|
800
|
+
|-------|------|----------|-------|
|
|
801
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
802
|
+
|
|
803
|
+
### ServerGetRemoveStatusRequestData
|
|
804
|
+
|
|
805
|
+
Extends: `GetRemoveStatusRequestData`
|
|
806
|
+
|
|
807
|
+
Defines the request payload for ServerGetRemoveStatus.
|
|
808
|
+
|
|
809
|
+
_Không có field public (payload rỗng)._
|
|
810
|
+
|
|
811
|
+
### AdminGetRemoveStatusRequestData
|
|
812
|
+
|
|
813
|
+
Extends: `ServerGetRemoveStatusRequestData`
|
|
814
|
+
|
|
815
|
+
Defines the request payload for AdminGetRemoveStatus.
|
|
816
|
+
|
|
817
|
+
_Không có field public (payload rỗng)._
|
|
818
|
+
|
|
819
|
+
### GetSegmentRequestData
|
|
820
|
+
|
|
821
|
+
Defines the request payload for GetSegment.
|
|
822
|
+
|
|
823
|
+
| Field | Type | Required | Notes |
|
|
824
|
+
|-------|------|----------|-------|
|
|
825
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
826
|
+
|
|
827
|
+
### ServerGetSegmentRequestData
|
|
828
|
+
|
|
829
|
+
Extends: `GetSegmentRequestData`
|
|
830
|
+
|
|
831
|
+
Defines the request payload for ServerGetSegment.
|
|
832
|
+
|
|
833
|
+
_Không có field public (payload rỗng)._
|
|
834
|
+
|
|
835
|
+
### AdminGetSegmentRequestData
|
|
836
|
+
|
|
837
|
+
Extends: `ServerGetSegmentRequestData`
|
|
838
|
+
|
|
839
|
+
Defines the request payload for AdminGetSegment.
|
|
840
|
+
|
|
841
|
+
_Không có field public (payload rỗng)._
|
|
842
|
+
|
|
843
|
+
### GetStatisticsLeaderboardAroundGroupRequestData
|
|
844
|
+
|
|
845
|
+
Defines the request payload for GetStatisticsLeaderboardAroundGroup.
|
|
846
|
+
|
|
847
|
+
| Field | Type | Required | Notes |
|
|
848
|
+
|-------|------|----------|-------|
|
|
849
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
850
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
851
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
852
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
853
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
854
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
855
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
856
|
+
|
|
857
|
+
### ServerGetStatisticsLeaderboardAroundGroupRequestData
|
|
858
|
+
|
|
859
|
+
Extends: `GetStatisticsLeaderboardAroundGroupRequestData`
|
|
860
|
+
|
|
861
|
+
Defines the request payload for ServerGetStatisticsLeaderboardAroundGroup.
|
|
862
|
+
|
|
863
|
+
_Không có field public (payload rỗng)._
|
|
864
|
+
|
|
865
|
+
### AdminGetStatisticsLeaderboardAroundGroupRequestData
|
|
866
|
+
|
|
867
|
+
Extends: `ServerGetStatisticsLeaderboardAroundGroupRequestData`
|
|
868
|
+
|
|
869
|
+
Defines the request payload for AdminGetStatisticsLeaderboardAroundGroup.
|
|
870
|
+
|
|
871
|
+
_Không có field public (payload rỗng)._
|
|
872
|
+
|
|
873
|
+
### GetStatisticsLeaderboardRequestData
|
|
874
|
+
|
|
875
|
+
Defines the request payload for GetStatisticsLeaderboard.
|
|
876
|
+
|
|
877
|
+
| Field | Type | Required | Notes |
|
|
878
|
+
|-------|------|----------|-------|
|
|
879
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
880
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
881
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
882
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
883
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
884
|
+
| `version` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
885
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
886
|
+
|
|
887
|
+
### ServerGetStatisticsLeaderboardRequestData
|
|
888
|
+
|
|
889
|
+
Extends: `GetStatisticsLeaderboardRequestData`
|
|
890
|
+
|
|
891
|
+
Defines the request payload for ServerGetStatisticsLeaderboard.
|
|
892
|
+
|
|
893
|
+
_Không có field public (payload rỗng)._
|
|
894
|
+
|
|
895
|
+
### AdminGetStatisticsLeaderboardRequestData
|
|
896
|
+
|
|
897
|
+
Extends: `ServerGetStatisticsLeaderboardRequestData`
|
|
898
|
+
|
|
899
|
+
Defines the request payload for AdminGetStatisticsLeaderboard.
|
|
900
|
+
|
|
901
|
+
_Không có field public (payload rỗng)._
|
|
902
|
+
|
|
903
|
+
### GetCreateLeaderboardRequestData
|
|
904
|
+
|
|
905
|
+
Defines the request payload for GetCreateLeaderboard.
|
|
906
|
+
|
|
907
|
+
| Field | Type | Required | Notes |
|
|
908
|
+
|-------|------|----------|-------|
|
|
909
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
910
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
911
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
912
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
913
|
+
|
|
914
|
+
### ServerGetCreateLeaderboardRequestData
|
|
915
|
+
|
|
916
|
+
Extends: `GetCreateLeaderboardRequestData`
|
|
917
|
+
|
|
918
|
+
Defines the request payload for ServerGetCreateLeaderboard.
|
|
919
|
+
|
|
920
|
+
_Không có field public (payload rỗng)._
|
|
921
|
+
|
|
922
|
+
### AdminGetCreateLeaderboardRequestData
|
|
923
|
+
|
|
924
|
+
Extends: `ServerGetCreateLeaderboardRequestData`
|
|
925
|
+
|
|
926
|
+
Defines the request payload for AdminGetCreateLeaderboard.
|
|
927
|
+
|
|
928
|
+
_Không có field public (payload rỗng)._
|
|
929
|
+
|
|
930
|
+
### GetTagRequestData
|
|
931
|
+
|
|
932
|
+
Defines the request payload for GetTag.
|
|
933
|
+
|
|
934
|
+
| Field | Type | Required | Notes |
|
|
935
|
+
|-------|------|----------|-------|
|
|
936
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
937
|
+
| `tagKeys` | `Array<string>` | yes | _elementCls=String_ |
|
|
938
|
+
|
|
939
|
+
### ServerGetTagRequestData
|
|
940
|
+
|
|
941
|
+
Extends: `GetTagRequestData`
|
|
942
|
+
|
|
943
|
+
Defines the request payload for ServerGetTag.
|
|
944
|
+
|
|
945
|
+
_Không có field public (payload rỗng)._
|
|
946
|
+
|
|
947
|
+
### AdminGetTagRequestData
|
|
948
|
+
|
|
949
|
+
Extends: `ServerGetTagRequestData`
|
|
950
|
+
|
|
951
|
+
Defines the request payload for AdminGetTag.
|
|
952
|
+
|
|
953
|
+
_Không có field public (payload rỗng)._
|
|
954
|
+
|
|
955
|
+
### GetTsCreateRequestData
|
|
956
|
+
|
|
957
|
+
Defines the request payload for GetTsCreate.
|
|
958
|
+
|
|
959
|
+
| Field | Type | Required | Notes |
|
|
960
|
+
|-------|------|----------|-------|
|
|
961
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
962
|
+
|
|
963
|
+
### ServerGetTsCreateRequestData
|
|
964
|
+
|
|
965
|
+
Extends: `GetTsCreateRequestData`
|
|
966
|
+
|
|
967
|
+
Defines the request payload for ServerGetTsCreate.
|
|
968
|
+
|
|
969
|
+
_Không có field public (payload rỗng)._
|
|
970
|
+
|
|
971
|
+
### AdminGetTsCreateRequestData
|
|
972
|
+
|
|
973
|
+
Extends: `ServerGetTsCreateRequestData`
|
|
974
|
+
|
|
975
|
+
Defines the request payload for AdminGetTsCreate.
|
|
976
|
+
|
|
977
|
+
_Không có field public (payload rỗng)._
|
|
978
|
+
|
|
979
|
+
### CreateGroupItemRequestData
|
|
980
|
+
|
|
981
|
+
Defines the request payload for CreateGroupItem.
|
|
982
|
+
|
|
983
|
+
| Field | Type | Required | Notes |
|
|
984
|
+
|-------|------|----------|-------|
|
|
985
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
986
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
987
|
+
| `classId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
988
|
+
| `displayName` | `string` | no | _default=""_ |
|
|
989
|
+
| `amount` | `number` | no | _default=1_ |
|
|
990
|
+
|
|
991
|
+
### ServerCreateGroupItemRequestData
|
|
992
|
+
|
|
993
|
+
Extends: `CreateGroupItemRequestData`
|
|
994
|
+
|
|
995
|
+
Defines the request payload for ServerCreateGroupItem.
|
|
996
|
+
|
|
997
|
+
_Không có field public (payload rỗng)._
|
|
998
|
+
|
|
999
|
+
### AdminCreateGroupItemRequestData
|
|
1000
|
+
|
|
1001
|
+
Extends: `ServerCreateGroupItemRequestData`
|
|
1002
|
+
|
|
1003
|
+
Defines the request payload for AdminCreateGroupItem.
|
|
1004
|
+
|
|
1005
|
+
_Không có field public (payload rỗng)._
|
|
1006
|
+
|
|
1007
|
+
### RemoveGroupItemRequestData
|
|
1008
|
+
|
|
1009
|
+
Defines the request payload for RemoveGroupItem.
|
|
1010
|
+
|
|
1011
|
+
| Field | Type | Required | Notes |
|
|
1012
|
+
|-------|------|----------|-------|
|
|
1013
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1014
|
+
| `itemId` | `string` | yes | _minLength=12, maxLength=12_ |
|
|
1015
|
+
|
|
1016
|
+
### ServerRemoveGroupItemRequestData
|
|
1017
|
+
|
|
1018
|
+
Extends: `RemoveGroupItemRequestData`
|
|
1019
|
+
|
|
1020
|
+
Defines the request payload for ServerRemoveGroupItem.
|
|
1021
|
+
|
|
1022
|
+
_Không có field public (payload rỗng)._
|
|
1023
|
+
|
|
1024
|
+
### AdminRemoveGroupItemRequestData
|
|
1025
|
+
|
|
1026
|
+
Extends: `ServerRemoveGroupItemRequestData`
|
|
1027
|
+
|
|
1028
|
+
Defines the request payload for AdminRemoveGroupItem.
|
|
1029
|
+
|
|
1030
|
+
_Không có field public (payload rỗng)._
|
|
1031
|
+
|
|
1032
|
+
### RemoveMemberRequestData
|
|
1033
|
+
|
|
1034
|
+
Defines the request payload for RemoveMember.
|
|
1035
|
+
|
|
1036
|
+
| Field | Type | Required | Notes |
|
|
1037
|
+
|-------|------|----------|-------|
|
|
1038
|
+
| `memberId` | `string` | yes | _minLength=10, maxLength=11_ |
|
|
1039
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1040
|
+
|
|
1041
|
+
### ServerRemoveMemberRequestData
|
|
1042
|
+
|
|
1043
|
+
Extends: `RemoveMemberRequestData`
|
|
1044
|
+
|
|
1045
|
+
Defines the request payload for ServerRemoveMember.
|
|
1046
|
+
|
|
1047
|
+
_Không có field public (payload rỗng)._
|
|
1048
|
+
|
|
1049
|
+
### AdminRemoveMemberRequestData
|
|
1050
|
+
|
|
1051
|
+
Extends: `ServerRemoveMemberRequestData`
|
|
1052
|
+
|
|
1053
|
+
Defines the request payload for AdminRemoveMember.
|
|
1054
|
+
|
|
1055
|
+
_Không có field public (payload rỗng)._
|
|
1056
|
+
|
|
1057
|
+
### RemoveSegmentRequestData
|
|
1058
|
+
|
|
1059
|
+
Defines the request payload for RemoveSegment.
|
|
1060
|
+
|
|
1061
|
+
| Field | Type | Required | Notes |
|
|
1062
|
+
|-------|------|----------|-------|
|
|
1063
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1064
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1065
|
+
|
|
1066
|
+
### ServerRemoveSegmentRequestData
|
|
1067
|
+
|
|
1068
|
+
Extends: `RemoveSegmentRequestData`
|
|
1069
|
+
|
|
1070
|
+
Defines the request payload for ServerRemoveSegment.
|
|
1071
|
+
|
|
1072
|
+
_Không có field public (payload rỗng)._
|
|
1073
|
+
|
|
1074
|
+
### AdminRemoveSegmentRequestData
|
|
1075
|
+
|
|
1076
|
+
Extends: `ServerRemoveSegmentRequestData`
|
|
1077
|
+
|
|
1078
|
+
Defines the request payload for AdminRemoveSegment.
|
|
1079
|
+
|
|
1080
|
+
_Không có field public (payload rỗng)._
|
|
1081
|
+
|
|
1082
|
+
### RemoveTagRequestData
|
|
1083
|
+
|
|
1084
|
+
Defines the request payload for RemoveTag.
|
|
1085
|
+
|
|
1086
|
+
| Field | Type | Required | Notes |
|
|
1087
|
+
|-------|------|----------|-------|
|
|
1088
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1089
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1090
|
+
|
|
1091
|
+
### ServerRemoveTagRequestData
|
|
1092
|
+
|
|
1093
|
+
Extends: `RemoveTagRequestData`
|
|
1094
|
+
|
|
1095
|
+
Defines the request payload for ServerRemoveTag.
|
|
1096
|
+
|
|
1097
|
+
_Không có field public (payload rỗng)._
|
|
1098
|
+
|
|
1099
|
+
### AdminRemoveTagRequestData
|
|
1100
|
+
|
|
1101
|
+
Extends: `ServerRemoveTagRequestData`
|
|
1102
|
+
|
|
1103
|
+
Defines the request payload for AdminRemoveTag.
|
|
1104
|
+
|
|
1105
|
+
_Không có field public (payload rỗng)._
|
|
1106
|
+
|
|
1107
|
+
### SendGroupMessageRequestData
|
|
1108
|
+
|
|
1109
|
+
Sends a group message through the HTTP group workflow. `senderId` is always required and must identify the logical sender explicitly.
|
|
1110
|
+
|
|
1111
|
+
| Field | Type | Required | Notes |
|
|
1112
|
+
|-------|------|----------|-------|
|
|
1113
|
+
| `senderId` | `string` | yes | _minLength=10, maxLength=11_ |
|
|
1114
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1115
|
+
| `message` | `string` | yes | _minLength=2, maxLength=256_ |
|
|
1116
|
+
|
|
1117
|
+
### ServerSendGroupMessageRequestData
|
|
1118
|
+
|
|
1119
|
+
Extends: `SendGroupMessageRequestData`
|
|
1120
|
+
|
|
1121
|
+
Defines the request payload for ServerSendGroupMessage.
|
|
1122
|
+
|
|
1123
|
+
_Không có field public (payload rỗng)._
|
|
1124
|
+
|
|
1125
|
+
### AdminSendGroupMessageRequestData
|
|
1126
|
+
|
|
1127
|
+
Extends: `ServerSendGroupMessageRequestData`
|
|
1128
|
+
|
|
1129
|
+
Defines the request payload for AdminSendGroupMessage.
|
|
1130
|
+
|
|
1131
|
+
_Không có field public (payload rỗng)._
|
|
1132
|
+
|
|
1133
|
+
### SetAvatarRequestData
|
|
1134
|
+
|
|
1135
|
+
Defines the request payload for SetAvatar.
|
|
1136
|
+
|
|
1137
|
+
| Field | Type | Required | Notes |
|
|
1138
|
+
|-------|------|----------|-------|
|
|
1139
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1140
|
+
| `type` | `number` | yes | — |
|
|
1141
|
+
| `value` | `string` | yes | _minLength=1, maxLength=128_ |
|
|
1142
|
+
|
|
1143
|
+
### ServerSetAvatarRequestData
|
|
1144
|
+
|
|
1145
|
+
Extends: `SetAvatarRequestData`
|
|
1146
|
+
|
|
1147
|
+
Defines the request payload for ServerSetAvatar.
|
|
1148
|
+
|
|
1149
|
+
_Không có field public (payload rỗng)._
|
|
1150
|
+
|
|
1151
|
+
### AdminSetAvatarRequestData
|
|
1152
|
+
|
|
1153
|
+
Extends: `ServerSetAvatarRequestData`
|
|
1154
|
+
|
|
1155
|
+
Defines the request payload for AdminSetAvatar.
|
|
1156
|
+
|
|
1157
|
+
_Không có field public (payload rỗng)._
|
|
1158
|
+
|
|
1159
|
+
### SetCustomDataRequestData
|
|
1160
|
+
|
|
1161
|
+
Defines the request payload for SetCustomData.
|
|
1162
|
+
|
|
1163
|
+
| Field | Type | Required | Notes |
|
|
1164
|
+
|-------|------|----------|-------|
|
|
1165
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1166
|
+
| `customDatas` | `Array<CustomDataParam>` | yes | _minLength=1, maxLength=32, elementCls=CustomDataParam_ |
|
|
1167
|
+
|
|
1168
|
+
### ServerSetCustomDataRequestData
|
|
1169
|
+
|
|
1170
|
+
Extends: `SetCustomDataRequestData`
|
|
1171
|
+
|
|
1172
|
+
Defines the request payload for ServerSetCustomData.
|
|
1173
|
+
|
|
1174
|
+
_Không có field public (payload rỗng)._
|
|
1175
|
+
|
|
1176
|
+
### AdminSetCustomDataRequestData
|
|
1177
|
+
|
|
1178
|
+
Extends: `ServerSetCustomDataRequestData`
|
|
1179
|
+
|
|
1180
|
+
Defines the request payload for AdminSetCustomData.
|
|
1181
|
+
|
|
1182
|
+
_Không có field public (payload rỗng)._
|
|
1183
|
+
|
|
1184
|
+
### SetDisplayNameRequestData
|
|
1185
|
+
|
|
1186
|
+
Defines the request payload for SetDisplayName.
|
|
1187
|
+
|
|
1188
|
+
| Field | Type | Required | Notes |
|
|
1189
|
+
|-------|------|----------|-------|
|
|
1190
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1191
|
+
| `displayName` | `string` | yes | _minLength=5, maxLength=32_ |
|
|
1192
|
+
|
|
1193
|
+
### ServerSetDisplayNameRequestData
|
|
1194
|
+
|
|
1195
|
+
Extends: `SetDisplayNameRequestData`
|
|
1196
|
+
|
|
1197
|
+
Defines the request payload for ServerSetDisplayName.
|
|
1198
|
+
|
|
1199
|
+
_Không có field public (payload rỗng)._
|
|
1200
|
+
|
|
1201
|
+
### AdminSetDisplayNameRequestData
|
|
1202
|
+
|
|
1203
|
+
Extends: `ServerSetDisplayNameRequestData`
|
|
1204
|
+
|
|
1205
|
+
Defines the request payload for AdminSetDisplayName.
|
|
1206
|
+
|
|
1207
|
+
_Không có field public (payload rỗng)._
|
|
1208
|
+
|
|
1209
|
+
### ChangeGroupCurrencyRequestData
|
|
1210
|
+
|
|
1211
|
+
Defines the request payload for ChangeGroupCurrency.
|
|
1212
|
+
|
|
1213
|
+
| Field | Type | Required | Notes |
|
|
1214
|
+
|-------|------|----------|-------|
|
|
1215
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1216
|
+
| `groupCurrencies` | `Array<GroupCurrencyParam>` | yes | _minLength=1, maxLength=32, elementCls=GroupCurrencyParam_ |
|
|
1217
|
+
| `log` | `string` | yes | _minLength=1, maxLength=256_ |
|
|
1218
|
+
|
|
1219
|
+
### ServerChangeGroupCurrencyRequestData
|
|
1220
|
+
|
|
1221
|
+
Extends: `ChangeGroupCurrencyRequestData`
|
|
1222
|
+
|
|
1223
|
+
Defines the request payload for ServerChangeGroupCurrency.
|
|
1224
|
+
|
|
1225
|
+
_Không có field public (payload rỗng)._
|
|
1226
|
+
|
|
1227
|
+
### AdminChangeGroupCurrencyRequestData
|
|
1228
|
+
|
|
1229
|
+
Extends: `ServerChangeGroupCurrencyRequestData`
|
|
1230
|
+
|
|
1231
|
+
Defines the request payload for AdminChangeGroupCurrency.
|
|
1232
|
+
|
|
1233
|
+
_Không có field public (payload rỗng)._
|
|
1234
|
+
|
|
1235
|
+
### SetGroupDataRequestData
|
|
1236
|
+
|
|
1237
|
+
Defines the request payload for SetGroupData.
|
|
1238
|
+
|
|
1239
|
+
| Field | Type | Required | Notes |
|
|
1240
|
+
|-------|------|----------|-------|
|
|
1241
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1242
|
+
| `groupDatas` | `Array<GroupDataParam>` | yes | _minLength=1, maxLength=32, elementCls=GroupDataParam_ |
|
|
1243
|
+
|
|
1244
|
+
### ServerSetGroupDataRequestData
|
|
1245
|
+
|
|
1246
|
+
Extends: `SetGroupDataRequestData`
|
|
1247
|
+
|
|
1248
|
+
Defines the request payload for ServerSetGroupData.
|
|
1249
|
+
|
|
1250
|
+
_Không có field public (payload rỗng)._
|
|
1251
|
+
|
|
1252
|
+
### AdminSetGroupDataRequestData
|
|
1253
|
+
|
|
1254
|
+
Extends: `ServerSetGroupDataRequestData`
|
|
1255
|
+
|
|
1256
|
+
Defines the request payload for AdminSetGroupData.
|
|
1257
|
+
|
|
1258
|
+
_Không có field public (payload rỗng)._
|
|
1259
|
+
|
|
1260
|
+
### ChangeGroupStatisticsRequestData
|
|
1261
|
+
|
|
1262
|
+
Defines the request payload for ChangeGroupStatistics.
|
|
1263
|
+
|
|
1264
|
+
| Field | Type | Required | Notes |
|
|
1265
|
+
|-------|------|----------|-------|
|
|
1266
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1267
|
+
| `groupStatistics` | `Array<GroupStatisticsParam>` | yes | _minLength=1, maxLength=32, elementCls=GroupStatisticsParam_ |
|
|
1268
|
+
| `log` | `string` | yes | _minLength=1, maxLength=256_ |
|
|
1269
|
+
|
|
1270
|
+
### ServerChangeGroupStatisticsRequestData
|
|
1271
|
+
|
|
1272
|
+
Extends: `ChangeGroupStatisticsRequestData`
|
|
1273
|
+
|
|
1274
|
+
Defines the request payload for ServerChangeGroupStatistics.
|
|
1275
|
+
|
|
1276
|
+
_Không có field public (payload rỗng)._
|
|
1277
|
+
|
|
1278
|
+
### AdminChangeGroupStatisticsRequestData
|
|
1279
|
+
|
|
1280
|
+
Extends: `ServerChangeGroupStatisticsRequestData`
|
|
1281
|
+
|
|
1282
|
+
Defines the request payload for AdminChangeGroupStatistics.
|
|
1283
|
+
|
|
1284
|
+
_Không có field public (payload rỗng)._
|
|
1285
|
+
|
|
1286
|
+
### SetRemoveStatusRequestData
|
|
1287
|
+
|
|
1288
|
+
Defines the request payload for SetRemoveStatus.
|
|
1289
|
+
|
|
1290
|
+
| Field | Type | Required | Notes |
|
|
1291
|
+
|-------|------|----------|-------|
|
|
1292
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1293
|
+
| `reason` | `string` | no | _default=""_ |
|
|
1294
|
+
|
|
1295
|
+
### ServerSetRemoveStatusRequestData
|
|
1296
|
+
|
|
1297
|
+
Extends: `SetRemoveStatusRequestData`
|
|
1298
|
+
|
|
1299
|
+
Defines the request payload for ServerSetRemoveStatus.
|
|
1300
|
+
|
|
1301
|
+
_Không có field public (payload rỗng)._
|
|
1302
|
+
|
|
1303
|
+
### AdminSetRemoveStatusRequestData
|
|
1304
|
+
|
|
1305
|
+
Extends: `ServerSetRemoveStatusRequestData`
|
|
1306
|
+
|
|
1307
|
+
Defines the request payload for AdminSetRemoveStatus.
|
|
1308
|
+
|
|
1309
|
+
_Không có field public (payload rỗng)._
|
|
1310
|
+
|
|
1311
|
+
### SetTagRequestData
|
|
1312
|
+
|
|
1313
|
+
Defines the request payload for SetTag.
|
|
1314
|
+
|
|
1315
|
+
| Field | Type | Required | Notes |
|
|
1316
|
+
|-------|------|----------|-------|
|
|
1317
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1318
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1319
|
+
| `value` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1320
|
+
|
|
1321
|
+
### ServerSetTagRequestData
|
|
1322
|
+
|
|
1323
|
+
Extends: `SetTagRequestData`
|
|
1324
|
+
|
|
1325
|
+
Defines the request payload for ServerSetTag.
|
|
1326
|
+
|
|
1327
|
+
_Không có field public (payload rỗng)._
|
|
1328
|
+
|
|
1329
|
+
### AdminSetTagRequestData
|
|
1330
|
+
|
|
1331
|
+
Extends: `ServerSetTagRequestData`
|
|
1332
|
+
|
|
1333
|
+
Defines the request payload for AdminSetTag.
|
|
1334
|
+
|
|
1335
|
+
_Không có field public (payload rỗng)._
|
|
1336
|
+
|
|
1337
|
+
### GetCurrencyLogRequestData
|
|
1338
|
+
|
|
1339
|
+
Reads currency change logs for one group. Pagination is token-based rather than skip-based.
|
|
1340
|
+
|
|
1341
|
+
| Field | Type | Required | Notes |
|
|
1342
|
+
|-------|------|----------|-------|
|
|
1343
|
+
| `keys` | `Array<string>` | yes | _minLength=1, maxLength=32, elementCls=String_ |
|
|
1344
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1345
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1346
|
+
| `token` | `string` | yes | Continuation token returned by the previous page. — _minLength=24, maxLength=24_ |
|
|
1347
|
+
|
|
1348
|
+
### ServerGetCurrencyLogRequestData
|
|
1349
|
+
|
|
1350
|
+
Extends: `GetCurrencyLogRequestData`
|
|
1351
|
+
|
|
1352
|
+
Defines the request payload for ServerGetCurrencyLog.
|
|
1353
|
+
|
|
1354
|
+
_Không có field public (payload rỗng)._
|
|
1355
|
+
|
|
1356
|
+
### AdminGetCurrencyLogRequestData
|
|
1357
|
+
|
|
1358
|
+
Extends: `ServerGetCurrencyLogRequestData`
|
|
1359
|
+
|
|
1360
|
+
Defines the request payload for AdminGetCurrencyLog.
|
|
1361
|
+
|
|
1362
|
+
_Không có field public (payload rỗng)._
|
|
1363
|
+
|
|
1364
|
+
### GetStatisticsLogRequestData
|
|
1365
|
+
|
|
1366
|
+
Reads statistic change logs for one group. Pagination is token-based rather than skip-based.
|
|
1367
|
+
|
|
1368
|
+
| Field | Type | Required | Notes |
|
|
1369
|
+
|-------|------|----------|-------|
|
|
1370
|
+
| `keys` | `Array<string>` | yes | _minLength=1, maxLength=32, elementCls=String_ |
|
|
1371
|
+
| `groupId` | `string` | yes | _minLength=10, maxLength=10_ |
|
|
1372
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1373
|
+
| `token` | `string` | yes | Continuation token returned by the previous page. — _minLength=24, maxLength=24_ |
|
|
1374
|
+
|
|
1375
|
+
### ServerGetStatisticsLogRequestData
|
|
1376
|
+
|
|
1377
|
+
Extends: `GetStatisticsLogRequestData`
|
|
1378
|
+
|
|
1379
|
+
Defines the request payload for ServerGetStatisticsLog.
|
|
1380
|
+
|
|
1381
|
+
_Không có field public (payload rỗng)._
|
|
1382
|
+
|
|
1383
|
+
### AdminGetStatisticsLogRequestData
|
|
1384
|
+
|
|
1385
|
+
Extends: `ServerGetStatisticsLogRequestData`
|
|
1386
|
+
|
|
1387
|
+
Defines the request payload for AdminGetStatisticsLog.
|
|
1388
|
+
|
|
1389
|
+
_Không có field public (payload rỗng)._
|
|
1390
|
+
|
|
1391
|
+
### InfoResponseParameters
|
|
1392
|
+
|
|
1393
|
+
Contains the optional fields requested through `InfoRequestParam`.
|
|
1394
|
+
|
|
1395
|
+
| Field | Type | Required | Notes |
|
|
1396
|
+
|-------|------|----------|-------|
|
|
1397
|
+
| `catalogId` | `string` | no | — |
|
|
1398
|
+
| `members` | `Array<GenericModels.MemberItem>` | no | Lightweight member items for the group, not full player snapshots. — _elementCls=GenericModels.MemberItem_ |
|
|
1399
|
+
| `removeStatus` | `GenericModels.RemoveStatusItem` | no | — |
|
|
1400
|
+
| `segments` | `Array<string>` | no | _elementCls=String_ |
|
|
1401
|
+
| `customDatas` | `Array<GenericModels.DataItem>` | no | _elementCls=GenericModels.DataItem_ |
|
|
1402
|
+
| `displayName` | `string` | no | — |
|
|
1403
|
+
| `avatar` | `GenericModels.AvatarItem` | no | — |
|
|
1404
|
+
| `tsCreate` | `number` | no | — |
|
|
1405
|
+
| `tags` | `Array<GenericModels.TagItem>` | no | _elementCls=GenericModels.TagItem_ |
|
|
1406
|
+
| `groupDatas` | `Array<GenericModels.DataItem>` | no | _elementCls=GenericModels.DataItem_ |
|
|
1407
|
+
| `groupCurrencies` | `Array<GenericModels.CurrencyItem>` | no | _elementCls=GenericModels.CurrencyItem_ |
|
|
1408
|
+
| `groupStatistics` | `Array<GenericModels.StatisticsItem>` | no | _elementCls=GenericModels.StatisticsItem_ |
|
|
1409
|
+
| `groupInventories` | `Array<GenericModels.InventoryItem>` | no | Lightweight inventory relation items owned by the group. — _elementCls=GenericModels.InventoryItem_ |
|
|
1410
|
+
|
|
1411
|
+
### GroupResponseData
|
|
1412
|
+
|
|
1413
|
+
Base group response envelope.
|
|
1414
|
+
|
|
1415
|
+
| Field | Type | Required | Notes |
|
|
1416
|
+
|-------|------|----------|-------|
|
|
1417
|
+
| `infoResponseParameters` | `InfoResponseParameters` | yes | Optional field bag controlled by the corresponding `InfoRequestParam`. |
|
|
1418
|
+
|
|
1419
|
+
### GroupWithGroupIdResponseData
|
|
1420
|
+
|
|
1421
|
+
Extends: `GroupResponseData`
|
|
1422
|
+
|
|
1423
|
+
Group envelope that also exposes the resolved group ID.
|
|
1424
|
+
|
|
1425
|
+
| Field | Type | Required | Notes |
|
|
1426
|
+
|-------|------|----------|-------|
|
|
1427
|
+
| `groupId` | `string` | yes | — |
|
|
1428
|
+
|
|
1429
|
+
### GroupLeaderboardResponseData
|
|
1430
|
+
|
|
1431
|
+
Extends: `GroupWithGroupIdResponseData`
|
|
1432
|
+
|
|
1433
|
+
Defines the response payload for GroupLeaderboard.
|
|
1434
|
+
|
|
1435
|
+
| Field | Type | Required | Notes |
|
|
1436
|
+
|-------|------|----------|-------|
|
|
1437
|
+
| `position` | `number` | yes | — |
|
|
1438
|
+
| `backupValue` | `number` | no | — |
|
|
1439
|
+
|
|
1440
|
+
### GroupLogResponseData
|
|
1441
|
+
|
|
1442
|
+
Describes one group statistics or currency change log entry.
|
|
1443
|
+
|
|
1444
|
+
| Field | Type | Required | Notes |
|
|
1445
|
+
|-------|------|----------|-------|
|
|
1446
|
+
| `groupId` | `string` | yes | — |
|
|
1447
|
+
| `tsCreate` | `number` | yes | — |
|
|
1448
|
+
| `log` | `string` | yes | — |
|
|
1449
|
+
| `key` | `string` | yes | — |
|
|
1450
|
+
| `amount` | `number` | yes | — |
|
|
1451
|
+
| `startValue` | `number` | yes | — |
|
|
1452
|
+
| `finalValue` | `number` | yes | — |
|
|
1453
|
+
|
|
1454
|
+
### GetStatisticsLeaderboardResponseData
|
|
1455
|
+
|
|
1456
|
+
Defines the response payload for GetStatisticsLeaderboard.
|
|
1457
|
+
|
|
1458
|
+
| Field | Type | Required | Notes |
|
|
1459
|
+
|-------|------|----------|-------|
|
|
1460
|
+
| `results` | `Array<GroupLeaderboardResponseData>` | yes | _elementCls=GroupLeaderboardResponseData_ |
|
|
1461
|
+
| `tsCreate` | `number` | no | — |
|
|
1462
|
+
|
|
1463
|
+
### GroupsWithGroupIdResponseData
|
|
1464
|
+
|
|
1465
|
+
Defines the response payload for GroupsWithGroupId.
|
|
1466
|
+
|
|
1467
|
+
| Field | Type | Required | Notes |
|
|
1468
|
+
|-------|------|----------|-------|
|
|
1469
|
+
| `results` | `Array<GroupWithGroupIdResponseData>` | yes | _elementCls=GroupWithGroupIdResponseData_ |
|
|
1470
|
+
|
|
1471
|
+
### GroupMessageResponseData
|
|
1472
|
+
|
|
1473
|
+
Describes one persisted group-message entry.
|
|
1474
|
+
|
|
1475
|
+
| Field | Type | Required | Notes |
|
|
1476
|
+
|-------|------|----------|-------|
|
|
1477
|
+
| `message` | `string` | yes | — |
|
|
1478
|
+
| `senderId` | `string` | yes | — |
|
|
1479
|
+
| `senderType` | `number` | yes | Sender type value defined by backend message semantics. |
|
|
1480
|
+
| `tsCreate` | `number` | yes | — |
|
|
1481
|
+
|
|
1482
|
+
### GroupMessagesResponseData
|
|
1483
|
+
|
|
1484
|
+
Returns one page of persisted group messages.
|
|
1485
|
+
|
|
1486
|
+
| Field | Type | Required | Notes |
|
|
1487
|
+
|-------|------|----------|-------|
|
|
1488
|
+
| `groupMessages` | `Array<GroupMessageResponseData>` | yes | _elementCls=GroupMessageResponseData_ |
|
|
1489
|
+
|
|
1490
|
+
### GetCurrencyLeaderboardRequestData
|
|
1491
|
+
|
|
1492
|
+
Defines the request payload for GetCurrencyLeaderboard.
|
|
1493
|
+
|
|
1494
|
+
| Field | Type | Required | Notes |
|
|
1495
|
+
|-------|------|----------|-------|
|
|
1496
|
+
| `key` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1497
|
+
| `infoRequestParam` | `InfoRequestParam` | yes | — |
|
|
1498
|
+
| `skip` | `number` | no | _min=0, default=0_ |
|
|
1499
|
+
| `limit` | `number` | no | _min=1, max=100, default=10_ |
|
|
1500
|
+
| `loadFromCache` | `boolean` | no | _default=true_ |
|
|
1501
|
+
| `catalogId` | `string` | yes | _minLength=2, maxLength=32_ |
|
|
1502
|
+
|
|
1503
|
+
### ServerGetCurrencyLeaderboardRequestData
|
|
1504
|
+
|
|
1505
|
+
Extends: `GetCurrencyLeaderboardRequestData`
|
|
1506
|
+
|
|
1507
|
+
Defines the request payload for ServerGetCurrencyLeaderboard.
|
|
1508
|
+
|
|
1509
|
+
_Không có field public (payload rỗng)._
|
|
1510
|
+
|
|
1511
|
+
### AdminGetCurrencyLeaderboardRequestData
|
|
1512
|
+
|
|
1513
|
+
Extends: `ServerGetCurrencyLeaderboardRequestData`
|
|
1514
|
+
|
|
1515
|
+
Defines the request payload for AdminGetCurrencyLeaderboard.
|
|
1516
|
+
|
|
1517
|
+
_Không có field public (payload rỗng)._
|
|
1518
|
+
|
|
1519
|
+
### GetCurrencyLeaderboardResponseData
|
|
1520
|
+
|
|
1521
|
+
Defines the response payload for GetCurrencyLeaderboard.
|
|
1522
|
+
|
|
1523
|
+
| Field | Type | Required | Notes |
|
|
1524
|
+
|-------|------|----------|-------|
|
|
1525
|
+
| `results` | `Array<GroupLeaderboardResponseData>` | yes | _elementCls=GroupLeaderboardResponseData_ |
|
|
1526
|
+
|
|
1527
|
+
### GetCreateLeaderboardResponseData
|
|
1528
|
+
|
|
1529
|
+
Defines the response payload for GetCreateLeaderboard.
|
|
1530
|
+
|
|
1531
|
+
| Field | Type | Required | Notes |
|
|
1532
|
+
|-------|------|----------|-------|
|
|
1533
|
+
| `results` | `Array<GroupLeaderboardResponseData>` | yes | _elementCls=GroupLeaderboardResponseData_ |
|
|
1534
|
+
|
|
1535
|
+
### GetStatisticsLogResponseData
|
|
1536
|
+
|
|
1537
|
+
Returns one page of statistics logs.
|
|
1538
|
+
|
|
1539
|
+
| Field | Type | Required | Notes |
|
|
1540
|
+
|-------|------|----------|-------|
|
|
1541
|
+
| `results` | `Array<GroupLogResponseData>` | yes | _elementCls=GroupLogResponseData_ |
|
|
1542
|
+
| `token` | `string` | no | Continuation token for the next page, or `undefined` when pagination is exhausted. |
|
|
1543
|
+
|
|
1544
|
+
### GetCurrencyLogResponseData
|
|
1545
|
+
|
|
1546
|
+
Returns one page of currency logs.
|
|
1547
|
+
|
|
1548
|
+
| Field | Type | Required | Notes |
|
|
1549
|
+
|-------|------|----------|-------|
|
|
1550
|
+
| `results` | `Array<GroupLogResponseData>` | yes | _elementCls=GroupLogResponseData_ |
|
|
1551
|
+
| `token` | `string` | no | Continuation token for the next page, or `undefined` when pagination is exhausted. |
|
|
1552
|
+
|
|
1553
|
+
### EmptyResponseData
|
|
1554
|
+
|
|
1555
|
+
Defines an intentionally empty response payload.
|
|
1556
|
+
|
|
1557
|
+
_Không có field public (payload rỗng)._
|
|
1558
|
+
|
|
1559
|
+
## Namespace `GroupRequestModels`
|
|
1560
|
+
|
|
1561
|
+
### AddMemberOperationRequest
|
|
1562
|
+
|
|
1563
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.AddMemberRequestData>`
|
|
1564
|
+
|
|
1565
|
+
Maps the AddMember operation to a typed request wrapper.
|
|
1566
|
+
|
|
1567
|
+
_Không có field public (payload rỗng)._
|
|
1568
|
+
|
|
1569
|
+
### ServerAddMemberOperationRequest
|
|
1570
|
+
|
|
1571
|
+
Extends: `AddMemberOperationRequest`
|
|
1572
|
+
|
|
1573
|
+
Maps the ServerAddMember operation to a typed request wrapper.
|
|
1574
|
+
|
|
1575
|
+
_Không có field public (payload rỗng)._
|
|
1576
|
+
|
|
1577
|
+
### AdminAddMemberOperationRequest
|
|
1578
|
+
|
|
1579
|
+
Extends: `AddMemberOperationRequest`
|
|
1580
|
+
|
|
1581
|
+
Maps the AdminAddMember operation to a typed request wrapper.
|
|
1582
|
+
|
|
1583
|
+
_Không có field public (payload rỗng)._
|
|
1584
|
+
|
|
1585
|
+
### AddSegmentOperationRequest
|
|
1586
|
+
|
|
1587
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.AddSegmentRequestData>`
|
|
1588
|
+
|
|
1589
|
+
Maps the AddSegment operation to a typed request wrapper.
|
|
1590
|
+
|
|
1591
|
+
_Không có field public (payload rỗng)._
|
|
1592
|
+
|
|
1593
|
+
### ServerAddSegmentOperationRequest
|
|
1594
|
+
|
|
1595
|
+
Extends: `AddSegmentOperationRequest`
|
|
1596
|
+
|
|
1597
|
+
Maps the ServerAddSegment operation to a typed request wrapper.
|
|
1598
|
+
|
|
1599
|
+
_Không có field public (payload rỗng)._
|
|
1600
|
+
|
|
1601
|
+
### AdminAddSegmentOperationRequest
|
|
1602
|
+
|
|
1603
|
+
Extends: `AddSegmentOperationRequest`
|
|
1604
|
+
|
|
1605
|
+
Maps the AdminAddSegment operation to a typed request wrapper.
|
|
1606
|
+
|
|
1607
|
+
_Không có field public (payload rỗng)._
|
|
1608
|
+
|
|
1609
|
+
### GetAvatarOperationRequest
|
|
1610
|
+
|
|
1611
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetAvatarRequestData>`
|
|
1612
|
+
|
|
1613
|
+
Maps the GetAvatar operation to a typed request wrapper.
|
|
1614
|
+
|
|
1615
|
+
_Không có field public (payload rỗng)._
|
|
1616
|
+
|
|
1617
|
+
### ServerGetAvatarOperationRequest
|
|
1618
|
+
|
|
1619
|
+
Extends: `GetAvatarOperationRequest`
|
|
1620
|
+
|
|
1621
|
+
Maps the ServerGetAvatar operation to a typed request wrapper.
|
|
1622
|
+
|
|
1623
|
+
_Không có field public (payload rỗng)._
|
|
1624
|
+
|
|
1625
|
+
### AdminGetAvatarOperationRequest
|
|
1626
|
+
|
|
1627
|
+
Extends: `GetAvatarOperationRequest`
|
|
1628
|
+
|
|
1629
|
+
Maps the AdminGetAvatar operation to a typed request wrapper.
|
|
1630
|
+
|
|
1631
|
+
_Không có field public (payload rỗng)._
|
|
1632
|
+
|
|
1633
|
+
### GetCatalogIdOperationRequest
|
|
1634
|
+
|
|
1635
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetCatalogIdRequestData>`
|
|
1636
|
+
|
|
1637
|
+
Maps the GetCatalogId operation to a typed request wrapper.
|
|
1638
|
+
|
|
1639
|
+
_Không có field public (payload rỗng)._
|
|
1640
|
+
|
|
1641
|
+
### ServerGetCatalogIdOperationRequest
|
|
1642
|
+
|
|
1643
|
+
Extends: `GetCatalogIdOperationRequest`
|
|
1644
|
+
|
|
1645
|
+
Maps the ServerGetCatalogId operation to a typed request wrapper.
|
|
1646
|
+
|
|
1647
|
+
_Không có field public (payload rỗng)._
|
|
1648
|
+
|
|
1649
|
+
### AdminGetCatalogIdOperationRequest
|
|
1650
|
+
|
|
1651
|
+
Extends: `GetCatalogIdOperationRequest`
|
|
1652
|
+
|
|
1653
|
+
Maps the AdminGetCatalogId operation to a typed request wrapper.
|
|
1654
|
+
|
|
1655
|
+
_Không có field public (payload rỗng)._
|
|
1656
|
+
|
|
1657
|
+
### GetCustomDataOperationRequest
|
|
1658
|
+
|
|
1659
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetCustomDataRequestData>`
|
|
1660
|
+
|
|
1661
|
+
Maps the GetCustomData operation to a typed request wrapper.
|
|
1662
|
+
|
|
1663
|
+
_Không có field public (payload rỗng)._
|
|
1664
|
+
|
|
1665
|
+
### ServerGetCustomDataOperationRequest
|
|
1666
|
+
|
|
1667
|
+
Extends: `GetCustomDataOperationRequest`
|
|
1668
|
+
|
|
1669
|
+
Maps the ServerGetCustomData operation to a typed request wrapper.
|
|
1670
|
+
|
|
1671
|
+
_Không có field public (payload rỗng)._
|
|
1672
|
+
|
|
1673
|
+
### AdminGetCustomDataOperationRequest
|
|
1674
|
+
|
|
1675
|
+
Extends: `GetCustomDataOperationRequest`
|
|
1676
|
+
|
|
1677
|
+
Maps the AdminGetCustomData operation to a typed request wrapper.
|
|
1678
|
+
|
|
1679
|
+
_Không có field public (payload rỗng)._
|
|
1680
|
+
|
|
1681
|
+
### GetDisplayNameOperationRequest
|
|
1682
|
+
|
|
1683
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetDisplayNameRequestData>`
|
|
1684
|
+
|
|
1685
|
+
Maps the GetDisplayName operation to a typed request wrapper.
|
|
1686
|
+
|
|
1687
|
+
_Không có field public (payload rỗng)._
|
|
1688
|
+
|
|
1689
|
+
### ServerGetDisplayNameOperationRequest
|
|
1690
|
+
|
|
1691
|
+
Extends: `GetDisplayNameOperationRequest`
|
|
1692
|
+
|
|
1693
|
+
Maps the ServerGetDisplayName operation to a typed request wrapper.
|
|
1694
|
+
|
|
1695
|
+
_Không có field public (payload rỗng)._
|
|
1696
|
+
|
|
1697
|
+
### AdminGetDisplayNameOperationRequest
|
|
1698
|
+
|
|
1699
|
+
Extends: `GetDisplayNameOperationRequest`
|
|
1700
|
+
|
|
1701
|
+
Maps the AdminGetDisplayName operation to a typed request wrapper.
|
|
1702
|
+
|
|
1703
|
+
_Không có field public (payload rỗng)._
|
|
1704
|
+
|
|
1705
|
+
### GetGroupCurrencyOperationRequest
|
|
1706
|
+
|
|
1707
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupCurrencyRequestData>`
|
|
1708
|
+
|
|
1709
|
+
Maps the GetGroupCurrency operation to a typed request wrapper.
|
|
1710
|
+
|
|
1711
|
+
_Không có field public (payload rỗng)._
|
|
1712
|
+
|
|
1713
|
+
### ServerGetGroupCurrencyOperationRequest
|
|
1714
|
+
|
|
1715
|
+
Extends: `GetGroupCurrencyOperationRequest`
|
|
1716
|
+
|
|
1717
|
+
Maps the ServerGetGroupCurrency operation to a typed request wrapper.
|
|
1718
|
+
|
|
1719
|
+
_Không có field public (payload rỗng)._
|
|
1720
|
+
|
|
1721
|
+
### AdminGetGroupCurrencyOperationRequest
|
|
1722
|
+
|
|
1723
|
+
Extends: `GetGroupCurrencyOperationRequest`
|
|
1724
|
+
|
|
1725
|
+
Maps the AdminGetGroupCurrency operation to a typed request wrapper.
|
|
1726
|
+
|
|
1727
|
+
_Không có field public (payload rỗng)._
|
|
1728
|
+
|
|
1729
|
+
### GetGroupDataOperationRequest
|
|
1730
|
+
|
|
1731
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupDataRequestData>`
|
|
1732
|
+
|
|
1733
|
+
Maps the GetGroupData operation to a typed request wrapper.
|
|
1734
|
+
|
|
1735
|
+
_Không có field public (payload rỗng)._
|
|
1736
|
+
|
|
1737
|
+
### ServerGetGroupDataOperationRequest
|
|
1738
|
+
|
|
1739
|
+
Extends: `GetGroupDataOperationRequest`
|
|
1740
|
+
|
|
1741
|
+
Maps the ServerGetGroupData operation to a typed request wrapper.
|
|
1742
|
+
|
|
1743
|
+
_Không có field public (payload rỗng)._
|
|
1744
|
+
|
|
1745
|
+
### AdminGetGroupDataOperationRequest
|
|
1746
|
+
|
|
1747
|
+
Extends: `GetGroupDataOperationRequest`
|
|
1748
|
+
|
|
1749
|
+
Maps the AdminGetGroupData operation to a typed request wrapper.
|
|
1750
|
+
|
|
1751
|
+
_Không có field public (payload rỗng)._
|
|
1752
|
+
|
|
1753
|
+
### GetGroupInformationOperationRequest
|
|
1754
|
+
|
|
1755
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupInformationRequestData>`
|
|
1756
|
+
|
|
1757
|
+
Maps the GetGroupInformation operation to a typed request wrapper.
|
|
1758
|
+
|
|
1759
|
+
_Không có field public (payload rỗng)._
|
|
1760
|
+
|
|
1761
|
+
### ServerGetGroupInformationOperationRequest
|
|
1762
|
+
|
|
1763
|
+
Extends: `GetGroupInformationOperationRequest`
|
|
1764
|
+
|
|
1765
|
+
Maps the ServerGetGroupInformation operation to a typed request wrapper.
|
|
1766
|
+
|
|
1767
|
+
_Không có field public (payload rỗng)._
|
|
1768
|
+
|
|
1769
|
+
### AdminGetGroupInformationOperationRequest
|
|
1770
|
+
|
|
1771
|
+
Extends: `GetGroupInformationOperationRequest`
|
|
1772
|
+
|
|
1773
|
+
Maps the AdminGetGroupInformation operation to a typed request wrapper.
|
|
1774
|
+
|
|
1775
|
+
_Không có field public (payload rỗng)._
|
|
1776
|
+
|
|
1777
|
+
### GetGroupInventoryOperationRequest
|
|
1778
|
+
|
|
1779
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupInventoryRequestData>`
|
|
1780
|
+
|
|
1781
|
+
Maps the GetGroupInventory operation to a typed request wrapper.
|
|
1782
|
+
|
|
1783
|
+
_Không có field public (payload rỗng)._
|
|
1784
|
+
|
|
1785
|
+
### ServerGetGroupInventoryOperationRequest
|
|
1786
|
+
|
|
1787
|
+
Extends: `GetGroupInventoryOperationRequest`
|
|
1788
|
+
|
|
1789
|
+
Maps the ServerGetGroupInventory operation to a typed request wrapper.
|
|
1790
|
+
|
|
1791
|
+
_Không có field public (payload rỗng)._
|
|
1792
|
+
|
|
1793
|
+
### AdminGetGroupInventoryOperationRequest
|
|
1794
|
+
|
|
1795
|
+
Extends: `GetGroupInventoryOperationRequest`
|
|
1796
|
+
|
|
1797
|
+
Maps the AdminGetGroupInventory operation to a typed request wrapper.
|
|
1798
|
+
|
|
1799
|
+
_Không có field public (payload rỗng)._
|
|
1800
|
+
|
|
1801
|
+
### GetGroupMessageOperationRequest
|
|
1802
|
+
|
|
1803
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupMessageRequestData>`
|
|
1804
|
+
|
|
1805
|
+
Maps the GetGroupMessage operation to a typed request wrapper.
|
|
1806
|
+
|
|
1807
|
+
_Không có field public (payload rỗng)._
|
|
1808
|
+
|
|
1809
|
+
### ServerGetGroupMessageOperationRequest
|
|
1810
|
+
|
|
1811
|
+
Extends: `GetGroupMessageOperationRequest`
|
|
1812
|
+
|
|
1813
|
+
Maps the ServerGetGroupMessage operation to a typed request wrapper.
|
|
1814
|
+
|
|
1815
|
+
_Không có field public (payload rỗng)._
|
|
1816
|
+
|
|
1817
|
+
### AdminGetGroupMessageOperationRequest
|
|
1818
|
+
|
|
1819
|
+
Extends: `GetGroupMessageOperationRequest`
|
|
1820
|
+
|
|
1821
|
+
Maps the AdminGetGroupMessage operation to a typed request wrapper.
|
|
1822
|
+
|
|
1823
|
+
_Không có field public (payload rỗng)._
|
|
1824
|
+
|
|
1825
|
+
### GetGroupStatisticsOperationRequest
|
|
1826
|
+
|
|
1827
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupStatisticsRequestData>`
|
|
1828
|
+
|
|
1829
|
+
Maps the GetGroupStatistics operation to a typed request wrapper.
|
|
1830
|
+
|
|
1831
|
+
_Không có field public (payload rỗng)._
|
|
1832
|
+
|
|
1833
|
+
### ServerGetGroupStatisticsOperationRequest
|
|
1834
|
+
|
|
1835
|
+
Extends: `GetGroupStatisticsOperationRequest`
|
|
1836
|
+
|
|
1837
|
+
Maps the ServerGetGroupStatistics operation to a typed request wrapper.
|
|
1838
|
+
|
|
1839
|
+
_Không có field public (payload rỗng)._
|
|
1840
|
+
|
|
1841
|
+
### AdminGetGroupStatisticsOperationRequest
|
|
1842
|
+
|
|
1843
|
+
Extends: `GetGroupStatisticsOperationRequest`
|
|
1844
|
+
|
|
1845
|
+
Maps the AdminGetGroupStatistics operation to a typed request wrapper.
|
|
1846
|
+
|
|
1847
|
+
_Không có field public (payload rỗng)._
|
|
1848
|
+
|
|
1849
|
+
### GetGroupsWithDisplayNameOperationRequest
|
|
1850
|
+
|
|
1851
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupsWithDisplayNameRequestData>`
|
|
1852
|
+
|
|
1853
|
+
Maps the GetGroupsWithDisplayName operation to a typed request wrapper.
|
|
1854
|
+
|
|
1855
|
+
_Không có field public (payload rỗng)._
|
|
1856
|
+
|
|
1857
|
+
### ServerGetGroupsWithDisplayNameOperationRequest
|
|
1858
|
+
|
|
1859
|
+
Extends: `GetGroupsWithDisplayNameOperationRequest`
|
|
1860
|
+
|
|
1861
|
+
Maps the ServerGetGroupsWithDisplayName operation to a typed request wrapper.
|
|
1862
|
+
|
|
1863
|
+
_Không có field public (payload rỗng)._
|
|
1864
|
+
|
|
1865
|
+
### AdminGetGroupsWithDisplayNameOperationRequest
|
|
1866
|
+
|
|
1867
|
+
Extends: `GetGroupsWithDisplayNameOperationRequest`
|
|
1868
|
+
|
|
1869
|
+
Maps the AdminGetGroupsWithDisplayName operation to a typed request wrapper.
|
|
1870
|
+
|
|
1871
|
+
_Không có field public (payload rỗng)._
|
|
1872
|
+
|
|
1873
|
+
### GetGroupsWithSegmentOperationRequest
|
|
1874
|
+
|
|
1875
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupsWithSegmentRequestData>`
|
|
1876
|
+
|
|
1877
|
+
Maps the GetGroupsWithSegment operation to a typed request wrapper.
|
|
1878
|
+
|
|
1879
|
+
_Không có field public (payload rỗng)._
|
|
1880
|
+
|
|
1881
|
+
### ServerGetGroupsWithSegmentOperationRequest
|
|
1882
|
+
|
|
1883
|
+
Extends: `GetGroupsWithSegmentOperationRequest`
|
|
1884
|
+
|
|
1885
|
+
Maps the ServerGetGroupsWithSegment operation to a typed request wrapper.
|
|
1886
|
+
|
|
1887
|
+
_Không có field public (payload rỗng)._
|
|
1888
|
+
|
|
1889
|
+
### AdminGetGroupsWithSegmentOperationRequest
|
|
1890
|
+
|
|
1891
|
+
Extends: `GetGroupsWithSegmentOperationRequest`
|
|
1892
|
+
|
|
1893
|
+
Maps the AdminGetGroupsWithSegment operation to a typed request wrapper.
|
|
1894
|
+
|
|
1895
|
+
_Không có field public (payload rỗng)._
|
|
1896
|
+
|
|
1897
|
+
### GetGroupsWithTagOperationRequest
|
|
1898
|
+
|
|
1899
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetGroupsWithTagRequestData>`
|
|
1900
|
+
|
|
1901
|
+
Maps the GetGroupsWithTag operation to a typed request wrapper.
|
|
1902
|
+
|
|
1903
|
+
_Không có field public (payload rỗng)._
|
|
1904
|
+
|
|
1905
|
+
### ServerGetGroupsWithTagOperationRequest
|
|
1906
|
+
|
|
1907
|
+
Extends: `GetGroupsWithTagOperationRequest`
|
|
1908
|
+
|
|
1909
|
+
Maps the ServerGetGroupsWithTag operation to a typed request wrapper.
|
|
1910
|
+
|
|
1911
|
+
_Không có field public (payload rỗng)._
|
|
1912
|
+
|
|
1913
|
+
### AdminGetGroupsWithTagOperationRequest
|
|
1914
|
+
|
|
1915
|
+
Extends: `GetGroupsWithTagOperationRequest`
|
|
1916
|
+
|
|
1917
|
+
Maps the AdminGetGroupsWithTag operation to a typed request wrapper.
|
|
1918
|
+
|
|
1919
|
+
_Không có field public (payload rỗng)._
|
|
1920
|
+
|
|
1921
|
+
### GetMembersOperationRequest
|
|
1922
|
+
|
|
1923
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetMembersRequestData>`
|
|
1924
|
+
|
|
1925
|
+
Maps the GetMembers operation to a typed request wrapper.
|
|
1926
|
+
|
|
1927
|
+
_Không có field public (payload rỗng)._
|
|
1928
|
+
|
|
1929
|
+
### ServerGetMembersOperationRequest
|
|
1930
|
+
|
|
1931
|
+
Extends: `GetMembersOperationRequest`
|
|
1932
|
+
|
|
1933
|
+
Maps the ServerGetMembers operation to a typed request wrapper.
|
|
1934
|
+
|
|
1935
|
+
_Không có field public (payload rỗng)._
|
|
1936
|
+
|
|
1937
|
+
### AdminGetMembersOperationRequest
|
|
1938
|
+
|
|
1939
|
+
Extends: `GetMembersOperationRequest`
|
|
1940
|
+
|
|
1941
|
+
Maps the AdminGetMembers operation to a typed request wrapper.
|
|
1942
|
+
|
|
1943
|
+
_Không có field public (payload rỗng)._
|
|
1944
|
+
|
|
1945
|
+
### GetRemoveStatusOperationRequest
|
|
1946
|
+
|
|
1947
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetRemoveStatusRequestData>`
|
|
1948
|
+
|
|
1949
|
+
Maps the GetRemoveStatus operation to a typed request wrapper.
|
|
1950
|
+
|
|
1951
|
+
_Không có field public (payload rỗng)._
|
|
1952
|
+
|
|
1953
|
+
### ServerGetRemoveStatusOperationRequest
|
|
1954
|
+
|
|
1955
|
+
Extends: `GetRemoveStatusOperationRequest`
|
|
1956
|
+
|
|
1957
|
+
Maps the ServerGetRemoveStatus operation to a typed request wrapper.
|
|
1958
|
+
|
|
1959
|
+
_Không có field public (payload rỗng)._
|
|
1960
|
+
|
|
1961
|
+
### AdminGetRemoveStatusOperationRequest
|
|
1962
|
+
|
|
1963
|
+
Extends: `GetRemoveStatusOperationRequest`
|
|
1964
|
+
|
|
1965
|
+
Maps the AdminGetRemoveStatus operation to a typed request wrapper.
|
|
1966
|
+
|
|
1967
|
+
_Không có field public (payload rỗng)._
|
|
1968
|
+
|
|
1969
|
+
### GetSegmentOperationRequest
|
|
1970
|
+
|
|
1971
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetSegmentRequestData>`
|
|
1972
|
+
|
|
1973
|
+
Maps the GetSegment operation to a typed request wrapper.
|
|
1974
|
+
|
|
1975
|
+
_Không có field public (payload rỗng)._
|
|
1976
|
+
|
|
1977
|
+
### ServerGetSegmentOperationRequest
|
|
1978
|
+
|
|
1979
|
+
Extends: `GetSegmentOperationRequest`
|
|
1980
|
+
|
|
1981
|
+
Maps the ServerGetSegment operation to a typed request wrapper.
|
|
1982
|
+
|
|
1983
|
+
_Không có field public (payload rỗng)._
|
|
1984
|
+
|
|
1985
|
+
### AdminGetSegmentOperationRequest
|
|
1986
|
+
|
|
1987
|
+
Extends: `GetSegmentOperationRequest`
|
|
1988
|
+
|
|
1989
|
+
Maps the AdminGetSegment operation to a typed request wrapper.
|
|
1990
|
+
|
|
1991
|
+
_Không có field public (payload rỗng)._
|
|
1992
|
+
|
|
1993
|
+
### GetStatisticsLeaderboardAroundGroupOperationRequest
|
|
1994
|
+
|
|
1995
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetStatisticsLeaderboardAroundGroupRequestData>`
|
|
1996
|
+
|
|
1997
|
+
Maps the GetStatisticsLeaderboardAroundGroup operation to a typed request wrapper.
|
|
1998
|
+
|
|
1999
|
+
_Không có field public (payload rỗng)._
|
|
2000
|
+
|
|
2001
|
+
### ServerGetStatisticsLeaderboardAroundGroupOperationRequest
|
|
2002
|
+
|
|
2003
|
+
Extends: `GetStatisticsLeaderboardAroundGroupOperationRequest`
|
|
2004
|
+
|
|
2005
|
+
Maps the ServerGetStatisticsLeaderboardAroundGroup operation to a typed request wrapper.
|
|
2006
|
+
|
|
2007
|
+
_Không có field public (payload rỗng)._
|
|
2008
|
+
|
|
2009
|
+
### AdminGetStatisticsLeaderboardAroundGroupOperationRequest
|
|
2010
|
+
|
|
2011
|
+
Extends: `GetStatisticsLeaderboardAroundGroupOperationRequest`
|
|
2012
|
+
|
|
2013
|
+
Maps the AdminGetStatisticsLeaderboardAroundGroup operation to a typed request wrapper.
|
|
2014
|
+
|
|
2015
|
+
_Không có field public (payload rỗng)._
|
|
2016
|
+
|
|
2017
|
+
### GetStatisticsLeaderboardOperationRequest
|
|
2018
|
+
|
|
2019
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetStatisticsLeaderboardRequestData>`
|
|
2020
|
+
|
|
2021
|
+
Maps the GetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2022
|
+
|
|
2023
|
+
_Không có field public (payload rỗng)._
|
|
2024
|
+
|
|
2025
|
+
### ServerGetStatisticsLeaderboardOperationRequest
|
|
2026
|
+
|
|
2027
|
+
Extends: `GetStatisticsLeaderboardOperationRequest`
|
|
2028
|
+
|
|
2029
|
+
Maps the ServerGetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2030
|
+
|
|
2031
|
+
_Không có field public (payload rỗng)._
|
|
2032
|
+
|
|
2033
|
+
### AdminGetStatisticsLeaderboardOperationRequest
|
|
2034
|
+
|
|
2035
|
+
Extends: `GetStatisticsLeaderboardOperationRequest`
|
|
2036
|
+
|
|
2037
|
+
Maps the AdminGetStatisticsLeaderboard operation to a typed request wrapper.
|
|
2038
|
+
|
|
2039
|
+
_Không có field public (payload rỗng)._
|
|
2040
|
+
|
|
2041
|
+
### GetTagOperationRequest
|
|
2042
|
+
|
|
2043
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetTagRequestData>`
|
|
2044
|
+
|
|
2045
|
+
Maps the GetTag operation to a typed request wrapper.
|
|
2046
|
+
|
|
2047
|
+
_Không có field public (payload rỗng)._
|
|
2048
|
+
|
|
2049
|
+
### ServerGetTagOperationRequest
|
|
2050
|
+
|
|
2051
|
+
Extends: `GetTagOperationRequest`
|
|
2052
|
+
|
|
2053
|
+
Maps the ServerGetTag operation to a typed request wrapper.
|
|
2054
|
+
|
|
2055
|
+
_Không có field public (payload rỗng)._
|
|
2056
|
+
|
|
2057
|
+
### AdminGetTagOperationRequest
|
|
2058
|
+
|
|
2059
|
+
Extends: `GetTagOperationRequest`
|
|
2060
|
+
|
|
2061
|
+
Maps the AdminGetTag operation to a typed request wrapper.
|
|
2062
|
+
|
|
2063
|
+
_Không có field public (payload rỗng)._
|
|
2064
|
+
|
|
2065
|
+
### GetTsCreateOperationRequest
|
|
2066
|
+
|
|
2067
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetTsCreateRequestData>`
|
|
2068
|
+
|
|
2069
|
+
Maps the GetTsCreate operation to a typed request wrapper.
|
|
2070
|
+
|
|
2071
|
+
_Không có field public (payload rỗng)._
|
|
2072
|
+
|
|
2073
|
+
### ServerGetTsCreateOperationRequest
|
|
2074
|
+
|
|
2075
|
+
Extends: `GetTsCreateOperationRequest`
|
|
2076
|
+
|
|
2077
|
+
Maps the ServerGetTsCreate operation to a typed request wrapper.
|
|
2078
|
+
|
|
2079
|
+
_Không có field public (payload rỗng)._
|
|
2080
|
+
|
|
2081
|
+
### AdminGetTsCreateOperationRequest
|
|
2082
|
+
|
|
2083
|
+
Extends: `GetTsCreateOperationRequest`
|
|
2084
|
+
|
|
2085
|
+
Maps the AdminGetTsCreate operation to a typed request wrapper.
|
|
2086
|
+
|
|
2087
|
+
_Không có field public (payload rỗng)._
|
|
2088
|
+
|
|
2089
|
+
### CreateGroupItemOperationRequest
|
|
2090
|
+
|
|
2091
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.CreateGroupItemRequestData>`
|
|
2092
|
+
|
|
2093
|
+
Maps the CreateGroupItem operation to a typed request wrapper.
|
|
2094
|
+
|
|
2095
|
+
_Không có field public (payload rỗng)._
|
|
2096
|
+
|
|
2097
|
+
### ServerCreateGroupItemOperationRequest
|
|
2098
|
+
|
|
2099
|
+
Extends: `CreateGroupItemOperationRequest`
|
|
2100
|
+
|
|
2101
|
+
Maps the ServerCreateGroupItem operation to a typed request wrapper.
|
|
2102
|
+
|
|
2103
|
+
_Không có field public (payload rỗng)._
|
|
2104
|
+
|
|
2105
|
+
### AdminCreateGroupItemOperationRequest
|
|
2106
|
+
|
|
2107
|
+
Extends: `CreateGroupItemOperationRequest`
|
|
2108
|
+
|
|
2109
|
+
Maps the AdminCreateGroupItem operation to a typed request wrapper.
|
|
2110
|
+
|
|
2111
|
+
_Không có field public (payload rỗng)._
|
|
2112
|
+
|
|
2113
|
+
### RemoveGroupItemOperationRequest
|
|
2114
|
+
|
|
2115
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.RemoveGroupItemRequestData>`
|
|
2116
|
+
|
|
2117
|
+
Maps the RemoveGroupItem operation to a typed request wrapper.
|
|
2118
|
+
|
|
2119
|
+
_Không có field public (payload rỗng)._
|
|
2120
|
+
|
|
2121
|
+
### ServerRemoveGroupItemOperationRequest
|
|
2122
|
+
|
|
2123
|
+
Extends: `RemoveGroupItemOperationRequest`
|
|
2124
|
+
|
|
2125
|
+
Maps the ServerRemoveGroupItem operation to a typed request wrapper.
|
|
2126
|
+
|
|
2127
|
+
_Không có field public (payload rỗng)._
|
|
2128
|
+
|
|
2129
|
+
### AdminRemoveGroupItemOperationRequest
|
|
2130
|
+
|
|
2131
|
+
Extends: `RemoveGroupItemOperationRequest`
|
|
2132
|
+
|
|
2133
|
+
Maps the AdminRemoveGroupItem operation to a typed request wrapper.
|
|
2134
|
+
|
|
2135
|
+
_Không có field public (payload rỗng)._
|
|
2136
|
+
|
|
2137
|
+
### RemoveMemberOperationRequest
|
|
2138
|
+
|
|
2139
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.RemoveMemberRequestData>`
|
|
2140
|
+
|
|
2141
|
+
Maps the RemoveMember operation to a typed request wrapper.
|
|
2142
|
+
|
|
2143
|
+
_Không có field public (payload rỗng)._
|
|
2144
|
+
|
|
2145
|
+
### ServerRemoveMemberOperationRequest
|
|
2146
|
+
|
|
2147
|
+
Extends: `RemoveMemberOperationRequest`
|
|
2148
|
+
|
|
2149
|
+
Maps the ServerRemoveMember operation to a typed request wrapper.
|
|
2150
|
+
|
|
2151
|
+
_Không có field public (payload rỗng)._
|
|
2152
|
+
|
|
2153
|
+
### AdminRemoveMemberOperationRequest
|
|
2154
|
+
|
|
2155
|
+
Extends: `RemoveMemberOperationRequest`
|
|
2156
|
+
|
|
2157
|
+
Maps the AdminRemoveMember operation to a typed request wrapper.
|
|
2158
|
+
|
|
2159
|
+
_Không có field public (payload rỗng)._
|
|
2160
|
+
|
|
2161
|
+
### RemoveSegmentOperationRequest
|
|
2162
|
+
|
|
2163
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.RemoveSegmentRequestData>`
|
|
2164
|
+
|
|
2165
|
+
Maps the RemoveSegment operation to a typed request wrapper.
|
|
2166
|
+
|
|
2167
|
+
_Không có field public (payload rỗng)._
|
|
2168
|
+
|
|
2169
|
+
### ServerRemoveSegmentOperationRequest
|
|
2170
|
+
|
|
2171
|
+
Extends: `RemoveSegmentOperationRequest`
|
|
2172
|
+
|
|
2173
|
+
Maps the ServerRemoveSegment operation to a typed request wrapper.
|
|
2174
|
+
|
|
2175
|
+
_Không có field public (payload rỗng)._
|
|
2176
|
+
|
|
2177
|
+
### AdminRemoveSegmentOperationRequest
|
|
2178
|
+
|
|
2179
|
+
Extends: `RemoveSegmentOperationRequest`
|
|
2180
|
+
|
|
2181
|
+
Maps the AdminRemoveSegment operation to a typed request wrapper.
|
|
2182
|
+
|
|
2183
|
+
_Không có field public (payload rỗng)._
|
|
2184
|
+
|
|
2185
|
+
### RemoveTagOperationRequest
|
|
2186
|
+
|
|
2187
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.RemoveTagRequestData>`
|
|
2188
|
+
|
|
2189
|
+
Maps the RemoveTag operation to a typed request wrapper.
|
|
2190
|
+
|
|
2191
|
+
_Không có field public (payload rỗng)._
|
|
2192
|
+
|
|
2193
|
+
### ServerRemoveTagOperationRequest
|
|
2194
|
+
|
|
2195
|
+
Extends: `RemoveTagOperationRequest`
|
|
2196
|
+
|
|
2197
|
+
Maps the ServerRemoveTag operation to a typed request wrapper.
|
|
2198
|
+
|
|
2199
|
+
_Không có field public (payload rỗng)._
|
|
2200
|
+
|
|
2201
|
+
### AdminRemoveTagOperationRequest
|
|
2202
|
+
|
|
2203
|
+
Extends: `RemoveTagOperationRequest`
|
|
2204
|
+
|
|
2205
|
+
Maps the AdminRemoveTag operation to a typed request wrapper.
|
|
2206
|
+
|
|
2207
|
+
_Không có field public (payload rỗng)._
|
|
2208
|
+
|
|
2209
|
+
### SendGroupMessageOperationRequest
|
|
2210
|
+
|
|
2211
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SendGroupMessageRequestData>`
|
|
2212
|
+
|
|
2213
|
+
Maps the SendGroupMessage operation to a typed request wrapper.
|
|
2214
|
+
|
|
2215
|
+
_Không có field public (payload rỗng)._
|
|
2216
|
+
|
|
2217
|
+
### ServerSendGroupMessageOperationRequest
|
|
2218
|
+
|
|
2219
|
+
Extends: `SendGroupMessageOperationRequest`
|
|
2220
|
+
|
|
2221
|
+
Maps the ServerSendGroupMessage operation to a typed request wrapper.
|
|
2222
|
+
|
|
2223
|
+
_Không có field public (payload rỗng)._
|
|
2224
|
+
|
|
2225
|
+
### AdminSendGroupMessageOperationRequest
|
|
2226
|
+
|
|
2227
|
+
Extends: `SendGroupMessageOperationRequest`
|
|
2228
|
+
|
|
2229
|
+
Maps the AdminSendGroupMessage operation to a typed request wrapper.
|
|
2230
|
+
|
|
2231
|
+
_Không có field public (payload rỗng)._
|
|
2232
|
+
|
|
2233
|
+
### SetAvatarOperationRequest
|
|
2234
|
+
|
|
2235
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetAvatarRequestData>`
|
|
2236
|
+
|
|
2237
|
+
Maps the SetAvatar operation to a typed request wrapper.
|
|
2238
|
+
|
|
2239
|
+
_Không có field public (payload rỗng)._
|
|
2240
|
+
|
|
2241
|
+
### ServerSetAvatarOperationRequest
|
|
2242
|
+
|
|
2243
|
+
Extends: `SetAvatarOperationRequest`
|
|
2244
|
+
|
|
2245
|
+
Maps the ServerSetAvatar operation to a typed request wrapper.
|
|
2246
|
+
|
|
2247
|
+
_Không có field public (payload rỗng)._
|
|
2248
|
+
|
|
2249
|
+
### AdminSetAvatarOperationRequest
|
|
2250
|
+
|
|
2251
|
+
Extends: `SetAvatarOperationRequest`
|
|
2252
|
+
|
|
2253
|
+
Maps the AdminSetAvatar operation to a typed request wrapper.
|
|
2254
|
+
|
|
2255
|
+
_Không có field public (payload rỗng)._
|
|
2256
|
+
|
|
2257
|
+
### SetCustomDataOperationRequest
|
|
2258
|
+
|
|
2259
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetCustomDataRequestData>`
|
|
2260
|
+
|
|
2261
|
+
Maps the SetCustomData operation to a typed request wrapper.
|
|
2262
|
+
|
|
2263
|
+
_Không có field public (payload rỗng)._
|
|
2264
|
+
|
|
2265
|
+
### ServerSetCustomDataOperationRequest
|
|
2266
|
+
|
|
2267
|
+
Extends: `SetCustomDataOperationRequest`
|
|
2268
|
+
|
|
2269
|
+
Maps the ServerSetCustomData operation to a typed request wrapper.
|
|
2270
|
+
|
|
2271
|
+
_Không có field public (payload rỗng)._
|
|
2272
|
+
|
|
2273
|
+
### AdminSetCustomDataOperationRequest
|
|
2274
|
+
|
|
2275
|
+
Extends: `SetCustomDataOperationRequest`
|
|
2276
|
+
|
|
2277
|
+
Maps the AdminSetCustomData operation to a typed request wrapper.
|
|
2278
|
+
|
|
2279
|
+
_Không có field public (payload rỗng)._
|
|
2280
|
+
|
|
2281
|
+
### SetDisplayNameOperationRequest
|
|
2282
|
+
|
|
2283
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetDisplayNameRequestData>`
|
|
2284
|
+
|
|
2285
|
+
Maps the SetDisplayName operation to a typed request wrapper.
|
|
2286
|
+
|
|
2287
|
+
_Không có field public (payload rỗng)._
|
|
2288
|
+
|
|
2289
|
+
### ServerSetDisplayNameOperationRequest
|
|
2290
|
+
|
|
2291
|
+
Extends: `SetDisplayNameOperationRequest`
|
|
2292
|
+
|
|
2293
|
+
Maps the ServerSetDisplayName operation to a typed request wrapper.
|
|
2294
|
+
|
|
2295
|
+
_Không có field public (payload rỗng)._
|
|
2296
|
+
|
|
2297
|
+
### AdminSetDisplayNameOperationRequest
|
|
2298
|
+
|
|
2299
|
+
Extends: `SetDisplayNameOperationRequest`
|
|
2300
|
+
|
|
2301
|
+
Maps the AdminSetDisplayName operation to a typed request wrapper.
|
|
2302
|
+
|
|
2303
|
+
_Không có field public (payload rỗng)._
|
|
2304
|
+
|
|
2305
|
+
### ChangeGroupCurrencyOperationRequest
|
|
2306
|
+
|
|
2307
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.ChangeGroupCurrencyRequestData>`
|
|
2308
|
+
|
|
2309
|
+
Maps the ChangeGroupCurrency operation to a typed request wrapper.
|
|
2310
|
+
|
|
2311
|
+
_Không có field public (payload rỗng)._
|
|
2312
|
+
|
|
2313
|
+
### ServerChangeGroupCurrencyOperationRequest
|
|
2314
|
+
|
|
2315
|
+
Extends: `ChangeGroupCurrencyOperationRequest`
|
|
2316
|
+
|
|
2317
|
+
Maps the ServerChangeGroupCurrency operation to a typed request wrapper.
|
|
2318
|
+
|
|
2319
|
+
_Không có field public (payload rỗng)._
|
|
2320
|
+
|
|
2321
|
+
### AdminChangeGroupCurrencyOperationRequest
|
|
2322
|
+
|
|
2323
|
+
Extends: `ChangeGroupCurrencyOperationRequest`
|
|
2324
|
+
|
|
2325
|
+
Maps the AdminChangeGroupCurrency operation to a typed request wrapper.
|
|
2326
|
+
|
|
2327
|
+
_Không có field public (payload rỗng)._
|
|
2328
|
+
|
|
2329
|
+
### SetGroupDataOperationRequest
|
|
2330
|
+
|
|
2331
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetGroupDataRequestData>`
|
|
2332
|
+
|
|
2333
|
+
Maps the SetGroupData operation to a typed request wrapper.
|
|
2334
|
+
|
|
2335
|
+
_Không có field public (payload rỗng)._
|
|
2336
|
+
|
|
2337
|
+
### ServerSetGroupDataOperationRequest
|
|
2338
|
+
|
|
2339
|
+
Extends: `SetGroupDataOperationRequest`
|
|
2340
|
+
|
|
2341
|
+
Maps the ServerSetGroupData operation to a typed request wrapper.
|
|
2342
|
+
|
|
2343
|
+
_Không có field public (payload rỗng)._
|
|
2344
|
+
|
|
2345
|
+
### AdminSetGroupDataOperationRequest
|
|
2346
|
+
|
|
2347
|
+
Extends: `SetGroupDataOperationRequest`
|
|
2348
|
+
|
|
2349
|
+
Maps the AdminSetGroupData operation to a typed request wrapper.
|
|
2350
|
+
|
|
2351
|
+
_Không có field public (payload rỗng)._
|
|
2352
|
+
|
|
2353
|
+
### ChangeGroupStatisticsOperationRequest
|
|
2354
|
+
|
|
2355
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.ChangeGroupStatisticsRequestData>`
|
|
2356
|
+
|
|
2357
|
+
Maps the ChangeGroupStatistics operation to a typed request wrapper.
|
|
2358
|
+
|
|
2359
|
+
_Không có field public (payload rỗng)._
|
|
2360
|
+
|
|
2361
|
+
### ServerChangeGroupStatisticsOperationRequest
|
|
2362
|
+
|
|
2363
|
+
Extends: `ChangeGroupStatisticsOperationRequest`
|
|
2364
|
+
|
|
2365
|
+
Maps the ServerChangeGroupStatistics operation to a typed request wrapper.
|
|
2366
|
+
|
|
2367
|
+
_Không có field public (payload rỗng)._
|
|
2368
|
+
|
|
2369
|
+
### AdminChangeGroupStatisticsOperationRequest
|
|
2370
|
+
|
|
2371
|
+
Extends: `ChangeGroupStatisticsOperationRequest`
|
|
2372
|
+
|
|
2373
|
+
Maps the AdminChangeGroupStatistics operation to a typed request wrapper.
|
|
2374
|
+
|
|
2375
|
+
_Không có field public (payload rỗng)._
|
|
2376
|
+
|
|
2377
|
+
### SetRemoveStatusOperationRequest
|
|
2378
|
+
|
|
2379
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetRemoveStatusRequestData>`
|
|
2380
|
+
|
|
2381
|
+
Maps the SetRemoveStatus operation to a typed request wrapper.
|
|
2382
|
+
|
|
2383
|
+
_Không có field public (payload rỗng)._
|
|
2384
|
+
|
|
2385
|
+
### ServerSetRemoveStatusOperationRequest
|
|
2386
|
+
|
|
2387
|
+
Extends: `SetRemoveStatusOperationRequest`
|
|
2388
|
+
|
|
2389
|
+
Maps the ServerSetRemoveStatus operation to a typed request wrapper.
|
|
2390
|
+
|
|
2391
|
+
_Không có field public (payload rỗng)._
|
|
2392
|
+
|
|
2393
|
+
### AdminSetRemoveStatusOperationRequest
|
|
2394
|
+
|
|
2395
|
+
Extends: `SetRemoveStatusOperationRequest`
|
|
2396
|
+
|
|
2397
|
+
Maps the AdminSetRemoveStatus operation to a typed request wrapper.
|
|
2398
|
+
|
|
2399
|
+
_Không có field public (payload rỗng)._
|
|
2400
|
+
|
|
2401
|
+
### SetTagOperationRequest
|
|
2402
|
+
|
|
2403
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.SetTagRequestData>`
|
|
2404
|
+
|
|
2405
|
+
Maps the SetTag operation to a typed request wrapper.
|
|
2406
|
+
|
|
2407
|
+
_Không có field public (payload rỗng)._
|
|
2408
|
+
|
|
2409
|
+
### ServerSetTagOperationRequest
|
|
2410
|
+
|
|
2411
|
+
Extends: `SetTagOperationRequest`
|
|
2412
|
+
|
|
2413
|
+
Maps the ServerSetTag operation to a typed request wrapper.
|
|
2414
|
+
|
|
2415
|
+
_Không có field public (payload rỗng)._
|
|
2416
|
+
|
|
2417
|
+
### AdminSetTagOperationRequest
|
|
2418
|
+
|
|
2419
|
+
Extends: `SetTagOperationRequest`
|
|
2420
|
+
|
|
2421
|
+
Maps the AdminSetTag operation to a typed request wrapper.
|
|
2422
|
+
|
|
2423
|
+
_Không có field public (payload rỗng)._
|
|
2424
|
+
|
|
2425
|
+
### GetCurrencyLeaderboardOperationRequest
|
|
2426
|
+
|
|
2427
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetCurrencyLeaderboardRequestData>`
|
|
2428
|
+
|
|
2429
|
+
Maps the GetCurrencyLeaderboard operation to a typed request wrapper.
|
|
2430
|
+
|
|
2431
|
+
_Không có field public (payload rỗng)._
|
|
2432
|
+
|
|
2433
|
+
### ServerGetCurrencyLeaderboardOperationRequest
|
|
2434
|
+
|
|
2435
|
+
Extends: `GetCurrencyLeaderboardOperationRequest`
|
|
2436
|
+
|
|
2437
|
+
Maps the ServerGetCurrencyLeaderboard operation to a typed request wrapper.
|
|
2438
|
+
|
|
2439
|
+
_Không có field public (payload rỗng)._
|
|
2440
|
+
|
|
2441
|
+
### AdminGetCurrencyLeaderboardOperationRequest
|
|
2442
|
+
|
|
2443
|
+
Extends: `GetCurrencyLeaderboardOperationRequest`
|
|
2444
|
+
|
|
2445
|
+
Maps the AdminGetCurrencyLeaderboard operation to a typed request wrapper.
|
|
2446
|
+
|
|
2447
|
+
_Không có field public (payload rỗng)._
|
|
2448
|
+
|
|
2449
|
+
### GetCreateLeaderboardOperationRequest
|
|
2450
|
+
|
|
2451
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetCreateLeaderboardRequestData>`
|
|
2452
|
+
|
|
2453
|
+
Maps the GetCreateLeaderboard operation to a typed request wrapper.
|
|
2454
|
+
|
|
2455
|
+
_Không có field public (payload rỗng)._
|
|
2456
|
+
|
|
2457
|
+
### ServerGetCreateLeaderboardOperationRequest
|
|
2458
|
+
|
|
2459
|
+
Extends: `GetCreateLeaderboardOperationRequest`
|
|
2460
|
+
|
|
2461
|
+
Maps the ServerGetCreateLeaderboard operation to a typed request wrapper.
|
|
2462
|
+
|
|
2463
|
+
_Không có field public (payload rỗng)._
|
|
2464
|
+
|
|
2465
|
+
### AdminGetCreateLeaderboardOperationRequest
|
|
2466
|
+
|
|
2467
|
+
Extends: `GetCreateLeaderboardOperationRequest`
|
|
2468
|
+
|
|
2469
|
+
Maps the AdminGetCreateLeaderboard operation to a typed request wrapper.
|
|
2470
|
+
|
|
2471
|
+
_Không có field public (payload rỗng)._
|
|
2472
|
+
|
|
2473
|
+
### GetStatisticsLogOperationRequest
|
|
2474
|
+
|
|
2475
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetStatisticsLogRequestData>`
|
|
2476
|
+
|
|
2477
|
+
Maps the GetStatisticsLog operation to a typed request wrapper.
|
|
2478
|
+
|
|
2479
|
+
_Không có field public (payload rỗng)._
|
|
2480
|
+
|
|
2481
|
+
### ServerGetStatisticsLogOperationRequest
|
|
2482
|
+
|
|
2483
|
+
Extends: `GetStatisticsLogOperationRequest`
|
|
2484
|
+
|
|
2485
|
+
Maps the ServerGetStatisticsLog operation to a typed request wrapper.
|
|
2486
|
+
|
|
2487
|
+
_Không có field public (payload rỗng)._
|
|
2488
|
+
|
|
2489
|
+
### AdminGetStatisticsLogOperationRequest
|
|
2490
|
+
|
|
2491
|
+
Extends: `GetStatisticsLogOperationRequest`
|
|
2492
|
+
|
|
2493
|
+
Maps the AdminGetStatisticsLog operation to a typed request wrapper.
|
|
2494
|
+
|
|
2495
|
+
_Không có field public (payload rỗng)._
|
|
2496
|
+
|
|
2497
|
+
### GetCurrencyLogOperationRequest
|
|
2498
|
+
|
|
2499
|
+
Extends: `CustomOperationRequestAbstract<GroupModels.GetCurrencyLogRequestData>`
|
|
2500
|
+
|
|
2501
|
+
Maps the GetCurrencyLog operation to a typed request wrapper.
|
|
2502
|
+
|
|
2503
|
+
_Không có field public (payload rỗng)._
|
|
2504
|
+
|
|
2505
|
+
### ServerGetCurrencyLogOperationRequest
|
|
2506
|
+
|
|
2507
|
+
Extends: `GetCurrencyLogOperationRequest`
|
|
2508
|
+
|
|
2509
|
+
Maps the ServerGetCurrencyLog operation to a typed request wrapper.
|
|
2510
|
+
|
|
2511
|
+
_Không có field public (payload rỗng)._
|
|
2512
|
+
|
|
2513
|
+
### AdminGetCurrencyLogOperationRequest
|
|
2514
|
+
|
|
2515
|
+
Extends: `GetCurrencyLogOperationRequest`
|
|
2516
|
+
|
|
2517
|
+
Maps the AdminGetCurrencyLog operation to a typed request wrapper.
|
|
2518
|
+
|
|
2519
|
+
_Không có field public (payload rỗng)._
|
|
2520
|
+
|
|
2521
|
+
## Namespace `GroupResponseModels`
|
|
2522
|
+
|
|
2523
|
+
### AddMemberOperationResponse
|
|
2524
|
+
|
|
2525
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2526
|
+
|
|
2527
|
+
Maps the AddMember operation to a typed response wrapper.
|
|
2528
|
+
|
|
2529
|
+
_Không có field public (payload rỗng)._
|
|
2530
|
+
|
|
2531
|
+
### AddSegmentOperationResponse
|
|
2532
|
+
|
|
2533
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2534
|
+
|
|
2535
|
+
Maps the AddSegment operation to a typed response wrapper.
|
|
2536
|
+
|
|
2537
|
+
_Không có field public (payload rỗng)._
|
|
2538
|
+
|
|
2539
|
+
### GetAvatarOperationResponse
|
|
2540
|
+
|
|
2541
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2542
|
+
|
|
2543
|
+
Maps the GetAvatar operation to a typed response wrapper.
|
|
2544
|
+
|
|
2545
|
+
_Không có field public (payload rỗng)._
|
|
2546
|
+
|
|
2547
|
+
### GetCatalogIdOperationResponse
|
|
2548
|
+
|
|
2549
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2550
|
+
|
|
2551
|
+
Maps the GetCatalogId operation to a typed response wrapper.
|
|
2552
|
+
|
|
2553
|
+
_Không có field public (payload rỗng)._
|
|
2554
|
+
|
|
2555
|
+
### GetCustomDataOperationResponse
|
|
2556
|
+
|
|
2557
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2558
|
+
|
|
2559
|
+
Maps the GetCustomData operation to a typed response wrapper.
|
|
2560
|
+
|
|
2561
|
+
_Không có field public (payload rỗng)._
|
|
2562
|
+
|
|
2563
|
+
### GetDisplayNameOperationResponse
|
|
2564
|
+
|
|
2565
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2566
|
+
|
|
2567
|
+
Maps the GetDisplayName operation to a typed response wrapper.
|
|
2568
|
+
|
|
2569
|
+
_Không có field public (payload rỗng)._
|
|
2570
|
+
|
|
2571
|
+
### GetGroupCurrencyOperationResponse
|
|
2572
|
+
|
|
2573
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2574
|
+
|
|
2575
|
+
Maps the GetGroupCurrency operation to a typed response wrapper.
|
|
2576
|
+
|
|
2577
|
+
_Không có field public (payload rỗng)._
|
|
2578
|
+
|
|
2579
|
+
### GetGroupDataOperationResponse
|
|
2580
|
+
|
|
2581
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2582
|
+
|
|
2583
|
+
Maps the GetGroupData operation to a typed response wrapper.
|
|
2584
|
+
|
|
2585
|
+
_Không có field public (payload rỗng)._
|
|
2586
|
+
|
|
2587
|
+
### GetGroupInformationOperationResponse
|
|
2588
|
+
|
|
2589
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2590
|
+
|
|
2591
|
+
Maps the GetGroupInformation operation to a typed response wrapper.
|
|
2592
|
+
|
|
2593
|
+
_Không có field public (payload rỗng)._
|
|
2594
|
+
|
|
2595
|
+
### GetGroupInventoryOperationResponse
|
|
2596
|
+
|
|
2597
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2598
|
+
|
|
2599
|
+
Maps the GetGroupInventory operation to a typed response wrapper.
|
|
2600
|
+
|
|
2601
|
+
_Không có field public (payload rỗng)._
|
|
2602
|
+
|
|
2603
|
+
### GetGroupMessageOperationResponse
|
|
2604
|
+
|
|
2605
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupMessagesResponseData>`
|
|
2606
|
+
|
|
2607
|
+
Maps the GetGroupMessage operation to a typed response wrapper.
|
|
2608
|
+
|
|
2609
|
+
_Không có field public (payload rỗng)._
|
|
2610
|
+
|
|
2611
|
+
### GetGroupStatisticsOperationResponse
|
|
2612
|
+
|
|
2613
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2614
|
+
|
|
2615
|
+
Maps the GetGroupStatistics operation to a typed response wrapper.
|
|
2616
|
+
|
|
2617
|
+
_Không có field public (payload rỗng)._
|
|
2618
|
+
|
|
2619
|
+
### GetGroupsWithDisplayNameOperationResponse
|
|
2620
|
+
|
|
2621
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupsWithGroupIdResponseData>`
|
|
2622
|
+
|
|
2623
|
+
Maps the GetGroupsWithDisplayName operation to a typed response wrapper.
|
|
2624
|
+
|
|
2625
|
+
_Không có field public (payload rỗng)._
|
|
2626
|
+
|
|
2627
|
+
### GetGroupsWithSegmentOperationResponse
|
|
2628
|
+
|
|
2629
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupsWithGroupIdResponseData>`
|
|
2630
|
+
|
|
2631
|
+
Maps the GetGroupsWithSegment operation to a typed response wrapper.
|
|
2632
|
+
|
|
2633
|
+
_Không có field public (payload rỗng)._
|
|
2634
|
+
|
|
2635
|
+
### GetGroupsWithTagOperationResponse
|
|
2636
|
+
|
|
2637
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupsWithGroupIdResponseData>`
|
|
2638
|
+
|
|
2639
|
+
Maps the GetGroupsWithTag operation to a typed response wrapper.
|
|
2640
|
+
|
|
2641
|
+
_Không có field public (payload rỗng)._
|
|
2642
|
+
|
|
2643
|
+
### GetMembersOperationResponse
|
|
2644
|
+
|
|
2645
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2646
|
+
|
|
2647
|
+
Maps the GetMembers operation to a typed response wrapper.
|
|
2648
|
+
|
|
2649
|
+
_Không có field public (payload rỗng)._
|
|
2650
|
+
|
|
2651
|
+
### GetRemoveStatusOperationResponse
|
|
2652
|
+
|
|
2653
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2654
|
+
|
|
2655
|
+
Maps the GetRemoveStatus operation to a typed response wrapper.
|
|
2656
|
+
|
|
2657
|
+
_Không có field public (payload rỗng)._
|
|
2658
|
+
|
|
2659
|
+
### GetSegmentOperationResponse
|
|
2660
|
+
|
|
2661
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2662
|
+
|
|
2663
|
+
Maps the GetSegment operation to a typed response wrapper.
|
|
2664
|
+
|
|
2665
|
+
_Không có field public (payload rỗng)._
|
|
2666
|
+
|
|
2667
|
+
### GetStatisticsLeaderboardAroundGroupOperationResponse
|
|
2668
|
+
|
|
2669
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetStatisticsLeaderboardResponseData>`
|
|
2670
|
+
|
|
2671
|
+
Maps the GetStatisticsLeaderboardAroundGroup operation to a typed response wrapper.
|
|
2672
|
+
|
|
2673
|
+
_Không có field public (payload rỗng)._
|
|
2674
|
+
|
|
2675
|
+
### GetStatisticsLeaderboardOperationResponse
|
|
2676
|
+
|
|
2677
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetStatisticsLeaderboardResponseData>`
|
|
2678
|
+
|
|
2679
|
+
Maps the GetStatisticsLeaderboard operation to a typed response wrapper.
|
|
2680
|
+
|
|
2681
|
+
_Không có field public (payload rỗng)._
|
|
2682
|
+
|
|
2683
|
+
### GetTagOperationResponse
|
|
2684
|
+
|
|
2685
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2686
|
+
|
|
2687
|
+
Maps the GetTag operation to a typed response wrapper.
|
|
2688
|
+
|
|
2689
|
+
_Không có field public (payload rỗng)._
|
|
2690
|
+
|
|
2691
|
+
### GetTsCreateOperationResponse
|
|
2692
|
+
|
|
2693
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2694
|
+
|
|
2695
|
+
Maps the GetTsCreate operation to a typed response wrapper.
|
|
2696
|
+
|
|
2697
|
+
_Không có field public (payload rỗng)._
|
|
2698
|
+
|
|
2699
|
+
### CreateGroupItemOperationResponse
|
|
2700
|
+
|
|
2701
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2702
|
+
|
|
2703
|
+
Maps the CreateGroupItem operation to a typed response wrapper.
|
|
2704
|
+
|
|
2705
|
+
_Không có field public (payload rỗng)._
|
|
2706
|
+
|
|
2707
|
+
### RemoveGroupItemOperationResponse
|
|
2708
|
+
|
|
2709
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2710
|
+
|
|
2711
|
+
Maps the RemoveGroupItem operation to a typed response wrapper.
|
|
2712
|
+
|
|
2713
|
+
_Không có field public (payload rỗng)._
|
|
2714
|
+
|
|
2715
|
+
### RemoveMemberOperationResponse
|
|
2716
|
+
|
|
2717
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2718
|
+
|
|
2719
|
+
Maps the RemoveMember operation to a typed response wrapper.
|
|
2720
|
+
|
|
2721
|
+
_Không có field public (payload rỗng)._
|
|
2722
|
+
|
|
2723
|
+
### RemoveSegmentOperationResponse
|
|
2724
|
+
|
|
2725
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2726
|
+
|
|
2727
|
+
Maps the RemoveSegment operation to a typed response wrapper.
|
|
2728
|
+
|
|
2729
|
+
_Không có field public (payload rỗng)._
|
|
2730
|
+
|
|
2731
|
+
### RemoveTagOperationResponse
|
|
2732
|
+
|
|
2733
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2734
|
+
|
|
2735
|
+
Maps the RemoveTag operation to a typed response wrapper.
|
|
2736
|
+
|
|
2737
|
+
_Không có field public (payload rỗng)._
|
|
2738
|
+
|
|
2739
|
+
### SendGroupMessageOperationResponse
|
|
2740
|
+
|
|
2741
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupMessagesResponseData>`
|
|
2742
|
+
|
|
2743
|
+
Maps the SendGroupMessage operation to a typed response wrapper.
|
|
2744
|
+
|
|
2745
|
+
_Không có field public (payload rỗng)._
|
|
2746
|
+
|
|
2747
|
+
### SetAvatarOperationResponse
|
|
2748
|
+
|
|
2749
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2750
|
+
|
|
2751
|
+
Maps the SetAvatar operation to a typed response wrapper.
|
|
2752
|
+
|
|
2753
|
+
_Không có field public (payload rỗng)._
|
|
2754
|
+
|
|
2755
|
+
### SetCustomDataOperationResponse
|
|
2756
|
+
|
|
2757
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2758
|
+
|
|
2759
|
+
Maps the SetCustomData operation to a typed response wrapper.
|
|
2760
|
+
|
|
2761
|
+
_Không có field public (payload rỗng)._
|
|
2762
|
+
|
|
2763
|
+
### SetDisplayNameOperationResponse
|
|
2764
|
+
|
|
2765
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2766
|
+
|
|
2767
|
+
Maps the SetDisplayName operation to a typed response wrapper.
|
|
2768
|
+
|
|
2769
|
+
_Không có field public (payload rỗng)._
|
|
2770
|
+
|
|
2771
|
+
### ChangeGroupCurrencyOperationResponse
|
|
2772
|
+
|
|
2773
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2774
|
+
|
|
2775
|
+
Maps the ChangeGroupCurrency operation to a typed response wrapper.
|
|
2776
|
+
|
|
2777
|
+
_Không có field public (payload rỗng)._
|
|
2778
|
+
|
|
2779
|
+
### SetGroupDataOperationResponse
|
|
2780
|
+
|
|
2781
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2782
|
+
|
|
2783
|
+
Maps the SetGroupData operation to a typed response wrapper.
|
|
2784
|
+
|
|
2785
|
+
_Không có field public (payload rỗng)._
|
|
2786
|
+
|
|
2787
|
+
### ChangeGroupStatisticsOperationResponse
|
|
2788
|
+
|
|
2789
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GroupResponseData>`
|
|
2790
|
+
|
|
2791
|
+
Maps the ChangeGroupStatistics operation to a typed response wrapper.
|
|
2792
|
+
|
|
2793
|
+
_Không có field public (payload rỗng)._
|
|
2794
|
+
|
|
2795
|
+
### SetRemoveStatusOperationResponse
|
|
2796
|
+
|
|
2797
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2798
|
+
|
|
2799
|
+
Maps the SetRemoveStatus operation to a typed response wrapper.
|
|
2800
|
+
|
|
2801
|
+
_Không có field public (payload rỗng)._
|
|
2802
|
+
|
|
2803
|
+
### SetTagOperationResponse
|
|
2804
|
+
|
|
2805
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.EmptyResponseData>`
|
|
2806
|
+
|
|
2807
|
+
Maps the SetTag operation to a typed response wrapper.
|
|
2808
|
+
|
|
2809
|
+
_Không có field public (payload rỗng)._
|
|
2810
|
+
|
|
2811
|
+
### GetCurrencyLeaderboardOperationResponse
|
|
2812
|
+
|
|
2813
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetCurrencyLeaderboardResponseData>`
|
|
2814
|
+
|
|
2815
|
+
Maps the GetCurrencyLeaderboard operation to a typed response wrapper.
|
|
2816
|
+
|
|
2817
|
+
_Không có field public (payload rỗng)._
|
|
2818
|
+
|
|
2819
|
+
### GetCreateLeaderboardOperationResponse
|
|
2820
|
+
|
|
2821
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetCreateLeaderboardResponseData>`
|
|
2822
|
+
|
|
2823
|
+
Maps the GetCreateLeaderboard operation to a typed response wrapper.
|
|
2824
|
+
|
|
2825
|
+
_Không có field public (payload rỗng)._
|
|
2826
|
+
|
|
2827
|
+
### GetStatisticsLogOperationResponse
|
|
2828
|
+
|
|
2829
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetStatisticsLogResponseData>`
|
|
2830
|
+
|
|
2831
|
+
Maps the GetStatisticsLog operation to a typed response wrapper.
|
|
2832
|
+
|
|
2833
|
+
_Không có field public (payload rỗng)._
|
|
2834
|
+
|
|
2835
|
+
### GetCurrencyLogOperationResponse
|
|
2836
|
+
|
|
2837
|
+
Extends: `CustomOperationResponseAbstract<GroupModels.GetCurrencyLogResponseData>`
|
|
2838
|
+
|
|
2839
|
+
Maps the GetCurrencyLog operation to a typed response wrapper.
|
|
2840
|
+
|
|
2841
|
+
_Không có field public (payload rỗng)._
|
|
2842
|
+
|