connected-spaces-platform.web 4.28.0 → 4.28.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.
@@ -128,7 +128,8 @@ export declare namespace Multiplayer {
128
128
  Fog = 21,
129
129
  ECommerce = 22,
130
130
  FiducialMarker = 23,
131
- GaussianSplat = 24
131
+ GaussianSplat = 24,
132
+ Text = 25
132
133
  }
133
134
  }
134
135
  export declare namespace Multiplayer {
@@ -1733,6 +1733,7 @@ export var Multiplayer;
1733
1733
  ComponentType[ComponentType["ECommerce"] = 22] = "ECommerce";
1734
1734
  ComponentType[ComponentType["FiducialMarker"] = 23] = "FiducialMarker";
1735
1735
  ComponentType[ComponentType["GaussianSplat"] = 24] = "GaussianSplat";
1736
+ ComponentType[ComponentType["Text"] = 25] = "Text";
1736
1737
  })(ComponentType = Multiplayer.ComponentType || (Multiplayer.ComponentType = {}));
1737
1738
  })(Multiplayer || (Multiplayer = {}));
1738
1739
  (function (Multiplayer) {