@opencrvs/toolkit 1.8.0-rc.fe7c504 → 1.8.0-rc.fe8c092
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/commons/api/router.d.ts +10468 -1335
- package/dist/commons/events/ActionConfig.d.ts +0 -2600
- package/dist/commons/events/ActionDocument.d.ts +1087 -1081
- package/dist/commons/events/ActionInput.d.ts +726 -726
- package/dist/commons/events/ActionType.d.ts +2 -0
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -222
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/CountryConfigQueryInput.d.ts +572 -1234
- package/dist/commons/events/CreatedAtLocation.d.ts +2 -1
- package/dist/commons/events/Draft.d.ts +77 -77
- package/dist/commons/events/EventConfig.d.ts +0 -1458
- package/dist/commons/events/EventDocument.d.ts +711 -706
- package/dist/commons/events/EventIndex.d.ts +151 -135
- package/dist/commons/events/EventMetadata.d.ts +29 -38
- package/dist/commons/events/FieldConfig.d.ts +0 -178
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +0 -1092
- package/dist/commons/events/PageConfig.d.ts +0 -260
- package/dist/commons/events/User.d.ts +3 -6
- package/dist/commons/events/WorkqueueConfig.d.ts +1028 -2038
- package/dist/commons/events/defineConfig.d.ts +0 -294
- package/dist/commons/events/field.d.ts +0 -5
- package/dist/commons/events/test.utils.d.ts +19 -30
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +15 -440
- package/dist/conditionals/index.js +18 -22
- package/dist/events/index.js +185 -303
- package/dist/scopes/index.d.ts +6 -92
- package/dist/scopes/index.js +9 -38
- package/package.json +3 -3
@@ -74,199 +74,143 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
74
74
|
gte: string;
|
75
75
|
lte: string;
|
76
76
|
}>]>>>;
|
77
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
78
|
-
type: z.ZodLiteral<"exact">;
|
79
|
-
term: z.ZodString;
|
80
|
-
}, {
|
81
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
82
|
-
}>, "strip", z.ZodTypeAny, {
|
83
|
-
type: "exact";
|
84
|
-
term: string;
|
85
|
-
}, {
|
86
|
-
type: "exact";
|
87
|
-
term: string;
|
88
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
89
|
-
type: z.ZodLiteral<"range">;
|
90
|
-
gte: z.ZodString;
|
91
|
-
lte: z.ZodString;
|
92
|
-
}, {
|
93
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
94
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
95
|
-
}>, "strip", z.ZodTypeAny, {
|
96
|
-
type: "range";
|
97
|
-
gte: string;
|
98
|
-
lte: string;
|
99
|
-
}, {
|
100
|
-
type: "range";
|
101
|
-
gte: string;
|
102
|
-
lte: string;
|
103
|
-
}>]>>>;
|
104
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
105
|
-
type: z.ZodLiteral<"within">;
|
106
|
-
location: z.ZodString;
|
107
|
-
}, "strip", z.ZodTypeAny, {
|
108
|
-
type: "within";
|
109
|
-
location: string;
|
110
|
-
}, {
|
111
|
-
type: "within";
|
112
|
-
location: string;
|
113
|
-
}>, z.ZodObject<{
|
114
|
-
type: z.ZodLiteral<"exact">;
|
115
|
-
term: z.ZodString;
|
116
|
-
}, "strip", z.ZodTypeAny, {
|
117
|
-
type: "exact";
|
118
|
-
term: string;
|
119
|
-
}, {
|
120
|
-
type: "exact";
|
121
|
-
term: string;
|
122
|
-
}>]>>>;
|
123
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
124
|
-
type: z.ZodLiteral<"exact">;
|
125
|
-
term: z.ZodString;
|
126
|
-
}, "strip", z.ZodTypeAny, {
|
127
|
-
type: "exact";
|
128
|
-
term: string;
|
129
|
-
}, {
|
130
|
-
type: "exact";
|
131
|
-
term: string;
|
132
|
-
}>>>;
|
133
77
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
134
78
|
type: z.ZodLiteral<"within">;
|
135
79
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
136
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
80
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
137
81
|
}, "strip", z.ZodTypeAny, {
|
138
|
-
$userField: "
|
82
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
139
83
|
}, {
|
140
|
-
$userField: "
|
84
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
141
85
|
}>]>;
|
142
86
|
}, "strip", z.ZodTypeAny, {
|
143
87
|
type: "within";
|
144
88
|
location: string | {
|
145
|
-
$userField: "
|
89
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
146
90
|
};
|
147
91
|
}, {
|
148
92
|
type: "within";
|
149
93
|
location: string | {
|
150
|
-
$userField: "
|
94
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
151
95
|
};
|
152
96
|
}>, z.ZodObject<{
|
153
97
|
type: z.ZodLiteral<"exact">;
|
154
98
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
155
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
99
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
156
100
|
}, "strip", z.ZodTypeAny, {
|
157
|
-
$userField: "
|
101
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
158
102
|
}, {
|
159
|
-
$userField: "
|
103
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
160
104
|
}>]>;
|
161
105
|
}, "strip", z.ZodTypeAny, {
|
162
106
|
type: "exact";
|
163
107
|
term: string | {
|
164
|
-
$userField: "
|
108
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
165
109
|
};
|
166
110
|
}, {
|
167
111
|
type: "exact";
|
168
112
|
term: string | {
|
169
|
-
$userField: "
|
113
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
170
114
|
};
|
171
115
|
}>]>>>;
|
172
116
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
173
117
|
type: z.ZodLiteral<"within">;
|
174
118
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
175
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
119
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
176
120
|
}, "strip", z.ZodTypeAny, {
|
177
|
-
$userField: "
|
121
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
178
122
|
}, {
|
179
|
-
$userField: "
|
123
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
180
124
|
}>]>;
|
181
125
|
}, "strip", z.ZodTypeAny, {
|
182
126
|
type: "within";
|
183
127
|
location: string | {
|
184
|
-
$userField: "
|
128
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
185
129
|
};
|
186
130
|
}, {
|
187
131
|
type: "within";
|
188
132
|
location: string | {
|
189
|
-
$userField: "
|
133
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
190
134
|
};
|
191
135
|
}>, z.ZodObject<{
|
192
136
|
type: z.ZodLiteral<"exact">;
|
193
137
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
194
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
138
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
195
139
|
}, "strip", z.ZodTypeAny, {
|
196
|
-
$userField: "
|
140
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
197
141
|
}, {
|
198
|
-
$userField: "
|
142
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
199
143
|
}>]>;
|
200
144
|
}, "strip", z.ZodTypeAny, {
|
201
145
|
type: "exact";
|
202
146
|
term: string | {
|
203
|
-
$userField: "
|
147
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
204
148
|
};
|
205
149
|
}, {
|
206
150
|
type: "exact";
|
207
151
|
term: string | {
|
208
|
-
$userField: "
|
152
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
209
153
|
};
|
210
154
|
}>]>>>;
|
211
155
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
212
156
|
type: z.ZodLiteral<"exact">;
|
213
157
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
214
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
158
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
215
159
|
}, "strip", z.ZodTypeAny, {
|
216
|
-
$userField: "
|
160
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
217
161
|
}, {
|
218
|
-
$userField: "
|
162
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
219
163
|
}>]>;
|
220
164
|
}, "strip", z.ZodTypeAny, {
|
221
165
|
type: "exact";
|
222
166
|
term: string | {
|
223
|
-
$userField: "
|
167
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
224
168
|
};
|
225
169
|
}, {
|
226
170
|
type: "exact";
|
227
171
|
term: string | {
|
228
|
-
$userField: "
|
172
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
229
173
|
};
|
230
174
|
}>>>;
|
231
175
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
232
176
|
type: z.ZodLiteral<"exact">;
|
233
177
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
234
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
178
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
235
179
|
}, "strip", z.ZodTypeAny, {
|
236
|
-
$userField: "
|
180
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
237
181
|
}, {
|
238
|
-
$userField: "
|
182
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
239
183
|
}>]>;
|
240
184
|
}, "strip", z.ZodTypeAny, {
|
241
185
|
type: "exact";
|
242
186
|
term: string | {
|
243
|
-
$userField: "
|
187
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
244
188
|
};
|
245
189
|
}, {
|
246
190
|
type: "exact";
|
247
191
|
term: string | {
|
248
|
-
$userField: "
|
192
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
249
193
|
};
|
250
194
|
}>>>;
|
251
195
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
252
196
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
253
197
|
type: z.ZodLiteral<"exact">;
|
254
198
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
255
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
199
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
256
200
|
}, "strip", z.ZodTypeAny, {
|
257
|
-
$userField: "
|
201
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
258
202
|
}, {
|
259
|
-
$userField: "
|
203
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
260
204
|
}>]>;
|
261
205
|
}, "strip", z.ZodTypeAny, {
|
262
206
|
type: "exact";
|
263
207
|
term: string | {
|
264
|
-
$userField: "
|
208
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
265
209
|
};
|
266
210
|
}, {
|
267
211
|
type: "exact";
|
268
212
|
term: string | {
|
269
|
-
$userField: "
|
213
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
270
214
|
};
|
271
215
|
}>>>;
|
272
216
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -279,26 +223,25 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
279
223
|
type: "exact";
|
280
224
|
term: string;
|
281
225
|
}>>>;
|
282
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
283
|
-
|
284
|
-
|
285
|
-
readonly INCOMPLETE: "incomplete";
|
286
|
-
readonly REJECTED: "rejected";
|
287
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
288
|
-
}>]>, "many">>;
|
289
|
-
noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
|
290
|
-
readonly PRINTED: "printed";
|
291
|
-
readonly INCOMPLETE: "incomplete";
|
292
|
-
readonly REJECTED: "rejected";
|
293
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
294
|
-
}>]>, "many">>;
|
226
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
227
|
+
type: z.ZodLiteral<"anyOf">;
|
228
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
295
229
|
}, "strip", z.ZodTypeAny, {
|
296
|
-
anyOf
|
297
|
-
|
230
|
+
type: "anyOf";
|
231
|
+
terms: string[];
|
298
232
|
}, {
|
299
|
-
anyOf
|
300
|
-
|
301
|
-
}
|
233
|
+
type: "anyOf";
|
234
|
+
terms: string[];
|
235
|
+
}>, z.ZodObject<{
|
236
|
+
type: z.ZodLiteral<"not">;
|
237
|
+
term: z.ZodString;
|
238
|
+
}, "strip", z.ZodTypeAny, {
|
239
|
+
type: "not";
|
240
|
+
term: string;
|
241
|
+
}, {
|
242
|
+
type: "not";
|
243
|
+
term: string;
|
244
|
+
}>]>, "many">>>;
|
302
245
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
303
246
|
}, "strip", z.ZodTypeAny, {
|
304
247
|
status?: {
|
@@ -321,24 +264,24 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
321
264
|
createdBy?: {
|
322
265
|
type: "exact";
|
323
266
|
term: string | {
|
324
|
-
$userField: "
|
267
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
325
268
|
};
|
326
269
|
} | undefined;
|
327
270
|
createdAtLocation?: {
|
328
271
|
type: "exact";
|
329
272
|
term: string | {
|
330
|
-
$userField: "
|
273
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
331
274
|
};
|
332
275
|
} | {
|
333
276
|
type: "within";
|
334
277
|
location: string | {
|
335
|
-
$userField: "
|
278
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
336
279
|
};
|
337
280
|
} | undefined;
|
338
281
|
assignedTo?: {
|
339
282
|
type: "exact";
|
340
283
|
term: string | {
|
341
|
-
$userField: "
|
284
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
342
285
|
};
|
343
286
|
} | undefined;
|
344
287
|
updatedAt?: {
|
@@ -356,44 +299,28 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
356
299
|
updatedAtLocation?: {
|
357
300
|
type: "exact";
|
358
301
|
term: string | {
|
359
|
-
$userField: "
|
302
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
360
303
|
};
|
361
304
|
} | {
|
362
305
|
type: "within";
|
363
306
|
location: string | {
|
364
|
-
$userField: "
|
307
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
365
308
|
};
|
366
309
|
} | undefined;
|
367
310
|
updatedBy?: {
|
368
311
|
type: "exact";
|
369
312
|
term: string | {
|
370
|
-
$userField: "
|
313
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
371
314
|
};
|
372
315
|
} | undefined;
|
373
|
-
flags?: {
|
374
|
-
anyOf
|
375
|
-
|
376
|
-
} | undefined;
|
377
|
-
eventType?: string | undefined;
|
378
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
379
|
-
type: "range";
|
380
|
-
gte: string;
|
381
|
-
lte: string;
|
382
|
-
} | {
|
383
|
-
type: "exact";
|
384
|
-
term: string;
|
385
|
-
} | undefined;
|
386
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
387
|
-
type: "exact";
|
388
|
-
term: string;
|
316
|
+
flags?: ({
|
317
|
+
type: "anyOf";
|
318
|
+
terms: string[];
|
389
319
|
} | {
|
390
|
-
type: "
|
391
|
-
location: string;
|
392
|
-
} | undefined;
|
393
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
394
|
-
type: "exact";
|
320
|
+
type: "not";
|
395
321
|
term: string;
|
396
|
-
} | undefined;
|
322
|
+
})[] | undefined;
|
323
|
+
eventType?: string | undefined;
|
397
324
|
}, {
|
398
325
|
status?: {
|
399
326
|
type: "exact";
|
@@ -415,24 +342,24 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
415
342
|
createdBy?: {
|
416
343
|
type: "exact";
|
417
344
|
term: string | {
|
418
|
-
$userField: "
|
345
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
419
346
|
};
|
420
347
|
} | undefined;
|
421
348
|
createdAtLocation?: {
|
422
349
|
type: "exact";
|
423
350
|
term: string | {
|
424
|
-
$userField: "
|
351
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
425
352
|
};
|
426
353
|
} | {
|
427
354
|
type: "within";
|
428
355
|
location: string | {
|
429
|
-
$userField: "
|
356
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
430
357
|
};
|
431
358
|
} | undefined;
|
432
359
|
assignedTo?: {
|
433
360
|
type: "exact";
|
434
361
|
term: string | {
|
435
|
-
$userField: "
|
362
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
436
363
|
};
|
437
364
|
} | undefined;
|
438
365
|
updatedAt?: {
|
@@ -450,44 +377,28 @@ export declare const SerializedQueryExpression: z.ZodObject<{
|
|
450
377
|
updatedAtLocation?: {
|
451
378
|
type: "exact";
|
452
379
|
term: string | {
|
453
|
-
$userField: "
|
380
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
454
381
|
};
|
455
382
|
} | {
|
456
383
|
type: "within";
|
457
384
|
location: string | {
|
458
|
-
$userField: "
|
385
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
459
386
|
};
|
460
387
|
} | undefined;
|
461
388
|
updatedBy?: {
|
462
389
|
type: "exact";
|
463
390
|
term: string | {
|
464
|
-
$userField: "
|
391
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
465
392
|
};
|
466
393
|
} | undefined;
|
467
|
-
flags?: {
|
468
|
-
anyOf
|
469
|
-
|
470
|
-
} | undefined;
|
471
|
-
eventType?: string | undefined;
|
472
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
473
|
-
type: "range";
|
474
|
-
gte: string;
|
475
|
-
lte: string;
|
476
|
-
} | {
|
477
|
-
type: "exact";
|
478
|
-
term: string;
|
479
|
-
} | undefined;
|
480
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
481
|
-
type: "exact";
|
482
|
-
term: string;
|
394
|
+
flags?: ({
|
395
|
+
type: "anyOf";
|
396
|
+
terms: string[];
|
483
397
|
} | {
|
484
|
-
type: "
|
485
|
-
location: string;
|
486
|
-
} | undefined;
|
487
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
488
|
-
type: "exact";
|
398
|
+
type: "not";
|
489
399
|
term: string;
|
490
|
-
} | undefined;
|
400
|
+
})[] | undefined;
|
401
|
+
eventType?: string | undefined;
|
491
402
|
}>;
|
492
403
|
export type SerializedQueryExpression = z.infer<typeof SerializedQueryExpression>;
|
493
404
|
export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
@@ -567,199 +478,143 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
567
478
|
gte: string;
|
568
479
|
lte: string;
|
569
480
|
}>]>>>;
|
570
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
571
|
-
type: z.ZodLiteral<"exact">;
|
572
|
-
term: z.ZodString;
|
573
|
-
}, {
|
574
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
575
|
-
}>, "strip", z.ZodTypeAny, {
|
576
|
-
type: "exact";
|
577
|
-
term: string;
|
578
|
-
}, {
|
579
|
-
type: "exact";
|
580
|
-
term: string;
|
581
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
582
|
-
type: z.ZodLiteral<"range">;
|
583
|
-
gte: z.ZodString;
|
584
|
-
lte: z.ZodString;
|
585
|
-
}, {
|
586
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
587
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
588
|
-
}>, "strip", z.ZodTypeAny, {
|
589
|
-
type: "range";
|
590
|
-
gte: string;
|
591
|
-
lte: string;
|
592
|
-
}, {
|
593
|
-
type: "range";
|
594
|
-
gte: string;
|
595
|
-
lte: string;
|
596
|
-
}>]>>>;
|
597
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
598
|
-
type: z.ZodLiteral<"within">;
|
599
|
-
location: z.ZodString;
|
600
|
-
}, "strip", z.ZodTypeAny, {
|
601
|
-
type: "within";
|
602
|
-
location: string;
|
603
|
-
}, {
|
604
|
-
type: "within";
|
605
|
-
location: string;
|
606
|
-
}>, z.ZodObject<{
|
607
|
-
type: z.ZodLiteral<"exact">;
|
608
|
-
term: z.ZodString;
|
609
|
-
}, "strip", z.ZodTypeAny, {
|
610
|
-
type: "exact";
|
611
|
-
term: string;
|
612
|
-
}, {
|
613
|
-
type: "exact";
|
614
|
-
term: string;
|
615
|
-
}>]>>>;
|
616
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
617
|
-
type: z.ZodLiteral<"exact">;
|
618
|
-
term: z.ZodString;
|
619
|
-
}, "strip", z.ZodTypeAny, {
|
620
|
-
type: "exact";
|
621
|
-
term: string;
|
622
|
-
}, {
|
623
|
-
type: "exact";
|
624
|
-
term: string;
|
625
|
-
}>>>;
|
626
481
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
627
482
|
type: z.ZodLiteral<"within">;
|
628
483
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
629
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
484
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
630
485
|
}, "strip", z.ZodTypeAny, {
|
631
|
-
$userField: "
|
486
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
632
487
|
}, {
|
633
|
-
$userField: "
|
488
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
634
489
|
}>]>;
|
635
490
|
}, "strip", z.ZodTypeAny, {
|
636
491
|
type: "within";
|
637
492
|
location: string | {
|
638
|
-
$userField: "
|
493
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
639
494
|
};
|
640
495
|
}, {
|
641
496
|
type: "within";
|
642
497
|
location: string | {
|
643
|
-
$userField: "
|
498
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
644
499
|
};
|
645
500
|
}>, z.ZodObject<{
|
646
501
|
type: z.ZodLiteral<"exact">;
|
647
502
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
648
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
503
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
649
504
|
}, "strip", z.ZodTypeAny, {
|
650
|
-
$userField: "
|
505
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
651
506
|
}, {
|
652
|
-
$userField: "
|
507
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
653
508
|
}>]>;
|
654
509
|
}, "strip", z.ZodTypeAny, {
|
655
510
|
type: "exact";
|
656
511
|
term: string | {
|
657
|
-
$userField: "
|
512
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
658
513
|
};
|
659
514
|
}, {
|
660
515
|
type: "exact";
|
661
516
|
term: string | {
|
662
|
-
$userField: "
|
517
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
663
518
|
};
|
664
519
|
}>]>>>;
|
665
520
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
666
521
|
type: z.ZodLiteral<"within">;
|
667
522
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
668
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
523
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
669
524
|
}, "strip", z.ZodTypeAny, {
|
670
|
-
$userField: "
|
525
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
671
526
|
}, {
|
672
|
-
$userField: "
|
527
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
673
528
|
}>]>;
|
674
529
|
}, "strip", z.ZodTypeAny, {
|
675
530
|
type: "within";
|
676
531
|
location: string | {
|
677
|
-
$userField: "
|
532
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
678
533
|
};
|
679
534
|
}, {
|
680
535
|
type: "within";
|
681
536
|
location: string | {
|
682
|
-
$userField: "
|
537
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
683
538
|
};
|
684
539
|
}>, z.ZodObject<{
|
685
540
|
type: z.ZodLiteral<"exact">;
|
686
541
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
687
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
542
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
688
543
|
}, "strip", z.ZodTypeAny, {
|
689
|
-
$userField: "
|
544
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
690
545
|
}, {
|
691
|
-
$userField: "
|
546
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
692
547
|
}>]>;
|
693
548
|
}, "strip", z.ZodTypeAny, {
|
694
549
|
type: "exact";
|
695
550
|
term: string | {
|
696
|
-
$userField: "
|
551
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
697
552
|
};
|
698
553
|
}, {
|
699
554
|
type: "exact";
|
700
555
|
term: string | {
|
701
|
-
$userField: "
|
556
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
702
557
|
};
|
703
558
|
}>]>>>;
|
704
559
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
705
560
|
type: z.ZodLiteral<"exact">;
|
706
561
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
707
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
562
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
708
563
|
}, "strip", z.ZodTypeAny, {
|
709
|
-
$userField: "
|
564
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
710
565
|
}, {
|
711
|
-
$userField: "
|
566
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
712
567
|
}>]>;
|
713
568
|
}, "strip", z.ZodTypeAny, {
|
714
569
|
type: "exact";
|
715
570
|
term: string | {
|
716
|
-
$userField: "
|
571
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
717
572
|
};
|
718
573
|
}, {
|
719
574
|
type: "exact";
|
720
575
|
term: string | {
|
721
|
-
$userField: "
|
576
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
722
577
|
};
|
723
578
|
}>>>;
|
724
579
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
725
580
|
type: z.ZodLiteral<"exact">;
|
726
581
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
727
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
582
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
728
583
|
}, "strip", z.ZodTypeAny, {
|
729
|
-
$userField: "
|
584
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
730
585
|
}, {
|
731
|
-
$userField: "
|
586
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
732
587
|
}>]>;
|
733
588
|
}, "strip", z.ZodTypeAny, {
|
734
589
|
type: "exact";
|
735
590
|
term: string | {
|
736
|
-
$userField: "
|
591
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
737
592
|
};
|
738
593
|
}, {
|
739
594
|
type: "exact";
|
740
595
|
term: string | {
|
741
|
-
$userField: "
|
596
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
742
597
|
};
|
743
598
|
}>>>;
|
744
599
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
745
600
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
746
601
|
type: z.ZodLiteral<"exact">;
|
747
602
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
748
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
603
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
749
604
|
}, "strip", z.ZodTypeAny, {
|
750
|
-
$userField: "
|
605
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
751
606
|
}, {
|
752
|
-
$userField: "
|
607
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
753
608
|
}>]>;
|
754
609
|
}, "strip", z.ZodTypeAny, {
|
755
610
|
type: "exact";
|
756
611
|
term: string | {
|
757
|
-
$userField: "
|
612
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
758
613
|
};
|
759
614
|
}, {
|
760
615
|
type: "exact";
|
761
616
|
term: string | {
|
762
|
-
$userField: "
|
617
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
763
618
|
};
|
764
619
|
}>>>;
|
765
620
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -772,26 +627,25 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
772
627
|
type: "exact";
|
773
628
|
term: string;
|
774
629
|
}>>>;
|
775
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
}>]>, "many">>;
|
630
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
631
|
+
type: z.ZodLiteral<"anyOf">;
|
632
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
633
|
+
}, "strip", z.ZodTypeAny, {
|
634
|
+
type: "anyOf";
|
635
|
+
terms: string[];
|
636
|
+
}, {
|
637
|
+
type: "anyOf";
|
638
|
+
terms: string[];
|
639
|
+
}>, z.ZodObject<{
|
640
|
+
type: z.ZodLiteral<"not">;
|
641
|
+
term: z.ZodString;
|
788
642
|
}, "strip", z.ZodTypeAny, {
|
789
|
-
|
790
|
-
|
643
|
+
type: "not";
|
644
|
+
term: string;
|
791
645
|
}, {
|
792
|
-
|
793
|
-
|
794
|
-
}>>>;
|
646
|
+
type: "not";
|
647
|
+
term: string;
|
648
|
+
}>]>, "many">>>;
|
795
649
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
796
650
|
}, "strip", z.ZodTypeAny, {
|
797
651
|
status?: {
|
@@ -814,24 +668,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
814
668
|
createdBy?: {
|
815
669
|
type: "exact";
|
816
670
|
term: string | {
|
817
|
-
$userField: "
|
671
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
818
672
|
};
|
819
673
|
} | undefined;
|
820
674
|
createdAtLocation?: {
|
821
675
|
type: "exact";
|
822
676
|
term: string | {
|
823
|
-
$userField: "
|
677
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
824
678
|
};
|
825
679
|
} | {
|
826
680
|
type: "within";
|
827
681
|
location: string | {
|
828
|
-
$userField: "
|
682
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
829
683
|
};
|
830
684
|
} | undefined;
|
831
685
|
assignedTo?: {
|
832
686
|
type: "exact";
|
833
687
|
term: string | {
|
834
|
-
$userField: "
|
688
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
835
689
|
};
|
836
690
|
} | undefined;
|
837
691
|
updatedAt?: {
|
@@ -849,44 +703,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
849
703
|
updatedAtLocation?: {
|
850
704
|
type: "exact";
|
851
705
|
term: string | {
|
852
|
-
$userField: "
|
706
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
853
707
|
};
|
854
708
|
} | {
|
855
709
|
type: "within";
|
856
710
|
location: string | {
|
857
|
-
$userField: "
|
711
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
858
712
|
};
|
859
713
|
} | undefined;
|
860
714
|
updatedBy?: {
|
861
715
|
type: "exact";
|
862
716
|
term: string | {
|
863
|
-
$userField: "
|
717
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
864
718
|
};
|
865
719
|
} | undefined;
|
866
|
-
flags?: {
|
867
|
-
anyOf
|
868
|
-
|
869
|
-
} | undefined;
|
870
|
-
eventType?: string | undefined;
|
871
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
872
|
-
type: "range";
|
873
|
-
gte: string;
|
874
|
-
lte: string;
|
720
|
+
flags?: ({
|
721
|
+
type: "anyOf";
|
722
|
+
terms: string[];
|
875
723
|
} | {
|
876
|
-
type: "
|
877
|
-
term: string;
|
878
|
-
} | undefined;
|
879
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
880
|
-
type: "exact";
|
724
|
+
type: "not";
|
881
725
|
term: string;
|
882
|
-
} |
|
883
|
-
|
884
|
-
location: string;
|
885
|
-
} | undefined;
|
886
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
887
|
-
type: "exact";
|
888
|
-
term: string;
|
889
|
-
} | undefined;
|
726
|
+
})[] | undefined;
|
727
|
+
eventType?: string | undefined;
|
890
728
|
}, {
|
891
729
|
status?: {
|
892
730
|
type: "exact";
|
@@ -908,24 +746,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
908
746
|
createdBy?: {
|
909
747
|
type: "exact";
|
910
748
|
term: string | {
|
911
|
-
$userField: "
|
749
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
912
750
|
};
|
913
751
|
} | undefined;
|
914
752
|
createdAtLocation?: {
|
915
753
|
type: "exact";
|
916
754
|
term: string | {
|
917
|
-
$userField: "
|
755
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
918
756
|
};
|
919
757
|
} | {
|
920
758
|
type: "within";
|
921
759
|
location: string | {
|
922
|
-
$userField: "
|
760
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
923
761
|
};
|
924
762
|
} | undefined;
|
925
763
|
assignedTo?: {
|
926
764
|
type: "exact";
|
927
765
|
term: string | {
|
928
|
-
$userField: "
|
766
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
929
767
|
};
|
930
768
|
} | undefined;
|
931
769
|
updatedAt?: {
|
@@ -943,44 +781,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
943
781
|
updatedAtLocation?: {
|
944
782
|
type: "exact";
|
945
783
|
term: string | {
|
946
|
-
$userField: "
|
784
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
947
785
|
};
|
948
786
|
} | {
|
949
787
|
type: "within";
|
950
788
|
location: string | {
|
951
|
-
$userField: "
|
789
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
952
790
|
};
|
953
791
|
} | undefined;
|
954
792
|
updatedBy?: {
|
955
793
|
type: "exact";
|
956
794
|
term: string | {
|
957
|
-
$userField: "
|
795
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
958
796
|
};
|
959
797
|
} | undefined;
|
960
|
-
flags?: {
|
961
|
-
anyOf
|
962
|
-
|
963
|
-
} | undefined;
|
964
|
-
eventType?: string | undefined;
|
965
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
966
|
-
type: "range";
|
967
|
-
gte: string;
|
968
|
-
lte: string;
|
969
|
-
} | {
|
970
|
-
type: "exact";
|
971
|
-
term: string;
|
972
|
-
} | undefined;
|
973
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
974
|
-
type: "exact";
|
975
|
-
term: string;
|
798
|
+
flags?: ({
|
799
|
+
type: "anyOf";
|
800
|
+
terms: string[];
|
976
801
|
} | {
|
977
|
-
type: "
|
978
|
-
location: string;
|
979
|
-
} | undefined;
|
980
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
981
|
-
type: "exact";
|
802
|
+
type: "not";
|
982
803
|
term: string;
|
983
|
-
} | undefined;
|
804
|
+
})[] | undefined;
|
805
|
+
eventType?: string | undefined;
|
984
806
|
}>, "many">;
|
985
807
|
}, "strip", z.ZodTypeAny, {
|
986
808
|
type: "and";
|
@@ -1005,24 +827,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1005
827
|
createdBy?: {
|
1006
828
|
type: "exact";
|
1007
829
|
term: string | {
|
1008
|
-
$userField: "
|
830
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1009
831
|
};
|
1010
832
|
} | undefined;
|
1011
833
|
createdAtLocation?: {
|
1012
834
|
type: "exact";
|
1013
835
|
term: string | {
|
1014
|
-
$userField: "
|
836
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1015
837
|
};
|
1016
838
|
} | {
|
1017
839
|
type: "within";
|
1018
840
|
location: string | {
|
1019
|
-
$userField: "
|
841
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1020
842
|
};
|
1021
843
|
} | undefined;
|
1022
844
|
assignedTo?: {
|
1023
845
|
type: "exact";
|
1024
846
|
term: string | {
|
1025
|
-
$userField: "
|
847
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1026
848
|
};
|
1027
849
|
} | undefined;
|
1028
850
|
updatedAt?: {
|
@@ -1040,44 +862,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1040
862
|
updatedAtLocation?: {
|
1041
863
|
type: "exact";
|
1042
864
|
term: string | {
|
1043
|
-
$userField: "
|
865
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1044
866
|
};
|
1045
867
|
} | {
|
1046
868
|
type: "within";
|
1047
869
|
location: string | {
|
1048
|
-
$userField: "
|
870
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1049
871
|
};
|
1050
872
|
} | undefined;
|
1051
873
|
updatedBy?: {
|
1052
874
|
type: "exact";
|
1053
875
|
term: string | {
|
1054
|
-
$userField: "
|
876
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1055
877
|
};
|
1056
878
|
} | undefined;
|
1057
|
-
flags?: {
|
1058
|
-
anyOf
|
1059
|
-
|
1060
|
-
} | undefined;
|
1061
|
-
eventType?: string | undefined;
|
1062
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1063
|
-
type: "range";
|
1064
|
-
gte: string;
|
1065
|
-
lte: string;
|
1066
|
-
} | {
|
1067
|
-
type: "exact";
|
1068
|
-
term: string;
|
1069
|
-
} | undefined;
|
1070
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1071
|
-
type: "exact";
|
1072
|
-
term: string;
|
879
|
+
flags?: ({
|
880
|
+
type: "anyOf";
|
881
|
+
terms: string[];
|
1073
882
|
} | {
|
1074
|
-
type: "
|
1075
|
-
location: string;
|
1076
|
-
} | undefined;
|
1077
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1078
|
-
type: "exact";
|
883
|
+
type: "not";
|
1079
884
|
term: string;
|
1080
|
-
} | undefined;
|
885
|
+
})[] | undefined;
|
886
|
+
eventType?: string | undefined;
|
1081
887
|
}[];
|
1082
888
|
}, {
|
1083
889
|
type: "and";
|
@@ -1102,24 +908,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1102
908
|
createdBy?: {
|
1103
909
|
type: "exact";
|
1104
910
|
term: string | {
|
1105
|
-
$userField: "
|
911
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1106
912
|
};
|
1107
913
|
} | undefined;
|
1108
914
|
createdAtLocation?: {
|
1109
915
|
type: "exact";
|
1110
916
|
term: string | {
|
1111
|
-
$userField: "
|
917
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1112
918
|
};
|
1113
919
|
} | {
|
1114
920
|
type: "within";
|
1115
921
|
location: string | {
|
1116
|
-
$userField: "
|
922
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1117
923
|
};
|
1118
924
|
} | undefined;
|
1119
925
|
assignedTo?: {
|
1120
926
|
type: "exact";
|
1121
927
|
term: string | {
|
1122
|
-
$userField: "
|
928
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1123
929
|
};
|
1124
930
|
} | undefined;
|
1125
931
|
updatedAt?: {
|
@@ -1137,44 +943,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1137
943
|
updatedAtLocation?: {
|
1138
944
|
type: "exact";
|
1139
945
|
term: string | {
|
1140
|
-
$userField: "
|
946
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1141
947
|
};
|
1142
948
|
} | {
|
1143
949
|
type: "within";
|
1144
950
|
location: string | {
|
1145
|
-
$userField: "
|
951
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1146
952
|
};
|
1147
953
|
} | undefined;
|
1148
954
|
updatedBy?: {
|
1149
955
|
type: "exact";
|
1150
956
|
term: string | {
|
1151
|
-
$userField: "
|
957
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1152
958
|
};
|
1153
959
|
} | undefined;
|
1154
|
-
flags?: {
|
1155
|
-
anyOf
|
1156
|
-
|
1157
|
-
} | undefined;
|
1158
|
-
eventType?: string | undefined;
|
1159
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1160
|
-
type: "range";
|
1161
|
-
gte: string;
|
1162
|
-
lte: string;
|
1163
|
-
} | {
|
1164
|
-
type: "exact";
|
1165
|
-
term: string;
|
1166
|
-
} | undefined;
|
1167
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1168
|
-
type: "exact";
|
1169
|
-
term: string;
|
960
|
+
flags?: ({
|
961
|
+
type: "anyOf";
|
962
|
+
terms: string[];
|
1170
963
|
} | {
|
1171
|
-
type: "
|
1172
|
-
location: string;
|
1173
|
-
} | undefined;
|
1174
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1175
|
-
type: "exact";
|
964
|
+
type: "not";
|
1176
965
|
term: string;
|
1177
|
-
} | undefined;
|
966
|
+
})[] | undefined;
|
967
|
+
eventType?: string | undefined;
|
1178
968
|
}[];
|
1179
969
|
}>, z.ZodObject<{
|
1180
970
|
type: z.ZodLiteral<"or">;
|
@@ -1253,199 +1043,143 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1253
1043
|
gte: string;
|
1254
1044
|
lte: string;
|
1255
1045
|
}>]>>>;
|
1256
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
1257
|
-
type: z.ZodLiteral<"exact">;
|
1258
|
-
term: z.ZodString;
|
1259
|
-
}, {
|
1260
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1261
|
-
}>, "strip", z.ZodTypeAny, {
|
1262
|
-
type: "exact";
|
1263
|
-
term: string;
|
1264
|
-
}, {
|
1265
|
-
type: "exact";
|
1266
|
-
term: string;
|
1267
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1268
|
-
type: z.ZodLiteral<"range">;
|
1269
|
-
gte: z.ZodString;
|
1270
|
-
lte: z.ZodString;
|
1271
|
-
}, {
|
1272
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1273
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1274
|
-
}>, "strip", z.ZodTypeAny, {
|
1275
|
-
type: "range";
|
1276
|
-
gte: string;
|
1277
|
-
lte: string;
|
1278
|
-
}, {
|
1279
|
-
type: "range";
|
1280
|
-
gte: string;
|
1281
|
-
lte: string;
|
1282
|
-
}>]>>>;
|
1283
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
1284
|
-
type: z.ZodLiteral<"within">;
|
1285
|
-
location: z.ZodString;
|
1286
|
-
}, "strip", z.ZodTypeAny, {
|
1287
|
-
type: "within";
|
1288
|
-
location: string;
|
1289
|
-
}, {
|
1290
|
-
type: "within";
|
1291
|
-
location: string;
|
1292
|
-
}>, z.ZodObject<{
|
1293
|
-
type: z.ZodLiteral<"exact">;
|
1294
|
-
term: z.ZodString;
|
1295
|
-
}, "strip", z.ZodTypeAny, {
|
1296
|
-
type: "exact";
|
1297
|
-
term: string;
|
1298
|
-
}, {
|
1299
|
-
type: "exact";
|
1300
|
-
term: string;
|
1301
|
-
}>]>>>;
|
1302
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1303
|
-
type: z.ZodLiteral<"exact">;
|
1304
|
-
term: z.ZodString;
|
1305
|
-
}, "strip", z.ZodTypeAny, {
|
1306
|
-
type: "exact";
|
1307
|
-
term: string;
|
1308
|
-
}, {
|
1309
|
-
type: "exact";
|
1310
|
-
term: string;
|
1311
|
-
}>>>;
|
1312
1046
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
1313
1047
|
type: z.ZodLiteral<"within">;
|
1314
1048
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1315
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1049
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1316
1050
|
}, "strip", z.ZodTypeAny, {
|
1317
|
-
$userField: "
|
1051
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1318
1052
|
}, {
|
1319
|
-
$userField: "
|
1053
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1320
1054
|
}>]>;
|
1321
1055
|
}, "strip", z.ZodTypeAny, {
|
1322
1056
|
type: "within";
|
1323
1057
|
location: string | {
|
1324
|
-
$userField: "
|
1058
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1325
1059
|
};
|
1326
1060
|
}, {
|
1327
1061
|
type: "within";
|
1328
1062
|
location: string | {
|
1329
|
-
$userField: "
|
1063
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1330
1064
|
};
|
1331
1065
|
}>, z.ZodObject<{
|
1332
1066
|
type: z.ZodLiteral<"exact">;
|
1333
1067
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1334
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1068
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1335
1069
|
}, "strip", z.ZodTypeAny, {
|
1336
|
-
$userField: "
|
1070
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1337
1071
|
}, {
|
1338
|
-
$userField: "
|
1072
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1339
1073
|
}>]>;
|
1340
1074
|
}, "strip", z.ZodTypeAny, {
|
1341
1075
|
type: "exact";
|
1342
1076
|
term: string | {
|
1343
|
-
$userField: "
|
1077
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1344
1078
|
};
|
1345
1079
|
}, {
|
1346
1080
|
type: "exact";
|
1347
1081
|
term: string | {
|
1348
|
-
$userField: "
|
1082
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1349
1083
|
};
|
1350
1084
|
}>]>>>;
|
1351
1085
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
1352
1086
|
type: z.ZodLiteral<"within">;
|
1353
1087
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1354
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1088
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1355
1089
|
}, "strip", z.ZodTypeAny, {
|
1356
|
-
$userField: "
|
1090
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1357
1091
|
}, {
|
1358
|
-
$userField: "
|
1092
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1359
1093
|
}>]>;
|
1360
1094
|
}, "strip", z.ZodTypeAny, {
|
1361
1095
|
type: "within";
|
1362
1096
|
location: string | {
|
1363
|
-
$userField: "
|
1097
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1364
1098
|
};
|
1365
1099
|
}, {
|
1366
1100
|
type: "within";
|
1367
1101
|
location: string | {
|
1368
|
-
$userField: "
|
1102
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1369
1103
|
};
|
1370
1104
|
}>, z.ZodObject<{
|
1371
1105
|
type: z.ZodLiteral<"exact">;
|
1372
1106
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1373
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1107
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1374
1108
|
}, "strip", z.ZodTypeAny, {
|
1375
|
-
$userField: "
|
1109
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1376
1110
|
}, {
|
1377
|
-
$userField: "
|
1111
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1378
1112
|
}>]>;
|
1379
1113
|
}, "strip", z.ZodTypeAny, {
|
1380
1114
|
type: "exact";
|
1381
1115
|
term: string | {
|
1382
|
-
$userField: "
|
1116
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1383
1117
|
};
|
1384
1118
|
}, {
|
1385
1119
|
type: "exact";
|
1386
1120
|
term: string | {
|
1387
|
-
$userField: "
|
1121
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1388
1122
|
};
|
1389
1123
|
}>]>>>;
|
1390
1124
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1391
1125
|
type: z.ZodLiteral<"exact">;
|
1392
1126
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1393
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1127
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1394
1128
|
}, "strip", z.ZodTypeAny, {
|
1395
|
-
$userField: "
|
1129
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1396
1130
|
}, {
|
1397
|
-
$userField: "
|
1131
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1398
1132
|
}>]>;
|
1399
1133
|
}, "strip", z.ZodTypeAny, {
|
1400
1134
|
type: "exact";
|
1401
1135
|
term: string | {
|
1402
|
-
$userField: "
|
1136
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1403
1137
|
};
|
1404
1138
|
}, {
|
1405
1139
|
type: "exact";
|
1406
1140
|
term: string | {
|
1407
|
-
$userField: "
|
1141
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1408
1142
|
};
|
1409
1143
|
}>>>;
|
1410
1144
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1411
1145
|
type: z.ZodLiteral<"exact">;
|
1412
1146
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1413
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1147
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1414
1148
|
}, "strip", z.ZodTypeAny, {
|
1415
|
-
$userField: "
|
1149
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1416
1150
|
}, {
|
1417
|
-
$userField: "
|
1151
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1418
1152
|
}>]>;
|
1419
1153
|
}, "strip", z.ZodTypeAny, {
|
1420
1154
|
type: "exact";
|
1421
1155
|
term: string | {
|
1422
|
-
$userField: "
|
1156
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1423
1157
|
};
|
1424
1158
|
}, {
|
1425
1159
|
type: "exact";
|
1426
1160
|
term: string | {
|
1427
|
-
$userField: "
|
1161
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1428
1162
|
};
|
1429
1163
|
}>>>;
|
1430
1164
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
1431
1165
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1432
1166
|
type: z.ZodLiteral<"exact">;
|
1433
1167
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
1434
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1168
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
1435
1169
|
}, "strip", z.ZodTypeAny, {
|
1436
|
-
$userField: "
|
1170
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1437
1171
|
}, {
|
1438
|
-
$userField: "
|
1172
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1439
1173
|
}>]>;
|
1440
1174
|
}, "strip", z.ZodTypeAny, {
|
1441
1175
|
type: "exact";
|
1442
1176
|
term: string | {
|
1443
|
-
$userField: "
|
1177
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1444
1178
|
};
|
1445
1179
|
}, {
|
1446
1180
|
type: "exact";
|
1447
1181
|
term: string | {
|
1448
|
-
$userField: "
|
1182
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1449
1183
|
};
|
1450
1184
|
}>>>;
|
1451
1185
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -1458,26 +1192,25 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1458
1192
|
type: "exact";
|
1459
1193
|
term: string;
|
1460
1194
|
}>>>;
|
1461
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1462
|
-
|
1463
|
-
|
1464
|
-
readonly INCOMPLETE: "incomplete";
|
1465
|
-
readonly REJECTED: "rejected";
|
1466
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
1467
|
-
}>]>, "many">>;
|
1468
|
-
noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
|
1469
|
-
readonly PRINTED: "printed";
|
1470
|
-
readonly INCOMPLETE: "incomplete";
|
1471
|
-
readonly REJECTED: "rejected";
|
1472
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
1473
|
-
}>]>, "many">>;
|
1195
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
1196
|
+
type: z.ZodLiteral<"anyOf">;
|
1197
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
1474
1198
|
}, "strip", z.ZodTypeAny, {
|
1475
|
-
anyOf
|
1476
|
-
|
1199
|
+
type: "anyOf";
|
1200
|
+
terms: string[];
|
1477
1201
|
}, {
|
1478
|
-
anyOf
|
1479
|
-
|
1480
|
-
}
|
1202
|
+
type: "anyOf";
|
1203
|
+
terms: string[];
|
1204
|
+
}>, z.ZodObject<{
|
1205
|
+
type: z.ZodLiteral<"not">;
|
1206
|
+
term: z.ZodString;
|
1207
|
+
}, "strip", z.ZodTypeAny, {
|
1208
|
+
type: "not";
|
1209
|
+
term: string;
|
1210
|
+
}, {
|
1211
|
+
type: "not";
|
1212
|
+
term: string;
|
1213
|
+
}>]>, "many">>>;
|
1481
1214
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
1482
1215
|
}, "strip", z.ZodTypeAny, {
|
1483
1216
|
status?: {
|
@@ -1500,24 +1233,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1500
1233
|
createdBy?: {
|
1501
1234
|
type: "exact";
|
1502
1235
|
term: string | {
|
1503
|
-
$userField: "
|
1236
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1504
1237
|
};
|
1505
1238
|
} | undefined;
|
1506
1239
|
createdAtLocation?: {
|
1507
1240
|
type: "exact";
|
1508
1241
|
term: string | {
|
1509
|
-
$userField: "
|
1242
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1510
1243
|
};
|
1511
1244
|
} | {
|
1512
1245
|
type: "within";
|
1513
1246
|
location: string | {
|
1514
|
-
$userField: "
|
1247
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1515
1248
|
};
|
1516
1249
|
} | undefined;
|
1517
1250
|
assignedTo?: {
|
1518
1251
|
type: "exact";
|
1519
1252
|
term: string | {
|
1520
|
-
$userField: "
|
1253
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1521
1254
|
};
|
1522
1255
|
} | undefined;
|
1523
1256
|
updatedAt?: {
|
@@ -1535,44 +1268,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1535
1268
|
updatedAtLocation?: {
|
1536
1269
|
type: "exact";
|
1537
1270
|
term: string | {
|
1538
|
-
$userField: "
|
1271
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1539
1272
|
};
|
1540
1273
|
} | {
|
1541
1274
|
type: "within";
|
1542
1275
|
location: string | {
|
1543
|
-
$userField: "
|
1276
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1544
1277
|
};
|
1545
1278
|
} | undefined;
|
1546
1279
|
updatedBy?: {
|
1547
1280
|
type: "exact";
|
1548
1281
|
term: string | {
|
1549
|
-
$userField: "
|
1282
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1550
1283
|
};
|
1551
1284
|
} | undefined;
|
1552
|
-
flags?: {
|
1553
|
-
anyOf
|
1554
|
-
|
1555
|
-
} | undefined;
|
1556
|
-
eventType?: string | undefined;
|
1557
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1558
|
-
type: "range";
|
1559
|
-
gte: string;
|
1560
|
-
lte: string;
|
1561
|
-
} | {
|
1562
|
-
type: "exact";
|
1563
|
-
term: string;
|
1564
|
-
} | undefined;
|
1565
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1566
|
-
type: "exact";
|
1567
|
-
term: string;
|
1285
|
+
flags?: ({
|
1286
|
+
type: "anyOf";
|
1287
|
+
terms: string[];
|
1568
1288
|
} | {
|
1569
|
-
type: "
|
1570
|
-
location: string;
|
1571
|
-
} | undefined;
|
1572
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1573
|
-
type: "exact";
|
1289
|
+
type: "not";
|
1574
1290
|
term: string;
|
1575
|
-
} | undefined;
|
1291
|
+
})[] | undefined;
|
1292
|
+
eventType?: string | undefined;
|
1576
1293
|
}, {
|
1577
1294
|
status?: {
|
1578
1295
|
type: "exact";
|
@@ -1594,24 +1311,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1594
1311
|
createdBy?: {
|
1595
1312
|
type: "exact";
|
1596
1313
|
term: string | {
|
1597
|
-
$userField: "
|
1314
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1598
1315
|
};
|
1599
1316
|
} | undefined;
|
1600
1317
|
createdAtLocation?: {
|
1601
1318
|
type: "exact";
|
1602
1319
|
term: string | {
|
1603
|
-
$userField: "
|
1320
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1604
1321
|
};
|
1605
1322
|
} | {
|
1606
1323
|
type: "within";
|
1607
1324
|
location: string | {
|
1608
|
-
$userField: "
|
1325
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1609
1326
|
};
|
1610
1327
|
} | undefined;
|
1611
1328
|
assignedTo?: {
|
1612
1329
|
type: "exact";
|
1613
1330
|
term: string | {
|
1614
|
-
$userField: "
|
1331
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1615
1332
|
};
|
1616
1333
|
} | undefined;
|
1617
1334
|
updatedAt?: {
|
@@ -1629,44 +1346,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1629
1346
|
updatedAtLocation?: {
|
1630
1347
|
type: "exact";
|
1631
1348
|
term: string | {
|
1632
|
-
$userField: "
|
1349
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1633
1350
|
};
|
1634
1351
|
} | {
|
1635
1352
|
type: "within";
|
1636
1353
|
location: string | {
|
1637
|
-
$userField: "
|
1354
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1638
1355
|
};
|
1639
1356
|
} | undefined;
|
1640
1357
|
updatedBy?: {
|
1641
1358
|
type: "exact";
|
1642
1359
|
term: string | {
|
1643
|
-
$userField: "
|
1360
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1644
1361
|
};
|
1645
1362
|
} | undefined;
|
1646
|
-
flags?: {
|
1647
|
-
anyOf
|
1648
|
-
|
1649
|
-
} | undefined;
|
1650
|
-
eventType?: string | undefined;
|
1651
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1652
|
-
type: "range";
|
1653
|
-
gte: string;
|
1654
|
-
lte: string;
|
1655
|
-
} | {
|
1656
|
-
type: "exact";
|
1657
|
-
term: string;
|
1658
|
-
} | undefined;
|
1659
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1660
|
-
type: "exact";
|
1661
|
-
term: string;
|
1363
|
+
flags?: ({
|
1364
|
+
type: "anyOf";
|
1365
|
+
terms: string[];
|
1662
1366
|
} | {
|
1663
|
-
type: "
|
1664
|
-
location: string;
|
1665
|
-
} | undefined;
|
1666
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1667
|
-
type: "exact";
|
1367
|
+
type: "not";
|
1668
1368
|
term: string;
|
1669
|
-
} | undefined;
|
1369
|
+
})[] | undefined;
|
1370
|
+
eventType?: string | undefined;
|
1670
1371
|
}>, "many">;
|
1671
1372
|
}, "strip", z.ZodTypeAny, {
|
1672
1373
|
type: "or";
|
@@ -1691,24 +1392,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1691
1392
|
createdBy?: {
|
1692
1393
|
type: "exact";
|
1693
1394
|
term: string | {
|
1694
|
-
$userField: "
|
1395
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1695
1396
|
};
|
1696
1397
|
} | undefined;
|
1697
1398
|
createdAtLocation?: {
|
1698
1399
|
type: "exact";
|
1699
1400
|
term: string | {
|
1700
|
-
$userField: "
|
1401
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1701
1402
|
};
|
1702
1403
|
} | {
|
1703
1404
|
type: "within";
|
1704
1405
|
location: string | {
|
1705
|
-
$userField: "
|
1406
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1706
1407
|
};
|
1707
1408
|
} | undefined;
|
1708
1409
|
assignedTo?: {
|
1709
1410
|
type: "exact";
|
1710
1411
|
term: string | {
|
1711
|
-
$userField: "
|
1412
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1712
1413
|
};
|
1713
1414
|
} | undefined;
|
1714
1415
|
updatedAt?: {
|
@@ -1726,44 +1427,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1726
1427
|
updatedAtLocation?: {
|
1727
1428
|
type: "exact";
|
1728
1429
|
term: string | {
|
1729
|
-
$userField: "
|
1430
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1730
1431
|
};
|
1731
1432
|
} | {
|
1732
1433
|
type: "within";
|
1733
1434
|
location: string | {
|
1734
|
-
$userField: "
|
1435
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1735
1436
|
};
|
1736
1437
|
} | undefined;
|
1737
1438
|
updatedBy?: {
|
1738
1439
|
type: "exact";
|
1739
1440
|
term: string | {
|
1740
|
-
$userField: "
|
1441
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1741
1442
|
};
|
1742
1443
|
} | undefined;
|
1743
|
-
flags?: {
|
1744
|
-
anyOf
|
1745
|
-
|
1746
|
-
} | undefined;
|
1747
|
-
eventType?: string | undefined;
|
1748
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1749
|
-
type: "range";
|
1750
|
-
gte: string;
|
1751
|
-
lte: string;
|
1752
|
-
} | {
|
1753
|
-
type: "exact";
|
1754
|
-
term: string;
|
1755
|
-
} | undefined;
|
1756
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1757
|
-
type: "exact";
|
1758
|
-
term: string;
|
1444
|
+
flags?: ({
|
1445
|
+
type: "anyOf";
|
1446
|
+
terms: string[];
|
1759
1447
|
} | {
|
1760
|
-
type: "
|
1761
|
-
location: string;
|
1762
|
-
} | undefined;
|
1763
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1764
|
-
type: "exact";
|
1448
|
+
type: "not";
|
1765
1449
|
term: string;
|
1766
|
-
} | undefined;
|
1450
|
+
})[] | undefined;
|
1451
|
+
eventType?: string | undefined;
|
1767
1452
|
}[];
|
1768
1453
|
}, {
|
1769
1454
|
type: "or";
|
@@ -1788,24 +1473,24 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1788
1473
|
createdBy?: {
|
1789
1474
|
type: "exact";
|
1790
1475
|
term: string | {
|
1791
|
-
$userField: "
|
1476
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1792
1477
|
};
|
1793
1478
|
} | undefined;
|
1794
1479
|
createdAtLocation?: {
|
1795
1480
|
type: "exact";
|
1796
1481
|
term: string | {
|
1797
|
-
$userField: "
|
1482
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1798
1483
|
};
|
1799
1484
|
} | {
|
1800
1485
|
type: "within";
|
1801
1486
|
location: string | {
|
1802
|
-
$userField: "
|
1487
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1803
1488
|
};
|
1804
1489
|
} | undefined;
|
1805
1490
|
assignedTo?: {
|
1806
1491
|
type: "exact";
|
1807
1492
|
term: string | {
|
1808
|
-
$userField: "
|
1493
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1809
1494
|
};
|
1810
1495
|
} | undefined;
|
1811
1496
|
updatedAt?: {
|
@@ -1823,44 +1508,28 @@ export declare const CountryConfigQueryType: z.ZodDiscriminatedUnion<"type", [z.
|
|
1823
1508
|
updatedAtLocation?: {
|
1824
1509
|
type: "exact";
|
1825
1510
|
term: string | {
|
1826
|
-
$userField: "
|
1511
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1827
1512
|
};
|
1828
1513
|
} | {
|
1829
1514
|
type: "within";
|
1830
1515
|
location: string | {
|
1831
|
-
$userField: "
|
1516
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1832
1517
|
};
|
1833
1518
|
} | undefined;
|
1834
1519
|
updatedBy?: {
|
1835
1520
|
type: "exact";
|
1836
1521
|
term: string | {
|
1837
|
-
$userField: "
|
1522
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
1838
1523
|
};
|
1839
1524
|
} | undefined;
|
1840
|
-
flags?: {
|
1841
|
-
anyOf
|
1842
|
-
|
1843
|
-
} | undefined;
|
1844
|
-
eventType?: string | undefined;
|
1845
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
1846
|
-
type: "range";
|
1847
|
-
gte: string;
|
1848
|
-
lte: string;
|
1849
|
-
} | {
|
1850
|
-
type: "exact";
|
1851
|
-
term: string;
|
1852
|
-
} | undefined;
|
1853
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
1854
|
-
type: "exact";
|
1855
|
-
term: string;
|
1525
|
+
flags?: ({
|
1526
|
+
type: "anyOf";
|
1527
|
+
terms: string[];
|
1856
1528
|
} | {
|
1857
|
-
type: "
|
1858
|
-
location: string;
|
1859
|
-
} | undefined;
|
1860
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
1861
|
-
type: "exact";
|
1529
|
+
type: "not";
|
1862
1530
|
term: string;
|
1863
|
-
} | undefined;
|
1531
|
+
})[] | undefined;
|
1532
|
+
eventType?: string | undefined;
|
1864
1533
|
}[];
|
1865
1534
|
}>]>;
|
1866
1535
|
export type CountryConfigQueryType = z.infer<typeof CountryConfigQueryType>;
|
@@ -1939,199 +1608,143 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
1939
1608
|
gte: string;
|
1940
1609
|
lte: string;
|
1941
1610
|
}>]>>>;
|
1942
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
1943
|
-
type: z.ZodLiteral<"exact">;
|
1944
|
-
term: z.ZodString;
|
1945
|
-
}, {
|
1946
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1947
|
-
}>, "strip", z.ZodTypeAny, {
|
1948
|
-
type: "exact";
|
1949
|
-
term: string;
|
1950
|
-
}, {
|
1951
|
-
type: "exact";
|
1952
|
-
term: string;
|
1953
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1954
|
-
type: z.ZodLiteral<"range">;
|
1955
|
-
gte: z.ZodString;
|
1956
|
-
lte: z.ZodString;
|
1957
|
-
}, {
|
1958
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1959
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
1960
|
-
}>, "strip", z.ZodTypeAny, {
|
1961
|
-
type: "range";
|
1962
|
-
gte: string;
|
1963
|
-
lte: string;
|
1964
|
-
}, {
|
1965
|
-
type: "range";
|
1966
|
-
gte: string;
|
1967
|
-
lte: string;
|
1968
|
-
}>]>>>;
|
1969
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
1970
|
-
type: z.ZodLiteral<"within">;
|
1971
|
-
location: z.ZodString;
|
1972
|
-
}, "strip", z.ZodTypeAny, {
|
1973
|
-
type: "within";
|
1974
|
-
location: string;
|
1975
|
-
}, {
|
1976
|
-
type: "within";
|
1977
|
-
location: string;
|
1978
|
-
}>, z.ZodObject<{
|
1979
|
-
type: z.ZodLiteral<"exact">;
|
1980
|
-
term: z.ZodString;
|
1981
|
-
}, "strip", z.ZodTypeAny, {
|
1982
|
-
type: "exact";
|
1983
|
-
term: string;
|
1984
|
-
}, {
|
1985
|
-
type: "exact";
|
1986
|
-
term: string;
|
1987
|
-
}>]>>>;
|
1988
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
1989
|
-
type: z.ZodLiteral<"exact">;
|
1990
|
-
term: z.ZodString;
|
1991
|
-
}, "strip", z.ZodTypeAny, {
|
1992
|
-
type: "exact";
|
1993
|
-
term: string;
|
1994
|
-
}, {
|
1995
|
-
type: "exact";
|
1996
|
-
term: string;
|
1997
|
-
}>>>;
|
1998
1611
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
1999
1612
|
type: z.ZodLiteral<"within">;
|
2000
1613
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2001
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1614
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2002
1615
|
}, "strip", z.ZodTypeAny, {
|
2003
|
-
$userField: "
|
1616
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2004
1617
|
}, {
|
2005
|
-
$userField: "
|
1618
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2006
1619
|
}>]>;
|
2007
1620
|
}, "strip", z.ZodTypeAny, {
|
2008
1621
|
type: "within";
|
2009
1622
|
location: string | {
|
2010
|
-
$userField: "
|
1623
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2011
1624
|
};
|
2012
1625
|
}, {
|
2013
1626
|
type: "within";
|
2014
1627
|
location: string | {
|
2015
|
-
$userField: "
|
1628
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2016
1629
|
};
|
2017
1630
|
}>, z.ZodObject<{
|
2018
1631
|
type: z.ZodLiteral<"exact">;
|
2019
1632
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2020
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1633
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2021
1634
|
}, "strip", z.ZodTypeAny, {
|
2022
|
-
$userField: "
|
1635
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2023
1636
|
}, {
|
2024
|
-
$userField: "
|
1637
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2025
1638
|
}>]>;
|
2026
1639
|
}, "strip", z.ZodTypeAny, {
|
2027
1640
|
type: "exact";
|
2028
1641
|
term: string | {
|
2029
|
-
$userField: "
|
1642
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2030
1643
|
};
|
2031
1644
|
}, {
|
2032
1645
|
type: "exact";
|
2033
1646
|
term: string | {
|
2034
|
-
$userField: "
|
1647
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2035
1648
|
};
|
2036
1649
|
}>]>>>;
|
2037
1650
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2038
1651
|
type: z.ZodLiteral<"within">;
|
2039
1652
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2040
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1653
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2041
1654
|
}, "strip", z.ZodTypeAny, {
|
2042
|
-
$userField: "
|
1655
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2043
1656
|
}, {
|
2044
|
-
$userField: "
|
1657
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2045
1658
|
}>]>;
|
2046
1659
|
}, "strip", z.ZodTypeAny, {
|
2047
1660
|
type: "within";
|
2048
1661
|
location: string | {
|
2049
|
-
$userField: "
|
1662
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2050
1663
|
};
|
2051
1664
|
}, {
|
2052
1665
|
type: "within";
|
2053
1666
|
location: string | {
|
2054
|
-
$userField: "
|
1667
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2055
1668
|
};
|
2056
1669
|
}>, z.ZodObject<{
|
2057
1670
|
type: z.ZodLiteral<"exact">;
|
2058
1671
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2059
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1672
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2060
1673
|
}, "strip", z.ZodTypeAny, {
|
2061
|
-
$userField: "
|
1674
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2062
1675
|
}, {
|
2063
|
-
$userField: "
|
1676
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2064
1677
|
}>]>;
|
2065
1678
|
}, "strip", z.ZodTypeAny, {
|
2066
1679
|
type: "exact";
|
2067
1680
|
term: string | {
|
2068
|
-
$userField: "
|
1681
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2069
1682
|
};
|
2070
1683
|
}, {
|
2071
1684
|
type: "exact";
|
2072
1685
|
term: string | {
|
2073
|
-
$userField: "
|
1686
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2074
1687
|
};
|
2075
1688
|
}>]>>>;
|
2076
1689
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2077
1690
|
type: z.ZodLiteral<"exact">;
|
2078
1691
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2079
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1692
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2080
1693
|
}, "strip", z.ZodTypeAny, {
|
2081
|
-
$userField: "
|
1694
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2082
1695
|
}, {
|
2083
|
-
$userField: "
|
1696
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2084
1697
|
}>]>;
|
2085
1698
|
}, "strip", z.ZodTypeAny, {
|
2086
1699
|
type: "exact";
|
2087
1700
|
term: string | {
|
2088
|
-
$userField: "
|
1701
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2089
1702
|
};
|
2090
1703
|
}, {
|
2091
1704
|
type: "exact";
|
2092
1705
|
term: string | {
|
2093
|
-
$userField: "
|
1706
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2094
1707
|
};
|
2095
1708
|
}>>>;
|
2096
1709
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2097
1710
|
type: z.ZodLiteral<"exact">;
|
2098
1711
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2099
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1712
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2100
1713
|
}, "strip", z.ZodTypeAny, {
|
2101
|
-
$userField: "
|
1714
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2102
1715
|
}, {
|
2103
|
-
$userField: "
|
1716
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2104
1717
|
}>]>;
|
2105
1718
|
}, "strip", z.ZodTypeAny, {
|
2106
1719
|
type: "exact";
|
2107
1720
|
term: string | {
|
2108
|
-
$userField: "
|
1721
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2109
1722
|
};
|
2110
1723
|
}, {
|
2111
1724
|
type: "exact";
|
2112
1725
|
term: string | {
|
2113
|
-
$userField: "
|
1726
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2114
1727
|
};
|
2115
1728
|
}>>>;
|
2116
1729
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
2117
1730
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2118
1731
|
type: z.ZodLiteral<"exact">;
|
2119
1732
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2120
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
1733
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2121
1734
|
}, "strip", z.ZodTypeAny, {
|
2122
|
-
$userField: "
|
1735
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2123
1736
|
}, {
|
2124
|
-
$userField: "
|
1737
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2125
1738
|
}>]>;
|
2126
1739
|
}, "strip", z.ZodTypeAny, {
|
2127
1740
|
type: "exact";
|
2128
1741
|
term: string | {
|
2129
|
-
$userField: "
|
1742
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2130
1743
|
};
|
2131
1744
|
}, {
|
2132
1745
|
type: "exact";
|
2133
1746
|
term: string | {
|
2134
|
-
$userField: "
|
1747
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2135
1748
|
};
|
2136
1749
|
}>>>;
|
2137
1750
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -2144,26 +1757,25 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2144
1757
|
type: "exact";
|
2145
1758
|
term: string;
|
2146
1759
|
}>>>;
|
2147
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2148
|
-
|
2149
|
-
|
2150
|
-
readonly INCOMPLETE: "incomplete";
|
2151
|
-
readonly REJECTED: "rejected";
|
2152
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
2153
|
-
}>]>, "many">>;
|
2154
|
-
noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
|
2155
|
-
readonly PRINTED: "printed";
|
2156
|
-
readonly INCOMPLETE: "incomplete";
|
2157
|
-
readonly REJECTED: "rejected";
|
2158
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
2159
|
-
}>]>, "many">>;
|
1760
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
1761
|
+
type: z.ZodLiteral<"anyOf">;
|
1762
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
2160
1763
|
}, "strip", z.ZodTypeAny, {
|
2161
|
-
anyOf
|
2162
|
-
|
1764
|
+
type: "anyOf";
|
1765
|
+
terms: string[];
|
2163
1766
|
}, {
|
2164
|
-
anyOf
|
2165
|
-
|
2166
|
-
}
|
1767
|
+
type: "anyOf";
|
1768
|
+
terms: string[];
|
1769
|
+
}>, z.ZodObject<{
|
1770
|
+
type: z.ZodLiteral<"not">;
|
1771
|
+
term: z.ZodString;
|
1772
|
+
}, "strip", z.ZodTypeAny, {
|
1773
|
+
type: "not";
|
1774
|
+
term: string;
|
1775
|
+
}, {
|
1776
|
+
type: "not";
|
1777
|
+
term: string;
|
1778
|
+
}>]>, "many">>>;
|
2167
1779
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
2168
1780
|
}, "strip", z.ZodTypeAny, {
|
2169
1781
|
status?: {
|
@@ -2186,24 +1798,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2186
1798
|
createdBy?: {
|
2187
1799
|
type: "exact";
|
2188
1800
|
term: string | {
|
2189
|
-
$userField: "
|
1801
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2190
1802
|
};
|
2191
1803
|
} | undefined;
|
2192
1804
|
createdAtLocation?: {
|
2193
1805
|
type: "exact";
|
2194
1806
|
term: string | {
|
2195
|
-
$userField: "
|
1807
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2196
1808
|
};
|
2197
1809
|
} | {
|
2198
1810
|
type: "within";
|
2199
1811
|
location: string | {
|
2200
|
-
$userField: "
|
1812
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2201
1813
|
};
|
2202
1814
|
} | undefined;
|
2203
1815
|
assignedTo?: {
|
2204
1816
|
type: "exact";
|
2205
1817
|
term: string | {
|
2206
|
-
$userField: "
|
1818
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2207
1819
|
};
|
2208
1820
|
} | undefined;
|
2209
1821
|
updatedAt?: {
|
@@ -2221,44 +1833,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2221
1833
|
updatedAtLocation?: {
|
2222
1834
|
type: "exact";
|
2223
1835
|
term: string | {
|
2224
|
-
$userField: "
|
1836
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2225
1837
|
};
|
2226
1838
|
} | {
|
2227
1839
|
type: "within";
|
2228
1840
|
location: string | {
|
2229
|
-
$userField: "
|
1841
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2230
1842
|
};
|
2231
1843
|
} | undefined;
|
2232
1844
|
updatedBy?: {
|
2233
1845
|
type: "exact";
|
2234
1846
|
term: string | {
|
2235
|
-
$userField: "
|
1847
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2236
1848
|
};
|
2237
1849
|
} | undefined;
|
2238
|
-
flags?: {
|
2239
|
-
anyOf
|
2240
|
-
|
2241
|
-
} | undefined;
|
2242
|
-
eventType?: string | undefined;
|
2243
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
2244
|
-
type: "range";
|
2245
|
-
gte: string;
|
2246
|
-
lte: string;
|
2247
|
-
} | {
|
2248
|
-
type: "exact";
|
2249
|
-
term: string;
|
2250
|
-
} | undefined;
|
2251
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
2252
|
-
type: "exact";
|
2253
|
-
term: string;
|
1850
|
+
flags?: ({
|
1851
|
+
type: "anyOf";
|
1852
|
+
terms: string[];
|
2254
1853
|
} | {
|
2255
|
-
type: "
|
2256
|
-
location: string;
|
2257
|
-
} | undefined;
|
2258
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
2259
|
-
type: "exact";
|
1854
|
+
type: "not";
|
2260
1855
|
term: string;
|
2261
|
-
} | undefined;
|
1856
|
+
})[] | undefined;
|
1857
|
+
eventType?: string | undefined;
|
2262
1858
|
}, {
|
2263
1859
|
status?: {
|
2264
1860
|
type: "exact";
|
@@ -2280,24 +1876,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2280
1876
|
createdBy?: {
|
2281
1877
|
type: "exact";
|
2282
1878
|
term: string | {
|
2283
|
-
$userField: "
|
1879
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2284
1880
|
};
|
2285
1881
|
} | undefined;
|
2286
1882
|
createdAtLocation?: {
|
2287
1883
|
type: "exact";
|
2288
1884
|
term: string | {
|
2289
|
-
$userField: "
|
1885
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2290
1886
|
};
|
2291
1887
|
} | {
|
2292
1888
|
type: "within";
|
2293
1889
|
location: string | {
|
2294
|
-
$userField: "
|
1890
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2295
1891
|
};
|
2296
1892
|
} | undefined;
|
2297
1893
|
assignedTo?: {
|
2298
1894
|
type: "exact";
|
2299
1895
|
term: string | {
|
2300
|
-
$userField: "
|
1896
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2301
1897
|
};
|
2302
1898
|
} | undefined;
|
2303
1899
|
updatedAt?: {
|
@@ -2315,44 +1911,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2315
1911
|
updatedAtLocation?: {
|
2316
1912
|
type: "exact";
|
2317
1913
|
term: string | {
|
2318
|
-
$userField: "
|
1914
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2319
1915
|
};
|
2320
1916
|
} | {
|
2321
1917
|
type: "within";
|
2322
1918
|
location: string | {
|
2323
|
-
$userField: "
|
1919
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2324
1920
|
};
|
2325
1921
|
} | undefined;
|
2326
1922
|
updatedBy?: {
|
2327
1923
|
type: "exact";
|
2328
1924
|
term: string | {
|
2329
|
-
$userField: "
|
1925
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2330
1926
|
};
|
2331
1927
|
} | undefined;
|
2332
|
-
flags?: {
|
2333
|
-
anyOf
|
2334
|
-
|
2335
|
-
} | undefined;
|
2336
|
-
eventType?: string | undefined;
|
2337
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
2338
|
-
type: "range";
|
2339
|
-
gte: string;
|
2340
|
-
lte: string;
|
2341
|
-
} | {
|
2342
|
-
type: "exact";
|
2343
|
-
term: string;
|
2344
|
-
} | undefined;
|
2345
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
2346
|
-
type: "exact";
|
2347
|
-
term: string;
|
1928
|
+
flags?: ({
|
1929
|
+
type: "anyOf";
|
1930
|
+
terms: string[];
|
2348
1931
|
} | {
|
2349
|
-
type: "
|
2350
|
-
location: string;
|
2351
|
-
} | undefined;
|
2352
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
2353
|
-
type: "exact";
|
1932
|
+
type: "not";
|
2354
1933
|
term: string;
|
2355
|
-
} | undefined;
|
1934
|
+
})[] | undefined;
|
1935
|
+
eventType?: string | undefined;
|
2356
1936
|
}>, z.ZodObject<{
|
2357
1937
|
type: z.ZodLiteral<"and">;
|
2358
1938
|
clauses: z.ZodArray<z.ZodObject<{
|
@@ -2430,199 +2010,143 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2430
2010
|
gte: string;
|
2431
2011
|
lte: string;
|
2432
2012
|
}>]>>>;
|
2433
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
2434
|
-
type: z.ZodLiteral<"exact">;
|
2435
|
-
term: z.ZodString;
|
2436
|
-
}, {
|
2437
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
2438
|
-
}>, "strip", z.ZodTypeAny, {
|
2439
|
-
type: "exact";
|
2440
|
-
term: string;
|
2441
|
-
}, {
|
2442
|
-
type: "exact";
|
2443
|
-
term: string;
|
2444
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2445
|
-
type: z.ZodLiteral<"range">;
|
2446
|
-
gte: z.ZodString;
|
2447
|
-
lte: z.ZodString;
|
2448
|
-
}, {
|
2449
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
2450
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
2451
|
-
}>, "strip", z.ZodTypeAny, {
|
2452
|
-
type: "range";
|
2453
|
-
gte: string;
|
2454
|
-
lte: string;
|
2455
|
-
}, {
|
2456
|
-
type: "range";
|
2457
|
-
gte: string;
|
2458
|
-
lte: string;
|
2459
|
-
}>]>>>;
|
2460
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2461
|
-
type: z.ZodLiteral<"within">;
|
2462
|
-
location: z.ZodString;
|
2463
|
-
}, "strip", z.ZodTypeAny, {
|
2464
|
-
type: "within";
|
2465
|
-
location: string;
|
2466
|
-
}, {
|
2467
|
-
type: "within";
|
2468
|
-
location: string;
|
2469
|
-
}>, z.ZodObject<{
|
2470
|
-
type: z.ZodLiteral<"exact">;
|
2471
|
-
term: z.ZodString;
|
2472
|
-
}, "strip", z.ZodTypeAny, {
|
2473
|
-
type: "exact";
|
2474
|
-
term: string;
|
2475
|
-
}, {
|
2476
|
-
type: "exact";
|
2477
|
-
term: string;
|
2478
|
-
}>]>>>;
|
2479
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2480
|
-
type: z.ZodLiteral<"exact">;
|
2481
|
-
term: z.ZodString;
|
2482
|
-
}, "strip", z.ZodTypeAny, {
|
2483
|
-
type: "exact";
|
2484
|
-
term: string;
|
2485
|
-
}, {
|
2486
|
-
type: "exact";
|
2487
|
-
term: string;
|
2488
|
-
}>>>;
|
2489
2013
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2490
2014
|
type: z.ZodLiteral<"within">;
|
2491
2015
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2492
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2016
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2493
2017
|
}, "strip", z.ZodTypeAny, {
|
2494
|
-
$userField: "
|
2018
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2495
2019
|
}, {
|
2496
|
-
$userField: "
|
2020
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2497
2021
|
}>]>;
|
2498
2022
|
}, "strip", z.ZodTypeAny, {
|
2499
2023
|
type: "within";
|
2500
2024
|
location: string | {
|
2501
|
-
$userField: "
|
2025
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2502
2026
|
};
|
2503
2027
|
}, {
|
2504
2028
|
type: "within";
|
2505
2029
|
location: string | {
|
2506
|
-
$userField: "
|
2030
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2507
2031
|
};
|
2508
2032
|
}>, z.ZodObject<{
|
2509
2033
|
type: z.ZodLiteral<"exact">;
|
2510
2034
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2511
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2035
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2512
2036
|
}, "strip", z.ZodTypeAny, {
|
2513
|
-
$userField: "
|
2037
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2514
2038
|
}, {
|
2515
|
-
$userField: "
|
2039
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2516
2040
|
}>]>;
|
2517
2041
|
}, "strip", z.ZodTypeAny, {
|
2518
2042
|
type: "exact";
|
2519
2043
|
term: string | {
|
2520
|
-
$userField: "
|
2044
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2521
2045
|
};
|
2522
2046
|
}, {
|
2523
2047
|
type: "exact";
|
2524
2048
|
term: string | {
|
2525
|
-
$userField: "
|
2049
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2526
2050
|
};
|
2527
2051
|
}>]>>>;
|
2528
2052
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
2529
2053
|
type: z.ZodLiteral<"within">;
|
2530
2054
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2531
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2055
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2532
2056
|
}, "strip", z.ZodTypeAny, {
|
2533
|
-
$userField: "
|
2057
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2534
2058
|
}, {
|
2535
|
-
$userField: "
|
2059
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2536
2060
|
}>]>;
|
2537
2061
|
}, "strip", z.ZodTypeAny, {
|
2538
2062
|
type: "within";
|
2539
2063
|
location: string | {
|
2540
|
-
$userField: "
|
2064
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2541
2065
|
};
|
2542
2066
|
}, {
|
2543
2067
|
type: "within";
|
2544
2068
|
location: string | {
|
2545
|
-
$userField: "
|
2069
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2546
2070
|
};
|
2547
2071
|
}>, z.ZodObject<{
|
2548
2072
|
type: z.ZodLiteral<"exact">;
|
2549
2073
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2550
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2074
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2551
2075
|
}, "strip", z.ZodTypeAny, {
|
2552
|
-
$userField: "
|
2076
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2553
2077
|
}, {
|
2554
|
-
$userField: "
|
2078
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2555
2079
|
}>]>;
|
2556
2080
|
}, "strip", z.ZodTypeAny, {
|
2557
2081
|
type: "exact";
|
2558
2082
|
term: string | {
|
2559
|
-
$userField: "
|
2083
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2560
2084
|
};
|
2561
2085
|
}, {
|
2562
2086
|
type: "exact";
|
2563
2087
|
term: string | {
|
2564
|
-
$userField: "
|
2088
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2565
2089
|
};
|
2566
2090
|
}>]>>>;
|
2567
2091
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2568
2092
|
type: z.ZodLiteral<"exact">;
|
2569
2093
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2570
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2094
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2571
2095
|
}, "strip", z.ZodTypeAny, {
|
2572
|
-
$userField: "
|
2096
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2573
2097
|
}, {
|
2574
|
-
$userField: "
|
2098
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2575
2099
|
}>]>;
|
2576
2100
|
}, "strip", z.ZodTypeAny, {
|
2577
2101
|
type: "exact";
|
2578
2102
|
term: string | {
|
2579
|
-
$userField: "
|
2103
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2580
2104
|
};
|
2581
2105
|
}, {
|
2582
2106
|
type: "exact";
|
2583
2107
|
term: string | {
|
2584
|
-
$userField: "
|
2108
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2585
2109
|
};
|
2586
2110
|
}>>>;
|
2587
2111
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2588
2112
|
type: z.ZodLiteral<"exact">;
|
2589
2113
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2590
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2114
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2591
2115
|
}, "strip", z.ZodTypeAny, {
|
2592
|
-
$userField: "
|
2116
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2593
2117
|
}, {
|
2594
|
-
$userField: "
|
2118
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2595
2119
|
}>]>;
|
2596
2120
|
}, "strip", z.ZodTypeAny, {
|
2597
2121
|
type: "exact";
|
2598
2122
|
term: string | {
|
2599
|
-
$userField: "
|
2123
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2600
2124
|
};
|
2601
2125
|
}, {
|
2602
2126
|
type: "exact";
|
2603
2127
|
term: string | {
|
2604
|
-
$userField: "
|
2128
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2605
2129
|
};
|
2606
2130
|
}>>>;
|
2607
2131
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
2608
2132
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2609
2133
|
type: z.ZodLiteral<"exact">;
|
2610
2134
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
2611
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2135
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
2612
2136
|
}, "strip", z.ZodTypeAny, {
|
2613
|
-
$userField: "
|
2137
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2614
2138
|
}, {
|
2615
|
-
$userField: "
|
2139
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2616
2140
|
}>]>;
|
2617
2141
|
}, "strip", z.ZodTypeAny, {
|
2618
2142
|
type: "exact";
|
2619
2143
|
term: string | {
|
2620
|
-
$userField: "
|
2144
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2621
2145
|
};
|
2622
2146
|
}, {
|
2623
2147
|
type: "exact";
|
2624
2148
|
term: string | {
|
2625
|
-
$userField: "
|
2149
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2626
2150
|
};
|
2627
2151
|
}>>>;
|
2628
2152
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -2635,26 +2159,25 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2635
2159
|
type: "exact";
|
2636
2160
|
term: string;
|
2637
2161
|
}>>>;
|
2638
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
2639
|
-
|
2640
|
-
|
2641
|
-
readonly INCOMPLETE: "incomplete";
|
2642
|
-
readonly REJECTED: "rejected";
|
2643
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
2644
|
-
}>]>, "many">>;
|
2645
|
-
noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
|
2646
|
-
readonly PRINTED: "printed";
|
2647
|
-
readonly INCOMPLETE: "incomplete";
|
2648
|
-
readonly REJECTED: "rejected";
|
2649
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
2650
|
-
}>]>, "many">>;
|
2162
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
2163
|
+
type: z.ZodLiteral<"anyOf">;
|
2164
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
2651
2165
|
}, "strip", z.ZodTypeAny, {
|
2652
|
-
anyOf
|
2653
|
-
|
2166
|
+
type: "anyOf";
|
2167
|
+
terms: string[];
|
2654
2168
|
}, {
|
2655
|
-
anyOf
|
2656
|
-
|
2657
|
-
}
|
2169
|
+
type: "anyOf";
|
2170
|
+
terms: string[];
|
2171
|
+
}>, z.ZodObject<{
|
2172
|
+
type: z.ZodLiteral<"not">;
|
2173
|
+
term: z.ZodString;
|
2174
|
+
}, "strip", z.ZodTypeAny, {
|
2175
|
+
type: "not";
|
2176
|
+
term: string;
|
2177
|
+
}, {
|
2178
|
+
type: "not";
|
2179
|
+
term: string;
|
2180
|
+
}>]>, "many">>>;
|
2658
2181
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
2659
2182
|
}, "strip", z.ZodTypeAny, {
|
2660
2183
|
status?: {
|
@@ -2677,24 +2200,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2677
2200
|
createdBy?: {
|
2678
2201
|
type: "exact";
|
2679
2202
|
term: string | {
|
2680
|
-
$userField: "
|
2203
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2681
2204
|
};
|
2682
2205
|
} | undefined;
|
2683
2206
|
createdAtLocation?: {
|
2684
2207
|
type: "exact";
|
2685
2208
|
term: string | {
|
2686
|
-
$userField: "
|
2209
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2687
2210
|
};
|
2688
2211
|
} | {
|
2689
2212
|
type: "within";
|
2690
2213
|
location: string | {
|
2691
|
-
$userField: "
|
2214
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2692
2215
|
};
|
2693
2216
|
} | undefined;
|
2694
2217
|
assignedTo?: {
|
2695
2218
|
type: "exact";
|
2696
2219
|
term: string | {
|
2697
|
-
$userField: "
|
2220
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2698
2221
|
};
|
2699
2222
|
} | undefined;
|
2700
2223
|
updatedAt?: {
|
@@ -2712,44 +2235,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2712
2235
|
updatedAtLocation?: {
|
2713
2236
|
type: "exact";
|
2714
2237
|
term: string | {
|
2715
|
-
$userField: "
|
2238
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2716
2239
|
};
|
2717
2240
|
} | {
|
2718
2241
|
type: "within";
|
2719
2242
|
location: string | {
|
2720
|
-
$userField: "
|
2243
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2721
2244
|
};
|
2722
2245
|
} | undefined;
|
2723
2246
|
updatedBy?: {
|
2724
2247
|
type: "exact";
|
2725
2248
|
term: string | {
|
2726
|
-
$userField: "
|
2249
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2727
2250
|
};
|
2728
2251
|
} | undefined;
|
2729
|
-
flags?: {
|
2730
|
-
anyOf
|
2731
|
-
|
2732
|
-
} | undefined;
|
2733
|
-
eventType?: string | undefined;
|
2734
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
2735
|
-
type: "range";
|
2736
|
-
gte: string;
|
2737
|
-
lte: string;
|
2738
|
-
} | {
|
2739
|
-
type: "exact";
|
2740
|
-
term: string;
|
2741
|
-
} | undefined;
|
2742
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
2743
|
-
type: "exact";
|
2744
|
-
term: string;
|
2252
|
+
flags?: ({
|
2253
|
+
type: "anyOf";
|
2254
|
+
terms: string[];
|
2745
2255
|
} | {
|
2746
|
-
type: "
|
2747
|
-
location: string;
|
2748
|
-
} | undefined;
|
2749
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
2750
|
-
type: "exact";
|
2256
|
+
type: "not";
|
2751
2257
|
term: string;
|
2752
|
-
} | undefined;
|
2258
|
+
})[] | undefined;
|
2259
|
+
eventType?: string | undefined;
|
2753
2260
|
}, {
|
2754
2261
|
status?: {
|
2755
2262
|
type: "exact";
|
@@ -2771,24 +2278,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2771
2278
|
createdBy?: {
|
2772
2279
|
type: "exact";
|
2773
2280
|
term: string | {
|
2774
|
-
$userField: "
|
2281
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2775
2282
|
};
|
2776
2283
|
} | undefined;
|
2777
2284
|
createdAtLocation?: {
|
2778
2285
|
type: "exact";
|
2779
2286
|
term: string | {
|
2780
|
-
$userField: "
|
2287
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2781
2288
|
};
|
2782
2289
|
} | {
|
2783
2290
|
type: "within";
|
2784
2291
|
location: string | {
|
2785
|
-
$userField: "
|
2292
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2786
2293
|
};
|
2787
2294
|
} | undefined;
|
2788
2295
|
assignedTo?: {
|
2789
2296
|
type: "exact";
|
2790
2297
|
term: string | {
|
2791
|
-
$userField: "
|
2298
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2792
2299
|
};
|
2793
2300
|
} | undefined;
|
2794
2301
|
updatedAt?: {
|
@@ -2806,44 +2313,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2806
2313
|
updatedAtLocation?: {
|
2807
2314
|
type: "exact";
|
2808
2315
|
term: string | {
|
2809
|
-
$userField: "
|
2316
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2810
2317
|
};
|
2811
2318
|
} | {
|
2812
2319
|
type: "within";
|
2813
2320
|
location: string | {
|
2814
|
-
$userField: "
|
2321
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2815
2322
|
};
|
2816
2323
|
} | undefined;
|
2817
2324
|
updatedBy?: {
|
2818
2325
|
type: "exact";
|
2819
2326
|
term: string | {
|
2820
|
-
$userField: "
|
2327
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2821
2328
|
};
|
2822
2329
|
} | undefined;
|
2823
|
-
flags?: {
|
2824
|
-
anyOf
|
2825
|
-
|
2826
|
-
} | undefined;
|
2827
|
-
eventType?: string | undefined;
|
2828
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
2829
|
-
type: "range";
|
2830
|
-
gte: string;
|
2831
|
-
lte: string;
|
2832
|
-
} | {
|
2833
|
-
type: "exact";
|
2834
|
-
term: string;
|
2835
|
-
} | undefined;
|
2836
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
2837
|
-
type: "exact";
|
2838
|
-
term: string;
|
2330
|
+
flags?: ({
|
2331
|
+
type: "anyOf";
|
2332
|
+
terms: string[];
|
2839
2333
|
} | {
|
2840
|
-
type: "
|
2841
|
-
location: string;
|
2842
|
-
} | undefined;
|
2843
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
2844
|
-
type: "exact";
|
2334
|
+
type: "not";
|
2845
2335
|
term: string;
|
2846
|
-
} | undefined;
|
2336
|
+
})[] | undefined;
|
2337
|
+
eventType?: string | undefined;
|
2847
2338
|
}>, "many">;
|
2848
2339
|
}, "strip", z.ZodTypeAny, {
|
2849
2340
|
type: "and";
|
@@ -2868,24 +2359,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2868
2359
|
createdBy?: {
|
2869
2360
|
type: "exact";
|
2870
2361
|
term: string | {
|
2871
|
-
$userField: "
|
2362
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2872
2363
|
};
|
2873
2364
|
} | undefined;
|
2874
2365
|
createdAtLocation?: {
|
2875
2366
|
type: "exact";
|
2876
2367
|
term: string | {
|
2877
|
-
$userField: "
|
2368
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2878
2369
|
};
|
2879
2370
|
} | {
|
2880
2371
|
type: "within";
|
2881
2372
|
location: string | {
|
2882
|
-
$userField: "
|
2373
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2883
2374
|
};
|
2884
2375
|
} | undefined;
|
2885
2376
|
assignedTo?: {
|
2886
2377
|
type: "exact";
|
2887
2378
|
term: string | {
|
2888
|
-
$userField: "
|
2379
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2889
2380
|
};
|
2890
2381
|
} | undefined;
|
2891
2382
|
updatedAt?: {
|
@@ -2903,44 +2394,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2903
2394
|
updatedAtLocation?: {
|
2904
2395
|
type: "exact";
|
2905
2396
|
term: string | {
|
2906
|
-
$userField: "
|
2397
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2907
2398
|
};
|
2908
2399
|
} | {
|
2909
2400
|
type: "within";
|
2910
2401
|
location: string | {
|
2911
|
-
$userField: "
|
2402
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2912
2403
|
};
|
2913
2404
|
} | undefined;
|
2914
2405
|
updatedBy?: {
|
2915
2406
|
type: "exact";
|
2916
2407
|
term: string | {
|
2917
|
-
$userField: "
|
2408
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2918
2409
|
};
|
2919
2410
|
} | undefined;
|
2920
|
-
flags?: {
|
2921
|
-
anyOf
|
2922
|
-
|
2923
|
-
} | undefined;
|
2924
|
-
eventType?: string | undefined;
|
2925
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
2926
|
-
type: "range";
|
2927
|
-
gte: string;
|
2928
|
-
lte: string;
|
2929
|
-
} | {
|
2930
|
-
type: "exact";
|
2931
|
-
term: string;
|
2932
|
-
} | undefined;
|
2933
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
2934
|
-
type: "exact";
|
2935
|
-
term: string;
|
2411
|
+
flags?: ({
|
2412
|
+
type: "anyOf";
|
2413
|
+
terms: string[];
|
2936
2414
|
} | {
|
2937
|
-
type: "
|
2938
|
-
location: string;
|
2939
|
-
} | undefined;
|
2940
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
2941
|
-
type: "exact";
|
2415
|
+
type: "not";
|
2942
2416
|
term: string;
|
2943
|
-
} | undefined;
|
2417
|
+
})[] | undefined;
|
2418
|
+
eventType?: string | undefined;
|
2944
2419
|
}[];
|
2945
2420
|
}, {
|
2946
2421
|
type: "and";
|
@@ -2965,24 +2440,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
2965
2440
|
createdBy?: {
|
2966
2441
|
type: "exact";
|
2967
2442
|
term: string | {
|
2968
|
-
$userField: "
|
2443
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2969
2444
|
};
|
2970
2445
|
} | undefined;
|
2971
2446
|
createdAtLocation?: {
|
2972
2447
|
type: "exact";
|
2973
2448
|
term: string | {
|
2974
|
-
$userField: "
|
2449
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2975
2450
|
};
|
2976
2451
|
} | {
|
2977
2452
|
type: "within";
|
2978
2453
|
location: string | {
|
2979
|
-
$userField: "
|
2454
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2980
2455
|
};
|
2981
2456
|
} | undefined;
|
2982
2457
|
assignedTo?: {
|
2983
2458
|
type: "exact";
|
2984
2459
|
term: string | {
|
2985
|
-
$userField: "
|
2460
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
2986
2461
|
};
|
2987
2462
|
} | undefined;
|
2988
2463
|
updatedAt?: {
|
@@ -3000,44 +2475,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3000
2475
|
updatedAtLocation?: {
|
3001
2476
|
type: "exact";
|
3002
2477
|
term: string | {
|
3003
|
-
$userField: "
|
2478
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3004
2479
|
};
|
3005
2480
|
} | {
|
3006
2481
|
type: "within";
|
3007
2482
|
location: string | {
|
3008
|
-
$userField: "
|
2483
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3009
2484
|
};
|
3010
2485
|
} | undefined;
|
3011
2486
|
updatedBy?: {
|
3012
2487
|
type: "exact";
|
3013
2488
|
term: string | {
|
3014
|
-
$userField: "
|
2489
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3015
2490
|
};
|
3016
2491
|
} | undefined;
|
3017
|
-
flags?: {
|
3018
|
-
anyOf
|
3019
|
-
|
3020
|
-
} | undefined;
|
3021
|
-
eventType?: string | undefined;
|
3022
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
3023
|
-
type: "range";
|
3024
|
-
gte: string;
|
3025
|
-
lte: string;
|
3026
|
-
} | {
|
3027
|
-
type: "exact";
|
3028
|
-
term: string;
|
3029
|
-
} | undefined;
|
3030
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
3031
|
-
type: "exact";
|
3032
|
-
term: string;
|
2492
|
+
flags?: ({
|
2493
|
+
type: "anyOf";
|
2494
|
+
terms: string[];
|
3033
2495
|
} | {
|
3034
|
-
type: "
|
3035
|
-
location: string;
|
3036
|
-
} | undefined;
|
3037
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
3038
|
-
type: "exact";
|
2496
|
+
type: "not";
|
3039
2497
|
term: string;
|
3040
|
-
} | undefined;
|
2498
|
+
})[] | undefined;
|
2499
|
+
eventType?: string | undefined;
|
3041
2500
|
}[];
|
3042
2501
|
}>, z.ZodObject<{
|
3043
2502
|
type: z.ZodLiteral<"or">;
|
@@ -3116,199 +2575,143 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3116
2575
|
gte: string;
|
3117
2576
|
lte: string;
|
3118
2577
|
}>]>>>;
|
3119
|
-
'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
3120
|
-
type: z.ZodLiteral<"exact">;
|
3121
|
-
term: z.ZodString;
|
3122
|
-
}, {
|
3123
|
-
term: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
3124
|
-
}>, "strip", z.ZodTypeAny, {
|
3125
|
-
type: "exact";
|
3126
|
-
term: string;
|
3127
|
-
}, {
|
3128
|
-
type: "exact";
|
3129
|
-
term: string;
|
3130
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3131
|
-
type: z.ZodLiteral<"range">;
|
3132
|
-
gte: z.ZodString;
|
3133
|
-
lte: z.ZodString;
|
3134
|
-
}, {
|
3135
|
-
gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
3136
|
-
lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
|
3137
|
-
}>, "strip", z.ZodTypeAny, {
|
3138
|
-
type: "range";
|
3139
|
-
gte: string;
|
3140
|
-
lte: string;
|
3141
|
-
}, {
|
3142
|
-
type: "range";
|
3143
|
-
gte: string;
|
3144
|
-
lte: string;
|
3145
|
-
}>]>>>;
|
3146
|
-
'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
3147
|
-
type: z.ZodLiteral<"within">;
|
3148
|
-
location: z.ZodString;
|
3149
|
-
}, "strip", z.ZodTypeAny, {
|
3150
|
-
type: "within";
|
3151
|
-
location: string;
|
3152
|
-
}, {
|
3153
|
-
type: "within";
|
3154
|
-
location: string;
|
3155
|
-
}>, z.ZodObject<{
|
3156
|
-
type: z.ZodLiteral<"exact">;
|
3157
|
-
term: z.ZodString;
|
3158
|
-
}, "strip", z.ZodTypeAny, {
|
3159
|
-
type: "exact";
|
3160
|
-
term: string;
|
3161
|
-
}, {
|
3162
|
-
type: "exact";
|
3163
|
-
term: string;
|
3164
|
-
}>]>>>;
|
3165
|
-
'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
3166
|
-
type: z.ZodLiteral<"exact">;
|
3167
|
-
term: z.ZodString;
|
3168
|
-
}, "strip", z.ZodTypeAny, {
|
3169
|
-
type: "exact";
|
3170
|
-
term: string;
|
3171
|
-
}, {
|
3172
|
-
type: "exact";
|
3173
|
-
term: string;
|
3174
|
-
}>>>;
|
3175
2578
|
createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
3176
2579
|
type: z.ZodLiteral<"within">;
|
3177
2580
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3178
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2581
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3179
2582
|
}, "strip", z.ZodTypeAny, {
|
3180
|
-
$userField: "
|
2583
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3181
2584
|
}, {
|
3182
|
-
$userField: "
|
2585
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3183
2586
|
}>]>;
|
3184
2587
|
}, "strip", z.ZodTypeAny, {
|
3185
2588
|
type: "within";
|
3186
2589
|
location: string | {
|
3187
|
-
$userField: "
|
2590
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3188
2591
|
};
|
3189
2592
|
}, {
|
3190
2593
|
type: "within";
|
3191
2594
|
location: string | {
|
3192
|
-
$userField: "
|
2595
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3193
2596
|
};
|
3194
2597
|
}>, z.ZodObject<{
|
3195
2598
|
type: z.ZodLiteral<"exact">;
|
3196
2599
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3197
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2600
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3198
2601
|
}, "strip", z.ZodTypeAny, {
|
3199
|
-
$userField: "
|
2602
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3200
2603
|
}, {
|
3201
|
-
$userField: "
|
2604
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3202
2605
|
}>]>;
|
3203
2606
|
}, "strip", z.ZodTypeAny, {
|
3204
2607
|
type: "exact";
|
3205
2608
|
term: string | {
|
3206
|
-
$userField: "
|
2609
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3207
2610
|
};
|
3208
2611
|
}, {
|
3209
2612
|
type: "exact";
|
3210
2613
|
term: string | {
|
3211
|
-
$userField: "
|
2614
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3212
2615
|
};
|
3213
2616
|
}>]>>>;
|
3214
2617
|
updatedAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
|
3215
2618
|
type: z.ZodLiteral<"within">;
|
3216
2619
|
location: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3217
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2620
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3218
2621
|
}, "strip", z.ZodTypeAny, {
|
3219
|
-
$userField: "
|
2622
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3220
2623
|
}, {
|
3221
|
-
$userField: "
|
2624
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3222
2625
|
}>]>;
|
3223
2626
|
}, "strip", z.ZodTypeAny, {
|
3224
2627
|
type: "within";
|
3225
2628
|
location: string | {
|
3226
|
-
$userField: "
|
2629
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3227
2630
|
};
|
3228
2631
|
}, {
|
3229
2632
|
type: "within";
|
3230
2633
|
location: string | {
|
3231
|
-
$userField: "
|
2634
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3232
2635
|
};
|
3233
2636
|
}>, z.ZodObject<{
|
3234
2637
|
type: z.ZodLiteral<"exact">;
|
3235
2638
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3236
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2639
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3237
2640
|
}, "strip", z.ZodTypeAny, {
|
3238
|
-
$userField: "
|
2641
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3239
2642
|
}, {
|
3240
|
-
$userField: "
|
2643
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3241
2644
|
}>]>;
|
3242
2645
|
}, "strip", z.ZodTypeAny, {
|
3243
2646
|
type: "exact";
|
3244
2647
|
term: string | {
|
3245
|
-
$userField: "
|
2648
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3246
2649
|
};
|
3247
2650
|
}, {
|
3248
2651
|
type: "exact";
|
3249
2652
|
term: string | {
|
3250
|
-
$userField: "
|
2653
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3251
2654
|
};
|
3252
2655
|
}>]>>>;
|
3253
2656
|
assignedTo: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
3254
2657
|
type: z.ZodLiteral<"exact">;
|
3255
2658
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3256
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2659
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3257
2660
|
}, "strip", z.ZodTypeAny, {
|
3258
|
-
$userField: "
|
2661
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3259
2662
|
}, {
|
3260
|
-
$userField: "
|
2663
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3261
2664
|
}>]>;
|
3262
2665
|
}, "strip", z.ZodTypeAny, {
|
3263
2666
|
type: "exact";
|
3264
2667
|
term: string | {
|
3265
|
-
$userField: "
|
2668
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3266
2669
|
};
|
3267
2670
|
}, {
|
3268
2671
|
type: "exact";
|
3269
2672
|
term: string | {
|
3270
|
-
$userField: "
|
2673
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3271
2674
|
};
|
3272
2675
|
}>>>;
|
3273
2676
|
createdBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
3274
2677
|
type: z.ZodLiteral<"exact">;
|
3275
2678
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3276
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2679
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3277
2680
|
}, "strip", z.ZodTypeAny, {
|
3278
|
-
$userField: "
|
2681
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3279
2682
|
}, {
|
3280
|
-
$userField: "
|
2683
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3281
2684
|
}>]>;
|
3282
2685
|
}, "strip", z.ZodTypeAny, {
|
3283
2686
|
type: "exact";
|
3284
2687
|
term: string | {
|
3285
|
-
$userField: "
|
2688
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3286
2689
|
};
|
3287
2690
|
}, {
|
3288
2691
|
type: "exact";
|
3289
2692
|
term: string | {
|
3290
|
-
$userField: "
|
2693
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3291
2694
|
};
|
3292
2695
|
}>>>;
|
3293
2696
|
createdByUserType: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
3294
2697
|
updatedBy: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
3295
2698
|
type: z.ZodLiteral<"exact">;
|
3296
2699
|
term: z.ZodUnion<[z.ZodString, z.ZodObject<{
|
3297
|
-
$userField: z.ZodEnum<["id", "name", "role", "
|
2700
|
+
$userField: z.ZodEnum<["id", "name", "role", "signatureFilename", "primaryOfficeId"]>;
|
3298
2701
|
}, "strip", z.ZodTypeAny, {
|
3299
|
-
$userField: "
|
2702
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3300
2703
|
}, {
|
3301
|
-
$userField: "
|
2704
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3302
2705
|
}>]>;
|
3303
2706
|
}, "strip", z.ZodTypeAny, {
|
3304
2707
|
type: "exact";
|
3305
2708
|
term: string | {
|
3306
|
-
$userField: "
|
2709
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3307
2710
|
};
|
3308
2711
|
}, {
|
3309
2712
|
type: "exact";
|
3310
2713
|
term: string | {
|
3311
|
-
$userField: "
|
2714
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3312
2715
|
};
|
3313
2716
|
}>>>;
|
3314
2717
|
trackingId: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
@@ -3321,26 +2724,25 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3321
2724
|
type: "exact";
|
3322
2725
|
term: string;
|
3323
2726
|
}>>>;
|
3324
|
-
flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
3325
|
-
|
3326
|
-
|
3327
|
-
readonly INCOMPLETE: "incomplete";
|
3328
|
-
readonly REJECTED: "rejected";
|
3329
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
3330
|
-
}>]>, "many">>;
|
3331
|
-
noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
|
3332
|
-
readonly PRINTED: "printed";
|
3333
|
-
readonly INCOMPLETE: "incomplete";
|
3334
|
-
readonly REJECTED: "rejected";
|
3335
|
-
readonly CORRECTION_REQUESTED: "correction-requested";
|
3336
|
-
}>]>, "many">>;
|
2727
|
+
flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
2728
|
+
type: z.ZodLiteral<"anyOf">;
|
2729
|
+
terms: z.ZodArray<z.ZodString, "many">;
|
3337
2730
|
}, "strip", z.ZodTypeAny, {
|
3338
|
-
anyOf
|
3339
|
-
|
2731
|
+
type: "anyOf";
|
2732
|
+
terms: string[];
|
3340
2733
|
}, {
|
3341
|
-
anyOf
|
3342
|
-
|
3343
|
-
}
|
2734
|
+
type: "anyOf";
|
2735
|
+
terms: string[];
|
2736
|
+
}>, z.ZodObject<{
|
2737
|
+
type: z.ZodLiteral<"not">;
|
2738
|
+
term: z.ZodString;
|
2739
|
+
}, "strip", z.ZodTypeAny, {
|
2740
|
+
type: "not";
|
2741
|
+
term: string;
|
2742
|
+
}, {
|
2743
|
+
type: "not";
|
2744
|
+
term: string;
|
2745
|
+
}>]>, "many">>>;
|
3344
2746
|
data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
3345
2747
|
}, "strip", z.ZodTypeAny, {
|
3346
2748
|
status?: {
|
@@ -3363,24 +2765,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3363
2765
|
createdBy?: {
|
3364
2766
|
type: "exact";
|
3365
2767
|
term: string | {
|
3366
|
-
$userField: "
|
2768
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3367
2769
|
};
|
3368
2770
|
} | undefined;
|
3369
2771
|
createdAtLocation?: {
|
3370
2772
|
type: "exact";
|
3371
2773
|
term: string | {
|
3372
|
-
$userField: "
|
2774
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3373
2775
|
};
|
3374
2776
|
} | {
|
3375
2777
|
type: "within";
|
3376
2778
|
location: string | {
|
3377
|
-
$userField: "
|
2779
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3378
2780
|
};
|
3379
2781
|
} | undefined;
|
3380
2782
|
assignedTo?: {
|
3381
2783
|
type: "exact";
|
3382
2784
|
term: string | {
|
3383
|
-
$userField: "
|
2785
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3384
2786
|
};
|
3385
2787
|
} | undefined;
|
3386
2788
|
updatedAt?: {
|
@@ -3398,44 +2800,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3398
2800
|
updatedAtLocation?: {
|
3399
2801
|
type: "exact";
|
3400
2802
|
term: string | {
|
3401
|
-
$userField: "
|
2803
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3402
2804
|
};
|
3403
2805
|
} | {
|
3404
2806
|
type: "within";
|
3405
2807
|
location: string | {
|
3406
|
-
$userField: "
|
2808
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3407
2809
|
};
|
3408
2810
|
} | undefined;
|
3409
2811
|
updatedBy?: {
|
3410
2812
|
type: "exact";
|
3411
2813
|
term: string | {
|
3412
|
-
$userField: "
|
2814
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3413
2815
|
};
|
3414
2816
|
} | undefined;
|
3415
|
-
flags?: {
|
3416
|
-
anyOf
|
3417
|
-
|
3418
|
-
} | undefined;
|
3419
|
-
eventType?: string | undefined;
|
3420
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
3421
|
-
type: "range";
|
3422
|
-
gte: string;
|
3423
|
-
lte: string;
|
3424
|
-
} | {
|
3425
|
-
type: "exact";
|
3426
|
-
term: string;
|
3427
|
-
} | undefined;
|
3428
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
3429
|
-
type: "exact";
|
3430
|
-
term: string;
|
2817
|
+
flags?: ({
|
2818
|
+
type: "anyOf";
|
2819
|
+
terms: string[];
|
3431
2820
|
} | {
|
3432
|
-
type: "
|
3433
|
-
location: string;
|
3434
|
-
} | undefined;
|
3435
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
3436
|
-
type: "exact";
|
2821
|
+
type: "not";
|
3437
2822
|
term: string;
|
3438
|
-
} | undefined;
|
2823
|
+
})[] | undefined;
|
2824
|
+
eventType?: string | undefined;
|
3439
2825
|
}, {
|
3440
2826
|
status?: {
|
3441
2827
|
type: "exact";
|
@@ -3457,24 +2843,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3457
2843
|
createdBy?: {
|
3458
2844
|
type: "exact";
|
3459
2845
|
term: string | {
|
3460
|
-
$userField: "
|
2846
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3461
2847
|
};
|
3462
2848
|
} | undefined;
|
3463
2849
|
createdAtLocation?: {
|
3464
2850
|
type: "exact";
|
3465
2851
|
term: string | {
|
3466
|
-
$userField: "
|
2852
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3467
2853
|
};
|
3468
2854
|
} | {
|
3469
2855
|
type: "within";
|
3470
2856
|
location: string | {
|
3471
|
-
$userField: "
|
2857
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3472
2858
|
};
|
3473
2859
|
} | undefined;
|
3474
2860
|
assignedTo?: {
|
3475
2861
|
type: "exact";
|
3476
2862
|
term: string | {
|
3477
|
-
$userField: "
|
2863
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3478
2864
|
};
|
3479
2865
|
} | undefined;
|
3480
2866
|
updatedAt?: {
|
@@ -3492,44 +2878,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3492
2878
|
updatedAtLocation?: {
|
3493
2879
|
type: "exact";
|
3494
2880
|
term: string | {
|
3495
|
-
$userField: "
|
2881
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3496
2882
|
};
|
3497
2883
|
} | {
|
3498
2884
|
type: "within";
|
3499
2885
|
location: string | {
|
3500
|
-
$userField: "
|
2886
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3501
2887
|
};
|
3502
2888
|
} | undefined;
|
3503
2889
|
updatedBy?: {
|
3504
2890
|
type: "exact";
|
3505
2891
|
term: string | {
|
3506
|
-
$userField: "
|
2892
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3507
2893
|
};
|
3508
2894
|
} | undefined;
|
3509
|
-
flags?: {
|
3510
|
-
anyOf
|
3511
|
-
|
3512
|
-
} | undefined;
|
3513
|
-
eventType?: string | undefined;
|
3514
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
3515
|
-
type: "range";
|
3516
|
-
gte: string;
|
3517
|
-
lte: string;
|
3518
|
-
} | {
|
3519
|
-
type: "exact";
|
3520
|
-
term: string;
|
3521
|
-
} | undefined;
|
3522
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
3523
|
-
type: "exact";
|
3524
|
-
term: string;
|
2895
|
+
flags?: ({
|
2896
|
+
type: "anyOf";
|
2897
|
+
terms: string[];
|
3525
2898
|
} | {
|
3526
|
-
type: "
|
3527
|
-
location: string;
|
3528
|
-
} | undefined;
|
3529
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
3530
|
-
type: "exact";
|
2899
|
+
type: "not";
|
3531
2900
|
term: string;
|
3532
|
-
} | undefined;
|
2901
|
+
})[] | undefined;
|
2902
|
+
eventType?: string | undefined;
|
3533
2903
|
}>, "many">;
|
3534
2904
|
}, "strip", z.ZodTypeAny, {
|
3535
2905
|
type: "or";
|
@@ -3554,24 +2924,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3554
2924
|
createdBy?: {
|
3555
2925
|
type: "exact";
|
3556
2926
|
term: string | {
|
3557
|
-
$userField: "
|
2927
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3558
2928
|
};
|
3559
2929
|
} | undefined;
|
3560
2930
|
createdAtLocation?: {
|
3561
2931
|
type: "exact";
|
3562
2932
|
term: string | {
|
3563
|
-
$userField: "
|
2933
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3564
2934
|
};
|
3565
2935
|
} | {
|
3566
2936
|
type: "within";
|
3567
2937
|
location: string | {
|
3568
|
-
$userField: "
|
2938
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3569
2939
|
};
|
3570
2940
|
} | undefined;
|
3571
2941
|
assignedTo?: {
|
3572
2942
|
type: "exact";
|
3573
2943
|
term: string | {
|
3574
|
-
$userField: "
|
2944
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3575
2945
|
};
|
3576
2946
|
} | undefined;
|
3577
2947
|
updatedAt?: {
|
@@ -3589,44 +2959,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3589
2959
|
updatedAtLocation?: {
|
3590
2960
|
type: "exact";
|
3591
2961
|
term: string | {
|
3592
|
-
$userField: "
|
2962
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3593
2963
|
};
|
3594
2964
|
} | {
|
3595
2965
|
type: "within";
|
3596
2966
|
location: string | {
|
3597
|
-
$userField: "
|
2967
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3598
2968
|
};
|
3599
2969
|
} | undefined;
|
3600
2970
|
updatedBy?: {
|
3601
2971
|
type: "exact";
|
3602
2972
|
term: string | {
|
3603
|
-
$userField: "
|
2973
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3604
2974
|
};
|
3605
2975
|
} | undefined;
|
3606
|
-
flags?: {
|
3607
|
-
anyOf
|
3608
|
-
|
3609
|
-
} | undefined;
|
3610
|
-
eventType?: string | undefined;
|
3611
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
3612
|
-
type: "range";
|
3613
|
-
gte: string;
|
3614
|
-
lte: string;
|
3615
|
-
} | {
|
3616
|
-
type: "exact";
|
3617
|
-
term: string;
|
3618
|
-
} | undefined;
|
3619
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
3620
|
-
type: "exact";
|
3621
|
-
term: string;
|
2976
|
+
flags?: ({
|
2977
|
+
type: "anyOf";
|
2978
|
+
terms: string[];
|
3622
2979
|
} | {
|
3623
|
-
type: "
|
3624
|
-
location: string;
|
3625
|
-
} | undefined;
|
3626
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
3627
|
-
type: "exact";
|
2980
|
+
type: "not";
|
3628
2981
|
term: string;
|
3629
|
-
} | undefined;
|
2982
|
+
})[] | undefined;
|
2983
|
+
eventType?: string | undefined;
|
3630
2984
|
}[];
|
3631
2985
|
}, {
|
3632
2986
|
type: "or";
|
@@ -3651,24 +3005,24 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3651
3005
|
createdBy?: {
|
3652
3006
|
type: "exact";
|
3653
3007
|
term: string | {
|
3654
|
-
$userField: "
|
3008
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3655
3009
|
};
|
3656
3010
|
} | undefined;
|
3657
3011
|
createdAtLocation?: {
|
3658
3012
|
type: "exact";
|
3659
3013
|
term: string | {
|
3660
|
-
$userField: "
|
3014
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3661
3015
|
};
|
3662
3016
|
} | {
|
3663
3017
|
type: "within";
|
3664
3018
|
location: string | {
|
3665
|
-
$userField: "
|
3019
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3666
3020
|
};
|
3667
3021
|
} | undefined;
|
3668
3022
|
assignedTo?: {
|
3669
3023
|
type: "exact";
|
3670
3024
|
term: string | {
|
3671
|
-
$userField: "
|
3025
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3672
3026
|
};
|
3673
3027
|
} | undefined;
|
3674
3028
|
updatedAt?: {
|
@@ -3686,44 +3040,28 @@ export declare const CountryConfigQueryInputType: z.ZodUnion<[z.ZodObject<{
|
|
3686
3040
|
updatedAtLocation?: {
|
3687
3041
|
type: "exact";
|
3688
3042
|
term: string | {
|
3689
|
-
$userField: "
|
3043
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3690
3044
|
};
|
3691
3045
|
} | {
|
3692
3046
|
type: "within";
|
3693
3047
|
location: string | {
|
3694
|
-
$userField: "
|
3048
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3695
3049
|
};
|
3696
3050
|
} | undefined;
|
3697
3051
|
updatedBy?: {
|
3698
3052
|
type: "exact";
|
3699
3053
|
term: string | {
|
3700
|
-
$userField: "
|
3054
|
+
$userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
|
3701
3055
|
};
|
3702
3056
|
} | undefined;
|
3703
|
-
flags?: {
|
3704
|
-
anyOf
|
3705
|
-
|
3706
|
-
} | undefined;
|
3707
|
-
eventType?: string | undefined;
|
3708
|
-
'legalStatus.REGISTERED.createdAt'?: {
|
3709
|
-
type: "range";
|
3710
|
-
gte: string;
|
3711
|
-
lte: string;
|
3712
|
-
} | {
|
3713
|
-
type: "exact";
|
3714
|
-
term: string;
|
3715
|
-
} | undefined;
|
3716
|
-
'legalStatus.REGISTERED.createdAtLocation'?: {
|
3717
|
-
type: "exact";
|
3718
|
-
term: string;
|
3057
|
+
flags?: ({
|
3058
|
+
type: "anyOf";
|
3059
|
+
terms: string[];
|
3719
3060
|
} | {
|
3720
|
-
type: "
|
3721
|
-
location: string;
|
3722
|
-
} | undefined;
|
3723
|
-
'legalStatus.REGISTERED.registrationNumber'?: {
|
3724
|
-
type: "exact";
|
3061
|
+
type: "not";
|
3725
3062
|
term: string;
|
3726
|
-
} | undefined;
|
3063
|
+
})[] | undefined;
|
3064
|
+
eventType?: string | undefined;
|
3727
3065
|
}[];
|
3728
3066
|
}>]>;
|
3729
3067
|
export type CountryConfigQueryInputType = z.infer<typeof CountryConfigQueryInputType>;
|