@connectedxm/admin 6.11.1 → 6.11.2

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
@@ -2343,9 +2343,6 @@ interface BaseSeries {
2343
2343
  endDate: string | null;
2344
2344
  imageId: string | null;
2345
2345
  image: BaseImage | null;
2346
- _count?: {
2347
- questions?: number;
2348
- };
2349
2346
  }
2350
2347
  interface Series extends BaseSeries {
2351
2348
  templateId: string;
package/dist/index.d.ts CHANGED
@@ -2343,9 +2343,6 @@ interface BaseSeries {
2343
2343
  endDate: string | null;
2344
2344
  imageId: string | null;
2345
2345
  image: BaseImage | null;
2346
- _count?: {
2347
- questions?: number;
2348
- };
2349
2346
  }
2350
2347
  interface Series extends BaseSeries {
2351
2348
  templateId: string;
package/openapi.json CHANGED
@@ -83003,14 +83003,6 @@
83003
83003
  }
83004
83004
  ],
83005
83005
  "nullable": true
83006
- },
83007
- "_count": {
83008
- "type": "object",
83009
- "properties": {
83010
- "questions": {
83011
- "type": "number"
83012
- }
83013
- }
83014
83006
  }
83015
83007
  },
83016
83008
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.11.1",
3
+ "version": "6.11.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",