@tellescope/types-models 1.255.5 → 1.255.8

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.
@@ -4685,8 +4685,10 @@ export interface CustomDashboard_required {
4685
4685
  export interface CustomDashboard_updatesDisabled {
4686
4686
  }
4687
4687
  export interface CustomDashboard extends CustomDashboard_readonly, CustomDashboard_required, CustomDashboard_updatesDisabled {
4688
+ type?: string;
4688
4689
  description?: string;
4689
4690
  userIds?: string[];
4691
+ visibleToAllUsers?: boolean;
4690
4692
  defaultForUserIds?: string[];
4691
4693
  defaultForRoles?: string[];
4692
4694
  hiddenFromRoles?: string[];