@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
608 lines (607 loc) • 28.8 kB
JavaScript
import { CustomOperationResponseAbstract } from "./../response/CustomOperationResponse";
import { MasterPlayerModels } from "./MasterPlayerModels";
export var MasterPlayerResponseModels;
(function (MasterPlayerResponseModels) {
class AddSegmentOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.AddSegmentOperationResponse = AddSegmentOperationResponse;
class ChangeAccountPasswordOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.ChangeAccountPasswordOperationResponse = ChangeAccountPasswordOperationResponse;
class GetAvatarOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetAvatarOperationResponse = GetAvatarOperationResponse;
class GetCountryCodeOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetCountryCodeOperationResponse = GetCountryCodeOperationResponse;
class GetCustomDataOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetCustomDataOperationResponse = GetCustomDataOperationResponse;
class GetDisplayNameOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetDisplayNameOperationResponse = GetDisplayNameOperationResponse;
class GetEmailOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetEmailOperationResponse = GetEmailOperationResponse;
class GetExternalOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetExternalOperationResponse = GetExternalOperationResponse;
class GetIpAddressCreateOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetIpAddressCreateOperationResponse = GetIpAddressCreateOperationResponse;
class GetPlayerBanOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPlayerBanOperationResponse = GetPlayerBanOperationResponse;
class GetPlayerCurrencyOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPlayerCurrencyOperationResponse = GetPlayerCurrencyOperationResponse;
class GetPlayerDataOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPlayerDataOperationResponse = GetPlayerDataOperationResponse;
class GetPlayerInformationOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPlayerInformationOperationResponse = GetPlayerInformationOperationResponse;
class GetPlayerStatisticsOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPlayerStatisticsOperationResponse = GetPlayerStatisticsOperationResponse;
class GetPlayersWithAppleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithAppleResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithAppleOperationResponse = GetPlayersWithAppleOperationResponse;
class GetPlayersWithDisplayNameOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayersWithUserIdResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithDisplayNameOperationResponse = GetPlayersWithDisplayNameOperationResponse;
class GetPlayersWithFacebookOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithFacebookResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithFacebookOperationResponse = GetPlayersWithFacebookOperationResponse;
class GetPlayersWithGenericServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithGenericServiceResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithGenericServiceOperationResponse = GetPlayersWithGenericServiceOperationResponse;
class GetPlayersWithGoogleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithGoogleResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithGoogleOperationResponse = GetPlayersWithGoogleOperationResponse;
class GetPlayersWithGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithGooglePlayGameServiceResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithGooglePlayGameServiceOperationResponse = GetPlayersWithGooglePlayGameServiceOperationResponse;
class GetPlayersWithGameCenterOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetPlayersWithGameCenterResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithGameCenterOperationResponse = GetPlayersWithGameCenterOperationResponse;
class GetPlayersWithSegmentOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayersWithUserIdResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithSegmentOperationResponse = GetPlayersWithSegmentOperationResponse;
class GetPlayersWithTagOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayersWithUserIdResponseData;
}
}
MasterPlayerResponseModels.GetPlayersWithTagOperationResponse = GetPlayersWithTagOperationResponse;
class GetSegmentOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetSegmentOperationResponse = GetSegmentOperationResponse;
class GetStatisticsLeaderboardAroundPlayerOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetStatisticsLeaderboardResponseData;
}
}
MasterPlayerResponseModels.GetStatisticsLeaderboardAroundPlayerOperationResponse = GetStatisticsLeaderboardAroundPlayerOperationResponse;
class GetStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetStatisticsLeaderboardResponseData;
}
}
MasterPlayerResponseModels.GetStatisticsLeaderboardOperationResponse = GetStatisticsLeaderboardOperationResponse;
class GetTagOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetTagOperationResponse = GetTagOperationResponse;
class GetTsCreateOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetTsCreateOperationResponse = GetTsCreateOperationResponse;
class GetTsLastLoginOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetTsLastLoginOperationResponse = GetTsLastLoginOperationResponse;
class LinkAccountOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkAccountOperationResponse = LinkAccountOperationResponse;
class LinkAndroidDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkAndroidDeviceIdOperationResponse = LinkAndroidDeviceIdOperationResponse;
class LinkAppleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkAppleOperationResponse = LinkAppleOperationResponse;
class LinkCustomDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkCustomDeviceIdOperationResponse = LinkCustomDeviceIdOperationResponse;
class LinkCustomIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkCustomIdOperationResponse = LinkCustomIdOperationResponse;
class LinkEditorDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkEditorDeviceIdOperationResponse = LinkEditorDeviceIdOperationResponse;
class LinkFacebookOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkFacebookOperationResponse = LinkFacebookOperationResponse;
class LinkGenericServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GenericServiceMasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkGenericServiceOperationResponse = LinkGenericServiceOperationResponse;
class LinkGoogleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkGoogleOperationResponse = LinkGoogleOperationResponse;
class LinkGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkGooglePlayGameServiceOperationResponse = LinkGooglePlayGameServiceOperationResponse;
class LinkGameCenterOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkGameCenterOperationResponse = LinkGameCenterOperationResponse;
class LinkiOSDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkiOSDeviceIdOperationResponse = LinkiOSDeviceIdOperationResponse;
class LinkLinuxDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkLinuxDeviceIdOperationResponse = LinkLinuxDeviceIdOperationResponse;
class LinkMacOSDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkMacOSDeviceIdOperationResponse = LinkMacOSDeviceIdOperationResponse;
class LinkWindowsDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkWindowsDeviceIdOperationResponse = LinkWindowsDeviceIdOperationResponse;
class LinkWindowsPhoneDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.LinkWindowsPhoneDeviceIdOperationResponse = LinkWindowsPhoneDeviceIdOperationResponse;
class RemoveSegmentOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.RemoveSegmentOperationResponse = RemoveSegmentOperationResponse;
class RemoveTagOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.RemoveTagOperationResponse = RemoveTagOperationResponse;
class ResetAccountPasswordOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.ResetAccountPasswordOperationResponse = ResetAccountPasswordOperationResponse;
class SetAvatarOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetAvatarOperationResponse = SetAvatarOperationResponse;
class SetCountryCodeOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetCountryCodeOperationResponse = SetCountryCodeOperationResponse;
class SetCustomDataOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.SetCustomDataOperationResponse = SetCustomDataOperationResponse;
class SetDisplayNameOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetDisplayNameOperationResponse = SetDisplayNameOperationResponse;
class SetEmailOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetEmailOperationResponse = SetEmailOperationResponse;
class SetPlayerBanOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetPlayerBanOperationResponse = SetPlayerBanOperationResponse;
class ChangePlayerCurrencyOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.ChangePlayerCurrencyOperationResponse = ChangePlayerCurrencyOperationResponse;
class SetPlayerDataOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.SetPlayerDataOperationResponse = SetPlayerDataOperationResponse;
class ChangePlayerStatisticsOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.ChangePlayerStatisticsOperationResponse = ChangePlayerStatisticsOperationResponse;
class SetTagOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetTagOperationResponse = SetTagOperationResponse;
class SetTsLastLoginOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SetTsLastLoginOperationResponse = SetTsLastLoginOperationResponse;
class UnlinkAccountOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkAccountOperationResponse = UnlinkAccountOperationResponse;
class UnlinkAndroidDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkAndroidDeviceIdOperationResponse = UnlinkAndroidDeviceIdOperationResponse;
class UnlinkAppleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkAppleOperationResponse = UnlinkAppleOperationResponse;
class UnlinkCustomDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkCustomDeviceIdOperationResponse = UnlinkCustomDeviceIdOperationResponse;
class UnlinkCustomIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkCustomIdOperationResponse = UnlinkCustomIdOperationResponse;
class UnlinkEditorDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkEditorDeviceIdOperationResponse = UnlinkEditorDeviceIdOperationResponse;
class UnlinkFacebookOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkFacebookOperationResponse = UnlinkFacebookOperationResponse;
class UnlinkGenericServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkGenericServiceOperationResponse = UnlinkGenericServiceOperationResponse;
class UnlinkGoogleOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkGoogleOperationResponse = UnlinkGoogleOperationResponse;
class UnlinkGooglePlayGameServiceOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkGooglePlayGameServiceOperationResponse = UnlinkGooglePlayGameServiceOperationResponse;
class UnlinkGameCenterOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkGameCenterOperationResponse = UnlinkGameCenterOperationResponse;
class UnlinkiOSDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkiOSDeviceIdOperationResponse = UnlinkiOSDeviceIdOperationResponse;
class UnlinkLinuxDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkLinuxDeviceIdOperationResponse = UnlinkLinuxDeviceIdOperationResponse;
class UnlinkMacOSDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkMacOSDeviceIdOperationResponse = UnlinkMacOSDeviceIdOperationResponse;
class UnlinkWindowsDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkWindowsDeviceIdOperationResponse = UnlinkWindowsDeviceIdOperationResponse;
class UnlinkWindowsPhoneDeviceIdOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.UnlinkWindowsPhoneDeviceIdOperationResponse = UnlinkWindowsPhoneDeviceIdOperationResponse;
class GetCurrencyLeaderboardOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetCurrencyLeaderboardResponseData;
}
}
MasterPlayerResponseModels.GetCurrencyLeaderboardOperationResponse = GetCurrencyLeaderboardOperationResponse;
class GetCreateLeaderboardOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetCreateLeaderboardResponseData;
}
}
MasterPlayerResponseModels.GetCreateLeaderboardOperationResponse = GetCreateLeaderboardOperationResponse;
class GetLastLoginLeaderboardOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetLastLoginLeaderboardResponseData;
}
}
MasterPlayerResponseModels.GetLastLoginLeaderboardOperationResponse = GetLastLoginLeaderboardOperationResponse;
class GetStatisticsLogOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetStatisticsLogResponseData;
}
}
MasterPlayerResponseModels.GetStatisticsLogOperationResponse = GetStatisticsLogOperationResponse;
class GetCurrencyLogOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.GetCurrencyLogResponseData;
}
}
MasterPlayerResponseModels.GetCurrencyLogOperationResponse = GetCurrencyLogOperationResponse;
class SendSocketOperationEventOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SendSocketOperationEventOperationResponse = SendSocketOperationEventOperationResponse;
class SendEmailOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.SendEmailOperationResponse = SendEmailOperationResponse;
class AddPushNotificationOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.AddPushNotificationResponseData;
}
}
MasterPlayerResponseModels.AddPushNotificationOperationResponse = AddPushNotificationOperationResponse;
class RemovePushNotificationOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.EmptyResponseData;
}
}
MasterPlayerResponseModels.RemovePushNotificationOperationResponse = RemovePushNotificationOperationResponse;
class GetPushNotificationOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.MasterPlayerResponseData;
}
}
MasterPlayerResponseModels.GetPushNotificationOperationResponse = GetPushNotificationOperationResponse;
class SendPushNotificationOperationResponse extends CustomOperationResponseAbstract {
constructor() {
super();
this.responseDataCls = MasterPlayerModels.SendPushNotificationResponseData;
}
}
MasterPlayerResponseModels.SendPushNotificationOperationResponse = SendPushNotificationOperationResponse;
})(MasterPlayerResponseModels || (MasterPlayerResponseModels = {}));