@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:
|
257
|
+
data: string;
|
259
258
|
jobUuid: string;
|
260
259
|
};
|
261
260
|
export type CompileProjectPayload = {
|