@lightdash/common 0.1443.1 → 0.1444.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -172,6 +172,7 @@ export interface DbtCloudIDEProjectConfig extends DbtProjectConfigBase {
172
172
  type: DbtProjectType.DBT_CLOUD_IDE;
173
173
  api_key: string;
174
174
  environment_id: string;
175
+ discovery_api_endpoint?: string;
175
176
  }
176
177
  export interface DbtGithubProjectConfig extends DbtProjectCompilerBase {
177
178
  type: DbtProjectType.GITHUB;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1443.1",
3
+ "version": "0.1444.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [