@connectedxm/client 4.1.4 → 4.1.5

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 (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -750,7 +750,7 @@ interface BaseStreamInput {
750
750
  image: BaseImage | null;
751
751
  }
752
752
  interface StreamInput extends BaseStreamInput {
753
- cloudflareId: string | null;
753
+ cloudflareId: string;
754
754
  threads: BaseThread[];
755
755
  eventId: string;
756
756
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",