connected-spaces-platform.unity.core 5.2.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (630) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +2 -200
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs +37 -12
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs +0 -1
  8. package/Source/ClientUserAgent.cs.meta +1 -1
  9. package/Source/Common/Array.cs +0 -1
  10. package/Source/Common/Array.cs.meta +1 -1
  11. package/Source/Common/CancellationToken.cs +8 -3
  12. package/Source/Common/CancellationToken.cs.meta +1 -1
  13. package/Source/Common/FileExtensions.cs +0 -1
  14. package/Source/Common/FileExtensions.cs.meta +1 -1
  15. package/Source/Common/List.cs +0 -1
  16. package/Source/Common/List.cs.meta +1 -1
  17. package/Source/Common/Map.cs +0 -1
  18. package/Source/Common/Map.cs.meta +1 -1
  19. package/Source/Common/MimeTypeHelper.cs +8 -3
  20. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  21. package/Source/Common/MimeTypes.cs +0 -1
  22. package/Source/Common/MimeTypes.cs.meta +1 -1
  23. package/Source/Common/Variant.cs +25 -8
  24. package/Source/Common/Variant.cs.meta +1 -1
  25. package/Source/Common/VariantType.cs +0 -1
  26. package/Source/Common/VariantType.cs.meta +1 -1
  27. package/Source/Common/Vector2.cs +10 -3
  28. package/Source/Common/Vector2.cs.meta +1 -1
  29. package/Source/Common/Vector3.cs +10 -3
  30. package/Source/Common/Vector3.cs.meta +1 -1
  31. package/Source/Common/Vector4.cs +15 -4
  32. package/Source/Common/Vector4.cs.meta +1 -1
  33. package/Source/Common.meta +1 -1
  34. package/Source/Constants.cs.meta +1 -1
  35. package/Source/Csp.cs.meta +1 -1
  36. package/Source/EThirdPartyPlatform.cs +0 -1
  37. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  38. package/Source/EndpointURIs.cs +0 -1
  39. package/Source/EndpointURIs.cs.meta +1 -1
  40. package/Source/Il2cppPreserver.cs.meta +1 -1
  41. package/Source/Multiplayer/AssetDetailBlobParams.cs +0 -1
  42. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  43. package/Source/Multiplayer/ComponentBase.cs +21 -9
  44. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  45. package/Source/Multiplayer/ComponentType.cs +0 -1
  46. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  47. package/Source/Multiplayer/ComponentUpdateInfo.cs +0 -1
  48. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  49. package/Source/Multiplayer/ComponentUpdateType.cs +0 -1
  50. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/AnimatedModelActions.cs +0 -1
  52. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs +0 -1
  54. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +47 -20
  56. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/AudioPlaybackState.cs +0 -1
  58. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/AudioPropertyKeys.cs +0 -1
  60. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +35 -12
  62. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/AudioType.cs +0 -1
  64. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs +0 -1
  66. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/AvatarPlayMode.cs +0 -1
  68. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +53 -20
  70. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/AvatarState.cs +0 -1
  72. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/BillboardMode.cs +0 -1
  74. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs +0 -1
  76. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +38 -13
  78. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs +0 -1
  80. package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs +49 -22
  82. package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/CollisionMode.cs +0 -1
  84. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs +0 -1
  86. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/CollisionShape.cs +0 -1
  88. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +64 -27
  90. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs +0 -1
  92. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +28 -13
  94. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs +0 -1
  96. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +24 -13
  98. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/DisplayMode.cs +0 -1
  100. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs +0 -1
  102. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +8 -3
  104. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/ExternalLinkActions.cs +0 -1
  106. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +0 -1
  108. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +38 -17
  110. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +0 -1
  112. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +35 -18
  114. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/FogMode.cs +0 -1
  116. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/FogPropertyKeys.cs +0 -1
  118. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  119. package/Source/Multiplayer/Components/FogSpaceComponent.cs +55 -18
  120. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +0 -1
  122. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  123. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +40 -17
  124. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  125. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +0 -1
  126. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  127. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +29 -10
  128. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  129. package/Source/Multiplayer/Components/ImagePropertyKeys.cs +0 -1
  130. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  131. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +44 -15
  132. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  133. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs +0 -1
  134. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  135. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs +0 -1
  136. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  137. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs +0 -1
  138. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  139. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs +0 -1
  140. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  141. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs +0 -1
  142. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  143. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs +0 -1
  144. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  145. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs +0 -1
  146. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  147. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs +0 -1
  148. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  149. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs +0 -1
  150. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  151. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  152. package/Source/Multiplayer/Components/LightCookieType.cs +0 -1
  153. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  154. package/Source/Multiplayer/Components/LightPropertyKeys.cs +0 -1
  155. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  156. package/Source/Multiplayer/Components/LightShadowType.cs +0 -1
  157. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  158. package/Source/Multiplayer/Components/LightSpaceComponent.cs +51 -16
  159. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  160. package/Source/Multiplayer/Components/LightType.cs +0 -1
  161. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  162. package/Source/Multiplayer/Components/LocomotionModel.cs +0 -1
  163. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  164. package/Source/Multiplayer/Components/PortalPropertyKeys.cs +0 -1
  165. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  166. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +14 -5
  167. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  168. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +0 -1
  169. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  170. package/Source/Multiplayer/Components/ReflectionShape.cs +0 -1
  171. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  172. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +25 -8
  173. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  174. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs +0 -1
  175. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  176. package/Source/Multiplayer/Components/ScriptScope.cs +0 -1
  177. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  178. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +9 -4
  179. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  180. package/Source/Multiplayer/Components/SplinePropertyKeys.cs +0 -1
  181. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  182. package/Source/Multiplayer/Components/SplineSpaceComponent.cs +12 -6
  183. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  184. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +0 -1
  185. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  186. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +38 -19
  187. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  188. package/Source/Multiplayer/Components/TextPropertyKeys.cs +0 -1
  189. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  190. package/Source/Multiplayer/Components/TextSpaceComponent.cs +51 -18
  191. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  192. package/Source/Multiplayer/Components/VideoPlayerActions.cs +0 -1
  193. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  194. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs +0 -1
  195. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  196. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs +0 -1
  197. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  198. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs +0 -1
  199. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  200. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +71 -28
  201. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  202. package/Source/Multiplayer/Components.meta +1 -1
  203. package/Source/Multiplayer/ConnectionState.cs +0 -1
  204. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  205. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +0 -1
  206. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  207. package/Source/Multiplayer/Conversation/ConversationInfo.cs +0 -1
  208. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  209. package/Source/Multiplayer/Conversation/ConversationMessageType.cs +0 -1
  210. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  211. package/Source/Multiplayer/Conversation/ConversationResult.cs +5 -4
  212. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  213. package/Source/Multiplayer/Conversation/ConversationSystem.cs +0 -1
  214. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  215. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +8 -5
  216. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  217. package/Source/Multiplayer/Conversation/MessageInfo.cs +0 -1
  218. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  219. package/Source/Multiplayer/Conversation/MessageResult.cs +5 -4
  220. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  221. package/Source/Multiplayer/Conversation.meta +1 -1
  222. package/Source/Multiplayer/ConversationSystemParams.cs +0 -1
  223. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  224. package/Source/Multiplayer/EAssetChangeType.cs +0 -1
  225. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  226. package/Source/Multiplayer/EPermissionChangeType.cs +0 -1
  227. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  228. package/Source/Multiplayer/ESequenceUpdateType.cs +1 -1
  229. package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
  230. package/Source/Multiplayer/ErrorCode.cs +0 -1
  231. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  232. package/Source/Multiplayer/IEntityDeserialiser.cs +0 -1
  233. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  234. package/Source/Multiplayer/IEntitySerialiser.cs +0 -1
  235. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  236. package/Source/Multiplayer/MultiplayerConnection.cs +63 -8
  237. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  238. package/Source/Multiplayer/ReplicatedValue.cs +85 -9
  239. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  240. package/Source/Multiplayer/ReplicatedValueType.cs +1 -1
  241. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  242. package/Source/Multiplayer/Script/EntityScript.cs +15 -6
  243. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  244. package/Source/Multiplayer/Script.meta +1 -1
  245. package/Source/Multiplayer/SequenceChangedParams.cs +0 -1
  246. package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
  247. package/Source/Multiplayer/SequenceHierarchy.cs +3 -2
  248. package/Source/Multiplayer/SequenceHierarchy.cs.meta +1 -1
  249. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +0 -1
  250. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +1 -1
  251. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +6 -3
  252. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +1 -1
  253. package/Source/Multiplayer/SequenceHierarchyResult.cs +5 -4
  254. package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +1 -1
  255. package/Source/Multiplayer/SequenceHotspotChangedParams.cs +143 -0
  256. package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +11 -0
  257. package/Source/Multiplayer/SpaceEntity.cs +118 -44
  258. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  259. package/Source/Multiplayer/SpaceEntitySystem.cs +81 -41
  260. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  261. package/Source/Multiplayer/SpaceEntityType.cs +0 -1
  262. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  263. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +0 -1
  264. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  265. package/Source/Multiplayer/SpaceTransform.cs +0 -1
  266. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  267. package/Source/Multiplayer/UserPermissionsParams.cs +0 -1
  268. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  269. package/Source/Multiplayer.meta +1 -1
  270. package/Source/NativeClassWrapper.cs.meta +1 -1
  271. package/Source/ProgressEventArgs.cs.meta +1 -1
  272. package/Source/Ref.cs.meta +1 -1
  273. package/Source/Systems/Analytics/AnalyticsEvent.cs +15 -6
  274. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  275. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +7 -5
  276. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  277. package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -1
  278. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  279. package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -1
  280. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  281. package/Source/Systems/Analytics.meta +1 -1
  282. package/Source/Systems/Assets/Asset.cs +6 -3
  283. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  284. package/Source/Systems/Assets/AssetCollection.cs +10 -5
  285. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  286. package/Source/Systems/Assets/AssetCollectionResult.cs +5 -4
  287. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  288. package/Source/Systems/Assets/AssetCollectionsResult.cs +8 -5
  289. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  290. package/Source/Systems/Assets/AssetDataResult.cs +6 -3
  291. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  292. package/Source/Systems/Assets/AssetDataSource.cs +0 -1
  293. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  294. package/Source/Systems/Assets/AssetResult.cs +5 -2
  295. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  296. package/Source/Systems/Assets/AssetSystem.cs +0 -1
  297. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  298. package/Source/Systems/Assets/AssetsResult.cs +5 -2
  299. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  300. package/Source/Systems/Assets/BufferAssetDataSource.cs +3 -2
  301. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  302. package/Source/Systems/Assets/EAssetCollectionType.cs +0 -1
  303. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  304. package/Source/Systems/Assets/EAssetPlatform.cs +0 -1
  305. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  306. package/Source/Systems/Assets/EAssetType.cs +0 -1
  307. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  308. package/Source/Systems/Assets/FileAssetDataSource.cs +3 -2
  309. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  310. package/Source/Systems/Assets/LODAsset.cs +0 -1
  311. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  312. package/Source/Systems/Assets/LODChain.cs +0 -1
  313. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  314. package/Source/Systems/Assets/LODChainResult.cs +5 -2
  315. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  316. package/Source/Systems/Assets/UriResult.cs +3 -2
  317. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  318. package/Source/Systems/Assets.meta +1 -1
  319. package/Source/Systems/BooleanResult.cs +3 -2
  320. package/Source/Systems/BooleanResult.cs.meta +1 -1
  321. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +5 -4
  322. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  323. package/Source/Systems/ECommerce/CartInfo.cs +0 -1
  324. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  325. package/Source/Systems/ECommerce/CartInfoResult.cs +5 -2
  326. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  327. package/Source/Systems/ECommerce/CartLine.cs +0 -1
  328. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  329. package/Source/Systems/ECommerce/CheckoutInfo.cs +0 -1
  330. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  331. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +5 -4
  332. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  333. package/Source/Systems/ECommerce/CurrencyInfo.cs +0 -1
  334. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  335. package/Source/Systems/ECommerce/ECommerceSystem.cs +0 -1
  336. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  337. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +5 -4
  338. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  339. package/Source/Systems/ECommerce/ProductInfo.cs +0 -1
  340. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  341. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +5 -4
  342. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  343. package/Source/Systems/ECommerce/ProductInfoResult.cs +5 -4
  344. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  345. package/Source/Systems/ECommerce/ProductMediaInfo.cs +0 -1
  346. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  347. package/Source/Systems/ECommerce/ProductVariantInfo.cs +0 -1
  348. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  349. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +0 -1
  350. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  351. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -1
  352. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  353. package/Source/Systems/ECommerce/VariantOptionInfo.cs +0 -1
  354. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  355. package/Source/Systems/ECommerce.meta +1 -1
  356. package/Source/Systems/ERequestFailureReason.cs +0 -1
  357. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  358. package/Source/Systems/EResultCode.cs +0 -1
  359. package/Source/Systems/EResultCode.cs.meta +1 -1
  360. package/Source/Systems/EventTicketing/EventTicket.cs +0 -1
  361. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  362. package/Source/Systems/EventTicketing/EventTicketResult.cs +5 -2
  363. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  364. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +0 -1
  365. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  366. package/Source/Systems/EventTicketing/EventTicketingVendor.cs +0 -1
  367. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  368. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -2
  369. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  370. package/Source/Systems/EventTicketing/TicketStatus.cs +0 -1
  371. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  372. package/Source/Systems/EventTicketing/TicketedEvent.cs +0 -1
  373. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  374. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +5 -4
  375. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  376. package/Source/Systems/EventTicketing/TicketedEventResult.cs +5 -4
  377. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  378. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +0 -1
  379. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  380. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +6 -3
  381. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  382. package/Source/Systems/EventTicketing.meta +1 -1
  383. package/Source/Systems/GraphQL/GraphQLResult.cs +3 -2
  384. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  385. package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -1
  386. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  387. package/Source/Systems/GraphQL.meta +1 -1
  388. package/Source/Systems/HTTPHeadersResult.cs +5 -2
  389. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  390. package/Source/Systems/HotspotSequence/HotspotGroup.cs +0 -1
  391. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
  392. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +5 -4
  393. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
  394. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +5 -4
  395. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
  396. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +54 -1
  397. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
  398. package/Source/Systems/HotspotSequence.meta +1 -1
  399. package/Source/Systems/Log/LogLevel.cs +0 -1
  400. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  401. package/Source/Systems/Log/LogSystem.cs +6 -3
  402. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  403. package/Source/Systems/Log.meta +1 -1
  404. package/Source/Systems/Maintenance/MaintenanceInfo.cs +3 -2
  405. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  406. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +18 -11
  407. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  408. package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -1
  409. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  410. package/Source/Systems/Maintenance.meta +1 -1
  411. package/Source/Systems/NullResult.cs +0 -1
  412. package/Source/Systems/NullResult.cs.meta +1 -1
  413. package/Source/Systems/Organizations/EOrganizationRole.cs +0 -1
  414. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  415. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +0 -1
  416. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  417. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +0 -1
  418. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  419. package/Source/Systems/Organizations/Organization.cs +0 -1
  420. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  421. package/Source/Systems/Organizations/OrganizationResult.cs +5 -4
  422. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  423. package/Source/Systems/Organizations/OrganizationRoleInfo.cs +0 -1
  424. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  425. package/Source/Systems/Organizations/OrganizationRolesResult.cs +5 -4
  426. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  427. package/Source/Systems/Organizations/OrganizationSystem.cs +3 -2
  428. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  429. package/Source/Systems/Organizations.meta +1 -1
  430. package/Source/Systems/Quota/FeatureLimitInfo.cs +0 -1
  431. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  432. package/Source/Systems/Quota/FeatureLimitResult.cs +5 -4
  433. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  434. package/Source/Systems/Quota/FeatureQuotaInfo.cs +0 -1
  435. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  436. package/Source/Systems/Quota/FeatureQuotaResult.cs +5 -4
  437. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  438. package/Source/Systems/Quota/FeaturesLimitResult.cs +5 -4
  439. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  440. package/Source/Systems/Quota/FeaturesQuotaResult.cs +5 -4
  441. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  442. package/Source/Systems/Quota/PeriodEnum.cs +0 -1
  443. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  444. package/Source/Systems/Quota/QuotaSystem.cs +0 -1
  445. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  446. package/Source/Systems/Quota/TierFeatures.cs +0 -1
  447. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  448. package/Source/Systems/Quota/TierNames.cs +0 -1
  449. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  450. package/Source/Systems/Quota/UserTierInfo.cs +0 -1
  451. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  452. package/Source/Systems/Quota/UserTierResult.cs +5 -4
  453. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  454. package/Source/Systems/Quota.meta +1 -1
  455. package/Source/Systems/ResultBase.cs +18 -7
  456. package/Source/Systems/ResultBase.cs.meta +1 -1
  457. package/Source/Systems/Script/ScriptSystem.cs +6 -3
  458. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  459. package/Source/Systems/Script.meta +1 -1
  460. package/Source/Systems/Sequence/Sequence.cs +0 -1
  461. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  462. package/Source/Systems/Sequence/SequenceResult.cs +5 -2
  463. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  464. package/Source/Systems/Sequence/SequenceSystem.cs +62 -1
  465. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  466. package/Source/Systems/Sequence/SequencesResult.cs +5 -4
  467. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  468. package/Source/Systems/Sequence.meta +1 -1
  469. package/Source/Systems/Settings/AvatarInfoResult.cs +8 -3
  470. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  471. package/Source/Systems/Settings/AvatarType.cs +0 -1
  472. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  473. package/Source/Systems/Settings/SettingsCollection.cs +0 -1
  474. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  475. package/Source/Systems/Settings/SettingsCollectionResult.cs +5 -4
  476. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  477. package/Source/Systems/Settings/SettingsSystem.cs +0 -1
  478. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  479. package/Source/Systems/Settings.meta +1 -1
  480. package/Source/Systems/Spaces/BasicSpace.cs +0 -1
  481. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  482. package/Source/Systems/Spaces/BasicSpaceResult.cs +5 -2
  483. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  484. package/Source/Systems/Spaces/BasicSpacesResult.cs +8 -5
  485. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  486. package/Source/Systems/Spaces/InviteUserRoleInfo.cs +0 -1
  487. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  488. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +0 -1
  489. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  490. package/Source/Systems/Spaces/PendingInvitesResult.cs +5 -4
  491. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  492. package/Source/Systems/Spaces/Site.cs +0 -1
  493. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  494. package/Source/Systems/Spaces/SiteResult.cs +5 -2
  495. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  496. package/Source/Systems/Spaces/SitesCollectionResult.cs +5 -4
  497. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  498. package/Source/Systems/Spaces/Space.cs +0 -1
  499. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  500. package/Source/Systems/Spaces/SpaceAttributes.cs +0 -1
  501. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  502. package/Source/Systems/Spaces/SpaceGeoLocation.cs +0 -1
  503. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  504. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +8 -5
  505. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  506. package/Source/Systems/Spaces/SpaceMetadataResult.cs +5 -2
  507. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  508. package/Source/Systems/Spaces/SpaceResult.cs +8 -3
  509. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  510. package/Source/Systems/Spaces/SpaceSystem.cs +8 -3
  511. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  512. package/Source/Systems/Spaces/SpaceUserRole.cs +0 -1
  513. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  514. package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -4
  515. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  516. package/Source/Systems/Spaces/SpacesResult.cs +5 -2
  517. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  518. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -4
  519. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  520. package/Source/Systems/Spaces/UserRoleInfo.cs +0 -1
  521. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  522. package/Source/Systems/Spaces.meta +1 -1
  523. package/Source/Systems/Spatial/Anchor.cs +0 -1
  524. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  525. package/Source/Systems/Spatial/AnchorCollectionResult.cs +5 -4
  526. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  527. package/Source/Systems/Spatial/AnchorProvider.cs +0 -1
  528. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  529. package/Source/Systems/Spatial/AnchorResolution.cs +0 -1
  530. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  531. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +5 -4
  532. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  533. package/Source/Systems/Spatial/AnchorResolutionResult.cs +5 -4
  534. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  535. package/Source/Systems/Spatial/AnchorResult.cs +5 -2
  536. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  537. package/Source/Systems/Spatial/AnchorSystem.cs +0 -1
  538. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  539. package/Source/Systems/Spatial/EPointOfInterestType.cs +0 -1
  540. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  541. package/Source/Systems/Spatial/GeoLocation.cs +3 -2
  542. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  543. package/Source/Systems/Spatial/OlyAnchorPosition.cs +0 -1
  544. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  545. package/Source/Systems/Spatial/OlyRotation.cs +0 -1
  546. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  547. package/Source/Systems/Spatial/POICollectionResult.cs +5 -4
  548. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  549. package/Source/Systems/Spatial/POIResult.cs +5 -4
  550. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  551. package/Source/Systems/Spatial/PointOfInterest.cs +0 -1
  552. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  553. package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -1
  554. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  555. package/Source/Systems/Spatial.meta +1 -1
  556. package/Source/Systems/StringArrayResult.cs +5 -2
  557. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  558. package/Source/Systems/StringResult.cs +3 -2
  559. package/Source/Systems/StringResult.cs.meta +1 -1
  560. package/Source/Systems/SystemBase.cs +0 -1
  561. package/Source/Systems/SystemBase.cs.meta +1 -1
  562. package/Source/Systems/SystemsManager.cs +125 -46
  563. package/Source/Systems/SystemsManager.cs.meta +1 -1
  564. package/Source/Systems/UInt64Result.cs +3 -2
  565. package/Source/Systems/UInt64Result.cs.meta +1 -1
  566. package/Source/Systems/Users/AgoraUserTokenParams.cs +0 -1
  567. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  568. package/Source/Systems/Users/BasicProfile.cs +0 -1
  569. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  570. package/Source/Systems/Users/BasicProfilesResult.cs +5 -4
  571. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  572. package/Source/Systems/Users/ELoginState.cs +0 -1
  573. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  574. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs +0 -1
  575. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  576. package/Source/Systems/Users/LoginState.cs +3 -2
  577. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  578. package/Source/Systems/Users/LoginStateResult.cs +5 -2
  579. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  580. package/Source/Systems/Users/LoginTokenInfo.cs +0 -1
  581. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  582. package/Source/Systems/Users/LoginTokenInfoResult.cs +5 -4
  583. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  584. package/Source/Systems/Users/Profile.cs +0 -1
  585. package/Source/Systems/Users/Profile.cs.meta +1 -1
  586. package/Source/Systems/Users/ProfileResult.cs +5 -2
  587. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  588. package/Source/Systems/Users/ProviderDetailsResult.cs +5 -4
  589. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  590. package/Source/Systems/Users/ThirdPartyProviderDetails.cs +0 -1
  591. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  592. package/Source/Systems/Users/UserSystem.cs +10 -5
  593. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  594. package/Source/Systems/Users.meta +1 -1
  595. package/Source/Systems/Voip/VoipSystem.cs +3 -2
  596. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  597. package/Source/Systems/Voip.meta +1 -1
  598. package/Source/Systems.meta +1 -1
  599. package/Source/Web/EResponseCodes.cs +0 -1
  600. package/Source/Web/EResponseCodes.cs.meta +1 -1
  601. package/Source/Web.meta +1 -1
  602. package/Source/WrapperHelper.cs +8 -0
  603. package/Source/WrapperHelper.cs.meta +1 -1
  604. package/Source.meta +1 -1
  605. package/android64/libConnectedSpacesPlatform.so +0 -0
  606. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  607. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  608. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  609. package/android64.meta +1 -1
  610. package/ios/libConnectedSpacesPlatform.a +0 -0
  611. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  612. package/ios/libcrypto.a +0 -0
  613. package/ios/libcrypto.a.meta +1 -1
  614. package/ios/libssl.a.meta +1 -1
  615. package/ios.meta +1 -1
  616. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  617. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  618. package/macosx.meta +1 -1
  619. package/package.json +1 -1
  620. package/package.json.meta +1 -1
  621. package/visionos/libConnectedSpacesPlatform.a +0 -0
  622. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  623. package/visionos/libcrypto.a.meta +1 -1
  624. package/visionos/libssl.a.meta +1 -1
  625. package/visionos.meta +1 -1
  626. package/windows/ConnectedSpacesPlatform.dll +0 -0
  627. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  628. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  629. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  630. package/windows.meta +1 -1
@@ -66,4 +66,3 @@ namespace Csp.Systems
66
66
  }
67
67
  }
68
68
  }
69
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b94c5069d2fb4bffac2995cf3054d43d
2
+ guid: f5a7e1f562974b8db8c3293d8361d38c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -21,4 +21,3 @@ namespace Csp.Systems
21
21
  Owner,
22
22
  }
23
23
  }
24
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 16b1f74cf99c40b8bc23fa3e9bd9a218
2
+ guid: 4fb8ac2dac2741e49a7d9a3ee8b5bba4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -123,4 +123,3 @@ namespace Csp.Systems
123
123
  }
124
124
  }
125
125
  }
126
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0c378cd1c20b462ab8d2843892551d3d
2
+ guid: 2b5a01600011405d8164adb103a75a4d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -97,4 +97,3 @@ namespace Csp.Systems
97
97
  }
98
98
  }
99
99
  }
100
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 73d9bea61e96480eaa3ba495fbc89ea2
2
+ guid: 50dae0575a404d388629a39e7fc4694b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -175,4 +175,3 @@ namespace Csp.Systems
175
175
  }
176
176
  }
177
177
  }
178
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ce70758a192d41519cc68065361ee8ff
2
+ guid: 28bc8da364954496acb4fab891f6c180
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Systems.Organization GetOrganization()
52
52
  {
53
- var _result = new Csp.Systems.Organization(
54
- csp_systems_OrganizationResult_GetOrganizationC_OrganizationRC(_ptr)
55
- );
53
+ var _value = csp_systems_OrganizationResult_GetOrganizationC_OrganizationRC(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Systems.Organization(_value);
57
+ ;
56
58
 
57
59
  return _result;
58
60
  }
@@ -80,4 +82,3 @@ namespace Csp.Systems
80
82
  }
81
83
  }
82
84
  }
83
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f6a627082b2549bc9ded56c6ee78c5d6
2
+ guid: 801852c370284eebad07be57ee73b853
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -97,4 +97,3 @@ namespace Csp.Systems
97
97
  }
98
98
  }
99
99
  }
100
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d77ae11b62fa41ea950e3f899e82882d
2
+ guid: 37ae1696d4124e689eba11b0844441ee
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Common.Array<Csp.Systems.OrganizationRoleInfo> GetOrganizationRoleInfo()
52
52
  {
53
- var _result = new Csp.Common.Array<Csp.Systems.OrganizationRoleInfo>(
54
- csp_systems_OrganizationRolesResult_GetOrganizationRoleInfoC_ArrayRC(_ptr)
55
- );
53
+ var _value = csp_systems_OrganizationRolesResult_GetOrganizationRoleInfoC_ArrayRC(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Common.Array<Csp.Systems.OrganizationRoleInfo>(_value);
57
+ ;
56
58
 
57
59
  return _result;
58
60
  }
@@ -80,4 +82,3 @@ namespace Csp.Systems
80
82
  }
81
83
  }
82
84
  }
83
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0cb0d2e0fff04ed1b29c1a98f411543d
2
+ guid: 5219469c68ff40d2979eed09a1c817de
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -288,7 +288,9 @@ namespace Csp.Systems
288
288
 
289
289
  public string GetCurrentOrganizationId()
290
290
  {
291
- var _result = csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(_ptr);
291
+ var _value = csp_systems_OrganizationSystem_GetCurrentOrganizationIdC_StringRC(_ptr);
292
+
293
+ var _result = _value;
292
294
 
293
295
  var _resultString = WrapperHelper.NativeUTF8ToString(_result);
294
296
  Global.Free(_result);
@@ -596,4 +598,3 @@ namespace Csp.Systems
596
598
  protected OrganizationSystem() { }
597
599
  }
598
600
  }
599
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 63fccc53a74549d495dafc2115242b1f
2
+ guid: a5e0177c2a9a49e8b3194f50a66d1af8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5237d5a0a0ef435587f26eedd3944e12
2
+ guid: 4fc6012335554025857f611d258a77ed
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -109,4 +109,3 @@ namespace Csp.Systems
109
109
  }
110
110
  }
111
111
  }
112
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 16115bcf6bcf461c9f2f2696b097deb9
2
+ guid: f56d7f0924eb40b7be1f084ec523d791
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -52,9 +52,11 @@ namespace Csp.Systems
52
52
 
53
53
  public Csp.Systems.FeatureLimitInfo GetFeatureLimitInfo()
54
54
  {
55
- var _result = new Csp.Systems.FeatureLimitInfo(
56
- csp_systems_FeatureLimitResult_GetFeatureLimitInfoC_FeatureLimitInfoRC(_ptr)
57
- );
55
+ var _value = csp_systems_FeatureLimitResult_GetFeatureLimitInfoC_FeatureLimitInfoRC(_ptr);
56
+
57
+ WrapperHelper.CheckNativePointer(_value);
58
+ var _result = new Csp.Systems.FeatureLimitInfo(_value);
59
+ ;
58
60
 
59
61
  return _result;
60
62
  }
@@ -82,4 +84,3 @@ namespace Csp.Systems
82
84
  }
83
85
  }
84
86
  }
85
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 80ee24c2bb13482283709fdec9781cfa
2
+ guid: c5c1b8eba7ad49cb94c22d65296dda09
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -123,4 +123,3 @@ namespace Csp.Systems
123
123
  }
124
124
  }
125
125
  }
126
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e198b93e2119413e8d2ef05d0816cc37
2
+ guid: fea4de7177004b7391f249760f29c54d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -52,9 +52,11 @@ namespace Csp.Systems
52
52
 
53
53
  public Csp.Systems.FeatureQuotaInfo GetFeatureQuotaInfo()
54
54
  {
55
- var _result = new Csp.Systems.FeatureQuotaInfo(
56
- csp_systems_FeatureQuotaResult_GetFeatureQuotaInfoC_FeatureQuotaInfoRC(_ptr)
57
- );
55
+ var _value = csp_systems_FeatureQuotaResult_GetFeatureQuotaInfoC_FeatureQuotaInfoRC(_ptr);
56
+
57
+ WrapperHelper.CheckNativePointer(_value);
58
+ var _result = new Csp.Systems.FeatureQuotaInfo(_value);
59
+ ;
58
60
 
59
61
  return _result;
60
62
  }
@@ -82,4 +84,3 @@ namespace Csp.Systems
82
84
  }
83
85
  }
84
86
  }
85
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 051cb607fae4464ab067485bb51f49b6
2
+ guid: c68c450fad854eac8ce4f0908da46952
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Common.Array<Csp.Systems.FeatureLimitInfo> GetFeaturesLimitInfo()
52
52
  {
53
- var _result = new Csp.Common.Array<Csp.Systems.FeatureLimitInfo>(
54
- csp_systems_FeaturesLimitResult_GetFeaturesLimitInfoC_ArrayRC(_ptr)
55
- );
53
+ var _value = csp_systems_FeaturesLimitResult_GetFeaturesLimitInfoC_ArrayRC(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Common.Array<Csp.Systems.FeatureLimitInfo>(_value);
57
+ ;
56
58
 
57
59
  return _result;
58
60
  }
@@ -80,4 +82,3 @@ namespace Csp.Systems
80
82
  }
81
83
  }
82
84
  }
83
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 78060e0aa8614c219d117677fdb02abd
2
+ guid: 540a941c2e47472281a4cdb69464b15d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Common.Array<Csp.Systems.FeatureQuotaInfo> GetFeaturesQuotaInfo()
52
52
  {
53
- var _result = new Csp.Common.Array<Csp.Systems.FeatureQuotaInfo>(
54
- csp_systems_FeaturesQuotaResult_GetFeaturesQuotaInfoC_ArrayRC(_ptr)
55
- );
53
+ var _value = csp_systems_FeaturesQuotaResult_GetFeaturesQuotaInfoC_ArrayRC(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Common.Array<Csp.Systems.FeatureQuotaInfo>(_value);
57
+ ;
56
58
 
57
59
  return _result;
58
60
  }
@@ -80,4 +82,3 @@ namespace Csp.Systems
80
82
  }
81
83
  }
82
84
  }
83
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4b90109705654a7fb920bfdb36674fd6
2
+ guid: 5d365cb119b64cda9a6502a7f5d17ea7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -23,4 +23,3 @@ namespace Csp.Systems
23
23
  Invalid,
24
24
  }
25
25
  }
26
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bc779f35e7fd4554be6ea2254eab9e30
2
+ guid: 09203bdac55e49bdb6517461c4306263
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -469,4 +469,3 @@ namespace Csp.Systems
469
469
  protected QuotaSystem() { }
470
470
  }
471
471
  }
472
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b70e4a87bd6f4976ba55fbe14fc9f5b0
2
+ guid: 4acf36340fda48a49114a425550e0de6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -26,4 +26,3 @@ namespace Csp.Systems
26
26
  Invalid,
27
27
  }
28
28
  }
29
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bfea1491decd4c1fa74107a1b4017a8e
2
+ guid: 2a7d0f5bf90448dbacaab2c8e7922436
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -21,4 +21,3 @@ namespace Csp.Systems
21
21
  Invalid,
22
22
  }
23
23
  }
24
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2fe7c48db0da4046951c44690aa5fc5b
2
+ guid: 0fd29dc3fb41424c8dd52b8e9c15f29c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -108,4 +108,3 @@ namespace Csp.Systems
108
108
  }
109
109
  }
110
110
  }
111
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 77a5c9aac21c4ffda063d16aeb0066ef
2
+ guid: 634866be67eb4123ae28d41442763762
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Systems.UserTierInfo GetUserTierInfo()
52
52
  {
53
- var _result = new Csp.Systems.UserTierInfo(
54
- csp_systems_UserTierResult_GetUserTierInfoC_UserTierInfoRC(_ptr)
55
- );
53
+ var _value = csp_systems_UserTierResult_GetUserTierInfoC_UserTierInfoRC(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Systems.UserTierInfo(_value);
57
+ ;
56
58
 
57
59
  return _result;
58
60
  }
@@ -80,4 +82,3 @@ namespace Csp.Systems
80
82
  }
81
83
  }
82
84
  }
83
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 948ad686e0d6479b89403ffe4f3da4b2
2
+ guid: 768a51f2713f483aa132183be328fe20
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c2a6853cf9ec40bca425fe886c1c6d16
2
+ guid: debf82a6c80c4e24ae112434a226ad4e
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -101,7 +101,9 @@ namespace Csp.Systems
101
101
 
102
102
  public Csp.Systems.EResultCode GetResultCode()
103
103
  {
104
- var _result = csp_systems_ResultBase_GetResultCodeC_EResultCodeC(_ptr);
104
+ var _value = csp_systems_ResultBase_GetResultCodeC_EResultCodeC(_ptr);
105
+
106
+ var _result = _value;
105
107
 
106
108
  return _result;
107
109
  }
@@ -112,7 +114,9 @@ namespace Csp.Systems
112
114
 
113
115
  public ushort GetHttpResultCode()
114
116
  {
115
- var _result = csp_systems_ResultBase_GetHttpResultCodeC_uint16_tC(_ptr);
117
+ var _value = csp_systems_ResultBase_GetHttpResultCodeC_uint16_tC(_ptr);
118
+
119
+ var _result = _value;
116
120
 
117
121
  return _result;
118
122
  }
@@ -122,7 +126,9 @@ namespace Csp.Systems
122
126
 
123
127
  public string GetResponseBody()
124
128
  {
125
- var _result = csp_systems_ResultBase_GetResponseBodyC_StringRC(_ptr);
129
+ var _value = csp_systems_ResultBase_GetResponseBodyC_StringRC(_ptr);
130
+
131
+ var _result = _value;
126
132
 
127
133
  var _resultString = WrapperHelper.NativeUTF8ToString(_result);
128
134
  Global.Free(_result);
@@ -136,7 +142,9 @@ namespace Csp.Systems
136
142
 
137
143
  public float GetRequestProgress()
138
144
  {
139
- var _result = csp_systems_ResultBase_GetRequestProgressC_float(_ptr);
145
+ var _value = csp_systems_ResultBase_GetRequestProgressC_float(_ptr);
146
+
147
+ var _result = _value;
140
148
 
141
149
  return _result;
142
150
  }
@@ -147,7 +155,9 @@ namespace Csp.Systems
147
155
 
148
156
  public float GetResponseProgress()
149
157
  {
150
- var _result = csp_systems_ResultBase_GetResponseProgressC_float(_ptr);
158
+ var _value = csp_systems_ResultBase_GetResponseProgressC_float(_ptr);
159
+
160
+ var _result = _value;
151
161
 
152
162
  return _result;
153
163
  }
@@ -158,10 +168,11 @@ namespace Csp.Systems
158
168
 
159
169
  public Csp.Systems.ERequestFailureReason GetFailureReason()
160
170
  {
161
- var _result = csp_systems_ResultBase_GetFailureReasonC_ERequestFailureReason(_ptr);
171
+ var _value = csp_systems_ResultBase_GetFailureReasonC_ERequestFailureReason(_ptr);
172
+
173
+ var _result = _value;
162
174
 
163
175
  return _result;
164
176
  }
165
177
  }
166
178
  }
167
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d7fde5b47a7043358d7f9bb5a669aeb3
2
+ guid: 17f7b0b1c7914cec92837abe9d10aac5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -76,12 +76,14 @@ namespace Csp.Systems
76
76
 
77
77
  public bool RunScript(long ContextId, string ScriptText)
78
78
  {
79
- var _result = csp_systems_ScriptSystem_RunScript_bool_int64_t_StringRC(
79
+ var _value = csp_systems_ScriptSystem_RunScript_bool_int64_t_StringRC(
80
80
  _ptr,
81
81
  ContextId,
82
82
  WrapperHelper.StringToNativeUTF8(ScriptText)
83
83
  );
84
84
 
85
+ var _result = _value;
86
+
85
87
  return _result;
86
88
  }
87
89
 
@@ -93,16 +95,17 @@ namespace Csp.Systems
93
95
 
94
96
  public bool RunScriptFile(long ContextId, string ScriptFilePath)
95
97
  {
96
- var _result = csp_systems_ScriptSystem_RunScriptFile_bool_int64_t_StringRC(
98
+ var _value = csp_systems_ScriptSystem_RunScriptFile_bool_int64_t_StringRC(
97
99
  _ptr,
98
100
  ContextId,
99
101
  WrapperHelper.StringToNativeUTF8(ScriptFilePath)
100
102
  );
101
103
 
104
+ var _result = _value;
105
+
102
106
  return _result;
103
107
  }
104
108
 
105
109
  protected ScriptSystem() { }
106
110
  }
107
111
  }
108
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1213249a63774f428a9659788aaf46b8
2
+ guid: a8b8303ec5e944a6887e59a43a044fb3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4318db6e165446919e5ac774bb9d3688
2
+ guid: c5f3c98d4f6c4a4fb4ef2796f3561334
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -136,4 +136,3 @@ namespace Csp.Systems
136
136
  }
137
137
  }
138
138
  }
139
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 188c03cf23384d90a3b231ca9e7a4dc1
2
+ guid: f2787c30edda47999eeec9d131a7b8a6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -46,7 +46,11 @@ namespace Csp.Systems
46
46
 
47
47
  public Csp.Systems.Sequence GetSequence()
48
48
  {
49
- var _result = new Csp.Systems.Sequence(csp_systems_SequenceResult_GetSequenceC_SequenceRC(_ptr));
49
+ var _value = csp_systems_SequenceResult_GetSequenceC_SequenceRC(_ptr);
50
+
51
+ WrapperHelper.CheckNativePointer(_value);
52
+ var _result = new Csp.Systems.Sequence(_value);
53
+ ;
50
54
 
51
55
  return _result;
52
56
  }
@@ -74,4 +78,3 @@ namespace Csp.Systems
74
78
  }
75
79
  }
76
80
  }
77
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 966550f2952046a88884ce989f7f89e0
2
+ guid: 324e1ca776c1404fb4324d0024b175cb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2