@opencrvs/toolkit 1.8.0-rc.f7aaf07 → 1.8.0-rc.f7e4aad

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.
@@ -95,6 +95,62 @@ export declare const WorkqueueConfig: z.ZodObject<{
95
95
  gte: string;
96
96
  lte: string;
97
97
  }>]>>>;
98
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
99
+ type: z.ZodLiteral<"exact">;
100
+ term: z.ZodString;
101
+ }, {
102
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
103
+ }>, "strip", z.ZodTypeAny, {
104
+ type: "exact";
105
+ term: string;
106
+ }, {
107
+ type: "exact";
108
+ term: string;
109
+ }>, z.ZodObject<z.objectUtil.extendShape<{
110
+ type: z.ZodLiteral<"range">;
111
+ gte: z.ZodString;
112
+ lte: z.ZodString;
113
+ }, {
114
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
115
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
116
+ }>, "strip", z.ZodTypeAny, {
117
+ type: "range";
118
+ gte: string;
119
+ lte: string;
120
+ }, {
121
+ type: "range";
122
+ gte: string;
123
+ lte: string;
124
+ }>]>>>;
125
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
126
+ type: z.ZodLiteral<"within">;
127
+ location: z.ZodString;
128
+ }, "strip", z.ZodTypeAny, {
129
+ type: "within";
130
+ location: string;
131
+ }, {
132
+ type: "within";
133
+ location: string;
134
+ }>, z.ZodObject<{
135
+ type: z.ZodLiteral<"exact">;
136
+ term: z.ZodString;
137
+ }, "strip", z.ZodTypeAny, {
138
+ type: "exact";
139
+ term: string;
140
+ }, {
141
+ type: "exact";
142
+ term: string;
143
+ }>]>>>;
144
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
145
+ type: z.ZodLiteral<"exact">;
146
+ term: z.ZodString;
147
+ }, "strip", z.ZodTypeAny, {
148
+ type: "exact";
149
+ term: string;
150
+ }, {
151
+ type: "exact";
152
+ term: string;
153
+ }>>>;
98
154
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
99
155
  type: z.ZodLiteral<"within">;
100
156
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -244,25 +300,26 @@ export declare const WorkqueueConfig: z.ZodObject<{
244
300
  type: "exact";
245
301
  term: string;
246
302
  }>>>;
247
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
248
- type: z.ZodLiteral<"anyOf">;
249
- terms: z.ZodArray<z.ZodString, "many">;
250
- }, "strip", z.ZodTypeAny, {
251
- type: "anyOf";
252
- terms: string[];
253
- }, {
254
- type: "anyOf";
255
- terms: string[];
256
- }>, z.ZodObject<{
257
- type: z.ZodLiteral<"not">;
258
- term: z.ZodString;
303
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
304
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
305
+ readonly PRINTED: "printed";
306
+ readonly INCOMPLETE: "incomplete";
307
+ readonly REJECTED: "rejected";
308
+ readonly CORRECTION_REQUESTED: "correction-requested";
309
+ }>]>, "many">>;
310
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
311
+ readonly PRINTED: "printed";
312
+ readonly INCOMPLETE: "incomplete";
313
+ readonly REJECTED: "rejected";
314
+ readonly CORRECTION_REQUESTED: "correction-requested";
315
+ }>]>, "many">>;
259
316
  }, "strip", z.ZodTypeAny, {
260
- type: "not";
261
- term: string;
317
+ anyOf?: string[] | undefined;
318
+ noneOf?: string[] | undefined;
262
319
  }, {
263
- type: "not";
264
- term: string;
265
- }>]>, "many">>>;
320
+ anyOf?: string[] | undefined;
321
+ noneOf?: string[] | undefined;
322
+ }>>>;
266
323
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
267
324
  }, "strip", z.ZodTypeAny, {
268
325
  status?: {
@@ -334,14 +391,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
334
391
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
335
392
  };
336
393
  } | undefined;
337
- flags?: ({
338
- type: "anyOf";
339
- terms: string[];
394
+ flags?: {
395
+ anyOf?: string[] | undefined;
396
+ noneOf?: string[] | undefined;
397
+ } | undefined;
398
+ eventType?: string | undefined;
399
+ 'legalStatus.REGISTERED.createdAt'?: {
400
+ type: "range";
401
+ gte: string;
402
+ lte: string;
340
403
  } | {
341
- type: "not";
404
+ type: "exact";
342
405
  term: string;
343
- })[] | undefined;
344
- eventType?: string | undefined;
406
+ } | undefined;
407
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
408
+ type: "exact";
409
+ term: string;
410
+ } | {
411
+ type: "within";
412
+ location: string;
413
+ } | undefined;
414
+ 'legalStatus.REGISTERED.registrationNumber'?: {
415
+ type: "exact";
416
+ term: string;
417
+ } | undefined;
345
418
  }, {
346
419
  status?: {
347
420
  type: "exact";
@@ -412,14 +485,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
412
485
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
413
486
  };
414
487
  } | undefined;
415
- flags?: ({
416
- type: "anyOf";
417
- terms: string[];
488
+ flags?: {
489
+ anyOf?: string[] | undefined;
490
+ noneOf?: string[] | undefined;
491
+ } | undefined;
492
+ eventType?: string | undefined;
493
+ 'legalStatus.REGISTERED.createdAt'?: {
494
+ type: "range";
495
+ gte: string;
496
+ lte: string;
418
497
  } | {
419
- type: "not";
498
+ type: "exact";
420
499
  term: string;
421
- })[] | undefined;
422
- eventType?: string | undefined;
500
+ } | undefined;
501
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
502
+ type: "exact";
503
+ term: string;
504
+ } | {
505
+ type: "within";
506
+ location: string;
507
+ } | undefined;
508
+ 'legalStatus.REGISTERED.registrationNumber'?: {
509
+ type: "exact";
510
+ term: string;
511
+ } | undefined;
423
512
  }>, "many">;
424
513
  }, "strip", z.ZodTypeAny, {
425
514
  type: "and";
@@ -493,14 +582,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
493
582
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
494
583
  };
495
584
  } | undefined;
496
- flags?: ({
497
- type: "anyOf";
498
- terms: string[];
585
+ flags?: {
586
+ anyOf?: string[] | undefined;
587
+ noneOf?: string[] | undefined;
588
+ } | undefined;
589
+ eventType?: string | undefined;
590
+ 'legalStatus.REGISTERED.createdAt'?: {
591
+ type: "range";
592
+ gte: string;
593
+ lte: string;
499
594
  } | {
500
- type: "not";
595
+ type: "exact";
501
596
  term: string;
502
- })[] | undefined;
503
- eventType?: string | undefined;
597
+ } | undefined;
598
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
599
+ type: "exact";
600
+ term: string;
601
+ } | {
602
+ type: "within";
603
+ location: string;
604
+ } | undefined;
605
+ 'legalStatus.REGISTERED.registrationNumber'?: {
606
+ type: "exact";
607
+ term: string;
608
+ } | undefined;
504
609
  }[];
505
610
  }, {
506
611
  type: "and";
@@ -574,14 +679,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
574
679
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
575
680
  };
576
681
  } | undefined;
577
- flags?: ({
578
- type: "anyOf";
579
- terms: string[];
682
+ flags?: {
683
+ anyOf?: string[] | undefined;
684
+ noneOf?: string[] | undefined;
685
+ } | undefined;
686
+ eventType?: string | undefined;
687
+ 'legalStatus.REGISTERED.createdAt'?: {
688
+ type: "range";
689
+ gte: string;
690
+ lte: string;
580
691
  } | {
581
- type: "not";
692
+ type: "exact";
582
693
  term: string;
583
- })[] | undefined;
584
- eventType?: string | undefined;
694
+ } | undefined;
695
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
696
+ type: "exact";
697
+ term: string;
698
+ } | {
699
+ type: "within";
700
+ location: string;
701
+ } | undefined;
702
+ 'legalStatus.REGISTERED.registrationNumber'?: {
703
+ type: "exact";
704
+ term: string;
705
+ } | undefined;
585
706
  }[];
586
707
  }>, z.ZodObject<{
587
708
  type: z.ZodLiteral<"or">;
@@ -660,6 +781,62 @@ export declare const WorkqueueConfig: z.ZodObject<{
660
781
  gte: string;
661
782
  lte: string;
662
783
  }>]>>>;
784
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
785
+ type: z.ZodLiteral<"exact">;
786
+ term: z.ZodString;
787
+ }, {
788
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
789
+ }>, "strip", z.ZodTypeAny, {
790
+ type: "exact";
791
+ term: string;
792
+ }, {
793
+ type: "exact";
794
+ term: string;
795
+ }>, z.ZodObject<z.objectUtil.extendShape<{
796
+ type: z.ZodLiteral<"range">;
797
+ gte: z.ZodString;
798
+ lte: z.ZodString;
799
+ }, {
800
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
801
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
802
+ }>, "strip", z.ZodTypeAny, {
803
+ type: "range";
804
+ gte: string;
805
+ lte: string;
806
+ }, {
807
+ type: "range";
808
+ gte: string;
809
+ lte: string;
810
+ }>]>>>;
811
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
812
+ type: z.ZodLiteral<"within">;
813
+ location: z.ZodString;
814
+ }, "strip", z.ZodTypeAny, {
815
+ type: "within";
816
+ location: string;
817
+ }, {
818
+ type: "within";
819
+ location: string;
820
+ }>, z.ZodObject<{
821
+ type: z.ZodLiteral<"exact">;
822
+ term: z.ZodString;
823
+ }, "strip", z.ZodTypeAny, {
824
+ type: "exact";
825
+ term: string;
826
+ }, {
827
+ type: "exact";
828
+ term: string;
829
+ }>]>>>;
830
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
831
+ type: z.ZodLiteral<"exact">;
832
+ term: z.ZodString;
833
+ }, "strip", z.ZodTypeAny, {
834
+ type: "exact";
835
+ term: string;
836
+ }, {
837
+ type: "exact";
838
+ term: string;
839
+ }>>>;
663
840
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
664
841
  type: z.ZodLiteral<"within">;
665
842
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -809,25 +986,26 @@ export declare const WorkqueueConfig: z.ZodObject<{
809
986
  type: "exact";
810
987
  term: string;
811
988
  }>>>;
812
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
813
- type: z.ZodLiteral<"anyOf">;
814
- terms: z.ZodArray<z.ZodString, "many">;
815
- }, "strip", z.ZodTypeAny, {
816
- type: "anyOf";
817
- terms: string[];
818
- }, {
819
- type: "anyOf";
820
- terms: string[];
821
- }>, z.ZodObject<{
822
- type: z.ZodLiteral<"not">;
823
- term: z.ZodString;
989
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
990
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
991
+ readonly PRINTED: "printed";
992
+ readonly INCOMPLETE: "incomplete";
993
+ readonly REJECTED: "rejected";
994
+ readonly CORRECTION_REQUESTED: "correction-requested";
995
+ }>]>, "many">>;
996
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
997
+ readonly PRINTED: "printed";
998
+ readonly INCOMPLETE: "incomplete";
999
+ readonly REJECTED: "rejected";
1000
+ readonly CORRECTION_REQUESTED: "correction-requested";
1001
+ }>]>, "many">>;
824
1002
  }, "strip", z.ZodTypeAny, {
825
- type: "not";
826
- term: string;
1003
+ anyOf?: string[] | undefined;
1004
+ noneOf?: string[] | undefined;
827
1005
  }, {
828
- type: "not";
829
- term: string;
830
- }>]>, "many">>>;
1006
+ anyOf?: string[] | undefined;
1007
+ noneOf?: string[] | undefined;
1008
+ }>>>;
831
1009
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
832
1010
  }, "strip", z.ZodTypeAny, {
833
1011
  status?: {
@@ -899,14 +1077,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
899
1077
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
900
1078
  };
901
1079
  } | undefined;
902
- flags?: ({
903
- type: "anyOf";
904
- terms: string[];
1080
+ flags?: {
1081
+ anyOf?: string[] | undefined;
1082
+ noneOf?: string[] | undefined;
1083
+ } | undefined;
1084
+ eventType?: string | undefined;
1085
+ 'legalStatus.REGISTERED.createdAt'?: {
1086
+ type: "range";
1087
+ gte: string;
1088
+ lte: string;
1089
+ } | {
1090
+ type: "exact";
1091
+ term: string;
1092
+ } | undefined;
1093
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1094
+ type: "exact";
1095
+ term: string;
905
1096
  } | {
906
- type: "not";
1097
+ type: "within";
1098
+ location: string;
1099
+ } | undefined;
1100
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1101
+ type: "exact";
907
1102
  term: string;
908
- })[] | undefined;
909
- eventType?: string | undefined;
1103
+ } | undefined;
910
1104
  }, {
911
1105
  status?: {
912
1106
  type: "exact";
@@ -977,28 +1171,44 @@ export declare const WorkqueueConfig: z.ZodObject<{
977
1171
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
978
1172
  };
979
1173
  } | undefined;
980
- flags?: ({
981
- type: "anyOf";
982
- terms: string[];
983
- } | {
984
- type: "not";
985
- term: string;
986
- })[] | undefined;
987
- eventType?: string | undefined;
988
- }>, "many">;
989
- }, "strip", z.ZodTypeAny, {
990
- type: "or";
991
- clauses: {
992
- status?: {
993
- type: "exact";
994
- term: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
995
- } | {
996
- type: "anyOf";
997
- terms: ("ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
1174
+ flags?: {
1175
+ anyOf?: string[] | undefined;
1176
+ noneOf?: string[] | undefined;
998
1177
  } | undefined;
999
- data?: any;
1000
- createdByUserType?: "system" | "user" | undefined;
1001
- createdAt?: {
1178
+ eventType?: string | undefined;
1179
+ 'legalStatus.REGISTERED.createdAt'?: {
1180
+ type: "range";
1181
+ gte: string;
1182
+ lte: string;
1183
+ } | {
1184
+ type: "exact";
1185
+ term: string;
1186
+ } | undefined;
1187
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1188
+ type: "exact";
1189
+ term: string;
1190
+ } | {
1191
+ type: "within";
1192
+ location: string;
1193
+ } | undefined;
1194
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1195
+ type: "exact";
1196
+ term: string;
1197
+ } | undefined;
1198
+ }>, "many">;
1199
+ }, "strip", z.ZodTypeAny, {
1200
+ type: "or";
1201
+ clauses: {
1202
+ status?: {
1203
+ type: "exact";
1204
+ term: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
1205
+ } | {
1206
+ type: "anyOf";
1207
+ terms: ("ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
1208
+ } | undefined;
1209
+ data?: any;
1210
+ createdByUserType?: "system" | "user" | undefined;
1211
+ createdAt?: {
1002
1212
  type: "range";
1003
1213
  gte: string;
1004
1214
  lte: string;
@@ -1058,14 +1268,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
1058
1268
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1059
1269
  };
1060
1270
  } | undefined;
1061
- flags?: ({
1062
- type: "anyOf";
1063
- terms: string[];
1271
+ flags?: {
1272
+ anyOf?: string[] | undefined;
1273
+ noneOf?: string[] | undefined;
1274
+ } | undefined;
1275
+ eventType?: string | undefined;
1276
+ 'legalStatus.REGISTERED.createdAt'?: {
1277
+ type: "range";
1278
+ gte: string;
1279
+ lte: string;
1064
1280
  } | {
1065
- type: "not";
1281
+ type: "exact";
1066
1282
  term: string;
1067
- })[] | undefined;
1068
- eventType?: string | undefined;
1283
+ } | undefined;
1284
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1285
+ type: "exact";
1286
+ term: string;
1287
+ } | {
1288
+ type: "within";
1289
+ location: string;
1290
+ } | undefined;
1291
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1292
+ type: "exact";
1293
+ term: string;
1294
+ } | undefined;
1069
1295
  }[];
1070
1296
  }, {
1071
1297
  type: "or";
@@ -1139,14 +1365,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
1139
1365
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1140
1366
  };
1141
1367
  } | undefined;
1142
- flags?: ({
1143
- type: "anyOf";
1144
- terms: string[];
1368
+ flags?: {
1369
+ anyOf?: string[] | undefined;
1370
+ noneOf?: string[] | undefined;
1371
+ } | undefined;
1372
+ eventType?: string | undefined;
1373
+ 'legalStatus.REGISTERED.createdAt'?: {
1374
+ type: "range";
1375
+ gte: string;
1376
+ lte: string;
1145
1377
  } | {
1146
- type: "not";
1378
+ type: "exact";
1147
1379
  term: string;
1148
- })[] | undefined;
1149
- eventType?: string | undefined;
1380
+ } | undefined;
1381
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1382
+ type: "exact";
1383
+ term: string;
1384
+ } | {
1385
+ type: "within";
1386
+ location: string;
1387
+ } | undefined;
1388
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1389
+ type: "exact";
1390
+ term: string;
1391
+ } | undefined;
1150
1392
  }[];
1151
1393
  }>]>;
1152
1394
  actions: z.ZodArray<z.ZodObject<{
@@ -1187,7 +1429,7 @@ export declare const WorkqueueConfig: z.ZodObject<{
1187
1429
  defaultMessage: string;
1188
1430
  };
1189
1431
  }>, "many">>;
1190
- icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "DownloadSimple", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
1432
+ icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
1191
1433
  }, "strip", z.ZodTypeAny, {
1192
1434
  name: TranslationConfig;
1193
1435
  actions: {
@@ -1266,14 +1508,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
1266
1508
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1267
1509
  };
1268
1510
  } | undefined;
1269
- flags?: ({
1270
- type: "anyOf";
1271
- terms: string[];
1511
+ flags?: {
1512
+ anyOf?: string[] | undefined;
1513
+ noneOf?: string[] | undefined;
1514
+ } | undefined;
1515
+ eventType?: string | undefined;
1516
+ 'legalStatus.REGISTERED.createdAt'?: {
1517
+ type: "range";
1518
+ gte: string;
1519
+ lte: string;
1272
1520
  } | {
1273
- type: "not";
1521
+ type: "exact";
1274
1522
  term: string;
1275
- })[] | undefined;
1276
- eventType?: string | undefined;
1523
+ } | undefined;
1524
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1525
+ type: "exact";
1526
+ term: string;
1527
+ } | {
1528
+ type: "within";
1529
+ location: string;
1530
+ } | undefined;
1531
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1532
+ type: "exact";
1533
+ term: string;
1534
+ } | undefined;
1277
1535
  }[];
1278
1536
  } | {
1279
1537
  type: "and";
@@ -1347,14 +1605,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
1347
1605
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1348
1606
  };
1349
1607
  } | undefined;
1350
- flags?: ({
1351
- type: "anyOf";
1352
- terms: string[];
1608
+ flags?: {
1609
+ anyOf?: string[] | undefined;
1610
+ noneOf?: string[] | undefined;
1611
+ } | undefined;
1612
+ eventType?: string | undefined;
1613
+ 'legalStatus.REGISTERED.createdAt'?: {
1614
+ type: "range";
1615
+ gte: string;
1616
+ lte: string;
1353
1617
  } | {
1354
- type: "not";
1618
+ type: "exact";
1355
1619
  term: string;
1356
- })[] | undefined;
1357
- eventType?: string | undefined;
1620
+ } | undefined;
1621
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1622
+ type: "exact";
1623
+ term: string;
1624
+ } | {
1625
+ type: "within";
1626
+ location: string;
1627
+ } | undefined;
1628
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1629
+ type: "exact";
1630
+ term: string;
1631
+ } | undefined;
1358
1632
  }[];
1359
1633
  };
1360
1634
  slug: string;
@@ -1364,7 +1638,7 @@ export declare const WorkqueueConfig: z.ZodObject<{
1364
1638
  };
1365
1639
  label: TranslationConfig;
1366
1640
  }[];
1367
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
1641
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
1368
1642
  }, {
1369
1643
  name: {
1370
1644
  id: string;
@@ -1447,14 +1721,30 @@ export declare const WorkqueueConfig: z.ZodObject<{
1447
1721
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1448
1722
  };
1449
1723
  } | undefined;
1450
- flags?: ({
1451
- type: "anyOf";
1452
- terms: string[];
1724
+ flags?: {
1725
+ anyOf?: string[] | undefined;
1726
+ noneOf?: string[] | undefined;
1727
+ } | undefined;
1728
+ eventType?: string | undefined;
1729
+ 'legalStatus.REGISTERED.createdAt'?: {
1730
+ type: "range";
1731
+ gte: string;
1732
+ lte: string;
1453
1733
  } | {
1454
- type: "not";
1734
+ type: "exact";
1455
1735
  term: string;
1456
- })[] | undefined;
1457
- eventType?: string | undefined;
1736
+ } | undefined;
1737
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1738
+ type: "exact";
1739
+ term: string;
1740
+ } | {
1741
+ type: "within";
1742
+ location: string;
1743
+ } | undefined;
1744
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1745
+ type: "exact";
1746
+ term: string;
1747
+ } | undefined;
1458
1748
  }[];
1459
1749
  } | {
1460
1750
  type: "and";
@@ -1528,18 +1818,34 @@ export declare const WorkqueueConfig: z.ZodObject<{
1528
1818
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1529
1819
  };
1530
1820
  } | undefined;
1531
- flags?: ({
1532
- type: "anyOf";
1533
- terms: string[];
1821
+ flags?: {
1822
+ anyOf?: string[] | undefined;
1823
+ noneOf?: string[] | undefined;
1824
+ } | undefined;
1825
+ eventType?: string | undefined;
1826
+ 'legalStatus.REGISTERED.createdAt'?: {
1827
+ type: "range";
1828
+ gte: string;
1829
+ lte: string;
1534
1830
  } | {
1535
- type: "not";
1831
+ type: "exact";
1536
1832
  term: string;
1537
- })[] | undefined;
1538
- eventType?: string | undefined;
1833
+ } | undefined;
1834
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
1835
+ type: "exact";
1836
+ term: string;
1837
+ } | {
1838
+ type: "within";
1839
+ location: string;
1840
+ } | undefined;
1841
+ 'legalStatus.REGISTERED.registrationNumber'?: {
1842
+ type: "exact";
1843
+ term: string;
1844
+ } | undefined;
1539
1845
  }[];
1540
1846
  };
1541
1847
  slug: string;
1542
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
1848
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
1543
1849
  columns?: {
1544
1850
  value: {
1545
1851
  $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
@@ -1635,6 +1941,62 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
1635
1941
  gte: string;
1636
1942
  lte: string;
1637
1943
  }>]>>>;
1944
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1945
+ type: z.ZodLiteral<"exact">;
1946
+ term: z.ZodString;
1947
+ }, {
1948
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
1949
+ }>, "strip", z.ZodTypeAny, {
1950
+ type: "exact";
1951
+ term: string;
1952
+ }, {
1953
+ type: "exact";
1954
+ term: string;
1955
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1956
+ type: z.ZodLiteral<"range">;
1957
+ gte: z.ZodString;
1958
+ lte: z.ZodString;
1959
+ }, {
1960
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
1961
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
1962
+ }>, "strip", z.ZodTypeAny, {
1963
+ type: "range";
1964
+ gte: string;
1965
+ lte: string;
1966
+ }, {
1967
+ type: "range";
1968
+ gte: string;
1969
+ lte: string;
1970
+ }>]>>>;
1971
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1972
+ type: z.ZodLiteral<"within">;
1973
+ location: z.ZodString;
1974
+ }, "strip", z.ZodTypeAny, {
1975
+ type: "within";
1976
+ location: string;
1977
+ }, {
1978
+ type: "within";
1979
+ location: string;
1980
+ }>, z.ZodObject<{
1981
+ type: z.ZodLiteral<"exact">;
1982
+ term: z.ZodString;
1983
+ }, "strip", z.ZodTypeAny, {
1984
+ type: "exact";
1985
+ term: string;
1986
+ }, {
1987
+ type: "exact";
1988
+ term: string;
1989
+ }>]>>>;
1990
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
1991
+ type: z.ZodLiteral<"exact">;
1992
+ term: z.ZodString;
1993
+ }, "strip", z.ZodTypeAny, {
1994
+ type: "exact";
1995
+ term: string;
1996
+ }, {
1997
+ type: "exact";
1998
+ term: string;
1999
+ }>>>;
1638
2000
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
1639
2001
  type: z.ZodLiteral<"within">;
1640
2002
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -1784,25 +2146,26 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
1784
2146
  type: "exact";
1785
2147
  term: string;
1786
2148
  }>>>;
1787
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
1788
- type: z.ZodLiteral<"anyOf">;
1789
- terms: z.ZodArray<z.ZodString, "many">;
1790
- }, "strip", z.ZodTypeAny, {
1791
- type: "anyOf";
1792
- terms: string[];
1793
- }, {
1794
- type: "anyOf";
1795
- terms: string[];
1796
- }>, z.ZodObject<{
1797
- type: z.ZodLiteral<"not">;
1798
- term: z.ZodString;
2149
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2150
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
2151
+ readonly PRINTED: "printed";
2152
+ readonly INCOMPLETE: "incomplete";
2153
+ readonly REJECTED: "rejected";
2154
+ readonly CORRECTION_REQUESTED: "correction-requested";
2155
+ }>]>, "many">>;
2156
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
2157
+ readonly PRINTED: "printed";
2158
+ readonly INCOMPLETE: "incomplete";
2159
+ readonly REJECTED: "rejected";
2160
+ readonly CORRECTION_REQUESTED: "correction-requested";
2161
+ }>]>, "many">>;
1799
2162
  }, "strip", z.ZodTypeAny, {
1800
- type: "not";
1801
- term: string;
2163
+ anyOf?: string[] | undefined;
2164
+ noneOf?: string[] | undefined;
1802
2165
  }, {
1803
- type: "not";
1804
- term: string;
1805
- }>]>, "many">>>;
2166
+ anyOf?: string[] | undefined;
2167
+ noneOf?: string[] | undefined;
2168
+ }>>>;
1806
2169
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
1807
2170
  }, "strip", z.ZodTypeAny, {
1808
2171
  status?: {
@@ -1874,14 +2237,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
1874
2237
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1875
2238
  };
1876
2239
  } | undefined;
1877
- flags?: ({
1878
- type: "anyOf";
1879
- terms: string[];
2240
+ flags?: {
2241
+ anyOf?: string[] | undefined;
2242
+ noneOf?: string[] | undefined;
2243
+ } | undefined;
2244
+ eventType?: string | undefined;
2245
+ 'legalStatus.REGISTERED.createdAt'?: {
2246
+ type: "range";
2247
+ gte: string;
2248
+ lte: string;
1880
2249
  } | {
1881
- type: "not";
2250
+ type: "exact";
1882
2251
  term: string;
1883
- })[] | undefined;
1884
- eventType?: string | undefined;
2252
+ } | undefined;
2253
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
2254
+ type: "exact";
2255
+ term: string;
2256
+ } | {
2257
+ type: "within";
2258
+ location: string;
2259
+ } | undefined;
2260
+ 'legalStatus.REGISTERED.registrationNumber'?: {
2261
+ type: "exact";
2262
+ term: string;
2263
+ } | undefined;
1885
2264
  }, {
1886
2265
  status?: {
1887
2266
  type: "exact";
@@ -1952,14 +2331,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
1952
2331
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
1953
2332
  };
1954
2333
  } | undefined;
1955
- flags?: ({
1956
- type: "anyOf";
1957
- terms: string[];
2334
+ flags?: {
2335
+ anyOf?: string[] | undefined;
2336
+ noneOf?: string[] | undefined;
2337
+ } | undefined;
2338
+ eventType?: string | undefined;
2339
+ 'legalStatus.REGISTERED.createdAt'?: {
2340
+ type: "range";
2341
+ gte: string;
2342
+ lte: string;
1958
2343
  } | {
1959
- type: "not";
2344
+ type: "exact";
1960
2345
  term: string;
1961
- })[] | undefined;
1962
- eventType?: string | undefined;
2346
+ } | undefined;
2347
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
2348
+ type: "exact";
2349
+ term: string;
2350
+ } | {
2351
+ type: "within";
2352
+ location: string;
2353
+ } | undefined;
2354
+ 'legalStatus.REGISTERED.registrationNumber'?: {
2355
+ type: "exact";
2356
+ term: string;
2357
+ } | undefined;
1963
2358
  }>, "many">;
1964
2359
  }, "strip", z.ZodTypeAny, {
1965
2360
  type: "and";
@@ -2033,14 +2428,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2033
2428
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2034
2429
  };
2035
2430
  } | undefined;
2036
- flags?: ({
2037
- type: "anyOf";
2038
- terms: string[];
2431
+ flags?: {
2432
+ anyOf?: string[] | undefined;
2433
+ noneOf?: string[] | undefined;
2434
+ } | undefined;
2435
+ eventType?: string | undefined;
2436
+ 'legalStatus.REGISTERED.createdAt'?: {
2437
+ type: "range";
2438
+ gte: string;
2439
+ lte: string;
2039
2440
  } | {
2040
- type: "not";
2441
+ type: "exact";
2041
2442
  term: string;
2042
- })[] | undefined;
2043
- eventType?: string | undefined;
2443
+ } | undefined;
2444
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
2445
+ type: "exact";
2446
+ term: string;
2447
+ } | {
2448
+ type: "within";
2449
+ location: string;
2450
+ } | undefined;
2451
+ 'legalStatus.REGISTERED.registrationNumber'?: {
2452
+ type: "exact";
2453
+ term: string;
2454
+ } | undefined;
2044
2455
  }[];
2045
2456
  }, {
2046
2457
  type: "and";
@@ -2114,14 +2525,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2114
2525
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2115
2526
  };
2116
2527
  } | undefined;
2117
- flags?: ({
2118
- type: "anyOf";
2119
- terms: string[];
2528
+ flags?: {
2529
+ anyOf?: string[] | undefined;
2530
+ noneOf?: string[] | undefined;
2531
+ } | undefined;
2532
+ eventType?: string | undefined;
2533
+ 'legalStatus.REGISTERED.createdAt'?: {
2534
+ type: "range";
2535
+ gte: string;
2536
+ lte: string;
2120
2537
  } | {
2121
- type: "not";
2538
+ type: "exact";
2122
2539
  term: string;
2123
- })[] | undefined;
2124
- eventType?: string | undefined;
2540
+ } | undefined;
2541
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
2542
+ type: "exact";
2543
+ term: string;
2544
+ } | {
2545
+ type: "within";
2546
+ location: string;
2547
+ } | undefined;
2548
+ 'legalStatus.REGISTERED.registrationNumber'?: {
2549
+ type: "exact";
2550
+ term: string;
2551
+ } | undefined;
2125
2552
  }[];
2126
2553
  }>, z.ZodObject<{
2127
2554
  type: z.ZodLiteral<"or">;
@@ -2176,30 +2603,86 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2176
2603
  updatedAt: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2177
2604
  type: z.ZodLiteral<"exact">;
2178
2605
  term: z.ZodString;
2179
- }, {
2180
- term: z.ZodUnion<[z.ZodString, z.ZodString]>;
2181
- }>, "strip", z.ZodTypeAny, {
2606
+ }, {
2607
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
2608
+ }>, "strip", z.ZodTypeAny, {
2609
+ type: "exact";
2610
+ term: string;
2611
+ }, {
2612
+ type: "exact";
2613
+ term: string;
2614
+ }>, z.ZodObject<z.objectUtil.extendShape<{
2615
+ type: z.ZodLiteral<"range">;
2616
+ gte: z.ZodString;
2617
+ lte: z.ZodString;
2618
+ }, {
2619
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2620
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2621
+ }>, "strip", z.ZodTypeAny, {
2622
+ type: "range";
2623
+ gte: string;
2624
+ lte: string;
2625
+ }, {
2626
+ type: "range";
2627
+ gte: string;
2628
+ lte: string;
2629
+ }>]>>>;
2630
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
2631
+ type: z.ZodLiteral<"exact">;
2632
+ term: z.ZodString;
2633
+ }, {
2634
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
2635
+ }>, "strip", z.ZodTypeAny, {
2636
+ type: "exact";
2637
+ term: string;
2638
+ }, {
2639
+ type: "exact";
2640
+ term: string;
2641
+ }>, z.ZodObject<z.objectUtil.extendShape<{
2642
+ type: z.ZodLiteral<"range">;
2643
+ gte: z.ZodString;
2644
+ lte: z.ZodString;
2645
+ }, {
2646
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2647
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2648
+ }>, "strip", z.ZodTypeAny, {
2649
+ type: "range";
2650
+ gte: string;
2651
+ lte: string;
2652
+ }, {
2653
+ type: "range";
2654
+ gte: string;
2655
+ lte: string;
2656
+ }>]>>>;
2657
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2658
+ type: z.ZodLiteral<"within">;
2659
+ location: z.ZodString;
2660
+ }, "strip", z.ZodTypeAny, {
2661
+ type: "within";
2662
+ location: string;
2663
+ }, {
2664
+ type: "within";
2665
+ location: string;
2666
+ }>, z.ZodObject<{
2667
+ type: z.ZodLiteral<"exact">;
2668
+ term: z.ZodString;
2669
+ }, "strip", z.ZodTypeAny, {
2670
+ type: "exact";
2671
+ term: string;
2672
+ }, {
2673
+ type: "exact";
2674
+ term: string;
2675
+ }>]>>>;
2676
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
2677
+ type: z.ZodLiteral<"exact">;
2678
+ term: z.ZodString;
2679
+ }, "strip", z.ZodTypeAny, {
2182
2680
  type: "exact";
2183
2681
  term: string;
2184
2682
  }, {
2185
2683
  type: "exact";
2186
2684
  term: string;
2187
- }>, z.ZodObject<z.objectUtil.extendShape<{
2188
- type: z.ZodLiteral<"range">;
2189
- gte: z.ZodString;
2190
- lte: z.ZodString;
2191
- }, {
2192
- gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2193
- lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
2194
- }>, "strip", z.ZodTypeAny, {
2195
- type: "range";
2196
- gte: string;
2197
- lte: string;
2198
- }, {
2199
- type: "range";
2200
- gte: string;
2201
- lte: string;
2202
- }>]>>>;
2685
+ }>>>;
2203
2686
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2204
2687
  type: z.ZodLiteral<"within">;
2205
2688
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -2349,25 +2832,26 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2349
2832
  type: "exact";
2350
2833
  term: string;
2351
2834
  }>>>;
2352
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
2353
- type: z.ZodLiteral<"anyOf">;
2354
- terms: z.ZodArray<z.ZodString, "many">;
2355
- }, "strip", z.ZodTypeAny, {
2356
- type: "anyOf";
2357
- terms: string[];
2358
- }, {
2359
- type: "anyOf";
2360
- terms: string[];
2361
- }>, z.ZodObject<{
2362
- type: z.ZodLiteral<"not">;
2363
- term: z.ZodString;
2835
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2836
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
2837
+ readonly PRINTED: "printed";
2838
+ readonly INCOMPLETE: "incomplete";
2839
+ readonly REJECTED: "rejected";
2840
+ readonly CORRECTION_REQUESTED: "correction-requested";
2841
+ }>]>, "many">>;
2842
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
2843
+ readonly PRINTED: "printed";
2844
+ readonly INCOMPLETE: "incomplete";
2845
+ readonly REJECTED: "rejected";
2846
+ readonly CORRECTION_REQUESTED: "correction-requested";
2847
+ }>]>, "many">>;
2364
2848
  }, "strip", z.ZodTypeAny, {
2365
- type: "not";
2366
- term: string;
2849
+ anyOf?: string[] | undefined;
2850
+ noneOf?: string[] | undefined;
2367
2851
  }, {
2368
- type: "not";
2369
- term: string;
2370
- }>]>, "many">>>;
2852
+ anyOf?: string[] | undefined;
2853
+ noneOf?: string[] | undefined;
2854
+ }>>>;
2371
2855
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
2372
2856
  }, "strip", z.ZodTypeAny, {
2373
2857
  status?: {
@@ -2439,14 +2923,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2439
2923
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2440
2924
  };
2441
2925
  } | undefined;
2442
- flags?: ({
2443
- type: "anyOf";
2444
- terms: string[];
2926
+ flags?: {
2927
+ anyOf?: string[] | undefined;
2928
+ noneOf?: string[] | undefined;
2929
+ } | undefined;
2930
+ eventType?: string | undefined;
2931
+ 'legalStatus.REGISTERED.createdAt'?: {
2932
+ type: "range";
2933
+ gte: string;
2934
+ lte: string;
2445
2935
  } | {
2446
- type: "not";
2936
+ type: "exact";
2447
2937
  term: string;
2448
- })[] | undefined;
2449
- eventType?: string | undefined;
2938
+ } | undefined;
2939
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
2940
+ type: "exact";
2941
+ term: string;
2942
+ } | {
2943
+ type: "within";
2944
+ location: string;
2945
+ } | undefined;
2946
+ 'legalStatus.REGISTERED.registrationNumber'?: {
2947
+ type: "exact";
2948
+ term: string;
2949
+ } | undefined;
2450
2950
  }, {
2451
2951
  status?: {
2452
2952
  type: "exact";
@@ -2517,14 +3017,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2517
3017
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2518
3018
  };
2519
3019
  } | undefined;
2520
- flags?: ({
2521
- type: "anyOf";
2522
- terms: string[];
3020
+ flags?: {
3021
+ anyOf?: string[] | undefined;
3022
+ noneOf?: string[] | undefined;
3023
+ } | undefined;
3024
+ eventType?: string | undefined;
3025
+ 'legalStatus.REGISTERED.createdAt'?: {
3026
+ type: "range";
3027
+ gte: string;
3028
+ lte: string;
2523
3029
  } | {
2524
- type: "not";
3030
+ type: "exact";
2525
3031
  term: string;
2526
- })[] | undefined;
2527
- eventType?: string | undefined;
3032
+ } | undefined;
3033
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
3034
+ type: "exact";
3035
+ term: string;
3036
+ } | {
3037
+ type: "within";
3038
+ location: string;
3039
+ } | undefined;
3040
+ 'legalStatus.REGISTERED.registrationNumber'?: {
3041
+ type: "exact";
3042
+ term: string;
3043
+ } | undefined;
2528
3044
  }>, "many">;
2529
3045
  }, "strip", z.ZodTypeAny, {
2530
3046
  type: "or";
@@ -2598,14 +3114,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2598
3114
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2599
3115
  };
2600
3116
  } | undefined;
2601
- flags?: ({
2602
- type: "anyOf";
2603
- terms: string[];
3117
+ flags?: {
3118
+ anyOf?: string[] | undefined;
3119
+ noneOf?: string[] | undefined;
3120
+ } | undefined;
3121
+ eventType?: string | undefined;
3122
+ 'legalStatus.REGISTERED.createdAt'?: {
3123
+ type: "range";
3124
+ gte: string;
3125
+ lte: string;
2604
3126
  } | {
2605
- type: "not";
3127
+ type: "exact";
2606
3128
  term: string;
2607
- })[] | undefined;
2608
- eventType?: string | undefined;
3129
+ } | undefined;
3130
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
3131
+ type: "exact";
3132
+ term: string;
3133
+ } | {
3134
+ type: "within";
3135
+ location: string;
3136
+ } | undefined;
3137
+ 'legalStatus.REGISTERED.registrationNumber'?: {
3138
+ type: "exact";
3139
+ term: string;
3140
+ } | undefined;
2609
3141
  }[];
2610
3142
  }, {
2611
3143
  type: "or";
@@ -2679,14 +3211,30 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2679
3211
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
2680
3212
  };
2681
3213
  } | undefined;
2682
- flags?: ({
2683
- type: "anyOf";
2684
- terms: string[];
3214
+ flags?: {
3215
+ anyOf?: string[] | undefined;
3216
+ noneOf?: string[] | undefined;
3217
+ } | undefined;
3218
+ eventType?: string | undefined;
3219
+ 'legalStatus.REGISTERED.createdAt'?: {
3220
+ type: "range";
3221
+ gte: string;
3222
+ lte: string;
2685
3223
  } | {
2686
- type: "not";
3224
+ type: "exact";
2687
3225
  term: string;
2688
- })[] | undefined;
2689
- eventType?: string | undefined;
3226
+ } | undefined;
3227
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
3228
+ type: "exact";
3229
+ term: string;
3230
+ } | {
3231
+ type: "within";
3232
+ location: string;
3233
+ } | undefined;
3234
+ 'legalStatus.REGISTERED.registrationNumber'?: {
3235
+ type: "exact";
3236
+ term: string;
3237
+ } | undefined;
2690
3238
  }[];
2691
3239
  }>]>;
2692
3240
  actions: z.ZodArray<z.ZodObject<{
@@ -2727,7 +3275,7 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2727
3275
  defaultMessage: string;
2728
3276
  };
2729
3277
  }>, "many">>;
2730
- icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "DownloadSimple", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
3278
+ icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
2731
3279
  }, "query" | "columns">, "strip", z.ZodTypeAny, {
2732
3280
  name: TranslationConfig;
2733
3281
  actions: {
@@ -2735,7 +3283,7 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2735
3283
  conditionals?: import(".").JSONSchema[] | undefined;
2736
3284
  }[];
2737
3285
  slug: string;
2738
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
3286
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
2739
3287
  }, {
2740
3288
  name: {
2741
3289
  id: string;
@@ -2747,7 +3295,7 @@ export declare const WorkqueueConfigWithoutQuery: z.ZodObject<Omit<{
2747
3295
  conditionals?: import(".").JSONSchema[] | undefined;
2748
3296
  }[];
2749
3297
  slug: string;
2750
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
3298
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
2751
3299
  }>;
2752
3300
  export declare const WorkqueueConfigInput: z.ZodObject<{
2753
3301
  slug: z.ZodString;
@@ -2831,6 +3379,62 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
2831
3379
  gte: string;
2832
3380
  lte: string;
2833
3381
  }>]>>>;
3382
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3383
+ type: z.ZodLiteral<"exact">;
3384
+ term: z.ZodString;
3385
+ }, {
3386
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
3387
+ }>, "strip", z.ZodTypeAny, {
3388
+ type: "exact";
3389
+ term: string;
3390
+ }, {
3391
+ type: "exact";
3392
+ term: string;
3393
+ }>, z.ZodObject<z.objectUtil.extendShape<{
3394
+ type: z.ZodLiteral<"range">;
3395
+ gte: z.ZodString;
3396
+ lte: z.ZodString;
3397
+ }, {
3398
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
3399
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
3400
+ }>, "strip", z.ZodTypeAny, {
3401
+ type: "range";
3402
+ gte: string;
3403
+ lte: string;
3404
+ }, {
3405
+ type: "range";
3406
+ gte: string;
3407
+ lte: string;
3408
+ }>]>>>;
3409
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3410
+ type: z.ZodLiteral<"within">;
3411
+ location: z.ZodString;
3412
+ }, "strip", z.ZodTypeAny, {
3413
+ type: "within";
3414
+ location: string;
3415
+ }, {
3416
+ type: "within";
3417
+ location: string;
3418
+ }>, z.ZodObject<{
3419
+ type: z.ZodLiteral<"exact">;
3420
+ term: z.ZodString;
3421
+ }, "strip", z.ZodTypeAny, {
3422
+ type: "exact";
3423
+ term: string;
3424
+ }, {
3425
+ type: "exact";
3426
+ term: string;
3427
+ }>]>>>;
3428
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
3429
+ type: z.ZodLiteral<"exact">;
3430
+ term: z.ZodString;
3431
+ }, "strip", z.ZodTypeAny, {
3432
+ type: "exact";
3433
+ term: string;
3434
+ }, {
3435
+ type: "exact";
3436
+ term: string;
3437
+ }>>>;
2834
3438
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
2835
3439
  type: z.ZodLiteral<"within">;
2836
3440
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -2980,25 +3584,26 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
2980
3584
  type: "exact";
2981
3585
  term: string;
2982
3586
  }>>>;
2983
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
2984
- type: z.ZodLiteral<"anyOf">;
2985
- terms: z.ZodArray<z.ZodString, "many">;
2986
- }, "strip", z.ZodTypeAny, {
2987
- type: "anyOf";
2988
- terms: string[];
2989
- }, {
2990
- type: "anyOf";
2991
- terms: string[];
2992
- }>, z.ZodObject<{
2993
- type: z.ZodLiteral<"not">;
2994
- term: z.ZodString;
3587
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3588
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
3589
+ readonly PRINTED: "printed";
3590
+ readonly INCOMPLETE: "incomplete";
3591
+ readonly REJECTED: "rejected";
3592
+ readonly CORRECTION_REQUESTED: "correction-requested";
3593
+ }>]>, "many">>;
3594
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
3595
+ readonly PRINTED: "printed";
3596
+ readonly INCOMPLETE: "incomplete";
3597
+ readonly REJECTED: "rejected";
3598
+ readonly CORRECTION_REQUESTED: "correction-requested";
3599
+ }>]>, "many">>;
2995
3600
  }, "strip", z.ZodTypeAny, {
2996
- type: "not";
2997
- term: string;
3601
+ anyOf?: string[] | undefined;
3602
+ noneOf?: string[] | undefined;
2998
3603
  }, {
2999
- type: "not";
3000
- term: string;
3001
- }>]>, "many">>>;
3604
+ anyOf?: string[] | undefined;
3605
+ noneOf?: string[] | undefined;
3606
+ }>>>;
3002
3607
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
3003
3608
  }, "strip", z.ZodTypeAny, {
3004
3609
  status?: {
@@ -3070,14 +3675,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3070
3675
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3071
3676
  };
3072
3677
  } | undefined;
3073
- flags?: ({
3074
- type: "anyOf";
3075
- terms: string[];
3678
+ flags?: {
3679
+ anyOf?: string[] | undefined;
3680
+ noneOf?: string[] | undefined;
3681
+ } | undefined;
3682
+ eventType?: string | undefined;
3683
+ 'legalStatus.REGISTERED.createdAt'?: {
3684
+ type: "range";
3685
+ gte: string;
3686
+ lte: string;
3076
3687
  } | {
3077
- type: "not";
3688
+ type: "exact";
3078
3689
  term: string;
3079
- })[] | undefined;
3080
- eventType?: string | undefined;
3690
+ } | undefined;
3691
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
3692
+ type: "exact";
3693
+ term: string;
3694
+ } | {
3695
+ type: "within";
3696
+ location: string;
3697
+ } | undefined;
3698
+ 'legalStatus.REGISTERED.registrationNumber'?: {
3699
+ type: "exact";
3700
+ term: string;
3701
+ } | undefined;
3081
3702
  }, {
3082
3703
  status?: {
3083
3704
  type: "exact";
@@ -3148,14 +3769,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3148
3769
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3149
3770
  };
3150
3771
  } | undefined;
3151
- flags?: ({
3152
- type: "anyOf";
3153
- terms: string[];
3772
+ flags?: {
3773
+ anyOf?: string[] | undefined;
3774
+ noneOf?: string[] | undefined;
3775
+ } | undefined;
3776
+ eventType?: string | undefined;
3777
+ 'legalStatus.REGISTERED.createdAt'?: {
3778
+ type: "range";
3779
+ gte: string;
3780
+ lte: string;
3154
3781
  } | {
3155
- type: "not";
3782
+ type: "exact";
3156
3783
  term: string;
3157
- })[] | undefined;
3158
- eventType?: string | undefined;
3784
+ } | undefined;
3785
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
3786
+ type: "exact";
3787
+ term: string;
3788
+ } | {
3789
+ type: "within";
3790
+ location: string;
3791
+ } | undefined;
3792
+ 'legalStatus.REGISTERED.registrationNumber'?: {
3793
+ type: "exact";
3794
+ term: string;
3795
+ } | undefined;
3159
3796
  }>, z.ZodObject<{
3160
3797
  type: z.ZodLiteral<"and">;
3161
3798
  clauses: z.ZodArray<z.ZodObject<{
@@ -3229,10 +3866,66 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3229
3866
  gte: string;
3230
3867
  lte: string;
3231
3868
  }, {
3232
- type: "range";
3233
- gte: string;
3234
- lte: string;
3869
+ type: "range";
3870
+ gte: string;
3871
+ lte: string;
3872
+ }>]>>>;
3873
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
3874
+ type: z.ZodLiteral<"exact">;
3875
+ term: z.ZodString;
3876
+ }, {
3877
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
3878
+ }>, "strip", z.ZodTypeAny, {
3879
+ type: "exact";
3880
+ term: string;
3881
+ }, {
3882
+ type: "exact";
3883
+ term: string;
3884
+ }>, z.ZodObject<z.objectUtil.extendShape<{
3885
+ type: z.ZodLiteral<"range">;
3886
+ gte: z.ZodString;
3887
+ lte: z.ZodString;
3888
+ }, {
3889
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
3890
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
3891
+ }>, "strip", z.ZodTypeAny, {
3892
+ type: "range";
3893
+ gte: string;
3894
+ lte: string;
3895
+ }, {
3896
+ type: "range";
3897
+ gte: string;
3898
+ lte: string;
3899
+ }>]>>>;
3900
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3901
+ type: z.ZodLiteral<"within">;
3902
+ location: z.ZodString;
3903
+ }, "strip", z.ZodTypeAny, {
3904
+ type: "within";
3905
+ location: string;
3906
+ }, {
3907
+ type: "within";
3908
+ location: string;
3909
+ }>, z.ZodObject<{
3910
+ type: z.ZodLiteral<"exact">;
3911
+ term: z.ZodString;
3912
+ }, "strip", z.ZodTypeAny, {
3913
+ type: "exact";
3914
+ term: string;
3915
+ }, {
3916
+ type: "exact";
3917
+ term: string;
3235
3918
  }>]>>>;
3919
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
3920
+ type: z.ZodLiteral<"exact">;
3921
+ term: z.ZodString;
3922
+ }, "strip", z.ZodTypeAny, {
3923
+ type: "exact";
3924
+ term: string;
3925
+ }, {
3926
+ type: "exact";
3927
+ term: string;
3928
+ }>>>;
3236
3929
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3237
3930
  type: z.ZodLiteral<"within">;
3238
3931
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -3382,25 +4075,26 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3382
4075
  type: "exact";
3383
4076
  term: string;
3384
4077
  }>>>;
3385
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
3386
- type: z.ZodLiteral<"anyOf">;
3387
- terms: z.ZodArray<z.ZodString, "many">;
3388
- }, "strip", z.ZodTypeAny, {
3389
- type: "anyOf";
3390
- terms: string[];
3391
- }, {
3392
- type: "anyOf";
3393
- terms: string[];
3394
- }>, z.ZodObject<{
3395
- type: z.ZodLiteral<"not">;
3396
- term: z.ZodString;
4078
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
4079
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
4080
+ readonly PRINTED: "printed";
4081
+ readonly INCOMPLETE: "incomplete";
4082
+ readonly REJECTED: "rejected";
4083
+ readonly CORRECTION_REQUESTED: "correction-requested";
4084
+ }>]>, "many">>;
4085
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
4086
+ readonly PRINTED: "printed";
4087
+ readonly INCOMPLETE: "incomplete";
4088
+ readonly REJECTED: "rejected";
4089
+ readonly CORRECTION_REQUESTED: "correction-requested";
4090
+ }>]>, "many">>;
3397
4091
  }, "strip", z.ZodTypeAny, {
3398
- type: "not";
3399
- term: string;
4092
+ anyOf?: string[] | undefined;
4093
+ noneOf?: string[] | undefined;
3400
4094
  }, {
3401
- type: "not";
3402
- term: string;
3403
- }>]>, "many">>>;
4095
+ anyOf?: string[] | undefined;
4096
+ noneOf?: string[] | undefined;
4097
+ }>>>;
3404
4098
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
3405
4099
  }, "strip", z.ZodTypeAny, {
3406
4100
  status?: {
@@ -3472,14 +4166,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3472
4166
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3473
4167
  };
3474
4168
  } | undefined;
3475
- flags?: ({
3476
- type: "anyOf";
3477
- terms: string[];
4169
+ flags?: {
4170
+ anyOf?: string[] | undefined;
4171
+ noneOf?: string[] | undefined;
4172
+ } | undefined;
4173
+ eventType?: string | undefined;
4174
+ 'legalStatus.REGISTERED.createdAt'?: {
4175
+ type: "range";
4176
+ gte: string;
4177
+ lte: string;
3478
4178
  } | {
3479
- type: "not";
4179
+ type: "exact";
3480
4180
  term: string;
3481
- })[] | undefined;
3482
- eventType?: string | undefined;
4181
+ } | undefined;
4182
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4183
+ type: "exact";
4184
+ term: string;
4185
+ } | {
4186
+ type: "within";
4187
+ location: string;
4188
+ } | undefined;
4189
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4190
+ type: "exact";
4191
+ term: string;
4192
+ } | undefined;
3483
4193
  }, {
3484
4194
  status?: {
3485
4195
  type: "exact";
@@ -3550,14 +4260,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3550
4260
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3551
4261
  };
3552
4262
  } | undefined;
3553
- flags?: ({
3554
- type: "anyOf";
3555
- terms: string[];
4263
+ flags?: {
4264
+ anyOf?: string[] | undefined;
4265
+ noneOf?: string[] | undefined;
4266
+ } | undefined;
4267
+ eventType?: string | undefined;
4268
+ 'legalStatus.REGISTERED.createdAt'?: {
4269
+ type: "range";
4270
+ gte: string;
4271
+ lte: string;
3556
4272
  } | {
3557
- type: "not";
4273
+ type: "exact";
3558
4274
  term: string;
3559
- })[] | undefined;
3560
- eventType?: string | undefined;
4275
+ } | undefined;
4276
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4277
+ type: "exact";
4278
+ term: string;
4279
+ } | {
4280
+ type: "within";
4281
+ location: string;
4282
+ } | undefined;
4283
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4284
+ type: "exact";
4285
+ term: string;
4286
+ } | undefined;
3561
4287
  }>, "many">;
3562
4288
  }, "strip", z.ZodTypeAny, {
3563
4289
  type: "and";
@@ -3631,14 +4357,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3631
4357
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3632
4358
  };
3633
4359
  } | undefined;
3634
- flags?: ({
3635
- type: "anyOf";
3636
- terms: string[];
4360
+ flags?: {
4361
+ anyOf?: string[] | undefined;
4362
+ noneOf?: string[] | undefined;
4363
+ } | undefined;
4364
+ eventType?: string | undefined;
4365
+ 'legalStatus.REGISTERED.createdAt'?: {
4366
+ type: "range";
4367
+ gte: string;
4368
+ lte: string;
3637
4369
  } | {
3638
- type: "not";
4370
+ type: "exact";
3639
4371
  term: string;
3640
- })[] | undefined;
3641
- eventType?: string | undefined;
4372
+ } | undefined;
4373
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4374
+ type: "exact";
4375
+ term: string;
4376
+ } | {
4377
+ type: "within";
4378
+ location: string;
4379
+ } | undefined;
4380
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4381
+ type: "exact";
4382
+ term: string;
4383
+ } | undefined;
3642
4384
  }[];
3643
4385
  }, {
3644
4386
  type: "and";
@@ -3712,14 +4454,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3712
4454
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
3713
4455
  };
3714
4456
  } | undefined;
3715
- flags?: ({
3716
- type: "anyOf";
3717
- terms: string[];
4457
+ flags?: {
4458
+ anyOf?: string[] | undefined;
4459
+ noneOf?: string[] | undefined;
4460
+ } | undefined;
4461
+ eventType?: string | undefined;
4462
+ 'legalStatus.REGISTERED.createdAt'?: {
4463
+ type: "range";
4464
+ gte: string;
4465
+ lte: string;
3718
4466
  } | {
3719
- type: "not";
4467
+ type: "exact";
3720
4468
  term: string;
3721
- })[] | undefined;
3722
- eventType?: string | undefined;
4469
+ } | undefined;
4470
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4471
+ type: "exact";
4472
+ term: string;
4473
+ } | {
4474
+ type: "within";
4475
+ location: string;
4476
+ } | undefined;
4477
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4478
+ type: "exact";
4479
+ term: string;
4480
+ } | undefined;
3723
4481
  }[];
3724
4482
  }>, z.ZodObject<{
3725
4483
  type: z.ZodLiteral<"or">;
@@ -3798,6 +4556,62 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3798
4556
  gte: string;
3799
4557
  lte: string;
3800
4558
  }>]>>>;
4559
+ 'legalStatus.REGISTERED.createdAt': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
4560
+ type: z.ZodLiteral<"exact">;
4561
+ term: z.ZodString;
4562
+ }, {
4563
+ term: z.ZodUnion<[z.ZodString, z.ZodString]>;
4564
+ }>, "strip", z.ZodTypeAny, {
4565
+ type: "exact";
4566
+ term: string;
4567
+ }, {
4568
+ type: "exact";
4569
+ term: string;
4570
+ }>, z.ZodObject<z.objectUtil.extendShape<{
4571
+ type: z.ZodLiteral<"range">;
4572
+ gte: z.ZodString;
4573
+ lte: z.ZodString;
4574
+ }, {
4575
+ gte: z.ZodUnion<[z.ZodString, z.ZodString]>;
4576
+ lte: z.ZodUnion<[z.ZodString, z.ZodString]>;
4577
+ }>, "strip", z.ZodTypeAny, {
4578
+ type: "range";
4579
+ gte: string;
4580
+ lte: string;
4581
+ }, {
4582
+ type: "range";
4583
+ gte: string;
4584
+ lte: string;
4585
+ }>]>>>;
4586
+ 'legalStatus.REGISTERED.createdAtLocation': z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
4587
+ type: z.ZodLiteral<"within">;
4588
+ location: z.ZodString;
4589
+ }, "strip", z.ZodTypeAny, {
4590
+ type: "within";
4591
+ location: string;
4592
+ }, {
4593
+ type: "within";
4594
+ location: string;
4595
+ }>, z.ZodObject<{
4596
+ type: z.ZodLiteral<"exact">;
4597
+ term: z.ZodString;
4598
+ }, "strip", z.ZodTypeAny, {
4599
+ type: "exact";
4600
+ term: string;
4601
+ }, {
4602
+ type: "exact";
4603
+ term: string;
4604
+ }>]>>>;
4605
+ 'legalStatus.REGISTERED.registrationNumber': z.ZodOptional<z.ZodOptional<z.ZodObject<{
4606
+ type: z.ZodLiteral<"exact">;
4607
+ term: z.ZodString;
4608
+ }, "strip", z.ZodTypeAny, {
4609
+ type: "exact";
4610
+ term: string;
4611
+ }, {
4612
+ type: "exact";
4613
+ term: string;
4614
+ }>>>;
3801
4615
  createdAtLocation: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodObject<{
3802
4616
  type: z.ZodLiteral<"within">;
3803
4617
  location: z.ZodUnion<[z.ZodString, z.ZodObject<{
@@ -3947,25 +4761,26 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
3947
4761
  type: "exact";
3948
4762
  term: string;
3949
4763
  }>>>;
3950
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
3951
- type: z.ZodLiteral<"anyOf">;
3952
- terms: z.ZodArray<z.ZodString, "many">;
3953
- }, "strip", z.ZodTypeAny, {
3954
- type: "anyOf";
3955
- terms: string[];
3956
- }, {
3957
- type: "anyOf";
3958
- terms: string[];
3959
- }>, z.ZodObject<{
3960
- type: z.ZodLiteral<"not">;
3961
- term: z.ZodString;
4764
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
4765
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
4766
+ readonly PRINTED: "printed";
4767
+ readonly INCOMPLETE: "incomplete";
4768
+ readonly REJECTED: "rejected";
4769
+ readonly CORRECTION_REQUESTED: "correction-requested";
4770
+ }>]>, "many">>;
4771
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
4772
+ readonly PRINTED: "printed";
4773
+ readonly INCOMPLETE: "incomplete";
4774
+ readonly REJECTED: "rejected";
4775
+ readonly CORRECTION_REQUESTED: "correction-requested";
4776
+ }>]>, "many">>;
3962
4777
  }, "strip", z.ZodTypeAny, {
3963
- type: "not";
3964
- term: string;
4778
+ anyOf?: string[] | undefined;
4779
+ noneOf?: string[] | undefined;
3965
4780
  }, {
3966
- type: "not";
3967
- term: string;
3968
- }>]>, "many">>>;
4781
+ anyOf?: string[] | undefined;
4782
+ noneOf?: string[] | undefined;
4783
+ }>>>;
3969
4784
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
3970
4785
  }, "strip", z.ZodTypeAny, {
3971
4786
  status?: {
@@ -4037,14 +4852,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4037
4852
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4038
4853
  };
4039
4854
  } | undefined;
4040
- flags?: ({
4041
- type: "anyOf";
4042
- terms: string[];
4855
+ flags?: {
4856
+ anyOf?: string[] | undefined;
4857
+ noneOf?: string[] | undefined;
4858
+ } | undefined;
4859
+ eventType?: string | undefined;
4860
+ 'legalStatus.REGISTERED.createdAt'?: {
4861
+ type: "range";
4862
+ gte: string;
4863
+ lte: string;
4043
4864
  } | {
4044
- type: "not";
4865
+ type: "exact";
4045
4866
  term: string;
4046
- })[] | undefined;
4047
- eventType?: string | undefined;
4867
+ } | undefined;
4868
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4869
+ type: "exact";
4870
+ term: string;
4871
+ } | {
4872
+ type: "within";
4873
+ location: string;
4874
+ } | undefined;
4875
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4876
+ type: "exact";
4877
+ term: string;
4878
+ } | undefined;
4048
4879
  }, {
4049
4880
  status?: {
4050
4881
  type: "exact";
@@ -4115,14 +4946,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4115
4946
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4116
4947
  };
4117
4948
  } | undefined;
4118
- flags?: ({
4119
- type: "anyOf";
4120
- terms: string[];
4949
+ flags?: {
4950
+ anyOf?: string[] | undefined;
4951
+ noneOf?: string[] | undefined;
4952
+ } | undefined;
4953
+ eventType?: string | undefined;
4954
+ 'legalStatus.REGISTERED.createdAt'?: {
4955
+ type: "range";
4956
+ gte: string;
4957
+ lte: string;
4121
4958
  } | {
4122
- type: "not";
4959
+ type: "exact";
4123
4960
  term: string;
4124
- })[] | undefined;
4125
- eventType?: string | undefined;
4961
+ } | undefined;
4962
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
4963
+ type: "exact";
4964
+ term: string;
4965
+ } | {
4966
+ type: "within";
4967
+ location: string;
4968
+ } | undefined;
4969
+ 'legalStatus.REGISTERED.registrationNumber'?: {
4970
+ type: "exact";
4971
+ term: string;
4972
+ } | undefined;
4126
4973
  }>, "many">;
4127
4974
  }, "strip", z.ZodTypeAny, {
4128
4975
  type: "or";
@@ -4196,14 +5043,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4196
5043
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4197
5044
  };
4198
5045
  } | undefined;
4199
- flags?: ({
4200
- type: "anyOf";
4201
- terms: string[];
5046
+ flags?: {
5047
+ anyOf?: string[] | undefined;
5048
+ noneOf?: string[] | undefined;
5049
+ } | undefined;
5050
+ eventType?: string | undefined;
5051
+ 'legalStatus.REGISTERED.createdAt'?: {
5052
+ type: "range";
5053
+ gte: string;
5054
+ lte: string;
4202
5055
  } | {
4203
- type: "not";
5056
+ type: "exact";
4204
5057
  term: string;
4205
- })[] | undefined;
4206
- eventType?: string | undefined;
5058
+ } | undefined;
5059
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5060
+ type: "exact";
5061
+ term: string;
5062
+ } | {
5063
+ type: "within";
5064
+ location: string;
5065
+ } | undefined;
5066
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5067
+ type: "exact";
5068
+ term: string;
5069
+ } | undefined;
4207
5070
  }[];
4208
5071
  }, {
4209
5072
  type: "or";
@@ -4277,14 +5140,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4277
5140
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4278
5141
  };
4279
5142
  } | undefined;
4280
- flags?: ({
4281
- type: "anyOf";
4282
- terms: string[];
5143
+ flags?: {
5144
+ anyOf?: string[] | undefined;
5145
+ noneOf?: string[] | undefined;
5146
+ } | undefined;
5147
+ eventType?: string | undefined;
5148
+ 'legalStatus.REGISTERED.createdAt'?: {
5149
+ type: "range";
5150
+ gte: string;
5151
+ lte: string;
5152
+ } | {
5153
+ type: "exact";
5154
+ term: string;
5155
+ } | undefined;
5156
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5157
+ type: "exact";
5158
+ term: string;
4283
5159
  } | {
4284
- type: "not";
5160
+ type: "within";
5161
+ location: string;
5162
+ } | undefined;
5163
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5164
+ type: "exact";
4285
5165
  term: string;
4286
- })[] | undefined;
4287
- eventType?: string | undefined;
5166
+ } | undefined;
4288
5167
  }[];
4289
5168
  }>]>;
4290
5169
  actions: z.ZodArray<z.ZodObject<{
@@ -4325,7 +5204,7 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4325
5204
  defaultMessage: string;
4326
5205
  };
4327
5206
  }>, "many">>;
4328
- icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "DownloadSimple", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
5207
+ icon: z.ZodEnum<["Archived", "Assigned", "Certified", "Close", "Collapse", "Draft", "DuplicateYellow", "Expand", "ExternalValidate", "FilledCheck", "InReview", "Offline", "Registered", "RequiresUpdates", "Sent", "Validated", "WaitingApproval", "ChartActivity", "Activity", "Archive", "ArchiveTray", "ArrowLeft", "ArrowRight", "Buildings", "Circle", "CaretDown", "CaretLeft", "CaretRight", "ChartBar", "ChartLine", "ChatCircle", "CheckSquare", "Compass", "Check", "Copy", "Database", "DotsThreeVertical", "ArrowCounterClockwise", "MagnifyingGlassMinus", "MagnifyingGlassPlus", "Export", "Eye", "EyeSlash", "Envelope", "File", "FileSearch", "FileMinus", "FilePlus", "FileText", "FileX", "Handshake", "Gear", "GitBranch", "IdentificationCard", "List", "ListBullets", "Lock", "MagnifyingGlass", "MapPin", "Medal", "NotePencil", "Paperclip", "PaperPlaneTilt", "Pen", "Pencil", "PencilSimpleLine", "Phone", "Plus", "Printer", "SignOut", "Star", "Target", "TextT", "Trash", "UploadSimple", "User", "UserPlus", "Users", "WarningCircle", "X", "CircleWavyCheck", "CircleWavyQuestion", "ArchiveBox", "ArrowCircleDown", "FileArrowUp", "FileDotted", "Files", "PencilLine", "PencilCircle", "UserCircle", "Clock", "QrCode", "Webcam", "Sun", "DeviceTabletCamera", "Globe", "Fingerprint", "PushPin", "Timer"]>;
4329
5208
  }, "strip", z.ZodTypeAny, {
4330
5209
  name: TranslationConfig;
4331
5210
  actions: {
@@ -4402,14 +5281,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4402
5281
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4403
5282
  };
4404
5283
  } | undefined;
4405
- flags?: ({
4406
- type: "anyOf";
4407
- terms: string[];
5284
+ flags?: {
5285
+ anyOf?: string[] | undefined;
5286
+ noneOf?: string[] | undefined;
5287
+ } | undefined;
5288
+ eventType?: string | undefined;
5289
+ 'legalStatus.REGISTERED.createdAt'?: {
5290
+ type: "range";
5291
+ gte: string;
5292
+ lte: string;
4408
5293
  } | {
4409
- type: "not";
5294
+ type: "exact";
4410
5295
  term: string;
4411
- })[] | undefined;
4412
- eventType?: string | undefined;
5296
+ } | undefined;
5297
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5298
+ type: "exact";
5299
+ term: string;
5300
+ } | {
5301
+ type: "within";
5302
+ location: string;
5303
+ } | undefined;
5304
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5305
+ type: "exact";
5306
+ term: string;
5307
+ } | undefined;
4413
5308
  } | {
4414
5309
  type: "or";
4415
5310
  clauses: {
@@ -4482,14 +5377,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4482
5377
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4483
5378
  };
4484
5379
  } | undefined;
4485
- flags?: ({
4486
- type: "anyOf";
4487
- terms: string[];
5380
+ flags?: {
5381
+ anyOf?: string[] | undefined;
5382
+ noneOf?: string[] | undefined;
5383
+ } | undefined;
5384
+ eventType?: string | undefined;
5385
+ 'legalStatus.REGISTERED.createdAt'?: {
5386
+ type: "range";
5387
+ gte: string;
5388
+ lte: string;
4488
5389
  } | {
4489
- type: "not";
5390
+ type: "exact";
4490
5391
  term: string;
4491
- })[] | undefined;
4492
- eventType?: string | undefined;
5392
+ } | undefined;
5393
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5394
+ type: "exact";
5395
+ term: string;
5396
+ } | {
5397
+ type: "within";
5398
+ location: string;
5399
+ } | undefined;
5400
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5401
+ type: "exact";
5402
+ term: string;
5403
+ } | undefined;
4493
5404
  }[];
4494
5405
  } | {
4495
5406
  type: "and";
@@ -4563,14 +5474,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4563
5474
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4564
5475
  };
4565
5476
  } | undefined;
4566
- flags?: ({
4567
- type: "anyOf";
4568
- terms: string[];
5477
+ flags?: {
5478
+ anyOf?: string[] | undefined;
5479
+ noneOf?: string[] | undefined;
5480
+ } | undefined;
5481
+ eventType?: string | undefined;
5482
+ 'legalStatus.REGISTERED.createdAt'?: {
5483
+ type: "range";
5484
+ gte: string;
5485
+ lte: string;
4569
5486
  } | {
4570
- type: "not";
5487
+ type: "exact";
4571
5488
  term: string;
4572
- })[] | undefined;
4573
- eventType?: string | undefined;
5489
+ } | undefined;
5490
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5491
+ type: "exact";
5492
+ term: string;
5493
+ } | {
5494
+ type: "within";
5495
+ location: string;
5496
+ } | undefined;
5497
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5498
+ type: "exact";
5499
+ term: string;
5500
+ } | undefined;
4574
5501
  }[];
4575
5502
  };
4576
5503
  slug: string;
@@ -4580,7 +5507,7 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4580
5507
  };
4581
5508
  label: TranslationConfig;
4582
5509
  }[];
4583
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
5510
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
4584
5511
  }, {
4585
5512
  name: {
4586
5513
  id: string;
@@ -4661,14 +5588,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4661
5588
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4662
5589
  };
4663
5590
  } | undefined;
4664
- flags?: ({
4665
- type: "anyOf";
4666
- terms: string[];
5591
+ flags?: {
5592
+ anyOf?: string[] | undefined;
5593
+ noneOf?: string[] | undefined;
5594
+ } | undefined;
5595
+ eventType?: string | undefined;
5596
+ 'legalStatus.REGISTERED.createdAt'?: {
5597
+ type: "range";
5598
+ gte: string;
5599
+ lte: string;
4667
5600
  } | {
4668
- type: "not";
5601
+ type: "exact";
4669
5602
  term: string;
4670
- })[] | undefined;
4671
- eventType?: string | undefined;
5603
+ } | undefined;
5604
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5605
+ type: "exact";
5606
+ term: string;
5607
+ } | {
5608
+ type: "within";
5609
+ location: string;
5610
+ } | undefined;
5611
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5612
+ type: "exact";
5613
+ term: string;
5614
+ } | undefined;
4672
5615
  } | {
4673
5616
  type: "or";
4674
5617
  clauses: {
@@ -4741,14 +5684,30 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4741
5684
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4742
5685
  };
4743
5686
  } | undefined;
4744
- flags?: ({
4745
- type: "anyOf";
4746
- terms: string[];
5687
+ flags?: {
5688
+ anyOf?: string[] | undefined;
5689
+ noneOf?: string[] | undefined;
5690
+ } | undefined;
5691
+ eventType?: string | undefined;
5692
+ 'legalStatus.REGISTERED.createdAt'?: {
5693
+ type: "range";
5694
+ gte: string;
5695
+ lte: string;
4747
5696
  } | {
4748
- type: "not";
5697
+ type: "exact";
4749
5698
  term: string;
4750
- })[] | undefined;
4751
- eventType?: string | undefined;
5699
+ } | undefined;
5700
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5701
+ type: "exact";
5702
+ term: string;
5703
+ } | {
5704
+ type: "within";
5705
+ location: string;
5706
+ } | undefined;
5707
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5708
+ type: "exact";
5709
+ term: string;
5710
+ } | undefined;
4752
5711
  }[];
4753
5712
  } | {
4754
5713
  type: "and";
@@ -4822,18 +5781,34 @@ export declare const WorkqueueConfigInput: z.ZodObject<{
4822
5781
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4823
5782
  };
4824
5783
  } | undefined;
4825
- flags?: ({
4826
- type: "anyOf";
4827
- terms: string[];
5784
+ flags?: {
5785
+ anyOf?: string[] | undefined;
5786
+ noneOf?: string[] | undefined;
5787
+ } | undefined;
5788
+ eventType?: string | undefined;
5789
+ 'legalStatus.REGISTERED.createdAt'?: {
5790
+ type: "range";
5791
+ gte: string;
5792
+ lte: string;
4828
5793
  } | {
4829
- type: "not";
5794
+ type: "exact";
4830
5795
  term: string;
4831
- })[] | undefined;
4832
- eventType?: string | undefined;
5796
+ } | undefined;
5797
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5798
+ type: "exact";
5799
+ term: string;
5800
+ } | {
5801
+ type: "within";
5802
+ location: string;
5803
+ } | undefined;
5804
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5805
+ type: "exact";
5806
+ term: string;
5807
+ } | undefined;
4833
5808
  }[];
4834
5809
  };
4835
5810
  slug: string;
4836
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
5811
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
4837
5812
  columns?: {
4838
5813
  value: {
4839
5814
  $event: "type" | "id" | "status" | "title" | "createdByUserType" | "createdAt" | "createdBy" | "createdAtLocation" | "assignedTo" | "updatedAt" | "trackingId" | "legalStatuses" | "dateOfEvent" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "flags" | "outbox";
@@ -4926,14 +5901,30 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
4926
5901
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
4927
5902
  };
4928
5903
  } | undefined;
4929
- flags?: ({
4930
- type: "anyOf";
4931
- terms: string[];
5904
+ flags?: {
5905
+ anyOf?: string[] | undefined;
5906
+ noneOf?: string[] | undefined;
5907
+ } | undefined;
5908
+ eventType?: string | undefined;
5909
+ 'legalStatus.REGISTERED.createdAt'?: {
5910
+ type: "range";
5911
+ gte: string;
5912
+ lte: string;
4932
5913
  } | {
4933
- type: "not";
5914
+ type: "exact";
4934
5915
  term: string;
4935
- })[] | undefined;
4936
- eventType?: string | undefined;
5916
+ } | undefined;
5917
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
5918
+ type: "exact";
5919
+ term: string;
5920
+ } | {
5921
+ type: "within";
5922
+ location: string;
5923
+ } | undefined;
5924
+ 'legalStatus.REGISTERED.registrationNumber'?: {
5925
+ type: "exact";
5926
+ term: string;
5927
+ } | undefined;
4937
5928
  }[];
4938
5929
  } | {
4939
5930
  type: "and";
@@ -5007,14 +5998,30 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
5007
5998
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
5008
5999
  };
5009
6000
  } | undefined;
5010
- flags?: ({
5011
- type: "anyOf";
5012
- terms: string[];
6001
+ flags?: {
6002
+ anyOf?: string[] | undefined;
6003
+ noneOf?: string[] | undefined;
6004
+ } | undefined;
6005
+ eventType?: string | undefined;
6006
+ 'legalStatus.REGISTERED.createdAt'?: {
6007
+ type: "range";
6008
+ gte: string;
6009
+ lte: string;
5013
6010
  } | {
5014
- type: "not";
6011
+ type: "exact";
5015
6012
  term: string;
5016
- })[] | undefined;
5017
- eventType?: string | undefined;
6013
+ } | undefined;
6014
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
6015
+ type: "exact";
6016
+ term: string;
6017
+ } | {
6018
+ type: "within";
6019
+ location: string;
6020
+ } | undefined;
6021
+ 'legalStatus.REGISTERED.registrationNumber'?: {
6022
+ type: "exact";
6023
+ term: string;
6024
+ } | undefined;
5018
6025
  }[];
5019
6026
  };
5020
6027
  slug: string;
@@ -5024,7 +6031,7 @@ export declare function defineWorkqueue(workqueueInput: WorkqueueConfigInput): {
5024
6031
  };
5025
6032
  label: TranslationConfig;
5026
6033
  }[];
5027
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
6034
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
5028
6035
  };
5029
6036
  export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
5030
6037
  name: TranslationConfig;
@@ -5104,14 +6111,30 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
5104
6111
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
5105
6112
  };
5106
6113
  } | undefined;
5107
- flags?: ({
5108
- type: "anyOf";
5109
- terms: string[];
6114
+ flags?: {
6115
+ anyOf?: string[] | undefined;
6116
+ noneOf?: string[] | undefined;
6117
+ } | undefined;
6118
+ eventType?: string | undefined;
6119
+ 'legalStatus.REGISTERED.createdAt'?: {
6120
+ type: "range";
6121
+ gte: string;
6122
+ lte: string;
5110
6123
  } | {
5111
- type: "not";
6124
+ type: "exact";
5112
6125
  term: string;
5113
- })[] | undefined;
5114
- eventType?: string | undefined;
6126
+ } | undefined;
6127
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
6128
+ type: "exact";
6129
+ term: string;
6130
+ } | {
6131
+ type: "within";
6132
+ location: string;
6133
+ } | undefined;
6134
+ 'legalStatus.REGISTERED.registrationNumber'?: {
6135
+ type: "exact";
6136
+ term: string;
6137
+ } | undefined;
5115
6138
  }[];
5116
6139
  } | {
5117
6140
  type: "and";
@@ -5185,14 +6208,30 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
5185
6208
  $userField: "id" | "name" | "role" | "signatureFilename" | "primaryOfficeId";
5186
6209
  };
5187
6210
  } | undefined;
5188
- flags?: ({
5189
- type: "anyOf";
5190
- terms: string[];
6211
+ flags?: {
6212
+ anyOf?: string[] | undefined;
6213
+ noneOf?: string[] | undefined;
6214
+ } | undefined;
6215
+ eventType?: string | undefined;
6216
+ 'legalStatus.REGISTERED.createdAt'?: {
6217
+ type: "range";
6218
+ gte: string;
6219
+ lte: string;
5191
6220
  } | {
5192
- type: "not";
6221
+ type: "exact";
5193
6222
  term: string;
5194
- })[] | undefined;
5195
- eventType?: string | undefined;
6223
+ } | undefined;
6224
+ 'legalStatus.REGISTERED.createdAtLocation'?: {
6225
+ type: "exact";
6226
+ term: string;
6227
+ } | {
6228
+ type: "within";
6229
+ location: string;
6230
+ } | undefined;
6231
+ 'legalStatus.REGISTERED.registrationNumber'?: {
6232
+ type: "exact";
6233
+ term: string;
6234
+ } | undefined;
5196
6235
  }[];
5197
6236
  };
5198
6237
  slug: string;
@@ -5202,7 +6241,7 @@ export declare function defineWorkqueues(workqueues: WorkqueueConfigInput[]): {
5202
6241
  };
5203
6242
  label: TranslationConfig;
5204
6243
  }[];
5205
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "DownloadSimple" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
6244
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
5206
6245
  }[];
5207
6246
  export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5208
6247
  slug: z.ZodString;
@@ -5419,25 +6458,26 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5419
6458
  type: "exact";
5420
6459
  term: string;
5421
6460
  }>>>;
5422
- flags: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
5423
- type: z.ZodLiteral<"anyOf">;
5424
- terms: z.ZodArray<z.ZodString, "many">;
5425
- }, "strip", z.ZodTypeAny, {
5426
- type: "anyOf";
5427
- terms: string[];
5428
- }, {
5429
- type: "anyOf";
5430
- terms: string[];
5431
- }>, z.ZodObject<{
5432
- type: z.ZodLiteral<"not">;
5433
- term: z.ZodString;
6461
+ flags: z.ZodOptional<z.ZodOptional<z.ZodObject<{
6462
+ anyOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
6463
+ readonly PRINTED: "printed";
6464
+ readonly INCOMPLETE: "incomplete";
6465
+ readonly REJECTED: "rejected";
6466
+ readonly CORRECTION_REQUESTED: "correction-requested";
6467
+ }>]>, "many">>;
6468
+ noneOf: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNativeEnum<{
6469
+ readonly PRINTED: "printed";
6470
+ readonly INCOMPLETE: "incomplete";
6471
+ readonly REJECTED: "rejected";
6472
+ readonly CORRECTION_REQUESTED: "correction-requested";
6473
+ }>]>, "many">>;
5434
6474
  }, "strip", z.ZodTypeAny, {
5435
- type: "not";
5436
- term: string;
6475
+ anyOf?: string[] | undefined;
6476
+ noneOf?: string[] | undefined;
5437
6477
  }, {
5438
- type: "not";
5439
- term: string;
5440
- }>]>, "many">>>;
6478
+ anyOf?: string[] | undefined;
6479
+ noneOf?: string[] | undefined;
6480
+ }>>>;
5441
6481
  data: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
5442
6482
  }, "strip", z.ZodTypeAny, {
5443
6483
  id?: string | undefined;
@@ -5496,13 +6536,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5496
6536
  type: "exact";
5497
6537
  term: string;
5498
6538
  } | undefined;
5499
- flags?: ({
5500
- type: "anyOf";
5501
- terms: string[];
5502
- } | {
5503
- type: "not";
5504
- term: string;
5505
- })[] | undefined;
6539
+ flags?: {
6540
+ anyOf?: string[] | undefined;
6541
+ noneOf?: string[] | undefined;
6542
+ } | undefined;
5506
6543
  eventType?: string | undefined;
5507
6544
  'legalStatus.REGISTERED.createdAt'?: {
5508
6545
  type: "range";
@@ -5580,13 +6617,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5580
6617
  type: "exact";
5581
6618
  term: string;
5582
6619
  } | undefined;
5583
- flags?: ({
5584
- type: "anyOf";
5585
- terms: string[];
5586
- } | {
5587
- type: "not";
5588
- term: string;
5589
- })[] | undefined;
6620
+ flags?: {
6621
+ anyOf?: string[] | undefined;
6622
+ noneOf?: string[] | undefined;
6623
+ } | undefined;
5590
6624
  eventType?: string | undefined;
5591
6625
  'legalStatus.REGISTERED.createdAt'?: {
5592
6626
  type: "range";
@@ -5664,13 +6698,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5664
6698
  type: "exact";
5665
6699
  term: string;
5666
6700
  } | undefined;
5667
- flags?: ({
5668
- type: "anyOf";
5669
- terms: string[];
5670
- } | {
5671
- type: "not";
5672
- term: string;
5673
- })[] | undefined;
6701
+ flags?: {
6702
+ anyOf?: string[] | undefined;
6703
+ noneOf?: string[] | undefined;
6704
+ } | undefined;
5674
6705
  eventType?: string | undefined;
5675
6706
  'legalStatus.REGISTERED.createdAt'?: {
5676
6707
  type: "range";
@@ -5748,13 +6779,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5748
6779
  type: "exact";
5749
6780
  term: string;
5750
6781
  } | undefined;
5751
- flags?: ({
5752
- type: "anyOf";
5753
- terms: string[];
5754
- } | {
5755
- type: "not";
5756
- term: string;
5757
- })[] | undefined;
6782
+ flags?: {
6783
+ anyOf?: string[] | undefined;
6784
+ noneOf?: string[] | undefined;
6785
+ } | undefined;
5758
6786
  eventType?: string | undefined;
5759
6787
  'legalStatus.REGISTERED.createdAt'?: {
5760
6788
  type: "range";
@@ -5832,13 +6860,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5832
6860
  type: "exact";
5833
6861
  term: string;
5834
6862
  } | undefined;
5835
- flags?: ({
5836
- type: "anyOf";
5837
- terms: string[];
5838
- } | {
5839
- type: "not";
5840
- term: string;
5841
- })[] | undefined;
6863
+ flags?: {
6864
+ anyOf?: string[] | undefined;
6865
+ noneOf?: string[] | undefined;
6866
+ } | undefined;
5842
6867
  eventType?: string | undefined;
5843
6868
  'legalStatus.REGISTERED.createdAt'?: {
5844
6869
  type: "range";
@@ -5916,13 +6941,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
5916
6941
  type: "exact";
5917
6942
  term: string;
5918
6943
  } | undefined;
5919
- flags?: ({
5920
- type: "anyOf";
5921
- terms: string[];
5922
- } | {
5923
- type: "not";
5924
- term: string;
5925
- })[] | undefined;
6944
+ flags?: {
6945
+ anyOf?: string[] | undefined;
6946
+ noneOf?: string[] | undefined;
6947
+ } | undefined;
5926
6948
  eventType?: string | undefined;
5927
6949
  'legalStatus.REGISTERED.createdAt'?: {
5928
6950
  type: "range";
@@ -6003,13 +7025,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
6003
7025
  type: "exact";
6004
7026
  term: string;
6005
7027
  } | undefined;
6006
- flags?: ({
6007
- type: "anyOf";
6008
- terms: string[];
6009
- } | {
6010
- type: "not";
6011
- term: string;
6012
- })[] | undefined;
7028
+ flags?: {
7029
+ anyOf?: string[] | undefined;
7030
+ noneOf?: string[] | undefined;
7031
+ } | undefined;
6013
7032
  eventType?: string | undefined;
6014
7033
  'legalStatus.REGISTERED.createdAt'?: {
6015
7034
  type: "range";
@@ -6087,13 +7106,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
6087
7106
  type: "exact";
6088
7107
  term: string;
6089
7108
  } | undefined;
6090
- flags?: ({
6091
- type: "anyOf";
6092
- terms: string[];
6093
- } | {
6094
- type: "not";
6095
- term: string;
6096
- })[] | undefined;
7109
+ flags?: {
7110
+ anyOf?: string[] | undefined;
7111
+ noneOf?: string[] | undefined;
7112
+ } | undefined;
6097
7113
  eventType?: string | undefined;
6098
7114
  'legalStatus.REGISTERED.createdAt'?: {
6099
7115
  type: "range";
@@ -6179,13 +7195,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
6179
7195
  type: "exact";
6180
7196
  term: string;
6181
7197
  } | undefined;
6182
- flags?: ({
6183
- type: "anyOf";
6184
- terms: string[];
6185
- } | {
6186
- type: "not";
6187
- term: string;
6188
- })[] | undefined;
7198
+ flags?: {
7199
+ anyOf?: string[] | undefined;
7200
+ noneOf?: string[] | undefined;
7201
+ } | undefined;
6189
7202
  eventType?: string | undefined;
6190
7203
  'legalStatus.REGISTERED.createdAt'?: {
6191
7204
  type: "range";
@@ -6263,13 +7276,10 @@ export declare const WorkqueueCountInput: z.ZodArray<z.ZodObject<{
6263
7276
  type: "exact";
6264
7277
  term: string;
6265
7278
  } | undefined;
6266
- flags?: ({
6267
- type: "anyOf";
6268
- terms: string[];
6269
- } | {
6270
- type: "not";
6271
- term: string;
6272
- })[] | undefined;
7279
+ flags?: {
7280
+ anyOf?: string[] | undefined;
7281
+ noneOf?: string[] | undefined;
7282
+ } | undefined;
6273
7283
  eventType?: string | undefined;
6274
7284
  'legalStatus.REGISTERED.createdAt'?: {
6275
7285
  type: "range";