@lightdash/common 0.1439.1 → 0.1440.0

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.
@@ -100,6 +100,11 @@ export type DashboardTab = {
100
100
  name: string;
101
101
  order: number;
102
102
  };
103
+ export type DashboardTabWithUrls = DashboardTab & {
104
+ nextUrl: string | null;
105
+ prevUrl: string | null;
106
+ selfUrl: string;
107
+ };
103
108
  export type DashboardDAO = Omit<Dashboard, 'isPrivate' | 'access'>;
104
109
  export type DashboardConfig = {
105
110
  isDateZoomDisabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1439.1",
3
+ "version": "0.1440.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [