connected-spaces-platform.unity.core 4.27.2 → 4.28.0

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 (331) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +26 -3
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs.meta +1 -1
  6. package/Source/ClientUserAgent.cs.meta +1 -1
  7. package/Source/Common/Array.cs.meta +1 -1
  8. package/Source/Common/CancellationToken.cs.meta +1 -1
  9. package/Source/Common/FileExtensions.cs.meta +1 -1
  10. package/Source/Common/List.cs.meta +1 -1
  11. package/Source/Common/Map.cs.meta +1 -1
  12. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  13. package/Source/Common/MimeTypes.cs.meta +1 -1
  14. package/Source/Common/Variant.cs +13 -13
  15. package/Source/Common/Variant.cs.meta +1 -1
  16. package/Source/Common/VariantType.cs.meta +1 -1
  17. package/Source/Common/Vector3.cs.meta +1 -1
  18. package/Source/Common/Vector4.cs.meta +1 -1
  19. package/Source/Common.meta +1 -1
  20. package/Source/Csp.cs.meta +1 -1
  21. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  22. package/Source/EndpointURIs.cs.meta +1 -1
  23. package/Source/Il2cppPreserver.cs.meta +1 -1
  24. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  29. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/BillboardMode.cs +0 -2
  41. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  77. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/TextPropertyKeys.cs +34 -0
  96. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +11 -0
  97. package/Source/Multiplayer/Components/TextSpaceComponent.cs +742 -0
  98. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +11 -0
  99. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  104. package/Source/Multiplayer/Components.meta +1 -1
  105. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  107. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  108. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  109. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  110. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  111. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  112. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation.meta +1 -1
  115. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  116. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  117. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  118. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  119. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  120. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  121. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  122. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  123. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  124. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  125. package/Source/Multiplayer/Script.meta +1 -1
  126. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  127. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  128. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  129. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  130. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  131. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  132. package/Source/Multiplayer.meta +1 -1
  133. package/Source/NativeClassWrapper.cs.meta +1 -1
  134. package/Source/ProgressEventArgs.cs.meta +1 -1
  135. package/Source/Ref.cs.meta +1 -1
  136. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  137. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  138. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  139. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  140. package/Source/Systems/Analytics.meta +1 -1
  141. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  142. package/Source/Systems/Assets/AssetCollection.cs +34 -0
  143. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  144. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  145. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  146. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  147. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  148. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  149. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  150. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  151. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  152. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  153. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  154. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  155. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  156. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  157. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  158. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  159. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  160. package/Source/Systems/Assets.meta +1 -1
  161. package/Source/Systems/BooleanResult.cs.meta +1 -1
  162. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  163. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  164. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  165. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  166. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  167. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  168. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  169. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  170. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  171. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  172. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  173. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  174. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  175. package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -0
  176. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  177. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  178. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  179. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  180. package/Source/Systems/ECommerce.meta +1 -1
  181. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  182. package/Source/Systems/EResultCode.cs.meta +1 -1
  183. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  184. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  185. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  186. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  187. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  188. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  189. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  190. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  191. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  192. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  193. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  194. package/Source/Systems/EventTicketing.meta +1 -1
  195. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  196. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  197. package/Source/Systems/GraphQL.meta +1 -1
  198. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  199. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  200. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  201. package/Source/Systems/Log.meta +1 -1
  202. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  203. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  204. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  205. package/Source/Systems/Maintenance.meta +1 -1
  206. package/Source/Systems/NullResult.cs.meta +1 -1
  207. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  208. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  209. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  210. package/Source/Systems/Organizations/Organization.cs +0 -34
  211. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  212. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  213. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  214. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  215. package/Source/Systems/Organizations/OrganizationSystem.cs +300 -0
  216. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  217. package/Source/Systems/Organizations.meta +1 -1
  218. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  219. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  220. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  221. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  222. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  223. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  224. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  225. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  226. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  227. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  228. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  229. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  230. package/Source/Systems/Quota.meta +1 -1
  231. package/Source/Systems/ResultBase.cs.meta +1 -1
  232. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  233. package/Source/Systems/Script.meta +1 -1
  234. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  235. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  236. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  237. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  238. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  239. package/Source/Systems/Settings.meta +1 -1
  240. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  241. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  242. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  243. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  244. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  245. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  246. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  247. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  248. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  249. package/Source/Systems/Spaces/Space.cs +34 -0
  250. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  251. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  252. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  253. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  254. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  255. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  256. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  257. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  258. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  259. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  260. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  261. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  262. package/Source/Systems/Spaces.meta +1 -1
  263. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  264. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  265. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  266. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  267. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  268. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  269. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  270. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  271. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  272. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  273. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  274. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  275. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  276. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  277. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  278. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  279. package/Source/Systems/Spatial.meta +1 -1
  280. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  281. package/Source/Systems/StringResult.cs.meta +1 -1
  282. package/Source/Systems/SystemBase.cs.meta +1 -1
  283. package/Source/Systems/SystemsManager.cs.meta +1 -1
  284. package/Source/Systems/UInt64Result.cs.meta +1 -1
  285. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  286. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  287. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  288. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  289. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  290. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  291. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  292. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  293. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  294. package/Source/Systems/Users/Profile.cs.meta +1 -1
  295. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  296. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  297. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  298. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  299. package/Source/Systems/Users.meta +1 -1
  300. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  301. package/Source/Systems/Voip.meta +1 -1
  302. package/Source/Systems.meta +1 -1
  303. package/Source/Web/EResponseCodes.cs.meta +1 -1
  304. package/Source/Web.meta +1 -1
  305. package/Source/WrapperHelper.cs.meta +1 -1
  306. package/Source.meta +1 -1
  307. package/android64/libConnectedSpacesPlatform.so +0 -0
  308. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  309. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  310. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  311. package/android64.meta +1 -1
  312. package/ios/libConnectedSpacesPlatform.a +0 -0
  313. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  314. package/ios/libcrypto.a.meta +1 -1
  315. package/ios/libssl.a.meta +1 -1
  316. package/ios.meta +1 -1
  317. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  318. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  319. package/macosx.meta +1 -1
  320. package/package.json +1 -1
  321. package/package.json.meta +1 -1
  322. package/visionos/libConnectedSpacesPlatform.a +0 -0
  323. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  324. package/visionos/libcrypto.a.meta +1 -1
  325. package/visionos/libssl.a.meta +1 -1
  326. package/visionos.meta +1 -1
  327. package/windows/ConnectedSpacesPlatform.dll +0 -0
  328. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  329. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  330. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  331. package/windows.meta +1 -1
@@ -55,6 +55,98 @@ namespace Csp.Systems
55
55
  ]
56
56
  static extern void csp_systems_OrganizationSystem_Dtor(IntPtr @class);
57
57
 
58
+ [
59
+ DllImport(
60
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
61
+ "__Internal"
62
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
63
+ "ConnectedSpacesPlatform_D"
64
+ #else
65
+ "ConnectedSpacesPlatform"
66
+ #endif
67
+ ),
68
+ SuppressUnmanagedCodeSecurity
69
+ ]
70
+ static extern void csp_systems_OrganizationSystem_CreateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
71
+ IntPtr @class,
72
+ string OrganizationOwnerId,
73
+ string OrganizationName,
74
+ CreateOrganizationCallbackDelegate callback,
75
+ IntPtr callbackStateObject
76
+ );
77
+
78
+ [
79
+ DllImport(
80
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
81
+ "__Internal"
82
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
83
+ "ConnectedSpacesPlatform_D"
84
+ #else
85
+ "ConnectedSpacesPlatform"
86
+ #endif
87
+ ),
88
+ SuppressUnmanagedCodeSecurity
89
+ ]
90
+ static extern void csp_systems_OrganizationSystem_GetOrganization_void_StringRC_OrganizationResultCallback(
91
+ IntPtr @class,
92
+ string OrganizationId,
93
+ GetOrganizationCallbackDelegate callback,
94
+ IntPtr callbackStateObject
95
+ );
96
+
97
+ [
98
+ DllImport(
99
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
100
+ "__Internal"
101
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
102
+ "ConnectedSpacesPlatform_D"
103
+ #else
104
+ "ConnectedSpacesPlatform"
105
+ #endif
106
+ ),
107
+ SuppressUnmanagedCodeSecurity
108
+ ]
109
+ static extern IntPtr csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(IntPtr @class);
110
+
111
+ [
112
+ DllImport(
113
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
114
+ "__Internal"
115
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
116
+ "ConnectedSpacesPlatform_D"
117
+ #else
118
+ "ConnectedSpacesPlatform"
119
+ #endif
120
+ ),
121
+ SuppressUnmanagedCodeSecurity
122
+ ]
123
+ static extern void csp_systems_OrganizationSystem_UpdateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
124
+ IntPtr @class,
125
+ string OrganizationId,
126
+ string Name,
127
+ UpdateOrganizationCallbackDelegate callback,
128
+ IntPtr callbackStateObject
129
+ );
130
+
131
+ [
132
+ DllImport(
133
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
134
+ "__Internal"
135
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
136
+ "ConnectedSpacesPlatform_D"
137
+ #else
138
+ "ConnectedSpacesPlatform"
139
+ #endif
140
+ ),
141
+ SuppressUnmanagedCodeSecurity
142
+ ]
143
+ static extern void csp_systems_OrganizationSystem_DeactivateOrganization_void_StringRC_NullResultCallback(
144
+ IntPtr @class,
145
+ string OrganizationId,
146
+ DeactivateOrganizationCallbackDelegate callback,
147
+ IntPtr callbackStateObject
148
+ );
149
+
58
150
  [
59
151
  DllImport(
60
152
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -152,6 +244,14 @@ namespace Csp.Systems
152
244
 
153
245
  delegate void SetMemberJoinedOrganizationCallbackCallbackDelegate(IntPtr _StateObject__, string arg1);
154
246
 
247
+ delegate void CreateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
248
+
249
+ delegate void GetOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
250
+
251
+ delegate void UpdateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
252
+
253
+ delegate void DeactivateOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
254
+
155
255
  delegate void InviteToOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
156
256
 
157
257
  delegate void BulkInviteToOrganizationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
@@ -198,6 +298,206 @@ namespace Csp.Systems
198
298
  remove { RealOnMemberJoinedOrganization -= value; }
199
299
  }
200
300
 
301
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
302
+ [AOT.MonoPInvokeCallback (typeof (CreateOrganizationCallbackDelegate))]
303
+ #endif
304
+ static void CreateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
305
+ {
306
+ var _handle = (GCHandle)_StateObject__;
307
+ var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
308
+ var _this = (OrganizationSystem)tcs.Task.AsyncState;
309
+
310
+ var task_result = new Csp.Systems.OrganizationResult(_Result);
311
+
312
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
313
+ {
314
+ return;
315
+ }
316
+
317
+ tcs.SetResult(task_result);
318
+ _handle.Free();
319
+ }
320
+
321
+ static readonly CreateOrganizationCallbackDelegate CreateOrganizationDelegateInstance =
322
+ CreateOrganizationCallbackDelegateFunction;
323
+
324
+ /// <summary>Create a new Organization.</summary>
325
+ /// <remarks>Only a User with tenant admin permissions can create an Organization.</remarks>
326
+ /// <remarks>If the user does not have the required permissions their call will be rejected.</remarks>
327
+ /// <param name="OrganizationOwnerId">Id of the Organization owner.</param>
328
+ /// <param name="OrganizationName">The Organization name</param>
329
+ /// <returns>Result class</returns>
330
+
331
+ public Task<Csp.Systems.OrganizationResult> CreateOrganization(
332
+ string OrganizationOwnerId,
333
+ string OrganizationName
334
+ ) {
335
+ var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
336
+ var handle = GCHandle.Alloc(tcs);
337
+
338
+ csp_systems_OrganizationSystem_CreateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
339
+ _ptr,
340
+ OrganizationOwnerId,
341
+ OrganizationName,
342
+ CreateOrganizationDelegateInstance,
343
+ (IntPtr)handle
344
+ );
345
+
346
+ return tcs.Task;
347
+ }
348
+
349
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
350
+ [AOT.MonoPInvokeCallback (typeof (GetOrganizationCallbackDelegate))]
351
+ #endif
352
+ static void GetOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
353
+ {
354
+ var _handle = (GCHandle)_StateObject__;
355
+ var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
356
+ var _this = (OrganizationSystem)tcs.Task.AsyncState;
357
+
358
+ var task_result = new Csp.Systems.OrganizationResult(_Result);
359
+
360
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
361
+ {
362
+ return;
363
+ }
364
+
365
+ tcs.SetResult(task_result);
366
+ _handle.Free();
367
+ }
368
+
369
+ static readonly GetOrganizationCallbackDelegate GetOrganizationDelegateInstance =
370
+ GetOrganizationCallbackDelegateFunction;
371
+
372
+ /// <summary>Retrieves Organization info for the specified Organization.</summary>
373
+ /// <remarks>If this request is made by a User with an Owner or Admin Organization role, the resultant Organization object will contain an array of</remarks>
374
+ /// <remarks>OrganizationRoleInfo objects for each Organization member. If the request is made by a User who does not have the Owner or Admin role, the</remarks>
375
+ /// <remarks>resultant Organization object will contain an array with a single OrganizationRoleInfo object which represents them.</remarks>
376
+ /// <param name="OrganizationId">Id of the Organization to retrieve information on. If no Id is specified,</param>
377
+ /// <remarks>the Id of the Organization the user is currently authenticated against will be used.</remarks>
378
+ /// <returns>Result class</returns>
379
+
380
+ public Task<Csp.Systems.OrganizationResult> GetOrganization(string? OrganizationId)
381
+ {
382
+ var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
383
+ var handle = GCHandle.Alloc(tcs);
384
+
385
+ csp_systems_OrganizationSystem_GetOrganization_void_StringRC_OrganizationResultCallback(
386
+ _ptr,
387
+ OrganizationId,
388
+ GetOrganizationDelegateInstance,
389
+ (IntPtr)handle
390
+ );
391
+
392
+ return tcs.Task;
393
+ }
394
+
395
+ /// <summary>Get the Id of the Organization the user is authenticated against.</summary>
396
+ /// <returns>The Id of the Organization the User belongs to.</returns>
397
+
398
+
399
+ public string GetCurrentOrganizationId()
400
+ {
401
+ var _result = csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(_ptr);
402
+
403
+ var _resultString = WrapperHelper.NativeUTF8ToString(_result);
404
+ Global.Free(_result);
405
+
406
+ return _resultString;
407
+ }
408
+
409
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
410
+ [AOT.MonoPInvokeCallback (typeof (UpdateOrganizationCallbackDelegate))]
411
+ #endif
412
+ static void UpdateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
413
+ {
414
+ var _handle = (GCHandle)_StateObject__;
415
+ var tcs = (TaskCompletionSource<Csp.Systems.OrganizationResult>)_handle.Target;
416
+ var _this = (OrganizationSystem)tcs.Task.AsyncState;
417
+
418
+ var task_result = new Csp.Systems.OrganizationResult(_Result);
419
+
420
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
421
+ {
422
+ return;
423
+ }
424
+
425
+ tcs.SetResult(task_result);
426
+ _handle.Free();
427
+ }
428
+
429
+ static readonly UpdateOrganizationCallbackDelegate UpdateOrganizationDelegateInstance =
430
+ UpdateOrganizationCallbackDelegateFunction;
431
+
432
+ /// <summary>Updates the name and/or the description of the specified Organization.</summary>
433
+ /// <remarks>Only a User with an Organization Owner role can update an Organization. If the user does not have the required Organization role</remarks>
434
+ /// <remarks>their call will be rejected.</remarks>
435
+ /// <param name="OrganizationId">Id of the Organization to update. If no Id is specified,</param>
436
+ /// <remarks>the Id of the Organization the user is currently authenticated against will be used.</remarks>
437
+ /// <param name="Name">The new Organization name</param>
438
+ /// <returns>Result class</returns>
439
+
440
+ public Task<Csp.Systems.OrganizationResult> UpdateOrganization(string? OrganizationId, string Name)
441
+ {
442
+ var tcs = new TaskCompletionSource<Csp.Systems.OrganizationResult>(this);
443
+ var handle = GCHandle.Alloc(tcs);
444
+
445
+ csp_systems_OrganizationSystem_UpdateOrganization_void_StringRC_StringRC_OrganizationResultCallback(
446
+ _ptr,
447
+ OrganizationId,
448
+ Name,
449
+ UpdateOrganizationDelegateInstance,
450
+ (IntPtr)handle
451
+ );
452
+
453
+ return tcs.Task;
454
+ }
455
+
456
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
457
+ [AOT.MonoPInvokeCallback (typeof (DeactivateOrganizationCallbackDelegate))]
458
+ #endif
459
+ static void DeactivateOrganizationCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
460
+ {
461
+ var _handle = (GCHandle)_StateObject__;
462
+ var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
463
+ var _this = (OrganizationSystem)tcs.Task.AsyncState;
464
+
465
+ var task_result = new Csp.Systems.NullResult(_Result);
466
+
467
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
468
+ {
469
+ return;
470
+ }
471
+
472
+ tcs.SetResult(task_result);
473
+ _handle.Free();
474
+ }
475
+
476
+ static readonly DeactivateOrganizationCallbackDelegate DeactivateOrganizationDelegateInstance =
477
+ DeactivateOrganizationCallbackDelegateFunction;
478
+
479
+ /// <summary>Deactivates the specified Organization.</summary>
480
+ /// <remarks>This call performs a soft-delete of the Organization and will allow for Organization reactivation in the future.</remarks>
481
+ /// <remarks>Only A User with owner-level permissions can deactivate an Organization. If the user does not have the required role their call will be</remarks>
482
+ /// <remarks>rejected.</remarks>
483
+ /// <param name="OrganizationId">Id of the Organization to deactivate.</param>
484
+ /// <returns>The result for the request</returns>
485
+
486
+ public Task<Csp.Systems.NullResult> DeactivateOrganization(string OrganizationId)
487
+ {
488
+ var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
489
+ var handle = GCHandle.Alloc(tcs);
490
+
491
+ csp_systems_OrganizationSystem_DeactivateOrganization_void_StringRC_NullResultCallback(
492
+ _ptr,
493
+ OrganizationId,
494
+ DeactivateOrganizationDelegateInstance,
495
+ (IntPtr)handle
496
+ );
497
+
498
+ return tcs.Task;
499
+ }
500
+
201
501
  #if !UNITY_EDITOR && ENABLE_IL2CPP
202
502
  [AOT.MonoPInvokeCallback (typeof (InviteToOrganizationCallbackDelegate))]
203
503
  #endif
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 26dd8f49ea9f43cabf97f4f0359864f6
2
+ guid: ee2baf10ce4b468897c97e9e2d5e11be
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 24e1f357dc1b45118dd8159075633d48
2
+ guid: 2f3e3221157a49038eb4bafc68de0978
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9c20c4e3f7ad48dca96a0e953fd43f13
2
+ guid: 35e2add1a7e84cd0973bc58f7f1f0cf7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 51006529cade4d518462485c9687c2d2
2
+ guid: e0ad1634eb6549d496755f3cce658499
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 007f57980ccb4b158cf605ad58feedb4
2
+ guid: 5884670868e4484b800ba1b55998a9fa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1de9f425c81443e69b118110a6aa8b5e
2
+ guid: ba2d267771e04b328cce193bab2d595a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ed9413fc44214966bbd1a99741fc89f2
2
+ guid: d7a986ccb9ad42a497245025e42562a1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9efc1379a0ce440ebf3347f8b9b70061
2
+ guid: 76ef8a9669e1487ba783c1d202f54fa1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 53785ef759324b4cb45ed68850e7499b
2
+ guid: 6882f5adca14434fa7a112ef552478fd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: aae73798fcd74bb9bfe08e9128a63a7a
2
+ guid: 8b0ee011a21245bbbf422912cbfda4ea
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2cc744ae2f7a4b5ba5b2504ec1452a65
2
+ guid: 0fb10291553942cab1ede9e4db7fe19d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ca3970d1962d4313b99bd75658aaab1e
2
+ guid: 14d8315bda9a4dbb9fa4ab640b7e4bd0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: af2f3fd157c5472e9c186b7230f2aa37
2
+ guid: 108aade29239477d967a041d7852d991
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: acbda0e24fc34978b2333567e98e5e2f
2
+ guid: 6a2c9291a4d94649b5763cd80143a0dc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 414389ac0ca444f491f592da7d1fdc7f
2
+ guid: e7dbe1fc64f344e3b9437a6448f9fc69
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0383b96acda44263bb13096910915bf2
2
+ guid: 99622454891b473286a8935815cfac98
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 633e8572e56446128f49b600718894ed
2
+ guid: 0d07a9b9cb104f32b5035344abbe175e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d747b5bb17f4417989586358c38781b
2
+ guid: 18cb8f8badef4dc38f5fe15f43ab465d
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 60c44e98795142058fced237599f7f1a
2
+ guid: 49f0198c15934271932705c2ce69cad4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 09a325f966b44dd191efb1689b43044d
2
+ guid: 8f29e43a180e4e1c8fd342e8668e871b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8c077f81baf2409e8f7dd5bc943dcc0a
2
+ guid: 930c3c5322aa487e8dab1deca7b993ef
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0fa1ba29dcd04bd3a57289884bec183a
2
+ guid: cd66092e9eac48b4a3409d9725c7fa65
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0b6c44e6f54e4b7b9deecbcbfe797b76
2
+ guid: 35acdaa2518340e0bccff27e8ca7eee2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: eeceab8b53554a42a149946aa2335971
2
+ guid: c8b41e307833429aacb26c665cca02f9
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 42c9ee90319b43fdb2fb36cb114e72d8
2
+ guid: 7c8df18ff9de48b08a282bdaa0b12334
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c09b2c8b7a14464b87920b8d840dd1f6
2
+ guid: 0171de706b4a4ba2964bf28a7e3707aa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c088455192164661998942d9c57285c2
2
+ guid: c6391346e0be492f960a7b2719a5c9e4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1741ec52ef8142db9fd9394fdeec46c2
2
+ guid: 13b8c0c03dcf4f11b5e2608063dfb4cb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2bbe6195b17c4b51a10619720dd0f0e4
2
+ guid: ee37b39051624eb4af841753114ae702
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b94ec4a72feb490d8e78c7e3743b523c
2
+ guid: 4f77d910efd049839108c05b6808bd64
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 55411b053b4541ffac57c3af095e550f
2
+ guid: 7afba9f1f0454ef190480858acef14c4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8203c83f015641688df774b74eb7a90c
2
+ guid: 7c9481cb0e244eb79d66bd11bab4cc06
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6b69ec6791aa4e7bae71f71e3e5f28bf
2
+ guid: 73dccd6e05c240b398accf18f68c01f7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -191,6 +191,34 @@ namespace Csp.Systems
191
191
  ]
192
192
  static extern void csp_systems_Space__Set_BannedUserIds(IntPtr @class, IntPtr value);
193
193
 
194
+ [
195
+ DllImport(
196
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
197
+ "__Internal"
198
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
199
+ "ConnectedSpacesPlatform_D"
200
+ #else
201
+ "ConnectedSpacesPlatform"
202
+ #endif
203
+ ),
204
+ SuppressUnmanagedCodeSecurity
205
+ ]
206
+ static extern IntPtr csp_systems_Space__Get_OrganizationId(IntPtr @class);
207
+
208
+ [
209
+ DllImport(
210
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
211
+ "__Internal"
212
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
213
+ "ConnectedSpacesPlatform_D"
214
+ #else
215
+ "ConnectedSpacesPlatform"
216
+ #endif
217
+ ),
218
+ SuppressUnmanagedCodeSecurity
219
+ ]
220
+ static extern void csp_systems_Space__Set_OrganizationId(IntPtr @class, IntPtr value);
221
+
194
222
  [
195
223
  DllImport(
196
224
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -281,6 +309,12 @@ namespace Csp.Systems
281
309
  set => csp_systems_Space__Set_BannedUserIds(_ptr, value._ptr);
282
310
  }
283
311
 
312
+ public string OrganizationId
313
+ {
314
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_Space__Get_OrganizationId(_ptr));
315
+ set => csp_systems_Space__Set_OrganizationId(_ptr, WrapperHelper.StringToNativeUTF8(value));
316
+ }
317
+
284
318
  public Space()
285
319
  {
286
320
  var np = csp_systems_Space_Ctor();
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f99d24b93f06463385e3e244d637619b
2
+ guid: 5f5680baab4d499d8e154db729562d72
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 90aef58d80544d47847d5ec68099b3c2
2
+ guid: 5774e78eaaa6437e9fcc6f3d4b781e33
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3866fa7895984896a3da6c12d5d95d1a
2
+ guid: fd960b2b5ce246689fd6d7f2bd986207
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2