UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

370 lines (369 loc) 17.2 kB
import { CustomOperationResponseAbstract } from "./../response/CustomOperationResponse"; import { GamePlayerModels } from "./GamePlayerModels"; export var GamePlayerResponseModels; (function (GamePlayerResponseModels) { class AddPlayerFriendOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.AddPlayerFriendOperationResponse = AddPlayerFriendOperationResponse; class AddSegmentOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.AddSegmentOperationResponse = AddSegmentOperationResponse; class GetAvatarOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetAvatarOperationResponse = GetAvatarOperationResponse; class GetCountryCodeOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetCountryCodeOperationResponse = GetCountryCodeOperationResponse; class GetCustomDataOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetCustomDataOperationResponse = GetCustomDataOperationResponse; class GetDisplayNameOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetDisplayNameOperationResponse = GetDisplayNameOperationResponse; class GetFriendStatisticsLeaderboardAroundPlayerOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetStatisticsLeaderboardResponseData; } } GamePlayerResponseModels.GetFriendStatisticsLeaderboardAroundPlayerOperationResponse = GetFriendStatisticsLeaderboardAroundPlayerOperationResponse; class GetFriendStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetStatisticsLeaderboardResponseData; } } GamePlayerResponseModels.GetFriendStatisticsLeaderboardOperationResponse = GetFriendStatisticsLeaderboardOperationResponse; class GetIpAddressCreateOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetIpAddressCreateOperationResponse = GetIpAddressCreateOperationResponse; class GetOnlineStatusOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.OnlineStatusResponseData; } } GamePlayerResponseModels.GetOnlineStatusOperationResponse = GetOnlineStatusOperationResponse; class GetPlayerBanOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerBanOperationResponse = GetPlayerBanOperationResponse; class GetPlayerCharacterOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerCharacterOperationResponse = GetPlayerCharacterOperationResponse; class GetPlayerCurrencyOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerCurrencyOperationResponse = GetPlayerCurrencyOperationResponse; class GetPlayerDataOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerDataOperationResponse = GetPlayerDataOperationResponse; class GetPlayerFriendOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerFriendOperationResponse = GetPlayerFriendOperationResponse; class GetPlayerGroupOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerGroupOperationResponse = GetPlayerGroupOperationResponse; class GetPlayerInformationOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerInformationOperationResponse = GetPlayerInformationOperationResponse; class GetPlayerInventoryOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerInventoryOperationResponse = GetPlayerInventoryOperationResponse; class GetPlayerStatisticsOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetPlayerStatisticsOperationResponse = GetPlayerStatisticsOperationResponse; class GetPlayersWithDisplayNameOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayersWithUserIdResponseData; } } GamePlayerResponseModels.GetPlayersWithDisplayNameOperationResponse = GetPlayersWithDisplayNameOperationResponse; class GetPlayersWithSegmentOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayersWithUserIdResponseData; } } GamePlayerResponseModels.GetPlayersWithSegmentOperationResponse = GetPlayersWithSegmentOperationResponse; class GetPlayersWithTagOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayersWithUserIdResponseData; } } GamePlayerResponseModels.GetPlayersWithTagOperationResponse = GetPlayersWithTagOperationResponse; class GetSegmentOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetSegmentOperationResponse = GetSegmentOperationResponse; class GetStatisticsLeaderboardAroundPlayerOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetStatisticsLeaderboardResponseData; } } GamePlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse = GetStatisticsLeaderboardAroundPlayerOperationResponse; class GetStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetStatisticsLeaderboardResponseData; } } GamePlayerResponseModels.GetStatisticsLeaderboardOperationResponse = GetStatisticsLeaderboardOperationResponse; class GetTagOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetTagOperationResponse = GetTagOperationResponse; class GetTsCreateOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetTsCreateOperationResponse = GetTsCreateOperationResponse; class GetTsLastLoginOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.GetTsLastLoginOperationResponse = GetTsLastLoginOperationResponse; class CreateGroupOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.CreateGroupOperationResponse = CreateGroupOperationResponse; class CreatePlayerCharacterOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.CreatePlayerCharacterOperationResponse = CreatePlayerCharacterOperationResponse; class CreatePlayerItemOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.CreatePlayerItemOperationResponse = CreatePlayerItemOperationResponse; class JoinGroupOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.JoinGroupOperationResponse = JoinGroupOperationResponse; class LeaveGroupOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.LeaveGroupOperationResponse = LeaveGroupOperationResponse; class RemovePlayerCharacterOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.RemovePlayerCharacterOperationResponse = RemovePlayerCharacterOperationResponse; class RemovePlayerFriendOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.RemovePlayerFriendOperationResponse = RemovePlayerFriendOperationResponse; class RemovePlayerItemOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.RemovePlayerItemOperationResponse = RemovePlayerItemOperationResponse; class RemoveSegmentOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.RemoveSegmentOperationResponse = RemoveSegmentOperationResponse; class RemoveTagOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.RemoveTagOperationResponse = RemoveTagOperationResponse; class SetAvatarOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.SetAvatarOperationResponse = SetAvatarOperationResponse; class SetCountryCodeOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.SetCountryCodeOperationResponse = SetCountryCodeOperationResponse; class SetCustomDataOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.SetCustomDataOperationResponse = SetCustomDataOperationResponse; class SetDisplayNameOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.SetDisplayNameOperationResponse = SetDisplayNameOperationResponse; class SetPlayerBanOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.SetPlayerBanOperationResponse = SetPlayerBanOperationResponse; class ChangePlayerCurrencyOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.ChangePlayerCurrencyOperationResponse = ChangePlayerCurrencyOperationResponse; class SetPlayerDataOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.SetPlayerDataOperationResponse = SetPlayerDataOperationResponse; class ChangePlayerStatisticsOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GamePlayerResponseData; } } GamePlayerResponseModels.ChangePlayerStatisticsOperationResponse = ChangePlayerStatisticsOperationResponse; class SetTagOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.EmptyResponseData; } } GamePlayerResponseModels.SetTagOperationResponse = SetTagOperationResponse; class GetCurrencyLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetCurrencyLeaderboardResponseData; } } GamePlayerResponseModels.GetCurrencyLeaderboardOperationResponse = GetCurrencyLeaderboardOperationResponse; class GetLastLoginLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetLastLoginLeaderboardResponseData; } } GamePlayerResponseModels.GetLastLoginLeaderboardOperationResponse = GetLastLoginLeaderboardOperationResponse; class GetCreateLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetCreateLeaderboardResponseData; } } GamePlayerResponseModels.GetCreateLeaderboardOperationResponse = GetCreateLeaderboardOperationResponse; class GetStatisticsLogOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetStatisticsLogResponseData; } } GamePlayerResponseModels.GetStatisticsLogOperationResponse = GetStatisticsLogOperationResponse; class GetCurrencyLogOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = GamePlayerModels.GetCurrencyLogResponseData; } } GamePlayerResponseModels.GetCurrencyLogOperationResponse = GetCurrencyLogOperationResponse; })(GamePlayerResponseModels || (GamePlayerResponseModels = {}));