@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",