@connectedxm/client 1.3.2 → 1.3.3

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
@@ -933,8 +933,8 @@ interface Channel extends BaseChannel {
933
933
  googleUrl: string | null;
934
934
  youtubeUrl: string | null;
935
935
  visilble: boolean;
936
- hosts: BaseAccount[];
937
936
  group: BaseGroup | null;
937
+ creator: BaseAccount | null;
938
938
  }
939
939
  declare const isTypeChannel: (channel: BaseChannel | Channel) => channel is Channel;
940
940
  interface BaseChannelSubscriber {
package/dist/index.d.ts CHANGED
@@ -933,8 +933,8 @@ interface Channel extends BaseChannel {
933
933
  googleUrl: string | null;
934
934
  youtubeUrl: string | null;
935
935
  visilble: boolean;
936
- hosts: BaseAccount[];
937
936
  group: BaseGroup | null;
937
+ creator: BaseAccount | null;
938
938
  }
939
939
  declare const isTypeChannel: (channel: BaseChannel | Channel) => channel is Channel;
940
940
  interface BaseChannelSubscriber {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {