@lightdash/common 0.1348.0 → 0.1349.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.
@@ -140,6 +140,7 @@ const applyDimensionOverrides = (dashboardFilters, overrides) => dashboardFilter
140
140
  if (override) {
141
141
  return {
142
142
  ...override,
143
+ disabled: dimension.disabled,
143
144
  tileTargets: dimension.tileTargets,
144
145
  };
145
146
  }
@@ -45,6 +45,7 @@ export type OrganizationProject = {
45
45
  name: string;
46
46
  type: ProjectType;
47
47
  createdByUserUuid: string | null;
48
+ upstreamProjectUuid: string | null;
48
49
  warehouseType: WarehouseTypes;
49
50
  requireUserCredentials: boolean;
50
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1348.0",
3
+ "version": "0.1349.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [