connected-spaces-platform.unity.core 4.27.0 → 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 (408) 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 -41
  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.meta +1 -1
  68. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  80. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components.meta +1 -1
  104. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  105. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  107. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  108. package/Source/Multiplayer/Conversation/ConversationResult.cs +0 -28
  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 +0 -28
  112. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation/MessageResult.cs +0 -28
  115. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  116. package/Source/Multiplayer/Conversation.meta +1 -1
  117. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  118. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  119. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  120. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  121. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  122. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  123. package/Source/Multiplayer/MultiplayerConnection.cs +0 -44
  124. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  125. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  126. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  127. package/Source/Multiplayer/Script/EntityScript.cs +0 -17
  128. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  129. package/Source/Multiplayer/Script.meta +1 -1
  130. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  131. package/Source/Multiplayer/SpaceEntitySystem.cs +0 -30
  132. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  133. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  134. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  135. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  136. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  137. package/Source/Multiplayer.meta +1 -1
  138. package/Source/NativeClassWrapper.cs.meta +1 -1
  139. package/Source/ProgressEventArgs.cs.meta +1 -1
  140. package/Source/Ref.cs.meta +1 -1
  141. package/Source/Systems/Analytics/AnalyticsEvent.cs +0 -14
  142. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  143. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  144. package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -28
  145. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  146. package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -13
  147. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  148. package/Source/Systems/Analytics.meta +1 -1
  149. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  150. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  151. package/Source/Systems/Assets/AssetCollectionResult.cs +0 -14
  152. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  153. package/Source/Systems/Assets/AssetCollectionsResult.cs +0 -14
  154. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  155. package/Source/Systems/Assets/AssetDataResult.cs +0 -28
  156. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  157. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  158. package/Source/Systems/Assets/AssetResult.cs +0 -28
  159. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  160. package/Source/Systems/Assets/AssetSystem.cs +0 -28
  161. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  162. package/Source/Systems/Assets/AssetsResult.cs +0 -28
  163. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  164. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  165. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  166. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  167. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  168. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  169. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  170. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  171. package/Source/Systems/Assets/LODChainResult.cs +0 -14
  172. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  173. package/Source/Systems/Assets/UriResult.cs +0 -42
  174. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  175. package/Source/Systems/Assets.meta +1 -1
  176. package/Source/Systems/BooleanResult.cs +0 -45
  177. package/Source/Systems/BooleanResult.cs.meta +1 -1
  178. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +0 -14
  179. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  180. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  181. package/Source/Systems/ECommerce/CartInfoResult.cs +0 -14
  182. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  183. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  184. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  185. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +0 -14
  186. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/ECommerceSystem.cs +0 -28
  189. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +0 -14
  191. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +0 -14
  194. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/ProductInfoResult.cs +0 -14
  196. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -14
  201. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  202. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  203. package/Source/Systems/ECommerce.meta +1 -1
  204. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  205. package/Source/Systems/EResultCode.cs.meta +1 -1
  206. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/EventTicketResult.cs +0 -14
  208. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +0 -28
  210. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +0 -14
  213. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  214. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  215. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +0 -14
  217. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  218. package/Source/Systems/EventTicketing/TicketedEventResult.cs +0 -14
  219. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  220. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  221. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +0 -14
  222. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  223. package/Source/Systems/EventTicketing.meta +1 -1
  224. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  225. package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -28
  226. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  227. package/Source/Systems/GraphQL.meta +1 -1
  228. package/Source/Systems/HTTPHeadersResult.cs +0 -45
  229. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  230. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  231. package/Source/Systems/Log/LogSystem.cs +0 -28
  232. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  233. package/Source/Systems/Log.meta +1 -1
  234. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  235. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +0 -28
  236. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  237. package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -28
  238. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  239. package/Source/Systems/Maintenance.meta +1 -1
  240. package/Source/Systems/NullResult.cs +0 -26
  241. package/Source/Systems/NullResult.cs.meta +1 -1
  242. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  243. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  244. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  245. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  246. package/Source/Systems/Organizations/OrganizationResult.cs +0 -14
  247. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  248. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  249. package/Source/Systems/Organizations/OrganizationRolesResult.cs +0 -14
  250. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  251. package/Source/Systems/Organizations/OrganizationSystem.cs +0 -14
  252. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  253. package/Source/Systems/Organizations.meta +1 -1
  254. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  255. package/Source/Systems/Quota/FeatureLimitResult.cs +0 -14
  256. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  257. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  258. package/Source/Systems/Quota/FeatureQuotaResult.cs +0 -14
  259. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  260. package/Source/Systems/Quota/FeaturesLimitResult.cs +0 -14
  261. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  262. package/Source/Systems/Quota/FeaturesQuotaResult.cs +0 -14
  263. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  264. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  265. package/Source/Systems/Quota/QuotaSystem.cs +0 -28
  266. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  267. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  268. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  269. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  270. package/Source/Systems/Quota/UserTierResult.cs +0 -14
  271. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  272. package/Source/Systems/Quota.meta +1 -1
  273. package/Source/Systems/ResultBase.cs +0 -17
  274. package/Source/Systems/ResultBase.cs.meta +1 -1
  275. package/Source/Systems/Script/ScriptSystem.cs +0 -28
  276. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  277. package/Source/Systems/Script.meta +1 -1
  278. package/Source/Systems/Settings/AvatarInfoResult.cs +0 -28
  279. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  280. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  281. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  282. package/Source/Systems/Settings/SettingsCollectionResult.cs +0 -14
  283. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  284. package/Source/Systems/Settings/SettingsSystem.cs +0 -28
  285. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  286. package/Source/Systems/Settings.meta +1 -1
  287. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  288. package/Source/Systems/Spaces/BasicSpaceResult.cs +0 -14
  289. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  290. package/Source/Systems/Spaces/BasicSpacesResult.cs +0 -14
  291. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  292. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  293. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  294. package/Source/Systems/Spaces/PendingInvitesResult.cs +0 -14
  295. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  296. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  297. package/Source/Systems/Spaces/SiteResult.cs +0 -14
  298. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  299. package/Source/Systems/Spaces/SitesCollectionResult.cs +0 -14
  300. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  301. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  302. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  303. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  304. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +0 -14
  305. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  306. package/Source/Systems/Spaces/SpaceMetadataResult.cs +0 -28
  307. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  308. package/Source/Systems/Spaces/SpaceResult.cs +0 -14
  309. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  310. package/Source/Systems/Spaces/SpaceSystem.cs +0 -42
  311. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  312. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  313. package/Source/Systems/Spaces/SpacesMetadataResult.cs +0 -45
  314. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  315. package/Source/Systems/Spaces/SpacesResult.cs +0 -14
  316. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  317. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +0 -45
  318. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  319. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  320. package/Source/Systems/Spaces.meta +1 -1
  321. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  322. package/Source/Systems/Spatial/AnchorCollectionResult.cs +0 -14
  323. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  324. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  325. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  326. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +0 -14
  327. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  328. package/Source/Systems/Spatial/AnchorResolutionResult.cs +0 -14
  329. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  330. package/Source/Systems/Spatial/AnchorResult.cs +0 -14
  331. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  332. package/Source/Systems/Spatial/AnchorSystem.cs +0 -28
  333. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  334. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  335. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  336. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  337. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  338. package/Source/Systems/Spatial/POICollectionResult.cs +0 -14
  339. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  340. package/Source/Systems/Spatial/POIResult.cs +0 -14
  341. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  342. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  343. package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -28
  344. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  345. package/Source/Systems/Spatial.meta +1 -1
  346. package/Source/Systems/StringArrayResult.cs +0 -45
  347. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  348. package/Source/Systems/StringResult.cs +0 -28
  349. package/Source/Systems/StringResult.cs.meta +1 -1
  350. package/Source/Systems/SystemBase.cs +0 -13
  351. package/Source/Systems/SystemBase.cs.meta +1 -1
  352. package/Source/Systems/SystemsManager.cs +0 -28
  353. package/Source/Systems/SystemsManager.cs.meta +1 -1
  354. package/Source/Systems/UInt64Result.cs +0 -45
  355. package/Source/Systems/UInt64Result.cs.meta +1 -1
  356. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  357. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  358. package/Source/Systems/Users/BasicProfilesResult.cs +0 -14
  359. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  360. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  361. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  362. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  363. package/Source/Systems/Users/LoginStateResult.cs +0 -28
  364. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  365. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  366. package/Source/Systems/Users/LoginTokenInfoResult.cs +0 -28
  367. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  368. package/Source/Systems/Users/Profile.cs.meta +1 -1
  369. package/Source/Systems/Users/ProfileResult.cs +0 -14
  370. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  371. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  372. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  373. package/Source/Systems/Users/UserSystem.cs +0 -42
  374. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  375. package/Source/Systems/Users.meta +1 -1
  376. package/Source/Systems/Voip/VoipSystem.cs +0 -28
  377. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  378. package/Source/Systems/Voip.meta +1 -1
  379. package/Source/Systems.meta +1 -1
  380. package/Source/Web/EResponseCodes.cs.meta +1 -1
  381. package/Source/Web.meta +1 -1
  382. package/Source/WrapperHelper.cs.meta +1 -1
  383. package/Source.meta +1 -1
  384. package/android64/libConnectedSpacesPlatform.so +0 -0
  385. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  386. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  387. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  388. package/android64.meta +1 -1
  389. package/ios/libConnectedSpacesPlatform.a +0 -0
  390. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  391. package/ios/libcrypto.a.meta +1 -1
  392. package/ios/libssl.a.meta +1 -1
  393. package/ios.meta +1 -1
  394. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  395. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  396. package/macosx.meta +1 -1
  397. package/package.json +1 -1
  398. package/package.json.meta +1 -1
  399. package/visionos/libConnectedSpacesPlatform.a +0 -0
  400. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  401. package/visionos/libcrypto.a.meta +1 -1
  402. package/visionos/libssl.a.meta +1 -1
  403. package/visionos.meta +1 -1
  404. package/windows/ConnectedSpacesPlatform.dll +0 -0
  405. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  406. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  407. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  408. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8916e060d4d04c36b4594e5257cdc4f1
2
+ guid: ef03071e05344a7a8cd7fd05197cfcc4
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_LODChainResult_GetLODChainC_LODChainRC(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_LODChainResult_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: 47ca1098564d41d38462463e8bbd6c7e
2
+ guid: b200f056247945dd855096feea731936
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -52,48 +52,6 @@ namespace Csp.Systems
52
52
  ]
53
53
  static extern void csp_systems_UriResult_SetUri_void_StringRC(IntPtr @class, IntPtr Value);
54
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_UriResult_Ctor();
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_UriResult_Ctor_voidP(IntPtr arg1);
82
-
83
- [
84
- DllImport(
85
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
86
- "__Internal"
87
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
88
- "ConnectedSpacesPlatform_D"
89
- #else
90
- "ConnectedSpacesPlatform"
91
- #endif
92
- ),
93
- SuppressUnmanagedCodeSecurity
94
- ]
95
- static extern NativePointer csp_systems_UriResult_Ctor_StringC(string Uri);
96
-
97
55
  [
98
56
  DllImport(
99
57
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b5c81f17ffc94328a9f8c9fdc45ec587
2
+ guid: 4c1938bf67c343f382dedff32eeca005
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 89fb976953a04a3888cbe017bf0d5544
2
+ guid: b31fe7bd4c614507b7eb5886b3ee9f93
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -37,51 +37,6 @@ namespace Csp.Systems
37
37
  ]
38
38
  static extern bool csp_systems_BooleanResult_GetValueC_bool(IntPtr @class);
39
39
 
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_BooleanResult_Ctor();
53
-
54
- [
55
- DllImport(
56
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
- "__Internal"
58
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
- "ConnectedSpacesPlatform_D"
60
- #else
61
- "ConnectedSpacesPlatform"
62
- #endif
63
- ),
64
- SuppressUnmanagedCodeSecurity
65
- ]
66
- static extern NativePointer csp_systems_BooleanResult_Ctor_voidP(IntPtr arg1);
67
-
68
- [
69
- DllImport(
70
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
- "__Internal"
72
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
- "ConnectedSpacesPlatform_D"
74
- #else
75
- "ConnectedSpacesPlatform"
76
- #endif
77
- ),
78
- SuppressUnmanagedCodeSecurity
79
- ]
80
- static extern NativePointer csp_systems_BooleanResult_Ctor_EResultCode_uint16_t(
81
- Csp.Systems.EResultCode ResCode,
82
- ushort HttpResCode
83
- );
84
-
85
40
  [
86
41
  DllImport(
87
42
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7e5083fa09484397a5a9139295010ae1
2
+ guid: c88082af87114d87b6b11134dfffdb56
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -37,20 +37,6 @@ namespace Csp.Systems
37
37
  IntPtr @class
38
38
  );
39
39
 
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_AddShopifyStoreResult_Ctor_voidP(IntPtr arg1);
53
-
54
40
  [
55
41
  DllImport(
56
42
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d73ec7595e9045e1b9b048a4011c6da8
2
+ guid: 2663e5c72c00499884790bec5b93e854
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: eb8a8939db964be889532c315218e480
2
+ guid: 27b5f635f64947b8b80c3d6f4498e82f
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_CartInfoResult_GetCartInfoC_CartInfoRC(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_CartInfoResult_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: 8bc4a2023d3e419eae43d6859d7bc75a
2
+ guid: 6a61fdf43ef348d993603a24ee161030
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cbb64f9e17d14d52a4a8891c57cd5cc3
2
+ guid: 1e3ba6e87be2424c9a8ea46fa361d339
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b374cafcd934450d9d0699be6166466a
2
+ guid: 9794f8f1a9ba4fb79f7065ee1bf51888
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_CheckoutInfoResult_GetCheckoutInfoC_CheckoutInfoRC(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_CheckoutInfoResult_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: 4c1e69cb66914d69ab577f5786a657dd
2
+ guid: 546a9f96d5e2437883696862ec346d11
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9f96510d4c0644f1b2a55609f637c786
2
+ guid: 717dcd4a1b1f4b7cbf66885b2e58b5b1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -225,34 +225,6 @@ namespace Csp.Systems
225
225
  IntPtr callbackStateObject
226
226
  );
227
227
 
228
- [
229
- DllImport(
230
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
231
- "__Internal"
232
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
233
- "ConnectedSpacesPlatform_D"
234
- #else
235
- "ConnectedSpacesPlatform"
236
- #endif
237
- ),
238
- SuppressUnmanagedCodeSecurity
239
- ]
240
- static extern NativePointer csp_systems_ECommerceSystem_Ctor();
241
-
242
- [
243
- DllImport(
244
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
245
- "__Internal"
246
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
247
- "ConnectedSpacesPlatform_D"
248
- #else
249
- "ConnectedSpacesPlatform"
250
- #endif
251
- ),
252
- SuppressUnmanagedCodeSecurity
253
- ]
254
- static extern void csp_systems_ECommerceSystem_Dtor(IntPtr @class);
255
-
256
228
  #pragma warning restore IDE1006
257
229
  #endregion
258
230
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ec8b061727904c218b4b8d88520f229c
2
+ guid: ad21a9c8bab54464b25d7de7e5486747
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -35,20 +35,6 @@ namespace Csp.Systems
35
35
  ]
36
36
  static extern NativePointer csp_systems_GetShopifyStoresResult_GetShopifyStoresC_ArrayRC(IntPtr @class);
37
37
 
38
- [
39
- DllImport(
40
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
41
- "__Internal"
42
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
43
- "ConnectedSpacesPlatform_D"
44
- #else
45
- "ConnectedSpacesPlatform"
46
- #endif
47
- ),
48
- SuppressUnmanagedCodeSecurity
49
- ]
50
- static extern NativePointer csp_systems_GetShopifyStoresResult_Ctor_voidP(IntPtr arg1);
51
-
52
38
  [
53
39
  DllImport(
54
40
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c3d06f0502b149af9f141e6c1ce4223f
2
+ guid: b672571e13c04fb3bf3987ed13faf339
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 76d72aed145d49f289fd7eb95bc1856a
2
+ guid: fb4ce254ed724a979bc28e4b1cfc07ef
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_ProductInfoCollectionResult_GetProductsC_ArrayRC(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_ProductInfoCollectionResult_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: 12d80a23d80648b0ac0d0b3b5317b10b
2
+ guid: be0214f611aa42f98b2805c22fc58d73
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_ProductInfoResult_GetProductInfoC_ProductInfoRC(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_ProductInfoResult_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: 492e8b89030c4b4abf794a783001fa80
2
+ guid: ae4052a75fa9441e898fb30aa576ebbb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0729a2b88ee14e34ad9a90b696ecf3eb
2
+ guid: 214f07f805894af4ade989735d4a7953
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 73a0df74373d49eba6e19a92d7070255
2
+ guid: 44fd22e8c65d47358caff78c6ad87e62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c4cd55dc1d8c45a68218233e7c6f5f8c
2
+ guid: f0afba7b3d794e90b849fd5467ddc683
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -48,20 +48,6 @@ namespace Csp.Systems
48
48
  ]
49
49
  static extern void csp_systems_ValidateShopifyStoreResult__Set_ValidateResult(IntPtr @class, bool value);
50
50
 
51
- [
52
- DllImport(
53
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
54
- "__Internal"
55
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
56
- "ConnectedSpacesPlatform_D"
57
- #else
58
- "ConnectedSpacesPlatform"
59
- #endif
60
- ),
61
- SuppressUnmanagedCodeSecurity
62
- ]
63
- static extern NativePointer csp_systems_ValidateShopifyStoreResult_Ctor_voidP(IntPtr arg1);
64
-
65
51
  [
66
52
  DllImport(
67
53
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 54e8576174e04655b84d82ea31629343
2
+ guid: 54bf025b2a7b401c84c632fcd0183595
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5a2d2189352846e4be622c4bc3b751a2
2
+ guid: a82c09f251264d8bb6c6a1dbcd68f5da
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 78bcac3596f74afe8ee47536f9694091
2
+ guid: 2167ffc7433d4a3c8c41e14e735076e6
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 21c7ad9d65034232a78a354870e3dfaf
2
+ guid: f1fcdc7aa69348c8aefb7a4d97691bab
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0c4c01de74c14a518458d2764ba9f651
2
+ guid: 00e39c8a6c3b493a843b8ab3ba9a2b20
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8fa5b27bcd5247bd86b6a3915b411464
2
+ guid: 413d42cd3e8d42dbacac2b1676c407c0
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_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: 4238a91498b249a8bb57f59a7048476c
2
+ guid: 992e14313f584a9e800171dade36beac
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 61312ed261f44e7cb75ac50e9d37c1d6
2
+ guid: ff0fc0b2fe434002a6aa9b70c1b9d18c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0c9a9d37db664fada7117d6fc641f094
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: 51561821c50e40aebe98d95b50350b7e
2
+ guid: 1ecd219691644951ab104eba076a9617
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 361cded82c064649bc480c0a93ff9427
2
+ guid: 1465a1d7d1d7476798330f7f3a105ca7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2f204093e30d4ddb923d23124bf1d834
2
+ guid: afdc5184e365416182a7dadfb8373efa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2