@connectedxm/client 3.0.7 → 3.0.8

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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1048,6 +1048,7 @@ interface BaseChannel {
1048
1048
  description: string | null;
1049
1049
  image: BaseImage;
1050
1050
  subscriberCount: number;
1051
+ private: boolean;
1051
1052
  creatorId: string | null;
1052
1053
  _count: {
1053
1054
  contents: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",