@lightdash/common 0.1734.1 → 0.1735.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.
- package/dist/cjs/compiler/filtersCompiler.mock.d.ts +33 -34
- package/dist/cjs/compiler/filtersCompiler.mock.d.ts.map +1 -1
- package/dist/cjs/compiler/filtersCompiler.mock.js +1 -2
- package/dist/cjs/compiler/filtersCompiler.mock.js.map +1 -1
- package/dist/cjs/ee/Ai/schemas.d.ts +183 -184
- package/dist/cjs/ee/Ai/schemas.d.ts.map +1 -1
- package/dist/cjs/ee/Ai/schemas.js +18 -19
- package/dist/cjs/ee/Ai/schemas.js.map +1 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/conditionalFormatting.d.ts +12 -8
- package/dist/cjs/types/conditionalFormatting.d.ts.map +1 -1
- package/dist/cjs/types/conditionalFormatting.js.map +1 -1
- package/dist/cjs/types/filter.d.ts +36 -11
- package/dist/cjs/types/filter.d.ts.map +1 -1
- package/dist/cjs/types/filter.js +23 -3
- package/dist/cjs/types/filter.js.map +1 -1
- package/dist/cjs/types/filter.test.js +8 -9
- package/dist/cjs/types/filter.test.js.map +1 -1
- package/dist/cjs/utils/conditionalFormatting.d.ts +4 -5
- package/dist/cjs/utils/conditionalFormatting.d.ts.map +1 -1
- package/dist/cjs/utils/conditionalFormatting.js +23 -23
- package/dist/cjs/utils/conditionalFormatting.js.map +1 -1
- package/dist/cjs/utils/filters.mock.d.ts.map +1 -1
- package/dist/cjs/utils/filters.mock.js +10 -11
- package/dist/cjs/utils/filters.mock.js.map +1 -1
- package/dist/cjs/utils/filters.test.js +21 -21
- package/dist/cjs/utils/filters.test.js.map +1 -1
- package/dist/cjs/utils/metricsExplorer.d.ts +2 -3
- package/dist/cjs/utils/metricsExplorer.d.ts.map +1 -1
- package/dist/cjs/utils/metricsExplorer.js +3 -3
- package/dist/cjs/utils/metricsExplorer.js.map +1 -1
- package/dist/esm/compiler/filtersCompiler.mock.d.ts +33 -34
- package/dist/esm/compiler/filtersCompiler.mock.d.ts.map +1 -1
- package/dist/esm/compiler/filtersCompiler.mock.js +1 -2
- package/dist/esm/compiler/filtersCompiler.mock.js.map +1 -1
- package/dist/esm/ee/Ai/schemas.d.ts +183 -184
- package/dist/esm/ee/Ai/schemas.d.ts.map +1 -1
- package/dist/esm/ee/Ai/schemas.js +19 -20
- package/dist/esm/ee/Ai/schemas.js.map +1 -1
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/conditionalFormatting.d.ts +12 -8
- package/dist/esm/types/conditionalFormatting.d.ts.map +1 -1
- package/dist/esm/types/conditionalFormatting.js.map +1 -1
- package/dist/esm/types/filter.d.ts +36 -11
- package/dist/esm/types/filter.d.ts.map +1 -1
- package/dist/esm/types/filter.js +22 -2
- package/dist/esm/types/filter.js.map +1 -1
- package/dist/esm/types/filter.test.js +9 -10
- package/dist/esm/types/filter.test.js.map +1 -1
- package/dist/esm/utils/conditionalFormatting.d.ts +4 -5
- package/dist/esm/utils/conditionalFormatting.d.ts.map +1 -1
- package/dist/esm/utils/conditionalFormatting.js +23 -23
- package/dist/esm/utils/conditionalFormatting.js.map +1 -1
- package/dist/esm/utils/filters.mock.d.ts.map +1 -1
- package/dist/esm/utils/filters.mock.js +10 -11
- package/dist/esm/utils/filters.mock.js.map +1 -1
- package/dist/esm/utils/filters.test.js +21 -21
- package/dist/esm/utils/filters.test.js.map +1 -1
- package/dist/esm/utils/metricsExplorer.d.ts +2 -3
- package/dist/esm/utils/metricsExplorer.d.ts.map +1 -1
- package/dist/esm/utils/metricsExplorer.js +3 -3
- package/dist/esm/utils/metricsExplorer.js.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/compiler/filtersCompiler.mock.d.ts +33 -34
- package/dist/types/compiler/filtersCompiler.mock.d.ts.map +1 -1
- package/dist/types/ee/Ai/schemas.d.ts +183 -184
- package/dist/types/ee/Ai/schemas.d.ts.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/conditionalFormatting.d.ts +12 -8
- package/dist/types/types/conditionalFormatting.d.ts.map +1 -1
- package/dist/types/types/filter.d.ts +36 -11
- package/dist/types/types/filter.d.ts.map +1 -1
- package/dist/types/utils/conditionalFormatting.d.ts +4 -5
- package/dist/types/utils/conditionalFormatting.d.ts.map +1 -1
- package/dist/types/utils/filters.mock.d.ts.map +1 -1
- package/dist/types/utils/metricsExplorer.d.ts +2 -3
- package/dist/types/utils/metricsExplorer.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/types/conditionalRule.d.ts +0 -32
- package/dist/cjs/types/conditionalRule.d.ts.map +0 -1
- package/dist/cjs/types/conditionalRule.js +0 -26
- package/dist/cjs/types/conditionalRule.js.map +0 -1
- package/dist/esm/types/conditionalRule.d.ts +0 -32
- package/dist/esm/types/conditionalRule.d.ts.map +0 -1
- package/dist/esm/types/conditionalRule.js +0 -23
- package/dist/esm/types/conditionalRule.js.map +0 -1
- package/dist/types/types/conditionalRule.d.ts +0 -32
- package/dist/types/types/conditionalRule.d.ts.map +0 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ConditionalOperator } from '../../types/conditionalRule';
|
|
3
2
|
import { DimensionType, MetricType } from '../../types/field';
|
|
4
|
-
import { UnitOfTime } from '../../types/filter';
|
|
3
|
+
import { FilterOperator, UnitOfTime } from '../../types/filter';
|
|
5
4
|
export declare const FieldIdSchema: z.ZodString;
|
|
6
5
|
declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
7
6
|
id: z.ZodString;
|
|
@@ -15,7 +14,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
15
14
|
type: DimensionType | MetricType;
|
|
16
15
|
fieldId: string;
|
|
17
16
|
}>;
|
|
18
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
17
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
19
18
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
20
19
|
}, "strip", z.ZodTypeAny, {
|
|
21
20
|
values: (string | number | boolean | null)[];
|
|
@@ -24,7 +23,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24
23
|
fieldId: string;
|
|
25
24
|
};
|
|
26
25
|
id: string;
|
|
27
|
-
operator:
|
|
26
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
28
27
|
}, {
|
|
29
28
|
values: (string | number | boolean | null)[];
|
|
30
29
|
target: {
|
|
@@ -32,7 +31,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
32
31
|
fieldId: string;
|
|
33
32
|
};
|
|
34
33
|
id: string;
|
|
35
|
-
operator:
|
|
34
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
36
35
|
}>, z.ZodObject<{
|
|
37
36
|
id: z.ZodString;
|
|
38
37
|
target: z.ZodObject<{
|
|
@@ -46,7 +45,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
46
45
|
fieldId: string;
|
|
47
46
|
}>;
|
|
48
47
|
} & {
|
|
49
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
48
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
50
49
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
51
50
|
settings: z.ZodObject<{
|
|
52
51
|
completed: z.ZodBoolean;
|
|
@@ -69,7 +68,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
69
68
|
completed: boolean;
|
|
70
69
|
unitOfTime: UnitOfTime;
|
|
71
70
|
};
|
|
72
|
-
operator:
|
|
71
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
73
72
|
}, {
|
|
74
73
|
values: (string | null)[];
|
|
75
74
|
target: {
|
|
@@ -81,7 +80,7 @@ declare const FilterRuleSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
81
80
|
completed: boolean;
|
|
82
81
|
unitOfTime: UnitOfTime;
|
|
83
82
|
};
|
|
84
|
-
operator:
|
|
83
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
85
84
|
}>]>;
|
|
86
85
|
export type FilterRuleSchemaType = z.infer<typeof FilterRuleSchema>;
|
|
87
86
|
export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
@@ -98,7 +97,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
98
97
|
type: DimensionType | MetricType;
|
|
99
98
|
fieldId: string;
|
|
100
99
|
}>;
|
|
101
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
100
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
102
101
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
103
102
|
}, "strip", z.ZodTypeAny, {
|
|
104
103
|
values: (string | number | boolean | null)[];
|
|
@@ -107,7 +106,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
107
106
|
fieldId: string;
|
|
108
107
|
};
|
|
109
108
|
id: string;
|
|
110
|
-
operator:
|
|
109
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
111
110
|
}, {
|
|
112
111
|
values: (string | number | boolean | null)[];
|
|
113
112
|
target: {
|
|
@@ -115,7 +114,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
115
114
|
fieldId: string;
|
|
116
115
|
};
|
|
117
116
|
id: string;
|
|
118
|
-
operator:
|
|
117
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
119
118
|
}>, z.ZodObject<{
|
|
120
119
|
id: z.ZodString;
|
|
121
120
|
target: z.ZodObject<{
|
|
@@ -129,7 +128,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
129
128
|
fieldId: string;
|
|
130
129
|
}>;
|
|
131
130
|
} & {
|
|
132
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
131
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
133
132
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
134
133
|
settings: z.ZodObject<{
|
|
135
134
|
completed: z.ZodBoolean;
|
|
@@ -152,7 +151,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
152
151
|
completed: boolean;
|
|
153
152
|
unitOfTime: UnitOfTime;
|
|
154
153
|
};
|
|
155
|
-
operator:
|
|
154
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
156
155
|
}, {
|
|
157
156
|
values: (string | null)[];
|
|
158
157
|
target: {
|
|
@@ -164,7 +163,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
164
163
|
completed: boolean;
|
|
165
164
|
unitOfTime: UnitOfTime;
|
|
166
165
|
};
|
|
167
|
-
operator:
|
|
166
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
168
167
|
}>]>, "many">;
|
|
169
168
|
}, "strip", z.ZodTypeAny, {
|
|
170
169
|
id: string;
|
|
@@ -175,7 +174,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
175
174
|
fieldId: string;
|
|
176
175
|
};
|
|
177
176
|
id: string;
|
|
178
|
-
operator:
|
|
177
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
179
178
|
} | {
|
|
180
179
|
values: (string | null)[];
|
|
181
180
|
target: {
|
|
@@ -187,7 +186,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
187
186
|
completed: boolean;
|
|
188
187
|
unitOfTime: UnitOfTime;
|
|
189
188
|
};
|
|
190
|
-
operator:
|
|
189
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
191
190
|
})[];
|
|
192
191
|
}, {
|
|
193
192
|
id: string;
|
|
@@ -198,7 +197,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
198
197
|
fieldId: string;
|
|
199
198
|
};
|
|
200
199
|
id: string;
|
|
201
|
-
operator:
|
|
200
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
202
201
|
} | {
|
|
203
202
|
values: (string | null)[];
|
|
204
203
|
target: {
|
|
@@ -210,7 +209,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
210
209
|
completed: boolean;
|
|
211
210
|
unitOfTime: UnitOfTime;
|
|
212
211
|
};
|
|
213
|
-
operator:
|
|
212
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
214
213
|
})[];
|
|
215
214
|
}>, z.ZodObject<{
|
|
216
215
|
id: z.ZodString;
|
|
@@ -226,7 +225,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
226
225
|
type: DimensionType | MetricType;
|
|
227
226
|
fieldId: string;
|
|
228
227
|
}>;
|
|
229
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
228
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
230
229
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
231
230
|
}, "strip", z.ZodTypeAny, {
|
|
232
231
|
values: (string | number | boolean | null)[];
|
|
@@ -235,7 +234,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
235
234
|
fieldId: string;
|
|
236
235
|
};
|
|
237
236
|
id: string;
|
|
238
|
-
operator:
|
|
237
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
239
238
|
}, {
|
|
240
239
|
values: (string | number | boolean | null)[];
|
|
241
240
|
target: {
|
|
@@ -243,7 +242,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
243
242
|
fieldId: string;
|
|
244
243
|
};
|
|
245
244
|
id: string;
|
|
246
|
-
operator:
|
|
245
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
247
246
|
}>, z.ZodObject<{
|
|
248
247
|
id: z.ZodString;
|
|
249
248
|
target: z.ZodObject<{
|
|
@@ -257,7 +256,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
257
256
|
fieldId: string;
|
|
258
257
|
}>;
|
|
259
258
|
} & {
|
|
260
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
259
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
261
260
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
262
261
|
settings: z.ZodObject<{
|
|
263
262
|
completed: z.ZodBoolean;
|
|
@@ -280,7 +279,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
280
279
|
completed: boolean;
|
|
281
280
|
unitOfTime: UnitOfTime;
|
|
282
281
|
};
|
|
283
|
-
operator:
|
|
282
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
284
283
|
}, {
|
|
285
284
|
values: (string | null)[];
|
|
286
285
|
target: {
|
|
@@ -292,7 +291,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
292
291
|
completed: boolean;
|
|
293
292
|
unitOfTime: UnitOfTime;
|
|
294
293
|
};
|
|
295
|
-
operator:
|
|
294
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
296
295
|
}>]>, "many">;
|
|
297
296
|
}, "strip", z.ZodTypeAny, {
|
|
298
297
|
id: string;
|
|
@@ -303,7 +302,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
303
302
|
fieldId: string;
|
|
304
303
|
};
|
|
305
304
|
id: string;
|
|
306
|
-
operator:
|
|
305
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
307
306
|
} | {
|
|
308
307
|
values: (string | null)[];
|
|
309
308
|
target: {
|
|
@@ -315,7 +314,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
315
314
|
completed: boolean;
|
|
316
315
|
unitOfTime: UnitOfTime;
|
|
317
316
|
};
|
|
318
|
-
operator:
|
|
317
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
319
318
|
})[];
|
|
320
319
|
}, {
|
|
321
320
|
id: string;
|
|
@@ -326,7 +325,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
326
325
|
fieldId: string;
|
|
327
326
|
};
|
|
328
327
|
id: string;
|
|
329
|
-
operator:
|
|
328
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
330
329
|
} | {
|
|
331
330
|
values: (string | null)[];
|
|
332
331
|
target: {
|
|
@@ -338,7 +337,7 @@ export declare const FilterGroupSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
338
337
|
completed: boolean;
|
|
339
338
|
unitOfTime: UnitOfTime;
|
|
340
339
|
};
|
|
341
|
-
operator:
|
|
340
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
342
341
|
})[];
|
|
343
342
|
}>]>;
|
|
344
343
|
export type FilterGroupSchemaType = z.infer<typeof FilterGroupSchema>;
|
|
@@ -357,7 +356,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
357
356
|
type: DimensionType | MetricType;
|
|
358
357
|
fieldId: string;
|
|
359
358
|
}>;
|
|
360
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
359
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
361
360
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
362
361
|
}, "strip", z.ZodTypeAny, {
|
|
363
362
|
values: (string | number | boolean | null)[];
|
|
@@ -366,7 +365,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
366
365
|
fieldId: string;
|
|
367
366
|
};
|
|
368
367
|
id: string;
|
|
369
|
-
operator:
|
|
368
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
370
369
|
}, {
|
|
371
370
|
values: (string | number | boolean | null)[];
|
|
372
371
|
target: {
|
|
@@ -374,7 +373,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
374
373
|
fieldId: string;
|
|
375
374
|
};
|
|
376
375
|
id: string;
|
|
377
|
-
operator:
|
|
376
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
378
377
|
}>, z.ZodObject<{
|
|
379
378
|
id: z.ZodString;
|
|
380
379
|
target: z.ZodObject<{
|
|
@@ -388,7 +387,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
388
387
|
fieldId: string;
|
|
389
388
|
}>;
|
|
390
389
|
} & {
|
|
391
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
390
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
392
391
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
393
392
|
settings: z.ZodObject<{
|
|
394
393
|
completed: z.ZodBoolean;
|
|
@@ -411,7 +410,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
411
410
|
completed: boolean;
|
|
412
411
|
unitOfTime: UnitOfTime;
|
|
413
412
|
};
|
|
414
|
-
operator:
|
|
413
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
415
414
|
}, {
|
|
416
415
|
values: (string | null)[];
|
|
417
416
|
target: {
|
|
@@ -423,7 +422,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
423
422
|
completed: boolean;
|
|
424
423
|
unitOfTime: UnitOfTime;
|
|
425
424
|
};
|
|
426
|
-
operator:
|
|
425
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
427
426
|
}>]>, "many">;
|
|
428
427
|
}, "strip", z.ZodTypeAny, {
|
|
429
428
|
id: string;
|
|
@@ -434,7 +433,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
434
433
|
fieldId: string;
|
|
435
434
|
};
|
|
436
435
|
id: string;
|
|
437
|
-
operator:
|
|
436
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
438
437
|
} | {
|
|
439
438
|
values: (string | null)[];
|
|
440
439
|
target: {
|
|
@@ -446,7 +445,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
446
445
|
completed: boolean;
|
|
447
446
|
unitOfTime: UnitOfTime;
|
|
448
447
|
};
|
|
449
|
-
operator:
|
|
448
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
450
449
|
})[];
|
|
451
450
|
}, {
|
|
452
451
|
id: string;
|
|
@@ -457,7 +456,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
457
456
|
fieldId: string;
|
|
458
457
|
};
|
|
459
458
|
id: string;
|
|
460
|
-
operator:
|
|
459
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
461
460
|
} | {
|
|
462
461
|
values: (string | null)[];
|
|
463
462
|
target: {
|
|
@@ -469,7 +468,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
469
468
|
completed: boolean;
|
|
470
469
|
unitOfTime: UnitOfTime;
|
|
471
470
|
};
|
|
472
|
-
operator:
|
|
471
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
473
472
|
})[];
|
|
474
473
|
}>, z.ZodObject<{
|
|
475
474
|
id: z.ZodString;
|
|
@@ -485,7 +484,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
485
484
|
type: DimensionType | MetricType;
|
|
486
485
|
fieldId: string;
|
|
487
486
|
}>;
|
|
488
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
487
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
489
488
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
490
489
|
}, "strip", z.ZodTypeAny, {
|
|
491
490
|
values: (string | number | boolean | null)[];
|
|
@@ -494,7 +493,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
494
493
|
fieldId: string;
|
|
495
494
|
};
|
|
496
495
|
id: string;
|
|
497
|
-
operator:
|
|
496
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
498
497
|
}, {
|
|
499
498
|
values: (string | number | boolean | null)[];
|
|
500
499
|
target: {
|
|
@@ -502,7 +501,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
502
501
|
fieldId: string;
|
|
503
502
|
};
|
|
504
503
|
id: string;
|
|
505
|
-
operator:
|
|
504
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
506
505
|
}>, z.ZodObject<{
|
|
507
506
|
id: z.ZodString;
|
|
508
507
|
target: z.ZodObject<{
|
|
@@ -516,7 +515,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
516
515
|
fieldId: string;
|
|
517
516
|
}>;
|
|
518
517
|
} & {
|
|
519
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
518
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
520
519
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
521
520
|
settings: z.ZodObject<{
|
|
522
521
|
completed: z.ZodBoolean;
|
|
@@ -539,7 +538,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
539
538
|
completed: boolean;
|
|
540
539
|
unitOfTime: UnitOfTime;
|
|
541
540
|
};
|
|
542
|
-
operator:
|
|
541
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
543
542
|
}, {
|
|
544
543
|
values: (string | null)[];
|
|
545
544
|
target: {
|
|
@@ -551,7 +550,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
551
550
|
completed: boolean;
|
|
552
551
|
unitOfTime: UnitOfTime;
|
|
553
552
|
};
|
|
554
|
-
operator:
|
|
553
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
555
554
|
}>]>, "many">;
|
|
556
555
|
}, "strip", z.ZodTypeAny, {
|
|
557
556
|
id: string;
|
|
@@ -562,7 +561,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
562
561
|
fieldId: string;
|
|
563
562
|
};
|
|
564
563
|
id: string;
|
|
565
|
-
operator:
|
|
564
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
566
565
|
} | {
|
|
567
566
|
values: (string | null)[];
|
|
568
567
|
target: {
|
|
@@ -574,7 +573,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
574
573
|
completed: boolean;
|
|
575
574
|
unitOfTime: UnitOfTime;
|
|
576
575
|
};
|
|
577
|
-
operator:
|
|
576
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
578
577
|
})[];
|
|
579
578
|
}, {
|
|
580
579
|
id: string;
|
|
@@ -585,7 +584,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
585
584
|
fieldId: string;
|
|
586
585
|
};
|
|
587
586
|
id: string;
|
|
588
|
-
operator:
|
|
587
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
589
588
|
} | {
|
|
590
589
|
values: (string | null)[];
|
|
591
590
|
target: {
|
|
@@ -597,7 +596,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
597
596
|
completed: boolean;
|
|
598
597
|
unitOfTime: UnitOfTime;
|
|
599
598
|
};
|
|
600
|
-
operator:
|
|
599
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
601
600
|
})[];
|
|
602
601
|
}>]>>;
|
|
603
602
|
metrics: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -614,7 +613,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
614
613
|
type: DimensionType | MetricType;
|
|
615
614
|
fieldId: string;
|
|
616
615
|
}>;
|
|
617
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
616
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
618
617
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
619
618
|
}, "strip", z.ZodTypeAny, {
|
|
620
619
|
values: (string | number | boolean | null)[];
|
|
@@ -623,7 +622,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
623
622
|
fieldId: string;
|
|
624
623
|
};
|
|
625
624
|
id: string;
|
|
626
|
-
operator:
|
|
625
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
627
626
|
}, {
|
|
628
627
|
values: (string | number | boolean | null)[];
|
|
629
628
|
target: {
|
|
@@ -631,7 +630,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
631
630
|
fieldId: string;
|
|
632
631
|
};
|
|
633
632
|
id: string;
|
|
634
|
-
operator:
|
|
633
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
635
634
|
}>, z.ZodObject<{
|
|
636
635
|
id: z.ZodString;
|
|
637
636
|
target: z.ZodObject<{
|
|
@@ -645,7 +644,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
645
644
|
fieldId: string;
|
|
646
645
|
}>;
|
|
647
646
|
} & {
|
|
648
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
647
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
649
648
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
650
649
|
settings: z.ZodObject<{
|
|
651
650
|
completed: z.ZodBoolean;
|
|
@@ -668,7 +667,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
668
667
|
completed: boolean;
|
|
669
668
|
unitOfTime: UnitOfTime;
|
|
670
669
|
};
|
|
671
|
-
operator:
|
|
670
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
672
671
|
}, {
|
|
673
672
|
values: (string | null)[];
|
|
674
673
|
target: {
|
|
@@ -680,7 +679,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
680
679
|
completed: boolean;
|
|
681
680
|
unitOfTime: UnitOfTime;
|
|
682
681
|
};
|
|
683
|
-
operator:
|
|
682
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
684
683
|
}>]>, "many">;
|
|
685
684
|
}, "strip", z.ZodTypeAny, {
|
|
686
685
|
id: string;
|
|
@@ -691,7 +690,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
691
690
|
fieldId: string;
|
|
692
691
|
};
|
|
693
692
|
id: string;
|
|
694
|
-
operator:
|
|
693
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
695
694
|
} | {
|
|
696
695
|
values: (string | null)[];
|
|
697
696
|
target: {
|
|
@@ -703,7 +702,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
703
702
|
completed: boolean;
|
|
704
703
|
unitOfTime: UnitOfTime;
|
|
705
704
|
};
|
|
706
|
-
operator:
|
|
705
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
707
706
|
})[];
|
|
708
707
|
}, {
|
|
709
708
|
id: string;
|
|
@@ -714,7 +713,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
714
713
|
fieldId: string;
|
|
715
714
|
};
|
|
716
715
|
id: string;
|
|
717
|
-
operator:
|
|
716
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
718
717
|
} | {
|
|
719
718
|
values: (string | null)[];
|
|
720
719
|
target: {
|
|
@@ -726,7 +725,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
726
725
|
completed: boolean;
|
|
727
726
|
unitOfTime: UnitOfTime;
|
|
728
727
|
};
|
|
729
|
-
operator:
|
|
728
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
730
729
|
})[];
|
|
731
730
|
}>, z.ZodObject<{
|
|
732
731
|
id: z.ZodString;
|
|
@@ -742,7 +741,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
742
741
|
type: DimensionType | MetricType;
|
|
743
742
|
fieldId: string;
|
|
744
743
|
}>;
|
|
745
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
744
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
746
745
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
747
746
|
}, "strip", z.ZodTypeAny, {
|
|
748
747
|
values: (string | number | boolean | null)[];
|
|
@@ -751,7 +750,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
751
750
|
fieldId: string;
|
|
752
751
|
};
|
|
753
752
|
id: string;
|
|
754
|
-
operator:
|
|
753
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
755
754
|
}, {
|
|
756
755
|
values: (string | number | boolean | null)[];
|
|
757
756
|
target: {
|
|
@@ -759,7 +758,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
759
758
|
fieldId: string;
|
|
760
759
|
};
|
|
761
760
|
id: string;
|
|
762
|
-
operator:
|
|
761
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
763
762
|
}>, z.ZodObject<{
|
|
764
763
|
id: z.ZodString;
|
|
765
764
|
target: z.ZodObject<{
|
|
@@ -773,7 +772,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
773
772
|
fieldId: string;
|
|
774
773
|
}>;
|
|
775
774
|
} & {
|
|
776
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
775
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
777
776
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
778
777
|
settings: z.ZodObject<{
|
|
779
778
|
completed: z.ZodBoolean;
|
|
@@ -796,7 +795,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
796
795
|
completed: boolean;
|
|
797
796
|
unitOfTime: UnitOfTime;
|
|
798
797
|
};
|
|
799
|
-
operator:
|
|
798
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
800
799
|
}, {
|
|
801
800
|
values: (string | null)[];
|
|
802
801
|
target: {
|
|
@@ -808,7 +807,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
808
807
|
completed: boolean;
|
|
809
808
|
unitOfTime: UnitOfTime;
|
|
810
809
|
};
|
|
811
|
-
operator:
|
|
810
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
812
811
|
}>]>, "many">;
|
|
813
812
|
}, "strip", z.ZodTypeAny, {
|
|
814
813
|
id: string;
|
|
@@ -819,7 +818,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
819
818
|
fieldId: string;
|
|
820
819
|
};
|
|
821
820
|
id: string;
|
|
822
|
-
operator:
|
|
821
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
823
822
|
} | {
|
|
824
823
|
values: (string | null)[];
|
|
825
824
|
target: {
|
|
@@ -831,7 +830,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
831
830
|
completed: boolean;
|
|
832
831
|
unitOfTime: UnitOfTime;
|
|
833
832
|
};
|
|
834
|
-
operator:
|
|
833
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
835
834
|
})[];
|
|
836
835
|
}, {
|
|
837
836
|
id: string;
|
|
@@ -842,7 +841,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
842
841
|
fieldId: string;
|
|
843
842
|
};
|
|
844
843
|
id: string;
|
|
845
|
-
operator:
|
|
844
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
846
845
|
} | {
|
|
847
846
|
values: (string | null)[];
|
|
848
847
|
target: {
|
|
@@ -854,7 +853,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
854
853
|
completed: boolean;
|
|
855
854
|
unitOfTime: UnitOfTime;
|
|
856
855
|
};
|
|
857
|
-
operator:
|
|
856
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
858
857
|
})[];
|
|
859
858
|
}>]>>;
|
|
860
859
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -867,7 +866,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
867
866
|
fieldId: string;
|
|
868
867
|
};
|
|
869
868
|
id: string;
|
|
870
|
-
operator:
|
|
869
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
871
870
|
} | {
|
|
872
871
|
values: (string | null)[];
|
|
873
872
|
target: {
|
|
@@ -879,7 +878,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
879
878
|
completed: boolean;
|
|
880
879
|
unitOfTime: UnitOfTime;
|
|
881
880
|
};
|
|
882
|
-
operator:
|
|
881
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
883
882
|
})[];
|
|
884
883
|
} | {
|
|
885
884
|
id: string;
|
|
@@ -890,7 +889,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
890
889
|
fieldId: string;
|
|
891
890
|
};
|
|
892
891
|
id: string;
|
|
893
|
-
operator:
|
|
892
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
894
893
|
} | {
|
|
895
894
|
values: (string | null)[];
|
|
896
895
|
target: {
|
|
@@ -902,7 +901,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
902
901
|
completed: boolean;
|
|
903
902
|
unitOfTime: UnitOfTime;
|
|
904
903
|
};
|
|
905
|
-
operator:
|
|
904
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
906
905
|
})[];
|
|
907
906
|
} | null;
|
|
908
907
|
metrics: {
|
|
@@ -914,7 +913,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
914
913
|
fieldId: string;
|
|
915
914
|
};
|
|
916
915
|
id: string;
|
|
917
|
-
operator:
|
|
916
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
918
917
|
} | {
|
|
919
918
|
values: (string | null)[];
|
|
920
919
|
target: {
|
|
@@ -926,7 +925,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
926
925
|
completed: boolean;
|
|
927
926
|
unitOfTime: UnitOfTime;
|
|
928
927
|
};
|
|
929
|
-
operator:
|
|
928
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
930
929
|
})[];
|
|
931
930
|
} | {
|
|
932
931
|
id: string;
|
|
@@ -937,7 +936,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
937
936
|
fieldId: string;
|
|
938
937
|
};
|
|
939
938
|
id: string;
|
|
940
|
-
operator:
|
|
939
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
941
940
|
} | {
|
|
942
941
|
values: (string | null)[];
|
|
943
942
|
target: {
|
|
@@ -949,7 +948,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
949
948
|
completed: boolean;
|
|
950
949
|
unitOfTime: UnitOfTime;
|
|
951
950
|
};
|
|
952
|
-
operator:
|
|
951
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
953
952
|
})[];
|
|
954
953
|
} | null;
|
|
955
954
|
}, {
|
|
@@ -962,7 +961,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
962
961
|
fieldId: string;
|
|
963
962
|
};
|
|
964
963
|
id: string;
|
|
965
|
-
operator:
|
|
964
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
966
965
|
} | {
|
|
967
966
|
values: (string | null)[];
|
|
968
967
|
target: {
|
|
@@ -974,7 +973,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
974
973
|
completed: boolean;
|
|
975
974
|
unitOfTime: UnitOfTime;
|
|
976
975
|
};
|
|
977
|
-
operator:
|
|
976
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
978
977
|
})[];
|
|
979
978
|
} | {
|
|
980
979
|
id: string;
|
|
@@ -985,7 +984,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
985
984
|
fieldId: string;
|
|
986
985
|
};
|
|
987
986
|
id: string;
|
|
988
|
-
operator:
|
|
987
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
989
988
|
} | {
|
|
990
989
|
values: (string | null)[];
|
|
991
990
|
target: {
|
|
@@ -997,7 +996,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
997
996
|
completed: boolean;
|
|
998
997
|
unitOfTime: UnitOfTime;
|
|
999
998
|
};
|
|
1000
|
-
operator:
|
|
999
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1001
1000
|
})[];
|
|
1002
1001
|
} | null;
|
|
1003
1002
|
metrics: {
|
|
@@ -1009,7 +1008,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
1009
1008
|
fieldId: string;
|
|
1010
1009
|
};
|
|
1011
1010
|
id: string;
|
|
1012
|
-
operator:
|
|
1011
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1013
1012
|
} | {
|
|
1014
1013
|
values: (string | null)[];
|
|
1015
1014
|
target: {
|
|
@@ -1021,7 +1020,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
1021
1020
|
completed: boolean;
|
|
1022
1021
|
unitOfTime: UnitOfTime;
|
|
1023
1022
|
};
|
|
1024
|
-
operator:
|
|
1023
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1025
1024
|
})[];
|
|
1026
1025
|
} | {
|
|
1027
1026
|
id: string;
|
|
@@ -1032,7 +1031,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
1032
1031
|
fieldId: string;
|
|
1033
1032
|
};
|
|
1034
1033
|
id: string;
|
|
1035
|
-
operator:
|
|
1034
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1036
1035
|
} | {
|
|
1037
1036
|
values: (string | null)[];
|
|
1038
1037
|
target: {
|
|
@@ -1044,7 +1043,7 @@ export declare const filterSchema: z.ZodObject<{
|
|
|
1044
1043
|
completed: boolean;
|
|
1045
1044
|
unitOfTime: UnitOfTime;
|
|
1046
1045
|
};
|
|
1047
|
-
operator:
|
|
1046
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1048
1047
|
})[];
|
|
1049
1048
|
} | null;
|
|
1050
1049
|
}>;
|
|
@@ -1065,7 +1064,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1065
1064
|
type: DimensionType | MetricType;
|
|
1066
1065
|
fieldId: string;
|
|
1067
1066
|
}>;
|
|
1068
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1067
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1069
1068
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1070
1069
|
}, "strip", z.ZodTypeAny, {
|
|
1071
1070
|
values: (string | number | boolean | null)[];
|
|
@@ -1074,7 +1073,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1074
1073
|
fieldId: string;
|
|
1075
1074
|
};
|
|
1076
1075
|
id: string;
|
|
1077
|
-
operator:
|
|
1076
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1078
1077
|
}, {
|
|
1079
1078
|
values: (string | number | boolean | null)[];
|
|
1080
1079
|
target: {
|
|
@@ -1082,7 +1081,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1082
1081
|
fieldId: string;
|
|
1083
1082
|
};
|
|
1084
1083
|
id: string;
|
|
1085
|
-
operator:
|
|
1084
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1086
1085
|
}>, z.ZodObject<{
|
|
1087
1086
|
id: z.ZodString;
|
|
1088
1087
|
target: z.ZodObject<{
|
|
@@ -1096,7 +1095,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1096
1095
|
fieldId: string;
|
|
1097
1096
|
}>;
|
|
1098
1097
|
} & {
|
|
1099
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1098
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1100
1099
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1101
1100
|
settings: z.ZodObject<{
|
|
1102
1101
|
completed: z.ZodBoolean;
|
|
@@ -1119,7 +1118,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1119
1118
|
completed: boolean;
|
|
1120
1119
|
unitOfTime: UnitOfTime;
|
|
1121
1120
|
};
|
|
1122
|
-
operator:
|
|
1121
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1123
1122
|
}, {
|
|
1124
1123
|
values: (string | null)[];
|
|
1125
1124
|
target: {
|
|
@@ -1131,7 +1130,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1131
1130
|
completed: boolean;
|
|
1132
1131
|
unitOfTime: UnitOfTime;
|
|
1133
1132
|
};
|
|
1134
|
-
operator:
|
|
1133
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1135
1134
|
}>]>, "many">;
|
|
1136
1135
|
}, "strip", z.ZodTypeAny, {
|
|
1137
1136
|
id: string;
|
|
@@ -1142,7 +1141,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1142
1141
|
fieldId: string;
|
|
1143
1142
|
};
|
|
1144
1143
|
id: string;
|
|
1145
|
-
operator:
|
|
1144
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1146
1145
|
} | {
|
|
1147
1146
|
values: (string | null)[];
|
|
1148
1147
|
target: {
|
|
@@ -1154,7 +1153,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1154
1153
|
completed: boolean;
|
|
1155
1154
|
unitOfTime: UnitOfTime;
|
|
1156
1155
|
};
|
|
1157
|
-
operator:
|
|
1156
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1158
1157
|
})[];
|
|
1159
1158
|
}, {
|
|
1160
1159
|
id: string;
|
|
@@ -1165,7 +1164,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1165
1164
|
fieldId: string;
|
|
1166
1165
|
};
|
|
1167
1166
|
id: string;
|
|
1168
|
-
operator:
|
|
1167
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1169
1168
|
} | {
|
|
1170
1169
|
values: (string | null)[];
|
|
1171
1170
|
target: {
|
|
@@ -1177,7 +1176,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1177
1176
|
completed: boolean;
|
|
1178
1177
|
unitOfTime: UnitOfTime;
|
|
1179
1178
|
};
|
|
1180
|
-
operator:
|
|
1179
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1181
1180
|
})[];
|
|
1182
1181
|
}>, z.ZodObject<{
|
|
1183
1182
|
id: z.ZodString;
|
|
@@ -1193,7 +1192,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1193
1192
|
type: DimensionType | MetricType;
|
|
1194
1193
|
fieldId: string;
|
|
1195
1194
|
}>;
|
|
1196
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1195
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1197
1196
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1198
1197
|
}, "strip", z.ZodTypeAny, {
|
|
1199
1198
|
values: (string | number | boolean | null)[];
|
|
@@ -1202,7 +1201,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1202
1201
|
fieldId: string;
|
|
1203
1202
|
};
|
|
1204
1203
|
id: string;
|
|
1205
|
-
operator:
|
|
1204
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1206
1205
|
}, {
|
|
1207
1206
|
values: (string | number | boolean | null)[];
|
|
1208
1207
|
target: {
|
|
@@ -1210,7 +1209,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1210
1209
|
fieldId: string;
|
|
1211
1210
|
};
|
|
1212
1211
|
id: string;
|
|
1213
|
-
operator:
|
|
1212
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1214
1213
|
}>, z.ZodObject<{
|
|
1215
1214
|
id: z.ZodString;
|
|
1216
1215
|
target: z.ZodObject<{
|
|
@@ -1224,7 +1223,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1224
1223
|
fieldId: string;
|
|
1225
1224
|
}>;
|
|
1226
1225
|
} & {
|
|
1227
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1226
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1228
1227
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1229
1228
|
settings: z.ZodObject<{
|
|
1230
1229
|
completed: z.ZodBoolean;
|
|
@@ -1247,7 +1246,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1247
1246
|
completed: boolean;
|
|
1248
1247
|
unitOfTime: UnitOfTime;
|
|
1249
1248
|
};
|
|
1250
|
-
operator:
|
|
1249
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1251
1250
|
}, {
|
|
1252
1251
|
values: (string | null)[];
|
|
1253
1252
|
target: {
|
|
@@ -1259,7 +1258,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1259
1258
|
completed: boolean;
|
|
1260
1259
|
unitOfTime: UnitOfTime;
|
|
1261
1260
|
};
|
|
1262
|
-
operator:
|
|
1261
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1263
1262
|
}>]>, "many">;
|
|
1264
1263
|
}, "strip", z.ZodTypeAny, {
|
|
1265
1264
|
id: string;
|
|
@@ -1270,7 +1269,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1270
1269
|
fieldId: string;
|
|
1271
1270
|
};
|
|
1272
1271
|
id: string;
|
|
1273
|
-
operator:
|
|
1272
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1274
1273
|
} | {
|
|
1275
1274
|
values: (string | null)[];
|
|
1276
1275
|
target: {
|
|
@@ -1282,7 +1281,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1282
1281
|
completed: boolean;
|
|
1283
1282
|
unitOfTime: UnitOfTime;
|
|
1284
1283
|
};
|
|
1285
|
-
operator:
|
|
1284
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1286
1285
|
})[];
|
|
1287
1286
|
}, {
|
|
1288
1287
|
id: string;
|
|
@@ -1293,7 +1292,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1293
1292
|
fieldId: string;
|
|
1294
1293
|
};
|
|
1295
1294
|
id: string;
|
|
1296
|
-
operator:
|
|
1295
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1297
1296
|
} | {
|
|
1298
1297
|
values: (string | null)[];
|
|
1299
1298
|
target: {
|
|
@@ -1305,7 +1304,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1305
1304
|
completed: boolean;
|
|
1306
1305
|
unitOfTime: UnitOfTime;
|
|
1307
1306
|
};
|
|
1308
|
-
operator:
|
|
1307
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1309
1308
|
})[];
|
|
1310
1309
|
}>]>;
|
|
1311
1310
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1319,7 +1318,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1319
1318
|
fieldId: string;
|
|
1320
1319
|
};
|
|
1321
1320
|
id: string;
|
|
1322
|
-
operator:
|
|
1321
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1323
1322
|
} | {
|
|
1324
1323
|
values: (string | null)[];
|
|
1325
1324
|
target: {
|
|
@@ -1331,7 +1330,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1331
1330
|
completed: boolean;
|
|
1332
1331
|
unitOfTime: UnitOfTime;
|
|
1333
1332
|
};
|
|
1334
|
-
operator:
|
|
1333
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1335
1334
|
})[];
|
|
1336
1335
|
} | {
|
|
1337
1336
|
id: string;
|
|
@@ -1342,7 +1341,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1342
1341
|
fieldId: string;
|
|
1343
1342
|
};
|
|
1344
1343
|
id: string;
|
|
1345
|
-
operator:
|
|
1344
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1346
1345
|
} | {
|
|
1347
1346
|
values: (string | null)[];
|
|
1348
1347
|
target: {
|
|
@@ -1354,7 +1353,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1354
1353
|
completed: boolean;
|
|
1355
1354
|
unitOfTime: UnitOfTime;
|
|
1356
1355
|
};
|
|
1357
|
-
operator:
|
|
1356
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1358
1357
|
})[];
|
|
1359
1358
|
};
|
|
1360
1359
|
}, {
|
|
@@ -1368,7 +1367,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1368
1367
|
fieldId: string;
|
|
1369
1368
|
};
|
|
1370
1369
|
id: string;
|
|
1371
|
-
operator:
|
|
1370
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1372
1371
|
} | {
|
|
1373
1372
|
values: (string | null)[];
|
|
1374
1373
|
target: {
|
|
@@ -1380,7 +1379,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1380
1379
|
completed: boolean;
|
|
1381
1380
|
unitOfTime: UnitOfTime;
|
|
1382
1381
|
};
|
|
1383
|
-
operator:
|
|
1382
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1384
1383
|
})[];
|
|
1385
1384
|
} | {
|
|
1386
1385
|
id: string;
|
|
@@ -1391,7 +1390,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1391
1390
|
fieldId: string;
|
|
1392
1391
|
};
|
|
1393
1392
|
id: string;
|
|
1394
|
-
operator:
|
|
1393
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1395
1394
|
} | {
|
|
1396
1395
|
values: (string | null)[];
|
|
1397
1396
|
target: {
|
|
@@ -1403,7 +1402,7 @@ export declare const GenerateQueryFiltersToolSchema: z.ZodObject<{
|
|
|
1403
1402
|
completed: boolean;
|
|
1404
1403
|
unitOfTime: UnitOfTime;
|
|
1405
1404
|
};
|
|
1406
|
-
operator:
|
|
1405
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1407
1406
|
})[];
|
|
1408
1407
|
};
|
|
1409
1408
|
}>;
|
|
@@ -1436,7 +1435,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1436
1435
|
type: DimensionType | MetricType;
|
|
1437
1436
|
fieldId: string;
|
|
1438
1437
|
}>;
|
|
1439
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1438
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1440
1439
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1441
1440
|
}, "strip", z.ZodTypeAny, {
|
|
1442
1441
|
values: (string | number | boolean | null)[];
|
|
@@ -1445,7 +1444,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1445
1444
|
fieldId: string;
|
|
1446
1445
|
};
|
|
1447
1446
|
id: string;
|
|
1448
|
-
operator:
|
|
1447
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1449
1448
|
}, {
|
|
1450
1449
|
values: (string | number | boolean | null)[];
|
|
1451
1450
|
target: {
|
|
@@ -1453,7 +1452,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1453
1452
|
fieldId: string;
|
|
1454
1453
|
};
|
|
1455
1454
|
id: string;
|
|
1456
|
-
operator:
|
|
1455
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1457
1456
|
}>, z.ZodObject<{
|
|
1458
1457
|
id: z.ZodString;
|
|
1459
1458
|
target: z.ZodObject<{
|
|
@@ -1467,7 +1466,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1467
1466
|
fieldId: string;
|
|
1468
1467
|
}>;
|
|
1469
1468
|
} & {
|
|
1470
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1469
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1471
1470
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1472
1471
|
settings: z.ZodObject<{
|
|
1473
1472
|
completed: z.ZodBoolean;
|
|
@@ -1490,7 +1489,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1490
1489
|
completed: boolean;
|
|
1491
1490
|
unitOfTime: UnitOfTime;
|
|
1492
1491
|
};
|
|
1493
|
-
operator:
|
|
1492
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1494
1493
|
}, {
|
|
1495
1494
|
values: (string | null)[];
|
|
1496
1495
|
target: {
|
|
@@ -1502,7 +1501,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1502
1501
|
completed: boolean;
|
|
1503
1502
|
unitOfTime: UnitOfTime;
|
|
1504
1503
|
};
|
|
1505
|
-
operator:
|
|
1504
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1506
1505
|
}>]>, "many">;
|
|
1507
1506
|
}, "strip", z.ZodTypeAny, {
|
|
1508
1507
|
id: string;
|
|
@@ -1513,7 +1512,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1513
1512
|
fieldId: string;
|
|
1514
1513
|
};
|
|
1515
1514
|
id: string;
|
|
1516
|
-
operator:
|
|
1515
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1517
1516
|
} | {
|
|
1518
1517
|
values: (string | null)[];
|
|
1519
1518
|
target: {
|
|
@@ -1525,7 +1524,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1525
1524
|
completed: boolean;
|
|
1526
1525
|
unitOfTime: UnitOfTime;
|
|
1527
1526
|
};
|
|
1528
|
-
operator:
|
|
1527
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1529
1528
|
})[];
|
|
1530
1529
|
}, {
|
|
1531
1530
|
id: string;
|
|
@@ -1536,7 +1535,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1536
1535
|
fieldId: string;
|
|
1537
1536
|
};
|
|
1538
1537
|
id: string;
|
|
1539
|
-
operator:
|
|
1538
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1540
1539
|
} | {
|
|
1541
1540
|
values: (string | null)[];
|
|
1542
1541
|
target: {
|
|
@@ -1548,7 +1547,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1548
1547
|
completed: boolean;
|
|
1549
1548
|
unitOfTime: UnitOfTime;
|
|
1550
1549
|
};
|
|
1551
|
-
operator:
|
|
1550
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1552
1551
|
})[];
|
|
1553
1552
|
}>, z.ZodObject<{
|
|
1554
1553
|
id: z.ZodString;
|
|
@@ -1564,7 +1563,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1564
1563
|
type: DimensionType | MetricType;
|
|
1565
1564
|
fieldId: string;
|
|
1566
1565
|
}>;
|
|
1567
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1566
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1568
1567
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1569
1568
|
}, "strip", z.ZodTypeAny, {
|
|
1570
1569
|
values: (string | number | boolean | null)[];
|
|
@@ -1573,7 +1572,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1573
1572
|
fieldId: string;
|
|
1574
1573
|
};
|
|
1575
1574
|
id: string;
|
|
1576
|
-
operator:
|
|
1575
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1577
1576
|
}, {
|
|
1578
1577
|
values: (string | number | boolean | null)[];
|
|
1579
1578
|
target: {
|
|
@@ -1581,7 +1580,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1581
1580
|
fieldId: string;
|
|
1582
1581
|
};
|
|
1583
1582
|
id: string;
|
|
1584
|
-
operator:
|
|
1583
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1585
1584
|
}>, z.ZodObject<{
|
|
1586
1585
|
id: z.ZodString;
|
|
1587
1586
|
target: z.ZodObject<{
|
|
@@ -1595,7 +1594,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1595
1594
|
fieldId: string;
|
|
1596
1595
|
}>;
|
|
1597
1596
|
} & {
|
|
1598
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1597
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1599
1598
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1600
1599
|
settings: z.ZodObject<{
|
|
1601
1600
|
completed: z.ZodBoolean;
|
|
@@ -1618,7 +1617,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1618
1617
|
completed: boolean;
|
|
1619
1618
|
unitOfTime: UnitOfTime;
|
|
1620
1619
|
};
|
|
1621
|
-
operator:
|
|
1620
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1622
1621
|
}, {
|
|
1623
1622
|
values: (string | null)[];
|
|
1624
1623
|
target: {
|
|
@@ -1630,7 +1629,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1630
1629
|
completed: boolean;
|
|
1631
1630
|
unitOfTime: UnitOfTime;
|
|
1632
1631
|
};
|
|
1633
|
-
operator:
|
|
1632
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1634
1633
|
}>]>, "many">;
|
|
1635
1634
|
}, "strip", z.ZodTypeAny, {
|
|
1636
1635
|
id: string;
|
|
@@ -1641,7 +1640,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1641
1640
|
fieldId: string;
|
|
1642
1641
|
};
|
|
1643
1642
|
id: string;
|
|
1644
|
-
operator:
|
|
1643
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1645
1644
|
} | {
|
|
1646
1645
|
values: (string | null)[];
|
|
1647
1646
|
target: {
|
|
@@ -1653,7 +1652,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1653
1652
|
completed: boolean;
|
|
1654
1653
|
unitOfTime: UnitOfTime;
|
|
1655
1654
|
};
|
|
1656
|
-
operator:
|
|
1655
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1657
1656
|
})[];
|
|
1658
1657
|
}, {
|
|
1659
1658
|
id: string;
|
|
@@ -1664,7 +1663,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1664
1663
|
fieldId: string;
|
|
1665
1664
|
};
|
|
1666
1665
|
id: string;
|
|
1667
|
-
operator:
|
|
1666
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1668
1667
|
} | {
|
|
1669
1668
|
values: (string | null)[];
|
|
1670
1669
|
target: {
|
|
@@ -1676,7 +1675,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1676
1675
|
completed: boolean;
|
|
1677
1676
|
unitOfTime: UnitOfTime;
|
|
1678
1677
|
};
|
|
1679
|
-
operator:
|
|
1678
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1680
1679
|
})[];
|
|
1681
1680
|
}>]>>;
|
|
1682
1681
|
metrics: z.ZodNullable<z.ZodUnion<[z.ZodObject<{
|
|
@@ -1693,7 +1692,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1693
1692
|
type: DimensionType | MetricType;
|
|
1694
1693
|
fieldId: string;
|
|
1695
1694
|
}>;
|
|
1696
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1695
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1697
1696
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1698
1697
|
}, "strip", z.ZodTypeAny, {
|
|
1699
1698
|
values: (string | number | boolean | null)[];
|
|
@@ -1702,7 +1701,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1702
1701
|
fieldId: string;
|
|
1703
1702
|
};
|
|
1704
1703
|
id: string;
|
|
1705
|
-
operator:
|
|
1704
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1706
1705
|
}, {
|
|
1707
1706
|
values: (string | number | boolean | null)[];
|
|
1708
1707
|
target: {
|
|
@@ -1710,7 +1709,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1710
1709
|
fieldId: string;
|
|
1711
1710
|
};
|
|
1712
1711
|
id: string;
|
|
1713
|
-
operator:
|
|
1712
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1714
1713
|
}>, z.ZodObject<{
|
|
1715
1714
|
id: z.ZodString;
|
|
1716
1715
|
target: z.ZodObject<{
|
|
@@ -1724,7 +1723,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1724
1723
|
fieldId: string;
|
|
1725
1724
|
}>;
|
|
1726
1725
|
} & {
|
|
1727
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1726
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1728
1727
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1729
1728
|
settings: z.ZodObject<{
|
|
1730
1729
|
completed: z.ZodBoolean;
|
|
@@ -1747,7 +1746,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1747
1746
|
completed: boolean;
|
|
1748
1747
|
unitOfTime: UnitOfTime;
|
|
1749
1748
|
};
|
|
1750
|
-
operator:
|
|
1749
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1751
1750
|
}, {
|
|
1752
1751
|
values: (string | null)[];
|
|
1753
1752
|
target: {
|
|
@@ -1759,7 +1758,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1759
1758
|
completed: boolean;
|
|
1760
1759
|
unitOfTime: UnitOfTime;
|
|
1761
1760
|
};
|
|
1762
|
-
operator:
|
|
1761
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1763
1762
|
}>]>, "many">;
|
|
1764
1763
|
}, "strip", z.ZodTypeAny, {
|
|
1765
1764
|
id: string;
|
|
@@ -1770,7 +1769,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1770
1769
|
fieldId: string;
|
|
1771
1770
|
};
|
|
1772
1771
|
id: string;
|
|
1773
|
-
operator:
|
|
1772
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1774
1773
|
} | {
|
|
1775
1774
|
values: (string | null)[];
|
|
1776
1775
|
target: {
|
|
@@ -1782,7 +1781,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1782
1781
|
completed: boolean;
|
|
1783
1782
|
unitOfTime: UnitOfTime;
|
|
1784
1783
|
};
|
|
1785
|
-
operator:
|
|
1784
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1786
1785
|
})[];
|
|
1787
1786
|
}, {
|
|
1788
1787
|
id: string;
|
|
@@ -1793,7 +1792,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1793
1792
|
fieldId: string;
|
|
1794
1793
|
};
|
|
1795
1794
|
id: string;
|
|
1796
|
-
operator:
|
|
1795
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1797
1796
|
} | {
|
|
1798
1797
|
values: (string | null)[];
|
|
1799
1798
|
target: {
|
|
@@ -1805,7 +1804,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1805
1804
|
completed: boolean;
|
|
1806
1805
|
unitOfTime: UnitOfTime;
|
|
1807
1806
|
};
|
|
1808
|
-
operator:
|
|
1807
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1809
1808
|
})[];
|
|
1810
1809
|
}>, z.ZodObject<{
|
|
1811
1810
|
id: z.ZodString;
|
|
@@ -1821,7 +1820,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1821
1820
|
type: DimensionType | MetricType;
|
|
1822
1821
|
fieldId: string;
|
|
1823
1822
|
}>;
|
|
1824
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1823
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.NULL>, z.ZodLiteral<FilterOperator.NOT_NULL>, z.ZodLiteral<FilterOperator.EQUALS>, z.ZodLiteral<FilterOperator.NOT_EQUALS>, z.ZodLiteral<FilterOperator.STARTS_WITH>, z.ZodLiteral<FilterOperator.ENDS_WITH>, z.ZodLiteral<FilterOperator.INCLUDE>, z.ZodLiteral<FilterOperator.NOT_INCLUDE>, z.ZodLiteral<FilterOperator.LESS_THAN>, z.ZodLiteral<FilterOperator.LESS_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.GREATER_THAN>, z.ZodLiteral<FilterOperator.GREATER_THAN_OR_EQUAL>, z.ZodLiteral<FilterOperator.IN_BETWEEN>]>;
|
|
1825
1824
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodBoolean, z.ZodString, z.ZodNumber]>, "many">;
|
|
1826
1825
|
}, "strip", z.ZodTypeAny, {
|
|
1827
1826
|
values: (string | number | boolean | null)[];
|
|
@@ -1830,7 +1829,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1830
1829
|
fieldId: string;
|
|
1831
1830
|
};
|
|
1832
1831
|
id: string;
|
|
1833
|
-
operator:
|
|
1832
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1834
1833
|
}, {
|
|
1835
1834
|
values: (string | number | boolean | null)[];
|
|
1836
1835
|
target: {
|
|
@@ -1838,7 +1837,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1838
1837
|
fieldId: string;
|
|
1839
1838
|
};
|
|
1840
1839
|
id: string;
|
|
1841
|
-
operator:
|
|
1840
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1842
1841
|
}>, z.ZodObject<{
|
|
1843
1842
|
id: z.ZodString;
|
|
1844
1843
|
target: z.ZodObject<{
|
|
@@ -1852,7 +1851,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1852
1851
|
fieldId: string;
|
|
1853
1852
|
}>;
|
|
1854
1853
|
} & {
|
|
1855
|
-
operator: z.ZodUnion<[z.ZodLiteral<
|
|
1854
|
+
operator: z.ZodUnion<[z.ZodLiteral<FilterOperator.IN_THE_PAST>, z.ZodLiteral<FilterOperator.NOT_IN_THE_PAST>, z.ZodLiteral<FilterOperator.IN_THE_NEXT>, z.ZodLiteral<FilterOperator.IN_THE_CURRENT>, z.ZodLiteral<FilterOperator.NOT_IN_THE_CURRENT>]>;
|
|
1856
1855
|
values: z.ZodArray<z.ZodUnion<[z.ZodNull, z.ZodString]>, "many">;
|
|
1857
1856
|
settings: z.ZodObject<{
|
|
1858
1857
|
completed: z.ZodBoolean;
|
|
@@ -1875,7 +1874,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1875
1874
|
completed: boolean;
|
|
1876
1875
|
unitOfTime: UnitOfTime;
|
|
1877
1876
|
};
|
|
1878
|
-
operator:
|
|
1877
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1879
1878
|
}, {
|
|
1880
1879
|
values: (string | null)[];
|
|
1881
1880
|
target: {
|
|
@@ -1887,7 +1886,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1887
1886
|
completed: boolean;
|
|
1888
1887
|
unitOfTime: UnitOfTime;
|
|
1889
1888
|
};
|
|
1890
|
-
operator:
|
|
1889
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1891
1890
|
}>]>, "many">;
|
|
1892
1891
|
}, "strip", z.ZodTypeAny, {
|
|
1893
1892
|
id: string;
|
|
@@ -1898,7 +1897,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1898
1897
|
fieldId: string;
|
|
1899
1898
|
};
|
|
1900
1899
|
id: string;
|
|
1901
|
-
operator:
|
|
1900
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1902
1901
|
} | {
|
|
1903
1902
|
values: (string | null)[];
|
|
1904
1903
|
target: {
|
|
@@ -1910,7 +1909,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1910
1909
|
completed: boolean;
|
|
1911
1910
|
unitOfTime: UnitOfTime;
|
|
1912
1911
|
};
|
|
1913
|
-
operator:
|
|
1912
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1914
1913
|
})[];
|
|
1915
1914
|
}, {
|
|
1916
1915
|
id: string;
|
|
@@ -1921,7 +1920,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1921
1920
|
fieldId: string;
|
|
1922
1921
|
};
|
|
1923
1922
|
id: string;
|
|
1924
|
-
operator:
|
|
1923
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1925
1924
|
} | {
|
|
1926
1925
|
values: (string | null)[];
|
|
1927
1926
|
target: {
|
|
@@ -1933,7 +1932,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1933
1932
|
completed: boolean;
|
|
1934
1933
|
unitOfTime: UnitOfTime;
|
|
1935
1934
|
};
|
|
1936
|
-
operator:
|
|
1935
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1937
1936
|
})[];
|
|
1938
1937
|
}>]>>;
|
|
1939
1938
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1946,7 +1945,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1946
1945
|
fieldId: string;
|
|
1947
1946
|
};
|
|
1948
1947
|
id: string;
|
|
1949
|
-
operator:
|
|
1948
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1950
1949
|
} | {
|
|
1951
1950
|
values: (string | null)[];
|
|
1952
1951
|
target: {
|
|
@@ -1958,7 +1957,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1958
1957
|
completed: boolean;
|
|
1959
1958
|
unitOfTime: UnitOfTime;
|
|
1960
1959
|
};
|
|
1961
|
-
operator:
|
|
1960
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1962
1961
|
})[];
|
|
1963
1962
|
} | {
|
|
1964
1963
|
id: string;
|
|
@@ -1969,7 +1968,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1969
1968
|
fieldId: string;
|
|
1970
1969
|
};
|
|
1971
1970
|
id: string;
|
|
1972
|
-
operator:
|
|
1971
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1973
1972
|
} | {
|
|
1974
1973
|
values: (string | null)[];
|
|
1975
1974
|
target: {
|
|
@@ -1981,7 +1980,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1981
1980
|
completed: boolean;
|
|
1982
1981
|
unitOfTime: UnitOfTime;
|
|
1983
1982
|
};
|
|
1984
|
-
operator:
|
|
1983
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
1985
1984
|
})[];
|
|
1986
1985
|
} | null;
|
|
1987
1986
|
metrics: {
|
|
@@ -1993,7 +1992,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
1993
1992
|
fieldId: string;
|
|
1994
1993
|
};
|
|
1995
1994
|
id: string;
|
|
1996
|
-
operator:
|
|
1995
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
1997
1996
|
} | {
|
|
1998
1997
|
values: (string | null)[];
|
|
1999
1998
|
target: {
|
|
@@ -2005,7 +2004,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2005
2004
|
completed: boolean;
|
|
2006
2005
|
unitOfTime: UnitOfTime;
|
|
2007
2006
|
};
|
|
2008
|
-
operator:
|
|
2007
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2009
2008
|
})[];
|
|
2010
2009
|
} | {
|
|
2011
2010
|
id: string;
|
|
@@ -2016,7 +2015,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2016
2015
|
fieldId: string;
|
|
2017
2016
|
};
|
|
2018
2017
|
id: string;
|
|
2019
|
-
operator:
|
|
2018
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2020
2019
|
} | {
|
|
2021
2020
|
values: (string | null)[];
|
|
2022
2021
|
target: {
|
|
@@ -2028,7 +2027,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2028
2027
|
completed: boolean;
|
|
2029
2028
|
unitOfTime: UnitOfTime;
|
|
2030
2029
|
};
|
|
2031
|
-
operator:
|
|
2030
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2032
2031
|
})[];
|
|
2033
2032
|
} | null;
|
|
2034
2033
|
}, {
|
|
@@ -2041,7 +2040,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2041
2040
|
fieldId: string;
|
|
2042
2041
|
};
|
|
2043
2042
|
id: string;
|
|
2044
|
-
operator:
|
|
2043
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2045
2044
|
} | {
|
|
2046
2045
|
values: (string | null)[];
|
|
2047
2046
|
target: {
|
|
@@ -2053,7 +2052,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2053
2052
|
completed: boolean;
|
|
2054
2053
|
unitOfTime: UnitOfTime;
|
|
2055
2054
|
};
|
|
2056
|
-
operator:
|
|
2055
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2057
2056
|
})[];
|
|
2058
2057
|
} | {
|
|
2059
2058
|
id: string;
|
|
@@ -2064,7 +2063,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2064
2063
|
fieldId: string;
|
|
2065
2064
|
};
|
|
2066
2065
|
id: string;
|
|
2067
|
-
operator:
|
|
2066
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2068
2067
|
} | {
|
|
2069
2068
|
values: (string | null)[];
|
|
2070
2069
|
target: {
|
|
@@ -2076,7 +2075,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2076
2075
|
completed: boolean;
|
|
2077
2076
|
unitOfTime: UnitOfTime;
|
|
2078
2077
|
};
|
|
2079
|
-
operator:
|
|
2078
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2080
2079
|
})[];
|
|
2081
2080
|
} | null;
|
|
2082
2081
|
metrics: {
|
|
@@ -2088,7 +2087,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2088
2087
|
fieldId: string;
|
|
2089
2088
|
};
|
|
2090
2089
|
id: string;
|
|
2091
|
-
operator:
|
|
2090
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2092
2091
|
} | {
|
|
2093
2092
|
values: (string | null)[];
|
|
2094
2093
|
target: {
|
|
@@ -2100,7 +2099,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2100
2099
|
completed: boolean;
|
|
2101
2100
|
unitOfTime: UnitOfTime;
|
|
2102
2101
|
};
|
|
2103
|
-
operator:
|
|
2102
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2104
2103
|
})[];
|
|
2105
2104
|
} | {
|
|
2106
2105
|
id: string;
|
|
@@ -2111,7 +2110,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2111
2110
|
fieldId: string;
|
|
2112
2111
|
};
|
|
2113
2112
|
id: string;
|
|
2114
|
-
operator:
|
|
2113
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2115
2114
|
} | {
|
|
2116
2115
|
values: (string | null)[];
|
|
2117
2116
|
target: {
|
|
@@ -2123,7 +2122,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2123
2122
|
completed: boolean;
|
|
2124
2123
|
unitOfTime: UnitOfTime;
|
|
2125
2124
|
};
|
|
2126
|
-
operator:
|
|
2125
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2127
2126
|
})[];
|
|
2128
2127
|
} | null;
|
|
2129
2128
|
}>;
|
|
@@ -2149,7 +2148,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2149
2148
|
fieldId: string;
|
|
2150
2149
|
};
|
|
2151
2150
|
id: string;
|
|
2152
|
-
operator:
|
|
2151
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2153
2152
|
} | {
|
|
2154
2153
|
values: (string | null)[];
|
|
2155
2154
|
target: {
|
|
@@ -2161,7 +2160,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2161
2160
|
completed: boolean;
|
|
2162
2161
|
unitOfTime: UnitOfTime;
|
|
2163
2162
|
};
|
|
2164
|
-
operator:
|
|
2163
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2165
2164
|
})[];
|
|
2166
2165
|
} | {
|
|
2167
2166
|
id: string;
|
|
@@ -2172,7 +2171,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2172
2171
|
fieldId: string;
|
|
2173
2172
|
};
|
|
2174
2173
|
id: string;
|
|
2175
|
-
operator:
|
|
2174
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2176
2175
|
} | {
|
|
2177
2176
|
values: (string | null)[];
|
|
2178
2177
|
target: {
|
|
@@ -2184,7 +2183,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2184
2183
|
completed: boolean;
|
|
2185
2184
|
unitOfTime: UnitOfTime;
|
|
2186
2185
|
};
|
|
2187
|
-
operator:
|
|
2186
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2188
2187
|
})[];
|
|
2189
2188
|
} | null;
|
|
2190
2189
|
metrics: {
|
|
@@ -2196,7 +2195,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2196
2195
|
fieldId: string;
|
|
2197
2196
|
};
|
|
2198
2197
|
id: string;
|
|
2199
|
-
operator:
|
|
2198
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2200
2199
|
} | {
|
|
2201
2200
|
values: (string | null)[];
|
|
2202
2201
|
target: {
|
|
@@ -2208,7 +2207,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2208
2207
|
completed: boolean;
|
|
2209
2208
|
unitOfTime: UnitOfTime;
|
|
2210
2209
|
};
|
|
2211
|
-
operator:
|
|
2210
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2212
2211
|
})[];
|
|
2213
2212
|
} | {
|
|
2214
2213
|
id: string;
|
|
@@ -2219,7 +2218,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2219
2218
|
fieldId: string;
|
|
2220
2219
|
};
|
|
2221
2220
|
id: string;
|
|
2222
|
-
operator:
|
|
2221
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2223
2222
|
} | {
|
|
2224
2223
|
values: (string | null)[];
|
|
2225
2224
|
target: {
|
|
@@ -2231,7 +2230,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2231
2230
|
completed: boolean;
|
|
2232
2231
|
unitOfTime: UnitOfTime;
|
|
2233
2232
|
};
|
|
2234
|
-
operator:
|
|
2233
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2235
2234
|
})[];
|
|
2236
2235
|
} | null;
|
|
2237
2236
|
};
|
|
@@ -2254,7 +2253,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2254
2253
|
fieldId: string;
|
|
2255
2254
|
};
|
|
2256
2255
|
id: string;
|
|
2257
|
-
operator:
|
|
2256
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2258
2257
|
} | {
|
|
2259
2258
|
values: (string | null)[];
|
|
2260
2259
|
target: {
|
|
@@ -2266,7 +2265,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2266
2265
|
completed: boolean;
|
|
2267
2266
|
unitOfTime: UnitOfTime;
|
|
2268
2267
|
};
|
|
2269
|
-
operator:
|
|
2268
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2270
2269
|
})[];
|
|
2271
2270
|
} | {
|
|
2272
2271
|
id: string;
|
|
@@ -2277,7 +2276,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2277
2276
|
fieldId: string;
|
|
2278
2277
|
};
|
|
2279
2278
|
id: string;
|
|
2280
|
-
operator:
|
|
2279
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2281
2280
|
} | {
|
|
2282
2281
|
values: (string | null)[];
|
|
2283
2282
|
target: {
|
|
@@ -2289,7 +2288,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2289
2288
|
completed: boolean;
|
|
2290
2289
|
unitOfTime: UnitOfTime;
|
|
2291
2290
|
};
|
|
2292
|
-
operator:
|
|
2291
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2293
2292
|
})[];
|
|
2294
2293
|
} | null;
|
|
2295
2294
|
metrics: {
|
|
@@ -2301,7 +2300,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2301
2300
|
fieldId: string;
|
|
2302
2301
|
};
|
|
2303
2302
|
id: string;
|
|
2304
|
-
operator:
|
|
2303
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2305
2304
|
} | {
|
|
2306
2305
|
values: (string | null)[];
|
|
2307
2306
|
target: {
|
|
@@ -2313,7 +2312,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2313
2312
|
completed: boolean;
|
|
2314
2313
|
unitOfTime: UnitOfTime;
|
|
2315
2314
|
};
|
|
2316
|
-
operator:
|
|
2315
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2317
2316
|
})[];
|
|
2318
2317
|
} | {
|
|
2319
2318
|
id: string;
|
|
@@ -2324,7 +2323,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2324
2323
|
fieldId: string;
|
|
2325
2324
|
};
|
|
2326
2325
|
id: string;
|
|
2327
|
-
operator:
|
|
2326
|
+
operator: FilterOperator.NULL | FilterOperator.NOT_NULL | FilterOperator.EQUALS | FilterOperator.NOT_EQUALS | FilterOperator.STARTS_WITH | FilterOperator.ENDS_WITH | FilterOperator.INCLUDE | FilterOperator.NOT_INCLUDE | FilterOperator.LESS_THAN | FilterOperator.LESS_THAN_OR_EQUAL | FilterOperator.GREATER_THAN | FilterOperator.GREATER_THAN_OR_EQUAL | FilterOperator.IN_BETWEEN;
|
|
2328
2327
|
} | {
|
|
2329
2328
|
values: (string | null)[];
|
|
2330
2329
|
target: {
|
|
@@ -2336,7 +2335,7 @@ export declare const lighterMetricQuerySchema: z.ZodObject<{
|
|
|
2336
2335
|
completed: boolean;
|
|
2337
2336
|
unitOfTime: UnitOfTime;
|
|
2338
2337
|
};
|
|
2339
|
-
operator:
|
|
2338
|
+
operator: FilterOperator.IN_THE_PAST | FilterOperator.NOT_IN_THE_PAST | FilterOperator.IN_THE_NEXT | FilterOperator.IN_THE_CURRENT | FilterOperator.NOT_IN_THE_CURRENT;
|
|
2340
2339
|
})[];
|
|
2341
2340
|
} | null;
|
|
2342
2341
|
};
|