@lightdash/common 0.1448.0 → 0.1449.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -516,6 +516,7 @@ export declare const sensitiveDbtCredentialsFieldNames: readonly ["personal_acce
516
516
  export declare const DbtProjectTypeLabels: Record<DbtProjectType, string>;
517
517
  export type CreateProject = Omit<Project, 'projectUuid' | 'organizationUuid' | 'schedulerTimezone' | 'createdByUserUuid'> & {
518
518
  warehouseConnection: CreateWarehouseCredentials;
519
+ copyWarehouseConnectionFromUpstreamProject?: boolean;
519
520
  };
520
521
  export type UpdateProject = Omit<Project, 'projectUuid' | 'organizationUuid' | 'type' | 'schedulerTimezone' | 'createdByUserUuid'> & {
521
522
  warehouseConnection: CreateWarehouseCredentials;
@@ -41,7 +41,6 @@ class TableDataModel {
41
41
  reference: key,
42
42
  label: this.columnsConfig?.[key]?.label ?? key,
43
43
  frozen: this.columnsConfig?.[key]?.frozen ?? false,
44
- order: this.columnsConfig?.[key]?.order,
45
44
  },
46
45
  }), {});
47
46
  return { defaultColumnConfig: columns };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1448.0",
3
+ "version": "0.1449.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [