connected-spaces-platform.web 5.9.0 → 5.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3115,34 +3115,38 @@ export namespace Multiplayer {
3115
3115
  * /// Values with _DEPRECATED appended to their name should not be used. They are retained only for backwards compatibility.
3116
3116
  */
3117
3117
  export enum ComponentType {
3118
- Invalid,
3119
- Core,
3120
- UIController_DEPRECATED,
3121
- StaticModel,
3122
- AnimatedModel,
3123
- MediaSurface_DEPRECATED,
3124
- VideoPlayer,
3125
- ImageSequencer_DEPRECATED,
3126
- ExternalLink,
3127
- AvatarData,
3128
- Light,
3129
- Button,
3130
- Image,
3131
- ScriptData,
3132
- Custom,
3133
- Conversation,
3134
- Portal,
3135
- Audio,
3136
- Spline,
3137
- Collision,
3138
- Reflection,
3139
- Fog,
3140
- ECommerce,
3141
- FiducialMarker,
3142
- GaussianSplat,
3143
- Text,
3144
- Hotspot,
3145
- CinematicCamera,
3118
+ Invalid = 0,
3119
+ Core = 1,
3120
+ UIController_DEPRECATED = 2,
3121
+ StaticModel = 3,
3122
+ AnimatedModel = 4,
3123
+ MediaSurface_DEPRECATED = 5,
3124
+ VideoPlayer = 6,
3125
+ ImageSequencer_DEPRECATED = 7,
3126
+ ExternalLink = 8,
3127
+ AvatarData = 9,
3128
+ Light = 10,
3129
+ Button = 11,
3130
+ Image = 12,
3131
+ ScriptData = 13,
3132
+ Custom = 14,
3133
+ Conversation = 15,
3134
+ Portal = 16,
3135
+ Audio = 17,
3136
+ Spline = 18,
3137
+ Collision = 19,
3138
+ Reflection = 20,
3139
+ Fog = 21,
3140
+ ECommerce = 22,
3141
+ FiducialMarker = 23,
3142
+ GaussianSplat = 24,
3143
+ Text = 25,
3144
+ Hotspot = 26,
3145
+ CinematicCamera = 27,
3146
+ //,
3147
+ spare,
3148
+ values,
3149
+ Delete = 56,
3146
3150
  }
3147
3151
  }
3148
3152
 
@@ -26426,6 +26430,10 @@ export namespace Systems {
26426
26430
  }
26427
26431
  }
26428
26432
 
26433
+ // operator==
26434
+
26435
+ // operator!=
26436
+
26429
26437
  /**
26430
26438
  * @description Status of this response.
26431
26439
  * @return EResultCode
@@ -53756,6 +53764,8 @@ export namespace Systems {
53756
53764
  * @description Enter a space if you have permission to, based on the Space settings.
53757
53765
  * This includes setting scopes (and toggling event listening in order to set the scope).
53758
53766
  * It also retrieves all entities in the space. Ensure Connect is called prior to this.
53767
+ * If user does not have permission to discover or enter the space, callback will be called with EResultCode::Failed and
53768
+ * ERequestFailureReason::UserSpaceAccessDenied
53759
53769
  * @param space - Space to enter into
53760
53770
  * @param callback - Callback when asynchronous task finishes
53761
53771
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "connected-spaces-platform.web",
3
3
  "displayName": "connected-spaces-platform.web",
4
- "version": "5.9.0+570",
4
+ "version": "5.9.1+571",
5
5
  "description": "This package provides the binaries required to interface with the Connected Spaces Platform API.",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {