@connectedxm/admin 2.8.3 → 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
@@ -570,13 +570,11 @@ interface BaseChannelContent {
570
570
  channel: BaseChannel | null;
571
571
  duration: string | null;
572
572
  published: string | null;
573
- visible: boolean;
574
573
  email: boolean;
575
574
  push: boolean;
576
575
  }
577
576
  interface ChannelContent extends BaseChannelContent {
578
577
  body: string | null;
579
- editor: string | null;
580
578
  externalUrl: string | null;
581
579
  appleUrl: string | null;
582
580
  spotifyUrl: string | null;
@@ -3748,7 +3746,6 @@ interface ChannelContentCreateInputs {
3748
3746
  published?: string | null;
3749
3747
  channelId?: string | null;
3750
3748
  featured?: boolean;
3751
- visible?: boolean;
3752
3749
  slug?: string | null;
3753
3750
  description?: string | null;
3754
3751
  duration?: string | null;
@@ -3821,7 +3818,6 @@ interface ChannelContentUpdateInputs {
3821
3818
  published?: string | null;
3822
3819
  channelId?: string | null;
3823
3820
  featured?: boolean;
3824
- visible?: boolean;
3825
3821
  title?: string | null;
3826
3822
  slug?: string | null;
3827
3823
  description?: string | null;
@@ -18060,7 +18056,6 @@ interface UpdateChannelContentPublishScheduleParams extends MutationParams {
18060
18056
  date: string;
18061
18057
  email: boolean;
18062
18058
  push: boolean;
18063
- visible: boolean;
18064
18059
  };
18065
18060
  }
18066
18061
  /**
package/dist/index.d.ts CHANGED
@@ -570,13 +570,11 @@ interface BaseChannelContent {
570
570
  channel: BaseChannel | null;
571
571
  duration: string | null;
572
572
  published: string | null;
573
- visible: boolean;
574
573
  email: boolean;
575
574
  push: boolean;
576
575
  }
577
576
  interface ChannelContent extends BaseChannelContent {
578
577
  body: string | null;
579
- editor: string | null;
580
578
  externalUrl: string | null;
581
579
  appleUrl: string | null;
582
580
  spotifyUrl: string | null;
@@ -3748,7 +3746,6 @@ interface ChannelContentCreateInputs {
3748
3746
  published?: string | null;
3749
3747
  channelId?: string | null;
3750
3748
  featured?: boolean;
3751
- visible?: boolean;
3752
3749
  slug?: string | null;
3753
3750
  description?: string | null;
3754
3751
  duration?: string | null;
@@ -3821,7 +3818,6 @@ interface ChannelContentUpdateInputs {
3821
3818
  published?: string | null;
3822
3819
  channelId?: string | null;
3823
3820
  featured?: boolean;
3824
- visible?: boolean;
3825
3821
  title?: string | null;
3826
3822
  slug?: string | null;
3827
3823
  description?: string | null;
@@ -18060,7 +18056,6 @@ interface UpdateChannelContentPublishScheduleParams extends MutationParams {
18060
18056
  date: string;
18061
18057
  email: boolean;
18062
18058
  push: boolean;
18063
- visible: boolean;
18064
18059
  };
18065
18060
  }
18066
18061
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.3",
3
+ "version": "2.8.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",