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
@@ -26,6 +26,7 @@ namespace Beamable.Editor.BeamCli.Commands
26
26
 
27
27
  public Action<BeamArgs> argModifier = null;
28
28
  public Stack<Action<BeamArgs>> argStackModifier = new Stack<Action<BeamArgs>>();
29
+ private readonly BeamCli _beamCli;
29
30
 
30
31
  public void ModifierNextDefault(Action<BeamArgs> modifier) => argStackModifier.Push(modifier);
31
32
 
@@ -43,9 +44,10 @@ namespace Beamable.Editor.BeamCli.Commands
43
44
  }
44
45
  }
45
46
 
46
- public BeamCommands(IBeamCommandFactory factory)
47
+ public BeamCommands(IBeamCommandFactory factory, BeamCli beamCli)
47
48
  {
48
49
  _factory = factory;
50
+ _beamCli = beamCli;
49
51
  }
50
52
 
51
53
  public IBeamCommand CreateCustom(string args)
@@ -73,7 +75,8 @@ namespace Beamable.Editor.BeamCli.Commands
73
75
  emitLogStreams = true,
74
76
  engine = "unity",
75
77
  engineVersion = Application.unityVersion,
76
- engineSdkVersion = BeamableEnvironment.SdkVersion.ToString()
78
+ engineSdkVersion = BeamableEnvironment.SdkVersion.ToString(),
79
+ preferRemoteFederation = _beamCli.CurrentRealm?.IsProduction ?? false
77
80
  };
78
81
  return beamArgs;
79
82
  }
@@ -96,13 +96,13 @@ namespace Beamable.Editor.BeamCli
96
96
  public BeamWebCommandFactory(
97
97
  BeamableDispatcher dispatcher,
98
98
  BeamWebCliCommandHistory history,
99
- BeamWebCommandFactoryOptions options)
99
+ BeamWebCommandFactoryOptions options, BeamCli beamCli)
100
100
  {
101
101
  this.dispatcher = dispatcher;
102
102
  _history = history;
103
103
  _options = options;
104
104
  processFactory = new BeamCommandFactory(dispatcher);
105
- processCommands = new BeamCommands(processFactory);
105
+ processCommands = new BeamCommands(processFactory, beamCli);
106
106
  _options.port = _options.startPortOverride.GetOrElse(8432);
107
107
 
108
108
  dispatcher.Run("cli-server-discovery", ServerDiscoveryLoop());
@@ -11,5 +11,6 @@ namespace Beamable.Editor.BeamCli.Commands
11
11
  public string LogLevel;
12
12
  public string ServiceName;
13
13
  public string Message;
14
+ public System.Collections.Generic.Dictionary<string, string> LogAttributes;
14
15
  }
15
16
  }
@@ -20,6 +20,8 @@ namespace Beamable.Editor.BeamCli.Commands
20
20
  public bool autoDeploy;
21
21
  /// <summary>When enabled, includes the legacy SECRET realm secret environment variable</summary>
22
22
  public bool includeSecret;
23
+ /// <summary>When enabled, prevents any connection strings from being added to the environment</summary>
24
+ public bool useRemoteDeps;
23
25
  /// <summary>When enabled, automatically stop all other local instances of this service</summary>
24
26
  public int removeAllExceptPid;
25
27
  /// <summary>Serializes the arguments for command line usage.</summary>
@@ -56,6 +58,11 @@ namespace Beamable.Editor.BeamCli.Commands
56
58
  {
57
59
  genBeamCommandArgs.Add(("--include-secret=" + this.includeSecret));
58
60
  }
61
+ // If the useRemoteDeps value was not default, then add it to the list of args.
62
+ if ((this.useRemoteDeps != default(bool)))
63
+ {
64
+ genBeamCommandArgs.Add(("--use-remote-deps=" + this.useRemoteDeps));
65
+ }
59
66
  // If the removeAllExceptPid value was not default, then add it to the list of args.
60
67
  if ((this.removeAllExceptPid != default(int)))
61
68
  {
@@ -8,8 +8,24 @@ namespace Beamable.Editor.BeamCli.Extensions
8
8
  {
9
9
  public static bool IsLocal(this BeamServiceInstance instance)
10
10
  {
11
- return instance.latestHostEvent != null || instance.latestDockerEvent != null;
11
+ return (instance.latestHostEvent != null && instance.latestHostEvent.IsValid()) ||
12
+ (instance.latestDockerEvent != null && instance.latestDockerEvent.IsValid());
12
13
  }
14
+
15
+ public static bool IsValid(this BeamDockerServiceDescriptor instance)
16
+ {
17
+ return !string.IsNullOrEmpty(instance.containerId)
18
+ || !string.IsNullOrEmpty(instance.routingKey)
19
+ || !string.IsNullOrEmpty(instance.service)
20
+ || !string.IsNullOrEmpty(instance.serviceType);
21
+ }
22
+
23
+ public static bool IsValid(this BeamHostServiceDescriptor instance)
24
+ {
25
+ return !string.IsNullOrEmpty(instance.service)
26
+ || !string.IsNullOrEmpty(instance.routingKey);
27
+ }
28
+
13
29
  public static bool IsRemote(this BeamServiceInstance instance)
14
30
  {
15
31
  return instance.latestRemoteEvent != null;
@@ -48,10 +48,12 @@ namespace Beamable.Editor.BeamCli.UI
48
48
  public CommandStatusFilterView completedFilter = new CommandStatusFilterView();
49
49
  public CommandStatusFilterView errorFilter = new CommandStatusFilterView();
50
50
  public CommandStatusFilterView lostFilter = new CommandStatusFilterView();
51
+ public CommandStatusFilterView createdFilter = new CommandStatusFilterView();
51
52
 
52
53
 
53
54
  public enum CommandStatus
54
55
  {
56
+ Created,
55
57
  Running,
56
58
  Completed,
57
59
  Error,
@@ -60,6 +62,7 @@ namespace Beamable.Editor.BeamCli.UI
60
62
 
61
63
  private readonly Dictionary<CommandStatus, string> commandsStatusIconMap = new Dictionary<CommandStatus, string>()
62
64
  {
65
+ {CommandStatus.Created, "sv_icon_dot0_sml"},
63
66
  {CommandStatus.Running, "sv_icon_dot13_sml"},
64
67
  {CommandStatus.Completed, "sv_icon_dot11_sml"},
65
68
  {CommandStatus.Error, "sv_icon_dot14_sml"},
@@ -122,6 +125,7 @@ namespace Beamable.Editor.BeamCli.UI
122
125
  DrawCommandStatusFilter(CommandStatus.Completed, completedFilter);
123
126
  DrawCommandStatusFilter(CommandStatus.Error, errorFilter);
124
127
  DrawCommandStatusFilter(CommandStatus.Lost, lostFilter);
128
+ DrawCommandStatusFilter(CommandStatus.Created, createdFilter);
125
129
 
126
130
  EditorGUILayout.EndHorizontal();
127
131
 
@@ -327,6 +331,7 @@ namespace Beamable.Editor.BeamCli.UI
327
331
  public List<CommandDescriptionView> FilterCommands()
328
332
  {
329
333
  var lostCount = 0;
334
+ var createdCount = 0;
330
335
  var completedCount = 0;
331
336
  var runningCount = 0;
332
337
  var errorCount = 0;
@@ -338,75 +343,92 @@ namespace Beamable.Editor.BeamCli.UI
338
343
  var parsedCommand = ParseCommandString(commandDescriptor.commandString);
339
344
  var status = GetCommandStatus(commandDescriptor);
340
345
 
341
- if (status == CommandStatus.Error)
346
+ switch (status)
342
347
  {
343
- if (errorFilter.enabled)
348
+ case CommandStatus.Running:
344
349
  {
345
- filteredList.Add(new CommandDescriptionView()
350
+ if (runningFilter.enabled)
346
351
  {
347
- command = parsedCommand.command,
348
- timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
349
- status = status,
350
- id = commandDescriptor.id,
351
- });
352
- }
353
-
354
- errorCount++;
355
- }
356
-
357
- if (status == CommandStatus.Running)
358
- {
359
- if (runningFilter.enabled)
352
+ filteredList.Add(new CommandDescriptionView()
353
+ {
354
+ command = parsedCommand.command,
355
+ timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
356
+ status = status,
357
+ id = commandDescriptor.id,
358
+ });
359
+ }
360
+
361
+ runningCount++;
362
+ } break;
363
+ case CommandStatus.Created:
360
364
  {
361
- filteredList.Add(new CommandDescriptionView()
365
+ if (createdFilter.enabled)
362
366
  {
363
- command = parsedCommand.command,
364
- timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
365
- status = status,
366
- id = commandDescriptor.id,
367
- });
368
- }
369
-
370
- runningCount++;
371
- }
372
-
373
- if (status == CommandStatus.Completed)
374
- {
375
- if (completedFilter.enabled)
367
+ filteredList.Add(new CommandDescriptionView()
368
+ {
369
+ command = parsedCommand.command,
370
+ timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
371
+ status = status,
372
+ id = commandDescriptor.id,
373
+ });
374
+ }
375
+
376
+ createdCount++;
377
+ } break;
378
+ case CommandStatus.Error:
376
379
  {
377
- filteredList.Add(new CommandDescriptionView()
380
+ if (errorFilter.enabled)
378
381
  {
379
- command = parsedCommand.command,
380
- timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
381
- status = status,
382
- id = commandDescriptor.id,
383
- });
384
- }
385
-
386
- completedCount++;
387
- }
388
-
389
- if (status == CommandStatus.Lost)
390
- {
391
- if (lostFilter.enabled)
382
+ filteredList.Add(new CommandDescriptionView()
383
+ {
384
+ command = parsedCommand.command,
385
+ timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
386
+ status = status,
387
+ id = commandDescriptor.id,
388
+ });
389
+ }
390
+
391
+ errorCount++;
392
+ } break;
393
+ case CommandStatus.Lost:
394
+ {
395
+ if (lostFilter.enabled)
396
+ {
397
+ filteredList.Add(new CommandDescriptionView()
398
+ {
399
+ command = parsedCommand.command,
400
+ timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
401
+ status = status,
402
+ id = commandDescriptor.id,
403
+ });
404
+ }
405
+
406
+ lostCount++;
407
+ } break;
408
+ case CommandStatus.Completed:
392
409
  {
393
- filteredList.Add(new CommandDescriptionView()
410
+ if (completedFilter.enabled)
394
411
  {
395
- command = parsedCommand.command,
396
- timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
397
- status = status,
398
- id = commandDescriptor.id,
399
- });
400
- }
401
-
402
- lostCount++;
412
+ filteredList.Add(new CommandDescriptionView()
413
+ {
414
+ command = parsedCommand.command,
415
+ timeStamp = TimeDisplayUtil.GetLogDisplayTime(commandDescriptor.createdTime),
416
+ status = status,
417
+ id = commandDescriptor.id,
418
+ });
419
+ }
420
+
421
+ completedCount++;
422
+ } break;
403
423
  }
424
+
404
425
  }
405
426
 
406
427
  errorFilter.count = errorCount;
407
428
  completedFilter.count = completedCount;
408
429
  runningFilter.count = runningCount;
409
430
  lostFilter.count = lostCount;
431
+ createdFilter.count = createdCount;
410
432
 
411
433
  return filteredList;
412
434
  }
@@ -481,6 +503,11 @@ namespace Beamable.Editor.BeamCli.UI
481
503
  return command.errors.Count > 0 ? CommandStatus.Error : CommandStatus.Completed;
482
504
  }
483
505
 
506
+ if (command.startTime < 0)
507
+ {
508
+ return CommandStatus.Created;
509
+ }
510
+
484
511
  return CommandStatus.Running;
485
512
  }
486
513
 
@@ -97,10 +97,10 @@ namespace Beamable.Editor.ContentService
97
97
  string propertiesJson = ClientContentSerializer.SerializeProperties(selectedContentObject);
98
98
  bool hasValidationError = selectedContentObject.HasValidationErrors(GetValidationContext(), out List<string> _);
99
99
  UpdateContentValidationStatus(selectedContentObject.Id, hasValidationError);
100
- SaveContent(selectedContentObject.Id, propertiesJson);
100
+ SaveContent(selectedContentObject.Id, propertiesJson, () => SetContentTags(selectedContentObject.Id, selectedContentObject.Tags));
101
101
  }
102
102
 
103
- public void SaveContent(string contentId, string contentPropertiesJson)
103
+ public void SaveContent(string contentId, string contentPropertiesJson, Action onCompleted = null)
104
104
  {
105
105
  var saveCommand = _cli.ContentSave(new ContentSaveArgs()
106
106
  {
@@ -108,7 +108,7 @@ namespace Beamable.Editor.ContentService
108
108
  contentIds = new[] {contentId},
109
109
  contentProperties = new[] {contentPropertiesJson}
110
110
  });
111
- saveCommand.Run();
111
+ saveCommand.Run().Then(_ => { onCompleted?.Invoke(); });
112
112
  }
113
113
 
114
114
  public async Task<BeamContentSnapshotListResult> GetContentSnapshots()
@@ -389,12 +389,6 @@ namespace Beamable.Editor.ContentService
389
389
  {
390
390
  EditorUtility.DisplayProgressBar(PUBLISH_OPERATION_TITLE, "Publishing contents...", 0);
391
391
  publishedContents = 0;
392
-
393
- if (_contentWatcher != null)
394
- {
395
- _contentWatcher.Cancel();
396
- _contentWatcher = null;
397
- }
398
392
 
399
393
  try
400
394
  {
@@ -392,6 +392,8 @@ namespace Beamable.Server.Editor.Usam
392
392
 
393
393
  public void ListenForStatus()
394
394
  {
395
+ if (_ctx.BeamCli.IsLoggedOut) return;
396
+
395
397
  if (_watchCommand != null)
396
398
  {
397
399
  _watchCommand.Cancel();
@@ -814,7 +816,7 @@ namespace Beamable.Server.Editor.Usam
814
816
 
815
817
  void StopStorage(BeamManifestStorageEntry storage)
816
818
  {
817
- var stopCommand = _cli.ServicesStop(new ServicesStopArgs()
819
+ var stopCommand = _cli.ProjectStop(new ()
818
820
  {
819
821
  ids = new string[] {storage.beamoId},
820
822
  });
@@ -19,7 +19,8 @@ namespace Beamable.Editor.Accounts
19
19
  public BeamEditorContext context;
20
20
 
21
21
  private GUIStyle _errorStyle;
22
- private static readonly Vector2 WindowMinSize = new(300, 660);
22
+ private static readonly Vector2 LoggedWindowMinSize = new(630, 660);
23
+ private static readonly Vector2 WindowMinSize = new(330, 660);
23
24
 
24
25
  [MenuItem(
25
26
  Constants.MenuItems.Windows.Paths.MENU_ITEM_PATH_WINDOW_BEAMABLE + "/" +
@@ -96,7 +97,7 @@ namespace Beamable.Editor.Accounts
96
97
  }
97
98
  else
98
99
  {
99
- minSize = WindowMinSize;
100
+ minSize = LoggedWindowMinSize;
100
101
  Draw_SignedIn();
101
102
  }
102
103
  }
@@ -690,14 +690,21 @@ namespace Beamable.Editor.UI.ContentWindow
690
690
 
691
691
  if (shouldShowMenu)
692
692
  {
693
- // AddDelayedAction(() =>
694
693
  var evt = Event.current;
695
- var mousePosition = evt.mousePosition;
694
+ var screenMousePosition = GUIUtility.GUIToScreenPoint(evt.mousePosition);
696
695
  Event.current.Use();
697
696
  Repaint();
698
- ShowItemOptionsMenu(mousePosition);
697
+ // Fix: https://github.com/beamable/BeamableProduct/issues/4479
698
+ // We need to do a double-delay call to ensure that the ActiveSelected items will be properly drawn as
699
+ // selected, the second delay is necessary because when setting the Selection.activeObject Unity forces
700
+ // a repaint, but the IMGUI can still access the old selection state.
701
+ // So we need to wait another frame to make it right
702
+ EditorApplication.delayCall += () =>
703
+ {
704
+ Repaint();
705
+ EditorApplication.delayCall += () => ShowItemOptionsMenu(screenMousePosition);
706
+ };
699
707
  return;
700
-
701
708
  }
702
709
 
703
710
 
@@ -714,7 +721,7 @@ namespace Beamable.Editor.UI.ContentWindow
714
721
  Repaint();
715
722
  }
716
723
 
717
- private void ShowItemOptionsMenu(Vector2 menuPosition)
724
+ private void ShowItemOptionsMenu(Vector2 screenPosition)
718
725
  {
719
726
  GenericMenu menu = new GenericMenu();
720
727
 
@@ -746,18 +753,7 @@ namespace Beamable.Editor.UI.ContentWindow
746
753
  () => { InternalEditorUtility.OpenFileAtLineExternal(entry.JsonFilePath, 1); });
747
754
  menu.AddItem(new GUIContent("Duplicate Item"), false, () =>
748
755
  {
749
- if (_contentService.TryGetContentObject(entry.FullId, out var contentObject))
750
- {
751
- var duplicatedObject = Instantiate(contentObject);
752
- string baseName = $"{contentObject.ContentName}_Copy";
753
- int itemsWithBaseNameCount = _contentService.GetContentsFromType(contentObject.GetType())
754
- .Count(item => item.Name.StartsWith(baseName));
755
- duplicatedObject.SetContentName($"{baseName}{itemsWithBaseNameCount}");
756
- duplicatedObject.ContentStatus = ContentStatus.Created;
757
- _contentService.SaveContent(duplicatedObject);
758
- Selection.activeObject = duplicatedObject;
759
- }
760
-
756
+ DuplicateContent(entry);
761
757
  });
762
758
 
763
759
  menu.AddItem(new GUIContent("Rename Item"), false, () =>
@@ -786,7 +782,7 @@ namespace Beamable.Editor.UI.ContentWindow
786
782
  });
787
783
  }
788
784
 
789
- if (entry.StatusEnum is not ContentStatus.UpToDate)
785
+ if (entry.StatusEnum is not ContentStatus.UpToDate and not ContentStatus.Created)
790
786
  {
791
787
  menu.AddItem(new GUIContent("Revert Item"), false,
792
788
  () =>
@@ -872,7 +868,23 @@ namespace Beamable.Editor.UI.ContentWindow
872
868
 
873
869
  }
874
870
 
875
- menu.DropDown(new Rect(menuPosition, Vector2.zero));
871
+ menu.DropDown(new Rect(GUIUtility.ScreenToGUIPoint(screenPosition), Vector2.zero));
872
+ }
873
+
874
+ private void DuplicateContent(LocalContentManifestEntry entry)
875
+ {
876
+ if (_contentService.TryGetContentObject(entry.FullId, out var contentObject))
877
+ {
878
+ var duplicatedObject = Instantiate(contentObject);
879
+ string baseName = $"{contentObject.ContentName}_Copy";
880
+ int itemsWithBaseNameCount = _contentService.GetContentsFromType(contentObject.GetType())
881
+ .Count(item => item.Name.StartsWith(baseName));
882
+ duplicatedObject.SetContentName($"{baseName}{itemsWithBaseNameCount}");
883
+ duplicatedObject.ContentStatus = ContentStatus.Created;
884
+ duplicatedObject.Tags = entry.Tags;
885
+ _contentService.SaveContent(duplicatedObject);
886
+ Selection.activeObject = duplicatedObject;
887
+ }
876
888
  }
877
889
 
878
890
  private void StartEditEntryName(LocalContentManifestEntry entry)
@@ -35,7 +35,8 @@ namespace Beamable.Editor.Utility
35
35
  private ConcurrentDictionary<string, CliOtelLogRecord> _cachedLogs = new();
36
36
  private ConcurrentDictionary<string, List<string>> _cachedTimestamps = new();
37
37
  private readonly BeamCommands _cli;
38
-
38
+ private readonly BeamEditorContext _ctx;
39
+
39
40
  private List<string> BeamableNamespaces = new()
40
41
  {
41
42
  "Beamable.Editor",
@@ -69,9 +70,10 @@ namespace Beamable.Editor.Utility
69
70
 
70
71
  public static string UnityOtelLogsFolder => Path.Join(Application.temporaryCachePath, "OtelLogs");
71
72
 
72
- public UnityOtelManager(BeamCommands cli)
73
+ public UnityOtelManager(BeamCommands cli, BeamEditorContext ctx)
73
74
  {
74
75
  _cli = cli;
76
+ _ctx = ctx;
75
77
  EditorApplication.update += HandleUpdate;
76
78
  Application.logMessageReceived += OnUnityLogReceived;
77
79
  Application.wantsToQuit += OnUnityQuitting;
@@ -148,6 +150,8 @@ namespace Beamable.Editor.Utility
148
150
 
149
151
  public async Promise PublishLogs(int maxLogFileCount = 10)
150
152
  {
153
+ if (_ctx.BeamCli.IsLoggedOut) return;
154
+
151
155
  _lastTimePublished = EditorApplication.timeSinceStartup;
152
156
  try
153
157
  {
@@ -5,5 +5,5 @@
5
5
  "beamMongoExpressUrl": "https://storage.beamable.com",
6
6
  "dockerRegistryUrl": "https://microservices.beamable.com/v2/",
7
7
  "isUnityVsp": "false",
8
- "sdkVersion": "5.0.0-PREVIEW.RC3"
8
+ "sdkVersion": "5.0.0-PREVIEW.RC5"
9
9
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "nugetPackageVersion": "7.0.0-PREVIEW.RC3"
2
+ "nugetPackageVersion": "7.0.0-PREVIEW.RC6"
3
3
  }
@@ -300,7 +300,7 @@ public class LightBeamBooter : MonoBehaviour
300
300
  // need to create the game first.
301
301
  // TODO: make this a hidden realm
302
302
  Debug.Log("Creating sample game...");
303
- await realmApi.PostGame(new NewGameRequest()
303
+ await realmApi.PostGame(new RealmsBasicNewGameRequest()
304
304
  {
305
305
  gameName = "BeamSample"
306
306
  });
@@ -59,11 +59,11 @@ namespace Beamable.Tests.Runtime
59
59
  return ObjectPost?.Invoke(objectId, gsReq, includeAuthHeader);
60
60
  }
61
61
 
62
- public delegate Promise<CommonResponse> ObjectPutProxy(long objectId,
63
- InventoryUpdateRequest gsRequest,
64
- bool includeAuthHeader);
62
+ public delegate Promise<InventoryUpdateResponse> ObjectPutProxy(long objectId,
63
+ InventoryUpdateRequest gsRequest,
64
+ bool includeAuthHeader);
65
65
  public ObjectPutProxy ObjectPut { get; set; }
66
- Promise<CommonResponse> IInventoryApi.ObjectPut(long objectId, InventoryUpdateRequest gsReq, bool includeAuthHeader)
66
+ Promise<InventoryUpdateResponse> IInventoryApi.ObjectPut(long objectId, InventoryUpdateRequest gsReq, bool includeAuthHeader)
67
67
  {
68
68
  return ObjectPut?.Invoke(objectId, gsReq, includeAuthHeader);
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.beamable",
3
- "version": "5.0.0-PREVIEW.RC3",
3
+ "version": "5.0.0-PREVIEW.RC5",
4
4
  "displayName": "Beamable",
5
5
  "description": "A better way to build games in Unity\n",
6
6
  "unity": "2021.3",