import { RequestRole } from "./../../constant/enumType/RequestRole"; import { RequestType } from "./../../constant/enumType/RequestType"; import { CustomOperationRequestAbstract } from "./../request/CustomOperationRequest"; import { MasterPlayerModels } from "./MasterPlayerModels"; /** * Typed request wrappers for the MasterPlayer domain. * * Each class extends {@link CustomOperationRequestAbstract} and * binds a typed `*RequestData` DTO from * {@link MasterPlayerModels} to: * - the matching {@link OperationCode}; * - the {@link RequestType.MasterPlayer} domain; * - the appropriate {@link RequestRole} based on the wrapper * name prefix. * * The MasterPlayer domain owns the largest set of operations in * the SDK because it covers (a) every identity link / unlink * operation for all supported providers and (b) every account- * level resource (currencies, statistics, custom data, push * notifications). See {@link MasterPlayerApi} for the * functional grouping. */ export declare namespace MasterPlayerRequestModels { /** * Maps the AddSegment operation to a typed request wrapper. */ class AddSegmentOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new AddSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AddSegmentRequestData, timeout: number); } /** * Maps the ServerAddSegment operation to a typed request wrapper. */ class ServerAddSegmentOperationRequest extends AddSegmentOperationRequest { protected role: RequestRole; /** * Creates a new ServerAddSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerAddSegmentRequestData, timeout: number); } /** * Maps the AdminAddSegment operation to a typed request wrapper. */ class AdminAddSegmentOperationRequest extends AddSegmentOperationRequest { protected role: RequestRole; /** * Creates a new AdminAddSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminAddSegmentRequestData, timeout: number); } /** * Maps the ChangeAccountPassword operation to a typed request wrapper. */ class ChangeAccountPasswordOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new ChangeAccountPasswordOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ChangeAccountPasswordRequestData, timeout: number); } /** * Maps the GetAvatar operation to a typed request wrapper. */ class GetAvatarOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetAvatarRequestData, timeout: number); } /** * Maps the ServerGetAvatar operation to a typed request wrapper. */ class ServerGetAvatarOperationRequest extends GetAvatarOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetAvatarRequestData, timeout: number); } /** * Maps the AdminGetAvatar operation to a typed request wrapper. */ class AdminGetAvatarOperationRequest extends GetAvatarOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetAvatarRequestData, timeout: number); } /** * Maps the GetCountryCode operation to a typed request wrapper. */ class GetCountryCodeOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetCountryCodeRequestData, timeout: number); } /** * Maps the ServerGetCountryCode operation to a typed request wrapper. */ class ServerGetCountryCodeOperationRequest extends GetCountryCodeOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetCountryCodeRequestData, timeout: number); } /** * Maps the AdminGetCountryCode operation to a typed request wrapper. */ class AdminGetCountryCodeOperationRequest extends GetCountryCodeOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetCountryCodeRequestData, timeout: number); } /** * Maps the GetCustomData operation to a typed request wrapper. */ class GetCustomDataOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetCustomDataRequestData, timeout: number); } /** * Maps the ServerGetCustomData operation to a typed request wrapper. */ class ServerGetCustomDataOperationRequest extends GetCustomDataOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetCustomDataRequestData, timeout: number); } /** * Maps the AdminGetCustomData operation to a typed request wrapper. */ class AdminGetCustomDataOperationRequest extends GetCustomDataOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetCustomDataRequestData, timeout: number); } /** * Maps the GetDisplayName operation to a typed request wrapper. */ class GetDisplayNameOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetDisplayNameRequestData, timeout: number); } /** * Maps the ServerGetDisplayName operation to a typed request wrapper. */ class ServerGetDisplayNameOperationRequest extends GetDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetDisplayNameRequestData, timeout: number); } /** * Maps the AdminGetDisplayName operation to a typed request wrapper. */ class AdminGetDisplayNameOperationRequest extends GetDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetDisplayNameRequestData, timeout: number); } /** * Maps the GetEmail operation to a typed request wrapper. */ class GetEmailOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetEmailRequestData, timeout: number); } /** * Maps the ServerGetEmail operation to a typed request wrapper. */ class ServerGetEmailOperationRequest extends GetEmailOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetEmailRequestData, timeout: number); } /** * Maps the AdminGetEmail operation to a typed request wrapper. */ class AdminGetEmailOperationRequest extends GetEmailOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetEmailRequestData, timeout: number); } /** * Maps the GetExternal operation to a typed request wrapper. */ class GetExternalOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetExternalOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetExternalRequestData, timeout: number); } /** * Maps the ServerGetExternal operation to a typed request wrapper. */ class ServerGetExternalOperationRequest extends GetExternalOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetExternalOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetExternalRequestData, timeout: number); } /** * Maps the AdminGetExternal operation to a typed request wrapper. */ class AdminGetExternalOperationRequest extends GetExternalOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetExternalOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetExternalRequestData, timeout: number); } /** * Maps the GetIpAddressCreate operation to a typed request wrapper. */ class GetIpAddressCreateOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetIpAddressCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetIpAddressCreateRequestData, timeout: number); } /** * Maps the ServerGetIpAddressCreate operation to a typed request wrapper. */ class ServerGetIpAddressCreateOperationRequest extends GetIpAddressCreateOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetIpAddressCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetIpAddressCreateRequestData, timeout: number); } /** * Maps the AdminGetIpAddressCreate operation to a typed request wrapper. */ class AdminGetIpAddressCreateOperationRequest extends GetIpAddressCreateOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetIpAddressCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetIpAddressCreateRequestData, timeout: number); } /** * Maps the GetPlayerBan operation to a typed request wrapper. */ class GetPlayerBanOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayerBanRequestData, timeout: number); } /** * Maps the ServerGetPlayerBan operation to a typed request wrapper. */ class ServerGetPlayerBanOperationRequest extends GetPlayerBanOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayerBanRequestData, timeout: number); } /** * Maps the AdminGetPlayerBan operation to a typed request wrapper. */ class AdminGetPlayerBanOperationRequest extends GetPlayerBanOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayerBanRequestData, timeout: number); } /** * Maps the GetPlayerCurrency operation to a typed request wrapper. */ class GetPlayerCurrencyOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayerCurrencyRequestData, timeout: number); } /** * Maps the ServerGetPlayerCurrency operation to a typed request wrapper. */ class ServerGetPlayerCurrencyOperationRequest extends GetPlayerCurrencyOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayerCurrencyRequestData, timeout: number); } /** * Maps the AdminGetPlayerCurrency operation to a typed request wrapper. */ class AdminGetPlayerCurrencyOperationRequest extends GetPlayerCurrencyOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayerCurrencyRequestData, timeout: number); } /** * Maps the GetPlayerData operation to a typed request wrapper. */ class GetPlayerDataOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayerDataRequestData, timeout: number); } /** * Maps the ServerGetPlayerData operation to a typed request wrapper. */ class ServerGetPlayerDataOperationRequest extends GetPlayerDataOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayerDataRequestData, timeout: number); } /** * Maps the AdminGetPlayerData operation to a typed request wrapper. */ class AdminGetPlayerDataOperationRequest extends GetPlayerDataOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayerDataRequestData, timeout: number); } /** * Maps the GetPlayerInformation operation to a typed request wrapper. */ class GetPlayerInformationOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayerInformationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayerInformationRequestData, timeout: number); } /** * Maps the ServerGetPlayerInformation operation to a typed request wrapper. */ class ServerGetPlayerInformationOperationRequest extends GetPlayerInformationOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayerInformationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayerInformationRequestData, timeout: number); } /** * Maps the AdminGetPlayerInformation operation to a typed request wrapper. */ class AdminGetPlayerInformationOperationRequest extends GetPlayerInformationOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayerInformationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayerInformationRequestData, timeout: number); } /** * Maps the GetPlayerStatistics operation to a typed request wrapper. */ class GetPlayerStatisticsOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayerStatisticsRequestData, timeout: number); } /** * Maps the ServerGetPlayerStatistics operation to a typed request wrapper. */ class ServerGetPlayerStatisticsOperationRequest extends GetPlayerStatisticsOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayerStatisticsRequestData, timeout: number); } /** * Maps the AdminGetPlayerStatistics operation to a typed request wrapper. */ class AdminGetPlayerStatisticsOperationRequest extends GetPlayerStatisticsOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayerStatisticsRequestData, timeout: number); } /** * Maps the GetPlayersWithApple operation to a typed request wrapper. */ class GetPlayersWithAppleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithAppleRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithApple operation to a typed request wrapper. */ class ServerGetPlayersWithAppleOperationRequest extends GetPlayersWithAppleOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithAppleRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithApple operation to a typed request wrapper. */ class AdminGetPlayersWithAppleOperationRequest extends GetPlayersWithAppleOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithAppleRequestData, timeout: number); } /** * Maps the GetPlayersWithDisplayName operation to a typed request wrapper. */ class GetPlayersWithDisplayNameOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithDisplayNameRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithDisplayName operation to a typed request wrapper. */ class ServerGetPlayersWithDisplayNameOperationRequest extends GetPlayersWithDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithDisplayNameRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithDisplayName operation to a typed request wrapper. */ class AdminGetPlayersWithDisplayNameOperationRequest extends GetPlayersWithDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithDisplayNameRequestData, timeout: number); } /** * Maps the GetPlayersWithFacebook operation to a typed request wrapper. */ class GetPlayersWithFacebookOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithFacebookRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithFacebook operation to a typed request wrapper. */ class ServerGetPlayersWithFacebookOperationRequest extends GetPlayersWithFacebookOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithFacebookRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithFacebook operation to a typed request wrapper. */ class AdminGetPlayersWithFacebookOperationRequest extends GetPlayersWithFacebookOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithFacebookRequestData, timeout: number); } /** * Maps the GetPlayersWithGenericService operation to a typed request wrapper. */ class GetPlayersWithGenericServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithGenericServiceRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithGenericService operation to a typed request wrapper. */ class ServerGetPlayersWithGenericServiceOperationRequest extends GetPlayersWithGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithGenericServiceRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithGenericService operation to a typed request wrapper. */ class AdminGetPlayersWithGenericServiceOperationRequest extends GetPlayersWithGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithGenericServiceRequestData, timeout: number); } /** * Maps the GetPlayersWithGoogle operation to a typed request wrapper. */ class GetPlayersWithGoogleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithGoogleRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithGoogle operation to a typed request wrapper. */ class ServerGetPlayersWithGoogleOperationRequest extends GetPlayersWithGoogleOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithGoogleRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithGoogle operation to a typed request wrapper. */ class AdminGetPlayersWithGoogleOperationRequest extends GetPlayersWithGoogleOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithGoogleRequestData, timeout: number); } /** * Maps the GetPlayersWithGooglePlayGameService operation to a typed request wrapper. */ class GetPlayersWithGooglePlayGameServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithGooglePlayGameService operation to a typed request wrapper. */ class ServerGetPlayersWithGooglePlayGameServiceOperationRequest extends GetPlayersWithGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithGooglePlayGameService operation to a typed request wrapper. */ class AdminGetPlayersWithGooglePlayGameServiceOperationRequest extends GetPlayersWithGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the GetPlayersWithGameCenter operation to a typed request wrapper. */ class GetPlayersWithGameCenterOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithGameCenterRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithGameCenter operation to a typed request wrapper. */ class ServerGetPlayersWithGameCenterOperationRequest extends GetPlayersWithGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithGameCenterRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithGameCenter operation to a typed request wrapper. */ class AdminGetPlayersWithGameCenterOperationRequest extends GetPlayersWithGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithGameCenterRequestData, timeout: number); } /** * Maps the GetPlayersWithSegment operation to a typed request wrapper. */ class GetPlayersWithSegmentOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithSegmentRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithSegment operation to a typed request wrapper. */ class ServerGetPlayersWithSegmentOperationRequest extends GetPlayersWithSegmentOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithSegmentRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithSegment operation to a typed request wrapper. */ class AdminGetPlayersWithSegmentOperationRequest extends GetPlayersWithSegmentOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithSegmentRequestData, timeout: number); } /** * Maps the GetPlayersWithTag operation to a typed request wrapper. */ class GetPlayersWithTagOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPlayersWithTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPlayersWithTagRequestData, timeout: number); } /** * Maps the ServerGetPlayersWithTag operation to a typed request wrapper. */ class ServerGetPlayersWithTagOperationRequest extends GetPlayersWithTagOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPlayersWithTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPlayersWithTagRequestData, timeout: number); } /** * Maps the AdminGetPlayersWithTag operation to a typed request wrapper. */ class AdminGetPlayersWithTagOperationRequest extends GetPlayersWithTagOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPlayersWithTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPlayersWithTagRequestData, timeout: number); } /** * Maps the GetSegment operation to a typed request wrapper. */ class GetSegmentOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetSegmentRequestData, timeout: number); } /** * Maps the ServerGetSegment operation to a typed request wrapper. */ class ServerGetSegmentOperationRequest extends GetSegmentOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetSegmentRequestData, timeout: number); } /** * Maps the AdminGetSegment operation to a typed request wrapper. */ class AdminGetSegmentOperationRequest extends GetSegmentOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetSegmentRequestData, timeout: number); } /** * Maps the GetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper. */ class GetStatisticsLeaderboardAroundPlayerOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetStatisticsLeaderboardAroundPlayerOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetStatisticsLeaderboardAroundPlayerRequestData, timeout: number); } /** * Maps the ServerGetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper. */ class ServerGetStatisticsLeaderboardAroundPlayerOperationRequest extends GetStatisticsLeaderboardAroundPlayerOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetStatisticsLeaderboardAroundPlayerOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetStatisticsLeaderboardAroundPlayerRequestData, timeout: number); } /** * Maps the AdminGetStatisticsLeaderboardAroundPlayer operation to a typed request wrapper. */ class AdminGetStatisticsLeaderboardAroundPlayerOperationRequest extends GetStatisticsLeaderboardAroundPlayerOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetStatisticsLeaderboardAroundPlayerOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetStatisticsLeaderboardAroundPlayerRequestData, timeout: number); } /** * Maps the GetStatisticsLeaderboard operation to a typed request wrapper. */ class GetStatisticsLeaderboardOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetStatisticsLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetStatisticsLeaderboardRequestData, timeout: number); } /** * Maps the ServerGetStatisticsLeaderboard operation to a typed request wrapper. */ class ServerGetStatisticsLeaderboardOperationRequest extends GetStatisticsLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetStatisticsLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetStatisticsLeaderboardRequestData, timeout: number); } /** * Maps the AdminGetStatisticsLeaderboard operation to a typed request wrapper. */ class AdminGetStatisticsLeaderboardOperationRequest extends GetStatisticsLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetStatisticsLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetStatisticsLeaderboardRequestData, timeout: number); } /** * Maps the GetTag operation to a typed request wrapper. */ class GetTagOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetTagRequestData, timeout: number); } /** * Maps the ServerGetTag operation to a typed request wrapper. */ class ServerGetTagOperationRequest extends GetTagOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetTagRequestData, timeout: number); } /** * Maps the AdminGetTag operation to a typed request wrapper. */ class AdminGetTagOperationRequest extends GetTagOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetTagRequestData, timeout: number); } /** * Maps the GetTsCreate operation to a typed request wrapper. */ class GetTsCreateOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetTsCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetTsCreateRequestData, timeout: number); } /** * Maps the ServerGetTsCreate operation to a typed request wrapper. */ class ServerGetTsCreateOperationRequest extends GetTsCreateOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetTsCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetTsCreateRequestData, timeout: number); } /** * Maps the AdminGetTsCreate operation to a typed request wrapper. */ class AdminGetTsCreateOperationRequest extends GetTsCreateOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetTsCreateOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetTsCreateRequestData, timeout: number); } /** * Maps the GetTsLastLogin operation to a typed request wrapper. */ class GetTsLastLoginOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetTsLastLoginRequestData, timeout: number); } /** * Maps the ServerGetTsLastLogin operation to a typed request wrapper. */ class ServerGetTsLastLoginOperationRequest extends GetTsLastLoginOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetTsLastLoginRequestData, timeout: number); } /** * Maps the AdminGetTsLastLogin operation to a typed request wrapper. */ class AdminGetTsLastLoginOperationRequest extends GetTsLastLoginOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetTsLastLoginRequestData, timeout: number); } /** * Maps the LinkAccount operation to a typed request wrapper. */ class LinkAccountOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkAccountRequestData, timeout: number); } /** * Maps the ServerLinkAccount operation to a typed request wrapper. */ class ServerLinkAccountOperationRequest extends LinkAccountOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkAccountRequestData, timeout: number); } /** * Maps the AdminLinkAccount operation to a typed request wrapper. */ class AdminLinkAccountOperationRequest extends LinkAccountOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkAccountRequestData, timeout: number); } /** * Maps the LinkAndroidDeviceId operation to a typed request wrapper. */ class LinkAndroidDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkAndroidDeviceId operation to a typed request wrapper. */ class ServerLinkAndroidDeviceIdOperationRequest extends LinkAndroidDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkAndroidDeviceId operation to a typed request wrapper. */ class AdminLinkAndroidDeviceIdOperationRequest extends LinkAndroidDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the LinkApple operation to a typed request wrapper. */ class LinkAppleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkAppleRequestData, timeout: number); } /** * Maps the ServerLinkApple operation to a typed request wrapper. */ class ServerLinkAppleOperationRequest extends LinkAppleOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkAppleRequestData, timeout: number); } /** * Maps the AdminLinkApple operation to a typed request wrapper. */ class AdminLinkAppleOperationRequest extends LinkAppleOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkAppleRequestData, timeout: number); } /** * Maps the LinkCustomDeviceId operation to a typed request wrapper. */ class LinkCustomDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkCustomDeviceId operation to a typed request wrapper. */ class ServerLinkCustomDeviceIdOperationRequest extends LinkCustomDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkCustomDeviceId operation to a typed request wrapper. */ class AdminLinkCustomDeviceIdOperationRequest extends LinkCustomDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the LinkCustomId operation to a typed request wrapper. */ class LinkCustomIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkCustomIdRequestData, timeout: number); } /** * Maps the ServerLinkCustomId operation to a typed request wrapper. */ class ServerLinkCustomIdOperationRequest extends LinkCustomIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkCustomIdRequestData, timeout: number); } /** * Maps the AdminLinkCustomId operation to a typed request wrapper. */ class AdminLinkCustomIdOperationRequest extends LinkCustomIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkCustomIdRequestData, timeout: number); } /** * Maps the LinkEditorDeviceId operation to a typed request wrapper. */ class LinkEditorDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkEditorDeviceId operation to a typed request wrapper. */ class ServerLinkEditorDeviceIdOperationRequest extends LinkEditorDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkEditorDeviceId operation to a typed request wrapper. */ class AdminLinkEditorDeviceIdOperationRequest extends LinkEditorDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the LinkFacebook operation to a typed request wrapper. */ class LinkFacebookOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkFacebookRequestData, timeout: number); } /** * Maps the ServerLinkFacebook operation to a typed request wrapper. */ class ServerLinkFacebookOperationRequest extends LinkFacebookOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkFacebookRequestData, timeout: number); } /** * Maps the AdminLinkFacebook operation to a typed request wrapper. */ class AdminLinkFacebookOperationRequest extends LinkFacebookOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkFacebookRequestData, timeout: number); } /** * Maps the LinkGenericService operation to a typed request wrapper. */ class LinkGenericServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkGenericServiceRequestData, timeout: number); } /** * Maps the ServerLinkGenericService operation to a typed request wrapper. */ class ServerLinkGenericServiceOperationRequest extends LinkGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkGenericServiceRequestData, timeout: number); } /** * Maps the AdminLinkGenericService operation to a typed request wrapper. */ class AdminLinkGenericServiceOperationRequest extends LinkGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkGenericServiceRequestData, timeout: number); } /** * Maps the LinkGoogle operation to a typed request wrapper. */ class LinkGoogleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkGoogleRequestData, timeout: number); } /** * Maps the ServerLinkGoogle operation to a typed request wrapper. */ class ServerLinkGoogleOperationRequest extends LinkGoogleOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkGoogleRequestData, timeout: number); } /** * Maps the AdminLinkGoogle operation to a typed request wrapper. */ class AdminLinkGoogleOperationRequest extends LinkGoogleOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkGoogleRequestData, timeout: number); } /** * Maps the LinkGooglePlayGameService operation to a typed request wrapper. */ class LinkGooglePlayGameServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the ServerLinkGooglePlayGameService operation to a typed request wrapper. */ class ServerLinkGooglePlayGameServiceOperationRequest extends LinkGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the AdminLinkGooglePlayGameService operation to a typed request wrapper. */ class AdminLinkGooglePlayGameServiceOperationRequest extends LinkGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the LinkGameCenter operation to a typed request wrapper. */ class LinkGameCenterOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkGameCenterRequestData, timeout: number); } /** * Maps the ServerLinkGameCenter operation to a typed request wrapper. */ class ServerLinkGameCenterOperationRequest extends LinkGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkGameCenterRequestData, timeout: number); } /** * Maps the AdminLinkGameCenter operation to a typed request wrapper. */ class AdminLinkGameCenterOperationRequest extends LinkGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkGameCenterRequestData, timeout: number); } /** * Maps the LinkiOSDeviceId operation to a typed request wrapper. */ class LinkiOSDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkiOSDeviceId operation to a typed request wrapper. */ class ServerLinkiOSDeviceIdOperationRequest extends LinkiOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkiOSDeviceId operation to a typed request wrapper. */ class AdminLinkiOSDeviceIdOperationRequest extends LinkiOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the LinkLinuxDeviceId operation to a typed request wrapper. */ class LinkLinuxDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkLinuxDeviceId operation to a typed request wrapper. */ class ServerLinkLinuxDeviceIdOperationRequest extends LinkLinuxDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkLinuxDeviceId operation to a typed request wrapper. */ class AdminLinkLinuxDeviceIdOperationRequest extends LinkLinuxDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the LinkMacOSDeviceId operation to a typed request wrapper. */ class LinkMacOSDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkMacOSDeviceId operation to a typed request wrapper. */ class ServerLinkMacOSDeviceIdOperationRequest extends LinkMacOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkMacOSDeviceId operation to a typed request wrapper. */ class AdminLinkMacOSDeviceIdOperationRequest extends LinkMacOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the LinkWindowsDeviceId operation to a typed request wrapper. */ class LinkWindowsDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkWindowsDeviceId operation to a typed request wrapper. */ class ServerLinkWindowsDeviceIdOperationRequest extends LinkWindowsDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkWindowsDeviceId operation to a typed request wrapper. */ class AdminLinkWindowsDeviceIdOperationRequest extends LinkWindowsDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the LinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class LinkWindowsPhoneDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new LinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.LinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the ServerLinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class ServerLinkWindowsPhoneDeviceIdOperationRequest extends LinkWindowsPhoneDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerLinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerLinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the AdminLinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class AdminLinkWindowsPhoneDeviceIdOperationRequest extends LinkWindowsPhoneDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminLinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminLinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the RemoveSegment operation to a typed request wrapper. */ class RemoveSegmentOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new RemoveSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.RemoveSegmentRequestData, timeout: number); } /** * Maps the ServerRemoveSegment operation to a typed request wrapper. */ class ServerRemoveSegmentOperationRequest extends RemoveSegmentOperationRequest { protected role: RequestRole; /** * Creates a new ServerRemoveSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerRemoveSegmentRequestData, timeout: number); } /** * Maps the AdminRemoveSegment operation to a typed request wrapper. */ class AdminRemoveSegmentOperationRequest extends RemoveSegmentOperationRequest { protected role: RequestRole; /** * Creates a new AdminRemoveSegmentOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminRemoveSegmentRequestData, timeout: number); } /** * Maps the RemoveTag operation to a typed request wrapper. */ class RemoveTagOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new RemoveTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.RemoveTagRequestData, timeout: number); } /** * Maps the ServerRemoveTag operation to a typed request wrapper. */ class ServerRemoveTagOperationRequest extends RemoveTagOperationRequest { protected role: RequestRole; /** * Creates a new ServerRemoveTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerRemoveTagRequestData, timeout: number); } /** * Maps the AdminRemoveTag operation to a typed request wrapper. */ class AdminRemoveTagOperationRequest extends RemoveTagOperationRequest { protected role: RequestRole; /** * Creates a new AdminRemoveTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminRemoveTagRequestData, timeout: number); } /** * Maps the ResetAccountPassword operation to a typed request wrapper. */ class ResetAccountPasswordOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new ResetAccountPasswordOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ResetAccountPasswordRequestData, timeout: number); } /** * Maps the ServerResetAccountPassword operation to a typed request wrapper. */ class ServerResetAccountPasswordOperationRequest extends ResetAccountPasswordOperationRequest { protected role: RequestRole; /** * Creates a new ServerResetAccountPasswordOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerResetAccountPasswordRequestData, timeout: number); } /** * Maps the AdminResetAccountPassword operation to a typed request wrapper. */ class AdminResetAccountPasswordOperationRequest extends ResetAccountPasswordOperationRequest { protected role: RequestRole; /** * Creates a new AdminResetAccountPasswordOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminResetAccountPasswordRequestData, timeout: number); } /** * Maps the SetAvatar operation to a typed request wrapper. */ class SetAvatarOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetAvatarRequestData, timeout: number); } /** * Maps the ServerSetAvatar operation to a typed request wrapper. */ class ServerSetAvatarOperationRequest extends SetAvatarOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetAvatarRequestData, timeout: number); } /** * Maps the AdminSetAvatar operation to a typed request wrapper. */ class AdminSetAvatarOperationRequest extends SetAvatarOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetAvatarOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetAvatarRequestData, timeout: number); } /** * Maps the SetCountryCode operation to a typed request wrapper. */ class SetCountryCodeOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetCountryCodeRequestData, timeout: number); } /** * Maps the ServerSetCountryCode operation to a typed request wrapper. */ class ServerSetCountryCodeOperationRequest extends SetCountryCodeOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetCountryCodeRequestData, timeout: number); } /** * Maps the AdminSetCountryCode operation to a typed request wrapper. */ class AdminSetCountryCodeOperationRequest extends SetCountryCodeOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetCountryCodeOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetCountryCodeRequestData, timeout: number); } /** * Maps the SetCustomData operation to a typed request wrapper. */ class SetCustomDataOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetCustomDataRequestData, timeout: number); } /** * Maps the ServerSetCustomData operation to a typed request wrapper. */ class ServerSetCustomDataOperationRequest extends SetCustomDataOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetCustomDataRequestData, timeout: number); } /** * Maps the AdminSetCustomData operation to a typed request wrapper. */ class AdminSetCustomDataOperationRequest extends SetCustomDataOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetCustomDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetCustomDataRequestData, timeout: number); } /** * Maps the SetDisplayName operation to a typed request wrapper. */ class SetDisplayNameOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetDisplayNameRequestData, timeout: number); } /** * Maps the ServerSetDisplayName operation to a typed request wrapper. */ class ServerSetDisplayNameOperationRequest extends SetDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetDisplayNameRequestData, timeout: number); } /** * Maps the AdminSetDisplayName operation to a typed request wrapper. */ class AdminSetDisplayNameOperationRequest extends SetDisplayNameOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetDisplayNameOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetDisplayNameRequestData, timeout: number); } /** * Maps the SetEmail operation to a typed request wrapper. */ class SetEmailOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetEmailRequestData, timeout: number); } /** * Maps the ServerSetEmail operation to a typed request wrapper. */ class ServerSetEmailOperationRequest extends SetEmailOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetEmailRequestData, timeout: number); } /** * Maps the AdminSetEmail operation to a typed request wrapper. */ class AdminSetEmailOperationRequest extends SetEmailOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetEmailRequestData, timeout: number); } /** * Maps the SetPlayerBan operation to a typed request wrapper. */ class SetPlayerBanOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetPlayerBanRequestData, timeout: number); } /** * Maps the ServerSetPlayerBan operation to a typed request wrapper. */ class ServerSetPlayerBanOperationRequest extends SetPlayerBanOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetPlayerBanRequestData, timeout: number); } /** * Maps the AdminSetPlayerBan operation to a typed request wrapper. */ class AdminSetPlayerBanOperationRequest extends SetPlayerBanOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetPlayerBanOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetPlayerBanRequestData, timeout: number); } /** * Maps the ChangePlayerCurrency operation to a typed request wrapper. */ class ChangePlayerCurrencyOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new ChangePlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ChangePlayerCurrencyRequestData, timeout: number); } /** * Maps the ServerChangePlayerCurrency operation to a typed request wrapper. */ class ServerChangePlayerCurrencyOperationRequest extends ChangePlayerCurrencyOperationRequest { protected role: RequestRole; /** * Creates a new ServerChangePlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerChangePlayerCurrencyRequestData, timeout: number); } /** * Maps the AdminChangePlayerCurrency operation to a typed request wrapper. */ class AdminChangePlayerCurrencyOperationRequest extends ChangePlayerCurrencyOperationRequest { protected role: RequestRole; /** * Creates a new AdminChangePlayerCurrencyOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminChangePlayerCurrencyRequestData, timeout: number); } /** * Maps the SetPlayerData operation to a typed request wrapper. */ class SetPlayerDataOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetPlayerDataRequestData, timeout: number); } /** * Maps the ServerSetPlayerData operation to a typed request wrapper. */ class ServerSetPlayerDataOperationRequest extends SetPlayerDataOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetPlayerDataRequestData, timeout: number); } /** * Maps the AdminSetPlayerData operation to a typed request wrapper. */ class AdminSetPlayerDataOperationRequest extends SetPlayerDataOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetPlayerDataOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetPlayerDataRequestData, timeout: number); } /** * Maps the ChangePlayerStatistics operation to a typed request wrapper. */ class ChangePlayerStatisticsOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new ChangePlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ChangePlayerStatisticsRequestData, timeout: number); } /** * Maps the ServerChangePlayerStatistics operation to a typed request wrapper. */ class ServerChangePlayerStatisticsOperationRequest extends ChangePlayerStatisticsOperationRequest { protected role: RequestRole; /** * Creates a new ServerChangePlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerChangePlayerStatisticsRequestData, timeout: number); } /** * Maps the AdminChangePlayerStatistics operation to a typed request wrapper. */ class AdminChangePlayerStatisticsOperationRequest extends ChangePlayerStatisticsOperationRequest { protected role: RequestRole; /** * Creates a new AdminChangePlayerStatisticsOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminChangePlayerStatisticsRequestData, timeout: number); } /** * Maps the SetTag operation to a typed request wrapper. */ class SetTagOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SetTagRequestData, timeout: number); } /** * Maps the ServerSetTag operation to a typed request wrapper. */ class ServerSetTagOperationRequest extends SetTagOperationRequest { protected role: RequestRole; /** * Creates a new ServerSetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSetTagRequestData, timeout: number); } /** * Maps the AdminSetTag operation to a typed request wrapper. */ class AdminSetTagOperationRequest extends SetTagOperationRequest { protected role: RequestRole; /** * Creates a new AdminSetTagOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSetTagRequestData, timeout: number); } /** * Maps the UpdateTsLastLogin operation to a typed request wrapper. */ class UpdateTsLastLoginOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UpdateTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UpdateTsLastLoginRequestData, timeout: number); } /** * Maps the ServerUpdateTsLastLogin operation to a typed request wrapper. */ class ServerUpdateTsLastLoginOperationRequest extends UpdateTsLastLoginOperationRequest { protected role: RequestRole; /** * Creates a new ServerUpdateTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUpdateTsLastLoginRequestData, timeout: number); } /** * Maps the AdminUpdateTsLastLogin operation to a typed request wrapper. */ class AdminUpdateTsLastLoginOperationRequest extends UpdateTsLastLoginOperationRequest { protected role: RequestRole; /** * Creates a new AdminUpdateTsLastLoginOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUpdateTsLastLoginRequestData, timeout: number); } /** * Maps the UnlinkAccount operation to a typed request wrapper. */ class UnlinkAccountOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkAccountRequestData, timeout: number); } /** * Maps the ServerUnlinkAccount operation to a typed request wrapper. */ class ServerUnlinkAccountOperationRequest extends UnlinkAccountOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkAccountRequestData, timeout: number); } /** * Maps the AdminUnlinkAccount operation to a typed request wrapper. */ class AdminUnlinkAccountOperationRequest extends UnlinkAccountOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkAccountOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkAccountRequestData, timeout: number); } /** * Maps the UnlinkAndroidDeviceId operation to a typed request wrapper. */ class UnlinkAndroidDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkAndroidDeviceId operation to a typed request wrapper. */ class ServerUnlinkAndroidDeviceIdOperationRequest extends UnlinkAndroidDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkAndroidDeviceId operation to a typed request wrapper. */ class AdminUnlinkAndroidDeviceIdOperationRequest extends UnlinkAndroidDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkAndroidDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkAndroidDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkApple operation to a typed request wrapper. */ class UnlinkAppleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkAppleRequestData, timeout: number); } /** * Maps the ServerUnlinkApple operation to a typed request wrapper. */ class ServerUnlinkAppleOperationRequest extends UnlinkAppleOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkAppleRequestData, timeout: number); } /** * Maps the AdminUnlinkApple operation to a typed request wrapper. */ class AdminUnlinkAppleOperationRequest extends UnlinkAppleOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkAppleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkAppleRequestData, timeout: number); } /** * Maps the UnlinkCustomDeviceId operation to a typed request wrapper. */ class UnlinkCustomDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkCustomDeviceId operation to a typed request wrapper. */ class ServerUnlinkCustomDeviceIdOperationRequest extends UnlinkCustomDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkCustomDeviceId operation to a typed request wrapper. */ class AdminUnlinkCustomDeviceIdOperationRequest extends UnlinkCustomDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkCustomDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkCustomDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkCustomId operation to a typed request wrapper. */ class UnlinkCustomIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkCustomIdRequestData, timeout: number); } /** * Maps the ServerUnlinkCustomId operation to a typed request wrapper. */ class ServerUnlinkCustomIdOperationRequest extends UnlinkCustomIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkCustomIdRequestData, timeout: number); } /** * Maps the AdminUnlinkCustomId operation to a typed request wrapper. */ class AdminUnlinkCustomIdOperationRequest extends UnlinkCustomIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkCustomIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkCustomIdRequestData, timeout: number); } /** * Maps the UnlinkEditorDeviceId operation to a typed request wrapper. */ class UnlinkEditorDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkEditorDeviceId operation to a typed request wrapper. */ class ServerUnlinkEditorDeviceIdOperationRequest extends UnlinkEditorDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkEditorDeviceId operation to a typed request wrapper. */ class AdminUnlinkEditorDeviceIdOperationRequest extends UnlinkEditorDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkEditorDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkEditorDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkFacebook operation to a typed request wrapper. */ class UnlinkFacebookOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkFacebookRequestData, timeout: number); } /** * Maps the ServerUnlinkFacebook operation to a typed request wrapper. */ class ServerUnlinkFacebookOperationRequest extends UnlinkFacebookOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkFacebookRequestData, timeout: number); } /** * Maps the AdminUnlinkFacebook operation to a typed request wrapper. */ class AdminUnlinkFacebookOperationRequest extends UnlinkFacebookOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkFacebookOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkFacebookRequestData, timeout: number); } /** * Maps the UnlinkGenericService operation to a typed request wrapper. */ class UnlinkGenericServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkGenericServiceRequestData, timeout: number); } /** * Maps the ServerUnlinkGenericService operation to a typed request wrapper. */ class ServerUnlinkGenericServiceOperationRequest extends UnlinkGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkGenericServiceRequestData, timeout: number); } /** * Maps the AdminUnlinkGenericService operation to a typed request wrapper. */ class AdminUnlinkGenericServiceOperationRequest extends UnlinkGenericServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkGenericServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkGenericServiceRequestData, timeout: number); } /** * Maps the UnlinkGoogle operation to a typed request wrapper. */ class UnlinkGoogleOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkGoogleRequestData, timeout: number); } /** * Maps the ServerUnlinkGoogle operation to a typed request wrapper. */ class ServerUnlinkGoogleOperationRequest extends UnlinkGoogleOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkGoogleRequestData, timeout: number); } /** * Maps the AdminUnlinkGoogle operation to a typed request wrapper. */ class AdminUnlinkGoogleOperationRequest extends UnlinkGoogleOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkGoogleOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkGoogleRequestData, timeout: number); } /** * Maps the UnlinkGooglePlayGameService operation to a typed request wrapper. */ class UnlinkGooglePlayGameServiceOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the ServerUnlinkGooglePlayGameService operation to a typed request wrapper. */ class ServerUnlinkGooglePlayGameServiceOperationRequest extends UnlinkGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the AdminUnlinkGooglePlayGameService operation to a typed request wrapper. */ class AdminUnlinkGooglePlayGameServiceOperationRequest extends UnlinkGooglePlayGameServiceOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkGooglePlayGameServiceOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkGooglePlayGameServiceRequestData, timeout: number); } /** * Maps the UnlinkGameCenter operation to a typed request wrapper. */ class UnlinkGameCenterOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkGameCenterRequestData, timeout: number); } /** * Maps the ServerUnlinkGameCenter operation to a typed request wrapper. */ class ServerUnlinkGameCenterOperationRequest extends UnlinkGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkGameCenterRequestData, timeout: number); } /** * Maps the AdminUnlinkGameCenter operation to a typed request wrapper. */ class AdminUnlinkGameCenterOperationRequest extends UnlinkGameCenterOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkGameCenterOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkGameCenterRequestData, timeout: number); } /** * Maps the UnlinkiOSDeviceId operation to a typed request wrapper. */ class UnlinkiOSDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkiOSDeviceId operation to a typed request wrapper. */ class ServerUnlinkiOSDeviceIdOperationRequest extends UnlinkiOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkiOSDeviceId operation to a typed request wrapper. */ class AdminUnlinkiOSDeviceIdOperationRequest extends UnlinkiOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkiOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkiOSDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkLinuxDeviceId operation to a typed request wrapper. */ class UnlinkLinuxDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkLinuxDeviceId operation to a typed request wrapper. */ class ServerUnlinkLinuxDeviceIdOperationRequest extends UnlinkLinuxDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkLinuxDeviceId operation to a typed request wrapper. */ class AdminUnlinkLinuxDeviceIdOperationRequest extends UnlinkLinuxDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkLinuxDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkLinuxDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkMacOSDeviceId operation to a typed request wrapper. */ class UnlinkMacOSDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkMacOSDeviceId operation to a typed request wrapper. */ class ServerUnlinkMacOSDeviceIdOperationRequest extends UnlinkMacOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkMacOSDeviceId operation to a typed request wrapper. */ class AdminUnlinkMacOSDeviceIdOperationRequest extends UnlinkMacOSDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkMacOSDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkMacOSDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkWindowsDeviceId operation to a typed request wrapper. */ class UnlinkWindowsDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkWindowsDeviceId operation to a typed request wrapper. */ class ServerUnlinkWindowsDeviceIdOperationRequest extends UnlinkWindowsDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkWindowsDeviceId operation to a typed request wrapper. */ class AdminUnlinkWindowsDeviceIdOperationRequest extends UnlinkWindowsDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkWindowsDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkWindowsDeviceIdRequestData, timeout: number); } /** * Maps the UnlinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class UnlinkWindowsPhoneDeviceIdOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new UnlinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.UnlinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the ServerUnlinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class ServerUnlinkWindowsPhoneDeviceIdOperationRequest extends UnlinkWindowsPhoneDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new ServerUnlinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerUnlinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the AdminUnlinkWindowsPhoneDeviceId operation to a typed request wrapper. */ class AdminUnlinkWindowsPhoneDeviceIdOperationRequest extends UnlinkWindowsPhoneDeviceIdOperationRequest { protected role: RequestRole; /** * Creates a new AdminUnlinkWindowsPhoneDeviceIdOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminUnlinkWindowsPhoneDeviceIdRequestData, timeout: number); } /** * Maps the GetCurrencyLeaderboard operation to a typed request wrapper. */ class GetCurrencyLeaderboardOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetCurrencyLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetCurrencyLeaderboardRequestData, timeout: number); } /** * Maps the ServerGetCurrencyLeaderboard operation to a typed request wrapper. */ class ServerGetCurrencyLeaderboardOperationRequest extends GetCurrencyLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetCurrencyLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetCurrencyLeaderboardRequestData, timeout: number); } /** * Maps the AdminGetCurrencyLeaderboard operation to a typed request wrapper. */ class AdminGetCurrencyLeaderboardOperationRequest extends GetCurrencyLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetCurrencyLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetCurrencyLeaderboardRequestData, timeout: number); } /** * Maps the GetCreateLeaderboard operation to a typed request wrapper. */ class GetCreateLeaderboardOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetCreateLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetCreateLeaderboardRequestData, timeout: number); } /** * Maps the ServerGetCreateLeaderboard operation to a typed request wrapper. */ class ServerGetCreateLeaderboardOperationRequest extends GetCreateLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetCreateLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetCreateLeaderboardRequestData, timeout: number); } /** * Maps the AdminGetCreateLeaderboard operation to a typed request wrapper. */ class AdminGetCreateLeaderboardOperationRequest extends GetCreateLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetCreateLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetCreateLeaderboardRequestData, timeout: number); } /** * Maps the GetLastLoginLeaderboard operation to a typed request wrapper. */ class GetLastLoginLeaderboardOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetLastLoginLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetLastLoginLeaderboardRequestData, timeout: number); } /** * Maps the ServerGetLastLoginLeaderboard operation to a typed request wrapper. */ class ServerGetLastLoginLeaderboardOperationRequest extends GetLastLoginLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetLastLoginLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetLastLoginLeaderboardRequestData, timeout: number); } /** * Maps the AdminGetLastLoginLeaderboard operation to a typed request wrapper. */ class AdminGetLastLoginLeaderboardOperationRequest extends GetLastLoginLeaderboardOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetLastLoginLeaderboardOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetLastLoginLeaderboardRequestData, timeout: number); } /** * Maps the GetStatisticsLog operation to a typed request wrapper. */ class GetStatisticsLogOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetStatisticsLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetStatisticsLogRequestData, timeout: number); } /** * Maps the ServerGetStatisticsLog operation to a typed request wrapper. */ class ServerGetStatisticsLogOperationRequest extends GetStatisticsLogOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetStatisticsLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetStatisticsLogRequestData, timeout: number); } /** * Maps the AdminGetStatisticsLog operation to a typed request wrapper. */ class AdminGetStatisticsLogOperationRequest extends GetStatisticsLogOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetStatisticsLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetStatisticsLogRequestData, timeout: number); } /** * Maps the GetCurrencyLog operation to a typed request wrapper. */ class GetCurrencyLogOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetCurrencyLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetCurrencyLogRequestData, timeout: number); } /** * Maps the ServerGetCurrencyLog operation to a typed request wrapper. */ class ServerGetCurrencyLogOperationRequest extends GetCurrencyLogOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetCurrencyLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetCurrencyLogRequestData, timeout: number); } /** * Maps the AdminGetCurrencyLog operation to a typed request wrapper. */ class AdminGetCurrencyLogOperationRequest extends GetCurrencyLogOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetCurrencyLogOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetCurrencyLogRequestData, timeout: number); } /** * Maps the SendSocketOperationEvent operation to a typed request wrapper. */ class SendSocketOperationEventOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SendSocketOperationEventOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SendSocketOperationEventRequestData, timeout: number); } /** * Maps the ServerSendSocketOperationEvent operation to a typed request wrapper. */ class ServerSendSocketOperationEventOperationRequest extends SendSocketOperationEventOperationRequest { protected role: RequestRole; /** * Creates a new ServerSendSocketOperationEventOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSendSocketOperationEventRequestData, timeout: number); } /** * Maps the AdminSendSocketOperationEvent operation to a typed request wrapper. */ class AdminSendSocketOperationEventOperationRequest extends SendSocketOperationEventOperationRequest { protected role: RequestRole; /** * Creates a new AdminSendSocketOperationEventOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSendSocketOperationEventRequestData, timeout: number); } /** * Maps the SendEmail operation to a typed request wrapper. */ class SendEmailOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SendEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SendEmailRequestData, timeout: number); } /** * Maps the ServerSendEmail operation to a typed request wrapper. */ class ServerSendEmailOperationRequest extends SendEmailOperationRequest { protected role: RequestRole; /** * Creates a new ServerSendEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSendEmailRequestData, timeout: number); } /** * Maps the AdminSendEmail operation to a typed request wrapper. */ class AdminSendEmailOperationRequest extends SendEmailOperationRequest { protected role: RequestRole; /** * Creates a new AdminSendEmailOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSendEmailRequestData, timeout: number); } /** * Maps the AddPushNotification operation to a typed request wrapper. */ class AddPushNotificationOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new AddPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AddPushNotificationRequestData, timeout: number); } /** * Maps the ServerAddPushNotification operation to a typed request wrapper. */ class ServerAddPushNotificationOperationRequest extends AddPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new ServerAddPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerAddPushNotificationRequestData, timeout: number); } /** * Maps the AdminAddPushNotification operation to a typed request wrapper. */ class AdminAddPushNotificationOperationRequest extends AddPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new AdminAddPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminAddPushNotificationRequestData, timeout: number); } /** * Maps the RemovePushNotification operation to a typed request wrapper. */ class RemovePushNotificationOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new RemovePushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.RemovePushNotificationRequestData, timeout: number); } /** * Maps the ServerRemovePushNotification operation to a typed request wrapper. */ class ServerRemovePushNotificationOperationRequest extends RemovePushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new ServerRemovePushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerRemovePushNotificationRequestData, timeout: number); } /** * Maps the AdminRemovePushNotification operation to a typed request wrapper. */ class AdminRemovePushNotificationOperationRequest extends RemovePushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new AdminRemovePushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminRemovePushNotificationRequestData, timeout: number); } /** * Maps the GetPushNotification operation to a typed request wrapper. */ class GetPushNotificationOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new GetPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.GetPushNotificationRequestData, timeout: number); } /** * Maps the ServerGetPushNotification operation to a typed request wrapper. */ class ServerGetPushNotificationOperationRequest extends GetPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new ServerGetPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerGetPushNotificationRequestData, timeout: number); } /** * Maps the AdminGetPushNotification operation to a typed request wrapper. */ class AdminGetPushNotificationOperationRequest extends GetPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new AdminGetPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminGetPushNotificationRequestData, timeout: number); } /** * Maps the SendPushNotification operation to a typed request wrapper. */ class SendPushNotificationOperationRequest extends CustomOperationRequestAbstract { protected operationCode: string; protected requestType: RequestType; protected role: RequestRole; /** * Creates a new SendPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.SendPushNotificationRequestData, timeout: number); } /** * Maps the ServerSendPushNotification operation to a typed request wrapper. */ class ServerSendPushNotificationOperationRequest extends SendPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new ServerSendPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.ServerSendPushNotificationRequestData, timeout: number); } /** * Maps the AdminSendPushNotification operation to a typed request wrapper. */ class AdminSendPushNotificationOperationRequest extends SendPushNotificationOperationRequest { protected role: RequestRole; /** * Creates a new AdminSendPushNotificationOperationRequest instance. */ constructor(requestData: MasterPlayerModels.AdminSendPushNotificationRequestData, timeout: number); } }