UNPKG

@xmobitea/gn-typescript-client

Version:

GearN Typescript Client SDK by XmobiTea (Pro)

188 lines (187 loc) 9.07 kB
import { CustomOperationResponseAbstract } from "./../response/CustomOperationResponse"; import { DashboardModels } from "./DashboardModels"; export var DashboardResponseModels; (function (DashboardResponseModels) { class ChangePasswordAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.ChangePasswordAdminAccountOperationResponse = ChangePasswordAdminAccountOperationResponse; class GetAdminAccountListOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetAdminAccountListResponseData; } } DashboardResponseModels.GetAdminAccountListOperationResponse = GetAdminAccountListOperationResponse; class GetGameInformationOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetGameInformationResponseData; } } DashboardResponseModels.GetGameInformationOperationResponse = GetGameInformationOperationResponse; class GetGameListOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetGameListResponseData; } } DashboardResponseModels.GetGameListOperationResponse = GetGameListOperationResponse; class GetMasterGameSettingsOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetMasterGameSettingsResponseData; } } DashboardResponseModels.GetMasterGameSettingsOperationResponse = GetMasterGameSettingsOperationResponse; class GetSecretInfoInformationOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetSecretInfoInformationResponseData; } } DashboardResponseModels.GetSecretInfoInformationOperationResponse = GetSecretInfoInformationOperationResponse; class GetSecretInfoListOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetSecretInfoListResponseData; } } DashboardResponseModels.GetSecretInfoListOperationResponse = GetSecretInfoListOperationResponse; class GetServerLogOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetServerLogResponseData; } } DashboardResponseModels.GetServerLogOperationResponse = GetServerLogOperationResponse; class CreateAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.CreateAdminAccountResponseData; } } DashboardResponseModels.CreateAdminAccountOperationResponse = CreateAdminAccountOperationResponse; class CreateGameOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GameWithGameIdResponseData; } } DashboardResponseModels.CreateGameOperationResponse = CreateGameOperationResponse; class CreateSecretInfoOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.SecretInfoWithSecretKeyResponseData; } } DashboardResponseModels.CreateSecretInfoOperationResponse = CreateSecretInfoOperationResponse; class LoginByAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.LoginByAdminAccountResponseData; } } DashboardResponseModels.LoginByAdminAccountOperationResponse = LoginByAdminAccountOperationResponse; class RemoveAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.RemoveAdminAccountOperationResponse = RemoveAdminAccountOperationResponse; class SetGameInformationOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.SetGameInformationOperationResponse = SetGameInformationOperationResponse; class SetMasterGameSettingsOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.SetMasterGameSettingsOperationResponse = SetMasterGameSettingsOperationResponse; class SetPasswordAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.SetPasswordAdminAccountOperationResponse = SetPasswordAdminAccountOperationResponse; class SetSecretInfoInformationOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.SetSecretInfoInformationOperationResponse = SetSecretInfoInformationOperationResponse; class SetSecretKeyAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.SetSecretKeyAdminAccountOperationResponse = SetSecretKeyAdminAccountOperationResponse; class GetUsernameAdminAccountOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetUsernameAdminAccountResponseData; } } DashboardResponseModels.GetUsernameAdminAccountOperationResponse = GetUsernameAdminAccountOperationResponse; class GetAnalyticsOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetAnalyticsResponseData; } } DashboardResponseModels.GetAnalyticsOperationResponse = GetAnalyticsOperationResponse; class GetEventCallbackCloudScriptOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetEventCallbackCloudScriptResponseData; } } DashboardResponseModels.GetEventCallbackCloudScriptOperationResponse = GetEventCallbackCloudScriptOperationResponse; class SetEventCallbackCloudScriptOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.SetEventCallbackCloudScriptResponseData; } } DashboardResponseModels.SetEventCallbackCloudScriptOperationResponse = SetEventCallbackCloudScriptOperationResponse; class ResetStatisticsLeaderboardOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.ResetStatisticsLeaderboardOperationResponse = ResetStatisticsLeaderboardOperationResponse; class GetBackupStatisticsLeaderboardVersionOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetBackupStatisticsLeaderboardVersionResponseData; } } DashboardResponseModels.GetBackupStatisticsLeaderboardVersionOperationResponse = GetBackupStatisticsLeaderboardVersionOperationResponse; class GetServerGameDataOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.GetServerGameDataResponseData; } } DashboardResponseModels.GetServerGameDataOperationResponse = GetServerGameDataOperationResponse; class DeleteInDatabaseOperationResponse extends CustomOperationResponseAbstract { constructor() { super(); this.responseDataCls = DashboardModels.EmptyResponseData; } } DashboardResponseModels.DeleteInDatabaseOperationResponse = DeleteInDatabaseOperationResponse; })(DashboardResponseModels || (DashboardResponseModels = {}));