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.
Files changed (397) hide show
  1. package/.attestation.p7m +0 -0
  2. package/CHANGELOG.md +6 -0
  3. package/Common/Runtime/AgnosticAttribute.cs +2 -2
  4. package/Common/Runtime/Api/AliasHelper.cs +2 -2
  5. package/Common/Runtime/Api/Analytics/AnalyticsEventRequest.cs +2 -2
  6. package/Common/Runtime/Api/Analytics/AnalyticsService.cs +2 -2
  7. package/Common/Runtime/Api/Analytics/IBeamAnalyticsService.cs +2 -2
  8. package/Common/Runtime/Api/Analytics/Models/CoreEvent.cs +2 -2
  9. package/Common/Runtime/Api/Analytics/Models/IAnalyticsEvent.cs +2 -2
  10. package/Common/Runtime/Api/Analytics/Models/SampleCustomEvent.cs +2 -2
  11. package/Common/Runtime/Api/Announcements/AbsAnnouncementsApi.cs +2 -2
  12. package/Common/Runtime/Api/Announcements/IAnnouncementsApi.cs +2 -2
  13. package/Common/Runtime/Api/Auth/AuthApi.cs +2 -2
  14. package/Common/Runtime/Api/Auth/IAuthApi.cs +2 -2
  15. package/Common/Runtime/Api/Calendars/AbsCalendarApi.cs +2 -2
  16. package/Common/Runtime/Api/Calendars/ICalendarApi.cs +2 -2
  17. package/Common/Runtime/Api/Chat/ChatApi.cs +2 -2
  18. package/Common/Runtime/Api/Chat/IChatApi.cs +2 -2
  19. package/Common/Runtime/Api/CloudData/CloudDataApi.cs +2 -2
  20. package/Common/Runtime/Api/CloudData/ICloudDataApi.cs +2 -2
  21. package/Common/Runtime/Api/CometClientData.cs +2 -2
  22. package/Common/Runtime/Api/Commerce/ICommerceApi.cs +2 -2
  23. package/Common/Runtime/Api/Content/IContentApi.cs +2 -2
  24. package/Common/Runtime/Api/Events/AbsEventsApi.cs +2 -2
  25. package/Common/Runtime/Api/Events/IEventsApi.cs +2 -2
  26. package/Common/Runtime/Api/Groups/GroupsApi.cs +2 -2
  27. package/Common/Runtime/Api/Groups/IGroupsApi.cs +2 -2
  28. package/Common/Runtime/Api/IAccessToken.cs +2 -2
  29. package/Common/Runtime/Api/IBeamableFilesystemAccessor.cs +2 -2
  30. package/Common/Runtime/Api/IBeamableRequester.cs +2 -2
  31. package/Common/Runtime/Api/IConnectivityChecker.cs +2 -2
  32. package/Common/Runtime/Api/IHasBeamableRequester.cs +2 -2
  33. package/Common/Runtime/Api/IServiceRoutingStrategy.cs +2 -2
  34. package/Common/Runtime/Api/ISupportsGet.cs +2 -2
  35. package/Common/Runtime/Api/IUserContext.cs +2 -2
  36. package/Common/Runtime/Api/IUserDataCache.cs +2 -2
  37. package/Common/Runtime/Api/Inventory/IInventoryApi.cs +2 -2
  38. package/Common/Runtime/Api/Inventory/InventoryApi.cs +2 -2
  39. package/Common/Runtime/Api/Inventory/InventoryUpdateBuilder.cs +2 -2
  40. package/Common/Runtime/Api/Leaderboards/ILeaderboardApi.cs +2 -2
  41. package/Common/Runtime/Api/Leaderboards/LeaderboardApi.cs +2 -2
  42. package/Common/Runtime/Api/Lobbies/ILobbyApi.cs +2 -2
  43. package/Common/Runtime/Api/Lobbies/Lobby.cs +2 -2
  44. package/Common/Runtime/Api/Lobbies/LobbyNotification.cs +2 -2
  45. package/Common/Runtime/Api/Lobbies/LobbyPlayer.cs +2 -2
  46. package/Common/Runtime/Api/Lobbies/LobbyRestriction.cs +2 -2
  47. package/Common/Runtime/Api/Lobbies/LobbyService.cs +2 -2
  48. package/Common/Runtime/Api/Lobbies/LobbyUtils.cs +2 -2
  49. package/Common/Runtime/Api/Lobbies/NotInLobby.cs +2 -2
  50. package/Common/Runtime/Api/Lobbies/Requests/AddTagsRequest.cs +2 -2
  51. package/Common/Runtime/Api/Lobbies/Requests/CreateLobbyRequest.cs +2 -2
  52. package/Common/Runtime/Api/Lobbies/Requests/JoinByPasscodeRequest.cs +2 -2
  53. package/Common/Runtime/Api/Lobbies/Requests/JoinLobbyRequest.cs +2 -2
  54. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryRequest.cs +2 -2
  55. package/Common/Runtime/Api/Lobbies/Requests/LobbyQueryResponse.cs +2 -2
  56. package/Common/Runtime/Api/Lobbies/Requests/RemoveFromLobbyRequest.cs +2 -2
  57. package/Common/Runtime/Api/Lobbies/Requests/RemoveTagsRequest.cs +2 -2
  58. package/Common/Runtime/Api/Lobbies/Requests/UpdateLobbyRequest.cs +2 -2
  59. package/Common/Runtime/Api/Mail/AbsMailApi.cs +2 -2
  60. package/Common/Runtime/Api/Mail/IMailApi.cs +2 -2
  61. package/Common/Runtime/Api/Notifications/INotificationService.cs +2 -2
  62. package/Common/Runtime/Api/Notifications/PrimitiveStringPayload.cs +2 -2
  63. package/Common/Runtime/Api/Parties/IPartyApi.cs +2 -2
  64. package/Common/Runtime/Api/Parties/NotInParty.cs +2 -2
  65. package/Common/Runtime/Api/Parties/Party.cs +2 -2
  66. package/Common/Runtime/Api/Parties/PartyNotifications.cs +2 -2
  67. package/Common/Runtime/Api/Parties/PartyRestriction.cs +2 -2
  68. package/Common/Runtime/Api/Parties/PartyService.cs +2 -2
  69. package/Common/Runtime/Api/Parties/Requests/CreatePartyRequest.cs +2 -2
  70. package/Common/Runtime/Api/Parties/Requests/PartyQueryResponse.cs +2 -2
  71. package/Common/Runtime/Api/Parties/Requests/PlayerRequest.cs +2 -2
  72. package/Common/Runtime/Api/Parties/Requests/UpdatePartyRequest.cs +2 -2
  73. package/Common/Runtime/Api/Payments/IPaymentsApi.cs +2 -2
  74. package/Common/Runtime/Api/Payments/PaymentsApi.cs +2 -2
  75. package/Common/Runtime/Api/Presence/IPresenceApi.cs +2 -2
  76. package/Common/Runtime/Api/Presence/PresenceService.cs +2 -2
  77. package/Common/Runtime/Api/Push/IPushApi.cs +2 -2
  78. package/Common/Runtime/Api/QueryBuilder.cs +2 -2
  79. package/Common/Runtime/Api/Realms/IAliasService.cs +2 -2
  80. package/Common/Runtime/Api/Realms/IRealmApi.cs +2 -2
  81. package/Common/Runtime/Api/Realms/RealmService.cs +2 -2
  82. package/Common/Runtime/Api/SignedRequesterHelper.cs +2 -2
  83. package/Common/Runtime/Api/Social/ISocialApi.cs +2 -2
  84. package/Common/Runtime/Api/Social/SocialApi.cs +2 -2
  85. package/Common/Runtime/Api/Stats/AbsStatsApi.cs +2 -2
  86. package/Common/Runtime/Api/Stats/IStatsApi.cs +2 -2
  87. package/Common/Runtime/Api/Stats/StatsAccessType.cs +2 -2
  88. package/Common/Runtime/Api/Stats/StatsApiHelper.cs +2 -2
  89. package/Common/Runtime/Api/Stats/StatsDomainType.cs +2 -2
  90. package/Common/Runtime/Api/Tournaments/ITournamentApi.cs +2 -2
  91. package/Common/Runtime/Api/Tournaments/TournamentApi.cs +2 -2
  92. package/Common/Runtime/BeamCli/CliContractTypeAttribute.cs +2 -2
  93. package/Common/Runtime/BeamCli/CliOtelData.cs +2 -2
  94. package/Common/Runtime/BeamCli/Contracts/CliLogMessage.cs +2 -2
  95. package/Common/Runtime/BeamCli/Contracts/CollectorStatus.cs +2 -2
  96. package/Common/Runtime/BeamCli/Contracts/Constants.cs +2 -2
  97. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotActionType.cs +2 -2
  98. package/Common/Runtime/BeamCli/Contracts/ContentService/AutoSnapshotType.cs +2 -2
  99. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentSnapshotType.cs +2 -2
  100. package/Common/Runtime/BeamCli/Contracts/ContentService/ContentStatus.cs +2 -2
  101. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifest.cs +2 -2
  102. package/Common/Runtime/BeamCli/Contracts/ContentService/LocalContentManifestEntry.cs +2 -2
  103. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestAuthor.cs +2 -2
  104. package/Common/Runtime/BeamCli/Contracts/ContentService/ManifestProjectData.cs +2 -2
  105. package/Common/Runtime/BeamCli/Contracts/ContentService/TagStatus.cs +2 -2
  106. package/Common/Runtime/BeamCli/Contracts/EnvironmentVersionData.cs +2 -2
  107. package/Common/Runtime/BeamCli/Contracts/GenerateEnvOutput.cs +2 -2
  108. package/Common/Runtime/BeamCli/Contracts/ServiceInfo.cs +2 -2
  109. package/Common/Runtime/BeamCli/ErrorOutput.cs +2 -2
  110. package/Common/Runtime/BeamCli/IBeamCommand.cs +2 -2
  111. package/Common/Runtime/BeamCli/Reporting.cs +2 -2
  112. package/Common/Runtime/BeamCli/ServiceInfoHelper.cs +2 -2
  113. package/Common/Runtime/BeamGenerateSchemaAttribute.cs +2 -2
  114. package/Common/Runtime/BeamableColorUtil.cs +2 -2
  115. package/Common/Runtime/BeamableEnumExtensions.cs +2 -2
  116. package/Common/Runtime/BeamableTaskExtensions.cs +2 -2
  117. package/Common/Runtime/Collections/ConcurrentBag.cs +2 -2
  118. package/Common/Runtime/Collections/ConcurrentDictionary.cs +2 -2
  119. package/Common/Runtime/Constants/Constants.cs +2 -2
  120. package/Common/Runtime/Constants/Implementations/ArchiveConstants.cs +2 -2
  121. package/Common/Runtime/Constants/Implementations/ConfigConstants.cs +2 -2
  122. package/Common/Runtime/Constants/Implementations/ContentConstants.cs +2 -2
  123. package/Common/Runtime/Constants/Implementations/ContentManagerConstants.cs +2 -2
  124. package/Common/Runtime/Constants/Implementations/CronConstants.cs +2 -2
  125. package/Common/Runtime/Constants/Implementations/DockerConstants.cs +2 -2
  126. package/Common/Runtime/Constants/Implementations/EnvironmentConstants.cs +2 -2
  127. package/Common/Runtime/Constants/Implementations/LoginBaseConstants.cs +2 -2
  128. package/Common/Runtime/Constants/Implementations/MigrationConstants.cs +2 -2
  129. package/Common/Runtime/Constants/Implementations/NotificationConstants.cs +2 -2
  130. package/Common/Runtime/Constants/Implementations/OtelConstants.cs +2 -2
  131. package/Common/Runtime/Constants/Implementations/RequesterConstants.cs +2 -2
  132. package/Common/Runtime/Constants/Implementations/SchedulesConstants.cs +2 -2
  133. package/Common/Runtime/Constants/Implementations/ServiceConstants.cs +2 -2
  134. package/Common/Runtime/Constants/Implementations/SpewConstants.cs +2 -2
  135. package/Common/Runtime/Constants/Implementations/TestingToolConstants.cs +2 -2
  136. package/Common/Runtime/Constants/Implementations/ToolbarConstants.cs +2 -2
  137. package/Common/Runtime/Constants/Implementations/ToolboxConstants.cs +2 -2
  138. package/Common/Runtime/Constants/Implementations/TooltipConstants.cs +2 -2
  139. package/Common/Runtime/Content/ClientContentSerializer.cs +2 -2
  140. package/Common/Runtime/Content/ClientManifest.cs +2 -2
  141. package/Common/Runtime/Content/ClientPermissions.cs +2 -2
  142. package/Common/Runtime/Content/ContentCorruptedException.cs +2 -2
  143. package/Common/Runtime/Content/ContentDataInfo.cs +2 -2
  144. package/Common/Runtime/Content/ContentDeserializationException.cs +2 -2
  145. package/Common/Runtime/Content/ContentFieldAttribute.cs +2 -2
  146. package/Common/Runtime/Content/ContentFilterType.cs +2 -2
  147. package/Common/Runtime/Content/ContentNotFoundException.cs +2 -2
  148. package/Common/Runtime/Content/ContentObject.cs +3 -3
  149. package/Common/Runtime/Content/ContentQuery.cs +2 -2
  150. package/Common/Runtime/Content/ContentQueryExtensions.cs +2 -2
  151. package/Common/Runtime/Content/ContentRef.cs +2 -2
  152. package/Common/Runtime/Content/ContentSerializer.cs +2 -2
  153. package/Common/Runtime/Content/ContentTypeAttribute.cs +2 -2
  154. package/Common/Runtime/Content/ContentTypeReflectionCache.cs +2 -2
  155. package/Common/Runtime/Content/ContentVisibility.cs +2 -2
  156. package/Common/Runtime/Content/Federation.cs +2 -2
  157. package/Common/Runtime/Content/IContentObject.cs +2 -2
  158. package/Common/Runtime/Content/IContentService.cs +2 -2
  159. package/Common/Runtime/Content/IIgnoreSerializationCallbacks.cs +2 -2
  160. package/Common/Runtime/Content/IgnoreContentFieldAttribute.cs +2 -2
  161. package/Common/Runtime/Content/Optionals.cs +2 -2
  162. package/Common/Runtime/Content/PropertyAttributes/FilePathSelectorAttribute.cs +2 -2
  163. package/Common/Runtime/Content/PropertyAttributes/HideUnlessServerPackageInstalled.cs +2 -2
  164. package/Common/Runtime/Content/PropertyAttributes/ReadonlyIfAttribute.cs +2 -2
  165. package/Common/Runtime/Content/PropertyAttributes/ShowOnlyAttribute.cs +2 -2
  166. package/Common/Runtime/Content/RenderAsRefAttribute.cs +2 -2
  167. package/Common/Runtime/Content/SerializableDictionary.cs +2 -2
  168. package/Common/Runtime/Content/Utility/DateUtility.cs +2 -2
  169. package/Common/Runtime/Content/Validation/AggregateContentValidationException.cs +2 -2
  170. package/Common/Runtime/Content/Validation/CannotBeBlank.cs +2 -2
  171. package/Common/Runtime/Content/Validation/CannotBeEmpty.cs +2 -2
  172. package/Common/Runtime/Content/Validation/ContentValidationException.cs +2 -2
  173. package/Common/Runtime/Content/Validation/FederationMustBeValid.cs +2 -2
  174. package/Common/Runtime/Content/Validation/MustBeComparatorString.cs +2 -2
  175. package/Common/Runtime/Content/Validation/MustBeCurrency.cs +2 -2
  176. package/Common/Runtime/Content/Validation/MustBeCurrencyOrItem.cs +2 -2
  177. package/Common/Runtime/Content/Validation/MustBeDateString.cs +2 -2
  178. package/Common/Runtime/Content/Validation/MustBeItem.cs +2 -2
  179. package/Common/Runtime/Content/Validation/MustBeLeaderboard.cs +2 -2
  180. package/Common/Runtime/Content/Validation/MustBeNonDefault.cs +2 -2
  181. package/Common/Runtime/Content/Validation/MustBeNonNegative.cs +2 -2
  182. package/Common/Runtime/Content/Validation/MustBeOneOf.cs +2 -2
  183. package/Common/Runtime/Content/Validation/MustBePositive.cs +2 -2
  184. package/Common/Runtime/Content/Validation/MustBeSlugString.cs +2 -2
  185. package/Common/Runtime/Content/Validation/MustBeTimeSpanDuration.cs +2 -2
  186. package/Common/Runtime/Content/Validation/MustBeValidCron.cs +2 -2
  187. package/Common/Runtime/Content/Validation/MustContain.cs +2 -2
  188. package/Common/Runtime/Content/Validation/MustReferenceContent.cs +2 -2
  189. package/Common/Runtime/Content/Validation/RouteParametersMustBeValid.cs +2 -2
  190. package/Common/Runtime/Content/Validation/ServiceRouteMustBeValid.cs +2 -2
  191. package/Common/Runtime/Content/Validation/TimeSpanDisplayAttribute.cs +2 -2
  192. package/Common/Runtime/Content/Validation/ValidationAttribute.cs +2 -2
  193. package/Common/Runtime/Content/Validation/ValidationContext.cs +2 -2
  194. package/Common/Runtime/CronExpression/CronLocale.cs +2 -2
  195. package/Common/Runtime/CronExpression/ErrorData.cs +2 -2
  196. package/Common/Runtime/CronExpression/ExpressionParser.cs +2 -2
  197. package/Common/Runtime/CronExpression/Options.cs +2 -2
  198. package/Common/Runtime/Debug.cs +2 -2
  199. package/Common/Runtime/DefaultQuery.cs +2 -2
  200. package/Common/Runtime/Dependencies/DependencyBuilder.cs +2 -2
  201. package/Common/Runtime/Dependencies/DependencyProvider.cs +2 -2
  202. package/Common/Runtime/Dependencies/Exceptions.cs +2 -2
  203. package/Common/Runtime/Dependencies/IDependencyList.cs +2 -2
  204. package/Common/Runtime/Dependencies/IDependencyNameProvider.cs +2 -2
  205. package/Common/Runtime/Dependencies/RegisterBeamableDependenciesAttribute.cs +2 -2
  206. package/Common/Runtime/Dependencies/ServiceStorage.cs +2 -2
  207. package/Common/Runtime/Dependencies/Utils.cs +2 -2
  208. package/Common/Runtime/DocUtils.cs +2 -2
  209. package/Common/Runtime/Environment/PackageVersion.cs +2 -2
  210. package/Common/Runtime/Federation/FederatedGameServer.cs +2 -2
  211. package/Common/Runtime/Federation/FederatedInventory.cs +2 -2
  212. package/Common/Runtime/Federation/FederatedLogin.cs +2 -2
  213. package/Common/Runtime/Federation/FederatedPlayerInit.cs +2 -2
  214. package/Common/Runtime/Federation/Federation.cs +2 -2
  215. package/Common/Runtime/IRuntimeConfigProvider.cs +2 -2
  216. package/Common/Runtime/ISearchableElement.cs +2 -2
  217. package/Common/Runtime/JsonSerializable/DeleteStream.cs +2 -2
  218. package/Common/Runtime/JsonSerializable/DiffStream.cs +2 -2
  219. package/Common/Runtime/JsonSerializable/JsonData.cs +2 -2
  220. package/Common/Runtime/JsonSerializable/JsonSaveStream.cs +2 -2
  221. package/Common/Runtime/JsonSerializable/JsonSerializable.cs +2 -2
  222. package/Common/Runtime/JsonSerializable/LoadStream.cs +2 -2
  223. package/Common/Runtime/JsonSerializable/MessagePackStream.cs +2 -2
  224. package/Common/Runtime/JsonSerializable/SaveStream.cs +2 -2
  225. package/Common/Runtime/JsonSerializable/TypeLookupFactory.cs +2 -2
  226. package/Common/Runtime/Modules/Announcements/AnnouncementApiContent.cs +2 -2
  227. package/Common/Runtime/Modules/Announcements/AnnouncementContent.cs +2 -2
  228. package/Common/Runtime/Modules/Announcements/AnnouncementRef.cs +2 -2
  229. package/Common/Runtime/Modules/Calendars/CalendarContent.cs +2 -2
  230. package/Common/Runtime/Modules/Calendars/CalendarRef.cs +2 -2
  231. package/Common/Runtime/Modules/Groups/GroupDonationContentRef.cs +2 -2
  232. package/Common/Runtime/Modules/Groups/GroupDonationsContent.cs +2 -2
  233. package/Common/Runtime/Modules/Inventory/CurrencyContent.cs +2 -2
  234. package/Common/Runtime/Modules/Inventory/CurrencyRef.cs +2 -2
  235. package/Common/Runtime/Modules/Inventory/ItemContent.cs +2 -2
  236. package/Common/Runtime/Modules/Inventory/ItemRef.cs +2 -2
  237. package/Common/Runtime/Modules/Inventory/VipContent.cs +2 -2
  238. package/Common/Runtime/Modules/Leaderboards/LeaderboardContent.cs +2 -2
  239. package/Common/Runtime/Modules/Leaderboards/LeaderboardRef.cs +2 -2
  240. package/Common/Runtime/Modules/SharedContent/ApiContent.cs +2 -2
  241. package/Common/Runtime/Modules/SharedContent/EmailContent.cs +2 -2
  242. package/Common/Runtime/Modules/SharedContent/EventContent.cs +2 -2
  243. package/Common/Runtime/Modules/SharedContent/PlayerReward.cs +2 -2
  244. package/Common/Runtime/Modules/SharedContent/ScheduleDefinition.cs +2 -2
  245. package/Common/Runtime/Modules/SharedContent/ScheduleExtensions.cs +2 -2
  246. package/Common/Runtime/Modules/SharedContent/SimGameType.cs +2 -2
  247. package/Common/Runtime/Modules/Shop/ListingContent.cs +2 -2
  248. package/Common/Runtime/Modules/Shop/ListingLink.cs +2 -2
  249. package/Common/Runtime/Modules/Shop/ListingRef.cs +2 -2
  250. package/Common/Runtime/Modules/Shop/SKUContent.cs +2 -2
  251. package/Common/Runtime/Modules/Shop/SKURef.cs +2 -2
  252. package/Common/Runtime/Modules/Shop/StoreContent.cs +2 -2
  253. package/Common/Runtime/Modules/Shop/StoreRef.cs +2 -2
  254. package/Common/Runtime/Modules/Steam/ISteamService.cs +2 -2
  255. package/Common/Runtime/Modules/Tournaments/TournamentColorConstants.cs +2 -2
  256. package/Common/Runtime/Modules/Tournaments/TournamentContent.cs +2 -2
  257. package/Common/Runtime/ObjectExtensions.cs +2 -2
  258. package/Common/Runtime/OpenApi/AccountsBasic.gs.cs +2 -2
  259. package/Common/Runtime/OpenApi/AccountsBasicCommon.gs.cs +2 -2
  260. package/Common/Runtime/OpenApi/AccountsObject.gs.cs +2 -2
  261. package/Common/Runtime/OpenApi/AnnouncementsBasic.gs.cs +2 -2
  262. package/Common/Runtime/OpenApi/AnnouncementsBasicCommon.gs.cs +2 -2
  263. package/Common/Runtime/OpenApi/AnnouncementsObject.gs.cs +2 -2
  264. package/Common/Runtime/OpenApi/AuthBasic.gs.cs +2 -2
  265. package/Common/Runtime/OpenApi/AuthBasicCommon.gs.cs +2 -2
  266. package/Common/Runtime/OpenApi/BeamAdmin.gs.cs +2 -2
  267. package/Common/Runtime/OpenApi/BeamAdminCommon.gs.cs +2 -2
  268. package/Common/Runtime/OpenApi/BeamAuth.gs.cs +2 -2
  269. package/Common/Runtime/OpenApi/BeamAuthCommon.gs.cs +2 -2
  270. package/Common/Runtime/OpenApi/BeamBeamo.gs.cs +2 -2
  271. package/Common/Runtime/OpenApi/BeamBeamoCommon.gs.cs +2 -2
  272. package/Common/Runtime/OpenApi/BeamBeamootel.gs.cs +2 -2
  273. package/Common/Runtime/OpenApi/BeamBeamootelCommon.gs.cs +2 -2
  274. package/Common/Runtime/OpenApi/BeamCustomer.gs.cs +157 -85
  275. package/Common/Runtime/OpenApi/BeamCustomerCommon.gs.cs +2 -2
  276. package/Common/Runtime/OpenApi/BeamLobby.gs.cs +320 -318
  277. package/Common/Runtime/OpenApi/BeamLobbyCommon.gs.cs +2 -2
  278. package/Common/Runtime/OpenApi/BeamMailbox.gs.cs +2 -2
  279. package/Common/Runtime/OpenApi/BeamMailboxCommon.gs.cs +2 -2
  280. package/Common/Runtime/OpenApi/BeamMatchmaking.gs.cs +169 -169
  281. package/Common/Runtime/OpenApi/BeamMatchmakingCommon.gs.cs +2 -2
  282. package/Common/Runtime/OpenApi/BeamParty.gs.cs +270 -219
  283. package/Common/Runtime/OpenApi/BeamPartyCommon.gs.cs +2 -2
  284. package/Common/Runtime/OpenApi/BeamPlayer.gs.cs +2 -2
  285. package/Common/Runtime/OpenApi/BeamPlayerCommon.gs.cs +2 -2
  286. package/Common/Runtime/OpenApi/BeamPlayerlobby.gs.cs +2 -2
  287. package/Common/Runtime/OpenApi/BeamPlayerlobbyCommon.gs.cs +2 -2
  288. package/Common/Runtime/OpenApi/BeamPlayerparty.gs.cs +2 -2
  289. package/Common/Runtime/OpenApi/BeamPlayerpartyCommon.gs.cs +2 -2
  290. package/Common/Runtime/OpenApi/BeamPlayerticket.gs.cs +2 -2
  291. package/Common/Runtime/OpenApi/BeamPlayerticketCommon.gs.cs +2 -2
  292. package/Common/Runtime/OpenApi/BeamPresence.gs.cs +2 -2
  293. package/Common/Runtime/OpenApi/BeamPresenceCommon.gs.cs +2 -2
  294. package/Common/Runtime/OpenApi/BeamScheduler.gs.cs +6 -6
  295. package/Common/Runtime/OpenApi/BeamSchedulerCommon.gs.cs +2 -2
  296. package/Common/Runtime/OpenApi/BeamServiceplan.gs.cs +2 -2
  297. package/Common/Runtime/OpenApi/BeamServiceplanCommon.gs.cs +2 -2
  298. package/Common/Runtime/OpenApi/BeamoBasic.gs.cs +2 -2
  299. package/Common/Runtime/OpenApi/BeamoBasicCommon.gs.cs +2 -2
  300. package/Common/Runtime/OpenApi/CalendarsObject.gs.cs +2 -2
  301. package/Common/Runtime/OpenApi/CalendarsObjectCommon.gs.cs +2 -2
  302. package/Common/Runtime/OpenApi/CloudsavingBasic.gs.cs +2 -2
  303. package/Common/Runtime/OpenApi/CloudsavingBasicCommon.gs.cs +2 -2
  304. package/Common/Runtime/OpenApi/CommerceBasic.gs.cs +2 -2
  305. package/Common/Runtime/OpenApi/CommerceBasicCommon.gs.cs +2 -2
  306. package/Common/Runtime/OpenApi/CommerceObject.gs.cs +7 -7
  307. package/Common/Runtime/OpenApi/ContentBasic.gs.cs +2 -2
  308. package/Common/Runtime/OpenApi/ContentBasicCommon.gs.cs +2 -2
  309. package/Common/Runtime/OpenApi/Event-playersObject.gs.cs +2 -2
  310. package/Common/Runtime/OpenApi/Event-playersObjectCommon.gs.cs +2 -2
  311. package/Common/Runtime/OpenApi/EventsBasic.gs.cs +2 -2
  312. package/Common/Runtime/OpenApi/EventsBasicCommon.gs.cs +2 -2
  313. package/Common/Runtime/OpenApi/EventsObject.gs.cs +2 -2
  314. package/Common/Runtime/OpenApi/Group-usersObject.gs.cs +2 -2
  315. package/Common/Runtime/OpenApi/Group-usersObjectCommon.gs.cs +2 -2
  316. package/Common/Runtime/OpenApi/GroupsObject.gs.cs +2 -2
  317. package/Common/Runtime/OpenApi/GroupsObjectCommon.gs.cs +2 -2
  318. package/Common/Runtime/OpenApi/InventoryBasic.gs.cs +2 -2
  319. package/Common/Runtime/OpenApi/InventoryBasicCommon.gs.cs +2 -2
  320. package/Common/Runtime/OpenApi/InventoryObject.gs.cs +7 -7
  321. package/Common/Runtime/OpenApi/LeaderboardsBasic.gs.cs +2 -2
  322. package/Common/Runtime/OpenApi/LeaderboardsBasicCommon.gs.cs +2 -2
  323. package/Common/Runtime/OpenApi/LeaderboardsObject.gs.cs +54 -34
  324. package/Common/Runtime/OpenApi/MailBasic.gs.cs +2 -2
  325. package/Common/Runtime/OpenApi/MailBasicCommon.gs.cs +2 -2
  326. package/Common/Runtime/OpenApi/MailObject.gs.cs +2 -2
  327. package/Common/Runtime/OpenApi/Models.gs.cs +366 -187
  328. package/Common/Runtime/OpenApi/NotificationBasic.gs.cs +2 -2
  329. package/Common/Runtime/OpenApi/NotificationBasicCommon.gs.cs +2 -2
  330. package/Common/Runtime/OpenApi/PaymentsBasic.gs.cs +2 -2
  331. package/Common/Runtime/OpenApi/PaymentsBasicCommon.gs.cs +2 -2
  332. package/Common/Runtime/OpenApi/PaymentsObject.gs.cs +4 -4
  333. package/Common/Runtime/OpenApi/PushBasic.gs.cs +2 -2
  334. package/Common/Runtime/OpenApi/PushBasicCommon.gs.cs +2 -2
  335. package/Common/Runtime/OpenApi/RealmsBasic.gs.cs +6 -6
  336. package/Common/Runtime/OpenApi/RealmsBasicCommon.gs.cs +2 -2
  337. package/Common/Runtime/OpenApi/SessionBasic.gs.cs +2 -2
  338. package/Common/Runtime/OpenApi/SessionBasicCommon.gs.cs +2 -2
  339. package/Common/Runtime/OpenApi/SocialBasic.gs.cs +2 -2
  340. package/Common/Runtime/OpenApi/SocialBasicCommon.gs.cs +2 -2
  341. package/Common/Runtime/OpenApi/StatsBasic.gs.cs +2 -2
  342. package/Common/Runtime/OpenApi/StatsBasicCommon.gs.cs +2 -2
  343. package/Common/Runtime/OpenApi/StatsObject.gs.cs +2 -2
  344. package/Common/Runtime/OpenApi/TournamentsBasic.gs.cs +2 -2
  345. package/Common/Runtime/OpenApi/TournamentsBasicCommon.gs.cs +2 -2
  346. package/Common/Runtime/OpenApi/TournamentsObject.gs.cs +2 -2
  347. package/Common/Runtime/OpenApi/TrialsBasic.gs.cs +2 -2
  348. package/Common/Runtime/OpenApi/TrialsBasicCommon.gs.cs +2 -2
  349. package/Common/Runtime/OpenApiExtensions/BeamoExtensions.cs +2 -2
  350. package/Common/Runtime/OpenApiExtensions/LegacyConverterExtensions.cs +2 -2
  351. package/Common/Runtime/OpenApiSystem.cs +2 -2
  352. package/Common/Runtime/Player/Lazy.cs +2 -2
  353. package/Common/Runtime/Player/Observables.cs +2 -2
  354. package/Common/Runtime/Pooling/ClassPool.cs +2 -2
  355. package/Common/Runtime/Pooling/StringBuilderPool.cs +2 -2
  356. package/Common/Runtime/Promise.cs +2 -2
  357. package/Common/Runtime/ReflectionCache/BeamContextSystemAttribute.cs +2 -2
  358. package/Common/Runtime/ReflectionCache/INamingAttribute.cs +2 -2
  359. package/Common/Runtime/ReflectionCache/IReflectionAttribute.cs +2 -2
  360. package/Common/Runtime/ReflectionCache/PreserveAttribute.cs +2 -2
  361. package/Common/Runtime/ReflectionCache/ReflectionCache.cs +2 -2
  362. package/Common/Runtime/ReflectionCache/ReflectionCache_Attributes.cs +2 -2
  363. package/Common/Runtime/ReflectionCache/ReflectionCache_BaseTypes.cs +2 -2
  364. package/Common/Runtime/ReflectionCache/ReflectionCache_SignatureMatching.cs +2 -2
  365. package/Common/Runtime/Scheduler/BeamScheduler.cs +2 -2
  366. package/Common/Runtime/Scheduler/Cron.cs +2 -2
  367. package/Common/Runtime/Scheduler/CronValidation.cs +2 -2
  368. package/Common/Runtime/Semantics/ServiceName.cs +2 -2
  369. package/Common/Runtime/SmallerJSON/IRawJsonProvider.cs +2 -2
  370. package/Common/Runtime/SmallerJSON/SmallerJSON.ArrayDict.cs +2 -2
  371. package/Common/Runtime/SmallerJSON/SmallerJSON.FromString.cs +2 -2
  372. package/Common/Runtime/SmallerJSON/SmallerJSON.cs +2 -2
  373. package/Common/Runtime/Spew/Logger.cs +2 -2
  374. package/Common/Runtime/Spew/SpewLoggerAttribute.cs +2 -2
  375. package/Common/Runtime/Trie.cs +2 -2
  376. package/Common/Runtime/TypeExtensions.cs +2 -2
  377. package/Common/Runtime/Util/BeamAssemblyVersionUtil.cs +2 -2
  378. package/Common/Runtime/Util/BeamFileUtil.cs +2 -2
  379. package/Common/Runtime/Util/DocsPageHelper.cs +2 -2
  380. package/Common/Runtime/Util/NaturalStringComparer.cs +2 -2
  381. package/Editor/BeamCli/BeamCli.cs +25 -23
  382. package/Editor/BeamCli/BeamCommand.cs +5 -2
  383. package/Editor/BeamCli/BeamWebCommand.cs +2 -2
  384. package/Editor/BeamCli/Commands/BeamFetchCommandLogRecord.cs +1 -0
  385. package/Editor/BeamCli/Commands/BeamProjectGenerateEnv.cs +7 -0
  386. package/Editor/BeamCli/Extensions/DiscoveryExtensions.cs +17 -1
  387. package/Editor/BeamCli/UI/BeamCliWindow_Commands.cs +80 -53
  388. package/Editor/ContentService/CliContentService.cs +3 -9
  389. package/Editor/Server/Usam/UsamService.cs +3 -1
  390. package/Editor/UI/AccountWindow/AccountWindow.cs +3 -2
  391. package/Editor/UI/ContentWindow/ContentWindow_ItemsPanel.cs +31 -19
  392. package/Editor/Utility/UnityOtelManager.cs +6 -2
  393. package/Runtime/Environment/Resources/env-default.json +1 -1
  394. package/Runtime/Environment/Resources/versions-default.json +1 -1
  395. package/Samples~/LightBeamSamples/SceneLoader/LightBeamBooter.cs +1 -1
  396. package/Tests/Runtime/Beamable/Player/Inventory/MockInventoryApi.cs +4 -4
  397. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- // this file was copied from nuget package Beamable.Common@7.0.0-PREVIEW.RC3
2
- // https://www.nuget.org/packages/Beamable.Common/7.0.0-PREVIEW.RC3
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 failureId;
39
- public AdminActorInFlightMessage inFlightMessage = new AdminActorInFlightMessage();
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("failureId", ref failureId);
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 AdminActorInFlightMessage : Beamable.Serialization.JsonSerializable.ISerializable
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 OptionalString serviceName = new OptionalString();
1022
+ public string serviceName;
1023
1023
  public virtual void Serialize(Beamable.Serialization.JsonSerializable.IStreamSerializer s)
1024
1024
  {
1025
- if ((s.HasKey("_id")
1026
- || ((_id != default(OptionalBeamoV2ObjectId))
1027
- && _id.HasValue)))
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("_id", ref _id.Value);
1030
- _id.HasValue = true;
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
- if ((s.HasKey("serviceName")
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 CustomerActorRealmConfigResponse : Beamable.Serialization.JsonSerializable.ISerializable
2478
+ public partial class UpdateRealmRequest : Beamable.Serialization.JsonSerializable.ISerializable
2508
2479
  {
2509
- public OptionalMapOfString config = new OptionalMapOfString();
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("config")
2513
- || ((config != default(OptionalMapOfString))
2514
- && config.HasValue)))
2484
+ if ((s.HasKey("archiveStatus")
2485
+ || ((archiveStatus != default(OptionalBool))
2486
+ && archiveStatus.HasValue)))
2515
2487
  {
2516
- s.SerializeDictionary<MapOfString, string>("config", ref config.Value);
2517
- config.HasValue = true;
2488
+ s.Serialize("archiveStatus", ref archiveStatus.Value);
2489
+ archiveStatus.HasValue = true;
2518
2490
  }
2519
- }
2520
- }
2521
- [System.SerializableAttribute()]
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.SerializeArray("realms", ref realms.Value);
2532
- realms.HasValue = true;
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 OptionalArrayOfTag tags = new OptionalArrayOfTag();
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(OptionalArrayOfTag))
4389
+ || ((tags != default(OptionalMapOfTagList))
4287
4390
  && tags.HasValue)))
4288
4391
  {
4289
- s.SerializeArray("tags", ref tags.Value);
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 JobExecutionEvent : Beamable.Serialization.JsonSerializable.ISerializable
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 OptionalArrayOfTag tags = new OptionalArrayOfTag();
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(OptionalArrayOfTag))
5766
+ || ((tags != default(OptionalMapOfTagList))
5696
5767
  && tags.HasValue)))
5697
5768
  {
5698
- s.SerializeArray("tags", ref tags.Value);
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()