@lightdash/common 0.1451.0 → 0.1451.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,3 @@
1
- import { type CreateProject } from '../index';
2
1
  import { type Explore, type ExploreError } from './explore';
3
2
  import { type DashboardFilterRule } from './filter';
4
3
  import { type MetricQuery } from './metricQuery';
@@ -255,7 +254,7 @@ export type SchedulerCreateProjectWithCompilePayload = {
255
254
  organizationUuid: string;
256
255
  requestMethod: string;
257
256
  isPreview: boolean;
258
- data: CreateProject;
257
+ data: string;
259
258
  jobUuid: string;
260
259
  };
261
260
  export type CompileProjectPayload = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1451.0",
3
+ "version": "0.1451.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [