@opencrvs/toolkit 1.8.0-rc.fa49ae3 → 1.8.0-rc.fa564ca

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.
Files changed (31) hide show
  1. package/dist/commons/api/router.d.ts +381 -6649
  2. package/dist/commons/conditionals/conditionals.d.ts +0 -4
  3. package/dist/commons/conditionals/validate.d.ts +0 -6
  4. package/dist/commons/events/ActionConfig.d.ts +6326 -18678
  5. package/dist/commons/events/ActionDocument.d.ts +204 -1713
  6. package/dist/commons/events/ActionInput.d.ts +180 -1380
  7. package/dist/commons/events/AdvancedSearchConfig.d.ts +3 -75
  8. package/dist/commons/events/CompositeFieldValue.d.ts +0 -28
  9. package/dist/commons/events/Constants.d.ts +0 -1
  10. package/dist/commons/events/CountryConfigQueryInput.d.ts +0 -26
  11. package/dist/commons/events/Draft.d.ts +16 -117
  12. package/dist/commons/events/EventConfig.d.ts +2487 -8364
  13. package/dist/commons/events/EventDocument.d.ts +152 -1096
  14. package/dist/commons/events/EventIndex.d.ts +17 -283
  15. package/dist/commons/events/EventMetadata.d.ts +35 -38
  16. package/dist/commons/events/FieldConfig.d.ts +771 -1597
  17. package/dist/commons/events/FieldType.d.ts +1 -4
  18. package/dist/commons/events/FieldTypeMapping.d.ts +50 -89
  19. package/dist/commons/events/FieldValue.d.ts +5 -41
  20. package/dist/commons/events/FormConfig.d.ts +2444 -7640
  21. package/dist/commons/events/PageConfig.d.ts +1620 -2896
  22. package/dist/commons/events/SummaryConfig.d.ts +5 -0
  23. package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
  24. package/dist/commons/events/WorkqueueConfig.d.ts +24 -346
  25. package/dist/commons/events/defineConfig.d.ts +14 -960
  26. package/dist/commons/events/field.d.ts +0 -4
  27. package/dist/commons/events/test.utils.d.ts +38 -124
  28. package/dist/commons/events/utils.d.ts +8 -9659
  29. package/dist/conditionals/index.js +1 -18
  30. package/dist/events/index.js +413 -691
  31. package/package.json +1 -1
@@ -115,19 +115,7 @@ export declare const BaseActionInput: z.ZodObject<{
115
115
  addressLine2?: string | null | undefined;
116
116
  addressLine3?: string | null | undefined;
117
117
  postcodeOrZip?: string | null | undefined;
118
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
119
- firstname: z.ZodString;
120
- surname: z.ZodString;
121
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
- }, "strip", z.ZodTypeAny, {
123
- firstname: string;
124
- surname: string;
125
- middlename?: string | null | undefined;
126
- }, {
127
- firstname: string;
128
- surname: string;
129
- middlename?: string | null | undefined;
130
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
118
+ }>]>>>;
131
119
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
132
120
  filename: z.ZodString;
133
121
  originalFilename: z.ZodString;
@@ -241,19 +229,7 @@ export declare const BaseActionInput: z.ZodObject<{
241
229
  addressLine2?: string | null | undefined;
242
230
  addressLine3?: string | null | undefined;
243
231
  postcodeOrZip?: string | null | undefined;
244
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
245
- firstname: z.ZodString;
246
- surname: z.ZodString;
247
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
248
- }, "strip", z.ZodTypeAny, {
249
- firstname: string;
250
- surname: string;
251
- middlename?: string | null | undefined;
252
- }, {
253
- firstname: string;
254
- surname: string;
255
- middlename?: string | null | undefined;
256
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
232
+ }>]>>>;
257
233
  originalActionId: z.ZodOptional<z.ZodString>;
258
234
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
259
235
  }, "strip", z.ZodTypeAny, {
@@ -273,10 +249,6 @@ export declare const BaseActionInput: z.ZodObject<{
273
249
  residentialArea?: string | null | undefined;
274
250
  street?: string | null | undefined;
275
251
  zipCode?: string | null | undefined;
276
- } | {
277
- firstname: string;
278
- surname: string;
279
- middlename?: string | null | undefined;
280
252
  } | {
281
253
  country: string;
282
254
  district: string;
@@ -299,7 +271,7 @@ export declare const BaseActionInput: z.ZodObject<{
299
271
  option: string;
300
272
  filename: string;
301
273
  originalFilename: string;
302
- }[] | [string, string] | null | undefined>;
274
+ }[] | [string, string] | undefined>;
303
275
  eventId: string;
304
276
  annotation?: Record<string, string | number | boolean | {
305
277
  type: string;
@@ -316,10 +288,6 @@ export declare const BaseActionInput: z.ZodObject<{
316
288
  residentialArea?: string | null | undefined;
317
289
  street?: string | null | undefined;
318
290
  zipCode?: string | null | undefined;
319
- } | {
320
- firstname: string;
321
- surname: string;
322
- middlename?: string | null | undefined;
323
291
  } | {
324
292
  country: string;
325
293
  district: string;
@@ -342,7 +310,7 @@ export declare const BaseActionInput: z.ZodObject<{
342
310
  option: string;
343
311
  filename: string;
344
312
  originalFilename: string;
345
- }[] | [string, string] | null | undefined> | undefined;
313
+ }[] | [string, string] | undefined> | undefined;
346
314
  originalActionId?: string | undefined;
347
315
  keepAssignment?: boolean | undefined;
348
316
  }, {
@@ -363,10 +331,6 @@ export declare const BaseActionInput: z.ZodObject<{
363
331
  residentialArea?: string | null | undefined;
364
332
  street?: string | null | undefined;
365
333
  zipCode?: string | null | undefined;
366
- } | {
367
- firstname: string;
368
- surname: string;
369
- middlename?: string | null | undefined;
370
334
  } | {
371
335
  country: string;
372
336
  district: string;
@@ -389,7 +353,7 @@ export declare const BaseActionInput: z.ZodObject<{
389
353
  option: string;
390
354
  filename: string;
391
355
  originalFilename: string;
392
- }[] | [string, string] | null | undefined> | undefined;
356
+ }[] | [string, string] | undefined> | undefined;
393
357
  annotation?: Record<string, string | number | boolean | {
394
358
  type: string;
395
359
  filename: string;
@@ -405,10 +369,6 @@ export declare const BaseActionInput: z.ZodObject<{
405
369
  residentialArea?: string | null | undefined;
406
370
  street?: string | null | undefined;
407
371
  zipCode?: string | null | undefined;
408
- } | {
409
- firstname: string;
410
- surname: string;
411
- middlename?: string | null | undefined;
412
372
  } | {
413
373
  country: string;
414
374
  district: string;
@@ -431,7 +391,7 @@ export declare const BaseActionInput: z.ZodObject<{
431
391
  option: string;
432
392
  filename: string;
433
393
  originalFilename: string;
434
- }[] | [string, string] | null | undefined> | undefined;
394
+ }[] | [string, string] | undefined> | undefined;
435
395
  originalActionId?: string | undefined;
436
396
  keepAssignment?: boolean | undefined;
437
397
  }>;
@@ -551,19 +511,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
551
511
  addressLine2?: string | null | undefined;
552
512
  addressLine3?: string | null | undefined;
553
513
  postcodeOrZip?: string | null | undefined;
554
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
555
- firstname: z.ZodString;
556
- surname: z.ZodString;
557
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
558
- }, "strip", z.ZodTypeAny, {
559
- firstname: string;
560
- surname: string;
561
- middlename?: string | null | undefined;
562
- }, {
563
- firstname: string;
564
- surname: string;
565
- middlename?: string | null | undefined;
566
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
514
+ }>]>>>;
567
515
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
568
516
  filename: z.ZodString;
569
517
  originalFilename: z.ZodString;
@@ -677,19 +625,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
677
625
  addressLine2?: string | null | undefined;
678
626
  addressLine3?: string | null | undefined;
679
627
  postcodeOrZip?: string | null | undefined;
680
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
681
- firstname: z.ZodString;
682
- surname: z.ZodString;
683
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
684
- }, "strip", z.ZodTypeAny, {
685
- firstname: string;
686
- surname: string;
687
- middlename?: string | null | undefined;
688
- }, {
689
- firstname: string;
690
- surname: string;
691
- middlename?: string | null | undefined;
692
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
628
+ }>]>>>;
693
629
  originalActionId: z.ZodOptional<z.ZodString>;
694
630
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
695
631
  }, {
@@ -713,10 +649,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
713
649
  residentialArea?: string | null | undefined;
714
650
  street?: string | null | undefined;
715
651
  zipCode?: string | null | undefined;
716
- } | {
717
- firstname: string;
718
- surname: string;
719
- middlename?: string | null | undefined;
720
652
  } | {
721
653
  country: string;
722
654
  district: string;
@@ -739,7 +671,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
739
671
  option: string;
740
672
  filename: string;
741
673
  originalFilename: string;
742
- }[] | [string, string] | null | undefined>;
674
+ }[] | [string, string] | undefined>;
743
675
  eventId: string;
744
676
  annotation?: Record<string, string | number | boolean | {
745
677
  type: string;
@@ -756,10 +688,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
756
688
  residentialArea?: string | null | undefined;
757
689
  street?: string | null | undefined;
758
690
  zipCode?: string | null | undefined;
759
- } | {
760
- firstname: string;
761
- surname: string;
762
- middlename?: string | null | undefined;
763
691
  } | {
764
692
  country: string;
765
693
  district: string;
@@ -782,7 +710,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
782
710
  option: string;
783
711
  filename: string;
784
712
  originalFilename: string;
785
- }[] | [string, string] | null | undefined> | undefined;
713
+ }[] | [string, string] | undefined> | undefined;
786
714
  originalActionId?: string | undefined;
787
715
  registrationNumber?: string | undefined;
788
716
  keepAssignment?: boolean | undefined;
@@ -805,10 +733,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
805
733
  residentialArea?: string | null | undefined;
806
734
  street?: string | null | undefined;
807
735
  zipCode?: string | null | undefined;
808
- } | {
809
- firstname: string;
810
- surname: string;
811
- middlename?: string | null | undefined;
812
736
  } | {
813
737
  country: string;
814
738
  district: string;
@@ -831,7 +755,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
831
755
  option: string;
832
756
  filename: string;
833
757
  originalFilename: string;
834
- }[] | [string, string] | null | undefined> | undefined;
758
+ }[] | [string, string] | undefined> | undefined;
835
759
  annotation?: Record<string, string | number | boolean | {
836
760
  type: string;
837
761
  filename: string;
@@ -847,10 +771,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
847
771
  residentialArea?: string | null | undefined;
848
772
  street?: string | null | undefined;
849
773
  zipCode?: string | null | undefined;
850
- } | {
851
- firstname: string;
852
- surname: string;
853
- middlename?: string | null | undefined;
854
774
  } | {
855
775
  country: string;
856
776
  district: string;
@@ -873,7 +793,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
873
793
  option: string;
874
794
  filename: string;
875
795
  originalFilename: string;
876
- }[] | [string, string] | null | undefined> | undefined;
796
+ }[] | [string, string] | undefined> | undefined;
877
797
  originalActionId?: string | undefined;
878
798
  registrationNumber?: string | undefined;
879
799
  keepAssignment?: boolean | undefined;
@@ -995,19 +915,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
995
915
  addressLine2?: string | null | undefined;
996
916
  addressLine3?: string | null | undefined;
997
917
  postcodeOrZip?: string | null | undefined;
998
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
999
- firstname: z.ZodString;
1000
- surname: z.ZodString;
1001
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1002
- }, "strip", z.ZodTypeAny, {
1003
- firstname: string;
1004
- surname: string;
1005
- middlename?: string | null | undefined;
1006
- }, {
1007
- firstname: string;
1008
- surname: string;
1009
- middlename?: string | null | undefined;
1010
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
918
+ }>]>>>;
1011
919
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
1012
920
  filename: z.ZodString;
1013
921
  originalFilename: z.ZodString;
@@ -1121,19 +1029,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1121
1029
  addressLine2?: string | null | undefined;
1122
1030
  addressLine3?: string | null | undefined;
1123
1031
  postcodeOrZip?: string | null | undefined;
1124
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1125
- firstname: z.ZodString;
1126
- surname: z.ZodString;
1127
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1128
- }, "strip", z.ZodTypeAny, {
1129
- firstname: string;
1130
- surname: string;
1131
- middlename?: string | null | undefined;
1132
- }, {
1133
- firstname: string;
1134
- surname: string;
1135
- middlename?: string | null | undefined;
1136
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1032
+ }>]>>>;
1137
1033
  originalActionId: z.ZodOptional<z.ZodString>;
1138
1034
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
1139
1035
  }, {
@@ -1157,10 +1053,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1157
1053
  residentialArea?: string | null | undefined;
1158
1054
  street?: string | null | undefined;
1159
1055
  zipCode?: string | null | undefined;
1160
- } | {
1161
- firstname: string;
1162
- surname: string;
1163
- middlename?: string | null | undefined;
1164
1056
  } | {
1165
1057
  country: string;
1166
1058
  district: string;
@@ -1183,7 +1075,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1183
1075
  option: string;
1184
1076
  filename: string;
1185
1077
  originalFilename: string;
1186
- }[] | [string, string] | null | undefined>;
1078
+ }[] | [string, string] | undefined>;
1187
1079
  eventId: string;
1188
1080
  duplicates: string[];
1189
1081
  annotation?: Record<string, string | number | boolean | {
@@ -1201,10 +1093,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1201
1093
  residentialArea?: string | null | undefined;
1202
1094
  street?: string | null | undefined;
1203
1095
  zipCode?: string | null | undefined;
1204
- } | {
1205
- firstname: string;
1206
- surname: string;
1207
- middlename?: string | null | undefined;
1208
1096
  } | {
1209
1097
  country: string;
1210
1098
  district: string;
@@ -1227,7 +1115,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1227
1115
  option: string;
1228
1116
  filename: string;
1229
1117
  originalFilename: string;
1230
- }[] | [string, string] | null | undefined> | undefined;
1118
+ }[] | [string, string] | undefined> | undefined;
1231
1119
  originalActionId?: string | undefined;
1232
1120
  keepAssignment?: boolean | undefined;
1233
1121
  }, {
@@ -1250,10 +1138,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1250
1138
  residentialArea?: string | null | undefined;
1251
1139
  street?: string | null | undefined;
1252
1140
  zipCode?: string | null | undefined;
1253
- } | {
1254
- firstname: string;
1255
- surname: string;
1256
- middlename?: string | null | undefined;
1257
1141
  } | {
1258
1142
  country: string;
1259
1143
  district: string;
@@ -1276,7 +1160,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1276
1160
  option: string;
1277
1161
  filename: string;
1278
1162
  originalFilename: string;
1279
- }[] | [string, string] | null | undefined> | undefined;
1163
+ }[] | [string, string] | undefined> | undefined;
1280
1164
  annotation?: Record<string, string | number | boolean | {
1281
1165
  type: string;
1282
1166
  filename: string;
@@ -1292,10 +1176,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1292
1176
  residentialArea?: string | null | undefined;
1293
1177
  street?: string | null | undefined;
1294
1178
  zipCode?: string | null | undefined;
1295
- } | {
1296
- firstname: string;
1297
- surname: string;
1298
- middlename?: string | null | undefined;
1299
1179
  } | {
1300
1180
  country: string;
1301
1181
  district: string;
@@ -1318,7 +1198,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
1318
1198
  option: string;
1319
1199
  filename: string;
1320
1200
  originalFilename: string;
1321
- }[] | [string, string] | null | undefined> | undefined;
1201
+ }[] | [string, string] | undefined> | undefined;
1322
1202
  originalActionId?: string | undefined;
1323
1203
  keepAssignment?: boolean | undefined;
1324
1204
  }>;
@@ -1439,19 +1319,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1439
1319
  addressLine2?: string | null | undefined;
1440
1320
  addressLine3?: string | null | undefined;
1441
1321
  postcodeOrZip?: string | null | undefined;
1442
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1443
- firstname: z.ZodString;
1444
- surname: z.ZodString;
1445
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1446
- }, "strip", z.ZodTypeAny, {
1447
- firstname: string;
1448
- surname: string;
1449
- middlename?: string | null | undefined;
1450
- }, {
1451
- firstname: string;
1452
- surname: string;
1453
- middlename?: string | null | undefined;
1454
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1322
+ }>]>>>;
1455
1323
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
1456
1324
  filename: z.ZodString;
1457
1325
  originalFilename: z.ZodString;
@@ -1565,19 +1433,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1565
1433
  addressLine2?: string | null | undefined;
1566
1434
  addressLine3?: string | null | undefined;
1567
1435
  postcodeOrZip?: string | null | undefined;
1568
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1569
- firstname: z.ZodString;
1570
- surname: z.ZodString;
1571
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1572
- }, "strip", z.ZodTypeAny, {
1573
- firstname: string;
1574
- surname: string;
1575
- middlename?: string | null | undefined;
1576
- }, {
1577
- firstname: string;
1578
- surname: string;
1579
- middlename?: string | null | undefined;
1580
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1436
+ }>]>>>;
1581
1437
  originalActionId: z.ZodOptional<z.ZodString>;
1582
1438
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
1583
1439
  }, {
@@ -1600,10 +1456,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1600
1456
  residentialArea?: string | null | undefined;
1601
1457
  street?: string | null | undefined;
1602
1458
  zipCode?: string | null | undefined;
1603
- } | {
1604
- firstname: string;
1605
- surname: string;
1606
- middlename?: string | null | undefined;
1607
1459
  } | {
1608
1460
  country: string;
1609
1461
  district: string;
@@ -1626,7 +1478,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1626
1478
  option: string;
1627
1479
  filename: string;
1628
1480
  originalFilename: string;
1629
- }[] | [string, string] | null | undefined>;
1481
+ }[] | [string, string] | undefined>;
1630
1482
  eventId: string;
1631
1483
  annotation?: Record<string, string | number | boolean | {
1632
1484
  type: string;
@@ -1643,10 +1495,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1643
1495
  residentialArea?: string | null | undefined;
1644
1496
  street?: string | null | undefined;
1645
1497
  zipCode?: string | null | undefined;
1646
- } | {
1647
- firstname: string;
1648
- surname: string;
1649
- middlename?: string | null | undefined;
1650
1498
  } | {
1651
1499
  country: string;
1652
1500
  district: string;
@@ -1669,7 +1517,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1669
1517
  option: string;
1670
1518
  filename: string;
1671
1519
  originalFilename: string;
1672
- }[] | [string, string] | null | undefined> | undefined;
1520
+ }[] | [string, string] | undefined> | undefined;
1673
1521
  originalActionId?: string | undefined;
1674
1522
  keepAssignment?: boolean | undefined;
1675
1523
  }, {
@@ -1691,10 +1539,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1691
1539
  residentialArea?: string | null | undefined;
1692
1540
  street?: string | null | undefined;
1693
1541
  zipCode?: string | null | undefined;
1694
- } | {
1695
- firstname: string;
1696
- surname: string;
1697
- middlename?: string | null | undefined;
1698
1542
  } | {
1699
1543
  country: string;
1700
1544
  district: string;
@@ -1717,7 +1561,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1717
1561
  option: string;
1718
1562
  filename: string;
1719
1563
  originalFilename: string;
1720
- }[] | [string, string] | null | undefined> | undefined;
1564
+ }[] | [string, string] | undefined> | undefined;
1721
1565
  annotation?: Record<string, string | number | boolean | {
1722
1566
  type: string;
1723
1567
  filename: string;
@@ -1733,10 +1577,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1733
1577
  residentialArea?: string | null | undefined;
1734
1578
  street?: string | null | undefined;
1735
1579
  zipCode?: string | null | undefined;
1736
- } | {
1737
- firstname: string;
1738
- surname: string;
1739
- middlename?: string | null | undefined;
1740
1580
  } | {
1741
1581
  country: string;
1742
1582
  district: string;
@@ -1759,7 +1599,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
1759
1599
  option: string;
1760
1600
  filename: string;
1761
1601
  originalFilename: string;
1762
- }[] | [string, string] | null | undefined> | undefined;
1602
+ }[] | [string, string] | undefined> | undefined;
1763
1603
  originalActionId?: string | undefined;
1764
1604
  keepAssignment?: boolean | undefined;
1765
1605
  }>;
@@ -1880,19 +1720,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
1880
1720
  addressLine2?: string | null | undefined;
1881
1721
  addressLine3?: string | null | undefined;
1882
1722
  postcodeOrZip?: string | null | undefined;
1883
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1884
- firstname: z.ZodString;
1885
- surname: z.ZodString;
1886
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1887
- }, "strip", z.ZodTypeAny, {
1888
- firstname: string;
1889
- surname: string;
1890
- middlename?: string | null | undefined;
1891
- }, {
1892
- firstname: string;
1893
- surname: string;
1894
- middlename?: string | null | undefined;
1895
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1723
+ }>]>>>;
1896
1724
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
1897
1725
  filename: z.ZodString;
1898
1726
  originalFilename: z.ZodString;
@@ -2006,19 +1834,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2006
1834
  addressLine2?: string | null | undefined;
2007
1835
  addressLine3?: string | null | undefined;
2008
1836
  postcodeOrZip?: string | null | undefined;
2009
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2010
- firstname: z.ZodString;
2011
- surname: z.ZodString;
2012
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2013
- }, "strip", z.ZodTypeAny, {
2014
- firstname: string;
2015
- surname: string;
2016
- middlename?: string | null | undefined;
2017
- }, {
2018
- firstname: string;
2019
- surname: string;
2020
- middlename?: string | null | undefined;
2021
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1837
+ }>]>>>;
2022
1838
  originalActionId: z.ZodOptional<z.ZodString>;
2023
1839
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
2024
1840
  }, {
@@ -2041,10 +1857,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2041
1857
  residentialArea?: string | null | undefined;
2042
1858
  street?: string | null | undefined;
2043
1859
  zipCode?: string | null | undefined;
2044
- } | {
2045
- firstname: string;
2046
- surname: string;
2047
- middlename?: string | null | undefined;
2048
1860
  } | {
2049
1861
  country: string;
2050
1862
  district: string;
@@ -2067,7 +1879,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2067
1879
  option: string;
2068
1880
  filename: string;
2069
1881
  originalFilename: string;
2070
- }[] | [string, string] | null | undefined>;
1882
+ }[] | [string, string] | undefined>;
2071
1883
  eventId: string;
2072
1884
  annotation?: Record<string, string | number | boolean | {
2073
1885
  type: string;
@@ -2084,10 +1896,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2084
1896
  residentialArea?: string | null | undefined;
2085
1897
  street?: string | null | undefined;
2086
1898
  zipCode?: string | null | undefined;
2087
- } | {
2088
- firstname: string;
2089
- surname: string;
2090
- middlename?: string | null | undefined;
2091
1899
  } | {
2092
1900
  country: string;
2093
1901
  district: string;
@@ -2110,7 +1918,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2110
1918
  option: string;
2111
1919
  filename: string;
2112
1920
  originalFilename: string;
2113
- }[] | [string, string] | null | undefined> | undefined;
1921
+ }[] | [string, string] | undefined> | undefined;
2114
1922
  originalActionId?: string | undefined;
2115
1923
  keepAssignment?: boolean | undefined;
2116
1924
  }, {
@@ -2132,10 +1940,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2132
1940
  residentialArea?: string | null | undefined;
2133
1941
  street?: string | null | undefined;
2134
1942
  zipCode?: string | null | undefined;
2135
- } | {
2136
- firstname: string;
2137
- surname: string;
2138
- middlename?: string | null | undefined;
2139
1943
  } | {
2140
1944
  country: string;
2141
1945
  district: string;
@@ -2158,7 +1962,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2158
1962
  option: string;
2159
1963
  filename: string;
2160
1964
  originalFilename: string;
2161
- }[] | [string, string] | null | undefined> | undefined;
1965
+ }[] | [string, string] | undefined> | undefined;
2162
1966
  annotation?: Record<string, string | number | boolean | {
2163
1967
  type: string;
2164
1968
  filename: string;
@@ -2174,10 +1978,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2174
1978
  residentialArea?: string | null | undefined;
2175
1979
  street?: string | null | undefined;
2176
1980
  zipCode?: string | null | undefined;
2177
- } | {
2178
- firstname: string;
2179
- surname: string;
2180
- middlename?: string | null | undefined;
2181
1981
  } | {
2182
1982
  country: string;
2183
1983
  district: string;
@@ -2200,7 +2000,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
2200
2000
  option: string;
2201
2001
  filename: string;
2202
2002
  originalFilename: string;
2203
- }[] | [string, string] | null | undefined> | undefined;
2003
+ }[] | [string, string] | undefined> | undefined;
2204
2004
  originalActionId?: string | undefined;
2205
2005
  keepAssignment?: boolean | undefined;
2206
2006
  }>;
@@ -2320,19 +2120,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2320
2120
  addressLine2?: string | null | undefined;
2321
2121
  addressLine3?: string | null | undefined;
2322
2122
  postcodeOrZip?: string | null | undefined;
2323
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2324
- firstname: z.ZodString;
2325
- surname: z.ZodString;
2326
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2327
- }, "strip", z.ZodTypeAny, {
2328
- firstname: string;
2329
- surname: string;
2330
- middlename?: string | null | undefined;
2331
- }, {
2332
- firstname: string;
2333
- surname: string;
2334
- middlename?: string | null | undefined;
2335
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2123
+ }>]>>>;
2336
2124
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
2337
2125
  filename: z.ZodString;
2338
2126
  originalFilename: z.ZodString;
@@ -2446,19 +2234,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2446
2234
  addressLine2?: string | null | undefined;
2447
2235
  addressLine3?: string | null | undefined;
2448
2236
  postcodeOrZip?: string | null | undefined;
2449
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2450
- firstname: z.ZodString;
2451
- surname: z.ZodString;
2452
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2453
- }, "strip", z.ZodTypeAny, {
2454
- firstname: string;
2455
- surname: string;
2456
- middlename?: string | null | undefined;
2457
- }, {
2458
- firstname: string;
2459
- surname: string;
2460
- middlename?: string | null | undefined;
2461
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2237
+ }>]>>>;
2462
2238
  originalActionId: z.ZodOptional<z.ZodString>;
2463
2239
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
2464
2240
  }, {
@@ -2481,10 +2257,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2481
2257
  residentialArea?: string | null | undefined;
2482
2258
  street?: string | null | undefined;
2483
2259
  zipCode?: string | null | undefined;
2484
- } | {
2485
- firstname: string;
2486
- surname: string;
2487
- middlename?: string | null | undefined;
2488
2260
  } | {
2489
2261
  country: string;
2490
2262
  district: string;
@@ -2507,7 +2279,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2507
2279
  option: string;
2508
2280
  filename: string;
2509
2281
  originalFilename: string;
2510
- }[] | [string, string] | null | undefined>;
2282
+ }[] | [string, string] | undefined>;
2511
2283
  eventId: string;
2512
2284
  annotation?: Record<string, string | number | boolean | {
2513
2285
  type: string;
@@ -2524,10 +2296,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2524
2296
  residentialArea?: string | null | undefined;
2525
2297
  street?: string | null | undefined;
2526
2298
  zipCode?: string | null | undefined;
2527
- } | {
2528
- firstname: string;
2529
- surname: string;
2530
- middlename?: string | null | undefined;
2531
2299
  } | {
2532
2300
  country: string;
2533
2301
  district: string;
@@ -2550,7 +2318,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2550
2318
  option: string;
2551
2319
  filename: string;
2552
2320
  originalFilename: string;
2553
- }[] | [string, string] | null | undefined> | undefined;
2321
+ }[] | [string, string] | undefined> | undefined;
2554
2322
  originalActionId?: string | undefined;
2555
2323
  keepAssignment?: boolean | undefined;
2556
2324
  }, {
@@ -2572,10 +2340,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2572
2340
  residentialArea?: string | null | undefined;
2573
2341
  street?: string | null | undefined;
2574
2342
  zipCode?: string | null | undefined;
2575
- } | {
2576
- firstname: string;
2577
- surname: string;
2578
- middlename?: string | null | undefined;
2579
2343
  } | {
2580
2344
  country: string;
2581
2345
  district: string;
@@ -2598,7 +2362,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2598
2362
  option: string;
2599
2363
  filename: string;
2600
2364
  originalFilename: string;
2601
- }[] | [string, string] | null | undefined> | undefined;
2365
+ }[] | [string, string] | undefined> | undefined;
2602
2366
  annotation?: Record<string, string | number | boolean | {
2603
2367
  type: string;
2604
2368
  filename: string;
@@ -2614,10 +2378,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2614
2378
  residentialArea?: string | null | undefined;
2615
2379
  street?: string | null | undefined;
2616
2380
  zipCode?: string | null | undefined;
2617
- } | {
2618
- firstname: string;
2619
- surname: string;
2620
- middlename?: string | null | undefined;
2621
2381
  } | {
2622
2382
  country: string;
2623
2383
  district: string;
@@ -2640,7 +2400,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
2640
2400
  option: string;
2641
2401
  filename: string;
2642
2402
  originalFilename: string;
2643
- }[] | [string, string] | null | undefined> | undefined;
2403
+ }[] | [string, string] | undefined> | undefined;
2644
2404
  originalActionId?: string | undefined;
2645
2405
  keepAssignment?: boolean | undefined;
2646
2406
  }>;
@@ -2761,19 +2521,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
2761
2521
  addressLine2?: string | null | undefined;
2762
2522
  addressLine3?: string | null | undefined;
2763
2523
  postcodeOrZip?: string | null | undefined;
2764
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2765
- firstname: z.ZodString;
2766
- surname: z.ZodString;
2767
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2768
- }, "strip", z.ZodTypeAny, {
2769
- firstname: string;
2770
- surname: string;
2771
- middlename?: string | null | undefined;
2772
- }, {
2773
- firstname: string;
2774
- surname: string;
2775
- middlename?: string | null | undefined;
2776
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2524
+ }>]>>>;
2777
2525
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
2778
2526
  filename: z.ZodString;
2779
2527
  originalFilename: z.ZodString;
@@ -2887,19 +2635,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
2887
2635
  addressLine2?: string | null | undefined;
2888
2636
  addressLine3?: string | null | undefined;
2889
2637
  postcodeOrZip?: string | null | undefined;
2890
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2891
- firstname: z.ZodString;
2892
- surname: z.ZodString;
2893
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2894
- }, "strip", z.ZodTypeAny, {
2895
- firstname: string;
2896
- surname: string;
2897
- middlename?: string | null | undefined;
2898
- }, {
2899
- firstname: string;
2900
- surname: string;
2901
- middlename?: string | null | undefined;
2902
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2638
+ }>]>>>;
2903
2639
  originalActionId: z.ZodOptional<z.ZodString>;
2904
2640
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
2905
2641
  }, {
@@ -2936,10 +2672,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
2936
2672
  residentialArea?: string | null | undefined;
2937
2673
  street?: string | null | undefined;
2938
2674
  zipCode?: string | null | undefined;
2939
- } | {
2940
- firstname: string;
2941
- surname: string;
2942
- middlename?: string | null | undefined;
2943
2675
  } | {
2944
2676
  country: string;
2945
2677
  district: string;
@@ -2962,7 +2694,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
2962
2694
  option: string;
2963
2695
  filename: string;
2964
2696
  originalFilename: string;
2965
- }[] | [string, string] | null | undefined>;
2697
+ }[] | [string, string] | undefined>;
2966
2698
  eventId: string;
2967
2699
  annotation?: Record<string, string | number | boolean | {
2968
2700
  type: string;
@@ -2979,10 +2711,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
2979
2711
  residentialArea?: string | null | undefined;
2980
2712
  street?: string | null | undefined;
2981
2713
  zipCode?: string | null | undefined;
2982
- } | {
2983
- firstname: string;
2984
- surname: string;
2985
- middlename?: string | null | undefined;
2986
2714
  } | {
2987
2715
  country: string;
2988
2716
  district: string;
@@ -3005,7 +2733,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3005
2733
  option: string;
3006
2734
  filename: string;
3007
2735
  originalFilename: string;
3008
- }[] | [string, string] | null | undefined> | undefined;
2736
+ }[] | [string, string] | undefined> | undefined;
3009
2737
  originalActionId?: string | undefined;
3010
2738
  keepAssignment?: boolean | undefined;
3011
2739
  }, {
@@ -3031,10 +2759,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3031
2759
  residentialArea?: string | null | undefined;
3032
2760
  street?: string | null | undefined;
3033
2761
  zipCode?: string | null | undefined;
3034
- } | {
3035
- firstname: string;
3036
- surname: string;
3037
- middlename?: string | null | undefined;
3038
2762
  } | {
3039
2763
  country: string;
3040
2764
  district: string;
@@ -3057,7 +2781,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3057
2781
  option: string;
3058
2782
  filename: string;
3059
2783
  originalFilename: string;
3060
- }[] | [string, string] | null | undefined> | undefined;
2784
+ }[] | [string, string] | undefined> | undefined;
3061
2785
  annotation?: Record<string, string | number | boolean | {
3062
2786
  type: string;
3063
2787
  filename: string;
@@ -3073,10 +2797,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3073
2797
  residentialArea?: string | null | undefined;
3074
2798
  street?: string | null | undefined;
3075
2799
  zipCode?: string | null | undefined;
3076
- } | {
3077
- firstname: string;
3078
- surname: string;
3079
- middlename?: string | null | undefined;
3080
2800
  } | {
3081
2801
  country: string;
3082
2802
  district: string;
@@ -3099,7 +2819,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
3099
2819
  option: string;
3100
2820
  filename: string;
3101
2821
  originalFilename: string;
3102
- }[] | [string, string] | null | undefined> | undefined;
2822
+ }[] | [string, string] | undefined> | undefined;
3103
2823
  originalActionId?: string | undefined;
3104
2824
  keepAssignment?: boolean | undefined;
3105
2825
  }>;
@@ -3220,19 +2940,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3220
2940
  addressLine2?: string | null | undefined;
3221
2941
  addressLine3?: string | null | undefined;
3222
2942
  postcodeOrZip?: string | null | undefined;
3223
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3224
- firstname: z.ZodString;
3225
- surname: z.ZodString;
3226
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3227
- }, "strip", z.ZodTypeAny, {
3228
- firstname: string;
3229
- surname: string;
3230
- middlename?: string | null | undefined;
3231
- }, {
3232
- firstname: string;
3233
- surname: string;
3234
- middlename?: string | null | undefined;
3235
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2943
+ }>]>>>;
3236
2944
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
3237
2945
  filename: z.ZodString;
3238
2946
  originalFilename: z.ZodString;
@@ -3346,19 +3054,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3346
3054
  addressLine2?: string | null | undefined;
3347
3055
  addressLine3?: string | null | undefined;
3348
3056
  postcodeOrZip?: string | null | undefined;
3349
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3350
- firstname: z.ZodString;
3351
- surname: z.ZodString;
3352
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3353
- }, "strip", z.ZodTypeAny, {
3354
- firstname: string;
3355
- surname: string;
3356
- middlename?: string | null | undefined;
3357
- }, {
3358
- firstname: string;
3359
- surname: string;
3360
- middlename?: string | null | undefined;
3361
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3057
+ }>]>>>;
3362
3058
  originalActionId: z.ZodOptional<z.ZodString>;
3363
3059
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
3364
3060
  }, {
@@ -3381,10 +3077,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3381
3077
  residentialArea?: string | null | undefined;
3382
3078
  street?: string | null | undefined;
3383
3079
  zipCode?: string | null | undefined;
3384
- } | {
3385
- firstname: string;
3386
- surname: string;
3387
- middlename?: string | null | undefined;
3388
3080
  } | {
3389
3081
  country: string;
3390
3082
  district: string;
@@ -3407,7 +3099,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3407
3099
  option: string;
3408
3100
  filename: string;
3409
3101
  originalFilename: string;
3410
- }[] | [string, string] | null | undefined>;
3102
+ }[] | [string, string] | undefined>;
3411
3103
  eventId: string;
3412
3104
  annotation?: Record<string, string | number | boolean | {
3413
3105
  type: string;
@@ -3424,10 +3116,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3424
3116
  residentialArea?: string | null | undefined;
3425
3117
  street?: string | null | undefined;
3426
3118
  zipCode?: string | null | undefined;
3427
- } | {
3428
- firstname: string;
3429
- surname: string;
3430
- middlename?: string | null | undefined;
3431
3119
  } | {
3432
3120
  country: string;
3433
3121
  district: string;
@@ -3450,7 +3138,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3450
3138
  option: string;
3451
3139
  filename: string;
3452
3140
  originalFilename: string;
3453
- }[] | [string, string] | null | undefined> | undefined;
3141
+ }[] | [string, string] | undefined> | undefined;
3454
3142
  originalActionId?: string | undefined;
3455
3143
  keepAssignment?: boolean | undefined;
3456
3144
  }, {
@@ -3472,10 +3160,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3472
3160
  residentialArea?: string | null | undefined;
3473
3161
  street?: string | null | undefined;
3474
3162
  zipCode?: string | null | undefined;
3475
- } | {
3476
- firstname: string;
3477
- surname: string;
3478
- middlename?: string | null | undefined;
3479
3163
  } | {
3480
3164
  country: string;
3481
3165
  district: string;
@@ -3498,7 +3182,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3498
3182
  option: string;
3499
3183
  filename: string;
3500
3184
  originalFilename: string;
3501
- }[] | [string, string] | null | undefined> | undefined;
3185
+ }[] | [string, string] | undefined> | undefined;
3502
3186
  annotation?: Record<string, string | number | boolean | {
3503
3187
  type: string;
3504
3188
  filename: string;
@@ -3514,10 +3198,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3514
3198
  residentialArea?: string | null | undefined;
3515
3199
  street?: string | null | undefined;
3516
3200
  zipCode?: string | null | undefined;
3517
- } | {
3518
- firstname: string;
3519
- surname: string;
3520
- middlename?: string | null | undefined;
3521
3201
  } | {
3522
3202
  country: string;
3523
3203
  district: string;
@@ -3540,7 +3220,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
3540
3220
  option: string;
3541
3221
  filename: string;
3542
3222
  originalFilename: string;
3543
- }[] | [string, string] | null | undefined> | undefined;
3223
+ }[] | [string, string] | undefined> | undefined;
3544
3224
  originalActionId?: string | undefined;
3545
3225
  keepAssignment?: boolean | undefined;
3546
3226
  }>;
@@ -3661,19 +3341,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3661
3341
  addressLine2?: string | null | undefined;
3662
3342
  addressLine3?: string | null | undefined;
3663
3343
  postcodeOrZip?: string | null | undefined;
3664
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3665
- firstname: z.ZodString;
3666
- surname: z.ZodString;
3667
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3668
- }, "strip", z.ZodTypeAny, {
3669
- firstname: string;
3670
- surname: string;
3671
- middlename?: string | null | undefined;
3672
- }, {
3673
- firstname: string;
3674
- surname: string;
3675
- middlename?: string | null | undefined;
3676
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3344
+ }>]>>>;
3677
3345
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
3678
3346
  filename: z.ZodString;
3679
3347
  originalFilename: z.ZodString;
@@ -3787,19 +3455,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3787
3455
  addressLine2?: string | null | undefined;
3788
3456
  addressLine3?: string | null | undefined;
3789
3457
  postcodeOrZip?: string | null | undefined;
3790
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3791
- firstname: z.ZodString;
3792
- surname: z.ZodString;
3793
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3794
- }, "strip", z.ZodTypeAny, {
3795
- firstname: string;
3796
- surname: string;
3797
- middlename?: string | null | undefined;
3798
- }, {
3799
- firstname: string;
3800
- surname: string;
3801
- middlename?: string | null | undefined;
3802
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3458
+ }>]>>>;
3803
3459
  originalActionId: z.ZodOptional<z.ZodString>;
3804
3460
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
3805
3461
  }, {
@@ -3836,10 +3492,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3836
3492
  residentialArea?: string | null | undefined;
3837
3493
  street?: string | null | undefined;
3838
3494
  zipCode?: string | null | undefined;
3839
- } | {
3840
- firstname: string;
3841
- surname: string;
3842
- middlename?: string | null | undefined;
3843
3495
  } | {
3844
3496
  country: string;
3845
3497
  district: string;
@@ -3862,7 +3514,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3862
3514
  option: string;
3863
3515
  filename: string;
3864
3516
  originalFilename: string;
3865
- }[] | [string, string] | null | undefined>;
3517
+ }[] | [string, string] | undefined>;
3866
3518
  eventId: string;
3867
3519
  annotation?: Record<string, string | number | boolean | {
3868
3520
  type: string;
@@ -3879,10 +3531,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3879
3531
  residentialArea?: string | null | undefined;
3880
3532
  street?: string | null | undefined;
3881
3533
  zipCode?: string | null | undefined;
3882
- } | {
3883
- firstname: string;
3884
- surname: string;
3885
- middlename?: string | null | undefined;
3886
3534
  } | {
3887
3535
  country: string;
3888
3536
  district: string;
@@ -3905,7 +3553,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3905
3553
  option: string;
3906
3554
  filename: string;
3907
3555
  originalFilename: string;
3908
- }[] | [string, string] | null | undefined> | undefined;
3556
+ }[] | [string, string] | undefined> | undefined;
3909
3557
  originalActionId?: string | undefined;
3910
3558
  keepAssignment?: boolean | undefined;
3911
3559
  }, {
@@ -3931,10 +3579,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3931
3579
  residentialArea?: string | null | undefined;
3932
3580
  street?: string | null | undefined;
3933
3581
  zipCode?: string | null | undefined;
3934
- } | {
3935
- firstname: string;
3936
- surname: string;
3937
- middlename?: string | null | undefined;
3938
3582
  } | {
3939
3583
  country: string;
3940
3584
  district: string;
@@ -3957,7 +3601,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3957
3601
  option: string;
3958
3602
  filename: string;
3959
3603
  originalFilename: string;
3960
- }[] | [string, string] | null | undefined> | undefined;
3604
+ }[] | [string, string] | undefined> | undefined;
3961
3605
  annotation?: Record<string, string | number | boolean | {
3962
3606
  type: string;
3963
3607
  filename: string;
@@ -3973,10 +3617,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3973
3617
  residentialArea?: string | null | undefined;
3974
3618
  street?: string | null | undefined;
3975
3619
  zipCode?: string | null | undefined;
3976
- } | {
3977
- firstname: string;
3978
- surname: string;
3979
- middlename?: string | null | undefined;
3980
3620
  } | {
3981
3621
  country: string;
3982
3622
  district: string;
@@ -3999,7 +3639,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
3999
3639
  option: string;
4000
3640
  filename: string;
4001
3641
  originalFilename: string;
4002
- }[] | [string, string] | null | undefined> | undefined;
3642
+ }[] | [string, string] | undefined> | undefined;
4003
3643
  originalActionId?: string | undefined;
4004
3644
  keepAssignment?: boolean | undefined;
4005
3645
  }>;
@@ -4120,19 +3760,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4120
3760
  addressLine2?: string | null | undefined;
4121
3761
  addressLine3?: string | null | undefined;
4122
3762
  postcodeOrZip?: string | null | undefined;
4123
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4124
- firstname: z.ZodString;
4125
- surname: z.ZodString;
4126
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4127
- }, "strip", z.ZodTypeAny, {
4128
- firstname: string;
4129
- surname: string;
4130
- middlename?: string | null | undefined;
4131
- }, {
4132
- firstname: string;
4133
- surname: string;
4134
- middlename?: string | null | undefined;
4135
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3763
+ }>]>>>;
4136
3764
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
4137
3765
  filename: z.ZodString;
4138
3766
  originalFilename: z.ZodString;
@@ -4246,19 +3874,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4246
3874
  addressLine2?: string | null | undefined;
4247
3875
  addressLine3?: string | null | undefined;
4248
3876
  postcodeOrZip?: string | null | undefined;
4249
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4250
- firstname: z.ZodString;
4251
- surname: z.ZodString;
4252
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4253
- }, "strip", z.ZodTypeAny, {
4254
- firstname: string;
4255
- surname: string;
4256
- middlename?: string | null | undefined;
4257
- }, {
4258
- firstname: string;
4259
- surname: string;
4260
- middlename?: string | null | undefined;
4261
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3877
+ }>]>>>;
4262
3878
  originalActionId: z.ZodOptional<z.ZodString>;
4263
3879
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
4264
3880
  }, {
@@ -4282,10 +3898,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4282
3898
  residentialArea?: string | null | undefined;
4283
3899
  street?: string | null | undefined;
4284
3900
  zipCode?: string | null | undefined;
4285
- } | {
4286
- firstname: string;
4287
- surname: string;
4288
- middlename?: string | null | undefined;
4289
3901
  } | {
4290
3902
  country: string;
4291
3903
  district: string;
@@ -4308,7 +3920,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4308
3920
  option: string;
4309
3921
  filename: string;
4310
3922
  originalFilename: string;
4311
- }[] | [string, string] | null | undefined>;
3923
+ }[] | [string, string] | undefined>;
4312
3924
  assignedTo: string;
4313
3925
  eventId: string;
4314
3926
  annotation?: Record<string, string | number | boolean | {
@@ -4326,10 +3938,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4326
3938
  residentialArea?: string | null | undefined;
4327
3939
  street?: string | null | undefined;
4328
3940
  zipCode?: string | null | undefined;
4329
- } | {
4330
- firstname: string;
4331
- surname: string;
4332
- middlename?: string | null | undefined;
4333
3941
  } | {
4334
3942
  country: string;
4335
3943
  district: string;
@@ -4352,7 +3960,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4352
3960
  option: string;
4353
3961
  filename: string;
4354
3962
  originalFilename: string;
4355
- }[] | [string, string] | null | undefined> | undefined;
3963
+ }[] | [string, string] | undefined> | undefined;
4356
3964
  originalActionId?: string | undefined;
4357
3965
  keepAssignment?: boolean | undefined;
4358
3966
  }, {
@@ -4375,10 +3983,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4375
3983
  residentialArea?: string | null | undefined;
4376
3984
  street?: string | null | undefined;
4377
3985
  zipCode?: string | null | undefined;
4378
- } | {
4379
- firstname: string;
4380
- surname: string;
4381
- middlename?: string | null | undefined;
4382
3986
  } | {
4383
3987
  country: string;
4384
3988
  district: string;
@@ -4401,7 +4005,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4401
4005
  option: string;
4402
4006
  filename: string;
4403
4007
  originalFilename: string;
4404
- }[] | [string, string] | null | undefined> | undefined;
4008
+ }[] | [string, string] | undefined> | undefined;
4405
4009
  annotation?: Record<string, string | number | boolean | {
4406
4010
  type: string;
4407
4011
  filename: string;
@@ -4417,10 +4021,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4417
4021
  residentialArea?: string | null | undefined;
4418
4022
  street?: string | null | undefined;
4419
4023
  zipCode?: string | null | undefined;
4420
- } | {
4421
- firstname: string;
4422
- surname: string;
4423
- middlename?: string | null | undefined;
4424
4024
  } | {
4425
4025
  country: string;
4426
4026
  district: string;
@@ -4443,7 +4043,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4443
4043
  option: string;
4444
4044
  filename: string;
4445
4045
  originalFilename: string;
4446
- }[] | [string, string] | null | undefined> | undefined;
4046
+ }[] | [string, string] | undefined> | undefined;
4447
4047
  originalActionId?: string | undefined;
4448
4048
  keepAssignment?: boolean | undefined;
4449
4049
  }>;
@@ -4564,19 +4164,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4564
4164
  addressLine2?: string | null | undefined;
4565
4165
  addressLine3?: string | null | undefined;
4566
4166
  postcodeOrZip?: string | null | undefined;
4567
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4568
- firstname: z.ZodString;
4569
- surname: z.ZodString;
4570
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4571
- }, "strip", z.ZodTypeAny, {
4572
- firstname: string;
4573
- surname: string;
4574
- middlename?: string | null | undefined;
4575
- }, {
4576
- firstname: string;
4577
- surname: string;
4578
- middlename?: string | null | undefined;
4579
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4167
+ }>]>>>;
4580
4168
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
4581
4169
  filename: z.ZodString;
4582
4170
  originalFilename: z.ZodString;
@@ -4690,19 +4278,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4690
4278
  addressLine2?: string | null | undefined;
4691
4279
  addressLine3?: string | null | undefined;
4692
4280
  postcodeOrZip?: string | null | undefined;
4693
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4694
- firstname: z.ZodString;
4695
- surname: z.ZodString;
4696
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4697
- }, "strip", z.ZodTypeAny, {
4698
- firstname: string;
4699
- surname: string;
4700
- middlename?: string | null | undefined;
4701
- }, {
4702
- firstname: string;
4703
- surname: string;
4704
- middlename?: string | null | undefined;
4705
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4281
+ }>]>>>;
4706
4282
  originalActionId: z.ZodOptional<z.ZodString>;
4707
4283
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
4708
4284
  }, {
@@ -4726,10 +4302,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4726
4302
  residentialArea?: string | null | undefined;
4727
4303
  street?: string | null | undefined;
4728
4304
  zipCode?: string | null | undefined;
4729
- } | {
4730
- firstname: string;
4731
- surname: string;
4732
- middlename?: string | null | undefined;
4733
4305
  } | {
4734
4306
  country: string;
4735
4307
  district: string;
@@ -4752,7 +4324,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4752
4324
  option: string;
4753
4325
  filename: string;
4754
4326
  originalFilename: string;
4755
- }[] | [string, string] | null | undefined>;
4327
+ }[] | [string, string] | undefined>;
4756
4328
  assignedTo: null;
4757
4329
  eventId: string;
4758
4330
  annotation?: Record<string, string | number | boolean | {
@@ -4770,10 +4342,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4770
4342
  residentialArea?: string | null | undefined;
4771
4343
  street?: string | null | undefined;
4772
4344
  zipCode?: string | null | undefined;
4773
- } | {
4774
- firstname: string;
4775
- surname: string;
4776
- middlename?: string | null | undefined;
4777
4345
  } | {
4778
4346
  country: string;
4779
4347
  district: string;
@@ -4796,7 +4364,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4796
4364
  option: string;
4797
4365
  filename: string;
4798
4366
  originalFilename: string;
4799
- }[] | [string, string] | null | undefined> | undefined;
4367
+ }[] | [string, string] | undefined> | undefined;
4800
4368
  originalActionId?: string | undefined;
4801
4369
  keepAssignment?: boolean | undefined;
4802
4370
  }, {
@@ -4818,10 +4386,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4818
4386
  residentialArea?: string | null | undefined;
4819
4387
  street?: string | null | undefined;
4820
4388
  zipCode?: string | null | undefined;
4821
- } | {
4822
- firstname: string;
4823
- surname: string;
4824
- middlename?: string | null | undefined;
4825
4389
  } | {
4826
4390
  country: string;
4827
4391
  district: string;
@@ -4844,7 +4408,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4844
4408
  option: string;
4845
4409
  filename: string;
4846
4410
  originalFilename: string;
4847
- }[] | [string, string] | null | undefined> | undefined;
4411
+ }[] | [string, string] | undefined> | undefined;
4848
4412
  annotation?: Record<string, string | number | boolean | {
4849
4413
  type: string;
4850
4414
  filename: string;
@@ -4860,10 +4424,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4860
4424
  residentialArea?: string | null | undefined;
4861
4425
  street?: string | null | undefined;
4862
4426
  zipCode?: string | null | undefined;
4863
- } | {
4864
- firstname: string;
4865
- surname: string;
4866
- middlename?: string | null | undefined;
4867
4427
  } | {
4868
4428
  country: string;
4869
4429
  district: string;
@@ -4886,7 +4446,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
4886
4446
  option: string;
4887
4447
  filename: string;
4888
4448
  originalFilename: string;
4889
- }[] | [string, string] | null | undefined> | undefined;
4449
+ }[] | [string, string] | undefined> | undefined;
4890
4450
  originalActionId?: string | undefined;
4891
4451
  assignedTo?: null | undefined;
4892
4452
  keepAssignment?: boolean | undefined;
@@ -5008,19 +4568,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5008
4568
  addressLine2?: string | null | undefined;
5009
4569
  addressLine3?: string | null | undefined;
5010
4570
  postcodeOrZip?: string | null | undefined;
5011
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5012
- firstname: z.ZodString;
5013
- surname: z.ZodString;
5014
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5015
- }, "strip", z.ZodTypeAny, {
5016
- firstname: string;
5017
- surname: string;
5018
- middlename?: string | null | undefined;
5019
- }, {
5020
- firstname: string;
5021
- surname: string;
5022
- middlename?: string | null | undefined;
5023
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4571
+ }>]>>>;
5024
4572
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
5025
4573
  filename: z.ZodString;
5026
4574
  originalFilename: z.ZodString;
@@ -5134,19 +4682,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5134
4682
  addressLine2?: string | null | undefined;
5135
4683
  addressLine3?: string | null | undefined;
5136
4684
  postcodeOrZip?: string | null | undefined;
5137
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5138
- firstname: z.ZodString;
5139
- surname: z.ZodString;
5140
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5141
- }, "strip", z.ZodTypeAny, {
5142
- firstname: string;
5143
- surname: string;
5144
- middlename?: string | null | undefined;
5145
- }, {
5146
- firstname: string;
5147
- surname: string;
5148
- middlename?: string | null | undefined;
5149
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4685
+ }>]>>>;
5150
4686
  originalActionId: z.ZodOptional<z.ZodString>;
5151
4687
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
5152
4688
  }, {
@@ -5169,10 +4705,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5169
4705
  residentialArea?: string | null | undefined;
5170
4706
  street?: string | null | undefined;
5171
4707
  zipCode?: string | null | undefined;
5172
- } | {
5173
- firstname: string;
5174
- surname: string;
5175
- middlename?: string | null | undefined;
5176
4708
  } | {
5177
4709
  country: string;
5178
4710
  district: string;
@@ -5195,7 +4727,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5195
4727
  option: string;
5196
4728
  filename: string;
5197
4729
  originalFilename: string;
5198
- }[] | [string, string] | null | undefined>;
4730
+ }[] | [string, string] | undefined>;
5199
4731
  eventId: string;
5200
4732
  annotation?: Record<string, string | number | boolean | {
5201
4733
  type: string;
@@ -5212,10 +4744,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5212
4744
  residentialArea?: string | null | undefined;
5213
4745
  street?: string | null | undefined;
5214
4746
  zipCode?: string | null | undefined;
5215
- } | {
5216
- firstname: string;
5217
- surname: string;
5218
- middlename?: string | null | undefined;
5219
4747
  } | {
5220
4748
  country: string;
5221
4749
  district: string;
@@ -5238,7 +4766,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5238
4766
  option: string;
5239
4767
  filename: string;
5240
4768
  originalFilename: string;
5241
- }[] | [string, string] | null | undefined> | undefined;
4769
+ }[] | [string, string] | undefined> | undefined;
5242
4770
  originalActionId?: string | undefined;
5243
4771
  keepAssignment?: boolean | undefined;
5244
4772
  }, {
@@ -5260,10 +4788,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5260
4788
  residentialArea?: string | null | undefined;
5261
4789
  street?: string | null | undefined;
5262
4790
  zipCode?: string | null | undefined;
5263
- } | {
5264
- firstname: string;
5265
- surname: string;
5266
- middlename?: string | null | undefined;
5267
4791
  } | {
5268
4792
  country: string;
5269
4793
  district: string;
@@ -5286,7 +4810,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5286
4810
  option: string;
5287
4811
  filename: string;
5288
4812
  originalFilename: string;
5289
- }[] | [string, string] | null | undefined> | undefined;
4813
+ }[] | [string, string] | undefined> | undefined;
5290
4814
  annotation?: Record<string, string | number | boolean | {
5291
4815
  type: string;
5292
4816
  filename: string;
@@ -5302,10 +4826,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5302
4826
  residentialArea?: string | null | undefined;
5303
4827
  street?: string | null | undefined;
5304
4828
  zipCode?: string | null | undefined;
5305
- } | {
5306
- firstname: string;
5307
- surname: string;
5308
- middlename?: string | null | undefined;
5309
4829
  } | {
5310
4830
  country: string;
5311
4831
  district: string;
@@ -5328,7 +4848,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5328
4848
  option: string;
5329
4849
  filename: string;
5330
4850
  originalFilename: string;
5331
- }[] | [string, string] | null | undefined> | undefined;
4851
+ }[] | [string, string] | undefined> | undefined;
5332
4852
  originalActionId?: string | undefined;
5333
4853
  keepAssignment?: boolean | undefined;
5334
4854
  }>;
@@ -5449,19 +4969,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5449
4969
  addressLine2?: string | null | undefined;
5450
4970
  addressLine3?: string | null | undefined;
5451
4971
  postcodeOrZip?: string | null | undefined;
5452
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5453
- firstname: z.ZodString;
5454
- surname: z.ZodString;
5455
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5456
- }, "strip", z.ZodTypeAny, {
5457
- firstname: string;
5458
- surname: string;
5459
- middlename?: string | null | undefined;
5460
- }, {
5461
- firstname: string;
5462
- surname: string;
5463
- middlename?: string | null | undefined;
5464
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4972
+ }>]>>>;
5465
4973
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
5466
4974
  filename: z.ZodString;
5467
4975
  originalFilename: z.ZodString;
@@ -5575,19 +5083,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5575
5083
  addressLine2?: string | null | undefined;
5576
5084
  addressLine3?: string | null | undefined;
5577
5085
  postcodeOrZip?: string | null | undefined;
5578
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5579
- firstname: z.ZodString;
5580
- surname: z.ZodString;
5581
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5582
- }, "strip", z.ZodTypeAny, {
5583
- firstname: string;
5584
- surname: string;
5585
- middlename?: string | null | undefined;
5586
- }, {
5587
- firstname: string;
5588
- surname: string;
5589
- middlename?: string | null | undefined;
5590
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5086
+ }>]>>>;
5591
5087
  originalActionId: z.ZodOptional<z.ZodString>;
5592
5088
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
5593
5089
  }, {
@@ -5611,10 +5107,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5611
5107
  residentialArea?: string | null | undefined;
5612
5108
  street?: string | null | undefined;
5613
5109
  zipCode?: string | null | undefined;
5614
- } | {
5615
- firstname: string;
5616
- surname: string;
5617
- middlename?: string | null | undefined;
5618
5110
  } | {
5619
5111
  country: string;
5620
5112
  district: string;
@@ -5637,7 +5129,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5637
5129
  option: string;
5638
5130
  filename: string;
5639
5131
  originalFilename: string;
5640
- }[] | [string, string] | null | undefined>;
5132
+ }[] | [string, string] | undefined>;
5641
5133
  requestId: string;
5642
5134
  eventId: string;
5643
5135
  annotation?: Record<string, string | number | boolean | {
@@ -5655,10 +5147,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5655
5147
  residentialArea?: string | null | undefined;
5656
5148
  street?: string | null | undefined;
5657
5149
  zipCode?: string | null | undefined;
5658
- } | {
5659
- firstname: string;
5660
- surname: string;
5661
- middlename?: string | null | undefined;
5662
5150
  } | {
5663
5151
  country: string;
5664
5152
  district: string;
@@ -5681,7 +5169,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5681
5169
  option: string;
5682
5170
  filename: string;
5683
5171
  originalFilename: string;
5684
- }[] | [string, string] | null | undefined> | undefined;
5172
+ }[] | [string, string] | undefined> | undefined;
5685
5173
  originalActionId?: string | undefined;
5686
5174
  keepAssignment?: boolean | undefined;
5687
5175
  }, {
@@ -5704,10 +5192,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5704
5192
  residentialArea?: string | null | undefined;
5705
5193
  street?: string | null | undefined;
5706
5194
  zipCode?: string | null | undefined;
5707
- } | {
5708
- firstname: string;
5709
- surname: string;
5710
- middlename?: string | null | undefined;
5711
5195
  } | {
5712
5196
  country: string;
5713
5197
  district: string;
@@ -5730,7 +5214,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5730
5214
  option: string;
5731
5215
  filename: string;
5732
5216
  originalFilename: string;
5733
- }[] | [string, string] | null | undefined> | undefined;
5217
+ }[] | [string, string] | undefined> | undefined;
5734
5218
  annotation?: Record<string, string | number | boolean | {
5735
5219
  type: string;
5736
5220
  filename: string;
@@ -5746,10 +5230,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5746
5230
  residentialArea?: string | null | undefined;
5747
5231
  street?: string | null | undefined;
5748
5232
  zipCode?: string | null | undefined;
5749
- } | {
5750
- firstname: string;
5751
- surname: string;
5752
- middlename?: string | null | undefined;
5753
5233
  } | {
5754
5234
  country: string;
5755
5235
  district: string;
@@ -5772,7 +5252,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
5772
5252
  option: string;
5773
5253
  filename: string;
5774
5254
  originalFilename: string;
5775
- }[] | [string, string] | null | undefined> | undefined;
5255
+ }[] | [string, string] | undefined> | undefined;
5776
5256
  originalActionId?: string | undefined;
5777
5257
  keepAssignment?: boolean | undefined;
5778
5258
  }>;
@@ -5893,19 +5373,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
5893
5373
  addressLine2?: string | null | undefined;
5894
5374
  addressLine3?: string | null | undefined;
5895
5375
  postcodeOrZip?: string | null | undefined;
5896
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5897
- firstname: z.ZodString;
5898
- surname: z.ZodString;
5899
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5900
- }, "strip", z.ZodTypeAny, {
5901
- firstname: string;
5902
- surname: string;
5903
- middlename?: string | null | undefined;
5904
- }, {
5905
- firstname: string;
5906
- surname: string;
5907
- middlename?: string | null | undefined;
5908
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5376
+ }>]>>>;
5909
5377
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
5910
5378
  filename: z.ZodString;
5911
5379
  originalFilename: z.ZodString;
@@ -6019,19 +5487,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6019
5487
  addressLine2?: string | null | undefined;
6020
5488
  addressLine3?: string | null | undefined;
6021
5489
  postcodeOrZip?: string | null | undefined;
6022
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6023
- firstname: z.ZodString;
6024
- surname: z.ZodString;
6025
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6026
- }, "strip", z.ZodTypeAny, {
6027
- firstname: string;
6028
- surname: string;
6029
- middlename?: string | null | undefined;
6030
- }, {
6031
- firstname: string;
6032
- surname: string;
6033
- middlename?: string | null | undefined;
6034
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5490
+ }>]>>>;
6035
5491
  originalActionId: z.ZodOptional<z.ZodString>;
6036
5492
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
6037
5493
  }, {
@@ -6055,10 +5511,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6055
5511
  residentialArea?: string | null | undefined;
6056
5512
  street?: string | null | undefined;
6057
5513
  zipCode?: string | null | undefined;
6058
- } | {
6059
- firstname: string;
6060
- surname: string;
6061
- middlename?: string | null | undefined;
6062
5514
  } | {
6063
5515
  country: string;
6064
5516
  district: string;
@@ -6081,7 +5533,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6081
5533
  option: string;
6082
5534
  filename: string;
6083
5535
  originalFilename: string;
6084
- }[] | [string, string] | null | undefined>;
5536
+ }[] | [string, string] | undefined>;
6085
5537
  requestId: string;
6086
5538
  eventId: string;
6087
5539
  annotation?: Record<string, string | number | boolean | {
@@ -6099,10 +5551,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6099
5551
  residentialArea?: string | null | undefined;
6100
5552
  street?: string | null | undefined;
6101
5553
  zipCode?: string | null | undefined;
6102
- } | {
6103
- firstname: string;
6104
- surname: string;
6105
- middlename?: string | null | undefined;
6106
5554
  } | {
6107
5555
  country: string;
6108
5556
  district: string;
@@ -6125,7 +5573,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6125
5573
  option: string;
6126
5574
  filename: string;
6127
5575
  originalFilename: string;
6128
- }[] | [string, string] | null | undefined> | undefined;
5576
+ }[] | [string, string] | undefined> | undefined;
6129
5577
  originalActionId?: string | undefined;
6130
5578
  keepAssignment?: boolean | undefined;
6131
5579
  }, {
@@ -6148,10 +5596,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6148
5596
  residentialArea?: string | null | undefined;
6149
5597
  street?: string | null | undefined;
6150
5598
  zipCode?: string | null | undefined;
6151
- } | {
6152
- firstname: string;
6153
- surname: string;
6154
- middlename?: string | null | undefined;
6155
5599
  } | {
6156
5600
  country: string;
6157
5601
  district: string;
@@ -6174,7 +5618,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6174
5618
  option: string;
6175
5619
  filename: string;
6176
5620
  originalFilename: string;
6177
- }[] | [string, string] | null | undefined> | undefined;
5621
+ }[] | [string, string] | undefined> | undefined;
6178
5622
  annotation?: Record<string, string | number | boolean | {
6179
5623
  type: string;
6180
5624
  filename: string;
@@ -6190,10 +5634,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6190
5634
  residentialArea?: string | null | undefined;
6191
5635
  street?: string | null | undefined;
6192
5636
  zipCode?: string | null | undefined;
6193
- } | {
6194
- firstname: string;
6195
- surname: string;
6196
- middlename?: string | null | undefined;
6197
5637
  } | {
6198
5638
  country: string;
6199
5639
  district: string;
@@ -6216,7 +5656,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
6216
5656
  option: string;
6217
5657
  filename: string;
6218
5658
  originalFilename: string;
6219
- }[] | [string, string] | null | undefined> | undefined;
5659
+ }[] | [string, string] | undefined> | undefined;
6220
5660
  originalActionId?: string | undefined;
6221
5661
  keepAssignment?: boolean | undefined;
6222
5662
  }>;
@@ -6337,19 +5777,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6337
5777
  addressLine2?: string | null | undefined;
6338
5778
  addressLine3?: string | null | undefined;
6339
5779
  postcodeOrZip?: string | null | undefined;
6340
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6341
- firstname: z.ZodString;
6342
- surname: z.ZodString;
6343
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6344
- }, "strip", z.ZodTypeAny, {
6345
- firstname: string;
6346
- surname: string;
6347
- middlename?: string | null | undefined;
6348
- }, {
6349
- firstname: string;
6350
- surname: string;
6351
- middlename?: string | null | undefined;
6352
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5780
+ }>]>>>;
6353
5781
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
6354
5782
  filename: z.ZodString;
6355
5783
  originalFilename: z.ZodString;
@@ -6463,19 +5891,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6463
5891
  addressLine2?: string | null | undefined;
6464
5892
  addressLine3?: string | null | undefined;
6465
5893
  postcodeOrZip?: string | null | undefined;
6466
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6467
- firstname: z.ZodString;
6468
- surname: z.ZodString;
6469
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6470
- }, "strip", z.ZodTypeAny, {
6471
- firstname: string;
6472
- surname: string;
6473
- middlename?: string | null | undefined;
6474
- }, {
6475
- firstname: string;
6476
- surname: string;
6477
- middlename?: string | null | undefined;
6478
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5894
+ }>]>>>;
6479
5895
  originalActionId: z.ZodOptional<z.ZodString>;
6480
5896
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
6481
5897
  }, {
@@ -6498,10 +5914,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6498
5914
  residentialArea?: string | null | undefined;
6499
5915
  street?: string | null | undefined;
6500
5916
  zipCode?: string | null | undefined;
6501
- } | {
6502
- firstname: string;
6503
- surname: string;
6504
- middlename?: string | null | undefined;
6505
5917
  } | {
6506
5918
  country: string;
6507
5919
  district: string;
@@ -6524,7 +5936,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6524
5936
  option: string;
6525
5937
  filename: string;
6526
5938
  originalFilename: string;
6527
- }[] | [string, string] | null | undefined>;
5939
+ }[] | [string, string] | undefined>;
6528
5940
  eventId: string;
6529
5941
  annotation?: Record<string, string | number | boolean | {
6530
5942
  type: string;
@@ -6541,10 +5953,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6541
5953
  residentialArea?: string | null | undefined;
6542
5954
  street?: string | null | undefined;
6543
5955
  zipCode?: string | null | undefined;
6544
- } | {
6545
- firstname: string;
6546
- surname: string;
6547
- middlename?: string | null | undefined;
6548
5956
  } | {
6549
5957
  country: string;
6550
5958
  district: string;
@@ -6567,7 +5975,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6567
5975
  option: string;
6568
5976
  filename: string;
6569
5977
  originalFilename: string;
6570
- }[] | [string, string] | null | undefined> | undefined;
5978
+ }[] | [string, string] | undefined> | undefined;
6571
5979
  originalActionId?: string | undefined;
6572
5980
  keepAssignment?: boolean | undefined;
6573
5981
  }, {
@@ -6589,10 +5997,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6589
5997
  residentialArea?: string | null | undefined;
6590
5998
  street?: string | null | undefined;
6591
5999
  zipCode?: string | null | undefined;
6592
- } | {
6593
- firstname: string;
6594
- surname: string;
6595
- middlename?: string | null | undefined;
6596
6000
  } | {
6597
6001
  country: string;
6598
6002
  district: string;
@@ -6615,7 +6019,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6615
6019
  option: string;
6616
6020
  filename: string;
6617
6021
  originalFilename: string;
6618
- }[] | [string, string] | null | undefined> | undefined;
6022
+ }[] | [string, string] | undefined> | undefined;
6619
6023
  annotation?: Record<string, string | number | boolean | {
6620
6024
  type: string;
6621
6025
  filename: string;
@@ -6631,10 +6035,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6631
6035
  residentialArea?: string | null | undefined;
6632
6036
  street?: string | null | undefined;
6633
6037
  zipCode?: string | null | undefined;
6634
- } | {
6635
- firstname: string;
6636
- surname: string;
6637
- middlename?: string | null | undefined;
6638
6038
  } | {
6639
6039
  country: string;
6640
6040
  district: string;
@@ -6657,7 +6057,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
6657
6057
  option: string;
6658
6058
  filename: string;
6659
6059
  originalFilename: string;
6660
- }[] | [string, string] | null | undefined> | undefined;
6060
+ }[] | [string, string] | undefined> | undefined;
6661
6061
  originalActionId?: string | undefined;
6662
6062
  keepAssignment?: boolean | undefined;
6663
6063
  }>;
@@ -6794,19 +6194,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
6794
6194
  addressLine2?: string | null | undefined;
6795
6195
  addressLine3?: string | null | undefined;
6796
6196
  postcodeOrZip?: string | null | undefined;
6797
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6798
- firstname: z.ZodString;
6799
- surname: z.ZodString;
6800
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6801
- }, "strip", z.ZodTypeAny, {
6802
- firstname: string;
6803
- surname: string;
6804
- middlename?: string | null | undefined;
6805
- }, {
6806
- firstname: string;
6807
- surname: string;
6808
- middlename?: string | null | undefined;
6809
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6197
+ }>]>>>;
6810
6198
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
6811
6199
  filename: z.ZodString;
6812
6200
  originalFilename: z.ZodString;
@@ -6920,19 +6308,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
6920
6308
  addressLine2?: string | null | undefined;
6921
6309
  addressLine3?: string | null | undefined;
6922
6310
  postcodeOrZip?: string | null | undefined;
6923
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6924
- firstname: z.ZodString;
6925
- surname: z.ZodString;
6926
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6927
- }, "strip", z.ZodTypeAny, {
6928
- firstname: string;
6929
- surname: string;
6930
- middlename?: string | null | undefined;
6931
- }, {
6932
- firstname: string;
6933
- surname: string;
6934
- middlename?: string | null | undefined;
6935
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6311
+ }>]>>>;
6936
6312
  originalActionId: z.ZodOptional<z.ZodString>;
6937
6313
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
6938
6314
  }, {
@@ -6956,10 +6332,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
6956
6332
  residentialArea?: string | null | undefined;
6957
6333
  street?: string | null | undefined;
6958
6334
  zipCode?: string | null | undefined;
6959
- } | {
6960
- firstname: string;
6961
- surname: string;
6962
- middlename?: string | null | undefined;
6963
6335
  } | {
6964
6336
  country: string;
6965
6337
  district: string;
@@ -6982,7 +6354,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
6982
6354
  option: string;
6983
6355
  filename: string;
6984
6356
  originalFilename: string;
6985
- }[] | [string, string] | null | undefined>;
6357
+ }[] | [string, string] | undefined>;
6986
6358
  eventId: string;
6987
6359
  createdAtLocation?: string | null | undefined;
6988
6360
  annotation?: Record<string, string | number | boolean | {
@@ -7000,10 +6372,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7000
6372
  residentialArea?: string | null | undefined;
7001
6373
  street?: string | null | undefined;
7002
6374
  zipCode?: string | null | undefined;
7003
- } | {
7004
- firstname: string;
7005
- surname: string;
7006
- middlename?: string | null | undefined;
7007
6375
  } | {
7008
6376
  country: string;
7009
6377
  district: string;
@@ -7026,7 +6394,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7026
6394
  option: string;
7027
6395
  filename: string;
7028
6396
  originalFilename: string;
7029
- }[] | [string, string] | null | undefined> | undefined;
6397
+ }[] | [string, string] | undefined> | undefined;
7030
6398
  originalActionId?: string | undefined;
7031
6399
  keepAssignment?: boolean | undefined;
7032
6400
  }, {
@@ -7049,10 +6417,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7049
6417
  residentialArea?: string | null | undefined;
7050
6418
  street?: string | null | undefined;
7051
6419
  zipCode?: string | null | undefined;
7052
- } | {
7053
- firstname: string;
7054
- surname: string;
7055
- middlename?: string | null | undefined;
7056
6420
  } | {
7057
6421
  country: string;
7058
6422
  district: string;
@@ -7075,7 +6439,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7075
6439
  option: string;
7076
6440
  filename: string;
7077
6441
  originalFilename: string;
7078
- }[] | [string, string] | null | undefined> | undefined;
6442
+ }[] | [string, string] | undefined> | undefined;
7079
6443
  annotation?: Record<string, string | number | boolean | {
7080
6444
  type: string;
7081
6445
  filename: string;
@@ -7091,10 +6455,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7091
6455
  residentialArea?: string | null | undefined;
7092
6456
  street?: string | null | undefined;
7093
6457
  zipCode?: string | null | undefined;
7094
- } | {
7095
- firstname: string;
7096
- surname: string;
7097
- middlename?: string | null | undefined;
7098
6458
  } | {
7099
6459
  country: string;
7100
6460
  district: string;
@@ -7117,7 +6477,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7117
6477
  option: string;
7118
6478
  filename: string;
7119
6479
  originalFilename: string;
7120
- }[] | [string, string] | null | undefined> | undefined;
6480
+ }[] | [string, string] | undefined> | undefined;
7121
6481
  originalActionId?: string | undefined;
7122
6482
  keepAssignment?: boolean | undefined;
7123
6483
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -7236,19 +6596,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7236
6596
  addressLine2?: string | null | undefined;
7237
6597
  addressLine3?: string | null | undefined;
7238
6598
  postcodeOrZip?: string | null | undefined;
7239
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7240
- firstname: z.ZodString;
7241
- surname: z.ZodString;
7242
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7243
- }, "strip", z.ZodTypeAny, {
7244
- firstname: string;
7245
- surname: string;
7246
- middlename?: string | null | undefined;
7247
- }, {
7248
- firstname: string;
7249
- surname: string;
7250
- middlename?: string | null | undefined;
7251
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6599
+ }>]>>>;
7252
6600
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
7253
6601
  filename: z.ZodString;
7254
6602
  originalFilename: z.ZodString;
@@ -7362,19 +6710,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7362
6710
  addressLine2?: string | null | undefined;
7363
6711
  addressLine3?: string | null | undefined;
7364
6712
  postcodeOrZip?: string | null | undefined;
7365
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7366
- firstname: z.ZodString;
7367
- surname: z.ZodString;
7368
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7369
- }, "strip", z.ZodTypeAny, {
7370
- firstname: string;
7371
- surname: string;
7372
- middlename?: string | null | undefined;
7373
- }, {
7374
- firstname: string;
7375
- surname: string;
7376
- middlename?: string | null | undefined;
7377
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6713
+ }>]>>>;
7378
6714
  originalActionId: z.ZodOptional<z.ZodString>;
7379
6715
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
7380
6716
  }, {
@@ -7398,10 +6734,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7398
6734
  residentialArea?: string | null | undefined;
7399
6735
  street?: string | null | undefined;
7400
6736
  zipCode?: string | null | undefined;
7401
- } | {
7402
- firstname: string;
7403
- surname: string;
7404
- middlename?: string | null | undefined;
7405
6737
  } | {
7406
6738
  country: string;
7407
6739
  district: string;
@@ -7424,7 +6756,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7424
6756
  option: string;
7425
6757
  filename: string;
7426
6758
  originalFilename: string;
7427
- }[] | [string, string] | null | undefined>;
6759
+ }[] | [string, string] | undefined>;
7428
6760
  eventId: string;
7429
6761
  duplicates: string[];
7430
6762
  annotation?: Record<string, string | number | boolean | {
@@ -7442,10 +6774,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7442
6774
  residentialArea?: string | null | undefined;
7443
6775
  street?: string | null | undefined;
7444
6776
  zipCode?: string | null | undefined;
7445
- } | {
7446
- firstname: string;
7447
- surname: string;
7448
- middlename?: string | null | undefined;
7449
6777
  } | {
7450
6778
  country: string;
7451
6779
  district: string;
@@ -7468,7 +6796,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7468
6796
  option: string;
7469
6797
  filename: string;
7470
6798
  originalFilename: string;
7471
- }[] | [string, string] | null | undefined> | undefined;
6799
+ }[] | [string, string] | undefined> | undefined;
7472
6800
  originalActionId?: string | undefined;
7473
6801
  keepAssignment?: boolean | undefined;
7474
6802
  }, {
@@ -7491,10 +6819,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7491
6819
  residentialArea?: string | null | undefined;
7492
6820
  street?: string | null | undefined;
7493
6821
  zipCode?: string | null | undefined;
7494
- } | {
7495
- firstname: string;
7496
- surname: string;
7497
- middlename?: string | null | undefined;
7498
6822
  } | {
7499
6823
  country: string;
7500
6824
  district: string;
@@ -7517,7 +6841,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7517
6841
  option: string;
7518
6842
  filename: string;
7519
6843
  originalFilename: string;
7520
- }[] | [string, string] | null | undefined> | undefined;
6844
+ }[] | [string, string] | undefined> | undefined;
7521
6845
  annotation?: Record<string, string | number | boolean | {
7522
6846
  type: string;
7523
6847
  filename: string;
@@ -7533,10 +6857,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7533
6857
  residentialArea?: string | null | undefined;
7534
6858
  street?: string | null | undefined;
7535
6859
  zipCode?: string | null | undefined;
7536
- } | {
7537
- firstname: string;
7538
- surname: string;
7539
- middlename?: string | null | undefined;
7540
6860
  } | {
7541
6861
  country: string;
7542
6862
  district: string;
@@ -7559,7 +6879,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7559
6879
  option: string;
7560
6880
  filename: string;
7561
6881
  originalFilename: string;
7562
- }[] | [string, string] | null | undefined> | undefined;
6882
+ }[] | [string, string] | undefined> | undefined;
7563
6883
  originalActionId?: string | undefined;
7564
6884
  keepAssignment?: boolean | undefined;
7565
6885
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -7678,19 +6998,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7678
6998
  addressLine2?: string | null | undefined;
7679
6999
  addressLine3?: string | null | undefined;
7680
7000
  postcodeOrZip?: string | null | undefined;
7681
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7682
- firstname: z.ZodString;
7683
- surname: z.ZodString;
7684
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7685
- }, "strip", z.ZodTypeAny, {
7686
- firstname: string;
7687
- surname: string;
7688
- middlename?: string | null | undefined;
7689
- }, {
7690
- firstname: string;
7691
- surname: string;
7692
- middlename?: string | null | undefined;
7693
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7001
+ }>]>>>;
7694
7002
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
7695
7003
  filename: z.ZodString;
7696
7004
  originalFilename: z.ZodString;
@@ -7804,19 +7112,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7804
7112
  addressLine2?: string | null | undefined;
7805
7113
  addressLine3?: string | null | undefined;
7806
7114
  postcodeOrZip?: string | null | undefined;
7807
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7808
- firstname: z.ZodString;
7809
- surname: z.ZodString;
7810
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7811
- }, "strip", z.ZodTypeAny, {
7812
- firstname: string;
7813
- surname: string;
7814
- middlename?: string | null | undefined;
7815
- }, {
7816
- firstname: string;
7817
- surname: string;
7818
- middlename?: string | null | undefined;
7819
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7115
+ }>]>>>;
7820
7116
  originalActionId: z.ZodOptional<z.ZodString>;
7821
7117
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
7822
7118
  }, {
@@ -7840,10 +7136,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7840
7136
  residentialArea?: string | null | undefined;
7841
7137
  street?: string | null | undefined;
7842
7138
  zipCode?: string | null | undefined;
7843
- } | {
7844
- firstname: string;
7845
- surname: string;
7846
- middlename?: string | null | undefined;
7847
7139
  } | {
7848
7140
  country: string;
7849
7141
  district: string;
@@ -7866,7 +7158,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7866
7158
  option: string;
7867
7159
  filename: string;
7868
7160
  originalFilename: string;
7869
- }[] | [string, string] | null | undefined>;
7161
+ }[] | [string, string] | undefined>;
7870
7162
  eventId: string;
7871
7163
  annotation?: Record<string, string | number | boolean | {
7872
7164
  type: string;
@@ -7883,10 +7175,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7883
7175
  residentialArea?: string | null | undefined;
7884
7176
  street?: string | null | undefined;
7885
7177
  zipCode?: string | null | undefined;
7886
- } | {
7887
- firstname: string;
7888
- surname: string;
7889
- middlename?: string | null | undefined;
7890
7178
  } | {
7891
7179
  country: string;
7892
7180
  district: string;
@@ -7909,7 +7197,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7909
7197
  option: string;
7910
7198
  filename: string;
7911
7199
  originalFilename: string;
7912
- }[] | [string, string] | null | undefined> | undefined;
7200
+ }[] | [string, string] | undefined> | undefined;
7913
7201
  originalActionId?: string | undefined;
7914
7202
  registrationNumber?: string | undefined;
7915
7203
  keepAssignment?: boolean | undefined;
@@ -7932,10 +7220,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7932
7220
  residentialArea?: string | null | undefined;
7933
7221
  street?: string | null | undefined;
7934
7222
  zipCode?: string | null | undefined;
7935
- } | {
7936
- firstname: string;
7937
- surname: string;
7938
- middlename?: string | null | undefined;
7939
7223
  } | {
7940
7224
  country: string;
7941
7225
  district: string;
@@ -7958,7 +7242,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7958
7242
  option: string;
7959
7243
  filename: string;
7960
7244
  originalFilename: string;
7961
- }[] | [string, string] | null | undefined> | undefined;
7245
+ }[] | [string, string] | undefined> | undefined;
7962
7246
  annotation?: Record<string, string | number | boolean | {
7963
7247
  type: string;
7964
7248
  filename: string;
@@ -7974,10 +7258,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
7974
7258
  residentialArea?: string | null | undefined;
7975
7259
  street?: string | null | undefined;
7976
7260
  zipCode?: string | null | undefined;
7977
- } | {
7978
- firstname: string;
7979
- surname: string;
7980
- middlename?: string | null | undefined;
7981
7261
  } | {
7982
7262
  country: string;
7983
7263
  district: string;
@@ -8000,7 +7280,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8000
7280
  option: string;
8001
7281
  filename: string;
8002
7282
  originalFilename: string;
8003
- }[] | [string, string] | null | undefined> | undefined;
7283
+ }[] | [string, string] | undefined> | undefined;
8004
7284
  originalActionId?: string | undefined;
8005
7285
  registrationNumber?: string | undefined;
8006
7286
  keepAssignment?: boolean | undefined;
@@ -8120,19 +7400,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8120
7400
  addressLine2?: string | null | undefined;
8121
7401
  addressLine3?: string | null | undefined;
8122
7402
  postcodeOrZip?: string | null | undefined;
8123
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8124
- firstname: z.ZodString;
8125
- surname: z.ZodString;
8126
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8127
- }, "strip", z.ZodTypeAny, {
8128
- firstname: string;
8129
- surname: string;
8130
- middlename?: string | null | undefined;
8131
- }, {
8132
- firstname: string;
8133
- surname: string;
8134
- middlename?: string | null | undefined;
8135
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7403
+ }>]>>>;
8136
7404
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
8137
7405
  filename: z.ZodString;
8138
7406
  originalFilename: z.ZodString;
@@ -8246,19 +7514,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8246
7514
  addressLine2?: string | null | undefined;
8247
7515
  addressLine3?: string | null | undefined;
8248
7516
  postcodeOrZip?: string | null | undefined;
8249
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8250
- firstname: z.ZodString;
8251
- surname: z.ZodString;
8252
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8253
- }, "strip", z.ZodTypeAny, {
8254
- firstname: string;
8255
- surname: string;
8256
- middlename?: string | null | undefined;
8257
- }, {
8258
- firstname: string;
8259
- surname: string;
8260
- middlename?: string | null | undefined;
8261
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7517
+ }>]>>>;
8262
7518
  originalActionId: z.ZodOptional<z.ZodString>;
8263
7519
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
8264
7520
  }, {
@@ -8281,10 +7537,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8281
7537
  residentialArea?: string | null | undefined;
8282
7538
  street?: string | null | undefined;
8283
7539
  zipCode?: string | null | undefined;
8284
- } | {
8285
- firstname: string;
8286
- surname: string;
8287
- middlename?: string | null | undefined;
8288
7540
  } | {
8289
7541
  country: string;
8290
7542
  district: string;
@@ -8307,7 +7559,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8307
7559
  option: string;
8308
7560
  filename: string;
8309
7561
  originalFilename: string;
8310
- }[] | [string, string] | null | undefined>;
7562
+ }[] | [string, string] | undefined>;
8311
7563
  eventId: string;
8312
7564
  annotation?: Record<string, string | number | boolean | {
8313
7565
  type: string;
@@ -8324,10 +7576,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8324
7576
  residentialArea?: string | null | undefined;
8325
7577
  street?: string | null | undefined;
8326
7578
  zipCode?: string | null | undefined;
8327
- } | {
8328
- firstname: string;
8329
- surname: string;
8330
- middlename?: string | null | undefined;
8331
7579
  } | {
8332
7580
  country: string;
8333
7581
  district: string;
@@ -8350,7 +7598,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8350
7598
  option: string;
8351
7599
  filename: string;
8352
7600
  originalFilename: string;
8353
- }[] | [string, string] | null | undefined> | undefined;
7601
+ }[] | [string, string] | undefined> | undefined;
8354
7602
  originalActionId?: string | undefined;
8355
7603
  keepAssignment?: boolean | undefined;
8356
7604
  }, {
@@ -8372,10 +7620,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8372
7620
  residentialArea?: string | null | undefined;
8373
7621
  street?: string | null | undefined;
8374
7622
  zipCode?: string | null | undefined;
8375
- } | {
8376
- firstname: string;
8377
- surname: string;
8378
- middlename?: string | null | undefined;
8379
7623
  } | {
8380
7624
  country: string;
8381
7625
  district: string;
@@ -8398,7 +7642,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8398
7642
  option: string;
8399
7643
  filename: string;
8400
7644
  originalFilename: string;
8401
- }[] | [string, string] | null | undefined> | undefined;
7645
+ }[] | [string, string] | undefined> | undefined;
8402
7646
  annotation?: Record<string, string | number | boolean | {
8403
7647
  type: string;
8404
7648
  filename: string;
@@ -8414,10 +7658,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8414
7658
  residentialArea?: string | null | undefined;
8415
7659
  street?: string | null | undefined;
8416
7660
  zipCode?: string | null | undefined;
8417
- } | {
8418
- firstname: string;
8419
- surname: string;
8420
- middlename?: string | null | undefined;
8421
7661
  } | {
8422
7662
  country: string;
8423
7663
  district: string;
@@ -8440,7 +7680,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8440
7680
  option: string;
8441
7681
  filename: string;
8442
7682
  originalFilename: string;
8443
- }[] | [string, string] | null | undefined> | undefined;
7683
+ }[] | [string, string] | undefined> | undefined;
8444
7684
  originalActionId?: string | undefined;
8445
7685
  keepAssignment?: boolean | undefined;
8446
7686
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -8559,19 +7799,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8559
7799
  addressLine2?: string | null | undefined;
8560
7800
  addressLine3?: string | null | undefined;
8561
7801
  postcodeOrZip?: string | null | undefined;
8562
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8563
- firstname: z.ZodString;
8564
- surname: z.ZodString;
8565
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8566
- }, "strip", z.ZodTypeAny, {
8567
- firstname: string;
8568
- surname: string;
8569
- middlename?: string | null | undefined;
8570
- }, {
8571
- firstname: string;
8572
- surname: string;
8573
- middlename?: string | null | undefined;
8574
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7802
+ }>]>>>;
8575
7803
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
8576
7804
  filename: z.ZodString;
8577
7805
  originalFilename: z.ZodString;
@@ -8685,19 +7913,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8685
7913
  addressLine2?: string | null | undefined;
8686
7914
  addressLine3?: string | null | undefined;
8687
7915
  postcodeOrZip?: string | null | undefined;
8688
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8689
- firstname: z.ZodString;
8690
- surname: z.ZodString;
8691
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8692
- }, "strip", z.ZodTypeAny, {
8693
- firstname: string;
8694
- surname: string;
8695
- middlename?: string | null | undefined;
8696
- }, {
8697
- firstname: string;
8698
- surname: string;
8699
- middlename?: string | null | undefined;
8700
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7916
+ }>]>>>;
8701
7917
  originalActionId: z.ZodOptional<z.ZodString>;
8702
7918
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
8703
7919
  }, {
@@ -8720,10 +7936,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8720
7936
  residentialArea?: string | null | undefined;
8721
7937
  street?: string | null | undefined;
8722
7938
  zipCode?: string | null | undefined;
8723
- } | {
8724
- firstname: string;
8725
- surname: string;
8726
- middlename?: string | null | undefined;
8727
7939
  } | {
8728
7940
  country: string;
8729
7941
  district: string;
@@ -8746,7 +7958,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8746
7958
  option: string;
8747
7959
  filename: string;
8748
7960
  originalFilename: string;
8749
- }[] | [string, string] | null | undefined>;
7961
+ }[] | [string, string] | undefined>;
8750
7962
  eventId: string;
8751
7963
  annotation?: Record<string, string | number | boolean | {
8752
7964
  type: string;
@@ -8763,10 +7975,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8763
7975
  residentialArea?: string | null | undefined;
8764
7976
  street?: string | null | undefined;
8765
7977
  zipCode?: string | null | undefined;
8766
- } | {
8767
- firstname: string;
8768
- surname: string;
8769
- middlename?: string | null | undefined;
8770
7978
  } | {
8771
7979
  country: string;
8772
7980
  district: string;
@@ -8789,7 +7997,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8789
7997
  option: string;
8790
7998
  filename: string;
8791
7999
  originalFilename: string;
8792
- }[] | [string, string] | null | undefined> | undefined;
8000
+ }[] | [string, string] | undefined> | undefined;
8793
8001
  originalActionId?: string | undefined;
8794
8002
  keepAssignment?: boolean | undefined;
8795
8003
  }, {
@@ -8811,10 +8019,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8811
8019
  residentialArea?: string | null | undefined;
8812
8020
  street?: string | null | undefined;
8813
8021
  zipCode?: string | null | undefined;
8814
- } | {
8815
- firstname: string;
8816
- surname: string;
8817
- middlename?: string | null | undefined;
8818
8022
  } | {
8819
8023
  country: string;
8820
8024
  district: string;
@@ -8837,7 +8041,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8837
8041
  option: string;
8838
8042
  filename: string;
8839
8043
  originalFilename: string;
8840
- }[] | [string, string] | null | undefined> | undefined;
8044
+ }[] | [string, string] | undefined> | undefined;
8841
8045
  annotation?: Record<string, string | number | boolean | {
8842
8046
  type: string;
8843
8047
  filename: string;
@@ -8853,10 +8057,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8853
8057
  residentialArea?: string | null | undefined;
8854
8058
  street?: string | null | undefined;
8855
8059
  zipCode?: string | null | undefined;
8856
- } | {
8857
- firstname: string;
8858
- surname: string;
8859
- middlename?: string | null | undefined;
8860
8060
  } | {
8861
8061
  country: string;
8862
8062
  district: string;
@@ -8879,7 +8079,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8879
8079
  option: string;
8880
8080
  filename: string;
8881
8081
  originalFilename: string;
8882
- }[] | [string, string] | null | undefined> | undefined;
8082
+ }[] | [string, string] | undefined> | undefined;
8883
8083
  originalActionId?: string | undefined;
8884
8084
  keepAssignment?: boolean | undefined;
8885
8085
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -8998,19 +8198,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
8998
8198
  addressLine2?: string | null | undefined;
8999
8199
  addressLine3?: string | null | undefined;
9000
8200
  postcodeOrZip?: string | null | undefined;
9001
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9002
- firstname: z.ZodString;
9003
- surname: z.ZodString;
9004
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9005
- }, "strip", z.ZodTypeAny, {
9006
- firstname: string;
9007
- surname: string;
9008
- middlename?: string | null | undefined;
9009
- }, {
9010
- firstname: string;
9011
- surname: string;
9012
- middlename?: string | null | undefined;
9013
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8201
+ }>]>>>;
9014
8202
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
9015
8203
  filename: z.ZodString;
9016
8204
  originalFilename: z.ZodString;
@@ -9124,19 +8312,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9124
8312
  addressLine2?: string | null | undefined;
9125
8313
  addressLine3?: string | null | undefined;
9126
8314
  postcodeOrZip?: string | null | undefined;
9127
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9128
- firstname: z.ZodString;
9129
- surname: z.ZodString;
9130
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9131
- }, "strip", z.ZodTypeAny, {
9132
- firstname: string;
9133
- surname: string;
9134
- middlename?: string | null | undefined;
9135
- }, {
9136
- firstname: string;
9137
- surname: string;
9138
- middlename?: string | null | undefined;
9139
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8315
+ }>]>>>;
9140
8316
  originalActionId: z.ZodOptional<z.ZodString>;
9141
8317
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
9142
8318
  }, {
@@ -9173,10 +8349,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9173
8349
  residentialArea?: string | null | undefined;
9174
8350
  street?: string | null | undefined;
9175
8351
  zipCode?: string | null | undefined;
9176
- } | {
9177
- firstname: string;
9178
- surname: string;
9179
- middlename?: string | null | undefined;
9180
8352
  } | {
9181
8353
  country: string;
9182
8354
  district: string;
@@ -9199,7 +8371,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9199
8371
  option: string;
9200
8372
  filename: string;
9201
8373
  originalFilename: string;
9202
- }[] | [string, string] | null | undefined>;
8374
+ }[] | [string, string] | undefined>;
9203
8375
  eventId: string;
9204
8376
  annotation?: Record<string, string | number | boolean | {
9205
8377
  type: string;
@@ -9216,10 +8388,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9216
8388
  residentialArea?: string | null | undefined;
9217
8389
  street?: string | null | undefined;
9218
8390
  zipCode?: string | null | undefined;
9219
- } | {
9220
- firstname: string;
9221
- surname: string;
9222
- middlename?: string | null | undefined;
9223
8391
  } | {
9224
8392
  country: string;
9225
8393
  district: string;
@@ -9242,7 +8410,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9242
8410
  option: string;
9243
8411
  filename: string;
9244
8412
  originalFilename: string;
9245
- }[] | [string, string] | null | undefined> | undefined;
8413
+ }[] | [string, string] | undefined> | undefined;
9246
8414
  originalActionId?: string | undefined;
9247
8415
  keepAssignment?: boolean | undefined;
9248
8416
  }, {
@@ -9268,10 +8436,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9268
8436
  residentialArea?: string | null | undefined;
9269
8437
  street?: string | null | undefined;
9270
8438
  zipCode?: string | null | undefined;
9271
- } | {
9272
- firstname: string;
9273
- surname: string;
9274
- middlename?: string | null | undefined;
9275
8439
  } | {
9276
8440
  country: string;
9277
8441
  district: string;
@@ -9294,7 +8458,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9294
8458
  option: string;
9295
8459
  filename: string;
9296
8460
  originalFilename: string;
9297
- }[] | [string, string] | null | undefined> | undefined;
8461
+ }[] | [string, string] | undefined> | undefined;
9298
8462
  annotation?: Record<string, string | number | boolean | {
9299
8463
  type: string;
9300
8464
  filename: string;
@@ -9310,10 +8474,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9310
8474
  residentialArea?: string | null | undefined;
9311
8475
  street?: string | null | undefined;
9312
8476
  zipCode?: string | null | undefined;
9313
- } | {
9314
- firstname: string;
9315
- surname: string;
9316
- middlename?: string | null | undefined;
9317
8477
  } | {
9318
8478
  country: string;
9319
8479
  district: string;
@@ -9336,7 +8496,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9336
8496
  option: string;
9337
8497
  filename: string;
9338
8498
  originalFilename: string;
9339
- }[] | [string, string] | null | undefined> | undefined;
8499
+ }[] | [string, string] | undefined> | undefined;
9340
8500
  originalActionId?: string | undefined;
9341
8501
  keepAssignment?: boolean | undefined;
9342
8502
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -9455,19 +8615,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9455
8615
  addressLine2?: string | null | undefined;
9456
8616
  addressLine3?: string | null | undefined;
9457
8617
  postcodeOrZip?: string | null | undefined;
9458
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9459
- firstname: z.ZodString;
9460
- surname: z.ZodString;
9461
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9462
- }, "strip", z.ZodTypeAny, {
9463
- firstname: string;
9464
- surname: string;
9465
- middlename?: string | null | undefined;
9466
- }, {
9467
- firstname: string;
9468
- surname: string;
9469
- middlename?: string | null | undefined;
9470
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8618
+ }>]>>>;
9471
8619
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
9472
8620
  filename: z.ZodString;
9473
8621
  originalFilename: z.ZodString;
@@ -9581,19 +8729,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9581
8729
  addressLine2?: string | null | undefined;
9582
8730
  addressLine3?: string | null | undefined;
9583
8731
  postcodeOrZip?: string | null | undefined;
9584
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9585
- firstname: z.ZodString;
9586
- surname: z.ZodString;
9587
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9588
- }, "strip", z.ZodTypeAny, {
9589
- firstname: string;
9590
- surname: string;
9591
- middlename?: string | null | undefined;
9592
- }, {
9593
- firstname: string;
9594
- surname: string;
9595
- middlename?: string | null | undefined;
9596
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8732
+ }>]>>>;
9597
8733
  originalActionId: z.ZodOptional<z.ZodString>;
9598
8734
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
9599
8735
  }, {
@@ -9616,10 +8752,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9616
8752
  residentialArea?: string | null | undefined;
9617
8753
  street?: string | null | undefined;
9618
8754
  zipCode?: string | null | undefined;
9619
- } | {
9620
- firstname: string;
9621
- surname: string;
9622
- middlename?: string | null | undefined;
9623
8755
  } | {
9624
8756
  country: string;
9625
8757
  district: string;
@@ -9642,7 +8774,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9642
8774
  option: string;
9643
8775
  filename: string;
9644
8776
  originalFilename: string;
9645
- }[] | [string, string] | null | undefined>;
8777
+ }[] | [string, string] | undefined>;
9646
8778
  eventId: string;
9647
8779
  annotation?: Record<string, string | number | boolean | {
9648
8780
  type: string;
@@ -9659,10 +8791,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9659
8791
  residentialArea?: string | null | undefined;
9660
8792
  street?: string | null | undefined;
9661
8793
  zipCode?: string | null | undefined;
9662
- } | {
9663
- firstname: string;
9664
- surname: string;
9665
- middlename?: string | null | undefined;
9666
8794
  } | {
9667
8795
  country: string;
9668
8796
  district: string;
@@ -9685,7 +8813,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9685
8813
  option: string;
9686
8814
  filename: string;
9687
8815
  originalFilename: string;
9688
- }[] | [string, string] | null | undefined> | undefined;
8816
+ }[] | [string, string] | undefined> | undefined;
9689
8817
  originalActionId?: string | undefined;
9690
8818
  keepAssignment?: boolean | undefined;
9691
8819
  }, {
@@ -9707,10 +8835,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9707
8835
  residentialArea?: string | null | undefined;
9708
8836
  street?: string | null | undefined;
9709
8837
  zipCode?: string | null | undefined;
9710
- } | {
9711
- firstname: string;
9712
- surname: string;
9713
- middlename?: string | null | undefined;
9714
8838
  } | {
9715
8839
  country: string;
9716
8840
  district: string;
@@ -9733,7 +8857,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9733
8857
  option: string;
9734
8858
  filename: string;
9735
8859
  originalFilename: string;
9736
- }[] | [string, string] | null | undefined> | undefined;
8860
+ }[] | [string, string] | undefined> | undefined;
9737
8861
  annotation?: Record<string, string | number | boolean | {
9738
8862
  type: string;
9739
8863
  filename: string;
@@ -9749,10 +8873,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9749
8873
  residentialArea?: string | null | undefined;
9750
8874
  street?: string | null | undefined;
9751
8875
  zipCode?: string | null | undefined;
9752
- } | {
9753
- firstname: string;
9754
- surname: string;
9755
- middlename?: string | null | undefined;
9756
8876
  } | {
9757
8877
  country: string;
9758
8878
  district: string;
@@ -9775,7 +8895,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9775
8895
  option: string;
9776
8896
  filename: string;
9777
8897
  originalFilename: string;
9778
- }[] | [string, string] | null | undefined> | undefined;
8898
+ }[] | [string, string] | undefined> | undefined;
9779
8899
  originalActionId?: string | undefined;
9780
8900
  keepAssignment?: boolean | undefined;
9781
8901
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -9894,19 +9014,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
9894
9014
  addressLine2?: string | null | undefined;
9895
9015
  addressLine3?: string | null | undefined;
9896
9016
  postcodeOrZip?: string | null | undefined;
9897
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9898
- firstname: z.ZodString;
9899
- surname: z.ZodString;
9900
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9901
- }, "strip", z.ZodTypeAny, {
9902
- firstname: string;
9903
- surname: string;
9904
- middlename?: string | null | undefined;
9905
- }, {
9906
- firstname: string;
9907
- surname: string;
9908
- middlename?: string | null | undefined;
9909
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9017
+ }>]>>>;
9910
9018
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
9911
9019
  filename: z.ZodString;
9912
9020
  originalFilename: z.ZodString;
@@ -10020,19 +9128,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10020
9128
  addressLine2?: string | null | undefined;
10021
9129
  addressLine3?: string | null | undefined;
10022
9130
  postcodeOrZip?: string | null | undefined;
10023
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10024
- firstname: z.ZodString;
10025
- surname: z.ZodString;
10026
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10027
- }, "strip", z.ZodTypeAny, {
10028
- firstname: string;
10029
- surname: string;
10030
- middlename?: string | null | undefined;
10031
- }, {
10032
- firstname: string;
10033
- surname: string;
10034
- middlename?: string | null | undefined;
10035
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9131
+ }>]>>>;
10036
9132
  originalActionId: z.ZodOptional<z.ZodString>;
10037
9133
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
10038
9134
  }, {
@@ -10069,10 +9165,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10069
9165
  residentialArea?: string | null | undefined;
10070
9166
  street?: string | null | undefined;
10071
9167
  zipCode?: string | null | undefined;
10072
- } | {
10073
- firstname: string;
10074
- surname: string;
10075
- middlename?: string | null | undefined;
10076
9168
  } | {
10077
9169
  country: string;
10078
9170
  district: string;
@@ -10095,7 +9187,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10095
9187
  option: string;
10096
9188
  filename: string;
10097
9189
  originalFilename: string;
10098
- }[] | [string, string] | null | undefined>;
9190
+ }[] | [string, string] | undefined>;
10099
9191
  eventId: string;
10100
9192
  annotation?: Record<string, string | number | boolean | {
10101
9193
  type: string;
@@ -10112,10 +9204,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10112
9204
  residentialArea?: string | null | undefined;
10113
9205
  street?: string | null | undefined;
10114
9206
  zipCode?: string | null | undefined;
10115
- } | {
10116
- firstname: string;
10117
- surname: string;
10118
- middlename?: string | null | undefined;
10119
9207
  } | {
10120
9208
  country: string;
10121
9209
  district: string;
@@ -10138,7 +9226,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10138
9226
  option: string;
10139
9227
  filename: string;
10140
9228
  originalFilename: string;
10141
- }[] | [string, string] | null | undefined> | undefined;
9229
+ }[] | [string, string] | undefined> | undefined;
10142
9230
  originalActionId?: string | undefined;
10143
9231
  keepAssignment?: boolean | undefined;
10144
9232
  }, {
@@ -10164,10 +9252,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10164
9252
  residentialArea?: string | null | undefined;
10165
9253
  street?: string | null | undefined;
10166
9254
  zipCode?: string | null | undefined;
10167
- } | {
10168
- firstname: string;
10169
- surname: string;
10170
- middlename?: string | null | undefined;
10171
9255
  } | {
10172
9256
  country: string;
10173
9257
  district: string;
@@ -10190,7 +9274,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10190
9274
  option: string;
10191
9275
  filename: string;
10192
9276
  originalFilename: string;
10193
- }[] | [string, string] | null | undefined> | undefined;
9277
+ }[] | [string, string] | undefined> | undefined;
10194
9278
  annotation?: Record<string, string | number | boolean | {
10195
9279
  type: string;
10196
9280
  filename: string;
@@ -10206,10 +9290,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10206
9290
  residentialArea?: string | null | undefined;
10207
9291
  street?: string | null | undefined;
10208
9292
  zipCode?: string | null | undefined;
10209
- } | {
10210
- firstname: string;
10211
- surname: string;
10212
- middlename?: string | null | undefined;
10213
9293
  } | {
10214
9294
  country: string;
10215
9295
  district: string;
@@ -10232,7 +9312,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10232
9312
  option: string;
10233
9313
  filename: string;
10234
9314
  originalFilename: string;
10235
- }[] | [string, string] | null | undefined> | undefined;
9315
+ }[] | [string, string] | undefined> | undefined;
10236
9316
  originalActionId?: string | undefined;
10237
9317
  keepAssignment?: boolean | undefined;
10238
9318
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -10351,19 +9431,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10351
9431
  addressLine2?: string | null | undefined;
10352
9432
  addressLine3?: string | null | undefined;
10353
9433
  postcodeOrZip?: string | null | undefined;
10354
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10355
- firstname: z.ZodString;
10356
- surname: z.ZodString;
10357
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10358
- }, "strip", z.ZodTypeAny, {
10359
- firstname: string;
10360
- surname: string;
10361
- middlename?: string | null | undefined;
10362
- }, {
10363
- firstname: string;
10364
- surname: string;
10365
- middlename?: string | null | undefined;
10366
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9434
+ }>]>>>;
10367
9435
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
10368
9436
  filename: z.ZodString;
10369
9437
  originalFilename: z.ZodString;
@@ -10477,19 +9545,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10477
9545
  addressLine2?: string | null | undefined;
10478
9546
  addressLine3?: string | null | undefined;
10479
9547
  postcodeOrZip?: string | null | undefined;
10480
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10481
- firstname: z.ZodString;
10482
- surname: z.ZodString;
10483
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10484
- }, "strip", z.ZodTypeAny, {
10485
- firstname: string;
10486
- surname: string;
10487
- middlename?: string | null | undefined;
10488
- }, {
10489
- firstname: string;
10490
- surname: string;
10491
- middlename?: string | null | undefined;
10492
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9548
+ }>]>>>;
10493
9549
  originalActionId: z.ZodOptional<z.ZodString>;
10494
9550
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
10495
9551
  }, {
@@ -10513,10 +9569,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10513
9569
  residentialArea?: string | null | undefined;
10514
9570
  street?: string | null | undefined;
10515
9571
  zipCode?: string | null | undefined;
10516
- } | {
10517
- firstname: string;
10518
- surname: string;
10519
- middlename?: string | null | undefined;
10520
9572
  } | {
10521
9573
  country: string;
10522
9574
  district: string;
@@ -10539,7 +9591,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10539
9591
  option: string;
10540
9592
  filename: string;
10541
9593
  originalFilename: string;
10542
- }[] | [string, string] | null | undefined>;
9594
+ }[] | [string, string] | undefined>;
10543
9595
  assignedTo: string;
10544
9596
  eventId: string;
10545
9597
  annotation?: Record<string, string | number | boolean | {
@@ -10557,10 +9609,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10557
9609
  residentialArea?: string | null | undefined;
10558
9610
  street?: string | null | undefined;
10559
9611
  zipCode?: string | null | undefined;
10560
- } | {
10561
- firstname: string;
10562
- surname: string;
10563
- middlename?: string | null | undefined;
10564
9612
  } | {
10565
9613
  country: string;
10566
9614
  district: string;
@@ -10583,7 +9631,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10583
9631
  option: string;
10584
9632
  filename: string;
10585
9633
  originalFilename: string;
10586
- }[] | [string, string] | null | undefined> | undefined;
9634
+ }[] | [string, string] | undefined> | undefined;
10587
9635
  originalActionId?: string | undefined;
10588
9636
  keepAssignment?: boolean | undefined;
10589
9637
  }, {
@@ -10606,10 +9654,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10606
9654
  residentialArea?: string | null | undefined;
10607
9655
  street?: string | null | undefined;
10608
9656
  zipCode?: string | null | undefined;
10609
- } | {
10610
- firstname: string;
10611
- surname: string;
10612
- middlename?: string | null | undefined;
10613
9657
  } | {
10614
9658
  country: string;
10615
9659
  district: string;
@@ -10632,7 +9676,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10632
9676
  option: string;
10633
9677
  filename: string;
10634
9678
  originalFilename: string;
10635
- }[] | [string, string] | null | undefined> | undefined;
9679
+ }[] | [string, string] | undefined> | undefined;
10636
9680
  annotation?: Record<string, string | number | boolean | {
10637
9681
  type: string;
10638
9682
  filename: string;
@@ -10648,10 +9692,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10648
9692
  residentialArea?: string | null | undefined;
10649
9693
  street?: string | null | undefined;
10650
9694
  zipCode?: string | null | undefined;
10651
- } | {
10652
- firstname: string;
10653
- surname: string;
10654
- middlename?: string | null | undefined;
10655
9695
  } | {
10656
9696
  country: string;
10657
9697
  district: string;
@@ -10674,7 +9714,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10674
9714
  option: string;
10675
9715
  filename: string;
10676
9716
  originalFilename: string;
10677
- }[] | [string, string] | null | undefined> | undefined;
9717
+ }[] | [string, string] | undefined> | undefined;
10678
9718
  originalActionId?: string | undefined;
10679
9719
  keepAssignment?: boolean | undefined;
10680
9720
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -10793,19 +9833,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10793
9833
  addressLine2?: string | null | undefined;
10794
9834
  addressLine3?: string | null | undefined;
10795
9835
  postcodeOrZip?: string | null | undefined;
10796
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10797
- firstname: z.ZodString;
10798
- surname: z.ZodString;
10799
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10800
- }, "strip", z.ZodTypeAny, {
10801
- firstname: string;
10802
- surname: string;
10803
- middlename?: string | null | undefined;
10804
- }, {
10805
- firstname: string;
10806
- surname: string;
10807
- middlename?: string | null | undefined;
10808
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9836
+ }>]>>>;
10809
9837
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
10810
9838
  filename: z.ZodString;
10811
9839
  originalFilename: z.ZodString;
@@ -10919,19 +9947,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10919
9947
  addressLine2?: string | null | undefined;
10920
9948
  addressLine3?: string | null | undefined;
10921
9949
  postcodeOrZip?: string | null | undefined;
10922
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10923
- firstname: z.ZodString;
10924
- surname: z.ZodString;
10925
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10926
- }, "strip", z.ZodTypeAny, {
10927
- firstname: string;
10928
- surname: string;
10929
- middlename?: string | null | undefined;
10930
- }, {
10931
- firstname: string;
10932
- surname: string;
10933
- middlename?: string | null | undefined;
10934
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9950
+ }>]>>>;
10935
9951
  originalActionId: z.ZodOptional<z.ZodString>;
10936
9952
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
10937
9953
  }, {
@@ -10955,10 +9971,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10955
9971
  residentialArea?: string | null | undefined;
10956
9972
  street?: string | null | undefined;
10957
9973
  zipCode?: string | null | undefined;
10958
- } | {
10959
- firstname: string;
10960
- surname: string;
10961
- middlename?: string | null | undefined;
10962
9974
  } | {
10963
9975
  country: string;
10964
9976
  district: string;
@@ -10981,7 +9993,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10981
9993
  option: string;
10982
9994
  filename: string;
10983
9995
  originalFilename: string;
10984
- }[] | [string, string] | null | undefined>;
9996
+ }[] | [string, string] | undefined>;
10985
9997
  assignedTo: null;
10986
9998
  eventId: string;
10987
9999
  annotation?: Record<string, string | number | boolean | {
@@ -10999,10 +10011,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
10999
10011
  residentialArea?: string | null | undefined;
11000
10012
  street?: string | null | undefined;
11001
10013
  zipCode?: string | null | undefined;
11002
- } | {
11003
- firstname: string;
11004
- surname: string;
11005
- middlename?: string | null | undefined;
11006
10014
  } | {
11007
10015
  country: string;
11008
10016
  district: string;
@@ -11025,7 +10033,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11025
10033
  option: string;
11026
10034
  filename: string;
11027
10035
  originalFilename: string;
11028
- }[] | [string, string] | null | undefined> | undefined;
10036
+ }[] | [string, string] | undefined> | undefined;
11029
10037
  originalActionId?: string | undefined;
11030
10038
  keepAssignment?: boolean | undefined;
11031
10039
  }, {
@@ -11047,10 +10055,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11047
10055
  residentialArea?: string | null | undefined;
11048
10056
  street?: string | null | undefined;
11049
10057
  zipCode?: string | null | undefined;
11050
- } | {
11051
- firstname: string;
11052
- surname: string;
11053
- middlename?: string | null | undefined;
11054
10058
  } | {
11055
10059
  country: string;
11056
10060
  district: string;
@@ -11073,7 +10077,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11073
10077
  option: string;
11074
10078
  filename: string;
11075
10079
  originalFilename: string;
11076
- }[] | [string, string] | null | undefined> | undefined;
10080
+ }[] | [string, string] | undefined> | undefined;
11077
10081
  annotation?: Record<string, string | number | boolean | {
11078
10082
  type: string;
11079
10083
  filename: string;
@@ -11089,10 +10093,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11089
10093
  residentialArea?: string | null | undefined;
11090
10094
  street?: string | null | undefined;
11091
10095
  zipCode?: string | null | undefined;
11092
- } | {
11093
- firstname: string;
11094
- surname: string;
11095
- middlename?: string | null | undefined;
11096
10096
  } | {
11097
10097
  country: string;
11098
10098
  district: string;
@@ -11115,7 +10115,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11115
10115
  option: string;
11116
10116
  filename: string;
11117
10117
  originalFilename: string;
11118
- }[] | [string, string] | null | undefined> | undefined;
10118
+ }[] | [string, string] | undefined> | undefined;
11119
10119
  originalActionId?: string | undefined;
11120
10120
  assignedTo?: null | undefined;
11121
10121
  keepAssignment?: boolean | undefined;
@@ -11235,19 +10235,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11235
10235
  addressLine2?: string | null | undefined;
11236
10236
  addressLine3?: string | null | undefined;
11237
10237
  postcodeOrZip?: string | null | undefined;
11238
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11239
- firstname: z.ZodString;
11240
- surname: z.ZodString;
11241
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11242
- }, "strip", z.ZodTypeAny, {
11243
- firstname: string;
11244
- surname: string;
11245
- middlename?: string | null | undefined;
11246
- }, {
11247
- firstname: string;
11248
- surname: string;
11249
- middlename?: string | null | undefined;
11250
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10238
+ }>]>>>;
11251
10239
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
11252
10240
  filename: z.ZodString;
11253
10241
  originalFilename: z.ZodString;
@@ -11361,19 +10349,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11361
10349
  addressLine2?: string | null | undefined;
11362
10350
  addressLine3?: string | null | undefined;
11363
10351
  postcodeOrZip?: string | null | undefined;
11364
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11365
- firstname: z.ZodString;
11366
- surname: z.ZodString;
11367
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11368
- }, "strip", z.ZodTypeAny, {
11369
- firstname: string;
11370
- surname: string;
11371
- middlename?: string | null | undefined;
11372
- }, {
11373
- firstname: string;
11374
- surname: string;
11375
- middlename?: string | null | undefined;
11376
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10352
+ }>]>>>;
11377
10353
  originalActionId: z.ZodOptional<z.ZodString>;
11378
10354
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
11379
10355
  }, {
@@ -11396,10 +10372,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11396
10372
  residentialArea?: string | null | undefined;
11397
10373
  street?: string | null | undefined;
11398
10374
  zipCode?: string | null | undefined;
11399
- } | {
11400
- firstname: string;
11401
- surname: string;
11402
- middlename?: string | null | undefined;
11403
10375
  } | {
11404
10376
  country: string;
11405
10377
  district: string;
@@ -11422,7 +10394,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11422
10394
  option: string;
11423
10395
  filename: string;
11424
10396
  originalFilename: string;
11425
- }[] | [string, string] | null | undefined>;
10397
+ }[] | [string, string] | undefined>;
11426
10398
  eventId: string;
11427
10399
  annotation?: Record<string, string | number | boolean | {
11428
10400
  type: string;
@@ -11439,10 +10411,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11439
10411
  residentialArea?: string | null | undefined;
11440
10412
  street?: string | null | undefined;
11441
10413
  zipCode?: string | null | undefined;
11442
- } | {
11443
- firstname: string;
11444
- surname: string;
11445
- middlename?: string | null | undefined;
11446
10414
  } | {
11447
10415
  country: string;
11448
10416
  district: string;
@@ -11465,7 +10433,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11465
10433
  option: string;
11466
10434
  filename: string;
11467
10435
  originalFilename: string;
11468
- }[] | [string, string] | null | undefined> | undefined;
10436
+ }[] | [string, string] | undefined> | undefined;
11469
10437
  originalActionId?: string | undefined;
11470
10438
  keepAssignment?: boolean | undefined;
11471
10439
  }, {
@@ -11487,10 +10455,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11487
10455
  residentialArea?: string | null | undefined;
11488
10456
  street?: string | null | undefined;
11489
10457
  zipCode?: string | null | undefined;
11490
- } | {
11491
- firstname: string;
11492
- surname: string;
11493
- middlename?: string | null | undefined;
11494
10458
  } | {
11495
10459
  country: string;
11496
10460
  district: string;
@@ -11513,7 +10477,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11513
10477
  option: string;
11514
10478
  filename: string;
11515
10479
  originalFilename: string;
11516
- }[] | [string, string] | null | undefined> | undefined;
10480
+ }[] | [string, string] | undefined> | undefined;
11517
10481
  annotation?: Record<string, string | number | boolean | {
11518
10482
  type: string;
11519
10483
  filename: string;
@@ -11529,10 +10493,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11529
10493
  residentialArea?: string | null | undefined;
11530
10494
  street?: string | null | undefined;
11531
10495
  zipCode?: string | null | undefined;
11532
- } | {
11533
- firstname: string;
11534
- surname: string;
11535
- middlename?: string | null | undefined;
11536
10496
  } | {
11537
10497
  country: string;
11538
10498
  district: string;
@@ -11555,7 +10515,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11555
10515
  option: string;
11556
10516
  filename: string;
11557
10517
  originalFilename: string;
11558
- }[] | [string, string] | null | undefined> | undefined;
10518
+ }[] | [string, string] | undefined> | undefined;
11559
10519
  originalActionId?: string | undefined;
11560
10520
  keepAssignment?: boolean | undefined;
11561
10521
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -11674,19 +10634,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11674
10634
  addressLine2?: string | null | undefined;
11675
10635
  addressLine3?: string | null | undefined;
11676
10636
  postcodeOrZip?: string | null | undefined;
11677
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11678
- firstname: z.ZodString;
11679
- surname: z.ZodString;
11680
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11681
- }, "strip", z.ZodTypeAny, {
11682
- firstname: string;
11683
- surname: string;
11684
- middlename?: string | null | undefined;
11685
- }, {
11686
- firstname: string;
11687
- surname: string;
11688
- middlename?: string | null | undefined;
11689
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10637
+ }>]>>>;
11690
10638
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
11691
10639
  filename: z.ZodString;
11692
10640
  originalFilename: z.ZodString;
@@ -11800,19 +10748,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11800
10748
  addressLine2?: string | null | undefined;
11801
10749
  addressLine3?: string | null | undefined;
11802
10750
  postcodeOrZip?: string | null | undefined;
11803
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11804
- firstname: z.ZodString;
11805
- surname: z.ZodString;
11806
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11807
- }, "strip", z.ZodTypeAny, {
11808
- firstname: string;
11809
- surname: string;
11810
- middlename?: string | null | undefined;
11811
- }, {
11812
- firstname: string;
11813
- surname: string;
11814
- middlename?: string | null | undefined;
11815
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10751
+ }>]>>>;
11816
10752
  originalActionId: z.ZodOptional<z.ZodString>;
11817
10753
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
11818
10754
  }, {
@@ -11835,10 +10771,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11835
10771
  residentialArea?: string | null | undefined;
11836
10772
  street?: string | null | undefined;
11837
10773
  zipCode?: string | null | undefined;
11838
- } | {
11839
- firstname: string;
11840
- surname: string;
11841
- middlename?: string | null | undefined;
11842
10774
  } | {
11843
10775
  country: string;
11844
10776
  district: string;
@@ -11861,7 +10793,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11861
10793
  option: string;
11862
10794
  filename: string;
11863
10795
  originalFilename: string;
11864
- }[] | [string, string] | null | undefined>;
10796
+ }[] | [string, string] | undefined>;
11865
10797
  eventId: string;
11866
10798
  annotation?: Record<string, string | number | boolean | {
11867
10799
  type: string;
@@ -11878,10 +10810,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11878
10810
  residentialArea?: string | null | undefined;
11879
10811
  street?: string | null | undefined;
11880
10812
  zipCode?: string | null | undefined;
11881
- } | {
11882
- firstname: string;
11883
- surname: string;
11884
- middlename?: string | null | undefined;
11885
10813
  } | {
11886
10814
  country: string;
11887
10815
  district: string;
@@ -11904,7 +10832,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11904
10832
  option: string;
11905
10833
  filename: string;
11906
10834
  originalFilename: string;
11907
- }[] | [string, string] | null | undefined> | undefined;
10835
+ }[] | [string, string] | undefined> | undefined;
11908
10836
  originalActionId?: string | undefined;
11909
10837
  keepAssignment?: boolean | undefined;
11910
10838
  }, {
@@ -11926,10 +10854,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11926
10854
  residentialArea?: string | null | undefined;
11927
10855
  street?: string | null | undefined;
11928
10856
  zipCode?: string | null | undefined;
11929
- } | {
11930
- firstname: string;
11931
- surname: string;
11932
- middlename?: string | null | undefined;
11933
10857
  } | {
11934
10858
  country: string;
11935
10859
  district: string;
@@ -11952,7 +10876,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11952
10876
  option: string;
11953
10877
  filename: string;
11954
10878
  originalFilename: string;
11955
- }[] | [string, string] | null | undefined> | undefined;
10879
+ }[] | [string, string] | undefined> | undefined;
11956
10880
  annotation?: Record<string, string | number | boolean | {
11957
10881
  type: string;
11958
10882
  filename: string;
@@ -11968,10 +10892,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11968
10892
  residentialArea?: string | null | undefined;
11969
10893
  street?: string | null | undefined;
11970
10894
  zipCode?: string | null | undefined;
11971
- } | {
11972
- firstname: string;
11973
- surname: string;
11974
- middlename?: string | null | undefined;
11975
10895
  } | {
11976
10896
  country: string;
11977
10897
  district: string;
@@ -11994,7 +10914,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
11994
10914
  option: string;
11995
10915
  filename: string;
11996
10916
  originalFilename: string;
11997
- }[] | [string, string] | null | undefined> | undefined;
10917
+ }[] | [string, string] | undefined> | undefined;
11998
10918
  originalActionId?: string | undefined;
11999
10919
  keepAssignment?: boolean | undefined;
12000
10920
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -12113,19 +11033,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12113
11033
  addressLine2?: string | null | undefined;
12114
11034
  addressLine3?: string | null | undefined;
12115
11035
  postcodeOrZip?: string | null | undefined;
12116
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12117
- firstname: z.ZodString;
12118
- surname: z.ZodString;
12119
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12120
- }, "strip", z.ZodTypeAny, {
12121
- firstname: string;
12122
- surname: string;
12123
- middlename?: string | null | undefined;
12124
- }, {
12125
- firstname: string;
12126
- surname: string;
12127
- middlename?: string | null | undefined;
12128
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11036
+ }>]>>>;
12129
11037
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
12130
11038
  filename: z.ZodString;
12131
11039
  originalFilename: z.ZodString;
@@ -12239,19 +11147,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12239
11147
  addressLine2?: string | null | undefined;
12240
11148
  addressLine3?: string | null | undefined;
12241
11149
  postcodeOrZip?: string | null | undefined;
12242
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12243
- firstname: z.ZodString;
12244
- surname: z.ZodString;
12245
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12246
- }, "strip", z.ZodTypeAny, {
12247
- firstname: string;
12248
- surname: string;
12249
- middlename?: string | null | undefined;
12250
- }, {
12251
- firstname: string;
12252
- surname: string;
12253
- middlename?: string | null | undefined;
12254
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11150
+ }>]>>>;
12255
11151
  originalActionId: z.ZodOptional<z.ZodString>;
12256
11152
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
12257
11153
  }, {
@@ -12275,10 +11171,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12275
11171
  residentialArea?: string | null | undefined;
12276
11172
  street?: string | null | undefined;
12277
11173
  zipCode?: string | null | undefined;
12278
- } | {
12279
- firstname: string;
12280
- surname: string;
12281
- middlename?: string | null | undefined;
12282
11174
  } | {
12283
11175
  country: string;
12284
11176
  district: string;
@@ -12301,7 +11193,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12301
11193
  option: string;
12302
11194
  filename: string;
12303
11195
  originalFilename: string;
12304
- }[] | [string, string] | null | undefined>;
11196
+ }[] | [string, string] | undefined>;
12305
11197
  requestId: string;
12306
11198
  eventId: string;
12307
11199
  annotation?: Record<string, string | number | boolean | {
@@ -12319,10 +11211,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12319
11211
  residentialArea?: string | null | undefined;
12320
11212
  street?: string | null | undefined;
12321
11213
  zipCode?: string | null | undefined;
12322
- } | {
12323
- firstname: string;
12324
- surname: string;
12325
- middlename?: string | null | undefined;
12326
11214
  } | {
12327
11215
  country: string;
12328
11216
  district: string;
@@ -12345,7 +11233,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12345
11233
  option: string;
12346
11234
  filename: string;
12347
11235
  originalFilename: string;
12348
- }[] | [string, string] | null | undefined> | undefined;
11236
+ }[] | [string, string] | undefined> | undefined;
12349
11237
  originalActionId?: string | undefined;
12350
11238
  keepAssignment?: boolean | undefined;
12351
11239
  }, {
@@ -12368,10 +11256,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12368
11256
  residentialArea?: string | null | undefined;
12369
11257
  street?: string | null | undefined;
12370
11258
  zipCode?: string | null | undefined;
12371
- } | {
12372
- firstname: string;
12373
- surname: string;
12374
- middlename?: string | null | undefined;
12375
11259
  } | {
12376
11260
  country: string;
12377
11261
  district: string;
@@ -12394,7 +11278,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12394
11278
  option: string;
12395
11279
  filename: string;
12396
11280
  originalFilename: string;
12397
- }[] | [string, string] | null | undefined> | undefined;
11281
+ }[] | [string, string] | undefined> | undefined;
12398
11282
  annotation?: Record<string, string | number | boolean | {
12399
11283
  type: string;
12400
11284
  filename: string;
@@ -12410,10 +11294,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12410
11294
  residentialArea?: string | null | undefined;
12411
11295
  street?: string | null | undefined;
12412
11296
  zipCode?: string | null | undefined;
12413
- } | {
12414
- firstname: string;
12415
- surname: string;
12416
- middlename?: string | null | undefined;
12417
11297
  } | {
12418
11298
  country: string;
12419
11299
  district: string;
@@ -12436,7 +11316,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12436
11316
  option: string;
12437
11317
  filename: string;
12438
11318
  originalFilename: string;
12439
- }[] | [string, string] | null | undefined> | undefined;
11319
+ }[] | [string, string] | undefined> | undefined;
12440
11320
  originalActionId?: string | undefined;
12441
11321
  keepAssignment?: boolean | undefined;
12442
11322
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -12555,19 +11435,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12555
11435
  addressLine2?: string | null | undefined;
12556
11436
  addressLine3?: string | null | undefined;
12557
11437
  postcodeOrZip?: string | null | undefined;
12558
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12559
- firstname: z.ZodString;
12560
- surname: z.ZodString;
12561
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12562
- }, "strip", z.ZodTypeAny, {
12563
- firstname: string;
12564
- surname: string;
12565
- middlename?: string | null | undefined;
12566
- }, {
12567
- firstname: string;
12568
- surname: string;
12569
- middlename?: string | null | undefined;
12570
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11438
+ }>]>>>;
12571
11439
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
12572
11440
  filename: z.ZodString;
12573
11441
  originalFilename: z.ZodString;
@@ -12681,19 +11549,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12681
11549
  addressLine2?: string | null | undefined;
12682
11550
  addressLine3?: string | null | undefined;
12683
11551
  postcodeOrZip?: string | null | undefined;
12684
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12685
- firstname: z.ZodString;
12686
- surname: z.ZodString;
12687
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12688
- }, "strip", z.ZodTypeAny, {
12689
- firstname: string;
12690
- surname: string;
12691
- middlename?: string | null | undefined;
12692
- }, {
12693
- firstname: string;
12694
- surname: string;
12695
- middlename?: string | null | undefined;
12696
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11552
+ }>]>>>;
12697
11553
  originalActionId: z.ZodOptional<z.ZodString>;
12698
11554
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
12699
11555
  }, {
@@ -12717,10 +11573,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12717
11573
  residentialArea?: string | null | undefined;
12718
11574
  street?: string | null | undefined;
12719
11575
  zipCode?: string | null | undefined;
12720
- } | {
12721
- firstname: string;
12722
- surname: string;
12723
- middlename?: string | null | undefined;
12724
11576
  } | {
12725
11577
  country: string;
12726
11578
  district: string;
@@ -12743,7 +11595,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12743
11595
  option: string;
12744
11596
  filename: string;
12745
11597
  originalFilename: string;
12746
- }[] | [string, string] | null | undefined>;
11598
+ }[] | [string, string] | undefined>;
12747
11599
  requestId: string;
12748
11600
  eventId: string;
12749
11601
  annotation?: Record<string, string | number | boolean | {
@@ -12761,10 +11613,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12761
11613
  residentialArea?: string | null | undefined;
12762
11614
  street?: string | null | undefined;
12763
11615
  zipCode?: string | null | undefined;
12764
- } | {
12765
- firstname: string;
12766
- surname: string;
12767
- middlename?: string | null | undefined;
12768
11616
  } | {
12769
11617
  country: string;
12770
11618
  district: string;
@@ -12787,7 +11635,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12787
11635
  option: string;
12788
11636
  filename: string;
12789
11637
  originalFilename: string;
12790
- }[] | [string, string] | null | undefined> | undefined;
11638
+ }[] | [string, string] | undefined> | undefined;
12791
11639
  originalActionId?: string | undefined;
12792
11640
  keepAssignment?: boolean | undefined;
12793
11641
  }, {
@@ -12810,10 +11658,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12810
11658
  residentialArea?: string | null | undefined;
12811
11659
  street?: string | null | undefined;
12812
11660
  zipCode?: string | null | undefined;
12813
- } | {
12814
- firstname: string;
12815
- surname: string;
12816
- middlename?: string | null | undefined;
12817
11661
  } | {
12818
11662
  country: string;
12819
11663
  district: string;
@@ -12836,7 +11680,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12836
11680
  option: string;
12837
11681
  filename: string;
12838
11682
  originalFilename: string;
12839
- }[] | [string, string] | null | undefined> | undefined;
11683
+ }[] | [string, string] | undefined> | undefined;
12840
11684
  annotation?: Record<string, string | number | boolean | {
12841
11685
  type: string;
12842
11686
  filename: string;
@@ -12852,10 +11696,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12852
11696
  residentialArea?: string | null | undefined;
12853
11697
  street?: string | null | undefined;
12854
11698
  zipCode?: string | null | undefined;
12855
- } | {
12856
- firstname: string;
12857
- surname: string;
12858
- middlename?: string | null | undefined;
12859
11699
  } | {
12860
11700
  country: string;
12861
11701
  district: string;
@@ -12878,7 +11718,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12878
11718
  option: string;
12879
11719
  filename: string;
12880
11720
  originalFilename: string;
12881
- }[] | [string, string] | null | undefined> | undefined;
11721
+ }[] | [string, string] | undefined> | undefined;
12882
11722
  originalActionId?: string | undefined;
12883
11723
  keepAssignment?: boolean | undefined;
12884
11724
  }>, z.ZodObject<z.objectUtil.extendShape<{
@@ -12997,19 +11837,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
12997
11837
  addressLine2?: string | null | undefined;
12998
11838
  addressLine3?: string | null | undefined;
12999
11839
  postcodeOrZip?: string | null | undefined;
13000
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13001
- firstname: z.ZodString;
13002
- surname: z.ZodString;
13003
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13004
- }, "strip", z.ZodTypeAny, {
13005
- firstname: string;
13006
- surname: string;
13007
- middlename?: string | null | undefined;
13008
- }, {
13009
- firstname: string;
13010
- surname: string;
13011
- middlename?: string | null | undefined;
13012
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11840
+ }>]>>>;
13013
11841
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
13014
11842
  filename: z.ZodString;
13015
11843
  originalFilename: z.ZodString;
@@ -13123,19 +11951,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13123
11951
  addressLine2?: string | null | undefined;
13124
11952
  addressLine3?: string | null | undefined;
13125
11953
  postcodeOrZip?: string | null | undefined;
13126
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13127
- firstname: z.ZodString;
13128
- surname: z.ZodString;
13129
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13130
- }, "strip", z.ZodTypeAny, {
13131
- firstname: string;
13132
- surname: string;
13133
- middlename?: string | null | undefined;
13134
- }, {
13135
- firstname: string;
13136
- surname: string;
13137
- middlename?: string | null | undefined;
13138
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11954
+ }>]>>>;
13139
11955
  originalActionId: z.ZodOptional<z.ZodString>;
13140
11956
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
13141
11957
  }, {
@@ -13158,10 +11974,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13158
11974
  residentialArea?: string | null | undefined;
13159
11975
  street?: string | null | undefined;
13160
11976
  zipCode?: string | null | undefined;
13161
- } | {
13162
- firstname: string;
13163
- surname: string;
13164
- middlename?: string | null | undefined;
13165
11977
  } | {
13166
11978
  country: string;
13167
11979
  district: string;
@@ -13184,7 +11996,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13184
11996
  option: string;
13185
11997
  filename: string;
13186
11998
  originalFilename: string;
13187
- }[] | [string, string] | null | undefined>;
11999
+ }[] | [string, string] | undefined>;
13188
12000
  eventId: string;
13189
12001
  annotation?: Record<string, string | number | boolean | {
13190
12002
  type: string;
@@ -13201,10 +12013,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13201
12013
  residentialArea?: string | null | undefined;
13202
12014
  street?: string | null | undefined;
13203
12015
  zipCode?: string | null | undefined;
13204
- } | {
13205
- firstname: string;
13206
- surname: string;
13207
- middlename?: string | null | undefined;
13208
12016
  } | {
13209
12017
  country: string;
13210
12018
  district: string;
@@ -13227,7 +12035,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13227
12035
  option: string;
13228
12036
  filename: string;
13229
12037
  originalFilename: string;
13230
- }[] | [string, string] | null | undefined> | undefined;
12038
+ }[] | [string, string] | undefined> | undefined;
13231
12039
  originalActionId?: string | undefined;
13232
12040
  keepAssignment?: boolean | undefined;
13233
12041
  }, {
@@ -13249,10 +12057,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13249
12057
  residentialArea?: string | null | undefined;
13250
12058
  street?: string | null | undefined;
13251
12059
  zipCode?: string | null | undefined;
13252
- } | {
13253
- firstname: string;
13254
- surname: string;
13255
- middlename?: string | null | undefined;
13256
12060
  } | {
13257
12061
  country: string;
13258
12062
  district: string;
@@ -13275,7 +12079,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13275
12079
  option: string;
13276
12080
  filename: string;
13277
12081
  originalFilename: string;
13278
- }[] | [string, string] | null | undefined> | undefined;
12082
+ }[] | [string, string] | undefined> | undefined;
13279
12083
  annotation?: Record<string, string | number | boolean | {
13280
12084
  type: string;
13281
12085
  filename: string;
@@ -13291,10 +12095,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13291
12095
  residentialArea?: string | null | undefined;
13292
12096
  street?: string | null | undefined;
13293
12097
  zipCode?: string | null | undefined;
13294
- } | {
13295
- firstname: string;
13296
- surname: string;
13297
- middlename?: string | null | undefined;
13298
12098
  } | {
13299
12099
  country: string;
13300
12100
  district: string;
@@ -13317,7 +12117,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
13317
12117
  option: string;
13318
12118
  filename: string;
13319
12119
  originalFilename: string;
13320
- }[] | [string, string] | null | undefined> | undefined;
12120
+ }[] | [string, string] | undefined> | undefined;
13321
12121
  originalActionId?: string | undefined;
13322
12122
  keepAssignment?: boolean | undefined;
13323
12123
  }>]>;