import { CustomOperationResponseAbstract } from "./../response/CustomOperationResponse"; import { MasterPlayerModels } from "./MasterPlayerModels"; /** * Typed response wrappers for the MasterPlayer domain. * * Each class extends {@link CustomOperationResponseAbstract} * and binds a response DTO from {@link MasterPlayerModels}. * The same wrapper is reused across the * client / server / admin role variants because the response * shape is identical regardless of which role issued the * request. * * Many read operations resolve to a profile-style envelope * (`MasterPlayerResponseData` or a derived shape) whose * `infoResponseParameters` field is gated by the matching * request DTO's `infoRequestParam` flags. */ export declare namespace MasterPlayerResponseModels { /** * Maps the AddSegment operation to a typed response wrapper. */ class AddSegmentOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new AddSegmentOperationResponse instance. */ constructor(); } /** * Maps the ChangeAccountPassword operation to a typed response wrapper. */ class ChangeAccountPasswordOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new ChangeAccountPasswordOperationResponse instance. */ constructor(); } /** * Maps the GetAvatar operation to a typed response wrapper. */ class GetAvatarOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetAvatarOperationResponse instance. */ constructor(); } /** * Maps the GetCountryCode operation to a typed response wrapper. */ class GetCountryCodeOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetCountryCodeOperationResponse instance. */ constructor(); } /** * Maps the GetCustomData operation to a typed response wrapper. */ class GetCustomDataOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetCustomDataOperationResponse instance. */ constructor(); } /** * Maps the GetDisplayName operation to a typed response wrapper. */ class GetDisplayNameOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetDisplayNameOperationResponse instance. */ constructor(); } /** * Maps the GetEmail operation to a typed response wrapper. */ class GetEmailOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetEmailOperationResponse instance. */ constructor(); } /** * Maps the GetExternal operation to a typed response wrapper. */ class GetExternalOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetExternalOperationResponse instance. */ constructor(); } /** * Maps the GetIpAddressCreate operation to a typed response wrapper. */ class GetIpAddressCreateOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetIpAddressCreateOperationResponse instance. */ constructor(); } /** * Maps the GetPlayerBan operation to a typed response wrapper. */ class GetPlayerBanOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayerBanOperationResponse instance. */ constructor(); } /** * Maps the GetPlayerCurrency operation to a typed response wrapper. */ class GetPlayerCurrencyOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayerCurrencyOperationResponse instance. */ constructor(); } /** * Maps the GetPlayerData operation to a typed response wrapper. */ class GetPlayerDataOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayerDataOperationResponse instance. */ constructor(); } /** * Maps the GetPlayerInformation operation to a typed response wrapper. */ class GetPlayerInformationOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayerInformationOperationResponse instance. */ constructor(); } /** * Maps the GetPlayerStatistics operation to a typed response wrapper. */ class GetPlayerStatisticsOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayerStatisticsOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithApple operation to a typed response wrapper. */ class GetPlayersWithAppleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithAppleOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithDisplayName operation to a typed response wrapper. */ class GetPlayersWithDisplayNameOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithDisplayNameOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithFacebook operation to a typed response wrapper. */ class GetPlayersWithFacebookOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithFacebookOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithGenericService operation to a typed response wrapper. */ class GetPlayersWithGenericServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithGenericServiceOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithGoogle operation to a typed response wrapper. */ class GetPlayersWithGoogleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithGoogleOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithGooglePlayGameService operation to a typed response wrapper. */ class GetPlayersWithGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithGooglePlayGameServiceOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithGameCenter operation to a typed response wrapper. */ class GetPlayersWithGameCenterOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithGameCenterOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithSegment operation to a typed response wrapper. */ class GetPlayersWithSegmentOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithSegmentOperationResponse instance. */ constructor(); } /** * Maps the GetPlayersWithTag operation to a typed response wrapper. */ class GetPlayersWithTagOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPlayersWithTagOperationResponse instance. */ constructor(); } /** * Maps the GetSegment operation to a typed response wrapper. */ class GetSegmentOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetSegmentOperationResponse instance. */ constructor(); } /** * Maps the GetStatisticsLeaderboardAroundPlayer operation to a typed response wrapper. */ class GetStatisticsLeaderboardAroundPlayerOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetStatisticsLeaderboardAroundPlayerOperationResponse instance. */ constructor(); } /** * Maps the GetStatisticsLeaderboard operation to a typed response wrapper. */ class GetStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetStatisticsLeaderboardOperationResponse instance. */ constructor(); } /** * Maps the GetTag operation to a typed response wrapper. */ class GetTagOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetTagOperationResponse instance. */ constructor(); } /** * Maps the GetTsCreate operation to a typed response wrapper. */ class GetTsCreateOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetTsCreateOperationResponse instance. */ constructor(); } /** * Maps the GetTsLastLogin operation to a typed response wrapper. */ class GetTsLastLoginOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetTsLastLoginOperationResponse instance. */ constructor(); } /** * Maps the LinkAccount operation to a typed response wrapper. */ class LinkAccountOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkAccountOperationResponse instance. */ constructor(); } /** * Maps the LinkAndroidDeviceId operation to a typed response wrapper. */ class LinkAndroidDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkAndroidDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkApple operation to a typed response wrapper. */ class LinkAppleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkAppleOperationResponse instance. */ constructor(); } /** * Maps the LinkCustomDeviceId operation to a typed response wrapper. */ class LinkCustomDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkCustomDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkCustomId operation to a typed response wrapper. */ class LinkCustomIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkCustomIdOperationResponse instance. */ constructor(); } /** * Maps the LinkEditorDeviceId operation to a typed response wrapper. */ class LinkEditorDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkEditorDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkFacebook operation to a typed response wrapper. */ class LinkFacebookOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkFacebookOperationResponse instance. */ constructor(); } /** * Maps the LinkGenericService operation to a typed response wrapper. */ class LinkGenericServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkGenericServiceOperationResponse instance. */ constructor(); } /** * Maps the LinkGoogle operation to a typed response wrapper. */ class LinkGoogleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkGoogleOperationResponse instance. */ constructor(); } /** * Maps the LinkGooglePlayGameService operation to a typed response wrapper. */ class LinkGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkGooglePlayGameServiceOperationResponse instance. */ constructor(); } /** * Maps the LinkGameCenter operation to a typed response wrapper. */ class LinkGameCenterOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkGameCenterOperationResponse instance. */ constructor(); } /** * Maps the LinkiOSDeviceId operation to a typed response wrapper. */ class LinkiOSDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkiOSDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkLinuxDeviceId operation to a typed response wrapper. */ class LinkLinuxDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkLinuxDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkMacOSDeviceId operation to a typed response wrapper. */ class LinkMacOSDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkMacOSDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkWindowsDeviceId operation to a typed response wrapper. */ class LinkWindowsDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkWindowsDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the LinkWindowsPhoneDeviceId operation to a typed response wrapper. */ class LinkWindowsPhoneDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new LinkWindowsPhoneDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the RemoveSegment operation to a typed response wrapper. */ class RemoveSegmentOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new RemoveSegmentOperationResponse instance. */ constructor(); } /** * Maps the RemoveTag operation to a typed response wrapper. */ class RemoveTagOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new RemoveTagOperationResponse instance. */ constructor(); } /** * Maps the ResetAccountPassword operation to a typed response wrapper. */ class ResetAccountPasswordOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new ResetAccountPasswordOperationResponse instance. */ constructor(); } /** * Maps the SetAvatar operation to a typed response wrapper. */ class SetAvatarOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetAvatarOperationResponse instance. */ constructor(); } /** * Maps the SetCountryCode operation to a typed response wrapper. */ class SetCountryCodeOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetCountryCodeOperationResponse instance. */ constructor(); } /** * Maps the SetCustomData operation to a typed response wrapper. */ class SetCustomDataOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetCustomDataOperationResponse instance. */ constructor(); } /** * Maps the SetDisplayName operation to a typed response wrapper. */ class SetDisplayNameOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetDisplayNameOperationResponse instance. */ constructor(); } /** * Maps the SetEmail operation to a typed response wrapper. */ class SetEmailOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetEmailOperationResponse instance. */ constructor(); } /** * Maps the SetPlayerBan operation to a typed response wrapper. */ class SetPlayerBanOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetPlayerBanOperationResponse instance. */ constructor(); } /** * Maps the ChangePlayerCurrency operation to a typed response wrapper. */ class ChangePlayerCurrencyOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new ChangePlayerCurrencyOperationResponse instance. */ constructor(); } /** * Maps the SetPlayerData operation to a typed response wrapper. */ class SetPlayerDataOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetPlayerDataOperationResponse instance. */ constructor(); } /** * Maps the ChangePlayerStatistics operation to a typed response wrapper. */ class ChangePlayerStatisticsOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new ChangePlayerStatisticsOperationResponse instance. */ constructor(); } /** * Maps the SetTag operation to a typed response wrapper. */ class SetTagOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SetTagOperationResponse instance. */ constructor(); } /** * Maps the UpdateTsLastLogin operation to a typed response wrapper. */ class UpdateTsLastLoginOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UpdateTsLastLoginOperationResponse instance. */ constructor(); } /** * Maps the UnlinkAccount operation to a typed response wrapper. */ class UnlinkAccountOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkAccountOperationResponse instance. */ constructor(); } /** * Maps the UnlinkAndroidDeviceId operation to a typed response wrapper. */ class UnlinkAndroidDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkAndroidDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkApple operation to a typed response wrapper. */ class UnlinkAppleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkAppleOperationResponse instance. */ constructor(); } /** * Maps the UnlinkCustomDeviceId operation to a typed response wrapper. */ class UnlinkCustomDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkCustomDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkCustomId operation to a typed response wrapper. */ class UnlinkCustomIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkCustomIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkEditorDeviceId operation to a typed response wrapper. */ class UnlinkEditorDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkEditorDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkFacebook operation to a typed response wrapper. */ class UnlinkFacebookOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkFacebookOperationResponse instance. */ constructor(); } /** * Maps the UnlinkGenericService operation to a typed response wrapper. */ class UnlinkGenericServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkGenericServiceOperationResponse instance. */ constructor(); } /** * Maps the UnlinkGoogle operation to a typed response wrapper. */ class UnlinkGoogleOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkGoogleOperationResponse instance. */ constructor(); } /** * Maps the UnlinkGooglePlayGameService operation to a typed response wrapper. */ class UnlinkGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkGooglePlayGameServiceOperationResponse instance. */ constructor(); } /** * Maps the UnlinkGameCenter operation to a typed response wrapper. */ class UnlinkGameCenterOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkGameCenterOperationResponse instance. */ constructor(); } /** * Maps the UnlinkiOSDeviceId operation to a typed response wrapper. */ class UnlinkiOSDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkiOSDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkLinuxDeviceId operation to a typed response wrapper. */ class UnlinkLinuxDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkLinuxDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkMacOSDeviceId operation to a typed response wrapper. */ class UnlinkMacOSDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkMacOSDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkWindowsDeviceId operation to a typed response wrapper. */ class UnlinkWindowsDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkWindowsDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the UnlinkWindowsPhoneDeviceId operation to a typed response wrapper. */ class UnlinkWindowsPhoneDeviceIdOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new UnlinkWindowsPhoneDeviceIdOperationResponse instance. */ constructor(); } /** * Maps the GetCurrencyLeaderboard operation to a typed response wrapper. */ class GetCurrencyLeaderboardOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetCurrencyLeaderboardOperationResponse instance. */ constructor(); } /** * Maps the GetCreateLeaderboard operation to a typed response wrapper. */ class GetCreateLeaderboardOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetCreateLeaderboardOperationResponse instance. */ constructor(); } /** * Maps the GetLastLoginLeaderboard operation to a typed response wrapper. */ class GetLastLoginLeaderboardOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetLastLoginLeaderboardOperationResponse instance. */ constructor(); } /** * Maps the GetStatisticsLog operation to a typed response wrapper. */ class GetStatisticsLogOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetStatisticsLogOperationResponse instance. */ constructor(); } /** * Maps the GetCurrencyLog operation to a typed response wrapper. */ class GetCurrencyLogOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetCurrencyLogOperationResponse instance. */ constructor(); } /** * Maps the SendSocketOperationEvent operation to a typed response wrapper. */ class SendSocketOperationEventOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SendSocketOperationEventOperationResponse instance. */ constructor(); } /** * Maps the SendEmail operation to a typed response wrapper. */ class SendEmailOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SendEmailOperationResponse instance. */ constructor(); } /** * Maps the AddPushNotification operation to a typed response wrapper. */ class AddPushNotificationOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new AddPushNotificationOperationResponse instance. */ constructor(); } /** * Maps the RemovePushNotification operation to a typed response wrapper. */ class RemovePushNotificationOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new RemovePushNotificationOperationResponse instance. */ constructor(); } /** * Maps the GetPushNotification operation to a typed response wrapper. */ class GetPushNotificationOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new GetPushNotificationOperationResponse instance. */ constructor(); } /** * Maps the SendPushNotification operation to a typed response wrapper. */ class SendPushNotificationOperationResponse extends CustomOperationResponseAbstract { /** * Creates a new SendPushNotificationOperationResponse instance. */ constructor(); } }