@connectedxm/admin 2.8.3 → 2.8.4

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,7 +570,6 @@ 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
  }
@@ -3748,7 +3747,6 @@ interface ChannelContentCreateInputs {
3748
3747
  published?: string | null;
3749
3748
  channelId?: string | null;
3750
3749
  featured?: boolean;
3751
- visible?: boolean;
3752
3750
  slug?: string | null;
3753
3751
  description?: string | null;
3754
3752
  duration?: string | null;
@@ -3821,7 +3819,6 @@ interface ChannelContentUpdateInputs {
3821
3819
  published?: string | null;
3822
3820
  channelId?: string | null;
3823
3821
  featured?: boolean;
3824
- visible?: boolean;
3825
3822
  title?: string | null;
3826
3823
  slug?: string | null;
3827
3824
  description?: string | null;
@@ -18060,7 +18057,6 @@ interface UpdateChannelContentPublishScheduleParams extends MutationParams {
18060
18057
  date: string;
18061
18058
  email: boolean;
18062
18059
  push: boolean;
18063
- visible: boolean;
18064
18060
  };
18065
18061
  }
18066
18062
  /**
package/dist/index.d.ts CHANGED
@@ -570,7 +570,6 @@ 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
  }
@@ -3748,7 +3747,6 @@ interface ChannelContentCreateInputs {
3748
3747
  published?: string | null;
3749
3748
  channelId?: string | null;
3750
3749
  featured?: boolean;
3751
- visible?: boolean;
3752
3750
  slug?: string | null;
3753
3751
  description?: string | null;
3754
3752
  duration?: string | null;
@@ -3821,7 +3819,6 @@ interface ChannelContentUpdateInputs {
3821
3819
  published?: string | null;
3822
3820
  channelId?: string | null;
3823
3821
  featured?: boolean;
3824
- visible?: boolean;
3825
3822
  title?: string | null;
3826
3823
  slug?: string | null;
3827
3824
  description?: string | null;
@@ -18060,7 +18057,6 @@ interface UpdateChannelContentPublishScheduleParams extends MutationParams {
18060
18057
  date: string;
18061
18058
  email: boolean;
18062
18059
  push: boolean;
18063
- visible: boolean;
18064
18060
  };
18065
18061
  }
18066
18062
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "2.8.3",
3
+ "version": "2.8.4",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",