@connectedxm/admin 6.5.0 → 6.5.1
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.cts +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -4206,9 +4206,6 @@ interface BaseStreamSession {
|
|
|
4206
4206
|
interface StreamSession extends BaseStreamSession {
|
|
4207
4207
|
stream: BaseStreamInput;
|
|
4208
4208
|
organization: BaseOrganization;
|
|
4209
|
-
_count: {
|
|
4210
|
-
subscriptions: number;
|
|
4211
|
-
};
|
|
4212
4209
|
}
|
|
4213
4210
|
interface BaseWebSocketConnection {
|
|
4214
4211
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -4206,9 +4206,6 @@ interface BaseStreamSession {
|
|
|
4206
4206
|
interface StreamSession extends BaseStreamSession {
|
|
4207
4207
|
stream: BaseStreamInput;
|
|
4208
4208
|
organization: BaseOrganization;
|
|
4209
|
-
_count: {
|
|
4210
|
-
subscriptions: number;
|
|
4211
|
-
};
|
|
4212
4209
|
}
|
|
4213
4210
|
interface BaseWebSocketConnection {
|
|
4214
4211
|
id: string;
|