connected-spaces-platform.unity.core 4.26.2 → 4.27.1

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 (415) hide show
  1. package/Editor/NativePluginBuildProcessor.cs +16 -2
  2. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  3. package/Editor.meta +1 -1
  4. package/README.md +5 -9
  5. package/README.md.meta +1 -1
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs.meta +1 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs +0 -14
  11. package/Source/Common/FileExtensions.cs.meta +1 -1
  12. package/Source/Common/List.cs.meta +1 -1
  13. package/Source/Common/Map.cs.meta +1 -1
  14. package/Source/Common/MimeTypeHelper.cs +0 -14
  15. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  16. package/Source/Common/MimeTypes.cs +0 -14
  17. package/Source/Common/MimeTypes.cs.meta +1 -1
  18. package/Source/Common/Variant.cs.meta +1 -1
  19. package/Source/Common/VariantType.cs.meta +1 -1
  20. package/Source/Common/Vector3.cs.meta +1 -1
  21. package/Source/Common/Vector4.cs.meta +1 -1
  22. package/Source/Common.meta +1 -1
  23. package/Source/Csp.cs.meta +1 -1
  24. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  25. package/Source/EndpointURIs.cs.meta +1 -1
  26. package/Source/Il2cppPreserver.cs.meta +1 -1
  27. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentBase.cs +0 -31
  29. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  30. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  31. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  32. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +6 -5
  68. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  81. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  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 +0 -28
  110. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  111. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  112. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +0 -28
  113. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  115. package/Source/Multiplayer/Conversation/MessageResult.cs +0 -28
  116. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  117. package/Source/Multiplayer/Conversation.meta +1 -1
  118. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  119. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  120. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  121. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  122. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  123. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  124. package/Source/Multiplayer/MultiplayerConnection.cs +0 -44
  125. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  126. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  127. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  128. package/Source/Multiplayer/Script/EntityScript.cs +0 -17
  129. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  130. package/Source/Multiplayer/Script.meta +1 -1
  131. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  132. package/Source/Multiplayer/SpaceEntitySystem.cs +0 -30
  133. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  134. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  135. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  136. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  137. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  138. package/Source/Multiplayer.meta +1 -1
  139. package/Source/NativeClassWrapper.cs.meta +1 -1
  140. package/Source/ProgressEventArgs.cs.meta +1 -1
  141. package/Source/Ref.cs.meta +1 -1
  142. package/Source/Systems/Analytics/AnalyticsEvent.cs +0 -14
  143. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  144. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  145. package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -28
  146. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  147. package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -13
  148. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  149. package/Source/Systems/Analytics.meta +1 -1
  150. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  151. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  152. package/Source/Systems/Assets/AssetCollectionResult.cs +0 -14
  153. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  154. package/Source/Systems/Assets/AssetCollectionsResult.cs +0 -14
  155. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  156. package/Source/Systems/Assets/AssetDataResult.cs +0 -28
  157. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  158. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  159. package/Source/Systems/Assets/AssetResult.cs +0 -28
  160. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  161. package/Source/Systems/Assets/AssetSystem.cs +0 -28
  162. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  163. package/Source/Systems/Assets/AssetsResult.cs +0 -28
  164. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  165. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  166. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  167. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  168. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  169. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  170. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  171. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  172. package/Source/Systems/Assets/LODChainResult.cs +0 -14
  173. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  174. package/Source/Systems/Assets/UriResult.cs +0 -42
  175. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  176. package/Source/Systems/Assets.meta +1 -1
  177. package/Source/Systems/BooleanResult.cs +0 -45
  178. package/Source/Systems/BooleanResult.cs.meta +1 -1
  179. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +0 -14
  180. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  181. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  182. package/Source/Systems/ECommerce/CartInfoResult.cs +0 -14
  183. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  184. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  185. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  186. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +0 -14
  187. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/ECommerceSystem.cs +74 -28
  190. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  191. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +100 -0
  192. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +11 -0
  193. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  194. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +0 -14
  195. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/ProductInfoResult.cs +0 -14
  197. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  201. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -14
  202. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  203. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  204. package/Source/Systems/ECommerce.meta +1 -1
  205. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  206. package/Source/Systems/EResultCode.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  208. package/Source/Systems/EventTicketing/EventTicketResult.cs +0 -14
  209. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  210. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +35 -42
  211. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  213. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +0 -14
  214. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  215. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  217. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +0 -14
  218. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  219. package/Source/Systems/EventTicketing/TicketedEventResult.cs +0 -14
  220. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  221. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  222. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +0 -14
  223. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  224. package/Source/Systems/EventTicketing.meta +1 -1
  225. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  226. package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -28
  227. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  228. package/Source/Systems/GraphQL.meta +1 -1
  229. package/Source/Systems/HTTPHeadersResult.cs +0 -45
  230. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  231. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  232. package/Source/Systems/Log/LogSystem.cs +0 -28
  233. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  234. package/Source/Systems/Log.meta +1 -1
  235. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  236. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +0 -28
  237. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  238. package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -28
  239. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  240. package/Source/Systems/Maintenance.meta +1 -1
  241. package/Source/Systems/NullResult.cs +0 -26
  242. package/Source/Systems/NullResult.cs.meta +1 -1
  243. package/Source/Systems/Organizations/EOrganizationRole.cs +24 -0
  244. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +11 -0
  245. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +206 -0
  246. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +11 -0
  247. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +160 -0
  248. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +11 -0
  249. package/Source/Systems/Organizations/Organization.cs +382 -0
  250. package/Source/Systems/Organizations/Organization.cs.meta +11 -0
  251. package/Source/Systems/Organizations/OrganizationResult.cs +103 -0
  252. package/Source/Systems/Organizations/OrganizationResult.cs.meta +11 -0
  253. package/Source/Systems/Organizations/OrganizationRoleInfo.cs +160 -0
  254. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +11 -0
  255. package/Source/Systems/Organizations/OrganizationRolesResult.cs +103 -0
  256. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +11 -0
  257. package/Source/Systems/Organizations/OrganizationSystem.cs +409 -0
  258. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +11 -0
  259. package/Source/Systems/Organizations.meta +7 -0
  260. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  261. package/Source/Systems/Quota/FeatureLimitResult.cs +0 -14
  262. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  263. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  264. package/Source/Systems/Quota/FeatureQuotaResult.cs +0 -14
  265. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  266. package/Source/Systems/Quota/FeaturesLimitResult.cs +0 -14
  267. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  268. package/Source/Systems/Quota/FeaturesQuotaResult.cs +0 -14
  269. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  270. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  271. package/Source/Systems/Quota/QuotaSystem.cs +0 -28
  272. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  273. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  274. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  275. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  276. package/Source/Systems/Quota/UserTierResult.cs +0 -14
  277. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  278. package/Source/Systems/Quota.meta +1 -1
  279. package/Source/Systems/ResultBase.cs +0 -17
  280. package/Source/Systems/ResultBase.cs.meta +1 -1
  281. package/Source/Systems/Script/ScriptSystem.cs +0 -28
  282. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  283. package/Source/Systems/Script.meta +1 -1
  284. package/Source/Systems/Settings/AvatarInfoResult.cs +0 -28
  285. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  286. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  287. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  288. package/Source/Systems/Settings/SettingsCollectionResult.cs +0 -14
  289. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  290. package/Source/Systems/Settings/SettingsSystem.cs +0 -28
  291. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  292. package/Source/Systems/Settings.meta +1 -1
  293. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  294. package/Source/Systems/Spaces/BasicSpaceResult.cs +0 -14
  295. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  296. package/Source/Systems/Spaces/BasicSpacesResult.cs +0 -14
  297. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  298. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  299. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  300. package/Source/Systems/Spaces/PendingInvitesResult.cs +0 -14
  301. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  302. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  303. package/Source/Systems/Spaces/SiteResult.cs +0 -14
  304. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  305. package/Source/Systems/Spaces/SitesCollectionResult.cs +0 -14
  306. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  307. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  308. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  309. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  310. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +0 -14
  311. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  312. package/Source/Systems/Spaces/SpaceMetadataResult.cs +0 -28
  313. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  314. package/Source/Systems/Spaces/SpaceResult.cs +0 -14
  315. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  316. package/Source/Systems/Spaces/SpaceSystem.cs +0 -42
  317. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  318. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  319. package/Source/Systems/Spaces/SpacesMetadataResult.cs +0 -45
  320. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  321. package/Source/Systems/Spaces/SpacesResult.cs +0 -14
  322. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  323. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +0 -45
  324. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  325. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  326. package/Source/Systems/Spaces.meta +1 -1
  327. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  328. package/Source/Systems/Spatial/AnchorCollectionResult.cs +0 -14
  329. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  330. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  331. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  332. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +0 -14
  333. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  334. package/Source/Systems/Spatial/AnchorResolutionResult.cs +0 -14
  335. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  336. package/Source/Systems/Spatial/AnchorResult.cs +0 -14
  337. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  338. package/Source/Systems/Spatial/AnchorSystem.cs +0 -28
  339. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  340. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  341. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  342. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  343. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  344. package/Source/Systems/Spatial/POICollectionResult.cs +0 -14
  345. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  346. package/Source/Systems/Spatial/POIResult.cs +0 -14
  347. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  348. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  349. package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -28
  350. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  351. package/Source/Systems/Spatial.meta +1 -1
  352. package/Source/Systems/StringArrayResult.cs +0 -45
  353. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  354. package/Source/Systems/StringResult.cs +0 -28
  355. package/Source/Systems/StringResult.cs.meta +1 -1
  356. package/Source/Systems/SystemBase.cs +0 -13
  357. package/Source/Systems/SystemBase.cs.meta +1 -1
  358. package/Source/Systems/SystemsManager.cs +18 -19
  359. package/Source/Systems/SystemsManager.cs.meta +1 -1
  360. package/Source/Systems/UInt64Result.cs +0 -45
  361. package/Source/Systems/UInt64Result.cs.meta +1 -1
  362. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  363. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  364. package/Source/Systems/Users/BasicProfilesResult.cs +0 -14
  365. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  366. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  367. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  368. package/Source/Systems/Users/LoginState.cs +34 -0
  369. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  370. package/Source/Systems/Users/LoginStateResult.cs +0 -28
  371. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  372. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  373. package/Source/Systems/Users/LoginTokenInfoResult.cs +0 -28
  374. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  375. package/Source/Systems/Users/Profile.cs.meta +1 -1
  376. package/Source/Systems/Users/ProfileResult.cs +0 -14
  377. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  378. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  379. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  380. package/Source/Systems/Users/UserSystem.cs +0 -42
  381. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  382. package/Source/Systems/Users.meta +1 -1
  383. package/Source/Systems/Voip/VoipSystem.cs +0 -28
  384. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  385. package/Source/Systems/Voip.meta +1 -1
  386. package/Source/Systems.meta +1 -1
  387. package/Source/Web/EResponseCodes.cs.meta +1 -1
  388. package/Source/Web.meta +1 -1
  389. package/Source/WrapperHelper.cs.meta +1 -1
  390. package/Source.meta +1 -1
  391. package/android64/libConnectedSpacesPlatform.so +0 -0
  392. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  393. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  394. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  395. package/android64.meta +1 -1
  396. package/ios/libConnectedSpacesPlatform.a +0 -0
  397. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  398. package/ios/libcrypto.a.meta +1 -1
  399. package/ios/libssl.a.meta +1 -1
  400. package/ios.meta +1 -1
  401. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  402. package/macosx/libConnectedSpacesPlatform.dylib.meta +2 -2
  403. package/macosx.meta +1 -1
  404. package/package.json +1 -1
  405. package/package.json.meta +1 -1
  406. package/visionos/libConnectedSpacesPlatform.a +0 -0
  407. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  408. package/visionos/libcrypto.a.meta +1 -1
  409. package/visionos/libssl.a.meta +1 -1
  410. package/visionos.meta +1 -1
  411. package/windows/ConnectedSpacesPlatform.dll +0 -0
  412. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  413. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  414. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  415. package/windows.meta +1 -1
@@ -38,20 +38,6 @@ namespace Csp.Systems
38
38
  ]
39
39
  static extern NativePointer csp_systems_EventTicketResult_GetEventTicket_EventTicketR(IntPtr @class);
40
40
 
41
- [
42
- DllImport(
43
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
44
- "__Internal"
45
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
46
- "ConnectedSpacesPlatform_D"
47
- #else
48
- "ConnectedSpacesPlatform"
49
- #endif
50
- ),
51
- SuppressUnmanagedCodeSecurity
52
- ]
53
- static extern NativePointer csp_systems_EventTicketResult_Ctor_voidP(IntPtr arg1);
54
-
55
41
  [
56
42
  DllImport(
57
43
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0456f6b8b50344d48a115cf8add120bc
2
+ guid: 992e14313f584a9e800171dade36beac
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -59,14 +59,14 @@ namespace Csp.Systems
59
59
  ),
60
60
  SuppressUnmanagedCodeSecurity
61
61
  ]
62
- static extern void csp_systems_EventTicketingSystem_UpdateTicketedEvent_void_StringRC_StringRC_EventTicketingVendor_StringRC_StringRC_bool_TicketedEventResultCallback(
62
+ static extern void csp_systems_EventTicketingSystem_UpdateTicketedEvent_void_StringRC_StringRC_EventTicketingVendorRC_StringRC_StringRC_boolRC_TicketedEventResultCallback(
63
63
  IntPtr @class,
64
64
  string SpaceId,
65
65
  string EventId,
66
- EventTicketingVendor Vendor,
66
+ IntPtr Vendor,
67
67
  string VendorEventId,
68
68
  string VendorEventUri,
69
- bool IsTicketingActive,
69
+ IntPtr IsTicketingActive,
70
70
  UpdateTicketedEventCallbackDelegate callback,
71
71
  IntPtr callbackStateObject
72
72
  );
@@ -154,34 +154,6 @@ namespace Csp.Systems
154
154
  IntPtr callbackStateObject
155
155
  );
156
156
 
157
- [
158
- DllImport(
159
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
160
- "__Internal"
161
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
162
- "ConnectedSpacesPlatform_D"
163
- #else
164
- "ConnectedSpacesPlatform"
165
- #endif
166
- ),
167
- SuppressUnmanagedCodeSecurity
168
- ]
169
- static extern NativePointer csp_systems_EventTicketingSystem_Ctor();
170
-
171
- [
172
- DllImport(
173
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
174
- "__Internal"
175
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
176
- "ConnectedSpacesPlatform_D"
177
- #else
178
- "ConnectedSpacesPlatform"
179
- #endif
180
- ),
181
- SuppressUnmanagedCodeSecurity
182
- ]
183
- static extern void csp_systems_EventTicketingSystem_Dtor(IntPtr @class);
184
-
185
157
  #pragma warning restore IDE1006
186
158
  #endregion
187
159
 
@@ -289,31 +261,52 @@ namespace Csp.Systems
289
261
  /// <remarks>existing values to be empty.</remarks>
290
262
  /// <remarks>/// @param SpaceId csp::common::String : ID of the space the event belongs to.</remarks>
291
263
  /// <param name="EventId">ID of the Event to update.</param>
292
- /// <param name="Vendor">Enum representing the vendor that the event is created with.</param>
293
- /// <param name="VendorEventId">Specifies the event ID in the vendors system.</param>
294
- /// <param name="VendorEventUri">Specifies the URI for the event in the vendors system.</param>
295
- /// <param name="IsTicketingActive">Specifies whether ticketing is currently active for this event.</param>
264
+ /// <param name="Vendor">Optional enum representing the vendor that the event should be updated with.</param>
265
+ /// <param name="VendorEventId">Optional value to update the event ID in the vendors system with.</param>
266
+ /// <param name="VendorEventUri">Optional value to update the URI for the event in the vendors system with.</param>
267
+ /// <param name="IsTicketingActive">Optional value to update whether ticketing is currently active for this event.</param>
296
268
  /// <returns>The result for the request</returns>
297
269
 
298
270
  public Task<Csp.Systems.TicketedEventResult> UpdateTicketedEvent(
299
271
  string SpaceId,
300
272
  string EventId,
301
- Csp.Systems.EventTicketingVendor Vendor,
302
- string VendorEventId,
303
- string VendorEventUri,
304
- bool IsTicketingActive
273
+ Csp.Systems.EventTicketingVendor? Vendor,
274
+ string? VendorEventId,
275
+ string? VendorEventUri,
276
+ bool? IsTicketingActive
305
277
  ) {
306
278
  var tcs = new TaskCompletionSource<Csp.Systems.TicketedEventResult>(this);
307
279
  var handle = GCHandle.Alloc(tcs);
308
280
 
309
- csp_systems_EventTicketingSystem_UpdateTicketedEvent_void_StringRC_StringRC_EventTicketingVendor_StringRC_StringRC_bool_TicketedEventResultCallback(
281
+ var VendorPointer = IntPtr.Zero;
282
+ unsafe
283
+ {
284
+ if (Vendor.HasValue)
285
+ {
286
+ var ptr = stackalloc Csp.Systems.EventTicketingVendor[1];
287
+ *ptr = Vendor.Value;
288
+ VendorPointer = (IntPtr)ptr;
289
+ }
290
+ }
291
+ var IsTicketingActivePointer = IntPtr.Zero;
292
+ unsafe
293
+ {
294
+ if (IsTicketingActive.HasValue)
295
+ {
296
+ var ptr = stackalloc bool[1];
297
+ *ptr = IsTicketingActive.Value;
298
+ IsTicketingActivePointer = (IntPtr)ptr;
299
+ }
300
+ }
301
+
302
+ csp_systems_EventTicketingSystem_UpdateTicketedEvent_void_StringRC_StringRC_EventTicketingVendorRC_StringRC_StringRC_boolRC_TicketedEventResultCallback(
310
303
  _ptr,
311
304
  SpaceId,
312
305
  EventId,
313
- Vendor,
306
+ VendorPointer,
314
307
  VendorEventId,
315
308
  VendorEventUri,
316
- IsTicketingActive,
309
+ IsTicketingActivePointer,
317
310
  UpdateTicketedEventDelegateInstance,
318
311
  (IntPtr)handle
319
312
  );
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bc80dee1f42443d7b24a951e2a2c3274
2
+ guid: ff0fc0b2fe434002a6aa9b70c1b9d18c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f86584ac1cff413689114eedcf3d6479
2
+ guid: fff4b41360554b3a8aa4f32bfaaf6172
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -38,20 +38,6 @@ namespace Csp.Systems
38
38
  ]
39
39
  static extern bool csp_systems_SpaceIsTicketedResult_GetIsTicketedEvent_bool(IntPtr @class);
40
40
 
41
- [
42
- DllImport(
43
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
44
- "__Internal"
45
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
46
- "ConnectedSpacesPlatform_D"
47
- #else
48
- "ConnectedSpacesPlatform"
49
- #endif
50
- ),
51
- SuppressUnmanagedCodeSecurity
52
- ]
53
- static extern NativePointer csp_systems_SpaceIsTicketedResult_Ctor_voidP(IntPtr arg1);
54
-
55
41
  [
56
42
  DllImport(
57
43
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6b90996afb78430aa02a0f5baa3761f5
2
+ guid: 1ecd219691644951ab104eba076a9617
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3a91befe7cf44b9e9bbb16dfedfc802c
2
+ guid: 1465a1d7d1d7476798330f7f3a105ca7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4048aa0876294b8ba6638ab34aa998af
2
+ guid: afdc5184e365416182a7dadfb8373efa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -38,20 +38,6 @@ namespace Csp.Systems
38
38
  ]
39
39
  static extern NativePointer csp_systems_TicketedEventCollectionResult_GetTicketedEvents_ArrayR(IntPtr @class);
40
40
 
41
- [
42
- DllImport(
43
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
44
- "__Internal"
45
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
46
- "ConnectedSpacesPlatform_D"
47
- #else
48
- "ConnectedSpacesPlatform"
49
- #endif
50
- ),
51
- SuppressUnmanagedCodeSecurity
52
- ]
53
- static extern NativePointer csp_systems_TicketedEventCollectionResult_Ctor_voidP(IntPtr arg1);
54
-
55
41
  [
56
42
  DllImport(
57
43
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f9ccf92923254f418a3fb308eb95eb9b
2
+ guid: 2a6e82dc816842cd98c50000e1ead448
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -38,20 +38,6 @@ namespace Csp.Systems
38
38
  ]
39
39
  static extern NativePointer csp_systems_TicketedEventResult_GetTicketedEvent_TicketedEventR(IntPtr @class);
40
40
 
41
- [
42
- DllImport(
43
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
44
- "__Internal"
45
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
46
- "ConnectedSpacesPlatform_D"
47
- #else
48
- "ConnectedSpacesPlatform"
49
- #endif
50
- ),
51
- SuppressUnmanagedCodeSecurity
52
- ]
53
- static extern NativePointer csp_systems_TicketedEventResult_Ctor_voidP(IntPtr arg1);
54
-
55
41
  [
56
42
  DllImport(
57
43
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a84f76c558b04bbda08ea138b6753a41
2
+ guid: 15b599d76aff469c9350121ff1cbb701
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2c087d8905604b01a938ea5cb76f5668
2
+ guid: 563c594872ab4d4b8f314db42b9c95d2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -40,20 +40,6 @@ namespace Csp.Systems
40
40
  IntPtr @class
41
41
  );
42
42
 
43
- [
44
- DllImport(
45
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
46
- "__Internal"
47
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
48
- "ConnectedSpacesPlatform_D"
49
- #else
50
- "ConnectedSpacesPlatform"
51
- #endif
52
- ),
53
- SuppressUnmanagedCodeSecurity
54
- ]
55
- static extern NativePointer csp_systems_TicketedEventVendorAuthInfoResult_Ctor_voidP(IntPtr arg1);
56
-
57
43
  [
58
44
  DllImport(
59
45
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a3ec90741f6c44d4bd9c0a952f71820c
2
+ guid: 2197367d5cb647879250426d96ea4b23
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 52f54848eee14f2680d1c0ba0394fce1
2
+ guid: 9c3dd7bdeb53453fa85cf295fc9f7000
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 58b5a596358a4e329a44c192033f56d6
2
+ guid: 9ac0205d843249b28e44a192041e5dd0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -63,34 +63,6 @@ namespace Csp.Systems
63
63
  IntPtr callbackStateObject
64
64
  );
65
65
 
66
- [
67
- DllImport(
68
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
69
- "__Internal"
70
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
71
- "ConnectedSpacesPlatform_D"
72
- #else
73
- "ConnectedSpacesPlatform"
74
- #endif
75
- ),
76
- SuppressUnmanagedCodeSecurity
77
- ]
78
- static extern NativePointer csp_systems_GraphQLSystem_Ctor();
79
-
80
- [
81
- DllImport(
82
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
83
- "__Internal"
84
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
85
- "ConnectedSpacesPlatform_D"
86
- #else
87
- "ConnectedSpacesPlatform"
88
- #endif
89
- ),
90
- SuppressUnmanagedCodeSecurity
91
- ]
92
- static extern void csp_systems_GraphQLSystem_Dtor(IntPtr @class);
93
-
94
66
  #pragma warning restore IDE1006
95
67
  #endregion
96
68
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1cc305298b494238badddc89bb05830f
2
+ guid: c076a3feba9c43748f85ea0c9f6a1384
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d6fb622f9f5a4e23a2dd6ea16b3031e9
2
+ guid: 3a1a2154d77b4936a7fa466aa83c52c3
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -38,51 +38,6 @@ namespace Csp.Systems
38
38
  ]
39
39
  static extern NativePointer csp_systems_HTTPHeadersResult_GetValueC_MapRC(IntPtr @class);
40
40
 
41
- [
42
- DllImport(
43
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
44
- "__Internal"
45
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
46
- "ConnectedSpacesPlatform_D"
47
- #else
48
- "ConnectedSpacesPlatform"
49
- #endif
50
- ),
51
- SuppressUnmanagedCodeSecurity
52
- ]
53
- static extern NativePointer csp_systems_HTTPHeadersResult_Ctor();
54
-
55
- [
56
- DllImport(
57
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
58
- "__Internal"
59
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
60
- "ConnectedSpacesPlatform_D"
61
- #else
62
- "ConnectedSpacesPlatform"
63
- #endif
64
- ),
65
- SuppressUnmanagedCodeSecurity
66
- ]
67
- static extern NativePointer csp_systems_HTTPHeadersResult_Ctor_voidP(IntPtr arg1);
68
-
69
- [
70
- DllImport(
71
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
72
- "__Internal"
73
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
74
- "ConnectedSpacesPlatform_D"
75
- #else
76
- "ConnectedSpacesPlatform"
77
- #endif
78
- ),
79
- SuppressUnmanagedCodeSecurity
80
- ]
81
- static extern NativePointer csp_systems_HTTPHeadersResult_Ctor_EResultCode_uint16_t(
82
- Csp.Systems.EResultCode ResCode,
83
- ushort HttpResCode
84
- );
85
-
86
41
  [
87
42
  DllImport(
88
43
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4e378e4e76064e2c88e5311e040680d5
2
+ guid: d5108181e772469dab949b025fa6d9b1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e4c4718b605b432f999b26bd0677e06c
2
+ guid: ff5e9791f5434471a546dd9a367a40a1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -216,34 +216,6 @@ namespace Csp.Systems
216
216
  ]
217
217
  static extern void csp_systems_LogSystem_ClearAllCallbacks_void(IntPtr @class);
218
218
 
219
- [
220
- DllImport(
221
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
222
- "__Internal"
223
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
224
- "ConnectedSpacesPlatform_D"
225
- #else
226
- "ConnectedSpacesPlatform"
227
- #endif
228
- ),
229
- SuppressUnmanagedCodeSecurity
230
- ]
231
- static extern NativePointer csp_systems_LogSystem_Ctor();
232
-
233
- [
234
- DllImport(
235
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
236
- "__Internal"
237
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
238
- "ConnectedSpacesPlatform_D"
239
- #else
240
- "ConnectedSpacesPlatform"
241
- #endif
242
- ),
243
- SuppressUnmanagedCodeSecurity
244
- ]
245
- static extern void csp_systems_LogSystem_Dtor(IntPtr @class);
246
-
247
219
  #pragma warning restore IDE1006
248
220
  #endregion
249
221
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7f867a94397b43f781e040bc28890d09
2
+ guid: 8a2611ae853f46469a3fc8a2aa81b25d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0de576df0c1f46c190770416a251ee92
2
+ guid: 3168b149fb2245248f04804bd8090bfd
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8afa4eafc43541b8ade1af7eed2d415d
2
+ guid: f4a00cb794604e07bbdd42d58153632a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -84,34 +84,6 @@ namespace Csp.Systems
84
84
  IntPtr @class
85
85
  );
86
86
 
87
- [
88
- DllImport(
89
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
90
- "__Internal"
91
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
92
- "ConnectedSpacesPlatform_D"
93
- #else
94
- "ConnectedSpacesPlatform"
95
- #endif
96
- ),
97
- SuppressUnmanagedCodeSecurity
98
- ]
99
- static extern NativePointer csp_systems_MaintenanceInfoResult_Ctor();
100
-
101
- [
102
- DllImport(
103
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
104
- "__Internal"
105
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
106
- "ConnectedSpacesPlatform_D"
107
- #else
108
- "ConnectedSpacesPlatform"
109
- #endif
110
- ),
111
- SuppressUnmanagedCodeSecurity
112
- ]
113
- static extern NativePointer csp_systems_MaintenanceInfoResult_Ctor_voidP(IntPtr arg1);
114
-
115
87
  [
116
88
  DllImport(
117
89
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0fe0df11afe9489fb5cbff4f31bb56f6
2
+ guid: 881c20a48700448882b26aa1635d4f5a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -44,34 +44,6 @@ namespace Csp.Systems
44
44
  IntPtr callbackStateObject
45
45
  );
46
46
 
47
- [
48
- DllImport(
49
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
50
- "__Internal"
51
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
52
- "ConnectedSpacesPlatform_D"
53
- #else
54
- "ConnectedSpacesPlatform"
55
- #endif
56
- ),
57
- SuppressUnmanagedCodeSecurity
58
- ]
59
- static extern NativePointer csp_systems_MaintenanceSystem_Ctor();
60
-
61
- [
62
- DllImport(
63
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
64
- "__Internal"
65
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
66
- "ConnectedSpacesPlatform_D"
67
- #else
68
- "ConnectedSpacesPlatform"
69
- #endif
70
- ),
71
- SuppressUnmanagedCodeSecurity
72
- ]
73
- static extern void csp_systems_MaintenanceSystem_Dtor(IntPtr @class);
74
-
75
47
  #pragma warning restore IDE1006
76
48
  #endregion
77
49
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2d878ada77a54493886f3bfad73d295b
2
+ guid: 8a448fc4f5ed4cae8ba8288fb3117278
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 62da6cd8864040598a85edb7dbc17273
2
+ guid: 00e8d026db86471083f931db7eb68f44
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -23,33 +23,7 @@ namespace Csp.Systems
23
23
 
24
24
 
25
25
 
26
- [
27
- DllImport(
28
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
- "__Internal"
30
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
- "ConnectedSpacesPlatform_D"
32
- #else
33
- "ConnectedSpacesPlatform"
34
- #endif
35
- ),
36
- SuppressUnmanagedCodeSecurity
37
- ]
38
- static extern NativePointer csp_systems_NullResult_Ctor();
39
26
 
40
- [
41
- DllImport(
42
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
- "__Internal"
44
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
- "ConnectedSpacesPlatform_D"
46
- #else
47
- "ConnectedSpacesPlatform"
48
- #endif
49
- ),
50
- SuppressUnmanagedCodeSecurity
51
- ]
52
- static extern NativePointer csp_systems_NullResult_Ctor_voidP(IntPtr arg1);
53
27
 
54
28
  [
55
29
  DllImport(
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 28287c21f13749efbfef2de97305dcce
2
+ guid: 4014cc27cb9848dd8bdc596ccd7f3490
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -0,0 +1,24 @@
1
+ // WARNING: DO NOT EDIT THIS FILE! IT IS A GENERATED FILE AND
2
+ // ANY CHANGES YOU MAKE WILL BE OVERWRITTEN ON THE NEXT BUILD
3
+
4
+ #nullable enable annotations
5
+
6
+ using System;
7
+ using System.Collections.Generic;
8
+ using System.Reflection;
9
+ using System.Runtime.InteropServices;
10
+ using System.Security;
11
+ using System.Threading.Tasks;
12
+
13
+ namespace Csp.Systems
14
+ {
15
+ /// <summary>Data representation of User Role in Organization.</summary>
16
+
17
+ public enum EOrganizationRole
18
+ {
19
+ Member,
20
+ Administrator,
21
+ Owner,
22
+ }
23
+ }
24
+