@lightdash/common 0.1443.0 → 0.1444.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.
@@ -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.0",
3
+ "version": "0.1444.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [