@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 {
|