UNPKG

@xmobitea/gn-server

Version:
222 lines (221 loc) 10.4 kB
export declare class OperationCode { static readonly LoginByAdminAccount: number; static readonly ChangePasswordAdminAccount: number; static readonly GetGameList: number; static readonly GetMasterGameSettings: number; static readonly SetMasterGameSettings: number; static readonly GrantAdminAccount: number; static readonly RemoveAdminAccount: number; static readonly SetPasswordAdminAccount: number; static readonly SetSecretKeyAdminAccount: number; static readonly GetGameInformation: number; static readonly SetGameInformation: number; static readonly GetAdminAccountList: number; static readonly GrantGame: number; static readonly GetServerLog: number; static readonly GetSecretInfoInformation: number; static readonly GetSecretInfoList: number; static readonly GrantSecretInfo: number; static readonly SetSecretInfoInformation: number; static readonly GetUsernameAdminAccount: number; static readonly GetAnalytics: number; static readonly GetEventCallbackCloudScript: number; static readonly SetEventCallbackCloudScript: number; static readonly ResetStatisticsLeaderboard: number; static readonly GetBackupStatisticsLeaderboardVersion: number; static readonly GetServerGameData: number; static readonly DeleteInDatabase: number; static readonly LoginByAccount: number; static readonly LoginByAndroidDeviceId: number; static readonly LoginByApple: number; static readonly LoginByCustomDeviceId: number; static readonly LoginByCustomId: number; static readonly LoginByEditorDeviceId: number; static readonly LoginByFacebook: number; static readonly LoginByGenericService: number; static readonly LoginByGoogle: number; static readonly LoginByiOSDeviceId: number; static readonly LoginByLinuxDeviceId: number; static readonly LoginByMacOSDeviceId: number; static readonly LoginByWindowsDeviceId: number; static readonly LoginByWindowsPhoneDeviceId: number; static readonly RegisterAccount: number; static readonly LinkAccount: number; static readonly LinkAndroidDeviceId: number; static readonly LinkApple: number; static readonly LinkCustomDeviceId: number; static readonly LinkCustomId: number; static readonly LinkEditorDeviceId: number; static readonly LinkFacebook: number; static readonly LinkGenericService: number; static readonly LinkGoogle: number; static readonly LinkiOSDeviceId: number; static readonly LinkLinuxDeviceId: number; static readonly LinkMacOSDeviceId: number; static readonly LinkWindowsDeviceId: number; static readonly LinkWindowsPhoneDeviceId: number; static readonly UnlinkAccount: number; static readonly UnlinkAndroidDeviceId: number; static readonly UnlinkApple: number; static readonly UnlinkCustomDeviceId: number; static readonly UnlinkCustomId: number; static readonly UnlinkEditorDeviceId: number; static readonly UnlinkFacebook: number; static readonly UnlinkGenericService: number; static readonly UnlinkGoogle: number; static readonly UnlinkiOSDeviceId: number; static readonly UnlinkLinuxDeviceId: number; static readonly UnlinkMacOSDeviceId: number; static readonly UnlinkWindowsDeviceId: number; static readonly UnlinkWindowsPhoneDeviceId: number; static readonly AddSegment: number; static readonly RemoveSegment: number; static readonly GetSegment: number; static readonly SetTag: number; static readonly GetTag: number; static readonly SetDisplayName: number; static readonly GetDisplayName: number; static readonly GetTsCreate: number; static readonly GetIpAddressCreate: number; static readonly GetTsLastLogin: number; static readonly SetPlayerBan: number; static readonly GetPlayerBan: number; static readonly SetCountryCode: number; static readonly GetCountryCode: number; static readonly ChangeAccountPassword: number; static readonly ResetAccountPassword: number; static readonly SetAvatar: number; static readonly GetAvatar: number; static readonly SetPlayerCurrency: number; static readonly GetPlayerCurrency: number; static readonly SetPlayerStatistics: number; static readonly GetPlayerStatistics: number; static readonly GetStatisticsLeaderboard: number; static readonly GetStatisticsLeaderboardAroundPlayer: number; static readonly SetCustomData: number; static readonly GetCustomData: number; static readonly SetPlayerData: number; static readonly GetPlayerData: number; static readonly GetPlayerInformation: number; static readonly GetPlayersWithApple: number; static readonly GetPlayersWithFacebook: number; static readonly GetPlayersWithGoogle: number; static readonly GetPlayersWithGenericService: number; static readonly GetPlayersWithSegment: number; static readonly GetPlayersWithTag: number; static readonly GetExternal: number; static readonly GetCatalogId: number; static readonly GetOwnerInfo: number; static readonly GetOnlineStatus: number; static readonly RemovePlayerItem: number; static readonly RemovePlayerCharacter: number; static readonly AddPlayerFriend: number; static readonly RemovePlayerFriend: number; static readonly GetPlayerInventory: number; static readonly GetPlayerCharacter: number; static readonly GetPlayerFriend: number; static readonly GetPlayerGroup: number; static readonly GrantGroup: number; static readonly JoinGroup: number; static readonly GrantPlayerItem: number; static readonly GrantPlayerCharacter: number; static readonly GetOwner: number; static readonly GetRemoveStatus: number; static readonly SetGroupStatistics: number; static readonly SetGroupData: number; static readonly GetGroupCurrency: number; static readonly SetGroupCurrency: number; static readonly GrantGroupItem: number; static readonly GetStatisticsLeaderboardAroundGroup: number; static readonly GetGroupsWithTag: number; static readonly GetGroupsWithSegment: number; static readonly GetGroupStatistics: number; static readonly GetGroupInventory: number; static readonly GetGroupData: number; static readonly GetGroupInformation: number; static readonly GetMembers: number; static readonly SetItemStatistics: number; static readonly SetItemData: number; static readonly GetItemData: number; static readonly GetStatisticsLeaderboardAroundItem: number; static readonly GetItemsWithTag: number; static readonly GetItemsWithSegment: number; static readonly GetItemStatistics: number; static readonly GetItemInformation: number; static readonly GetAmount: number; static readonly GetItemType: number; static readonly SetTsLastLogin: number; static readonly SetRemoveStatus: number; static readonly SetAmount: number; static readonly RemoveGroup: number; static readonly LeaveGroup: number; static readonly AddMember: number; static readonly RemoveMember: number; static readonly GetContentData: number; static readonly SetContentData: number; static readonly GetGroupMessage: number; static readonly SendGroupMessage: number; static readonly GetPlayersWithDisplayName: number; static readonly GetItemsWithDisplayName: number; static readonly GetGroupsWithDisplayName: number; static readonly SetOwner: number; static readonly RemoveGroupItem: number; static readonly GetClassId: number; static readonly GetStoreItemInformation: number; static readonly GetStoreItemsWithTag: number; static readonly GrantStoreItem: number; static readonly RemoveTag: number; static readonly BuyStoreItem: number; static readonly ValidateAppleAppStoreReceipt: number; static readonly ValidateGooglePlayStoreReceipt: number; static readonly ValidateFacebookStoreReceipt: number; static readonly GetFriendStatisticsLeaderboardAroundPlayer: number; static readonly GetFriendStatisticsLeaderboard: number; static readonly SetEmail: number; static readonly GetEmail: number; static readonly CreateNewFileUploadInfo: number; static readonly GetFileUploadInfo: number; static readonly RequestDownloadFileUploadInfo: number; static readonly RemoveFileUploadInfo: number; static readonly GetFileUploadInfoList: number; static readonly SetStoreItemInformation: number; static readonly RefreshAuthToken: number; static readonly CancelAllMatchmakingTicket: number; static readonly CancelMatchmakingTicket: number; static readonly CreateMatchmakingTicket: number; static readonly GetMatch: number; static readonly GetMatchmakingTicket: number; static readonly GetQueueStatistics: number; static readonly JoinMatchmakingTicket: number; static readonly ListMatchmakingTicketsForPlayer: number; static readonly GetCurrencyLeaderboard: number; static readonly ExecuteFunction: number; static readonly GetFunctions: number; static readonly AddFunction: number; static readonly EditFunction: number; static readonly GetFunction: number; static readonly LoginByGooglePlayGameService: number; static readonly LoginByGameCenter: number; static readonly LinkGooglePlayGameService: number; static readonly LinkGameCenter: number; static readonly UnlinkGooglePlayGameService: number; static readonly UnlinkGameCenter: number; static readonly GetPlayersWithGooglePlayGameService: number; static readonly GetPlayersWithGameCenter: number; static readonly GetLastLoginLeaderboard: number; static readonly GetCreateLeaderboard: number; static readonly GetAllMatchmakingTicket: number; static readonly GetAllMatch: number; static readonly SendSocketOperationEvent: number; static readonly GetStatisticsLog: number; static readonly GetCurrencyLog: number; static readonly PresentStoreItem: number; static readonly GetStoreLog: number; static readonly SendEmail: number; static readonly SendPushNotification: number; static readonly AddPushNotification: number; static readonly RemovePushNotification: number; static readonly GetPushNotification: number; static readonly GetStoreUsed: number; static readonly RemoveStoreUsed: number; }