@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.
- package/lib/cjs/index.d.ts +2 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +2 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/index.ts +2 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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[];
|