@connectedxm/client 1.0.8 → 1.0.9

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.
package/dist/index.d.mts CHANGED
@@ -1246,7 +1246,7 @@ interface BaseVideo {
1246
1246
  height: number;
1247
1247
  thumbnailUrl: string;
1248
1248
  previewUrl: string;
1249
- readyToStream: string;
1249
+ readyToStream: boolean;
1250
1250
  hlsUrl: string;
1251
1251
  dashUrl: string;
1252
1252
  }
package/dist/index.d.ts CHANGED
@@ -1246,7 +1246,7 @@ interface BaseVideo {
1246
1246
  height: number;
1247
1247
  thumbnailUrl: string;
1248
1248
  previewUrl: string;
1249
- readyToStream: string;
1249
+ readyToStream: boolean;
1250
1250
  hlsUrl: string;
1251
1251
  dashUrl: string;
1252
1252
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {