@xmobitea/gn-typescript-client 2.0.9 → 2.0.11
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/dist/gn.js.client.js +2844 -877
- package/dist/gn.js.client.min.js +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1869 -537
- package/dist/runtime/GNNetwork.d.ts +2 -0
- package/dist/runtime/GNNetworkCharacterPlayerApi.d.ts +3 -0
- package/dist/runtime/GNNetworkGamePlayerApi.d.ts +3 -0
- package/dist/runtime/GNNetworkGroupApi.d.ts +3 -0
- package/dist/runtime/GNNetworkMasterPlayerApi.d.ts +3 -0
- package/dist/runtime/GNNetworkMultiplayerApi.d.ts +36 -0
- package/dist/runtime/constant/OperationCode.d.ts +9 -0
- package/dist/runtime/constant/enumType/FriendStatus.d.ts +4 -4
- package/dist/runtime/constant/enumType/GroupStatus.d.ts +4 -4
- package/dist/runtime/constant/enumType/InvalidMemberType.d.ts +15 -15
- package/dist/runtime/constant/enumType/ItemType.d.ts +2 -2
- package/dist/runtime/constant/enumType/MatchmakingMemberStatus.d.ts +5 -0
- package/dist/runtime/constant/enumType/MatchmakingTicketStatus.d.ts +7 -0
- package/dist/runtime/constant/enumType/OwnerType.d.ts +4 -4
- package/dist/runtime/constant/enumType/PermissionDataItem.d.ts +2 -2
- package/dist/runtime/constant/enumType/RequestType.d.ts +2 -1
- package/dist/runtime/constant/errorCode/GNErrorCode.d.ts +7 -0
- package/dist/runtime/constant/parameterCode/GNParameterCode.d.ts +54 -0
- package/dist/runtime/entity/OperationHelper.d.ts +2 -2
- package/dist/runtime/entity/models/AuthenticateModels.d.ts +2 -1
- package/dist/runtime/entity/models/AuthenticateRequestModels.d.ts +3 -3
- package/dist/runtime/entity/models/AuthenticateResponseModels.d.ts +1 -1
- package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +15 -1
- package/dist/runtime/entity/models/CharacterPlayerRequestModels.d.ts +18 -3
- package/dist/runtime/entity/models/CharacterPlayerResponseModels.d.ts +7 -4
- package/dist/runtime/entity/models/ContentModels.d.ts +1 -1
- package/dist/runtime/entity/models/ContentRequestModels.d.ts +3 -3
- package/dist/runtime/entity/models/ContentResponseModels.d.ts +1 -1
- package/dist/runtime/entity/models/DashboardModels.d.ts +62 -0
- package/dist/runtime/entity/models/DashboardRequestModels.d.ts +3 -3
- package/dist/runtime/entity/models/DashboardResponseModels.d.ts +1 -1
- package/dist/runtime/entity/models/GamePlayerModels.d.ts +14 -0
- package/dist/runtime/entity/models/GamePlayerRequestModels.d.ts +18 -3
- package/dist/runtime/entity/models/GamePlayerResponseModels.d.ts +4 -1
- package/dist/runtime/entity/models/GroupModels.d.ts +14 -0
- package/dist/runtime/entity/models/GroupRequestModels.d.ts +18 -3
- package/dist/runtime/entity/models/GroupResponseModels.d.ts +4 -1
- package/dist/runtime/entity/models/InventoryRequestModels.d.ts +3 -3
- package/dist/runtime/entity/models/InventoryResponseModels.d.ts +1 -1
- package/dist/runtime/entity/models/MasterPlayerModels.d.ts +16 -1
- package/dist/runtime/entity/models/MasterPlayerRequestModels.d.ts +18 -3
- package/dist/runtime/entity/models/MasterPlayerResponseModels.d.ts +4 -1
- package/dist/runtime/entity/models/MultiplayerModels.d.ts +130 -0
- package/dist/runtime/entity/models/MultiplayerRequestModels.d.ts +126 -0
- package/dist/runtime/entity/models/MultiplayerResponseModels.d.ts +28 -0
- package/dist/runtime/entity/models/StoreInventoryRequestModels.d.ts +3 -3
- package/dist/runtime/entity/models/StoreInventoryResponseModels.d.ts +1 -1
- package/dist/runtime/entity/request/CustomOperationRequest.d.ts +1 -1
- package/dist/runtime/entity/response/CustomOperationResponse.d.ts +1 -1
- package/dist/runtime/networking/IPeer.d.ts +3 -3
- package/dist/runtime/networking/NetworkingPeer.d.ts +2 -2
- package/dist/runtime/networking/OperationPending.d.ts +3 -3
- package/dist/runtime/networking/PeerBase.d.ts +2 -2
- package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.d.ts +3 -3
- package/dist/runtime/networking/http/HttpPeer.d.ts +3 -3
- package/dist/runtime/networking/http/NetworkingHttpPeerBase.d.ts +2 -2
- package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.d.ts +2 -2
- package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.d.ts +5 -5
- package/dist/runtime/networking/socket/NetworkingSocketPeerBase.d.ts +6 -6
- package/dist/runtime/networking/socket/SocketPeer.d.ts +7 -7
- package/dist/runtime/typescript/ServiceUpdate.d.ts +1 -1
- package/package.json +12 -12
- package/dist/runtime/constant/enumType/LoginType.d.ts +0 -10
- package/dist/runtime/constant/enumType/StatisticsAggregationMethod.d.ts +0 -6
- package/dist/runtime/constant/enumType/UserRoleType.d.ts +0 -8
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.