com.beamable 5.0.0-PREVIEW.RC3 → 5.0.0-PREVIEW.RC5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.attestation.p7m +0 -0
- package/CHANGELOG.md +6 -0
- package/Common/Runtime/AgnosticAttribute.cs +2 -2
- package/Common/Runtime/Api/AliasHelper.cs +2 -2
- package/Common/Runtime/Api/Analytics/AnalyticsEventRequest.cs +2 -2
- package/Common/Runtime/Api/Analytics/AnalyticsService.cs +2 -2
- package/Common/Runtime/Api/Analytics/IBeamAnalyticsService.cs +2 -2
- package/Common/Runtime/Api/Analytics/Models/CoreEvent.cs +2 -2
- package/Common/Runtime/Api/Analytics/Models/IAnalyticsEvent.cs +2 -2
- package/Common/Runtime/Api/Analytics/Models/SampleCustomEvent.cs +2 -2
- package/Common/Runtime/Api/Announcements/AbsAnnouncementsApi.cs +2 -2
- package/Common/Runtime/Api/Announcements/IAnnouncementsApi.cs +2 -2
- package/Common/Runtime/Api/Auth/AuthApi.cs +2 -2
- package/Common/Runtime/Api/Auth/IAuthApi.cs +2 -2
- package/Common/Runtime/Api/Calendars/AbsCalendarApi.cs +2 -2
- package/Common/Runtime/Api/Calendars/ICalendarApi.cs +2 -2
- package/Common/Runtime/Api/Chat/ChatApi.cs +2 -2
- package/Common/Runtime/Api/Chat/IChatApi.cs +2 -2
- package/Common/Runtime/Api/CloudData/CloudDataApi.cs +2 -2
- package/Common/Runtime/Api/CloudData/ICloudDataApi.cs +2 -2
- package/Common/Runtime/Api/CometClientData.cs +2 -2
- package/Common/Runtime/Api/Commerce/ICommerceApi.cs +2 -2
- package/Common/Runtime/Api/Content/IContentApi.cs +2 -2
- package/Common/Runtime/Api/Events/AbsEventsApi.cs +2 -2
- package/Common/Runtime/Api/Events/IEventsApi.cs +2 -2
- package/Common/Runtime/Api/Groups/GroupsApi.cs +2 -2
- package/Common/Runtime/Api/Groups/IGroupsApi.cs +2 -2
- package/Common/Runtime/Api/IAccessToken.cs +2 -2
- package/Common/Runtime/Api/IBeamableFilesystemAccessor.cs +2 -2
- package/Common/Runtime/Api/IBeamableRequester.cs +2 -2
- package/Common/Runtime/Api/IConnectivityChecker.cs +2 -2
- package/Common/Runtime/Api/IHasBeamableRequester.cs +2 -2
- package/Common/Runtime/Api/IServiceRoutingStrategy.cs +2 -2
- package/Common/Runtime/Api/ISupportsGet.cs +2 -2
- package/Common/Runtime/Api/IUserContext.cs +2 -2
- package/Common/Runtime/Api/IUserDataCache.cs +2 -2
- package/Common/Runtime/Api/Inventory/IInventoryApi.cs +2 -2
- package/Common/Runtime/Api/Inventory/InventoryApi.cs +2 -2
- package/Common/Runtime/Api/Inventory/InventoryUpdateBuilder.cs +2 -2
- package/Common/Runtime/Api/Leaderboards/ILeaderboardApi.cs +2 -2
- package/Common/Runtime/Api/Leaderboards/LeaderboardApi.cs +2 -2
- package/Common/Runtime/Api/Lobbies/ILobbyApi.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Lobby.cs +2 -2
- package/Common/Runtime/Api/Lobbies/LobbyNotification.cs +2 -2
- package/Common/Runtime/Api/Lobbies/LobbyPlayer.cs +2 -2
- package/Common/Runtime/Api/Lobbies/LobbyRestriction.cs +2 -2
- package/Common/Runtime/Api/Lobbies/LobbyService.cs +2 -2
- package/Common/Runtime/Api/Lobbies/LobbyUtils.cs +2 -2
- package/Common/Runtime/Api/Lobbies/NotInLobby.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/AddTagsRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/CreateLobbyRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/JoinByPasscodeRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/JoinLobbyRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryResponse.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/RemoveFromLobbyRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/RemoveTagsRequest.cs +2 -2
- package/Common/Runtime/Api/Lobbies/Requests/UpdateLobbyRequest.cs +2 -2
- package/Common/Runtime/Api/Mail/AbsMailApi.cs +2 -2
- package/Common/Runtime/Api/Mail/IMailApi.cs +2 -2
- package/Common/Runtime/Api/Notifications/INotificationService.cs +2 -2
- package/Common/Runtime/Api/Notifications/PrimitiveStringPayload.cs +2 -2
- package/Common/Runtime/Api/Parties/IPartyApi.cs +2 -2
- package/Common/Runtime/Api/Parties/NotInParty.cs +2 -2
- package/Common/Runtime/Api/Parties/Party.cs +2 -2
- package/Common/Runtime/Api/Parties/PartyNotifications.cs +2 -2
- package/Common/Runtime/Api/Parties/PartyRestriction.cs +2 -2
- package/Common/Runtime/Api/Parties/PartyService.cs +2 -2
- package/Common/Runtime/Api/Parties/Requests/CreatePartyRequest.cs +2 -2
- package/Common/Runtime/Api/Parties/Requests/PartyQueryResponse.cs +2 -2
- package/Common/Runtime/Api/Parties/Requests/PlayerRequest.cs +2 -2
- package/Common/Runtime/Api/Parties/Requests/UpdatePartyRequest.cs +2 -2
- package/Common/Runtime/Api/Payments/IPaymentsApi.cs +2 -2
- package/Common/Runtime/Api/Payments/PaymentsApi.cs +2 -2
- package/Common/Runtime/Api/Presence/IPresenceApi.cs +2 -2
- package/Common/Runtime/Api/Presence/PresenceService.cs +2 -2
- package/Common/Runtime/Api/Push/IPushApi.cs +2 -2
- package/Common/Runtime/Api/QueryBuilder.cs +2 -2
- package/Common/Runtime/Api/Realms/IAliasService.cs +2 -2
- package/Common/Runtime/Api/Realms/IRealmApi.cs +2 -2
- package/Common/Runtime/Api/Realms/RealmService.cs +2 -2
- package/Common/Runtime/Api/SignedRequesterHelper.cs +2 -2
- package/Common/Runtime/Api/Social/ISocialApi.cs +2 -2
- package/Common/Runtime/Api/Social/SocialApi.cs +2 -2
- package/Common/Runtime/Api/Stats/AbsStatsApi.cs +2 -2
- package/Common/Runtime/Api/Stats/IStatsApi.cs +2 -2
- package/Common/Runtime/Api/Stats/StatsAccessType.cs +2 -2
- package/Common/Runtime/Api/Stats/StatsApiHelper.cs +2 -2
- package/Common/Runtime/Api/Stats/StatsDomainType.cs +2 -2
- package/Common/Runtime/Api/Tournaments/ITournamentApi.cs +2 -2
- package/Common/Runtime/Api/Tournaments/TournamentApi.cs +2 -2
- package/Common/Runtime/BeamCli/CliContractTypeAttribute.cs +2 -2
- package/Common/Runtime/BeamCli/CliOtelData.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/CliLogMessage.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/CollectorStatus.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/Constants.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotActionType.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotType.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/ContentSnapshotType.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/ContentStatus.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifest.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifestEntry.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestAuthor.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestProjectData.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ContentService/TagStatus.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/EnvironmentVersionData.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/GenerateEnvOutput.cs +2 -2
- package/Common/Runtime/BeamCli/Contracts/ServiceInfo.cs +2 -2
- package/Common/Runtime/BeamCli/ErrorOutput.cs +2 -2
- package/Common/Runtime/BeamCli/IBeamCommand.cs +2 -2
- package/Common/Runtime/BeamCli/Reporting.cs +2 -2
- package/Common/Runtime/BeamCli/ServiceInfoHelper.cs +2 -2
- package/Common/Runtime/BeamGenerateSchemaAttribute.cs +2 -2
- package/Common/Runtime/BeamableColorUtil.cs +2 -2
- package/Common/Runtime/BeamableEnumExtensions.cs +2 -2
- package/Common/Runtime/BeamableTaskExtensions.cs +2 -2
- package/Common/Runtime/Collections/ConcurrentBag.cs +2 -2
- package/Common/Runtime/Collections/ConcurrentDictionary.cs +2 -2
- package/Common/Runtime/Constants/Constants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ArchiveConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ConfigConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ContentConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ContentManagerConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/CronConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/DockerConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/EnvironmentConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/LoginBaseConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/MigrationConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/NotificationConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/OtelConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/RequesterConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/SchedulesConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ServiceConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/SpewConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/TestingToolConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ToolbarConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/ToolboxConstants.cs +2 -2
- package/Common/Runtime/Constants/Implementations/TooltipConstants.cs +2 -2
- package/Common/Runtime/Content/ClientContentSerializer.cs +2 -2
- package/Common/Runtime/Content/ClientManifest.cs +2 -2
- package/Common/Runtime/Content/ClientPermissions.cs +2 -2
- package/Common/Runtime/Content/ContentCorruptedException.cs +2 -2
- package/Common/Runtime/Content/ContentDataInfo.cs +2 -2
- package/Common/Runtime/Content/ContentDeserializationException.cs +2 -2
- package/Common/Runtime/Content/ContentFieldAttribute.cs +2 -2
- package/Common/Runtime/Content/ContentFilterType.cs +2 -2
- package/Common/Runtime/Content/ContentNotFoundException.cs +2 -2
- package/Common/Runtime/Content/ContentObject.cs +3 -3
- package/Common/Runtime/Content/ContentQuery.cs +2 -2
- package/Common/Runtime/Content/ContentQueryExtensions.cs +2 -2
- package/Common/Runtime/Content/ContentRef.cs +2 -2
- package/Common/Runtime/Content/ContentSerializer.cs +2 -2
- package/Common/Runtime/Content/ContentTypeAttribute.cs +2 -2
- package/Common/Runtime/Content/ContentTypeReflectionCache.cs +2 -2
- package/Common/Runtime/Content/ContentVisibility.cs +2 -2
- package/Common/Runtime/Content/Federation.cs +2 -2
- package/Common/Runtime/Content/IContentObject.cs +2 -2
- package/Common/Runtime/Content/IContentService.cs +2 -2
- package/Common/Runtime/Content/IIgnoreSerializationCallbacks.cs +2 -2
- package/Common/Runtime/Content/IgnoreContentFieldAttribute.cs +2 -2
- package/Common/Runtime/Content/Optionals.cs +2 -2
- package/Common/Runtime/Content/PropertyAttributes/FilePathSelectorAttribute.cs +2 -2
- package/Common/Runtime/Content/PropertyAttributes/HideUnlessServerPackageInstalled.cs +2 -2
- package/Common/Runtime/Content/PropertyAttributes/ReadonlyIfAttribute.cs +2 -2
- package/Common/Runtime/Content/PropertyAttributes/ShowOnlyAttribute.cs +2 -2
- package/Common/Runtime/Content/RenderAsRefAttribute.cs +2 -2
- package/Common/Runtime/Content/SerializableDictionary.cs +2 -2
- package/Common/Runtime/Content/Utility/DateUtility.cs +2 -2
- package/Common/Runtime/Content/Validation/AggregateContentValidationException.cs +2 -2
- package/Common/Runtime/Content/Validation/CannotBeBlank.cs +2 -2
- package/Common/Runtime/Content/Validation/CannotBeEmpty.cs +2 -2
- package/Common/Runtime/Content/Validation/ContentValidationException.cs +2 -2
- package/Common/Runtime/Content/Validation/FederationMustBeValid.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeComparatorString.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeCurrency.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeCurrencyOrItem.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeDateString.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeItem.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeLeaderboard.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeNonDefault.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeNonNegative.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeOneOf.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBePositive.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeSlugString.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeTimeSpanDuration.cs +2 -2
- package/Common/Runtime/Content/Validation/MustBeValidCron.cs +2 -2
- package/Common/Runtime/Content/Validation/MustContain.cs +2 -2
- package/Common/Runtime/Content/Validation/MustReferenceContent.cs +2 -2
- package/Common/Runtime/Content/Validation/RouteParametersMustBeValid.cs +2 -2
- package/Common/Runtime/Content/Validation/ServiceRouteMustBeValid.cs +2 -2
- package/Common/Runtime/Content/Validation/TimeSpanDisplayAttribute.cs +2 -2
- package/Common/Runtime/Content/Validation/ValidationAttribute.cs +2 -2
- package/Common/Runtime/Content/Validation/ValidationContext.cs +2 -2
- package/Common/Runtime/CronExpression/CronLocale.cs +2 -2
- package/Common/Runtime/CronExpression/ErrorData.cs +2 -2
- package/Common/Runtime/CronExpression/ExpressionParser.cs +2 -2
- package/Common/Runtime/CronExpression/Options.cs +2 -2
- package/Common/Runtime/Debug.cs +2 -2
- package/Common/Runtime/DefaultQuery.cs +2 -2
- package/Common/Runtime/Dependencies/DependencyBuilder.cs +2 -2
- package/Common/Runtime/Dependencies/DependencyProvider.cs +2 -2
- package/Common/Runtime/Dependencies/Exceptions.cs +2 -2
- package/Common/Runtime/Dependencies/IDependencyList.cs +2 -2
- package/Common/Runtime/Dependencies/IDependencyNameProvider.cs +2 -2
- package/Common/Runtime/Dependencies/RegisterBeamableDependenciesAttribute.cs +2 -2
- package/Common/Runtime/Dependencies/ServiceStorage.cs +2 -2
- package/Common/Runtime/Dependencies/Utils.cs +2 -2
- package/Common/Runtime/DocUtils.cs +2 -2
- package/Common/Runtime/Environment/PackageVersion.cs +2 -2
- package/Common/Runtime/Federation/FederatedGameServer.cs +2 -2
- package/Common/Runtime/Federation/FederatedInventory.cs +2 -2
- package/Common/Runtime/Federation/FederatedLogin.cs +2 -2
- package/Common/Runtime/Federation/FederatedPlayerInit.cs +2 -2
- package/Common/Runtime/Federation/Federation.cs +2 -2
- package/Common/Runtime/IRuntimeConfigProvider.cs +2 -2
- package/Common/Runtime/ISearchableElement.cs +2 -2
- package/Common/Runtime/JsonSerializable/DeleteStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/DiffStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/JsonData.cs +2 -2
- package/Common/Runtime/JsonSerializable/JsonSaveStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/JsonSerializable.cs +2 -2
- package/Common/Runtime/JsonSerializable/LoadStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/MessagePackStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/SaveStream.cs +2 -2
- package/Common/Runtime/JsonSerializable/TypeLookupFactory.cs +2 -2
- package/Common/Runtime/Modules/Announcements/AnnouncementApiContent.cs +2 -2
- package/Common/Runtime/Modules/Announcements/AnnouncementContent.cs +2 -2
- package/Common/Runtime/Modules/Announcements/AnnouncementRef.cs +2 -2
- package/Common/Runtime/Modules/Calendars/CalendarContent.cs +2 -2
- package/Common/Runtime/Modules/Calendars/CalendarRef.cs +2 -2
- package/Common/Runtime/Modules/Groups/GroupDonationContentRef.cs +2 -2
- package/Common/Runtime/Modules/Groups/GroupDonationsContent.cs +2 -2
- package/Common/Runtime/Modules/Inventory/CurrencyContent.cs +2 -2
- package/Common/Runtime/Modules/Inventory/CurrencyRef.cs +2 -2
- package/Common/Runtime/Modules/Inventory/ItemContent.cs +2 -2
- package/Common/Runtime/Modules/Inventory/ItemRef.cs +2 -2
- package/Common/Runtime/Modules/Inventory/VipContent.cs +2 -2
- package/Common/Runtime/Modules/Leaderboards/LeaderboardContent.cs +2 -2
- package/Common/Runtime/Modules/Leaderboards/LeaderboardRef.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/ApiContent.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/EmailContent.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/EventContent.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/PlayerReward.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/ScheduleDefinition.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/ScheduleExtensions.cs +2 -2
- package/Common/Runtime/Modules/SharedContent/SimGameType.cs +2 -2
- package/Common/Runtime/Modules/Shop/ListingContent.cs +2 -2
- package/Common/Runtime/Modules/Shop/ListingLink.cs +2 -2
- package/Common/Runtime/Modules/Shop/ListingRef.cs +2 -2
- package/Common/Runtime/Modules/Shop/SKUContent.cs +2 -2
- package/Common/Runtime/Modules/Shop/SKURef.cs +2 -2
- package/Common/Runtime/Modules/Shop/StoreContent.cs +2 -2
- package/Common/Runtime/Modules/Shop/StoreRef.cs +2 -2
- package/Common/Runtime/Modules/Steam/ISteamService.cs +2 -2
- package/Common/Runtime/Modules/Tournaments/TournamentColorConstants.cs +2 -2
- package/Common/Runtime/Modules/Tournaments/TournamentContent.cs +2 -2
- package/Common/Runtime/ObjectExtensions.cs +2 -2
- package/Common/Runtime/OpenApi/AccountsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AccountsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AuthBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamAdmin.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamAuth.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamBeamo.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamBeamootel.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamCustomer.gs.cs +157 -85
- package/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamLobby.gs.cs +320 -318
- package/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamMailbox.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs +169 -169
- package/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamParty.gs.cs +270 -219
- package/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayer.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPresence.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamScheduler.gs.cs +6 -6
- package/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamServiceplan.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamoBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CalendarsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CommerceBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/CommerceObject.gs.cs +7 -7
- package/Common/Runtime/OpenApi/ContentBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/Event-playersObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/EventsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/EventsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/Group-usersObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/GroupsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/InventoryBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/InventoryObject.gs.cs +7 -7
- package/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs +54 -34
- package/Common/Runtime/OpenApi/MailBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/MailBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/MailObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/Models.gs.cs +366 -187
- package/Common/Runtime/OpenApi/NotificationBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/PaymentsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/PaymentsObject.gs.cs +4 -4
- package/Common/Runtime/OpenApi/PushBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/PushBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/RealmsBasic.gs.cs +6 -6
- package/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/SessionBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/SocialBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/StatsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/StatsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/TournamentsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApi/TournamentsObject.gs.cs +2 -2
- package/Common/Runtime/OpenApi/TrialsBasic.gs.cs +2 -2
- package/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs +2 -2
- package/Common/Runtime/OpenApiExtensions/BeamoExtensions.cs +2 -2
- package/Common/Runtime/OpenApiExtensions/LegacyConverterExtensions.cs +2 -2
- package/Common/Runtime/OpenApiSystem.cs +2 -2
- package/Common/Runtime/Player/Lazy.cs +2 -2
- package/Common/Runtime/Player/Observables.cs +2 -2
- package/Common/Runtime/Pooling/ClassPool.cs +2 -2
- package/Common/Runtime/Pooling/StringBuilderPool.cs +2 -2
- package/Common/Runtime/Promise.cs +2 -2
- package/Common/Runtime/ReflectionCache/BeamContextSystemAttribute.cs +2 -2
- package/Common/Runtime/ReflectionCache/INamingAttribute.cs +2 -2
- package/Common/Runtime/ReflectionCache/IReflectionAttribute.cs +2 -2
- package/Common/Runtime/ReflectionCache/PreserveAttribute.cs +2 -2
- package/Common/Runtime/ReflectionCache/ReflectionCache.cs +2 -2
- package/Common/Runtime/ReflectionCache/ReflectionCache_Attributes.cs +2 -2
- package/Common/Runtime/ReflectionCache/ReflectionCache_BaseTypes.cs +2 -2
- package/Common/Runtime/ReflectionCache/ReflectionCache_SignatureMatching.cs +2 -2
- package/Common/Runtime/Scheduler/BeamScheduler.cs +2 -2
- package/Common/Runtime/Scheduler/Cron.cs +2 -2
- package/Common/Runtime/Scheduler/CronValidation.cs +2 -2
- package/Common/Runtime/Semantics/ServiceName.cs +2 -2
- package/Common/Runtime/SmallerJSON/IRawJsonProvider.cs +2 -2
- package/Common/Runtime/SmallerJSON/SmallerJSON.ArrayDict.cs +2 -2
- package/Common/Runtime/SmallerJSON/SmallerJSON.FromString.cs +2 -2
- package/Common/Runtime/SmallerJSON/SmallerJSON.cs +2 -2
- package/Common/Runtime/Spew/Logger.cs +2 -2
- package/Common/Runtime/Spew/SpewLoggerAttribute.cs +2 -2
- package/Common/Runtime/Trie.cs +2 -2
- package/Common/Runtime/TypeExtensions.cs +2 -2
- package/Common/Runtime/Util/BeamAssemblyVersionUtil.cs +2 -2
- package/Common/Runtime/Util/BeamFileUtil.cs +2 -2
- package/Common/Runtime/Util/DocsPageHelper.cs +2 -2
- package/Common/Runtime/Util/NaturalStringComparer.cs +2 -2
- package/Editor/BeamCli/BeamCli.cs +25 -23
- package/Editor/BeamCli/BeamCommand.cs +5 -2
- package/Editor/BeamCli/BeamWebCommand.cs +2 -2
- package/Editor/BeamCli/Commands/BeamFetchCommandLogRecord.cs +1 -0
- package/Editor/BeamCli/Commands/BeamProjectGenerateEnv.cs +7 -0
- package/Editor/BeamCli/Extensions/DiscoveryExtensions.cs +17 -1
- package/Editor/BeamCli/UI/BeamCliWindow_Commands.cs +80 -53
- package/Editor/ContentService/CliContentService.cs +3 -9
- package/Editor/Server/Usam/UsamService.cs +3 -1
- package/Editor/UI/AccountWindow/AccountWindow.cs +3 -2
- package/Editor/UI/ContentWindow/ContentWindow_ItemsPanel.cs +31 -19
- package/Editor/Utility/UnityOtelManager.cs +6 -2
- package/Runtime/Environment/Resources/env-default.json +1 -1
- package/Runtime/Environment/Resources/versions-default.json +1 -1
- package/Samples~/LightBeamSamples/SceneLoader/LightBeamBooter.cs +1 -1
- package/Tests/Runtime/Beamable/Player/Inventory/MockInventoryApi.cs +4 -4
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
// this file was copied from nuget package Beamable.Common@7.0.0-PREVIEW.
|
|
2
|
-
// https://www.nuget.org/packages/Beamable.Common/7.0.0-PREVIEW.
|
|
1
|
+
// this file was copied from nuget package Beamable.Common@7.0.0-PREVIEW.RC6
|
|
2
|
+
// https://www.nuget.org/packages/Beamable.Common/7.0.0-PREVIEW.RC6
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
namespace Beamable.Api.Autogenerated.Models
|
|
@@ -35,15 +35,15 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
35
35
|
[System.SerializableAttribute()]
|
|
36
36
|
public partial class AdminActorInFlightFailure : Beamable.Serialization.JsonSerializable.ISerializable
|
|
37
37
|
{
|
|
38
|
-
public string
|
|
39
|
-
public
|
|
38
|
+
public string id;
|
|
39
|
+
public InFlightMessage inFlightMessage = new InFlightMessage();
|
|
40
40
|
public string lastError;
|
|
41
41
|
public string serviceName;
|
|
42
42
|
public string serviceObjectId;
|
|
43
43
|
public OptionalDateTime timestamp = new OptionalDateTime();
|
|
44
44
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
45
45
|
{
|
|
46
|
-
s.Serialize("
|
|
46
|
+
s.Serialize("id", ref id);
|
|
47
47
|
s.Serialize("inFlightMessage", ref inFlightMessage);
|
|
48
48
|
s.Serialize("lastError", ref lastError);
|
|
49
49
|
s.Serialize("serviceName", ref serviceName);
|
|
@@ -58,12 +58,12 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
[System.SerializableAttribute()]
|
|
61
|
-
public partial class
|
|
61
|
+
public partial class InFlightMessage : Beamable.Serialization.JsonSerializable.ISerializable
|
|
62
62
|
{
|
|
63
63
|
public string body;
|
|
64
64
|
public OptionalLong gamerTag = new OptionalLong();
|
|
65
|
+
public string id;
|
|
65
66
|
public OptionalBool limitFailureRetries = new OptionalBool();
|
|
66
|
-
public string messageId;
|
|
67
67
|
public string method;
|
|
68
68
|
public string path;
|
|
69
69
|
public string service;
|
|
@@ -78,6 +78,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
78
78
|
s.Serialize("gamerTag", ref gamerTag.Value);
|
|
79
79
|
gamerTag.HasValue = true;
|
|
80
80
|
}
|
|
81
|
+
s.Serialize("id", ref id);
|
|
81
82
|
if ((s.HasKey("limitFailureRetries")
|
|
82
83
|
|| ((limitFailureRetries != default(OptionalBool))
|
|
83
84
|
&& limitFailureRetries.HasValue)))
|
|
@@ -85,7 +86,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
85
86
|
s.Serialize("limitFailureRetries", ref limitFailureRetries.Value);
|
|
86
87
|
limitFailureRetries.HasValue = true;
|
|
87
88
|
}
|
|
88
|
-
s.Serialize("messageId", ref messageId);
|
|
89
89
|
s.Serialize("method", ref method);
|
|
90
90
|
s.Serialize("path", ref path);
|
|
91
91
|
s.Serialize("service", ref service);
|
|
@@ -1015,21 +1015,21 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1015
1015
|
[System.SerializableAttribute()]
|
|
1016
1016
|
public partial class BeamoV2ServiceLoggingContext : Beamable.Serialization.JsonSerializable.ISerializable
|
|
1017
1017
|
{
|
|
1018
|
-
public OptionalBeamoV2ObjectId _id = new OptionalBeamoV2ObjectId();
|
|
1019
1018
|
public BeamoV2LogLevel defaultLogLevel = new BeamoV2LogLevel();
|
|
1019
|
+
public OptionalString id = new OptionalString();
|
|
1020
1020
|
public string routingKey;
|
|
1021
1021
|
public OptionalArrayOfBeamoV2LogContextRule rules = new OptionalArrayOfBeamoV2LogContextRule();
|
|
1022
|
-
public
|
|
1022
|
+
public string serviceName;
|
|
1023
1023
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
1024
1024
|
{
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1025
|
+
s.SerializeEnum("defaultLogLevel", ref defaultLogLevel, BeamoV2LogLevelExtensions.ToEnumString, BeamoV2LogLevelExtensions.FromEnumString);
|
|
1026
|
+
if ((s.HasKey("id")
|
|
1027
|
+
|| ((id != default(OptionalString))
|
|
1028
|
+
&& id.HasValue)))
|
|
1028
1029
|
{
|
|
1029
|
-
s.Serialize("
|
|
1030
|
-
|
|
1030
|
+
s.Serialize("id", ref id.Value);
|
|
1031
|
+
id.HasValue = true;
|
|
1031
1032
|
}
|
|
1032
|
-
s.SerializeEnum("defaultLogLevel", ref defaultLogLevel, BeamoV2LogLevelExtensions.ToEnumString, BeamoV2LogLevelExtensions.FromEnumString);
|
|
1033
1033
|
s.Serialize("routingKey", ref routingKey);
|
|
1034
1034
|
if ((s.HasKey("rules")
|
|
1035
1035
|
|| ((rules != default(OptionalArrayOfBeamoV2LogContextRule))
|
|
@@ -1038,13 +1038,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1038
1038
|
s.SerializeArray("rules", ref rules.Value);
|
|
1039
1039
|
rules.HasValue = true;
|
|
1040
1040
|
}
|
|
1041
|
-
|
|
1042
|
-
|| ((serviceName != default(OptionalString))
|
|
1043
|
-
&& serviceName.HasValue)))
|
|
1044
|
-
{
|
|
1045
|
-
s.Serialize("serviceName", ref serviceName.Value);
|
|
1046
|
-
serviceName.HasValue = true;
|
|
1047
|
-
}
|
|
1041
|
+
s.Serialize("serviceName", ref serviceName);
|
|
1048
1042
|
}
|
|
1049
1043
|
}
|
|
1050
1044
|
[System.SerializableAttribute()]
|
|
@@ -1191,29 +1185,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1191
1185
|
}
|
|
1192
1186
|
}
|
|
1193
1187
|
}
|
|
1194
|
-
[System.SerializableAttribute()]
|
|
1195
|
-
public partial class BeamoV2ObjectId : Beamable.Serialization.JsonSerializable.ISerializable
|
|
1196
|
-
{
|
|
1197
|
-
public OptionalDateTime creationTime = new OptionalDateTime();
|
|
1198
|
-
public OptionalInt timestamp = new OptionalInt();
|
|
1199
|
-
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
1200
|
-
{
|
|
1201
|
-
if ((s.HasKey("creationTime")
|
|
1202
|
-
|| ((creationTime != default(OptionalDateTime))
|
|
1203
|
-
&& creationTime.HasValue)))
|
|
1204
|
-
{
|
|
1205
|
-
s.Serialize("creationTime", ref creationTime.Value, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz");
|
|
1206
|
-
creationTime.HasValue = true;
|
|
1207
|
-
}
|
|
1208
|
-
if ((s.HasKey("timestamp")
|
|
1209
|
-
|| ((timestamp != default(OptionalInt))
|
|
1210
|
-
&& timestamp.HasValue)))
|
|
1211
|
-
{
|
|
1212
|
-
s.Serialize("timestamp", ref timestamp.Value);
|
|
1213
|
-
timestamp.HasValue = true;
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
1188
|
public enum BeamoV2LogLevel
|
|
1218
1189
|
{
|
|
1219
1190
|
Trace,
|
|
@@ -1805,10 +1776,10 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1805
1776
|
public OptionalString description = new OptionalString();
|
|
1806
1777
|
public bool enabled;
|
|
1807
1778
|
public OptionalLong expiresAt = new OptionalLong();
|
|
1808
|
-
public OptionalBeamoV2ObjectId id = new OptionalBeamoV2ObjectId();
|
|
1809
1779
|
public BeamoV2LogLevel logLevel = new BeamoV2LogLevel();
|
|
1810
1780
|
public OptionalString name = new OptionalString();
|
|
1811
1781
|
public BeamoV2ContextRuleFilter[] ruleFilters;
|
|
1782
|
+
public OptionalString ruleId = new OptionalString();
|
|
1812
1783
|
public OptionalLong updatedAt = new OptionalLong();
|
|
1813
1784
|
public OptionalBeamoV2LogContextRuleAuthor whoLastEdit = new OptionalBeamoV2LogContextRuleAuthor();
|
|
1814
1785
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
@@ -1842,13 +1813,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1842
1813
|
s.Serialize("expiresAt", ref expiresAt.Value);
|
|
1843
1814
|
expiresAt.HasValue = true;
|
|
1844
1815
|
}
|
|
1845
|
-
if ((s.HasKey("id")
|
|
1846
|
-
|| ((id != default(OptionalBeamoV2ObjectId))
|
|
1847
|
-
&& id.HasValue)))
|
|
1848
|
-
{
|
|
1849
|
-
s.Serialize("id", ref id.Value);
|
|
1850
|
-
id.HasValue = true;
|
|
1851
|
-
}
|
|
1852
1816
|
s.SerializeEnum("logLevel", ref logLevel, BeamoV2LogLevelExtensions.ToEnumString, BeamoV2LogLevelExtensions.FromEnumString);
|
|
1853
1817
|
if ((s.HasKey("name")
|
|
1854
1818
|
|| ((name != default(OptionalString))
|
|
@@ -1858,6 +1822,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
1858
1822
|
name.HasValue = true;
|
|
1859
1823
|
}
|
|
1860
1824
|
s.SerializeArray("ruleFilters", ref ruleFilters);
|
|
1825
|
+
if ((s.HasKey("ruleId")
|
|
1826
|
+
|| ((ruleId != default(OptionalString))
|
|
1827
|
+
&& ruleId.HasValue)))
|
|
1828
|
+
{
|
|
1829
|
+
s.Serialize("ruleId", ref ruleId.Value);
|
|
1830
|
+
ruleId.HasValue = true;
|
|
1831
|
+
}
|
|
1861
1832
|
if ((s.HasKey("updatedAt")
|
|
1862
1833
|
|| ((updatedAt != default(OptionalLong))
|
|
1863
1834
|
&& updatedAt.HasValue)))
|
|
@@ -2504,51 +2475,36 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2504
2475
|
}
|
|
2505
2476
|
}
|
|
2506
2477
|
[System.SerializableAttribute()]
|
|
2507
|
-
public partial class
|
|
2478
|
+
public partial class UpdateRealmRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2508
2479
|
{
|
|
2509
|
-
public
|
|
2480
|
+
public OptionalBool archiveStatus = new OptionalBool();
|
|
2481
|
+
public OptionalBool hiddenStatus = new OptionalBool();
|
|
2510
2482
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2511
2483
|
{
|
|
2512
|
-
if ((s.HasKey("
|
|
2513
|
-
|| ((
|
|
2514
|
-
&&
|
|
2484
|
+
if ((s.HasKey("archiveStatus")
|
|
2485
|
+
|| ((archiveStatus != default(OptionalBool))
|
|
2486
|
+
&& archiveStatus.HasValue)))
|
|
2515
2487
|
{
|
|
2516
|
-
s.
|
|
2517
|
-
|
|
2488
|
+
s.Serialize("archiveStatus", ref archiveStatus.Value);
|
|
2489
|
+
archiveStatus.HasValue = true;
|
|
2518
2490
|
}
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
public partial class GetGamesResponse : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2523
|
-
{
|
|
2524
|
-
public OptionalArrayOfRealmView realms = new OptionalArrayOfRealmView();
|
|
2525
|
-
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2526
|
-
{
|
|
2527
|
-
if ((s.HasKey("realms")
|
|
2528
|
-
|| ((realms != default(OptionalArrayOfRealmView))
|
|
2529
|
-
&& realms.HasValue)))
|
|
2491
|
+
if ((s.HasKey("hiddenStatus")
|
|
2492
|
+
|| ((hiddenStatus != default(OptionalBool))
|
|
2493
|
+
&& hiddenStatus.HasValue)))
|
|
2530
2494
|
{
|
|
2531
|
-
s.
|
|
2532
|
-
|
|
2495
|
+
s.Serialize("hiddenStatus", ref hiddenStatus.Value);
|
|
2496
|
+
hiddenStatus.HasValue = true;
|
|
2533
2497
|
}
|
|
2534
2498
|
}
|
|
2535
2499
|
}
|
|
2536
2500
|
[System.SerializableAttribute()]
|
|
2537
|
-
public partial class NewGameRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2538
|
-
{
|
|
2539
|
-
public string gameName;
|
|
2540
|
-
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2541
|
-
{
|
|
2542
|
-
s.Serialize("gameName", ref gameName);
|
|
2543
|
-
}
|
|
2544
|
-
}
|
|
2545
|
-
[System.SerializableAttribute()]
|
|
2546
2501
|
public partial class RealmView : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2547
2502
|
{
|
|
2548
2503
|
public OptionalBool archived = new OptionalBool();
|
|
2549
2504
|
public OptionalArrayOfString children = new OptionalArrayOfString();
|
|
2550
2505
|
public OptionalString customerId = new OptionalString();
|
|
2551
2506
|
public string displayName;
|
|
2507
|
+
public OptionalBool hidden = new OptionalBool();
|
|
2552
2508
|
public OptionalString parent = new OptionalString();
|
|
2553
2509
|
public string realmId;
|
|
2554
2510
|
public OptionalString secret = new OptionalString();
|
|
@@ -2577,6 +2533,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2577
2533
|
customerId.HasValue = true;
|
|
2578
2534
|
}
|
|
2579
2535
|
s.Serialize("displayName", ref displayName);
|
|
2536
|
+
if ((s.HasKey("hidden")
|
|
2537
|
+
|| ((hidden != default(OptionalBool))
|
|
2538
|
+
&& hidden.HasValue)))
|
|
2539
|
+
{
|
|
2540
|
+
s.Serialize("hidden", ref hidden.Value);
|
|
2541
|
+
hidden.HasValue = true;
|
|
2542
|
+
}
|
|
2580
2543
|
if ((s.HasKey("parent")
|
|
2581
2544
|
|| ((parent != default(OptionalString))
|
|
2582
2545
|
&& parent.HasValue)))
|
|
@@ -2602,6 +2565,53 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2602
2565
|
}
|
|
2603
2566
|
}
|
|
2604
2567
|
[System.SerializableAttribute()]
|
|
2568
|
+
public partial class CustomerActorRealmConfigResponse : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2569
|
+
{
|
|
2570
|
+
public OptionalMapOfString config = new OptionalMapOfString();
|
|
2571
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2572
|
+
{
|
|
2573
|
+
if ((s.HasKey("config")
|
|
2574
|
+
|| ((config != default(OptionalMapOfString))
|
|
2575
|
+
&& config.HasValue)))
|
|
2576
|
+
{
|
|
2577
|
+
s.SerializeDictionary<MapOfString, string>("config", ref config.Value);
|
|
2578
|
+
config.HasValue = true;
|
|
2579
|
+
}
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
[System.SerializableAttribute()]
|
|
2583
|
+
public partial class GetGamesResponse : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2584
|
+
{
|
|
2585
|
+
public OptionalArrayOfRealmView realms = new OptionalArrayOfRealmView();
|
|
2586
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2587
|
+
{
|
|
2588
|
+
if ((s.HasKey("realms")
|
|
2589
|
+
|| ((realms != default(OptionalArrayOfRealmView))
|
|
2590
|
+
&& realms.HasValue)))
|
|
2591
|
+
{
|
|
2592
|
+
s.SerializeArray("realms", ref realms.Value);
|
|
2593
|
+
realms.HasValue = true;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
[System.SerializableAttribute()]
|
|
2598
|
+
public partial class CustomerActorNewGameRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2599
|
+
{
|
|
2600
|
+
public string gameName;
|
|
2601
|
+
public OptionalBool isHidden = new OptionalBool();
|
|
2602
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2603
|
+
{
|
|
2604
|
+
s.Serialize("gameName", ref gameName);
|
|
2605
|
+
if ((s.HasKey("isHidden")
|
|
2606
|
+
|| ((isHidden != default(OptionalBool))
|
|
2607
|
+
&& isHidden.HasValue)))
|
|
2608
|
+
{
|
|
2609
|
+
s.Serialize("isHidden", ref isHidden.Value);
|
|
2610
|
+
isHidden.HasValue = true;
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
[System.SerializableAttribute()]
|
|
2605
2615
|
public partial class CustomerActorUpdateGameHierarchyRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2606
2616
|
{
|
|
2607
2617
|
public RealmView[] realms;
|
|
@@ -2613,12 +2623,20 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2613
2623
|
[System.SerializableAttribute()]
|
|
2614
2624
|
public partial class CreateRealmRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
2615
2625
|
{
|
|
2626
|
+
public OptionalBool isHidden = new OptionalBool();
|
|
2616
2627
|
public string name;
|
|
2617
2628
|
public OptionalString parent = new OptionalString();
|
|
2618
2629
|
public OptionalString plan = new OptionalString();
|
|
2619
2630
|
public OptionalBool sharded = new OptionalBool();
|
|
2620
2631
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
2621
2632
|
{
|
|
2633
|
+
if ((s.HasKey("isHidden")
|
|
2634
|
+
|| ((isHidden != default(OptionalBool))
|
|
2635
|
+
&& isHidden.HasValue)))
|
|
2636
|
+
{
|
|
2637
|
+
s.Serialize("isHidden", ref isHidden.Value);
|
|
2638
|
+
isHidden.HasValue = true;
|
|
2639
|
+
}
|
|
2622
2640
|
s.Serialize("name", ref name);
|
|
2623
2641
|
if ((s.HasKey("parent")
|
|
2624
2642
|
|| ((parent != default(OptionalString))
|
|
@@ -2883,6 +2901,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2883
2901
|
public OptionalDateTime created = new OptionalDateTime();
|
|
2884
2902
|
public OptionalMapOfString customCharts = new OptionalMapOfString();
|
|
2885
2903
|
public OptionalString displayName = new OptionalString();
|
|
2904
|
+
public OptionalBool hidden = new OptionalBool();
|
|
2886
2905
|
public OptionalBool isArchived = new OptionalBool();
|
|
2887
2906
|
public string name;
|
|
2888
2907
|
public OptionalString parent = new OptionalString();
|
|
@@ -2926,6 +2945,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
2926
2945
|
s.Serialize("displayName", ref displayName.Value);
|
|
2927
2946
|
displayName.HasValue = true;
|
|
2928
2947
|
}
|
|
2948
|
+
if ((s.HasKey("hidden")
|
|
2949
|
+
|| ((hidden != default(OptionalBool))
|
|
2950
|
+
&& hidden.HasValue)))
|
|
2951
|
+
{
|
|
2952
|
+
s.Serialize("hidden", ref hidden.Value);
|
|
2953
|
+
hidden.HasValue = true;
|
|
2954
|
+
}
|
|
2929
2955
|
if ((s.HasKey("isArchived")
|
|
2930
2956
|
|| ((isArchived != default(OptionalBool))
|
|
2931
2957
|
&& isArchived.HasValue)))
|
|
@@ -3933,6 +3959,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
3933
3959
|
{
|
|
3934
3960
|
public OptionalString leader = new OptionalString();
|
|
3935
3961
|
public OptionalInt maxSize = new OptionalInt();
|
|
3962
|
+
public OptionalArrayOfTag memberTags = new OptionalArrayOfTag();
|
|
3936
3963
|
public OptionalString restriction = new OptionalString();
|
|
3937
3964
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
3938
3965
|
{
|
|
@@ -3950,6 +3977,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
3950
3977
|
s.Serialize("maxSize", ref maxSize.Value);
|
|
3951
3978
|
maxSize.HasValue = true;
|
|
3952
3979
|
}
|
|
3980
|
+
if ((s.HasKey("memberTags")
|
|
3981
|
+
|| ((memberTags != default(OptionalArrayOfTag))
|
|
3982
|
+
&& memberTags.HasValue)))
|
|
3983
|
+
{
|
|
3984
|
+
s.SerializeArray("memberTags", ref memberTags.Value);
|
|
3985
|
+
memberTags.HasValue = true;
|
|
3986
|
+
}
|
|
3953
3987
|
if ((s.HasKey("restriction")
|
|
3954
3988
|
|| ((restriction != default(OptionalString))
|
|
3955
3989
|
&& restriction.HasValue)))
|
|
@@ -3962,14 +3996,23 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
3962
3996
|
[System.SerializableAttribute()]
|
|
3963
3997
|
public partial class Party : Beamable.Serialization.JsonSerializable.ISerializable
|
|
3964
3998
|
{
|
|
3999
|
+
public OptionalDateTime created = new OptionalDateTime();
|
|
3965
4000
|
public OptionalString id = new OptionalString();
|
|
3966
4001
|
public OptionalString leader = new OptionalString();
|
|
3967
4002
|
public OptionalInt maxSize = new OptionalInt();
|
|
3968
4003
|
public OptionalArrayOfString members = new OptionalArrayOfString();
|
|
4004
|
+
public OptionalMapOfTagList membersTags = new OptionalMapOfTagList();
|
|
3969
4005
|
public OptionalArrayOfString pendingInvites = new OptionalArrayOfString();
|
|
3970
4006
|
public OptionalString restriction = new OptionalString();
|
|
3971
4007
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
3972
4008
|
{
|
|
4009
|
+
if ((s.HasKey("created")
|
|
4010
|
+
|| ((created != default(OptionalDateTime))
|
|
4011
|
+
&& created.HasValue)))
|
|
4012
|
+
{
|
|
4013
|
+
s.Serialize("created", ref created.Value, "yyyy-MM-ddTHH:mm:ssZ", "yyyy-MM-ddTHH:mm:ss.fZ", "yyyy-MM-ddTHH:mm:ss.ffZ", "yyyy-MM-ddTHH:mm:ss.fffZ", "yyyy-MM-ddTHH:mm:ss.ffffZ", "yyyy-MM-ddTHH:mm:ss.fffffZ", "yyyy-MM-ddTHH:mm:ss.ffffffZ", "yyyy-MM-ddTHH:mm:ss.fffffffzzz", "yyyy-MM-ddTHH:mm:ss.ffffffffzzz", "yyyy-MM-ddTHH:mm:ss.fffffffffzzz");
|
|
4014
|
+
created.HasValue = true;
|
|
4015
|
+
}
|
|
3973
4016
|
if ((s.HasKey("id")
|
|
3974
4017
|
|| ((id != default(OptionalString))
|
|
3975
4018
|
&& id.HasValue)))
|
|
@@ -3998,6 +4041,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
3998
4041
|
s.SerializeArray("members", ref members.Value);
|
|
3999
4042
|
members.HasValue = true;
|
|
4000
4043
|
}
|
|
4044
|
+
if ((s.HasKey("membersTags")
|
|
4045
|
+
|| ((membersTags != default(OptionalMapOfTagList))
|
|
4046
|
+
&& membersTags.HasValue)))
|
|
4047
|
+
{
|
|
4048
|
+
s.SerializeDictionary<MapOfTagList, TagList>("membersTags", ref membersTags.Value);
|
|
4049
|
+
membersTags.HasValue = true;
|
|
4050
|
+
}
|
|
4001
4051
|
if ((s.HasKey("pendingInvites")
|
|
4002
4052
|
|| ((pendingInvites != default(OptionalArrayOfString))
|
|
4003
4053
|
&& pendingInvites.HasValue)))
|
|
@@ -4038,6 +4088,21 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4038
4088
|
}
|
|
4039
4089
|
}
|
|
4040
4090
|
[System.SerializableAttribute()]
|
|
4091
|
+
public partial class PartyMemberTags : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4092
|
+
{
|
|
4093
|
+
public OptionalArrayOfTag memberTags = new OptionalArrayOfTag();
|
|
4094
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
4095
|
+
{
|
|
4096
|
+
if ((s.HasKey("memberTags")
|
|
4097
|
+
|| ((memberTags != default(OptionalArrayOfTag))
|
|
4098
|
+
&& memberTags.HasValue)))
|
|
4099
|
+
{
|
|
4100
|
+
s.SerializeArray("memberTags", ref memberTags.Value);
|
|
4101
|
+
memberTags.HasValue = true;
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4104
|
+
}
|
|
4105
|
+
[System.SerializableAttribute()]
|
|
4041
4106
|
public partial class PromoteNewLeader : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4042
4107
|
{
|
|
4043
4108
|
public OptionalString playerId = new OptionalString();
|
|
@@ -4119,6 +4184,44 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4119
4184
|
}
|
|
4120
4185
|
}
|
|
4121
4186
|
[System.SerializableAttribute()]
|
|
4187
|
+
public partial class UpdatePartyTags : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4188
|
+
{
|
|
4189
|
+
public OptionalArrayOfTag memberTags = new OptionalArrayOfTag();
|
|
4190
|
+
public OptionalString playerId = new OptionalString();
|
|
4191
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
4192
|
+
{
|
|
4193
|
+
if ((s.HasKey("memberTags")
|
|
4194
|
+
|| ((memberTags != default(OptionalArrayOfTag))
|
|
4195
|
+
&& memberTags.HasValue)))
|
|
4196
|
+
{
|
|
4197
|
+
s.SerializeArray("memberTags", ref memberTags.Value);
|
|
4198
|
+
memberTags.HasValue = true;
|
|
4199
|
+
}
|
|
4200
|
+
if ((s.HasKey("playerId")
|
|
4201
|
+
|| ((playerId != default(OptionalString))
|
|
4202
|
+
&& playerId.HasValue)))
|
|
4203
|
+
{
|
|
4204
|
+
s.Serialize("playerId", ref playerId.Value);
|
|
4205
|
+
playerId.HasValue = true;
|
|
4206
|
+
}
|
|
4207
|
+
}
|
|
4208
|
+
}
|
|
4209
|
+
[System.SerializableAttribute()]
|
|
4210
|
+
public partial class TagList : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4211
|
+
{
|
|
4212
|
+
public OptionalArrayOfTag tags = new OptionalArrayOfTag();
|
|
4213
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
4214
|
+
{
|
|
4215
|
+
if ((s.HasKey("tags")
|
|
4216
|
+
|| ((tags != default(OptionalArrayOfTag))
|
|
4217
|
+
&& tags.HasValue)))
|
|
4218
|
+
{
|
|
4219
|
+
s.SerializeArray("tags", ref tags.Value);
|
|
4220
|
+
tags.HasValue = true;
|
|
4221
|
+
}
|
|
4222
|
+
}
|
|
4223
|
+
}
|
|
4224
|
+
[System.SerializableAttribute()]
|
|
4122
4225
|
public partial class ApiPlayersLobbiesDeletePlayerLobbyResponse : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4123
4226
|
{
|
|
4124
4227
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
@@ -4199,7 +4302,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4199
4302
|
public OptionalInt priority = new OptionalInt();
|
|
4200
4303
|
public OptionalString status = new OptionalString();
|
|
4201
4304
|
public OptionalMapOfString stringProperties = new OptionalMapOfString();
|
|
4202
|
-
public
|
|
4305
|
+
public OptionalMapOfTagList tags = new OptionalMapOfTagList();
|
|
4203
4306
|
public OptionalString team = new OptionalString();
|
|
4204
4307
|
public OptionalString ticketId = new OptionalString();
|
|
4205
4308
|
public OptionalBool watchOnlineStatus = new OptionalBool();
|
|
@@ -4283,10 +4386,10 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4283
4386
|
stringProperties.HasValue = true;
|
|
4284
4387
|
}
|
|
4285
4388
|
if ((s.HasKey("tags")
|
|
4286
|
-
|| ((tags != default(
|
|
4389
|
+
|| ((tags != default(OptionalMapOfTagList))
|
|
4287
4390
|
&& tags.HasValue)))
|
|
4288
4391
|
{
|
|
4289
|
-
s.
|
|
4392
|
+
s.SerializeDictionary<MapOfTagList, TagList>("tags", ref tags.Value);
|
|
4290
4393
|
tags.HasValue = true;
|
|
4291
4394
|
}
|
|
4292
4395
|
if ((s.HasKey("team")
|
|
@@ -4440,15 +4543,11 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4440
4543
|
}
|
|
4441
4544
|
}
|
|
4442
4545
|
[System.SerializableAttribute()]
|
|
4443
|
-
public partial class
|
|
4546
|
+
public partial class ExecuteJobRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
4444
4547
|
{
|
|
4445
4548
|
public OptionalString executionId = new OptionalString();
|
|
4446
|
-
public OptionalString executionKey = new OptionalString();
|
|
4447
4549
|
public OptionalDateTime executionTime = new OptionalDateTime();
|
|
4448
4550
|
public OptionalJobDefinition jobDefinition = new OptionalJobDefinition();
|
|
4449
|
-
public OptionalString jobId = new OptionalString();
|
|
4450
|
-
public OptionalInt retryCount = new OptionalInt();
|
|
4451
|
-
public OptionalJobRetryPolicy retryPolicy = new OptionalJobRetryPolicy();
|
|
4452
4551
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
4453
4552
|
{
|
|
4454
4553
|
if ((s.HasKey("executionId")
|
|
@@ -4458,13 +4557,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4458
4557
|
s.Serialize("executionId", ref executionId.Value);
|
|
4459
4558
|
executionId.HasValue = true;
|
|
4460
4559
|
}
|
|
4461
|
-
if ((s.HasKey("executionKey")
|
|
4462
|
-
|| ((executionKey != default(OptionalString))
|
|
4463
|
-
&& executionKey.HasValue)))
|
|
4464
|
-
{
|
|
4465
|
-
s.Serialize("executionKey", ref executionKey.Value);
|
|
4466
|
-
executionKey.HasValue = true;
|
|
4467
|
-
}
|
|
4468
4560
|
if ((s.HasKey("executionTime")
|
|
4469
4561
|
|| ((executionTime != default(OptionalDateTime))
|
|
4470
4562
|
&& executionTime.HasValue)))
|
|
@@ -4479,27 +4571,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
4479
4571
|
s.Serialize("jobDefinition", ref jobDefinition.Value);
|
|
4480
4572
|
jobDefinition.HasValue = true;
|
|
4481
4573
|
}
|
|
4482
|
-
if ((s.HasKey("jobId")
|
|
4483
|
-
|| ((jobId != default(OptionalString))
|
|
4484
|
-
&& jobId.HasValue)))
|
|
4485
|
-
{
|
|
4486
|
-
s.Serialize("jobId", ref jobId.Value);
|
|
4487
|
-
jobId.HasValue = true;
|
|
4488
|
-
}
|
|
4489
|
-
if ((s.HasKey("retryCount")
|
|
4490
|
-
|| ((retryCount != default(OptionalInt))
|
|
4491
|
-
&& retryCount.HasValue)))
|
|
4492
|
-
{
|
|
4493
|
-
s.Serialize("retryCount", ref retryCount.Value);
|
|
4494
|
-
retryCount.HasValue = true;
|
|
4495
|
-
}
|
|
4496
|
-
if ((s.HasKey("retryPolicy")
|
|
4497
|
-
|| ((retryPolicy != default(OptionalJobRetryPolicy))
|
|
4498
|
-
&& retryPolicy.HasValue)))
|
|
4499
|
-
{
|
|
4500
|
-
s.Serialize("retryPolicy", ref retryPolicy.Value);
|
|
4501
|
-
retryPolicy.HasValue = true;
|
|
4502
|
-
}
|
|
4503
4574
|
}
|
|
4504
4575
|
}
|
|
4505
4576
|
[System.SerializableAttribute()]
|
|
@@ -5665,7 +5736,7 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
5665
5736
|
public OptionalArrayOfString matchTypes = new OptionalArrayOfString();
|
|
5666
5737
|
public OptionalInt maxWaitDurationSecs = new OptionalInt();
|
|
5667
5738
|
public OptionalArrayOfString players = new OptionalArrayOfString();
|
|
5668
|
-
public
|
|
5739
|
+
public OptionalMapOfTagList tags = new OptionalMapOfTagList();
|
|
5669
5740
|
public OptionalString team = new OptionalString();
|
|
5670
5741
|
public OptionalBool watchOnlineStatus = new OptionalBool();
|
|
5671
5742
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
@@ -5692,10 +5763,10 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
5692
5763
|
players.HasValue = true;
|
|
5693
5764
|
}
|
|
5694
5765
|
if ((s.HasKey("tags")
|
|
5695
|
-
|| ((tags != default(
|
|
5766
|
+
|| ((tags != default(OptionalMapOfTagList))
|
|
5696
5767
|
&& tags.HasValue)))
|
|
5697
5768
|
{
|
|
5698
|
-
s.
|
|
5769
|
+
s.SerializeDictionary<MapOfTagList, TagList>("tags", ref tags.Value);
|
|
5699
5770
|
tags.HasValue = true;
|
|
5700
5771
|
}
|
|
5701
5772
|
if ((s.HasKey("team")
|
|
@@ -8350,47 +8421,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
8350
8421
|
}
|
|
8351
8422
|
}
|
|
8352
8423
|
[System.SerializableAttribute()]
|
|
8353
|
-
public partial class InFlightMessage : Beamable.Serialization.JsonSerializable.ISerializable
|
|
8354
|
-
{
|
|
8355
|
-
public string body;
|
|
8356
|
-
public OptionalLong gamerTag = new OptionalLong();
|
|
8357
|
-
public string id;
|
|
8358
|
-
public OptionalBool limitFailureRetries = new OptionalBool();
|
|
8359
|
-
public string method;
|
|
8360
|
-
public string path;
|
|
8361
|
-
public string service;
|
|
8362
|
-
public OptionalString shard = new OptionalString();
|
|
8363
|
-
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
8364
|
-
{
|
|
8365
|
-
s.Serialize("body", ref body);
|
|
8366
|
-
if ((s.HasKey("gamerTag")
|
|
8367
|
-
|| ((gamerTag != default(OptionalLong))
|
|
8368
|
-
&& gamerTag.HasValue)))
|
|
8369
|
-
{
|
|
8370
|
-
s.Serialize("gamerTag", ref gamerTag.Value);
|
|
8371
|
-
gamerTag.HasValue = true;
|
|
8372
|
-
}
|
|
8373
|
-
s.Serialize("id", ref id);
|
|
8374
|
-
if ((s.HasKey("limitFailureRetries")
|
|
8375
|
-
|| ((limitFailureRetries != default(OptionalBool))
|
|
8376
|
-
&& limitFailureRetries.HasValue)))
|
|
8377
|
-
{
|
|
8378
|
-
s.Serialize("limitFailureRetries", ref limitFailureRetries.Value);
|
|
8379
|
-
limitFailureRetries.HasValue = true;
|
|
8380
|
-
}
|
|
8381
|
-
s.Serialize("method", ref method);
|
|
8382
|
-
s.Serialize("path", ref path);
|
|
8383
|
-
s.Serialize("service", ref service);
|
|
8384
|
-
if ((s.HasKey("shard")
|
|
8385
|
-
|| ((shard != default(OptionalString))
|
|
8386
|
-
&& shard.HasValue)))
|
|
8387
|
-
{
|
|
8388
|
-
s.Serialize("shard", ref shard.Value);
|
|
8389
|
-
shard.HasValue = true;
|
|
8390
|
-
}
|
|
8391
|
-
}
|
|
8392
|
-
}
|
|
8393
|
-
[System.SerializableAttribute()]
|
|
8394
8424
|
public partial class LeaderboardCohortSettings : Beamable.Serialization.JsonSerializable.ISerializable
|
|
8395
8425
|
{
|
|
8396
8426
|
public LeaderboardCohort[] cohorts;
|
|
@@ -10005,6 +10035,38 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10005
10035
|
}
|
|
10006
10036
|
}
|
|
10007
10037
|
[System.SerializableAttribute()]
|
|
10038
|
+
public partial class ItemDeltas : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10039
|
+
{
|
|
10040
|
+
public ItemPropertiesDelta[] created;
|
|
10041
|
+
public ItemPropertiesDelta[] deleted;
|
|
10042
|
+
public ItemPropertiesDelta[] updated;
|
|
10043
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10044
|
+
{
|
|
10045
|
+
s.SerializeArray("created", ref created);
|
|
10046
|
+
s.SerializeArray("deleted", ref deleted);
|
|
10047
|
+
s.SerializeArray("updated", ref updated);
|
|
10048
|
+
}
|
|
10049
|
+
}
|
|
10050
|
+
[System.SerializableAttribute()]
|
|
10051
|
+
public partial class ItemPropertiesDelta : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10052
|
+
{
|
|
10053
|
+
public string contentId;
|
|
10054
|
+
public long itemId;
|
|
10055
|
+
public OptionalMapOfPropertyDelta properties = new OptionalMapOfPropertyDelta();
|
|
10056
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10057
|
+
{
|
|
10058
|
+
s.Serialize("contentId", ref contentId);
|
|
10059
|
+
s.Serialize("itemId", ref itemId);
|
|
10060
|
+
if ((s.HasKey("properties")
|
|
10061
|
+
|| ((properties != default(OptionalMapOfPropertyDelta))
|
|
10062
|
+
&& properties.HasValue)))
|
|
10063
|
+
{
|
|
10064
|
+
s.SerializeDictionary<MapOfPropertyDelta, PropertyDelta>("properties", ref properties.Value);
|
|
10065
|
+
properties.HasValue = true;
|
|
10066
|
+
}
|
|
10067
|
+
}
|
|
10068
|
+
}
|
|
10069
|
+
[System.SerializableAttribute()]
|
|
10008
10070
|
public partial class ItemGroup : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10009
10071
|
{
|
|
10010
10072
|
public string id;
|
|
@@ -10029,6 +10091,29 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10029
10091
|
}
|
|
10030
10092
|
}
|
|
10031
10093
|
[System.SerializableAttribute()]
|
|
10094
|
+
public partial class PropertyDelta : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10095
|
+
{
|
|
10096
|
+
public OptionalString after = new OptionalString();
|
|
10097
|
+
public OptionalString before = new OptionalString();
|
|
10098
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10099
|
+
{
|
|
10100
|
+
if ((s.HasKey("after")
|
|
10101
|
+
|| ((after != default(OptionalString))
|
|
10102
|
+
&& after.HasValue)))
|
|
10103
|
+
{
|
|
10104
|
+
s.Serialize("after", ref after.Value);
|
|
10105
|
+
after.HasValue = true;
|
|
10106
|
+
}
|
|
10107
|
+
if ((s.HasKey("before")
|
|
10108
|
+
|| ((before != default(OptionalString))
|
|
10109
|
+
&& before.HasValue)))
|
|
10110
|
+
{
|
|
10111
|
+
s.Serialize("before", ref before.Value);
|
|
10112
|
+
before.HasValue = true;
|
|
10113
|
+
}
|
|
10114
|
+
}
|
|
10115
|
+
}
|
|
10116
|
+
[System.SerializableAttribute()]
|
|
10032
10117
|
public partial class TimeRange : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10033
10118
|
{
|
|
10034
10119
|
public OptionalLong from = new OptionalLong();
|
|
@@ -10126,6 +10211,17 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10126
10211
|
}
|
|
10127
10212
|
}
|
|
10128
10213
|
[System.SerializableAttribute()]
|
|
10214
|
+
public partial class InventoryUpdateDelta : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10215
|
+
{
|
|
10216
|
+
public MapOfCurrencyDelta currencies = new MapOfCurrencyDelta();
|
|
10217
|
+
public ItemDeltas items = new ItemDeltas();
|
|
10218
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10219
|
+
{
|
|
10220
|
+
s.SerializeDictionary<MapOfCurrencyDelta, CurrencyDelta>("currencies", ref currencies);
|
|
10221
|
+
s.Serialize("items", ref items);
|
|
10222
|
+
}
|
|
10223
|
+
}
|
|
10224
|
+
[System.SerializableAttribute()]
|
|
10129
10225
|
public partial class InventoryGetRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10130
10226
|
{
|
|
10131
10227
|
public OptionalString scope = new OptionalString();
|
|
@@ -10246,7 +10342,9 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10246
10342
|
public OptionalMapOfLong currencies = new OptionalMapOfLong();
|
|
10247
10343
|
public OptionalMapOfArrayOfCurrencyProperty currencyProperties = new OptionalMapOfArrayOfCurrencyProperty();
|
|
10248
10344
|
public OptionalArrayOfItemDeleteRequest deleteItems = new OptionalArrayOfItemDeleteRequest();
|
|
10345
|
+
public OptionalBool includeDeltas = new OptionalBool();
|
|
10249
10346
|
public OptionalArrayOfItemCreateRequest newItems = new OptionalArrayOfItemCreateRequest();
|
|
10347
|
+
public OptionalArrayOfString scopes = new OptionalArrayOfString();
|
|
10250
10348
|
public OptionalString transaction = new OptionalString();
|
|
10251
10349
|
public OptionalArrayOfItemUpdateRequest updateItems = new OptionalArrayOfItemUpdateRequest();
|
|
10252
10350
|
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
@@ -10279,6 +10377,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10279
10377
|
s.SerializeArray("deleteItems", ref deleteItems.Value);
|
|
10280
10378
|
deleteItems.HasValue = true;
|
|
10281
10379
|
}
|
|
10380
|
+
if ((s.HasKey("includeDeltas")
|
|
10381
|
+
|| ((includeDeltas != default(OptionalBool))
|
|
10382
|
+
&& includeDeltas.HasValue)))
|
|
10383
|
+
{
|
|
10384
|
+
s.Serialize("includeDeltas", ref includeDeltas.Value);
|
|
10385
|
+
includeDeltas.HasValue = true;
|
|
10386
|
+
}
|
|
10282
10387
|
if ((s.HasKey("newItems")
|
|
10283
10388
|
|| ((newItems != default(OptionalArrayOfItemCreateRequest))
|
|
10284
10389
|
&& newItems.HasValue)))
|
|
@@ -10286,6 +10391,13 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10286
10391
|
s.SerializeArray("newItems", ref newItems.Value);
|
|
10287
10392
|
newItems.HasValue = true;
|
|
10288
10393
|
}
|
|
10394
|
+
if ((s.HasKey("scopes")
|
|
10395
|
+
|| ((scopes != default(OptionalArrayOfString))
|
|
10396
|
+
&& scopes.HasValue)))
|
|
10397
|
+
{
|
|
10398
|
+
s.SerializeArray("scopes", ref scopes.Value);
|
|
10399
|
+
scopes.HasValue = true;
|
|
10400
|
+
}
|
|
10289
10401
|
if ((s.HasKey("transaction")
|
|
10290
10402
|
|| ((transaction != default(OptionalString))
|
|
10291
10403
|
&& transaction.HasValue)))
|
|
@@ -10357,6 +10469,25 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10357
10469
|
}
|
|
10358
10470
|
}
|
|
10359
10471
|
[System.SerializableAttribute()]
|
|
10472
|
+
public partial class CurrencyDelta : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10473
|
+
{
|
|
10474
|
+
public long after;
|
|
10475
|
+
public long before;
|
|
10476
|
+
public OptionalMapOfPropertyDelta properties = new OptionalMapOfPropertyDelta();
|
|
10477
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10478
|
+
{
|
|
10479
|
+
s.Serialize("after", ref after);
|
|
10480
|
+
s.Serialize("before", ref before);
|
|
10481
|
+
if ((s.HasKey("properties")
|
|
10482
|
+
|| ((properties != default(OptionalMapOfPropertyDelta))
|
|
10483
|
+
&& properties.HasValue)))
|
|
10484
|
+
{
|
|
10485
|
+
s.SerializeDictionary<MapOfPropertyDelta, PropertyDelta>("properties", ref properties.Value);
|
|
10486
|
+
properties.HasValue = true;
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10489
|
+
}
|
|
10490
|
+
[System.SerializableAttribute()]
|
|
10360
10491
|
public partial class InventoryQueryRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10361
10492
|
{
|
|
10362
10493
|
public OptionalInventoryFiltersDTO itemFilters = new OptionalInventoryFiltersDTO();
|
|
@@ -10380,6 +10511,25 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
10380
10511
|
}
|
|
10381
10512
|
}
|
|
10382
10513
|
[System.SerializableAttribute()]
|
|
10514
|
+
public partial class InventoryUpdateResponse : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10515
|
+
{
|
|
10516
|
+
public MapOfString data = new MapOfString();
|
|
10517
|
+
public OptionalInventoryUpdateDelta deltas = new OptionalInventoryUpdateDelta();
|
|
10518
|
+
public string result;
|
|
10519
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
10520
|
+
{
|
|
10521
|
+
s.SerializeDictionary<MapOfString, string>("data", ref data);
|
|
10522
|
+
if ((s.HasKey("deltas")
|
|
10523
|
+
|| ((deltas != default(OptionalInventoryUpdateDelta))
|
|
10524
|
+
&& deltas.HasValue)))
|
|
10525
|
+
{
|
|
10526
|
+
s.Serialize("deltas", ref deltas.Value);
|
|
10527
|
+
deltas.HasValue = true;
|
|
10528
|
+
}
|
|
10529
|
+
s.Serialize("result", ref result);
|
|
10530
|
+
}
|
|
10531
|
+
}
|
|
10532
|
+
[System.SerializableAttribute()]
|
|
10383
10533
|
public partial class ItemDeleteRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
10384
10534
|
{
|
|
10385
10535
|
public string contentId;
|
|
@@ -15158,6 +15308,15 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
15158
15308
|
}
|
|
15159
15309
|
}
|
|
15160
15310
|
[System.SerializableAttribute()]
|
|
15311
|
+
public partial class RealmsBasicNewGameRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
15312
|
+
{
|
|
15313
|
+
public string gameName;
|
|
15314
|
+
public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
|
|
15315
|
+
{
|
|
15316
|
+
s.Serialize("gameName", ref gameName);
|
|
15317
|
+
}
|
|
15318
|
+
}
|
|
15319
|
+
[System.SerializableAttribute()]
|
|
15161
15320
|
public partial class CreateProjectRequest : Beamable.Serialization.JsonSerializable.ISerializable
|
|
15162
15321
|
{
|
|
15163
15322
|
public string name;
|
|
@@ -18654,6 +18813,18 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
18654
18813
|
}
|
|
18655
18814
|
}
|
|
18656
18815
|
[System.SerializableAttribute()]
|
|
18816
|
+
public class OptionalArrayOfInFlightMessage : Beamable.Common.Content.OptionalArray<InFlightMessage>
|
|
18817
|
+
{
|
|
18818
|
+
public OptionalArrayOfInFlightMessage()
|
|
18819
|
+
{
|
|
18820
|
+
}
|
|
18821
|
+
public OptionalArrayOfInFlightMessage(InFlightMessage[] value)
|
|
18822
|
+
{
|
|
18823
|
+
HasValue = true;
|
|
18824
|
+
Value = value;
|
|
18825
|
+
}
|
|
18826
|
+
}
|
|
18827
|
+
[System.SerializableAttribute()]
|
|
18657
18828
|
public class OptionalAuthActorContextInfo : Beamable.Common.Content.Optional<AuthActorContextInfo>
|
|
18658
18829
|
{
|
|
18659
18830
|
public OptionalAuthActorContextInfo()
|
|
@@ -18726,18 +18897,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
18726
18897
|
}
|
|
18727
18898
|
}
|
|
18728
18899
|
[System.SerializableAttribute()]
|
|
18729
|
-
public class OptionalBeamoV2ObjectId : Beamable.Common.Content.Optional<BeamoV2ObjectId>
|
|
18730
|
-
{
|
|
18731
|
-
public OptionalBeamoV2ObjectId()
|
|
18732
|
-
{
|
|
18733
|
-
}
|
|
18734
|
-
public OptionalBeamoV2ObjectId(BeamoV2ObjectId value)
|
|
18735
|
-
{
|
|
18736
|
-
HasValue = true;
|
|
18737
|
-
Value = value;
|
|
18738
|
-
}
|
|
18739
|
-
}
|
|
18740
|
-
[System.SerializableAttribute()]
|
|
18741
18900
|
public class OptionalArrayOfBeamoV2ServiceReference : Beamable.Common.Content.OptionalArray<BeamoV2ServiceReference>
|
|
18742
18901
|
{
|
|
18743
18902
|
public OptionalArrayOfBeamoV2ServiceReference()
|
|
@@ -19218,6 +19377,14 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
19218
19377
|
}
|
|
19219
19378
|
}
|
|
19220
19379
|
[System.SerializableAttribute()]
|
|
19380
|
+
public class OptionalMapOfTagList : Beamable.Common.Content.Optional<MapOfTagList>
|
|
19381
|
+
{
|
|
19382
|
+
}
|
|
19383
|
+
[System.SerializableAttribute()]
|
|
19384
|
+
public class MapOfTagList : Beamable.Common.Content.SerializableDictionaryStringToSomething<TagList>
|
|
19385
|
+
{
|
|
19386
|
+
}
|
|
19387
|
+
[System.SerializableAttribute()]
|
|
19221
19388
|
public class OptionalArrayOfPartyInvitation : Beamable.Common.Content.OptionalArray<PartyInvitation>
|
|
19222
19389
|
{
|
|
19223
19390
|
public OptionalArrayOfPartyInvitation()
|
|
@@ -19618,18 +19785,6 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
19618
19785
|
}
|
|
19619
19786
|
}
|
|
19620
19787
|
[System.SerializableAttribute()]
|
|
19621
|
-
public class OptionalArrayOfInFlightMessage : Beamable.Common.Content.OptionalArray<InFlightMessage>
|
|
19622
|
-
{
|
|
19623
|
-
public OptionalArrayOfInFlightMessage()
|
|
19624
|
-
{
|
|
19625
|
-
}
|
|
19626
|
-
public OptionalArrayOfInFlightMessage(InFlightMessage[] value)
|
|
19627
|
-
{
|
|
19628
|
-
HasValue = true;
|
|
19629
|
-
Value = value;
|
|
19630
|
-
}
|
|
19631
|
-
}
|
|
19632
|
-
[System.SerializableAttribute()]
|
|
19633
19788
|
public class OptionalLeaderboardCohortSettings : Beamable.Common.Content.Optional<LeaderboardCohortSettings>
|
|
19634
19789
|
{
|
|
19635
19790
|
public OptionalLeaderboardCohortSettings()
|
|
@@ -19838,6 +19993,14 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
19838
19993
|
}
|
|
19839
19994
|
}
|
|
19840
19995
|
[System.SerializableAttribute()]
|
|
19996
|
+
public class OptionalMapOfPropertyDelta : Beamable.Common.Content.Optional<MapOfPropertyDelta>
|
|
19997
|
+
{
|
|
19998
|
+
}
|
|
19999
|
+
[System.SerializableAttribute()]
|
|
20000
|
+
public class MapOfPropertyDelta : Beamable.Common.Content.SerializableDictionaryStringToSomething<PropertyDelta>
|
|
20001
|
+
{
|
|
20002
|
+
}
|
|
20003
|
+
[System.SerializableAttribute()]
|
|
19841
20004
|
public class OptionalTimeRange : Beamable.Common.Content.Optional<TimeRange>
|
|
19842
20005
|
{
|
|
19843
20006
|
public OptionalTimeRange()
|
|
@@ -19862,6 +20025,18 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
19862
20025
|
}
|
|
19863
20026
|
}
|
|
19864
20027
|
[System.SerializableAttribute()]
|
|
20028
|
+
public class OptionalInventoryUpdateDelta : Beamable.Common.Content.Optional<InventoryUpdateDelta>
|
|
20029
|
+
{
|
|
20030
|
+
public OptionalInventoryUpdateDelta()
|
|
20031
|
+
{
|
|
20032
|
+
}
|
|
20033
|
+
public OptionalInventoryUpdateDelta(InventoryUpdateDelta value)
|
|
20034
|
+
{
|
|
20035
|
+
HasValue = true;
|
|
20036
|
+
Value = value;
|
|
20037
|
+
}
|
|
20038
|
+
}
|
|
20039
|
+
[System.SerializableAttribute()]
|
|
19865
20040
|
public class OptionalArrayOfPropertyFilterDTO : Beamable.Common.Content.OptionalArray<PropertyFilterDTO>
|
|
19866
20041
|
{
|
|
19867
20042
|
public OptionalArrayOfPropertyFilterDTO()
|
|
@@ -19874,6 +20049,10 @@ namespace Beamable.Api.Autogenerated.Models
|
|
|
19874
20049
|
}
|
|
19875
20050
|
}
|
|
19876
20051
|
[System.SerializableAttribute()]
|
|
20052
|
+
public class MapOfCurrencyDelta : Beamable.Common.Content.SerializableDictionaryStringToSomething<CurrencyDelta>
|
|
20053
|
+
{
|
|
20054
|
+
}
|
|
20055
|
+
[System.SerializableAttribute()]
|
|
19877
20056
|
public class OptionalArrayOfItemDeleteRequest : Beamable.Common.Content.OptionalArray<ItemDeleteRequest>
|
|
19878
20057
|
{
|
|
19879
20058
|
public OptionalArrayOfItemDeleteRequest()
|