@connectedxm/admin 6.5.10 → 6.5.11

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
@@ -5307,8 +5307,6 @@ interface ImageUpdateInputs {
5307
5307
  }
5308
5308
  interface InterestCreateInputs {
5309
5309
  name: string;
5310
- imageId?: string | null;
5311
- featured?: boolean;
5312
5310
  }
5313
5311
  interface InterestUpdateInputs {
5314
5312
  name?: string | null;
package/dist/index.d.ts CHANGED
@@ -5307,8 +5307,6 @@ interface ImageUpdateInputs {
5307
5307
  }
5308
5308
  interface InterestCreateInputs {
5309
5309
  name: string;
5310
- imageId?: string | null;
5311
- featured?: boolean;
5312
5310
  }
5313
5311
  interface InterestUpdateInputs {
5314
5312
  name?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.5.10",
3
+ "version": "6.5.11",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",