@lightdash/common 0.1451.0 → 0.1451.1
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.
@@ -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 = {
|