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
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 156140933f9f46018723b17e8c633e58
2
+ guid: 54d8bf0039654d0295fdcf498db2a890
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -195,4 +195,3 @@ namespace Csp.Systems
195
195
  }
196
196
  }
197
197
  }
198
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0f7c2216cab1483c96b60b4df5434ab4
2
+ guid: 7cfec64ac90542149f7f6916dd620389
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,7 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Systems.EventTicket GetEventTicket()
52
52
  {
53
- var _result = new Csp.Systems.EventTicket(csp_systems_EventTicketResult_GetEventTicket_EventTicketR(_ptr));
53
+ var _value = csp_systems_EventTicketResult_GetEventTicket_EventTicketR(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Systems.EventTicket(_value);
57
+ ;
54
58
 
55
59
  return _result;
56
60
  }
@@ -78,4 +82,3 @@ namespace Csp.Systems
78
82
  }
79
83
  }
80
84
  }
81
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 84141c26809b47d28cc285c7d1dde22f
2
+ guid: 81d3f740b55f4e50925af8ad4e81bc9d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -471,4 +471,3 @@ namespace Csp.Systems
471
471
  protected EventTicketingSystem() { }
472
472
  }
473
473
  }
474
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: aa12b0ce6c464b90a576c1ac3d01e61f
2
+ guid: 9dfb063a83ce4ed799aa4c3ea40f75f0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -21,4 +21,3 @@ namespace Csp.Systems
21
21
  Unknown,
22
22
  }
23
23
  }
24
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: dec6af2b14c7431ea700e127b5ddc75a
2
+ guid: 910f323cd9b74fc593d5c3a498a88c02
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,7 +50,9 @@ namespace Csp.Systems
50
50
 
51
51
  public bool GetIsTicketedEvent()
52
52
  {
53
- var _result = csp_systems_SpaceIsTicketedResult_GetIsTicketedEvent_bool(_ptr);
53
+ var _value = csp_systems_SpaceIsTicketedResult_GetIsTicketedEvent_bool(_ptr);
54
+
55
+ var _result = _value;
54
56
 
55
57
  return _result;
56
58
  }
@@ -78,4 +80,3 @@ namespace Csp.Systems
78
80
  }
79
81
  }
80
82
  }
81
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f1965f8b06d14b64abef807ff0dcb3c0
2
+ guid: f5d00cac872a4c1db742fe327032147b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -23,4 +23,3 @@ namespace Csp.Systems
23
23
  Unknown,
24
24
  }
25
25
  }
26
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d6af787152db4301a1e303e41d40dfbf
2
+ guid: e8a31b13cd1e44069f2530eb3298bdc3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -162,4 +162,3 @@ namespace Csp.Systems
162
162
  }
163
163
  }
164
164
  }
165
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c25f586881d5404387c89d800be72a78
2
+ guid: 2c9c0a517e674c9780f716cfb429360d
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.TicketedEvent> GetTicketedEvents()
52
52
  {
53
- var _result = new Csp.Common.Array<Csp.Systems.TicketedEvent>(
54
- csp_systems_TicketedEventCollectionResult_GetTicketedEvents_ArrayR(_ptr)
55
- );
53
+ var _value = csp_systems_TicketedEventCollectionResult_GetTicketedEvents_ArrayR(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Common.Array<Csp.Systems.TicketedEvent>(_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: 9ed42e5c973041e3a49f3630066d3847
2
+ guid: bd8dd87d85c04737a12f4180252f4be4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -50,9 +50,11 @@ namespace Csp.Systems
50
50
 
51
51
  public Csp.Systems.TicketedEvent GetTicketedEvent()
52
52
  {
53
- var _result = new Csp.Systems.TicketedEvent(
54
- csp_systems_TicketedEventResult_GetTicketedEvent_TicketedEventR(_ptr)
55
- );
53
+ var _value = csp_systems_TicketedEventResult_GetTicketedEvent_TicketedEventR(_ptr);
54
+
55
+ WrapperHelper.CheckNativePointer(_value);
56
+ var _result = new Csp.Systems.TicketedEvent(_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: 259dfe8787044374921edc571e9f8d85
2
+ guid: 7f534d9f953b4ae38b312328e83fddc5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -145,4 +145,3 @@ namespace Csp.Systems
145
145
  }
146
146
  }
147
147
  }
148
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4bd3c9f45d5f45e1be24ba1bc0ea3ca2
2
+ guid: 0babd01198f744cea1227cc170f7c7aa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -48,10 +48,14 @@ namespace Csp.Systems
48
48
 
49
49
  public Csp.Systems.TicketedEventVendorAuthInfo GetVendorAuthInfo()
50
50
  {
51
- var _result = new Csp.Systems.TicketedEventVendorAuthInfo(
52
- csp_systems_TicketedEventVendorAuthInfoResult_GetVendorAuthInfoC_TicketedEventVendorAuthInfo(_ptr)
51
+ var _value = csp_systems_TicketedEventVendorAuthInfoResult_GetVendorAuthInfoC_TicketedEventVendorAuthInfo(
52
+ _ptr
53
53
  );
54
54
 
55
+ WrapperHelper.CheckNativePointer(_value);
56
+
57
+ var _result = new Csp.Systems.TicketedEventVendorAuthInfo(_value);
58
+
55
59
  return _result;
56
60
  }
57
61
 
@@ -78,4 +82,3 @@ namespace Csp.Systems
78
82
  }
79
83
  }
80
84
  }
81
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f39b259124594ff5aa61e4eff4902d05
2
+ guid: 8679aed8df6c4d6481c6ed3634c8bf18
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b36738e76feb4b589330ffe4bdd66d0c
2
+ guid: cdfb1afcaf9d493abc979c04cce26a23
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -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: bff5eb2f17f14935852fb64eaaeca709
2
+ guid: ae3590f699814df7ba3f8b410f66d65f
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: 09f952ac705a4dadb51754645d440c68
2
+ guid: c1e421936c8c41268e2889331cb14898
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: daaf2a73d1044df9ba7afe3b264459ea
2
+ guid: a79275f86b1f42d1aee851a555696d37
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: fad64cd1e9e14dc19dff0951321ac17d
2
+ guid: 6788e3d945324a67b26252e12b25ee12
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: 268c25c30afe4d2b8a2fd3a22a0acae9
2
+ guid: fb033183598545308e0f28ac684d84fe
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: 346f360186684d3bbd6906ee9454981d
2
+ guid: c0a64f2e7c594427b89879bebba01094
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: 29051b5341e84a228659b8188410b561
2
+ guid: 85ffe406b5124e148c2afe924e09ae40
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -91,6 +91,15 @@ namespace Csp.Systems
91
91
  [SuppressUnmanagedCodeSecurity]
92
92
  static extern void csp_systems_HotspotSequenceSystem_Dtor(IntPtr @class);
93
93
 
94
+ [DllImport(Csp.Constants.DllName)]
95
+ [SuppressUnmanagedCodeSecurity]
96
+ static extern void csp_systems_HotspotSequenceSystem_RemoveItemFromGroups_void_StringRC_NullResultCallback(
97
+ IntPtr @class,
98
+ string ItemName,
99
+ RemoveItemFromGroupsCallbackDelegate callback,
100
+ IntPtr callbackStateObject
101
+ );
102
+
94
103
  #pragma warning restore IDE1006
95
104
  #endregion
96
105
 
@@ -115,6 +124,8 @@ namespace Csp.Systems
115
124
 
116
125
  delegate void DeleteHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
117
126
 
127
+ delegate void RemoveItemFromGroupsCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
128
+
118
129
  public HotspotSequenceSystem(Csp.Systems.SequenceSystem SequenceSystem, Csp.Systems.SpaceSystem SpaceSystem)
119
130
  {
120
131
  var np = csp_systems_HotspotSequenceSystem_Ctor_SequenceSystemP_SpaceSystemP(
@@ -407,7 +418,49 @@ namespace Csp.Systems
407
418
  GC.SuppressFinalize(this);
408
419
  }
409
420
 
421
+ #if !UNITY_EDITOR && ENABLE_IL2CPP
422
+ [AOT.MonoPInvokeCallback (typeof (RemoveItemFromGroupsCallbackDelegate))]
423
+ #endif
424
+ static void RemoveItemFromGroupsCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
425
+ {
426
+ var _handle = (GCHandle)_StateObject__;
427
+ var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
428
+ var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
429
+
430
+ var task_result = new Csp.Systems.NullResult(_Result);
431
+
432
+ if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
433
+ {
434
+ return;
435
+ }
436
+
437
+ tcs.SetResult(task_result);
438
+ _handle.Free();
439
+ }
440
+
441
+ static readonly RemoveItemFromGroupsCallbackDelegate RemoveItemFromGroupsDelegateInstance =
442
+ RemoveItemFromGroupsCallbackDelegateFunction;
443
+
444
+ /// <summary>This will delete any groups which only contain this item</summary>
445
+ /// <remarks>For any groups which contanin the given item and additional items, it will just update the group by removing the given item.</remarks>
446
+ /// <param name="ItemName">An item to update all sequences containing.</param>
447
+ /// <returns>The result for the request</returns>
448
+
449
+ public Task<Csp.Systems.NullResult> RemoveItemFromGroups(string ItemName)
450
+ {
451
+ var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
452
+ var handle = GCHandle.Alloc(tcs);
453
+
454
+ csp_systems_HotspotSequenceSystem_RemoveItemFromGroups_void_StringRC_NullResultCallback(
455
+ _ptr,
456
+ ItemName,
457
+ RemoveItemFromGroupsDelegateInstance,
458
+ (IntPtr)handle
459
+ );
460
+
461
+ return tcs.Task;
462
+ }
463
+
410
464
  protected HotspotSequenceSystem() { }
411
465
  }
412
466
  }
413
-
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2bdd21abe21a4f749d2575296bf08c69
2
+ guid: d3ac626a83f94c678570c3853c8afbe0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7cdca460306b4fa8b1b45853a3014cc7
2
+ guid: 1d8b85cd1fb4458197d52c54fbc5ee1b
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: 5afb430458e746aca7414c0105b1d512
2
+ guid: 6c0c42067f104e48bb6aaec137d82ba2
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: 99ee03ed46244630a8d25b5244df1402
2
+ guid: 89af8df9a2ab4079a6a00cbca1c374d4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: dae09d92e4a943779e8d876e9ea938b2
2
+ guid: 595db0aa27264ca4bbe55ce5b91c5b3b
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: 718f1aec4bf246da9c0cea924a16676f
2
+ guid: 9d3ddc8f35c846d9920d3a1dea5b60f8
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: 4f1f9a44dbbf40e59a8267f49ea8f405
2
+ guid: 6f65e0386bf245858507fb653b12429a
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: e404c26952ef4594b4c5a09992ccba77
2
+ guid: e76f46e25e91489793106673d0bc3cbf
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a73528447cd84d2b8deb6f579282157d
2
+ guid: 518515e94c3e41c9a1b3da4dd9630209
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData: