@lightdash/common 0.1348.1 → 0.1350.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1",
3
+ "version": "0.1350.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [