@connectedxm/admin 2.8.4 → 2.8.5

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
@@ -575,7 +575,6 @@ interface BaseChannelContent {
575
575
  }
576
576
  interface ChannelContent extends BaseChannelContent {
577
577
  body: string | null;
578
- editor: string | null;
579
578
  externalUrl: string | null;
580
579
  appleUrl: string | null;
581
580
  spotifyUrl: string | null;
package/dist/index.d.ts CHANGED
@@ -575,7 +575,6 @@ interface BaseChannelContent {
575
575
  }
576
576
  interface ChannelContent extends BaseChannelContent {
577
577
  body: string | null;
578
- editor: string | null;
579
578
  externalUrl: string | null;
580
579
  appleUrl: string | null;
581
580
  spotifyUrl: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",