connected-spaces-platform.unity.core 5.3.1 → 5.5.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 (629) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +1 -1
  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 +28 -9
  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 +0 -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 +15 -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/SequenceHotspotChangedParams.cs +0 -1
  248. package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +1 -1
  249. package/Source/Multiplayer/SpaceEntity.cs +118 -44
  250. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  251. package/Source/Multiplayer/SpaceEntitySystem.cs +81 -409
  252. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  253. package/Source/Multiplayer/SpaceEntityType.cs +0 -1
  254. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  255. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +0 -1
  256. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  257. package/Source/Multiplayer/SpaceTransform.cs +0 -1
  258. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  259. package/Source/Multiplayer/UserPermissionsParams.cs +0 -1
  260. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  261. package/Source/Multiplayer.meta +1 -1
  262. package/Source/NativeClassWrapper.cs.meta +1 -1
  263. package/Source/ProgressEventArgs.cs.meta +1 -1
  264. package/Source/Ref.cs.meta +1 -1
  265. package/Source/Systems/Analytics/AnalyticsEvent.cs +15 -6
  266. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  267. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +7 -5
  268. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  269. package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -1
  270. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  271. package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -1
  272. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  273. package/Source/Systems/Analytics.meta +1 -1
  274. package/Source/Systems/Assets/Asset.cs +6 -3
  275. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  276. package/Source/Systems/Assets/AssetCollection.cs +10 -5
  277. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  278. package/Source/Systems/Assets/AssetCollectionResult.cs +5 -4
  279. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  280. package/Source/Systems/Assets/AssetCollectionsResult.cs +8 -5
  281. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  282. package/Source/Systems/Assets/AssetDataResult.cs +6 -3
  283. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  284. package/Source/Systems/Assets/AssetDataSource.cs +0 -1
  285. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  286. package/Source/Systems/Assets/AssetResult.cs +5 -2
  287. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  288. package/Source/Systems/Assets/AssetSystem.cs +7 -4
  289. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  290. package/Source/Systems/Assets/AssetsResult.cs +5 -2
  291. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  292. package/Source/Systems/Assets/BufferAssetDataSource.cs +3 -2
  293. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  294. package/Source/Systems/Assets/EAssetCollectionType.cs +0 -1
  295. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  296. package/Source/Systems/Assets/EAssetPlatform.cs +0 -1
  297. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  298. package/Source/Systems/Assets/EAssetType.cs +0 -1
  299. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  300. package/Source/Systems/Assets/FileAssetDataSource.cs +3 -2
  301. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  302. package/Source/Systems/Assets/LODAsset.cs +0 -1
  303. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  304. package/Source/Systems/Assets/LODChain.cs +0 -1
  305. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  306. package/Source/Systems/Assets/LODChainResult.cs +5 -2
  307. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  308. package/Source/Systems/Assets/UriResult.cs +3 -2
  309. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  310. package/Source/Systems/Assets.meta +1 -1
  311. package/Source/Systems/BooleanResult.cs +3 -2
  312. package/Source/Systems/BooleanResult.cs.meta +1 -1
  313. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +5 -4
  314. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  315. package/Source/Systems/ECommerce/CartInfo.cs +0 -1
  316. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  317. package/Source/Systems/ECommerce/CartInfoResult.cs +5 -2
  318. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  319. package/Source/Systems/ECommerce/CartLine.cs +0 -1
  320. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  321. package/Source/Systems/ECommerce/CheckoutInfo.cs +0 -1
  322. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  323. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +5 -4
  324. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  325. package/Source/Systems/ECommerce/CurrencyInfo.cs +0 -1
  326. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  327. package/Source/Systems/ECommerce/ECommerceSystem.cs +0 -1
  328. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  329. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +5 -4
  330. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  331. package/Source/Systems/ECommerce/ProductInfo.cs +0 -1
  332. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  333. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +5 -4
  334. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  335. package/Source/Systems/ECommerce/ProductInfoResult.cs +5 -4
  336. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  337. package/Source/Systems/ECommerce/ProductMediaInfo.cs +0 -1
  338. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  339. package/Source/Systems/ECommerce/ProductVariantInfo.cs +0 -1
  340. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  341. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +0 -1
  342. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  343. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -1
  344. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  345. package/Source/Systems/ECommerce/VariantOptionInfo.cs +0 -1
  346. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  347. package/Source/Systems/ECommerce.meta +1 -1
  348. package/Source/Systems/ERequestFailureReason.cs +0 -1
  349. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  350. package/Source/Systems/EResultCode.cs +0 -1
  351. package/Source/Systems/EResultCode.cs.meta +1 -1
  352. package/Source/Systems/EventTicketing/EventTicket.cs +0 -1
  353. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  354. package/Source/Systems/EventTicketing/EventTicketResult.cs +5 -2
  355. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  356. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +0 -1
  357. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  358. package/Source/Systems/EventTicketing/EventTicketingVendor.cs +0 -1
  359. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  360. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -2
  361. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  362. package/Source/Systems/EventTicketing/TicketStatus.cs +0 -1
  363. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  364. package/Source/Systems/EventTicketing/TicketedEvent.cs +0 -1
  365. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  366. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +5 -4
  367. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  368. package/Source/Systems/EventTicketing/TicketedEventResult.cs +5 -4
  369. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  370. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +0 -1
  371. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  372. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +6 -3
  373. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  374. package/Source/Systems/EventTicketing.meta +1 -1
  375. package/Source/Systems/GraphQL/GraphQLResult.cs +3 -2
  376. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  377. package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -1
  378. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  379. package/Source/Systems/GraphQL.meta +1 -1
  380. package/Source/Systems/HTTPHeadersResult.cs +5 -2
  381. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  382. package/Source/Systems/HotspotSequence/HotspotGroup.cs +0 -1
  383. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
  384. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +5 -4
  385. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
  386. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +5 -4
  387. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
  388. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +0 -1
  389. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
  390. package/Source/Systems/HotspotSequence.meta +1 -1
  391. package/Source/Systems/Log/LogLevel.cs +0 -1
  392. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  393. package/Source/Systems/Log/LogSystem.cs +6 -3
  394. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  395. package/Source/Systems/Log.meta +1 -1
  396. package/Source/Systems/Maintenance/MaintenanceInfo.cs +3 -2
  397. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  398. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +18 -11
  399. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  400. package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -1
  401. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  402. package/Source/Systems/Maintenance.meta +1 -1
  403. package/Source/Systems/NullResult.cs +0 -1
  404. package/Source/Systems/NullResult.cs.meta +1 -1
  405. package/Source/Systems/Organizations/EOrganizationRole.cs +0 -1
  406. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  407. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +0 -1
  408. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  409. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +0 -1
  410. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  411. package/Source/Systems/Organizations/Organization.cs +0 -1
  412. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  413. package/Source/Systems/Organizations/OrganizationResult.cs +5 -4
  414. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  415. package/Source/Systems/Organizations/OrganizationRoleInfo.cs +0 -1
  416. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  417. package/Source/Systems/Organizations/OrganizationRolesResult.cs +5 -4
  418. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  419. package/Source/Systems/Organizations/OrganizationSystem.cs +3 -2
  420. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  421. package/Source/Systems/Organizations.meta +1 -1
  422. package/Source/Systems/Quota/FeatureLimitInfo.cs +0 -1
  423. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  424. package/Source/Systems/Quota/FeatureLimitResult.cs +5 -4
  425. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  426. package/Source/Systems/Quota/FeatureQuotaInfo.cs +0 -1
  427. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  428. package/Source/Systems/Quota/FeatureQuotaResult.cs +5 -4
  429. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  430. package/Source/Systems/Quota/FeaturesLimitResult.cs +5 -4
  431. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  432. package/Source/Systems/Quota/FeaturesQuotaResult.cs +5 -4
  433. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  434. package/Source/Systems/Quota/PeriodEnum.cs +0 -1
  435. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  436. package/Source/Systems/Quota/QuotaSystem.cs +0 -1
  437. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  438. package/Source/Systems/Quota/TierFeatures.cs +0 -1
  439. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  440. package/Source/Systems/Quota/TierNames.cs +0 -1
  441. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  442. package/Source/Systems/Quota/UserTierInfo.cs +0 -1
  443. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  444. package/Source/Systems/Quota/UserTierResult.cs +5 -4
  445. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  446. package/Source/Systems/Quota.meta +1 -1
  447. package/Source/Systems/ResultBase.cs +18 -7
  448. package/Source/Systems/ResultBase.cs.meta +1 -1
  449. package/Source/Systems/Script/ScriptSystem.cs +6 -3
  450. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  451. package/Source/Systems/Script.meta +1 -1
  452. package/Source/Systems/Sequence/Sequence.cs +0 -1
  453. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  454. package/Source/Systems/Sequence/SequenceResult.cs +5 -2
  455. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  456. package/Source/Systems/Sequence/SequenceSystem.cs +0 -1
  457. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  458. package/Source/Systems/Sequence/SequencesResult.cs +5 -4
  459. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  460. package/Source/Systems/Sequence.meta +1 -1
  461. package/Source/Systems/Settings/AvatarInfoResult.cs +8 -3
  462. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  463. package/Source/Systems/Settings/AvatarType.cs +0 -1
  464. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  465. package/Source/Systems/Settings/SettingsCollection.cs +0 -1
  466. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  467. package/Source/Systems/Settings/SettingsCollectionResult.cs +5 -4
  468. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  469. package/Source/Systems/Settings/SettingsSystem.cs +0 -1
  470. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  471. package/Source/Systems/Settings.meta +1 -1
  472. package/Source/Systems/Spaces/BasicSpace.cs +0 -1
  473. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  474. package/Source/Systems/Spaces/BasicSpaceResult.cs +5 -2
  475. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  476. package/Source/Systems/Spaces/BasicSpacesResult.cs +8 -5
  477. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  478. package/Source/Systems/Spaces/InviteUserRoleInfo.cs +0 -1
  479. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  480. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +0 -1
  481. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  482. package/Source/Systems/Spaces/PendingInvitesResult.cs +5 -4
  483. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  484. package/Source/Systems/Spaces/Site.cs +0 -1
  485. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  486. package/Source/Systems/Spaces/SiteResult.cs +5 -2
  487. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  488. package/Source/Systems/Spaces/SitesCollectionResult.cs +5 -4
  489. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  490. package/Source/Systems/Spaces/Space.cs +0 -1
  491. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  492. package/Source/Systems/Spaces/SpaceAttributes.cs +0 -1
  493. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  494. package/Source/Systems/Spaces/SpaceGeoLocation.cs +0 -1
  495. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  496. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +8 -5
  497. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  498. package/Source/Systems/Spaces/SpaceMetadataResult.cs +5 -2
  499. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  500. package/Source/Systems/Spaces/SpaceResult.cs +8 -3
  501. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  502. package/Source/Systems/Spaces/SpaceSystem.cs +29 -12
  503. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  504. package/Source/Systems/Spaces/SpaceUserRole.cs +0 -1
  505. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  506. package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -4
  507. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  508. package/Source/Systems/Spaces/SpacesResult.cs +5 -2
  509. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  510. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -4
  511. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  512. package/Source/Systems/Spaces/UserRoleInfo.cs +0 -1
  513. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  514. package/Source/Systems/Spaces.meta +1 -1
  515. package/Source/Systems/Spatial/Anchor.cs +0 -1
  516. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  517. package/Source/Systems/Spatial/AnchorCollectionResult.cs +5 -4
  518. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  519. package/Source/Systems/Spatial/AnchorProvider.cs +0 -1
  520. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  521. package/Source/Systems/Spatial/AnchorResolution.cs +0 -1
  522. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  523. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +5 -4
  524. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  525. package/Source/Systems/Spatial/AnchorResolutionResult.cs +5 -4
  526. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  527. package/Source/Systems/Spatial/AnchorResult.cs +5 -2
  528. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  529. package/Source/Systems/Spatial/AnchorSystem.cs +0 -1
  530. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  531. package/Source/Systems/Spatial/EPointOfInterestType.cs +0 -1
  532. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  533. package/Source/Systems/Spatial/GeoLocation.cs +3 -2
  534. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  535. package/Source/Systems/Spatial/OlyAnchorPosition.cs +0 -1
  536. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  537. package/Source/Systems/Spatial/OlyRotation.cs +0 -1
  538. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  539. package/Source/Systems/Spatial/POICollectionResult.cs +5 -4
  540. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  541. package/Source/Systems/Spatial/POIResult.cs +5 -4
  542. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  543. package/Source/Systems/Spatial/PointOfInterest.cs +0 -1
  544. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  545. package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -1
  546. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  547. package/Source/Systems/Spatial.meta +1 -1
  548. package/Source/Systems/StringArrayResult.cs +5 -2
  549. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  550. package/Source/Systems/StringResult.cs +3 -2
  551. package/Source/Systems/StringResult.cs.meta +1 -1
  552. package/Source/Systems/SystemBase.cs +0 -1
  553. package/Source/Systems/SystemBase.cs.meta +1 -1
  554. package/Source/Systems/SystemsManager.cs +125 -46
  555. package/Source/Systems/SystemsManager.cs.meta +1 -1
  556. package/Source/Systems/UInt64Result.cs +3 -2
  557. package/Source/Systems/UInt64Result.cs.meta +1 -1
  558. package/Source/Systems/Users/AgoraUserTokenParams.cs +0 -1
  559. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  560. package/Source/Systems/Users/BasicProfile.cs +0 -1
  561. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  562. package/Source/Systems/Users/BasicProfilesResult.cs +5 -4
  563. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  564. package/Source/Systems/Users/ELoginState.cs +0 -1
  565. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  566. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs +0 -1
  567. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  568. package/Source/Systems/Users/LoginState.cs +3 -2
  569. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  570. package/Source/Systems/Users/LoginStateResult.cs +5 -2
  571. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  572. package/Source/Systems/Users/LoginTokenInfo.cs +0 -1
  573. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  574. package/Source/Systems/Users/LoginTokenInfoResult.cs +5 -4
  575. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  576. package/Source/Systems/Users/Profile.cs +0 -1
  577. package/Source/Systems/Users/Profile.cs.meta +1 -1
  578. package/Source/Systems/Users/ProfileResult.cs +5 -2
  579. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  580. package/Source/Systems/Users/ProviderDetailsResult.cs +5 -4
  581. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  582. package/Source/Systems/Users/ThirdPartyProviderDetails.cs +0 -1
  583. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  584. package/Source/Systems/Users/UserSystem.cs +10 -5
  585. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  586. package/Source/Systems/Users.meta +1 -1
  587. package/Source/Systems/Voip/VoipSystem.cs +3 -2
  588. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  589. package/Source/Systems/Voip.meta +1 -1
  590. package/Source/Systems.meta +1 -1
  591. package/Source/Web/EResponseCodes.cs +0 -1
  592. package/Source/Web/EResponseCodes.cs.meta +1 -1
  593. package/Source/Web.meta +1 -1
  594. package/Source/WrapperHelper.cs +8 -0
  595. package/Source/WrapperHelper.cs.meta +1 -1
  596. package/Source.meta +1 -1
  597. package/android64/libConnectedSpacesPlatform.so +0 -0
  598. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  599. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  600. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  601. package/android64.meta +1 -1
  602. package/ios/libConnectedSpacesPlatform.a +0 -0
  603. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  604. package/ios/libcrypto.a.meta +1 -1
  605. package/ios/libssl.a.meta +1 -1
  606. package/ios.meta +1 -1
  607. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  608. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  609. package/macosx.meta +1 -1
  610. package/package.json +1 -1
  611. package/package.json.meta +1 -1
  612. package/visionos/libConnectedSpacesPlatform.a +0 -0
  613. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  614. package/visionos/libcrypto.a.meta +1 -1
  615. package/visionos/libssl.a.meta +1 -1
  616. package/visionos.meta +1 -1
  617. package/windows/ConnectedSpacesPlatform.dll +0 -0
  618. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  619. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  620. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  621. package/windows.meta +1 -1
  622. package/Source/Multiplayer/SequenceHierarchy.cs +0 -109
  623. package/Source/Multiplayer/SequenceHierarchy.cs.meta +0 -11
  624. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +0 -119
  625. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +0 -11
  626. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +0 -84
  627. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +0 -11
  628. package/Source/Multiplayer/SequenceHierarchyResult.cs +0 -84
  629. package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +0 -11
@@ -72,7 +72,9 @@ namespace Csp.Systems
72
72
 
73
73
  public string GetResponse()
74
74
  {
75
- var _result = csp_systems_GraphQLResult_GetResponse_StringRC(_ptr);
75
+ var _value = csp_systems_GraphQLResult_GetResponse_StringRC(_ptr);
76
+
77
+ var _result = _value;
76
78
 
77
79
  var _resultString = WrapperHelper.NativeUTF8ToString(_result);
78
80
  Global.Free(_result);
@@ -103,4 +105,3 @@ namespace Csp.Systems
103
105
  }
104
106
  }
105
107
  }
106
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9f93f7970de74eeb830137bd4129d2c5
2
+ guid: 5a60d2dec75545a1a30fec835d9c476c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -148,4 +148,3 @@ namespace Csp.Systems
148
148
  protected GraphQLSystem() { }
149
149
  }
150
150
  }
151
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 086d50d1ec8f4a478fb2171099fc0782
2
+ guid: b8d33230ada44b71a912e3e62589dda8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e59e2c1415634833bcb64558822b1584
2
+ guid: 3e239580cb944022a23ceb92f2bd8193
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -49,7 +49,11 @@ namespace Csp.Systems
49
49
 
50
50
  public Csp.Common.Map<string, string> GetValue()
51
51
  {
52
- var _result = new Csp.Common.Map<string, string>(csp_systems_HTTPHeadersResult_GetValueC_MapRC(_ptr));
52
+ var _value = csp_systems_HTTPHeadersResult_GetValueC_MapRC(_ptr);
53
+
54
+ WrapperHelper.CheckNativePointer(_value);
55
+ var _result = new Csp.Common.Map<string, string>(_value);
56
+ ;
53
57
 
54
58
  return _result;
55
59
  }
@@ -79,4 +83,3 @@ namespace Csp.Systems
79
83
  }
80
84
  }
81
85
  }
82
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d22693b8e7bf489f83bfe33404591186
2
+ guid: 89e1628a9eaa4daea52db2d392022e5f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -94,4 +94,3 @@ namespace Csp.Systems
94
94
  }
95
95
  }
96
96
  }
97
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b1da0ef72acc4058834c641b42e14219
2
+ guid: 8c27122ec80b4e0ba291fd1dd6e91a95
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -46,9 +46,11 @@ namespace Csp.Systems
46
46
 
47
47
  public Csp.Systems.HotspotGroup GetHotspotGroup()
48
48
  {
49
- var _result = new Csp.Systems.HotspotGroup(
50
- csp_systems_HotspotGroupResult_GetHotspotGroupC_HotspotGroupRC(_ptr)
51
- );
49
+ var _value = csp_systems_HotspotGroupResult_GetHotspotGroupC_HotspotGroupRC(_ptr);
50
+
51
+ WrapperHelper.CheckNativePointer(_value);
52
+ var _result = new Csp.Systems.HotspotGroup(_value);
53
+ ;
52
54
 
53
55
  return _result;
54
56
  }
@@ -76,4 +78,3 @@ namespace Csp.Systems
76
78
  }
77
79
  }
78
80
  }
79
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9bea9a7d41544ba9adfb4b7637ff8297
2
+ guid: 8bd5e0d4de0d456b9340392aaa9dae20
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -46,9 +46,11 @@ namespace Csp.Systems
46
46
 
47
47
  public Csp.Common.Array<Csp.Systems.HotspotGroup> GetHotspotGroups()
48
48
  {
49
- var _result = new Csp.Common.Array<Csp.Systems.HotspotGroup>(
50
- csp_systems_HotspotGroupsResult_GetHotspotGroupsC_ArrayRC(_ptr)
51
- );
49
+ var _value = csp_systems_HotspotGroupsResult_GetHotspotGroupsC_ArrayRC(_ptr);
50
+
51
+ WrapperHelper.CheckNativePointer(_value);
52
+ var _result = new Csp.Common.Array<Csp.Systems.HotspotGroup>(_value);
53
+ ;
52
54
 
53
55
  return _result;
54
56
  }
@@ -76,4 +78,3 @@ namespace Csp.Systems
76
78
  }
77
79
  }
78
80
  }
79
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d85d1d85b4b488e9dd307cec0e22857
2
+ guid: ae0c8837f1a44a4099927daa8c867256
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -464,4 +464,3 @@ namespace Csp.Systems
464
464
  protected HotspotSequenceSystem() { }
465
465
  }
466
466
  }
467
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 308e8ac8b3854a26b557fcc8190020ee
2
+ guid: 2e276f2380164e0a9c3560fc60eca303
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4888dc89f71c4a6caf7c84453c21cd3a
2
+ guid: 004717ea934d4b6bbbedde9eab0f0e0f
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -25,4 +25,3 @@ namespace Csp.Systems
25
25
  All,
26
26
  }
27
27
  }
28
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7f64e759202644f5b7d90728569ab33f
2
+ guid: 8566b4f93635451b85e9b5119355ff4f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -269,7 +269,9 @@ namespace Csp.Systems
269
269
 
270
270
  public Csp.Systems.LogLevel GetSystemLevel()
271
271
  {
272
- var _result = csp_systems_LogSystem_GetSystemLevel_LogLevel(_ptr);
272
+ var _value = csp_systems_LogSystem_GetSystemLevel_LogLevel(_ptr);
273
+
274
+ var _result = _value;
273
275
 
274
276
  return _result;
275
277
  }
@@ -280,7 +282,9 @@ namespace Csp.Systems
280
282
 
281
283
  public bool LoggingEnabled(Csp.Systems.LogLevel Level)
282
284
  {
283
- var _result = csp_systems_LogSystem_LoggingEnabled_bool_LogLevelC(_ptr, Level);
285
+ var _value = csp_systems_LogSystem_LoggingEnabled_bool_LogLevelC(_ptr, Level);
286
+
287
+ var _result = _value;
284
288
 
285
289
  return _result;
286
290
  }
@@ -335,4 +339,3 @@ namespace Csp.Systems
335
339
  protected LogSystem() { }
336
340
  }
337
341
  }
338
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 29d9b6a8de5040cdbd9f6ff77cf5adf8
2
+ guid: a330960cb25c4e7fb11000cdf0132e46
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4152ed629ff34d1f89658ee4fe08e2c1
2
+ guid: 88539314a1ad49bb95014e91c9553b38
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -83,7 +83,9 @@ namespace Csp.Systems
83
83
 
84
84
  public bool IsInsideWindow()
85
85
  {
86
- var _result = csp_systems_MaintenanceInfo_IsInsideWindowC_bool(_ptr);
86
+ var _value = csp_systems_MaintenanceInfo_IsInsideWindowC_bool(_ptr);
87
+
88
+ var _result = _value;
87
89
 
88
90
  return _result;
89
91
  }
@@ -118,4 +120,3 @@ namespace Csp.Systems
118
120
  }
119
121
  }
120
122
  }
121
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0688e1eb91a14b59bc1676d72b102493
2
+ guid: bb1bbde944fa41e2af464a96d84f745a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -66,9 +66,11 @@ namespace Csp.Systems
66
66
 
67
67
  public Csp.Common.Array<Csp.Systems.MaintenanceInfo> GetMaintenanceInfoResponses()
68
68
  {
69
- var _result = new Csp.Common.Array<Csp.Systems.MaintenanceInfo>(
70
- csp_systems_MaintenanceInfoResult_GetMaintenanceInfoResponses_ArrayR(_ptr)
71
- );
69
+ var _value = csp_systems_MaintenanceInfoResult_GetMaintenanceInfoResponses_ArrayR(_ptr);
70
+
71
+ WrapperHelper.CheckNativePointer(_value);
72
+ var _result = new Csp.Common.Array<Csp.Systems.MaintenanceInfo>(_value);
73
+ ;
72
74
 
73
75
  return _result;
74
76
  }
@@ -79,7 +81,9 @@ namespace Csp.Systems
79
81
 
80
82
  public bool HasAnyMaintenanceWindows()
81
83
  {
82
- var _result = csp_systems_MaintenanceInfoResult_HasAnyMaintenanceWindowsC_bool(_ptr);
84
+ var _value = csp_systems_MaintenanceInfoResult_HasAnyMaintenanceWindowsC_bool(_ptr);
85
+
86
+ var _result = _value;
83
87
 
84
88
  return _result;
85
89
  }
@@ -90,9 +94,11 @@ namespace Csp.Systems
90
94
 
91
95
  public Csp.Systems.MaintenanceInfo GetLatestMaintenanceInfo()
92
96
  {
93
- var _result = new Csp.Systems.MaintenanceInfo(
94
- csp_systems_MaintenanceInfoResult_GetLatestMaintenanceInfoC_MaintenanceInfoRC(_ptr)
95
- );
97
+ var _value = csp_systems_MaintenanceInfoResult_GetLatestMaintenanceInfoC_MaintenanceInfoRC(_ptr);
98
+
99
+ WrapperHelper.CheckNativePointer(_value);
100
+ var _result = new Csp.Systems.MaintenanceInfo(_value);
101
+ ;
96
102
 
97
103
  return _result;
98
104
  }
@@ -103,9 +109,11 @@ namespace Csp.Systems
103
109
 
104
110
  public Csp.Systems.MaintenanceInfo GetDefaultMaintenanceInfo()
105
111
  {
106
- var _result = new Csp.Systems.MaintenanceInfo(
107
- csp_systems_MaintenanceInfoResult_GetDefaultMaintenanceInfoC_MaintenanceInfoRC(_ptr)
108
- );
112
+ var _value = csp_systems_MaintenanceInfoResult_GetDefaultMaintenanceInfoC_MaintenanceInfoRC(_ptr);
113
+
114
+ WrapperHelper.CheckNativePointer(_value);
115
+ var _result = new Csp.Systems.MaintenanceInfo(_value);
116
+ ;
109
117
 
110
118
  return _result;
111
119
  }
@@ -135,4 +143,3 @@ namespace Csp.Systems
135
143
  }
136
144
  }
137
145
  }
138
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cd7d9eec43ad4867ab9f587f95c49db5
2
+ guid: d861e2244448488d9a11a1da79bd52a6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -93,4 +93,3 @@ namespace Csp.Systems
93
93
  protected MaintenanceSystem() { }
94
94
  }
95
95
  }
96
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 800f69669ce84cd387307433d467432d
2
+ guid: 778496c82a4f4bd3af9d31efacad1f54
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: dda970610d0a43d99043920bd889626f
2
+ guid: 19eb887697714cff9f2bd2b8acde30a2
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -66,4 +66,3 @@ namespace Csp.Systems
66
66
  }
67
67
  }
68
68
  }
69
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b29808325cbe4cddb4b84beb859c132b
2
+ guid: 755b9accc8ee4764b79a7265f962e2b6
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: 7f4c84de52514866a99aecc26fc81a7c
2
+ guid: 9c19d55b0ddb4c4fbf67dd45a5d66c3a
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: 55f5dff468d44949b3c95245d1f15328
2
+ guid: d9dfa2ad69e04487b09419920af846fb
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: b1beb3b2e66144f284aa0ffbc45ef5f9
2
+ guid: 0164f66ff6e146d786c3dcb5cf25eddc
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: bb0b7e9a99e34b2a97716bf31457702c
2
+ guid: 25c6339951944955a5a0514c7e658c30
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: e16c32dd914946db88762c3fb8a18f9e
2
+ guid: cff4da4a15ed404481a057e7b0f0a6f8
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: a2add509d415493080398fad0b5f077e
2
+ guid: 3a0dbad153d140b4a7490fc5b90e50a8
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: fb12dc7d168b4c0c97fb552938543470
2
+ guid: 85ca6c0bf17042969071a55d44ec2fdd
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: a57ee20ae8e248b7a32b75c677802e31
2
+ guid: 9bbc14359c48464bb7947aa6be46cc43
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2197b51a89e840e59d3a0358b599c63c
2
+ guid: c76ed19c10294ef69595a58b63940e5b
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: 3320843dd24d4ff8be16694550d0434f
2
+ guid: 5669de1351dc44cd8d271fb7936a5167
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: 9a9fd8cff6df41a8a2a777cd829764c1
2
+ guid: 3a6c7979b09a42f7a803f981aa4ba832
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: c1311565c8ba4ab9a8063d2c67da63ae
2
+ guid: f205c93049984bd2bf1f3ad58f88909e
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: 3225eabcfe2c4193906cf01413f05a90
2
+ guid: 0203e5c0b7564c4a87bde316748b2558
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: c2e6809cdc0142dabddd3b15e191f87e
2
+ guid: ab1f24d15e0e4deb9507adee873a6fb9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2