@lightdash/common 0.1774.0 → 0.1775.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.
@@ -7042,7 +7042,7 @@ export declare const verticalBarMetricVizConfigToolArgsSchema: z.ZodObject<{
7042
7042
  xAxisLabel: string | null;
7043
7043
  yAxisLabel: string | null;
7044
7044
  }>;
7045
- filters: z.ZodObject<{
7045
+ filters: z.ZodNullable<z.ZodObject<{
7046
7046
  type: z.ZodEnum<["and", "or"]>;
7047
7047
  dimensions: z.ZodNullable<z.ZodArray<z.ZodObject<{
7048
7048
  type: z.ZodEnum<["or", "and"]>;
@@ -7804,7 +7804,7 @@ export declare const verticalBarMetricVizConfigToolArgsSchema: z.ZodObject<{
7804
7804
  operator: FilterOperator.IN_BETWEEN;
7805
7805
  };
7806
7806
  }[] | null;
7807
- }>;
7807
+ }>>;
7808
7808
  }, "strip", z.ZodTypeAny, {
7809
7809
  filters: {
7810
7810
  type: "and" | "or";
@@ -7916,7 +7916,7 @@ export declare const verticalBarMetricVizConfigToolArgsSchema: z.ZodObject<{
7916
7916
  operator: FilterOperator.IN_BETWEEN;
7917
7917
  };
7918
7918
  }[] | null;
7919
- };
7919
+ } | null;
7920
7920
  vizConfig: {
7921
7921
  description: string;
7922
7922
  exploreName: string;
@@ -8044,7 +8044,7 @@ export declare const verticalBarMetricVizConfigToolArgsSchema: z.ZodObject<{
8044
8044
  operator: FilterOperator.IN_BETWEEN;
8045
8045
  };
8046
8046
  }[] | null;
8047
- };
8047
+ } | null;
8048
8048
  vizConfig: {
8049
8049
  description: string;
8050
8050
  exploreName: string;
@@ -9183,7 +9183,7 @@ export declare const timeSeriesMetricVizConfigToolArgsSchema: z.ZodObject<{
9183
9183
  breakdownByDimension: string | null;
9184
9184
  lineType: "line" | "area";
9185
9185
  }>;
9186
- filters: z.ZodObject<{
9186
+ filters: z.ZodNullable<z.ZodObject<{
9187
9187
  type: z.ZodEnum<["and", "or"]>;
9188
9188
  dimensions: z.ZodNullable<z.ZodArray<z.ZodObject<{
9189
9189
  type: z.ZodEnum<["or", "and"]>;
@@ -9945,7 +9945,7 @@ export declare const timeSeriesMetricVizConfigToolArgsSchema: z.ZodObject<{
9945
9945
  operator: FilterOperator.IN_BETWEEN;
9946
9946
  };
9947
9947
  }[] | null;
9948
- }>;
9948
+ }>>;
9949
9949
  }, "strip", z.ZodTypeAny, {
9950
9950
  filters: {
9951
9951
  type: "and" | "or";
@@ -10057,7 +10057,7 @@ export declare const timeSeriesMetricVizConfigToolArgsSchema: z.ZodObject<{
10057
10057
  operator: FilterOperator.IN_BETWEEN;
10058
10058
  };
10059
10059
  }[] | null;
10060
- };
10060
+ } | null;
10061
10061
  vizConfig: {
10062
10062
  description: string;
10063
10063
  exploreName: string;
@@ -10182,7 +10182,7 @@ export declare const timeSeriesMetricVizConfigToolArgsSchema: z.ZodObject<{
10182
10182
  operator: FilterOperator.IN_BETWEEN;
10183
10183
  };
10184
10184
  }[] | null;
10185
- };
10185
+ } | null;
10186
10186
  vizConfig: {
10187
10187
  description: string;
10188
10188
  exploreName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1774.0",
3
+ "version": "0.1775.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",