@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 ActionUpdate: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodStr
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
  export type ActionUpdate = z.infer<typeof ActionUpdate>;
132
120
  /**
133
121
  * EventState is an aggregate of all the actions that have been applied to event data.
@@ -245,31 +233,7 @@ export declare const EventState: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodStrin
245
233
  addressLine2?: string | undefined;
246
234
  addressLine3?: string | undefined;
247
235
  postcodeOrZip?: string | undefined;
248
- }>, z.ZodObject<{
249
- firstname: z.ZodString;
250
- surname: z.ZodString;
251
- middlename: z.ZodOptional<z.ZodString>;
252
- }, "strip", z.ZodTypeAny, {
253
- firstname: string;
254
- surname: string;
255
- middlename?: string | undefined;
256
- }, {
257
- firstname: string;
258
- surname: string;
259
- middlename?: string | undefined;
260
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
261
- firstname: z.ZodString;
262
- surname: z.ZodString;
263
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
264
- }, "strip", z.ZodTypeAny, {
265
- firstname: string;
266
- surname: string;
267
- middlename?: string | null | undefined;
268
- }, {
269
- firstname: string;
270
- surname: string;
271
- middlename?: string | null | undefined;
272
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
236
+ }>]>>;
273
237
  export type EventState = z.infer<typeof EventState>;
274
238
  export declare const ActionStatus: {
275
239
  readonly Requested: "Requested";
@@ -280,7 +244,6 @@ export type ActionStatus = keyof typeof ActionStatus;
280
244
  export declare const ActionBase: z.ZodObject<{
281
245
  id: z.ZodString;
282
246
  transactionId: z.ZodString;
283
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
284
247
  createdAt: z.ZodString;
285
248
  createdBy: z.ZodString;
286
249
  createdByRole: z.ZodString;
@@ -399,19 +362,7 @@ export declare const ActionBase: z.ZodObject<{
399
362
  addressLine2?: string | null | undefined;
400
363
  addressLine3?: string | null | undefined;
401
364
  postcodeOrZip?: string | null | undefined;
402
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
403
- firstname: z.ZodString;
404
- surname: z.ZodString;
405
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
406
- }, "strip", z.ZodTypeAny, {
407
- firstname: string;
408
- surname: string;
409
- middlename?: string | null | undefined;
410
- }, {
411
- firstname: string;
412
- surname: string;
413
- middlename?: string | null | undefined;
414
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
365
+ }>]>>;
415
366
  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<{
416
367
  filename: z.ZodString;
417
368
  originalFilename: z.ZodString;
@@ -525,19 +476,7 @@ export declare const ActionBase: z.ZodObject<{
525
476
  addressLine2?: string | null | undefined;
526
477
  addressLine3?: string | null | undefined;
527
478
  postcodeOrZip?: string | null | undefined;
528
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
529
- firstname: z.ZodString;
530
- surname: z.ZodString;
531
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
532
- }, "strip", z.ZodTypeAny, {
533
- firstname: string;
534
- surname: string;
535
- middlename?: string | null | undefined;
536
- }, {
537
- firstname: string;
538
- surname: string;
539
- middlename?: string | null | undefined;
540
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
479
+ }>]>>>;
541
480
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
542
481
  originalActionId: z.ZodOptional<z.ZodString>;
543
482
  }, "strip", z.ZodTypeAny, {
@@ -562,10 +501,6 @@ export declare const ActionBase: z.ZodObject<{
562
501
  residentialArea?: string | null | undefined;
563
502
  street?: string | null | undefined;
564
503
  zipCode?: string | null | undefined;
565
- } | {
566
- firstname: string;
567
- surname: string;
568
- middlename?: string | null | undefined;
569
504
  } | {
570
505
  country: string;
571
506
  district: string;
@@ -588,8 +523,7 @@ export declare const ActionBase: z.ZodObject<{
588
523
  option: string;
589
524
  filename: string;
590
525
  originalFilename: string;
591
- }[] | [string, string] | null | undefined>;
592
- creator?: "system" | "user" | undefined;
526
+ }[] | [string, string] | undefined>;
593
527
  createdBySignature?: string | null | undefined;
594
528
  createdAtLocation?: string | null | undefined;
595
529
  annotation?: Record<string, string | number | boolean | {
@@ -607,10 +541,6 @@ export declare const ActionBase: z.ZodObject<{
607
541
  residentialArea?: string | null | undefined;
608
542
  street?: string | null | undefined;
609
543
  zipCode?: string | null | undefined;
610
- } | {
611
- firstname: string;
612
- surname: string;
613
- middlename?: string | null | undefined;
614
544
  } | {
615
545
  country: string;
616
546
  district: string;
@@ -633,7 +563,7 @@ export declare const ActionBase: z.ZodObject<{
633
563
  option: string;
634
564
  filename: string;
635
565
  originalFilename: string;
636
- }[] | [string, string] | null | undefined> | undefined;
566
+ }[] | [string, string] | undefined> | undefined;
637
567
  originalActionId?: string | undefined;
638
568
  }, {
639
569
  id: string;
@@ -657,10 +587,6 @@ export declare const ActionBase: z.ZodObject<{
657
587
  residentialArea?: string | null | undefined;
658
588
  street?: string | null | undefined;
659
589
  zipCode?: string | null | undefined;
660
- } | {
661
- firstname: string;
662
- surname: string;
663
- middlename?: string | null | undefined;
664
590
  } | {
665
591
  country: string;
666
592
  district: string;
@@ -683,8 +609,7 @@ export declare const ActionBase: z.ZodObject<{
683
609
  option: string;
684
610
  filename: string;
685
611
  originalFilename: string;
686
- }[] | [string, string] | null | undefined>;
687
- creator?: "system" | "user" | undefined;
612
+ }[] | [string, string] | undefined>;
688
613
  createdBySignature?: string | null | undefined;
689
614
  createdAtLocation?: string | null | undefined;
690
615
  annotation?: Record<string, string | number | boolean | {
@@ -702,10 +627,6 @@ export declare const ActionBase: z.ZodObject<{
702
627
  residentialArea?: string | null | undefined;
703
628
  street?: string | null | undefined;
704
629
  zipCode?: string | null | undefined;
705
- } | {
706
- firstname: string;
707
- surname: string;
708
- middlename?: string | null | undefined;
709
630
  } | {
710
631
  country: string;
711
632
  district: string;
@@ -728,14 +649,13 @@ export declare const ActionBase: z.ZodObject<{
728
649
  option: string;
729
650
  filename: string;
730
651
  originalFilename: string;
731
- }[] | [string, string] | null | undefined> | undefined;
652
+ }[] | [string, string] | undefined> | undefined;
732
653
  originalActionId?: string | undefined;
733
654
  }>;
734
655
  export type ActionBase = z.infer<typeof ActionBase>;
735
656
  export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
736
657
  id: z.ZodString;
737
658
  transactionId: z.ZodString;
738
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
739
659
  createdAt: z.ZodString;
740
660
  createdBy: z.ZodString;
741
661
  createdByRole: z.ZodString;
@@ -854,19 +774,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
854
774
  addressLine2?: string | null | undefined;
855
775
  addressLine3?: string | null | undefined;
856
776
  postcodeOrZip?: string | null | undefined;
857
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
858
- firstname: z.ZodString;
859
- surname: z.ZodString;
860
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
861
- }, "strip", z.ZodTypeAny, {
862
- firstname: string;
863
- surname: string;
864
- middlename?: string | null | undefined;
865
- }, {
866
- firstname: string;
867
- surname: string;
868
- middlename?: string | null | undefined;
869
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
777
+ }>]>>;
870
778
  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<{
871
779
  filename: z.ZodString;
872
780
  originalFilename: z.ZodString;
@@ -980,19 +888,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
980
888
  addressLine2?: string | null | undefined;
981
889
  addressLine3?: string | null | undefined;
982
890
  postcodeOrZip?: string | null | undefined;
983
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
984
- firstname: z.ZodString;
985
- surname: z.ZodString;
986
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
987
- }, "strip", z.ZodTypeAny, {
988
- firstname: string;
989
- surname: string;
990
- middlename?: string | null | undefined;
991
- }, {
992
- firstname: string;
993
- surname: string;
994
- middlename?: string | null | undefined;
995
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
891
+ }>]>>>;
996
892
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
997
893
  originalActionId: z.ZodOptional<z.ZodString>;
998
894
  }, {
@@ -1021,10 +917,6 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1021
917
  residentialArea?: string | null | undefined;
1022
918
  street?: string | null | undefined;
1023
919
  zipCode?: string | null | undefined;
1024
- } | {
1025
- firstname: string;
1026
- surname: string;
1027
- middlename?: string | null | undefined;
1028
920
  } | {
1029
921
  country: string;
1030
922
  district: string;
@@ -1047,8 +939,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1047
939
  option: string;
1048
940
  filename: string;
1049
941
  originalFilename: string;
1050
- }[] | [string, string] | null | undefined>;
1051
- creator?: "system" | "user" | undefined;
942
+ }[] | [string, string] | undefined>;
1052
943
  createdBySignature?: string | null | undefined;
1053
944
  createdAtLocation?: string | null | undefined;
1054
945
  annotation?: Record<string, string | number | boolean | {
@@ -1066,10 +957,6 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1066
957
  residentialArea?: string | null | undefined;
1067
958
  street?: string | null | undefined;
1068
959
  zipCode?: string | null | undefined;
1069
- } | {
1070
- firstname: string;
1071
- surname: string;
1072
- middlename?: string | null | undefined;
1073
960
  } | {
1074
961
  country: string;
1075
962
  district: string;
@@ -1092,7 +979,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1092
979
  option: string;
1093
980
  filename: string;
1094
981
  originalFilename: string;
1095
- }[] | [string, string] | null | undefined> | undefined;
982
+ }[] | [string, string] | undefined> | undefined;
1096
983
  originalActionId?: string | undefined;
1097
984
  registrationNumber?: string | undefined;
1098
985
  }, {
@@ -1118,10 +1005,6 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1118
1005
  residentialArea?: string | null | undefined;
1119
1006
  street?: string | null | undefined;
1120
1007
  zipCode?: string | null | undefined;
1121
- } | {
1122
- firstname: string;
1123
- surname: string;
1124
- middlename?: string | null | undefined;
1125
1008
  } | {
1126
1009
  country: string;
1127
1010
  district: string;
@@ -1144,8 +1027,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1144
1027
  option: string;
1145
1028
  filename: string;
1146
1029
  originalFilename: string;
1147
- }[] | [string, string] | null | undefined>;
1148
- creator?: "system" | "user" | undefined;
1030
+ }[] | [string, string] | undefined>;
1149
1031
  createdBySignature?: string | null | undefined;
1150
1032
  createdAtLocation?: string | null | undefined;
1151
1033
  annotation?: Record<string, string | number | boolean | {
@@ -1163,10 +1045,6 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1163
1045
  residentialArea?: string | null | undefined;
1164
1046
  street?: string | null | undefined;
1165
1047
  zipCode?: string | null | undefined;
1166
- } | {
1167
- firstname: string;
1168
- surname: string;
1169
- middlename?: string | null | undefined;
1170
1048
  } | {
1171
1049
  country: string;
1172
1050
  district: string;
@@ -1189,7 +1067,7 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
1189
1067
  option: string;
1190
1068
  filename: string;
1191
1069
  originalFilename: string;
1192
- }[] | [string, string] | null | undefined> | undefined;
1070
+ }[] | [string, string] | undefined> | undefined;
1193
1071
  originalActionId?: string | undefined;
1194
1072
  registrationNumber?: string | undefined;
1195
1073
  }>;
@@ -1207,7 +1085,6 @@ export declare const RejectionReason: z.ZodObject<{
1207
1085
  declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1208
1086
  id: z.ZodString;
1209
1087
  transactionId: z.ZodString;
1210
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
1211
1088
  createdAt: z.ZodString;
1212
1089
  createdBy: z.ZodString;
1213
1090
  createdByRole: z.ZodString;
@@ -1326,19 +1203,7 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1326
1203
  addressLine2?: string | null | undefined;
1327
1204
  addressLine3?: string | null | undefined;
1328
1205
  postcodeOrZip?: string | null | undefined;
1329
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1330
- firstname: z.ZodString;
1331
- surname: z.ZodString;
1332
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1333
- }, "strip", z.ZodTypeAny, {
1334
- firstname: string;
1335
- surname: string;
1336
- middlename?: string | null | undefined;
1337
- }, {
1338
- firstname: string;
1339
- surname: string;
1340
- middlename?: string | null | undefined;
1341
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
1206
+ }>]>>;
1342
1207
  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<{
1343
1208
  filename: z.ZodString;
1344
1209
  originalFilename: z.ZodString;
@@ -1452,19 +1317,7 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1452
1317
  addressLine2?: string | null | undefined;
1453
1318
  addressLine3?: string | null | undefined;
1454
1319
  postcodeOrZip?: string | null | undefined;
1455
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1456
- firstname: z.ZodString;
1457
- surname: z.ZodString;
1458
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1459
- }, "strip", z.ZodTypeAny, {
1460
- firstname: string;
1461
- surname: string;
1462
- middlename?: string | null | undefined;
1463
- }, {
1464
- firstname: string;
1465
- surname: string;
1466
- middlename?: string | null | undefined;
1467
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1320
+ }>]>>>;
1468
1321
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
1469
1322
  originalActionId: z.ZodOptional<z.ZodString>;
1470
1323
  }, {
@@ -1492,10 +1345,6 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1492
1345
  residentialArea?: string | null | undefined;
1493
1346
  street?: string | null | undefined;
1494
1347
  zipCode?: string | null | undefined;
1495
- } | {
1496
- firstname: string;
1497
- surname: string;
1498
- middlename?: string | null | undefined;
1499
1348
  } | {
1500
1349
  country: string;
1501
1350
  district: string;
@@ -1518,8 +1367,7 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1518
1367
  option: string;
1519
1368
  filename: string;
1520
1369
  originalFilename: string;
1521
- }[] | [string, string] | null | undefined>;
1522
- creator?: "system" | "user" | undefined;
1370
+ }[] | [string, string] | undefined>;
1523
1371
  createdBySignature?: string | null | undefined;
1524
1372
  createdAtLocation?: string | null | undefined;
1525
1373
  annotation?: Record<string, string | number | boolean | {
@@ -1537,10 +1385,6 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1537
1385
  residentialArea?: string | null | undefined;
1538
1386
  street?: string | null | undefined;
1539
1387
  zipCode?: string | null | undefined;
1540
- } | {
1541
- firstname: string;
1542
- surname: string;
1543
- middlename?: string | null | undefined;
1544
1388
  } | {
1545
1389
  country: string;
1546
1390
  district: string;
@@ -1563,7 +1407,7 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1563
1407
  option: string;
1564
1408
  filename: string;
1565
1409
  originalFilename: string;
1566
- }[] | [string, string] | null | undefined> | undefined;
1410
+ }[] | [string, string] | undefined> | undefined;
1567
1411
  originalActionId?: string | undefined;
1568
1412
  }, {
1569
1413
  type: "CREATE";
@@ -1588,10 +1432,6 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1588
1432
  residentialArea?: string | null | undefined;
1589
1433
  street?: string | null | undefined;
1590
1434
  zipCode?: string | null | undefined;
1591
- } | {
1592
- firstname: string;
1593
- surname: string;
1594
- middlename?: string | null | undefined;
1595
1435
  } | {
1596
1436
  country: string;
1597
1437
  district: string;
@@ -1614,8 +1454,7 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1614
1454
  option: string;
1615
1455
  filename: string;
1616
1456
  originalFilename: string;
1617
- }[] | [string, string] | null | undefined>;
1618
- creator?: "system" | "user" | undefined;
1457
+ }[] | [string, string] | undefined>;
1619
1458
  createdBySignature?: string | null | undefined;
1620
1459
  createdAtLocation?: string | null | undefined;
1621
1460
  annotation?: Record<string, string | number | boolean | {
@@ -1633,10 +1472,6 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1633
1472
  residentialArea?: string | null | undefined;
1634
1473
  street?: string | null | undefined;
1635
1474
  zipCode?: string | null | undefined;
1636
- } | {
1637
- firstname: string;
1638
- surname: string;
1639
- middlename?: string | null | undefined;
1640
1475
  } | {
1641
1476
  country: string;
1642
1477
  district: string;
@@ -1659,13 +1494,12 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
1659
1494
  option: string;
1660
1495
  filename: string;
1661
1496
  originalFilename: string;
1662
- }[] | [string, string] | null | undefined> | undefined;
1497
+ }[] | [string, string] | undefined> | undefined;
1663
1498
  originalActionId?: string | undefined;
1664
1499
  }>;
1665
1500
  export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
1666
1501
  id: z.ZodString;
1667
1502
  transactionId: z.ZodString;
1668
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
1669
1503
  createdAt: z.ZodString;
1670
1504
  createdBy: z.ZodString;
1671
1505
  createdByRole: z.ZodString;
@@ -1784,19 +1618,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
1784
1618
  addressLine2?: string | null | undefined;
1785
1619
  addressLine3?: string | null | undefined;
1786
1620
  postcodeOrZip?: string | null | undefined;
1787
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1788
- firstname: z.ZodString;
1789
- surname: z.ZodString;
1790
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1791
- }, "strip", z.ZodTypeAny, {
1792
- firstname: string;
1793
- surname: string;
1794
- middlename?: string | null | undefined;
1795
- }, {
1796
- firstname: string;
1797
- surname: string;
1798
- middlename?: string | null | undefined;
1799
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
1621
+ }>]>>;
1800
1622
  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<{
1801
1623
  filename: z.ZodString;
1802
1624
  originalFilename: z.ZodString;
@@ -1910,19 +1732,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
1910
1732
  addressLine2?: string | null | undefined;
1911
1733
  addressLine3?: string | null | undefined;
1912
1734
  postcodeOrZip?: string | null | undefined;
1913
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1914
- firstname: z.ZodString;
1915
- surname: z.ZodString;
1916
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1917
- }, "strip", z.ZodTypeAny, {
1918
- firstname: string;
1919
- surname: string;
1920
- middlename?: string | null | undefined;
1921
- }, {
1922
- firstname: string;
1923
- surname: string;
1924
- middlename?: string | null | undefined;
1925
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
1735
+ }>]>>>;
1926
1736
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
1927
1737
  originalActionId: z.ZodOptional<z.ZodString>;
1928
1738
  }, {
@@ -1950,10 +1760,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
1950
1760
  residentialArea?: string | null | undefined;
1951
1761
  street?: string | null | undefined;
1952
1762
  zipCode?: string | null | undefined;
1953
- } | {
1954
- firstname: string;
1955
- surname: string;
1956
- middlename?: string | null | undefined;
1957
1763
  } | {
1958
1764
  country: string;
1959
1765
  district: string;
@@ -1976,8 +1782,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
1976
1782
  option: string;
1977
1783
  filename: string;
1978
1784
  originalFilename: string;
1979
- }[] | [string, string] | null | undefined>;
1980
- creator?: "system" | "user" | undefined;
1785
+ }[] | [string, string] | undefined>;
1981
1786
  createdBySignature?: string | null | undefined;
1982
1787
  createdAtLocation?: string | null | undefined;
1983
1788
  annotation?: Record<string, string | number | boolean | {
@@ -1995,10 +1800,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
1995
1800
  residentialArea?: string | null | undefined;
1996
1801
  street?: string | null | undefined;
1997
1802
  zipCode?: string | null | undefined;
1998
- } | {
1999
- firstname: string;
2000
- surname: string;
2001
- middlename?: string | null | undefined;
2002
1803
  } | {
2003
1804
  country: string;
2004
1805
  district: string;
@@ -2021,7 +1822,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2021
1822
  option: string;
2022
1823
  filename: string;
2023
1824
  originalFilename: string;
2024
- }[] | [string, string] | null | undefined> | undefined;
1825
+ }[] | [string, string] | undefined> | undefined;
2025
1826
  originalActionId?: string | undefined;
2026
1827
  }, {
2027
1828
  type: "CREATE";
@@ -2046,10 +1847,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2046
1847
  residentialArea?: string | null | undefined;
2047
1848
  street?: string | null | undefined;
2048
1849
  zipCode?: string | null | undefined;
2049
- } | {
2050
- firstname: string;
2051
- surname: string;
2052
- middlename?: string | null | undefined;
2053
1850
  } | {
2054
1851
  country: string;
2055
1852
  district: string;
@@ -2072,8 +1869,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2072
1869
  option: string;
2073
1870
  filename: string;
2074
1871
  originalFilename: string;
2075
- }[] | [string, string] | null | undefined>;
2076
- creator?: "system" | "user" | undefined;
1872
+ }[] | [string, string] | undefined>;
2077
1873
  createdBySignature?: string | null | undefined;
2078
1874
  createdAtLocation?: string | null | undefined;
2079
1875
  annotation?: Record<string, string | number | boolean | {
@@ -2091,10 +1887,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2091
1887
  residentialArea?: string | null | undefined;
2092
1888
  street?: string | null | undefined;
2093
1889
  zipCode?: string | null | undefined;
2094
- } | {
2095
- firstname: string;
2096
- surname: string;
2097
- middlename?: string | null | undefined;
2098
1890
  } | {
2099
1891
  country: string;
2100
1892
  district: string;
@@ -2117,12 +1909,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2117
1909
  option: string;
2118
1910
  filename: string;
2119
1911
  originalFilename: string;
2120
- }[] | [string, string] | null | undefined> | undefined;
1912
+ }[] | [string, string] | undefined> | undefined;
2121
1913
  originalActionId?: string | undefined;
2122
1914
  }>, z.ZodObject<z.objectUtil.extendShape<{
2123
1915
  id: z.ZodString;
2124
1916
  transactionId: z.ZodString;
2125
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
2126
1917
  createdAt: z.ZodString;
2127
1918
  createdBy: z.ZodString;
2128
1919
  createdByRole: z.ZodString;
@@ -2241,19 +2032,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2241
2032
  addressLine2?: string | null | undefined;
2242
2033
  addressLine3?: string | null | undefined;
2243
2034
  postcodeOrZip?: string | null | undefined;
2244
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2245
- firstname: z.ZodString;
2246
- surname: z.ZodString;
2247
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2248
- }, "strip", z.ZodTypeAny, {
2249
- firstname: string;
2250
- surname: string;
2251
- middlename?: string | null | undefined;
2252
- }, {
2253
- firstname: string;
2254
- surname: string;
2255
- middlename?: string | null | undefined;
2256
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
2035
+ }>]>>;
2257
2036
  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<{
2258
2037
  filename: z.ZodString;
2259
2038
  originalFilename: z.ZodString;
@@ -2367,19 +2146,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2367
2146
  addressLine2?: string | null | undefined;
2368
2147
  addressLine3?: string | null | undefined;
2369
2148
  postcodeOrZip?: string | null | undefined;
2370
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2371
- firstname: z.ZodString;
2372
- surname: z.ZodString;
2373
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2374
- }, "strip", z.ZodTypeAny, {
2375
- firstname: string;
2376
- surname: string;
2377
- middlename?: string | null | undefined;
2378
- }, {
2379
- firstname: string;
2380
- surname: string;
2381
- middlename?: string | null | undefined;
2382
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2149
+ }>]>>>;
2383
2150
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
2384
2151
  originalActionId: z.ZodOptional<z.ZodString>;
2385
2152
  }, {
@@ -2407,10 +2174,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2407
2174
  residentialArea?: string | null | undefined;
2408
2175
  street?: string | null | undefined;
2409
2176
  zipCode?: string | null | undefined;
2410
- } | {
2411
- firstname: string;
2412
- surname: string;
2413
- middlename?: string | null | undefined;
2414
2177
  } | {
2415
2178
  country: string;
2416
2179
  district: string;
@@ -2433,8 +2196,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2433
2196
  option: string;
2434
2197
  filename: string;
2435
2198
  originalFilename: string;
2436
- }[] | [string, string] | null | undefined>;
2437
- creator?: "system" | "user" | undefined;
2199
+ }[] | [string, string] | undefined>;
2438
2200
  createdBySignature?: string | null | undefined;
2439
2201
  createdAtLocation?: string | null | undefined;
2440
2202
  annotation?: Record<string, string | number | boolean | {
@@ -2452,10 +2214,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2452
2214
  residentialArea?: string | null | undefined;
2453
2215
  street?: string | null | undefined;
2454
2216
  zipCode?: string | null | undefined;
2455
- } | {
2456
- firstname: string;
2457
- surname: string;
2458
- middlename?: string | null | undefined;
2459
2217
  } | {
2460
2218
  country: string;
2461
2219
  district: string;
@@ -2478,7 +2236,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2478
2236
  option: string;
2479
2237
  filename: string;
2480
2238
  originalFilename: string;
2481
- }[] | [string, string] | null | undefined> | undefined;
2239
+ }[] | [string, string] | undefined> | undefined;
2482
2240
  originalActionId?: string | undefined;
2483
2241
  }, {
2484
2242
  type: "VALIDATE";
@@ -2503,10 +2261,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2503
2261
  residentialArea?: string | null | undefined;
2504
2262
  street?: string | null | undefined;
2505
2263
  zipCode?: string | null | undefined;
2506
- } | {
2507
- firstname: string;
2508
- surname: string;
2509
- middlename?: string | null | undefined;
2510
2264
  } | {
2511
2265
  country: string;
2512
2266
  district: string;
@@ -2529,8 +2283,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2529
2283
  option: string;
2530
2284
  filename: string;
2531
2285
  originalFilename: string;
2532
- }[] | [string, string] | null | undefined>;
2533
- creator?: "system" | "user" | undefined;
2286
+ }[] | [string, string] | undefined>;
2534
2287
  createdBySignature?: string | null | undefined;
2535
2288
  createdAtLocation?: string | null | undefined;
2536
2289
  annotation?: Record<string, string | number | boolean | {
@@ -2548,10 +2301,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2548
2301
  residentialArea?: string | null | undefined;
2549
2302
  street?: string | null | undefined;
2550
2303
  zipCode?: string | null | undefined;
2551
- } | {
2552
- firstname: string;
2553
- surname: string;
2554
- middlename?: string | null | undefined;
2555
2304
  } | {
2556
2305
  country: string;
2557
2306
  district: string;
@@ -2574,12 +2323,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2574
2323
  option: string;
2575
2324
  filename: string;
2576
2325
  originalFilename: string;
2577
- }[] | [string, string] | null | undefined> | undefined;
2326
+ }[] | [string, string] | undefined> | undefined;
2578
2327
  originalActionId?: string | undefined;
2579
2328
  }>, z.ZodObject<z.objectUtil.extendShape<{
2580
2329
  id: z.ZodString;
2581
2330
  transactionId: z.ZodString;
2582
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
2583
2331
  createdAt: z.ZodString;
2584
2332
  createdBy: z.ZodString;
2585
2333
  createdByRole: z.ZodString;
@@ -2698,19 +2446,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2698
2446
  addressLine2?: string | null | undefined;
2699
2447
  addressLine3?: string | null | undefined;
2700
2448
  postcodeOrZip?: string | null | undefined;
2701
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2702
- firstname: z.ZodString;
2703
- surname: z.ZodString;
2704
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2705
- }, "strip", z.ZodTypeAny, {
2706
- firstname: string;
2707
- surname: string;
2708
- middlename?: string | null | undefined;
2709
- }, {
2710
- firstname: string;
2711
- surname: string;
2712
- middlename?: string | null | undefined;
2713
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
2449
+ }>]>>;
2714
2450
  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<{
2715
2451
  filename: z.ZodString;
2716
2452
  originalFilename: z.ZodString;
@@ -2824,19 +2560,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2824
2560
  addressLine2?: string | null | undefined;
2825
2561
  addressLine3?: string | null | undefined;
2826
2562
  postcodeOrZip?: string | null | undefined;
2827
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2828
- firstname: z.ZodString;
2829
- surname: z.ZodString;
2830
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2831
- }, "strip", z.ZodTypeAny, {
2832
- firstname: string;
2833
- surname: string;
2834
- middlename?: string | null | undefined;
2835
- }, {
2836
- firstname: string;
2837
- surname: string;
2838
- middlename?: string | null | undefined;
2839
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2563
+ }>]>>>;
2840
2564
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
2841
2565
  originalActionId: z.ZodOptional<z.ZodString>;
2842
2566
  }, {
@@ -2878,10 +2602,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2878
2602
  residentialArea?: string | null | undefined;
2879
2603
  street?: string | null | undefined;
2880
2604
  zipCode?: string | null | undefined;
2881
- } | {
2882
- firstname: string;
2883
- surname: string;
2884
- middlename?: string | null | undefined;
2885
2605
  } | {
2886
2606
  country: string;
2887
2607
  district: string;
@@ -2904,8 +2624,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2904
2624
  option: string;
2905
2625
  filename: string;
2906
2626
  originalFilename: string;
2907
- }[] | [string, string] | null | undefined>;
2908
- creator?: "system" | "user" | undefined;
2627
+ }[] | [string, string] | undefined>;
2909
2628
  createdBySignature?: string | null | undefined;
2910
2629
  createdAtLocation?: string | null | undefined;
2911
2630
  annotation?: Record<string, string | number | boolean | {
@@ -2923,10 +2642,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2923
2642
  residentialArea?: string | null | undefined;
2924
2643
  street?: string | null | undefined;
2925
2644
  zipCode?: string | null | undefined;
2926
- } | {
2927
- firstname: string;
2928
- surname: string;
2929
- middlename?: string | null | undefined;
2930
2645
  } | {
2931
2646
  country: string;
2932
2647
  district: string;
@@ -2949,7 +2664,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2949
2664
  option: string;
2950
2665
  filename: string;
2951
2666
  originalFilename: string;
2952
- }[] | [string, string] | null | undefined> | undefined;
2667
+ }[] | [string, string] | undefined> | undefined;
2953
2668
  originalActionId?: string | undefined;
2954
2669
  }, {
2955
2670
  type: "REJECT";
@@ -2978,10 +2693,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
2978
2693
  residentialArea?: string | null | undefined;
2979
2694
  street?: string | null | undefined;
2980
2695
  zipCode?: string | null | undefined;
2981
- } | {
2982
- firstname: string;
2983
- surname: string;
2984
- middlename?: string | null | undefined;
2985
2696
  } | {
2986
2697
  country: string;
2987
2698
  district: string;
@@ -3004,8 +2715,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3004
2715
  option: string;
3005
2716
  filename: string;
3006
2717
  originalFilename: string;
3007
- }[] | [string, string] | null | undefined>;
3008
- creator?: "system" | "user" | undefined;
2718
+ }[] | [string, string] | undefined>;
3009
2719
  createdBySignature?: string | null | undefined;
3010
2720
  createdAtLocation?: string | null | undefined;
3011
2721
  annotation?: Record<string, string | number | boolean | {
@@ -3023,10 +2733,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3023
2733
  residentialArea?: string | null | undefined;
3024
2734
  street?: string | null | undefined;
3025
2735
  zipCode?: string | null | undefined;
3026
- } | {
3027
- firstname: string;
3028
- surname: string;
3029
- middlename?: string | null | undefined;
3030
2736
  } | {
3031
2737
  country: string;
3032
2738
  district: string;
@@ -3049,12 +2755,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3049
2755
  option: string;
3050
2756
  filename: string;
3051
2757
  originalFilename: string;
3052
- }[] | [string, string] | null | undefined> | undefined;
2758
+ }[] | [string, string] | undefined> | undefined;
3053
2759
  originalActionId?: string | undefined;
3054
2760
  }>, z.ZodObject<z.objectUtil.extendShape<{
3055
2761
  id: z.ZodString;
3056
2762
  transactionId: z.ZodString;
3057
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
3058
2763
  createdAt: z.ZodString;
3059
2764
  createdBy: z.ZodString;
3060
2765
  createdByRole: z.ZodString;
@@ -3173,19 +2878,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3173
2878
  addressLine2?: string | null | undefined;
3174
2879
  addressLine3?: string | null | undefined;
3175
2880
  postcodeOrZip?: string | null | undefined;
3176
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3177
- firstname: z.ZodString;
3178
- surname: z.ZodString;
3179
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3180
- }, "strip", z.ZodTypeAny, {
3181
- firstname: string;
3182
- surname: string;
3183
- middlename?: string | null | undefined;
3184
- }, {
3185
- firstname: string;
3186
- surname: string;
3187
- middlename?: string | null | undefined;
3188
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
2881
+ }>]>>;
3189
2882
  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<{
3190
2883
  filename: z.ZodString;
3191
2884
  originalFilename: z.ZodString;
@@ -3299,19 +2992,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3299
2992
  addressLine2?: string | null | undefined;
3300
2993
  addressLine3?: string | null | undefined;
3301
2994
  postcodeOrZip?: string | null | undefined;
3302
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3303
- firstname: z.ZodString;
3304
- surname: z.ZodString;
3305
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3306
- }, "strip", z.ZodTypeAny, {
3307
- firstname: string;
3308
- surname: string;
3309
- middlename?: string | null | undefined;
3310
- }, {
3311
- firstname: string;
3312
- surname: string;
3313
- middlename?: string | null | undefined;
3314
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
2995
+ }>]>>>;
3315
2996
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
3316
2997
  originalActionId: z.ZodOptional<z.ZodString>;
3317
2998
  }, {
@@ -3339,10 +3020,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3339
3020
  residentialArea?: string | null | undefined;
3340
3021
  street?: string | null | undefined;
3341
3022
  zipCode?: string | null | undefined;
3342
- } | {
3343
- firstname: string;
3344
- surname: string;
3345
- middlename?: string | null | undefined;
3346
3023
  } | {
3347
3024
  country: string;
3348
3025
  district: string;
@@ -3365,8 +3042,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3365
3042
  option: string;
3366
3043
  filename: string;
3367
3044
  originalFilename: string;
3368
- }[] | [string, string] | null | undefined>;
3369
- creator?: "system" | "user" | undefined;
3045
+ }[] | [string, string] | undefined>;
3370
3046
  createdBySignature?: string | null | undefined;
3371
3047
  createdAtLocation?: string | null | undefined;
3372
3048
  annotation?: Record<string, string | number | boolean | {
@@ -3384,10 +3060,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3384
3060
  residentialArea?: string | null | undefined;
3385
3061
  street?: string | null | undefined;
3386
3062
  zipCode?: string | null | undefined;
3387
- } | {
3388
- firstname: string;
3389
- surname: string;
3390
- middlename?: string | null | undefined;
3391
3063
  } | {
3392
3064
  country: string;
3393
3065
  district: string;
@@ -3410,7 +3082,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3410
3082
  option: string;
3411
3083
  filename: string;
3412
3084
  originalFilename: string;
3413
- }[] | [string, string] | null | undefined> | undefined;
3085
+ }[] | [string, string] | undefined> | undefined;
3414
3086
  originalActionId?: string | undefined;
3415
3087
  }, {
3416
3088
  type: "MARKED_AS_DUPLICATE";
@@ -3435,10 +3107,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3435
3107
  residentialArea?: string | null | undefined;
3436
3108
  street?: string | null | undefined;
3437
3109
  zipCode?: string | null | undefined;
3438
- } | {
3439
- firstname: string;
3440
- surname: string;
3441
- middlename?: string | null | undefined;
3442
3110
  } | {
3443
3111
  country: string;
3444
3112
  district: string;
@@ -3461,8 +3129,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3461
3129
  option: string;
3462
3130
  filename: string;
3463
3131
  originalFilename: string;
3464
- }[] | [string, string] | null | undefined>;
3465
- creator?: "system" | "user" | undefined;
3132
+ }[] | [string, string] | undefined>;
3466
3133
  createdBySignature?: string | null | undefined;
3467
3134
  createdAtLocation?: string | null | undefined;
3468
3135
  annotation?: Record<string, string | number | boolean | {
@@ -3480,10 +3147,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3480
3147
  residentialArea?: string | null | undefined;
3481
3148
  street?: string | null | undefined;
3482
3149
  zipCode?: string | null | undefined;
3483
- } | {
3484
- firstname: string;
3485
- surname: string;
3486
- middlename?: string | null | undefined;
3487
3150
  } | {
3488
3151
  country: string;
3489
3152
  district: string;
@@ -3506,12 +3169,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3506
3169
  option: string;
3507
3170
  filename: string;
3508
3171
  originalFilename: string;
3509
- }[] | [string, string] | null | undefined> | undefined;
3172
+ }[] | [string, string] | undefined> | undefined;
3510
3173
  originalActionId?: string | undefined;
3511
3174
  }>, z.ZodObject<z.objectUtil.extendShape<{
3512
3175
  id: z.ZodString;
3513
3176
  transactionId: z.ZodString;
3514
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
3515
3177
  createdAt: z.ZodString;
3516
3178
  createdBy: z.ZodString;
3517
3179
  createdByRole: z.ZodString;
@@ -3630,19 +3292,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3630
3292
  addressLine2?: string | null | undefined;
3631
3293
  addressLine3?: string | null | undefined;
3632
3294
  postcodeOrZip?: string | null | undefined;
3633
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3634
- firstname: z.ZodString;
3635
- surname: z.ZodString;
3636
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3637
- }, "strip", z.ZodTypeAny, {
3638
- firstname: string;
3639
- surname: string;
3640
- middlename?: string | null | undefined;
3641
- }, {
3642
- firstname: string;
3643
- surname: string;
3644
- middlename?: string | null | undefined;
3645
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
3295
+ }>]>>;
3646
3296
  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<{
3647
3297
  filename: z.ZodString;
3648
3298
  originalFilename: z.ZodString;
@@ -3756,19 +3406,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3756
3406
  addressLine2?: string | null | undefined;
3757
3407
  addressLine3?: string | null | undefined;
3758
3408
  postcodeOrZip?: string | null | undefined;
3759
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3760
- firstname: z.ZodString;
3761
- surname: z.ZodString;
3762
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3763
- }, "strip", z.ZodTypeAny, {
3764
- firstname: string;
3765
- surname: string;
3766
- middlename?: string | null | undefined;
3767
- }, {
3768
- firstname: string;
3769
- surname: string;
3770
- middlename?: string | null | undefined;
3771
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3409
+ }>]>>>;
3772
3410
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
3773
3411
  originalActionId: z.ZodOptional<z.ZodString>;
3774
3412
  }, {
@@ -3810,10 +3448,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3810
3448
  residentialArea?: string | null | undefined;
3811
3449
  street?: string | null | undefined;
3812
3450
  zipCode?: string | null | undefined;
3813
- } | {
3814
- firstname: string;
3815
- surname: string;
3816
- middlename?: string | null | undefined;
3817
3451
  } | {
3818
3452
  country: string;
3819
3453
  district: string;
@@ -3836,8 +3470,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3836
3470
  option: string;
3837
3471
  filename: string;
3838
3472
  originalFilename: string;
3839
- }[] | [string, string] | null | undefined>;
3840
- creator?: "system" | "user" | undefined;
3473
+ }[] | [string, string] | undefined>;
3841
3474
  createdBySignature?: string | null | undefined;
3842
3475
  createdAtLocation?: string | null | undefined;
3843
3476
  annotation?: Record<string, string | number | boolean | {
@@ -3855,10 +3488,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3855
3488
  residentialArea?: string | null | undefined;
3856
3489
  street?: string | null | undefined;
3857
3490
  zipCode?: string | null | undefined;
3858
- } | {
3859
- firstname: string;
3860
- surname: string;
3861
- middlename?: string | null | undefined;
3862
3491
  } | {
3863
3492
  country: string;
3864
3493
  district: string;
@@ -3881,7 +3510,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3881
3510
  option: string;
3882
3511
  filename: string;
3883
3512
  originalFilename: string;
3884
- }[] | [string, string] | null | undefined> | undefined;
3513
+ }[] | [string, string] | undefined> | undefined;
3885
3514
  originalActionId?: string | undefined;
3886
3515
  }, {
3887
3516
  type: "ARCHIVE";
@@ -3910,10 +3539,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3910
3539
  residentialArea?: string | null | undefined;
3911
3540
  street?: string | null | undefined;
3912
3541
  zipCode?: string | null | undefined;
3913
- } | {
3914
- firstname: string;
3915
- surname: string;
3916
- middlename?: string | null | undefined;
3917
3542
  } | {
3918
3543
  country: string;
3919
3544
  district: string;
@@ -3936,8 +3561,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3936
3561
  option: string;
3937
3562
  filename: string;
3938
3563
  originalFilename: string;
3939
- }[] | [string, string] | null | undefined>;
3940
- creator?: "system" | "user" | undefined;
3564
+ }[] | [string, string] | undefined>;
3941
3565
  createdBySignature?: string | null | undefined;
3942
3566
  createdAtLocation?: string | null | undefined;
3943
3567
  annotation?: Record<string, string | number | boolean | {
@@ -3955,10 +3579,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3955
3579
  residentialArea?: string | null | undefined;
3956
3580
  street?: string | null | undefined;
3957
3581
  zipCode?: string | null | undefined;
3958
- } | {
3959
- firstname: string;
3960
- surname: string;
3961
- middlename?: string | null | undefined;
3962
3582
  } | {
3963
3583
  country: string;
3964
3584
  district: string;
@@ -3981,12 +3601,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
3981
3601
  option: string;
3982
3602
  filename: string;
3983
3603
  originalFilename: string;
3984
- }[] | [string, string] | null | undefined> | undefined;
3604
+ }[] | [string, string] | undefined> | undefined;
3985
3605
  originalActionId?: string | undefined;
3986
3606
  }>, z.ZodObject<z.objectUtil.extendShape<{
3987
3607
  id: z.ZodString;
3988
3608
  transactionId: z.ZodString;
3989
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
3990
3609
  createdAt: z.ZodString;
3991
3610
  createdBy: z.ZodString;
3992
3611
  createdByRole: z.ZodString;
@@ -4105,19 +3724,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4105
3724
  addressLine2?: string | null | undefined;
4106
3725
  addressLine3?: string | null | undefined;
4107
3726
  postcodeOrZip?: string | null | undefined;
4108
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4109
- firstname: z.ZodString;
4110
- surname: z.ZodString;
4111
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4112
- }, "strip", z.ZodTypeAny, {
4113
- firstname: string;
4114
- surname: string;
4115
- middlename?: string | null | undefined;
4116
- }, {
4117
- firstname: string;
4118
- surname: string;
4119
- middlename?: string | null | undefined;
4120
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
3727
+ }>]>>;
4121
3728
  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<{
4122
3729
  filename: z.ZodString;
4123
3730
  originalFilename: z.ZodString;
@@ -4231,19 +3838,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4231
3838
  addressLine2?: string | null | undefined;
4232
3839
  addressLine3?: string | null | undefined;
4233
3840
  postcodeOrZip?: string | null | undefined;
4234
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4235
- firstname: z.ZodString;
4236
- surname: z.ZodString;
4237
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4238
- }, "strip", z.ZodTypeAny, {
4239
- firstname: string;
4240
- surname: string;
4241
- middlename?: string | null | undefined;
4242
- }, {
4243
- firstname: string;
4244
- surname: string;
4245
- middlename?: string | null | undefined;
4246
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
3841
+ }>]>>>;
4247
3842
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
4248
3843
  originalActionId: z.ZodOptional<z.ZodString>;
4249
3844
  }, {
@@ -4271,10 +3866,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4271
3866
  residentialArea?: string | null | undefined;
4272
3867
  street?: string | null | undefined;
4273
3868
  zipCode?: string | null | undefined;
4274
- } | {
4275
- firstname: string;
4276
- surname: string;
4277
- middlename?: string | null | undefined;
4278
3869
  } | {
4279
3870
  country: string;
4280
3871
  district: string;
@@ -4297,8 +3888,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4297
3888
  option: string;
4298
3889
  filename: string;
4299
3890
  originalFilename: string;
4300
- }[] | [string, string] | null | undefined>;
4301
- creator?: "system" | "user" | undefined;
3891
+ }[] | [string, string] | undefined>;
4302
3892
  createdBySignature?: string | null | undefined;
4303
3893
  createdAtLocation?: string | null | undefined;
4304
3894
  annotation?: Record<string, string | number | boolean | {
@@ -4316,10 +3906,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4316
3906
  residentialArea?: string | null | undefined;
4317
3907
  street?: string | null | undefined;
4318
3908
  zipCode?: string | null | undefined;
4319
- } | {
4320
- firstname: string;
4321
- surname: string;
4322
- middlename?: string | null | undefined;
4323
3909
  } | {
4324
3910
  country: string;
4325
3911
  district: string;
@@ -4342,7 +3928,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4342
3928
  option: string;
4343
3929
  filename: string;
4344
3930
  originalFilename: string;
4345
- }[] | [string, string] | null | undefined> | undefined;
3931
+ }[] | [string, string] | undefined> | undefined;
4346
3932
  originalActionId?: string | undefined;
4347
3933
  }, {
4348
3934
  type: "NOTIFY";
@@ -4367,10 +3953,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4367
3953
  residentialArea?: string | null | undefined;
4368
3954
  street?: string | null | undefined;
4369
3955
  zipCode?: string | null | undefined;
4370
- } | {
4371
- firstname: string;
4372
- surname: string;
4373
- middlename?: string | null | undefined;
4374
3956
  } | {
4375
3957
  country: string;
4376
3958
  district: string;
@@ -4393,8 +3975,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4393
3975
  option: string;
4394
3976
  filename: string;
4395
3977
  originalFilename: string;
4396
- }[] | [string, string] | null | undefined>;
4397
- creator?: "system" | "user" | undefined;
3978
+ }[] | [string, string] | undefined>;
4398
3979
  createdBySignature?: string | null | undefined;
4399
3980
  createdAtLocation?: string | null | undefined;
4400
3981
  annotation?: Record<string, string | number | boolean | {
@@ -4412,10 +3993,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4412
3993
  residentialArea?: string | null | undefined;
4413
3994
  street?: string | null | undefined;
4414
3995
  zipCode?: string | null | undefined;
4415
- } | {
4416
- firstname: string;
4417
- surname: string;
4418
- middlename?: string | null | undefined;
4419
3996
  } | {
4420
3997
  country: string;
4421
3998
  district: string;
@@ -4438,12 +4015,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4438
4015
  option: string;
4439
4016
  filename: string;
4440
4017
  originalFilename: string;
4441
- }[] | [string, string] | null | undefined> | undefined;
4018
+ }[] | [string, string] | undefined> | undefined;
4442
4019
  originalActionId?: string | undefined;
4443
4020
  }>, z.ZodObject<z.objectUtil.extendShape<{
4444
4021
  id: z.ZodString;
4445
4022
  transactionId: z.ZodString;
4446
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
4447
4023
  createdAt: z.ZodString;
4448
4024
  createdBy: z.ZodString;
4449
4025
  createdByRole: z.ZodString;
@@ -4562,19 +4138,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4562
4138
  addressLine2?: string | null | undefined;
4563
4139
  addressLine3?: string | null | undefined;
4564
4140
  postcodeOrZip?: string | null | undefined;
4565
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4566
- firstname: z.ZodString;
4567
- surname: z.ZodString;
4568
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4569
- }, "strip", z.ZodTypeAny, {
4570
- firstname: string;
4571
- surname: string;
4572
- middlename?: string | null | undefined;
4573
- }, {
4574
- firstname: string;
4575
- surname: string;
4576
- middlename?: string | null | undefined;
4577
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
4141
+ }>]>>;
4578
4142
  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<{
4579
4143
  filename: z.ZodString;
4580
4144
  originalFilename: z.ZodString;
@@ -4688,19 +4252,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4688
4252
  addressLine2?: string | null | undefined;
4689
4253
  addressLine3?: string | null | undefined;
4690
4254
  postcodeOrZip?: string | null | undefined;
4691
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4692
- firstname: z.ZodString;
4693
- surname: z.ZodString;
4694
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4695
- }, "strip", z.ZodTypeAny, {
4696
- firstname: string;
4697
- surname: string;
4698
- middlename?: string | null | undefined;
4699
- }, {
4700
- firstname: string;
4701
- surname: string;
4702
- middlename?: string | null | undefined;
4703
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4255
+ }>]>>>;
4704
4256
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
4705
4257
  originalActionId: z.ZodOptional<z.ZodString>;
4706
4258
  }, {
@@ -4729,10 +4281,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4729
4281
  residentialArea?: string | null | undefined;
4730
4282
  street?: string | null | undefined;
4731
4283
  zipCode?: string | null | undefined;
4732
- } | {
4733
- firstname: string;
4734
- surname: string;
4735
- middlename?: string | null | undefined;
4736
4284
  } | {
4737
4285
  country: string;
4738
4286
  district: string;
@@ -4755,8 +4303,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4755
4303
  option: string;
4756
4304
  filename: string;
4757
4305
  originalFilename: string;
4758
- }[] | [string, string] | null | undefined>;
4759
- creator?: "system" | "user" | undefined;
4306
+ }[] | [string, string] | undefined>;
4760
4307
  createdBySignature?: string | null | undefined;
4761
4308
  createdAtLocation?: string | null | undefined;
4762
4309
  annotation?: Record<string, string | number | boolean | {
@@ -4774,10 +4321,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4774
4321
  residentialArea?: string | null | undefined;
4775
4322
  street?: string | null | undefined;
4776
4323
  zipCode?: string | null | undefined;
4777
- } | {
4778
- firstname: string;
4779
- surname: string;
4780
- middlename?: string | null | undefined;
4781
4324
  } | {
4782
4325
  country: string;
4783
4326
  district: string;
@@ -4800,7 +4343,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4800
4343
  option: string;
4801
4344
  filename: string;
4802
4345
  originalFilename: string;
4803
- }[] | [string, string] | null | undefined> | undefined;
4346
+ }[] | [string, string] | undefined> | undefined;
4804
4347
  originalActionId?: string | undefined;
4805
4348
  registrationNumber?: string | undefined;
4806
4349
  }, {
@@ -4826,10 +4369,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4826
4369
  residentialArea?: string | null | undefined;
4827
4370
  street?: string | null | undefined;
4828
4371
  zipCode?: string | null | undefined;
4829
- } | {
4830
- firstname: string;
4831
- surname: string;
4832
- middlename?: string | null | undefined;
4833
4372
  } | {
4834
4373
  country: string;
4835
4374
  district: string;
@@ -4852,8 +4391,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4852
4391
  option: string;
4853
4392
  filename: string;
4854
4393
  originalFilename: string;
4855
- }[] | [string, string] | null | undefined>;
4856
- creator?: "system" | "user" | undefined;
4394
+ }[] | [string, string] | undefined>;
4857
4395
  createdBySignature?: string | null | undefined;
4858
4396
  createdAtLocation?: string | null | undefined;
4859
4397
  annotation?: Record<string, string | number | boolean | {
@@ -4871,10 +4409,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4871
4409
  residentialArea?: string | null | undefined;
4872
4410
  street?: string | null | undefined;
4873
4411
  zipCode?: string | null | undefined;
4874
- } | {
4875
- firstname: string;
4876
- surname: string;
4877
- middlename?: string | null | undefined;
4878
4412
  } | {
4879
4413
  country: string;
4880
4414
  district: string;
@@ -4897,13 +4431,12 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
4897
4431
  option: string;
4898
4432
  filename: string;
4899
4433
  originalFilename: string;
4900
- }[] | [string, string] | null | undefined> | undefined;
4434
+ }[] | [string, string] | undefined> | undefined;
4901
4435
  originalActionId?: string | undefined;
4902
4436
  registrationNumber?: string | undefined;
4903
4437
  }>, z.ZodObject<z.objectUtil.extendShape<{
4904
4438
  id: z.ZodString;
4905
4439
  transactionId: z.ZodString;
4906
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
4907
4440
  createdAt: z.ZodString;
4908
4441
  createdBy: z.ZodString;
4909
4442
  createdByRole: z.ZodString;
@@ -5022,19 +4555,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5022
4555
  addressLine2?: string | null | undefined;
5023
4556
  addressLine3?: string | null | undefined;
5024
4557
  postcodeOrZip?: string | null | undefined;
5025
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5026
- firstname: z.ZodString;
5027
- surname: z.ZodString;
5028
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5029
- }, "strip", z.ZodTypeAny, {
5030
- firstname: string;
5031
- surname: string;
5032
- middlename?: string | null | undefined;
5033
- }, {
5034
- firstname: string;
5035
- surname: string;
5036
- middlename?: string | null | undefined;
5037
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
4558
+ }>]>>;
5038
4559
  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<{
5039
4560
  filename: z.ZodString;
5040
4561
  originalFilename: z.ZodString;
@@ -5148,19 +4669,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5148
4669
  addressLine2?: string | null | undefined;
5149
4670
  addressLine3?: string | null | undefined;
5150
4671
  postcodeOrZip?: string | null | undefined;
5151
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5152
- firstname: z.ZodString;
5153
- surname: z.ZodString;
5154
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5155
- }, "strip", z.ZodTypeAny, {
5156
- firstname: string;
5157
- surname: string;
5158
- middlename?: string | null | undefined;
5159
- }, {
5160
- firstname: string;
5161
- surname: string;
5162
- middlename?: string | null | undefined;
5163
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
4672
+ }>]>>>;
5164
4673
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
5165
4674
  originalActionId: z.ZodOptional<z.ZodString>;
5166
4675
  }, {
@@ -5188,10 +4697,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5188
4697
  residentialArea?: string | null | undefined;
5189
4698
  street?: string | null | undefined;
5190
4699
  zipCode?: string | null | undefined;
5191
- } | {
5192
- firstname: string;
5193
- surname: string;
5194
- middlename?: string | null | undefined;
5195
4700
  } | {
5196
4701
  country: string;
5197
4702
  district: string;
@@ -5214,8 +4719,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5214
4719
  option: string;
5215
4720
  filename: string;
5216
4721
  originalFilename: string;
5217
- }[] | [string, string] | null | undefined>;
5218
- creator?: "system" | "user" | undefined;
4722
+ }[] | [string, string] | undefined>;
5219
4723
  createdBySignature?: string | null | undefined;
5220
4724
  createdAtLocation?: string | null | undefined;
5221
4725
  annotation?: Record<string, string | number | boolean | {
@@ -5233,10 +4737,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5233
4737
  residentialArea?: string | null | undefined;
5234
4738
  street?: string | null | undefined;
5235
4739
  zipCode?: string | null | undefined;
5236
- } | {
5237
- firstname: string;
5238
- surname: string;
5239
- middlename?: string | null | undefined;
5240
4740
  } | {
5241
4741
  country: string;
5242
4742
  district: string;
@@ -5259,7 +4759,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5259
4759
  option: string;
5260
4760
  filename: string;
5261
4761
  originalFilename: string;
5262
- }[] | [string, string] | null | undefined> | undefined;
4762
+ }[] | [string, string] | undefined> | undefined;
5263
4763
  originalActionId?: string | undefined;
5264
4764
  }, {
5265
4765
  type: "DECLARE";
@@ -5284,10 +4784,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5284
4784
  residentialArea?: string | null | undefined;
5285
4785
  street?: string | null | undefined;
5286
4786
  zipCode?: string | null | undefined;
5287
- } | {
5288
- firstname: string;
5289
- surname: string;
5290
- middlename?: string | null | undefined;
5291
4787
  } | {
5292
4788
  country: string;
5293
4789
  district: string;
@@ -5310,8 +4806,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5310
4806
  option: string;
5311
4807
  filename: string;
5312
4808
  originalFilename: string;
5313
- }[] | [string, string] | null | undefined>;
5314
- creator?: "system" | "user" | undefined;
4809
+ }[] | [string, string] | undefined>;
5315
4810
  createdBySignature?: string | null | undefined;
5316
4811
  createdAtLocation?: string | null | undefined;
5317
4812
  annotation?: Record<string, string | number | boolean | {
@@ -5329,10 +4824,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5329
4824
  residentialArea?: string | null | undefined;
5330
4825
  street?: string | null | undefined;
5331
4826
  zipCode?: string | null | undefined;
5332
- } | {
5333
- firstname: string;
5334
- surname: string;
5335
- middlename?: string | null | undefined;
5336
4827
  } | {
5337
4828
  country: string;
5338
4829
  district: string;
@@ -5355,12 +4846,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5355
4846
  option: string;
5356
4847
  filename: string;
5357
4848
  originalFilename: string;
5358
- }[] | [string, string] | null | undefined> | undefined;
4849
+ }[] | [string, string] | undefined> | undefined;
5359
4850
  originalActionId?: string | undefined;
5360
4851
  }>, z.ZodObject<z.objectUtil.extendShape<{
5361
4852
  id: z.ZodString;
5362
4853
  transactionId: z.ZodString;
5363
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
5364
4854
  createdAt: z.ZodString;
5365
4855
  createdBy: z.ZodString;
5366
4856
  createdByRole: z.ZodString;
@@ -5479,19 +4969,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5479
4969
  addressLine2?: string | null | undefined;
5480
4970
  addressLine3?: string | null | undefined;
5481
4971
  postcodeOrZip?: string | null | undefined;
5482
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5483
- firstname: z.ZodString;
5484
- surname: z.ZodString;
5485
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5486
- }, "strip", z.ZodTypeAny, {
5487
- firstname: string;
5488
- surname: string;
5489
- middlename?: string | null | undefined;
5490
- }, {
5491
- firstname: string;
5492
- surname: string;
5493
- middlename?: string | null | undefined;
5494
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
4972
+ }>]>>;
5495
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<{
5496
4974
  filename: z.ZodString;
5497
4975
  originalFilename: z.ZodString;
@@ -5605,19 +5083,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5605
5083
  addressLine2?: string | null | undefined;
5606
5084
  addressLine3?: string | null | undefined;
5607
5085
  postcodeOrZip?: string | null | undefined;
5608
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5609
- firstname: z.ZodString;
5610
- surname: z.ZodString;
5611
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5612
- }, "strip", z.ZodTypeAny, {
5613
- firstname: string;
5614
- surname: string;
5615
- middlename?: string | null | undefined;
5616
- }, {
5617
- firstname: string;
5618
- surname: string;
5619
- middlename?: string | null | undefined;
5620
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5086
+ }>]>>>;
5621
5087
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
5622
5088
  originalActionId: z.ZodOptional<z.ZodString>;
5623
5089
  }, {
@@ -5646,10 +5112,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5646
5112
  residentialArea?: string | null | undefined;
5647
5113
  street?: string | null | undefined;
5648
5114
  zipCode?: string | null | undefined;
5649
- } | {
5650
- firstname: string;
5651
- surname: string;
5652
- middlename?: string | null | undefined;
5653
5115
  } | {
5654
5116
  country: string;
5655
5117
  district: string;
@@ -5672,9 +5134,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5672
5134
  option: string;
5673
5135
  filename: string;
5674
5136
  originalFilename: string;
5675
- }[] | [string, string] | null | undefined>;
5137
+ }[] | [string, string] | undefined>;
5676
5138
  assignedTo: string;
5677
- creator?: "system" | "user" | undefined;
5678
5139
  createdBySignature?: string | null | undefined;
5679
5140
  createdAtLocation?: string | null | undefined;
5680
5141
  annotation?: Record<string, string | number | boolean | {
@@ -5692,10 +5153,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5692
5153
  residentialArea?: string | null | undefined;
5693
5154
  street?: string | null | undefined;
5694
5155
  zipCode?: string | null | undefined;
5695
- } | {
5696
- firstname: string;
5697
- surname: string;
5698
- middlename?: string | null | undefined;
5699
5156
  } | {
5700
5157
  country: string;
5701
5158
  district: string;
@@ -5718,7 +5175,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5718
5175
  option: string;
5719
5176
  filename: string;
5720
5177
  originalFilename: string;
5721
- }[] | [string, string] | null | undefined> | undefined;
5178
+ }[] | [string, string] | undefined> | undefined;
5722
5179
  originalActionId?: string | undefined;
5723
5180
  }, {
5724
5181
  type: "ASSIGN";
@@ -5743,10 +5200,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5743
5200
  residentialArea?: string | null | undefined;
5744
5201
  street?: string | null | undefined;
5745
5202
  zipCode?: string | null | undefined;
5746
- } | {
5747
- firstname: string;
5748
- surname: string;
5749
- middlename?: string | null | undefined;
5750
5203
  } | {
5751
5204
  country: string;
5752
5205
  district: string;
@@ -5769,9 +5222,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5769
5222
  option: string;
5770
5223
  filename: string;
5771
5224
  originalFilename: string;
5772
- }[] | [string, string] | null | undefined>;
5225
+ }[] | [string, string] | undefined>;
5773
5226
  assignedTo: string;
5774
- creator?: "system" | "user" | undefined;
5775
5227
  createdBySignature?: string | null | undefined;
5776
5228
  createdAtLocation?: string | null | undefined;
5777
5229
  annotation?: Record<string, string | number | boolean | {
@@ -5789,10 +5241,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5789
5241
  residentialArea?: string | null | undefined;
5790
5242
  street?: string | null | undefined;
5791
5243
  zipCode?: string | null | undefined;
5792
- } | {
5793
- firstname: string;
5794
- surname: string;
5795
- middlename?: string | null | undefined;
5796
5244
  } | {
5797
5245
  country: string;
5798
5246
  district: string;
@@ -5815,12 +5263,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5815
5263
  option: string;
5816
5264
  filename: string;
5817
5265
  originalFilename: string;
5818
- }[] | [string, string] | null | undefined> | undefined;
5266
+ }[] | [string, string] | undefined> | undefined;
5819
5267
  originalActionId?: string | undefined;
5820
5268
  }>, z.ZodObject<z.objectUtil.extendShape<{
5821
5269
  id: z.ZodString;
5822
5270
  transactionId: z.ZodString;
5823
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
5824
5271
  createdAt: z.ZodString;
5825
5272
  createdBy: z.ZodString;
5826
5273
  createdByRole: z.ZodString;
@@ -5939,19 +5386,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
5939
5386
  addressLine2?: string | null | undefined;
5940
5387
  addressLine3?: string | null | undefined;
5941
5388
  postcodeOrZip?: string | null | undefined;
5942
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5943
- firstname: z.ZodString;
5944
- surname: z.ZodString;
5945
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5946
- }, "strip", z.ZodTypeAny, {
5947
- firstname: string;
5948
- surname: string;
5949
- middlename?: string | null | undefined;
5950
- }, {
5951
- firstname: string;
5952
- surname: string;
5953
- middlename?: string | null | undefined;
5954
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
5389
+ }>]>>;
5955
5390
  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<{
5956
5391
  filename: z.ZodString;
5957
5392
  originalFilename: z.ZodString;
@@ -6065,19 +5500,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6065
5500
  addressLine2?: string | null | undefined;
6066
5501
  addressLine3?: string | null | undefined;
6067
5502
  postcodeOrZip?: string | null | undefined;
6068
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6069
- firstname: z.ZodString;
6070
- surname: z.ZodString;
6071
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6072
- }, "strip", z.ZodTypeAny, {
6073
- firstname: string;
6074
- surname: string;
6075
- middlename?: string | null | undefined;
6076
- }, {
6077
- firstname: string;
6078
- surname: string;
6079
- middlename?: string | null | undefined;
6080
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5503
+ }>]>>>;
6081
5504
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
6082
5505
  originalActionId: z.ZodOptional<z.ZodString>;
6083
5506
  }, {
@@ -6105,10 +5528,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6105
5528
  residentialArea?: string | null | undefined;
6106
5529
  street?: string | null | undefined;
6107
5530
  zipCode?: string | null | undefined;
6108
- } | {
6109
- firstname: string;
6110
- surname: string;
6111
- middlename?: string | null | undefined;
6112
5531
  } | {
6113
5532
  country: string;
6114
5533
  district: string;
@@ -6131,8 +5550,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6131
5550
  option: string;
6132
5551
  filename: string;
6133
5552
  originalFilename: string;
6134
- }[] | [string, string] | null | undefined>;
6135
- creator?: "system" | "user" | undefined;
5553
+ }[] | [string, string] | undefined>;
6136
5554
  createdBySignature?: string | null | undefined;
6137
5555
  createdAtLocation?: string | null | undefined;
6138
5556
  annotation?: Record<string, string | number | boolean | {
@@ -6150,10 +5568,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6150
5568
  residentialArea?: string | null | undefined;
6151
5569
  street?: string | null | undefined;
6152
5570
  zipCode?: string | null | undefined;
6153
- } | {
6154
- firstname: string;
6155
- surname: string;
6156
- middlename?: string | null | undefined;
6157
5571
  } | {
6158
5572
  country: string;
6159
5573
  district: string;
@@ -6176,7 +5590,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6176
5590
  option: string;
6177
5591
  filename: string;
6178
5592
  originalFilename: string;
6179
- }[] | [string, string] | null | undefined> | undefined;
5593
+ }[] | [string, string] | undefined> | undefined;
6180
5594
  originalActionId?: string | undefined;
6181
5595
  }, {
6182
5596
  type: "REQUEST_CORRECTION";
@@ -6201,10 +5615,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6201
5615
  residentialArea?: string | null | undefined;
6202
5616
  street?: string | null | undefined;
6203
5617
  zipCode?: string | null | undefined;
6204
- } | {
6205
- firstname: string;
6206
- surname: string;
6207
- middlename?: string | null | undefined;
6208
5618
  } | {
6209
5619
  country: string;
6210
5620
  district: string;
@@ -6227,8 +5637,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6227
5637
  option: string;
6228
5638
  filename: string;
6229
5639
  originalFilename: string;
6230
- }[] | [string, string] | null | undefined>;
6231
- creator?: "system" | "user" | undefined;
5640
+ }[] | [string, string] | undefined>;
6232
5641
  createdBySignature?: string | null | undefined;
6233
5642
  createdAtLocation?: string | null | undefined;
6234
5643
  annotation?: Record<string, string | number | boolean | {
@@ -6246,10 +5655,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6246
5655
  residentialArea?: string | null | undefined;
6247
5656
  street?: string | null | undefined;
6248
5657
  zipCode?: string | null | undefined;
6249
- } | {
6250
- firstname: string;
6251
- surname: string;
6252
- middlename?: string | null | undefined;
6253
5658
  } | {
6254
5659
  country: string;
6255
5660
  district: string;
@@ -6272,12 +5677,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6272
5677
  option: string;
6273
5678
  filename: string;
6274
5679
  originalFilename: string;
6275
- }[] | [string, string] | null | undefined> | undefined;
5680
+ }[] | [string, string] | undefined> | undefined;
6276
5681
  originalActionId?: string | undefined;
6277
5682
  }>, z.ZodObject<z.objectUtil.extendShape<{
6278
5683
  id: z.ZodString;
6279
5684
  transactionId: z.ZodString;
6280
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
6281
5685
  createdAt: z.ZodString;
6282
5686
  createdBy: z.ZodString;
6283
5687
  createdByRole: z.ZodString;
@@ -6396,19 +5800,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6396
5800
  addressLine2?: string | null | undefined;
6397
5801
  addressLine3?: string | null | undefined;
6398
5802
  postcodeOrZip?: string | null | undefined;
6399
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6400
- firstname: z.ZodString;
6401
- surname: z.ZodString;
6402
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6403
- }, "strip", z.ZodTypeAny, {
6404
- firstname: string;
6405
- surname: string;
6406
- middlename?: string | null | undefined;
6407
- }, {
6408
- firstname: string;
6409
- surname: string;
6410
- middlename?: string | null | undefined;
6411
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
5803
+ }>]>>;
6412
5804
  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<{
6413
5805
  filename: z.ZodString;
6414
5806
  originalFilename: z.ZodString;
@@ -6522,19 +5914,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6522
5914
  addressLine2?: string | null | undefined;
6523
5915
  addressLine3?: string | null | undefined;
6524
5916
  postcodeOrZip?: string | null | undefined;
6525
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6526
- firstname: z.ZodString;
6527
- surname: z.ZodString;
6528
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6529
- }, "strip", z.ZodTypeAny, {
6530
- firstname: string;
6531
- surname: string;
6532
- middlename?: string | null | undefined;
6533
- }, {
6534
- firstname: string;
6535
- surname: string;
6536
- middlename?: string | null | undefined;
6537
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
5917
+ }>]>>>;
6538
5918
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
6539
5919
  originalActionId: z.ZodOptional<z.ZodString>;
6540
5920
  }, {
@@ -6563,10 +5943,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6563
5943
  residentialArea?: string | null | undefined;
6564
5944
  street?: string | null | undefined;
6565
5945
  zipCode?: string | null | undefined;
6566
- } | {
6567
- firstname: string;
6568
- surname: string;
6569
- middlename?: string | null | undefined;
6570
5946
  } | {
6571
5947
  country: string;
6572
5948
  district: string;
@@ -6589,9 +5965,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6589
5965
  option: string;
6590
5966
  filename: string;
6591
5967
  originalFilename: string;
6592
- }[] | [string, string] | null | undefined>;
5968
+ }[] | [string, string] | undefined>;
6593
5969
  requestId: string;
6594
- creator?: "system" | "user" | undefined;
6595
5970
  createdBySignature?: string | null | undefined;
6596
5971
  createdAtLocation?: string | null | undefined;
6597
5972
  annotation?: Record<string, string | number | boolean | {
@@ -6609,10 +5984,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6609
5984
  residentialArea?: string | null | undefined;
6610
5985
  street?: string | null | undefined;
6611
5986
  zipCode?: string | null | undefined;
6612
- } | {
6613
- firstname: string;
6614
- surname: string;
6615
- middlename?: string | null | undefined;
6616
5987
  } | {
6617
5988
  country: string;
6618
5989
  district: string;
@@ -6635,7 +6006,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6635
6006
  option: string;
6636
6007
  filename: string;
6637
6008
  originalFilename: string;
6638
- }[] | [string, string] | null | undefined> | undefined;
6009
+ }[] | [string, string] | undefined> | undefined;
6639
6010
  originalActionId?: string | undefined;
6640
6011
  }, {
6641
6012
  type: "APPROVE_CORRECTION";
@@ -6660,10 +6031,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6660
6031
  residentialArea?: string | null | undefined;
6661
6032
  street?: string | null | undefined;
6662
6033
  zipCode?: string | null | undefined;
6663
- } | {
6664
- firstname: string;
6665
- surname: string;
6666
- middlename?: string | null | undefined;
6667
6034
  } | {
6668
6035
  country: string;
6669
6036
  district: string;
@@ -6686,9 +6053,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6686
6053
  option: string;
6687
6054
  filename: string;
6688
6055
  originalFilename: string;
6689
- }[] | [string, string] | null | undefined>;
6056
+ }[] | [string, string] | undefined>;
6690
6057
  requestId: string;
6691
- creator?: "system" | "user" | undefined;
6692
6058
  createdBySignature?: string | null | undefined;
6693
6059
  createdAtLocation?: string | null | undefined;
6694
6060
  annotation?: Record<string, string | number | boolean | {
@@ -6706,10 +6072,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6706
6072
  residentialArea?: string | null | undefined;
6707
6073
  street?: string | null | undefined;
6708
6074
  zipCode?: string | null | undefined;
6709
- } | {
6710
- firstname: string;
6711
- surname: string;
6712
- middlename?: string | null | undefined;
6713
6075
  } | {
6714
6076
  country: string;
6715
6077
  district: string;
@@ -6732,12 +6094,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6732
6094
  option: string;
6733
6095
  filename: string;
6734
6096
  originalFilename: string;
6735
- }[] | [string, string] | null | undefined> | undefined;
6097
+ }[] | [string, string] | undefined> | undefined;
6736
6098
  originalActionId?: string | undefined;
6737
6099
  }>, z.ZodObject<z.objectUtil.extendShape<{
6738
6100
  id: z.ZodString;
6739
6101
  transactionId: z.ZodString;
6740
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
6741
6102
  createdAt: z.ZodString;
6742
6103
  createdBy: z.ZodString;
6743
6104
  createdByRole: z.ZodString;
@@ -6856,19 +6217,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6856
6217
  addressLine2?: string | null | undefined;
6857
6218
  addressLine3?: string | null | undefined;
6858
6219
  postcodeOrZip?: string | null | undefined;
6859
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6860
- firstname: z.ZodString;
6861
- surname: z.ZodString;
6862
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6863
- }, "strip", z.ZodTypeAny, {
6864
- firstname: string;
6865
- surname: string;
6866
- middlename?: string | null | undefined;
6867
- }, {
6868
- firstname: string;
6869
- surname: string;
6870
- middlename?: string | null | undefined;
6871
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
6220
+ }>]>>;
6872
6221
  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<{
6873
6222
  filename: z.ZodString;
6874
6223
  originalFilename: z.ZodString;
@@ -6982,19 +6331,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
6982
6331
  addressLine2?: string | null | undefined;
6983
6332
  addressLine3?: string | null | undefined;
6984
6333
  postcodeOrZip?: string | null | undefined;
6985
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6986
- firstname: z.ZodString;
6987
- surname: z.ZodString;
6988
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6989
- }, "strip", z.ZodTypeAny, {
6990
- firstname: string;
6991
- surname: string;
6992
- middlename?: string | null | undefined;
6993
- }, {
6994
- firstname: string;
6995
- surname: string;
6996
- middlename?: string | null | undefined;
6997
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6334
+ }>]>>>;
6998
6335
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
6999
6336
  originalActionId: z.ZodOptional<z.ZodString>;
7000
6337
  }, {
@@ -7023,10 +6360,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7023
6360
  residentialArea?: string | null | undefined;
7024
6361
  street?: string | null | undefined;
7025
6362
  zipCode?: string | null | undefined;
7026
- } | {
7027
- firstname: string;
7028
- surname: string;
7029
- middlename?: string | null | undefined;
7030
6363
  } | {
7031
6364
  country: string;
7032
6365
  district: string;
@@ -7049,9 +6382,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7049
6382
  option: string;
7050
6383
  filename: string;
7051
6384
  originalFilename: string;
7052
- }[] | [string, string] | null | undefined>;
6385
+ }[] | [string, string] | undefined>;
7053
6386
  requestId: string;
7054
- creator?: "system" | "user" | undefined;
7055
6387
  createdBySignature?: string | null | undefined;
7056
6388
  createdAtLocation?: string | null | undefined;
7057
6389
  annotation?: Record<string, string | number | boolean | {
@@ -7069,10 +6401,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7069
6401
  residentialArea?: string | null | undefined;
7070
6402
  street?: string | null | undefined;
7071
6403
  zipCode?: string | null | undefined;
7072
- } | {
7073
- firstname: string;
7074
- surname: string;
7075
- middlename?: string | null | undefined;
7076
6404
  } | {
7077
6405
  country: string;
7078
6406
  district: string;
@@ -7095,7 +6423,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7095
6423
  option: string;
7096
6424
  filename: string;
7097
6425
  originalFilename: string;
7098
- }[] | [string, string] | null | undefined> | undefined;
6426
+ }[] | [string, string] | undefined> | undefined;
7099
6427
  originalActionId?: string | undefined;
7100
6428
  }, {
7101
6429
  type: "REJECT_CORRECTION";
@@ -7120,10 +6448,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7120
6448
  residentialArea?: string | null | undefined;
7121
6449
  street?: string | null | undefined;
7122
6450
  zipCode?: string | null | undefined;
7123
- } | {
7124
- firstname: string;
7125
- surname: string;
7126
- middlename?: string | null | undefined;
7127
6451
  } | {
7128
6452
  country: string;
7129
6453
  district: string;
@@ -7146,9 +6470,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7146
6470
  option: string;
7147
6471
  filename: string;
7148
6472
  originalFilename: string;
7149
- }[] | [string, string] | null | undefined>;
6473
+ }[] | [string, string] | undefined>;
7150
6474
  requestId: string;
7151
- creator?: "system" | "user" | undefined;
7152
6475
  createdBySignature?: string | null | undefined;
7153
6476
  createdAtLocation?: string | null | undefined;
7154
6477
  annotation?: Record<string, string | number | boolean | {
@@ -7166,10 +6489,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7166
6489
  residentialArea?: string | null | undefined;
7167
6490
  street?: string | null | undefined;
7168
6491
  zipCode?: string | null | undefined;
7169
- } | {
7170
- firstname: string;
7171
- surname: string;
7172
- middlename?: string | null | undefined;
7173
6492
  } | {
7174
6493
  country: string;
7175
6494
  district: string;
@@ -7192,12 +6511,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7192
6511
  option: string;
7193
6512
  filename: string;
7194
6513
  originalFilename: string;
7195
- }[] | [string, string] | null | undefined> | undefined;
6514
+ }[] | [string, string] | undefined> | undefined;
7196
6515
  originalActionId?: string | undefined;
7197
6516
  }>, z.ZodObject<z.objectUtil.extendShape<{
7198
6517
  id: z.ZodString;
7199
6518
  transactionId: z.ZodString;
7200
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
7201
6519
  createdAt: z.ZodString;
7202
6520
  createdBy: z.ZodString;
7203
6521
  createdByRole: z.ZodString;
@@ -7316,19 +6634,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7316
6634
  addressLine2?: string | null | undefined;
7317
6635
  addressLine3?: string | null | undefined;
7318
6636
  postcodeOrZip?: string | null | undefined;
7319
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7320
- firstname: z.ZodString;
7321
- surname: z.ZodString;
7322
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7323
- }, "strip", z.ZodTypeAny, {
7324
- firstname: string;
7325
- surname: string;
7326
- middlename?: string | null | undefined;
7327
- }, {
7328
- firstname: string;
7329
- surname: string;
7330
- middlename?: string | null | undefined;
7331
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
6637
+ }>]>>;
7332
6638
  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<{
7333
6639
  filename: z.ZodString;
7334
6640
  originalFilename: z.ZodString;
@@ -7442,19 +6748,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7442
6748
  addressLine2?: string | null | undefined;
7443
6749
  addressLine3?: string | null | undefined;
7444
6750
  postcodeOrZip?: string | null | undefined;
7445
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7446
- firstname: z.ZodString;
7447
- surname: z.ZodString;
7448
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7449
- }, "strip", z.ZodTypeAny, {
7450
- firstname: string;
7451
- surname: string;
7452
- middlename?: string | null | undefined;
7453
- }, {
7454
- firstname: string;
7455
- surname: string;
7456
- middlename?: string | null | undefined;
7457
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
6751
+ }>]>>>;
7458
6752
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
7459
6753
  originalActionId: z.ZodOptional<z.ZodString>;
7460
6754
  }, {
@@ -7483,10 +6777,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7483
6777
  residentialArea?: string | null | undefined;
7484
6778
  street?: string | null | undefined;
7485
6779
  zipCode?: string | null | undefined;
7486
- } | {
7487
- firstname: string;
7488
- surname: string;
7489
- middlename?: string | null | undefined;
7490
6780
  } | {
7491
6781
  country: string;
7492
6782
  district: string;
@@ -7509,9 +6799,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7509
6799
  option: string;
7510
6800
  filename: string;
7511
6801
  originalFilename: string;
7512
- }[] | [string, string] | null | undefined>;
6802
+ }[] | [string, string] | undefined>;
7513
6803
  assignedTo: null;
7514
- creator?: "system" | "user" | undefined;
7515
6804
  createdBySignature?: string | null | undefined;
7516
6805
  createdAtLocation?: string | null | undefined;
7517
6806
  annotation?: Record<string, string | number | boolean | {
@@ -7529,10 +6818,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7529
6818
  residentialArea?: string | null | undefined;
7530
6819
  street?: string | null | undefined;
7531
6820
  zipCode?: string | null | undefined;
7532
- } | {
7533
- firstname: string;
7534
- surname: string;
7535
- middlename?: string | null | undefined;
7536
6821
  } | {
7537
6822
  country: string;
7538
6823
  district: string;
@@ -7555,7 +6840,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7555
6840
  option: string;
7556
6841
  filename: string;
7557
6842
  originalFilename: string;
7558
- }[] | [string, string] | null | undefined> | undefined;
6843
+ }[] | [string, string] | undefined> | undefined;
7559
6844
  originalActionId?: string | undefined;
7560
6845
  }, {
7561
6846
  type: "UNASSIGN";
@@ -7580,10 +6865,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7580
6865
  residentialArea?: string | null | undefined;
7581
6866
  street?: string | null | undefined;
7582
6867
  zipCode?: string | null | undefined;
7583
- } | {
7584
- firstname: string;
7585
- surname: string;
7586
- middlename?: string | null | undefined;
7587
6868
  } | {
7588
6869
  country: string;
7589
6870
  district: string;
@@ -7606,9 +6887,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7606
6887
  option: string;
7607
6888
  filename: string;
7608
6889
  originalFilename: string;
7609
- }[] | [string, string] | null | undefined>;
6890
+ }[] | [string, string] | undefined>;
7610
6891
  assignedTo: null;
7611
- creator?: "system" | "user" | undefined;
7612
6892
  createdBySignature?: string | null | undefined;
7613
6893
  createdAtLocation?: string | null | undefined;
7614
6894
  annotation?: Record<string, string | number | boolean | {
@@ -7626,10 +6906,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7626
6906
  residentialArea?: string | null | undefined;
7627
6907
  street?: string | null | undefined;
7628
6908
  zipCode?: string | null | undefined;
7629
- } | {
7630
- firstname: string;
7631
- surname: string;
7632
- middlename?: string | null | undefined;
7633
6909
  } | {
7634
6910
  country: string;
7635
6911
  district: string;
@@ -7652,12 +6928,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7652
6928
  option: string;
7653
6929
  filename: string;
7654
6930
  originalFilename: string;
7655
- }[] | [string, string] | null | undefined> | undefined;
6931
+ }[] | [string, string] | undefined> | undefined;
7656
6932
  originalActionId?: string | undefined;
7657
6933
  }>, z.ZodObject<z.objectUtil.extendShape<{
7658
6934
  id: z.ZodString;
7659
6935
  transactionId: z.ZodString;
7660
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
7661
6936
  createdAt: z.ZodString;
7662
6937
  createdBy: z.ZodString;
7663
6938
  createdByRole: z.ZodString;
@@ -7776,19 +7051,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7776
7051
  addressLine2?: string | null | undefined;
7777
7052
  addressLine3?: string | null | undefined;
7778
7053
  postcodeOrZip?: string | null | undefined;
7779
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7780
- firstname: z.ZodString;
7781
- surname: z.ZodString;
7782
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7783
- }, "strip", z.ZodTypeAny, {
7784
- firstname: string;
7785
- surname: string;
7786
- middlename?: string | null | undefined;
7787
- }, {
7788
- firstname: string;
7789
- surname: string;
7790
- middlename?: string | null | undefined;
7791
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
7054
+ }>]>>;
7792
7055
  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<{
7793
7056
  filename: z.ZodString;
7794
7057
  originalFilename: z.ZodString;
@@ -7902,19 +7165,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7902
7165
  addressLine2?: string | null | undefined;
7903
7166
  addressLine3?: string | null | undefined;
7904
7167
  postcodeOrZip?: string | null | undefined;
7905
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7906
- firstname: z.ZodString;
7907
- surname: z.ZodString;
7908
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7909
- }, "strip", z.ZodTypeAny, {
7910
- firstname: string;
7911
- surname: string;
7912
- middlename?: string | null | undefined;
7913
- }, {
7914
- firstname: string;
7915
- surname: string;
7916
- middlename?: string | null | undefined;
7917
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7168
+ }>]>>>;
7918
7169
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
7919
7170
  originalActionId: z.ZodOptional<z.ZodString>;
7920
7171
  }, {
@@ -7942,10 +7193,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7942
7193
  residentialArea?: string | null | undefined;
7943
7194
  street?: string | null | undefined;
7944
7195
  zipCode?: string | null | undefined;
7945
- } | {
7946
- firstname: string;
7947
- surname: string;
7948
- middlename?: string | null | undefined;
7949
7196
  } | {
7950
7197
  country: string;
7951
7198
  district: string;
@@ -7968,8 +7215,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7968
7215
  option: string;
7969
7216
  filename: string;
7970
7217
  originalFilename: string;
7971
- }[] | [string, string] | null | undefined>;
7972
- creator?: "system" | "user" | undefined;
7218
+ }[] | [string, string] | undefined>;
7973
7219
  createdBySignature?: string | null | undefined;
7974
7220
  createdAtLocation?: string | null | undefined;
7975
7221
  annotation?: Record<string, string | number | boolean | {
@@ -7987,10 +7233,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
7987
7233
  residentialArea?: string | null | undefined;
7988
7234
  street?: string | null | undefined;
7989
7235
  zipCode?: string | null | undefined;
7990
- } | {
7991
- firstname: string;
7992
- surname: string;
7993
- middlename?: string | null | undefined;
7994
7236
  } | {
7995
7237
  country: string;
7996
7238
  district: string;
@@ -8013,7 +7255,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8013
7255
  option: string;
8014
7256
  filename: string;
8015
7257
  originalFilename: string;
8016
- }[] | [string, string] | null | undefined> | undefined;
7258
+ }[] | [string, string] | undefined> | undefined;
8017
7259
  originalActionId?: string | undefined;
8018
7260
  }, {
8019
7261
  type: "PRINT_CERTIFICATE";
@@ -8038,10 +7280,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8038
7280
  residentialArea?: string | null | undefined;
8039
7281
  street?: string | null | undefined;
8040
7282
  zipCode?: string | null | undefined;
8041
- } | {
8042
- firstname: string;
8043
- surname: string;
8044
- middlename?: string | null | undefined;
8045
7283
  } | {
8046
7284
  country: string;
8047
7285
  district: string;
@@ -8064,8 +7302,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8064
7302
  option: string;
8065
7303
  filename: string;
8066
7304
  originalFilename: string;
8067
- }[] | [string, string] | null | undefined>;
8068
- creator?: "system" | "user" | undefined;
7305
+ }[] | [string, string] | undefined>;
8069
7306
  createdBySignature?: string | null | undefined;
8070
7307
  createdAtLocation?: string | null | undefined;
8071
7308
  annotation?: Record<string, string | number | boolean | {
@@ -8083,10 +7320,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8083
7320
  residentialArea?: string | null | undefined;
8084
7321
  street?: string | null | undefined;
8085
7322
  zipCode?: string | null | undefined;
8086
- } | {
8087
- firstname: string;
8088
- surname: string;
8089
- middlename?: string | null | undefined;
8090
7323
  } | {
8091
7324
  country: string;
8092
7325
  district: string;
@@ -8109,12 +7342,11 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8109
7342
  option: string;
8110
7343
  filename: string;
8111
7344
  originalFilename: string;
8112
- }[] | [string, string] | null | undefined> | undefined;
7345
+ }[] | [string, string] | undefined> | undefined;
8113
7346
  originalActionId?: string | undefined;
8114
7347
  }>, z.ZodObject<z.objectUtil.extendShape<{
8115
7348
  id: z.ZodString;
8116
7349
  transactionId: z.ZodString;
8117
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
8118
7350
  createdAt: z.ZodString;
8119
7351
  createdBy: z.ZodString;
8120
7352
  createdByRole: z.ZodString;
@@ -8233,19 +7465,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8233
7465
  addressLine2?: string | null | undefined;
8234
7466
  addressLine3?: string | null | undefined;
8235
7467
  postcodeOrZip?: string | null | undefined;
8236
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8237
- firstname: z.ZodString;
8238
- surname: z.ZodString;
8239
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8240
- }, "strip", z.ZodTypeAny, {
8241
- firstname: string;
8242
- surname: string;
8243
- middlename?: string | null | undefined;
8244
- }, {
8245
- firstname: string;
8246
- surname: string;
8247
- middlename?: string | null | undefined;
8248
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
7468
+ }>]>>;
8249
7469
  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<{
8250
7470
  filename: z.ZodString;
8251
7471
  originalFilename: z.ZodString;
@@ -8359,19 +7579,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8359
7579
  addressLine2?: string | null | undefined;
8360
7580
  addressLine3?: string | null | undefined;
8361
7581
  postcodeOrZip?: string | null | undefined;
8362
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8363
- firstname: z.ZodString;
8364
- surname: z.ZodString;
8365
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8366
- }, "strip", z.ZodTypeAny, {
8367
- firstname: string;
8368
- surname: string;
8369
- middlename?: string | null | undefined;
8370
- }, {
8371
- firstname: string;
8372
- surname: string;
8373
- middlename?: string | null | undefined;
8374
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7582
+ }>]>>>;
8375
7583
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
8376
7584
  originalActionId: z.ZodOptional<z.ZodString>;
8377
7585
  }, {
@@ -8399,10 +7607,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8399
7607
  residentialArea?: string | null | undefined;
8400
7608
  street?: string | null | undefined;
8401
7609
  zipCode?: string | null | undefined;
8402
- } | {
8403
- firstname: string;
8404
- surname: string;
8405
- middlename?: string | null | undefined;
8406
7610
  } | {
8407
7611
  country: string;
8408
7612
  district: string;
@@ -8425,8 +7629,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8425
7629
  option: string;
8426
7630
  filename: string;
8427
7631
  originalFilename: string;
8428
- }[] | [string, string] | null | undefined>;
8429
- creator?: "system" | "user" | undefined;
7632
+ }[] | [string, string] | undefined>;
8430
7633
  createdBySignature?: string | null | undefined;
8431
7634
  createdAtLocation?: string | null | undefined;
8432
7635
  annotation?: Record<string, string | number | boolean | {
@@ -8444,10 +7647,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8444
7647
  residentialArea?: string | null | undefined;
8445
7648
  street?: string | null | undefined;
8446
7649
  zipCode?: string | null | undefined;
8447
- } | {
8448
- firstname: string;
8449
- surname: string;
8450
- middlename?: string | null | undefined;
8451
7650
  } | {
8452
7651
  country: string;
8453
7652
  district: string;
@@ -8470,7 +7669,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8470
7669
  option: string;
8471
7670
  filename: string;
8472
7671
  originalFilename: string;
8473
- }[] | [string, string] | null | undefined> | undefined;
7672
+ }[] | [string, string] | undefined> | undefined;
8474
7673
  originalActionId?: string | undefined;
8475
7674
  }, {
8476
7675
  type: "READ";
@@ -8495,10 +7694,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8495
7694
  residentialArea?: string | null | undefined;
8496
7695
  street?: string | null | undefined;
8497
7696
  zipCode?: string | null | undefined;
8498
- } | {
8499
- firstname: string;
8500
- surname: string;
8501
- middlename?: string | null | undefined;
8502
7697
  } | {
8503
7698
  country: string;
8504
7699
  district: string;
@@ -8521,8 +7716,7 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8521
7716
  option: string;
8522
7717
  filename: string;
8523
7718
  originalFilename: string;
8524
- }[] | [string, string] | null | undefined>;
8525
- creator?: "system" | "user" | undefined;
7719
+ }[] | [string, string] | undefined>;
8526
7720
  createdBySignature?: string | null | undefined;
8527
7721
  createdAtLocation?: string | null | undefined;
8528
7722
  annotation?: Record<string, string | number | boolean | {
@@ -8540,10 +7734,6 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8540
7734
  residentialArea?: string | null | undefined;
8541
7735
  street?: string | null | undefined;
8542
7736
  zipCode?: string | null | undefined;
8543
- } | {
8544
- firstname: string;
8545
- surname: string;
8546
- middlename?: string | null | undefined;
8547
7737
  } | {
8548
7738
  country: string;
8549
7739
  district: string;
@@ -8566,14 +7756,13 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
8566
7756
  option: string;
8567
7757
  filename: string;
8568
7758
  originalFilename: string;
8569
- }[] | [string, string] | null | undefined> | undefined;
7759
+ }[] | [string, string] | undefined> | undefined;
8570
7760
  originalActionId?: string | undefined;
8571
7761
  }>]>;
8572
7762
  export type ActionDocument = z.infer<typeof ActionDocument>;
8573
7763
  export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendShape<Omit<{
8574
7764
  id: z.ZodString;
8575
7765
  transactionId: z.ZodString;
8576
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
8577
7766
  createdAt: z.ZodString;
8578
7767
  createdBy: z.ZodString;
8579
7768
  createdByRole: z.ZodString;
@@ -8692,19 +7881,7 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
8692
7881
  addressLine2?: string | null | undefined;
8693
7882
  addressLine3?: string | null | undefined;
8694
7883
  postcodeOrZip?: string | null | undefined;
8695
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8696
- firstname: z.ZodString;
8697
- surname: z.ZodString;
8698
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8699
- }, "strip", z.ZodTypeAny, {
8700
- firstname: string;
8701
- surname: string;
8702
- middlename?: string | null | undefined;
8703
- }, {
8704
- firstname: string;
8705
- surname: string;
8706
- middlename?: string | null | undefined;
8707
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
7884
+ }>]>>;
8708
7885
  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<{
8709
7886
  filename: z.ZodString;
8710
7887
  originalFilename: z.ZodString;
@@ -8818,19 +7995,7 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
8818
7995
  addressLine2?: string | null | undefined;
8819
7996
  addressLine3?: string | null | undefined;
8820
7997
  postcodeOrZip?: string | null | undefined;
8821
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8822
- firstname: z.ZodString;
8823
- surname: z.ZodString;
8824
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8825
- }, "strip", z.ZodTypeAny, {
8826
- firstname: string;
8827
- surname: string;
8828
- middlename?: string | null | undefined;
8829
- }, {
8830
- firstname: string;
8831
- surname: string;
8832
- middlename?: string | null | undefined;
8833
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
7998
+ }>]>>>;
8834
7999
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
8835
8000
  originalActionId: z.ZodOptional<z.ZodString>;
8836
8001
  }, "declaration" | "annotation">, {
@@ -8844,7 +8009,6 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
8844
8009
  createdAt: string;
8845
8010
  createdBy: string;
8846
8011
  createdByRole: string;
8847
- creator?: "system" | "user" | undefined;
8848
8012
  createdBySignature?: string | null | undefined;
8849
8013
  createdAtLocation?: string | null | undefined;
8850
8014
  originalActionId?: string | undefined;
@@ -8856,7 +8020,6 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
8856
8020
  createdAt: string;
8857
8021
  createdBy: string;
8858
8022
  createdByRole: string;
8859
- creator?: "system" | "user" | undefined;
8860
8023
  createdBySignature?: string | null | undefined;
8861
8024
  createdAtLocation?: string | null | undefined;
8862
8025
  originalActionId?: string | undefined;
@@ -8865,7 +8028,6 @@ export type AsyncRejectActionDocument = z.infer<typeof AsyncRejectActionDocument
8865
8028
  export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
8866
8029
  id: z.ZodString;
8867
8030
  transactionId: z.ZodString;
8868
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
8869
8031
  createdAt: z.ZodString;
8870
8032
  createdBy: z.ZodString;
8871
8033
  createdByRole: z.ZodString;
@@ -8984,19 +8146,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
8984
8146
  addressLine2?: string | null | undefined;
8985
8147
  addressLine3?: string | null | undefined;
8986
8148
  postcodeOrZip?: string | null | undefined;
8987
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
8988
- firstname: z.ZodString;
8989
- surname: z.ZodString;
8990
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8991
- }, "strip", z.ZodTypeAny, {
8992
- firstname: string;
8993
- surname: string;
8994
- middlename?: string | null | undefined;
8995
- }, {
8996
- firstname: string;
8997
- surname: string;
8998
- middlename?: string | null | undefined;
8999
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
8149
+ }>]>>;
9000
8150
  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<{
9001
8151
  filename: z.ZodString;
9002
8152
  originalFilename: z.ZodString;
@@ -9110,19 +8260,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9110
8260
  addressLine2?: string | null | undefined;
9111
8261
  addressLine3?: string | null | undefined;
9112
8262
  postcodeOrZip?: string | null | undefined;
9113
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9114
- firstname: z.ZodString;
9115
- surname: z.ZodString;
9116
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9117
- }, "strip", z.ZodTypeAny, {
9118
- firstname: string;
9119
- surname: string;
9120
- middlename?: string | null | undefined;
9121
- }, {
9122
- firstname: string;
9123
- surname: string;
9124
- middlename?: string | null | undefined;
9125
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8263
+ }>]>>>;
9126
8264
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
9127
8265
  originalActionId: z.ZodOptional<z.ZodString>;
9128
8266
  }, {
@@ -9150,10 +8288,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9150
8288
  residentialArea?: string | null | undefined;
9151
8289
  street?: string | null | undefined;
9152
8290
  zipCode?: string | null | undefined;
9153
- } | {
9154
- firstname: string;
9155
- surname: string;
9156
- middlename?: string | null | undefined;
9157
8291
  } | {
9158
8292
  country: string;
9159
8293
  district: string;
@@ -9176,8 +8310,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9176
8310
  option: string;
9177
8311
  filename: string;
9178
8312
  originalFilename: string;
9179
- }[] | [string, string] | null | undefined>;
9180
- creator?: "system" | "user" | undefined;
8313
+ }[] | [string, string] | undefined>;
9181
8314
  createdBySignature?: string | null | undefined;
9182
8315
  createdAtLocation?: string | null | undefined;
9183
8316
  annotation?: Record<string, string | number | boolean | {
@@ -9195,10 +8328,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9195
8328
  residentialArea?: string | null | undefined;
9196
8329
  street?: string | null | undefined;
9197
8330
  zipCode?: string | null | undefined;
9198
- } | {
9199
- firstname: string;
9200
- surname: string;
9201
- middlename?: string | null | undefined;
9202
8331
  } | {
9203
8332
  country: string;
9204
8333
  district: string;
@@ -9221,7 +8350,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9221
8350
  option: string;
9222
8351
  filename: string;
9223
8352
  originalFilename: string;
9224
- }[] | [string, string] | null | undefined> | undefined;
8353
+ }[] | [string, string] | undefined> | undefined;
9225
8354
  originalActionId?: string | undefined;
9226
8355
  }, {
9227
8356
  type: "CREATE";
@@ -9246,10 +8375,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9246
8375
  residentialArea?: string | null | undefined;
9247
8376
  street?: string | null | undefined;
9248
8377
  zipCode?: string | null | undefined;
9249
- } | {
9250
- firstname: string;
9251
- surname: string;
9252
- middlename?: string | null | undefined;
9253
8378
  } | {
9254
8379
  country: string;
9255
8380
  district: string;
@@ -9272,8 +8397,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9272
8397
  option: string;
9273
8398
  filename: string;
9274
8399
  originalFilename: string;
9275
- }[] | [string, string] | null | undefined>;
9276
- creator?: "system" | "user" | undefined;
8400
+ }[] | [string, string] | undefined>;
9277
8401
  createdBySignature?: string | null | undefined;
9278
8402
  createdAtLocation?: string | null | undefined;
9279
8403
  annotation?: Record<string, string | number | boolean | {
@@ -9291,10 +8415,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9291
8415
  residentialArea?: string | null | undefined;
9292
8416
  street?: string | null | undefined;
9293
8417
  zipCode?: string | null | undefined;
9294
- } | {
9295
- firstname: string;
9296
- surname: string;
9297
- middlename?: string | null | undefined;
9298
8418
  } | {
9299
8419
  country: string;
9300
8420
  district: string;
@@ -9317,12 +8437,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9317
8437
  option: string;
9318
8438
  filename: string;
9319
8439
  originalFilename: string;
9320
- }[] | [string, string] | null | undefined> | undefined;
8440
+ }[] | [string, string] | undefined> | undefined;
9321
8441
  originalActionId?: string | undefined;
9322
8442
  }>, z.ZodObject<z.objectUtil.extendShape<{
9323
8443
  id: z.ZodString;
9324
8444
  transactionId: z.ZodString;
9325
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
9326
8445
  createdAt: z.ZodString;
9327
8446
  createdBy: z.ZodString;
9328
8447
  createdByRole: z.ZodString;
@@ -9441,19 +8560,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9441
8560
  addressLine2?: string | null | undefined;
9442
8561
  addressLine3?: string | null | undefined;
9443
8562
  postcodeOrZip?: string | null | undefined;
9444
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9445
- firstname: z.ZodString;
9446
- surname: z.ZodString;
9447
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9448
- }, "strip", z.ZodTypeAny, {
9449
- firstname: string;
9450
- surname: string;
9451
- middlename?: string | null | undefined;
9452
- }, {
9453
- firstname: string;
9454
- surname: string;
9455
- middlename?: string | null | undefined;
9456
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
8563
+ }>]>>;
9457
8564
  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<{
9458
8565
  filename: z.ZodString;
9459
8566
  originalFilename: z.ZodString;
@@ -9567,19 +8674,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9567
8674
  addressLine2?: string | null | undefined;
9568
8675
  addressLine3?: string | null | undefined;
9569
8676
  postcodeOrZip?: string | null | undefined;
9570
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9571
- firstname: z.ZodString;
9572
- surname: z.ZodString;
9573
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9574
- }, "strip", z.ZodTypeAny, {
9575
- firstname: string;
9576
- surname: string;
9577
- middlename?: string | null | undefined;
9578
- }, {
9579
- firstname: string;
9580
- surname: string;
9581
- middlename?: string | null | undefined;
9582
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
8677
+ }>]>>>;
9583
8678
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
9584
8679
  originalActionId: z.ZodOptional<z.ZodString>;
9585
8680
  }, {
@@ -9607,10 +8702,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9607
8702
  residentialArea?: string | null | undefined;
9608
8703
  street?: string | null | undefined;
9609
8704
  zipCode?: string | null | undefined;
9610
- } | {
9611
- firstname: string;
9612
- surname: string;
9613
- middlename?: string | null | undefined;
9614
8705
  } | {
9615
8706
  country: string;
9616
8707
  district: string;
@@ -9633,8 +8724,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9633
8724
  option: string;
9634
8725
  filename: string;
9635
8726
  originalFilename: string;
9636
- }[] | [string, string] | null | undefined>;
9637
- creator?: "system" | "user" | undefined;
8727
+ }[] | [string, string] | undefined>;
9638
8728
  createdBySignature?: string | null | undefined;
9639
8729
  createdAtLocation?: string | null | undefined;
9640
8730
  annotation?: Record<string, string | number | boolean | {
@@ -9652,10 +8742,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9652
8742
  residentialArea?: string | null | undefined;
9653
8743
  street?: string | null | undefined;
9654
8744
  zipCode?: string | null | undefined;
9655
- } | {
9656
- firstname: string;
9657
- surname: string;
9658
- middlename?: string | null | undefined;
9659
8745
  } | {
9660
8746
  country: string;
9661
8747
  district: string;
@@ -9678,7 +8764,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9678
8764
  option: string;
9679
8765
  filename: string;
9680
8766
  originalFilename: string;
9681
- }[] | [string, string] | null | undefined> | undefined;
8767
+ }[] | [string, string] | undefined> | undefined;
9682
8768
  originalActionId?: string | undefined;
9683
8769
  }, {
9684
8770
  type: "VALIDATE";
@@ -9703,10 +8789,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9703
8789
  residentialArea?: string | null | undefined;
9704
8790
  street?: string | null | undefined;
9705
8791
  zipCode?: string | null | undefined;
9706
- } | {
9707
- firstname: string;
9708
- surname: string;
9709
- middlename?: string | null | undefined;
9710
8792
  } | {
9711
8793
  country: string;
9712
8794
  district: string;
@@ -9729,8 +8811,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9729
8811
  option: string;
9730
8812
  filename: string;
9731
8813
  originalFilename: string;
9732
- }[] | [string, string] | null | undefined>;
9733
- creator?: "system" | "user" | undefined;
8814
+ }[] | [string, string] | undefined>;
9734
8815
  createdBySignature?: string | null | undefined;
9735
8816
  createdAtLocation?: string | null | undefined;
9736
8817
  annotation?: Record<string, string | number | boolean | {
@@ -9748,10 +8829,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9748
8829
  residentialArea?: string | null | undefined;
9749
8830
  street?: string | null | undefined;
9750
8831
  zipCode?: string | null | undefined;
9751
- } | {
9752
- firstname: string;
9753
- surname: string;
9754
- middlename?: string | null | undefined;
9755
8832
  } | {
9756
8833
  country: string;
9757
8834
  district: string;
@@ -9774,12 +8851,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9774
8851
  option: string;
9775
8852
  filename: string;
9776
8853
  originalFilename: string;
9777
- }[] | [string, string] | null | undefined> | undefined;
8854
+ }[] | [string, string] | undefined> | undefined;
9778
8855
  originalActionId?: string | undefined;
9779
8856
  }>, z.ZodObject<z.objectUtil.extendShape<{
9780
8857
  id: z.ZodString;
9781
8858
  transactionId: z.ZodString;
9782
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
9783
8859
  createdAt: z.ZodString;
9784
8860
  createdBy: z.ZodString;
9785
8861
  createdByRole: z.ZodString;
@@ -9898,19 +8974,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
9898
8974
  addressLine2?: string | null | undefined;
9899
8975
  addressLine3?: string | null | undefined;
9900
8976
  postcodeOrZip?: string | null | undefined;
9901
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
9902
- firstname: z.ZodString;
9903
- surname: z.ZodString;
9904
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9905
- }, "strip", z.ZodTypeAny, {
9906
- firstname: string;
9907
- surname: string;
9908
- middlename?: string | null | undefined;
9909
- }, {
9910
- firstname: string;
9911
- surname: string;
9912
- middlename?: string | null | undefined;
9913
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
8977
+ }>]>>;
9914
8978
  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<{
9915
8979
  filename: z.ZodString;
9916
8980
  originalFilename: z.ZodString;
@@ -10024,19 +9088,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10024
9088
  addressLine2?: string | null | undefined;
10025
9089
  addressLine3?: string | null | undefined;
10026
9090
  postcodeOrZip?: string | null | undefined;
10027
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10028
- firstname: z.ZodString;
10029
- surname: z.ZodString;
10030
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10031
- }, "strip", z.ZodTypeAny, {
10032
- firstname: string;
10033
- surname: string;
10034
- middlename?: string | null | undefined;
10035
- }, {
10036
- firstname: string;
10037
- surname: string;
10038
- middlename?: string | null | undefined;
10039
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9091
+ }>]>>>;
10040
9092
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
10041
9093
  originalActionId: z.ZodOptional<z.ZodString>;
10042
9094
  }, {
@@ -10078,10 +9130,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10078
9130
  residentialArea?: string | null | undefined;
10079
9131
  street?: string | null | undefined;
10080
9132
  zipCode?: string | null | undefined;
10081
- } | {
10082
- firstname: string;
10083
- surname: string;
10084
- middlename?: string | null | undefined;
10085
9133
  } | {
10086
9134
  country: string;
10087
9135
  district: string;
@@ -10104,8 +9152,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10104
9152
  option: string;
10105
9153
  filename: string;
10106
9154
  originalFilename: string;
10107
- }[] | [string, string] | null | undefined>;
10108
- creator?: "system" | "user" | undefined;
9155
+ }[] | [string, string] | undefined>;
10109
9156
  createdBySignature?: string | null | undefined;
10110
9157
  createdAtLocation?: string | null | undefined;
10111
9158
  annotation?: Record<string, string | number | boolean | {
@@ -10123,10 +9170,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10123
9170
  residentialArea?: string | null | undefined;
10124
9171
  street?: string | null | undefined;
10125
9172
  zipCode?: string | null | undefined;
10126
- } | {
10127
- firstname: string;
10128
- surname: string;
10129
- middlename?: string | null | undefined;
10130
9173
  } | {
10131
9174
  country: string;
10132
9175
  district: string;
@@ -10149,7 +9192,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10149
9192
  option: string;
10150
9193
  filename: string;
10151
9194
  originalFilename: string;
10152
- }[] | [string, string] | null | undefined> | undefined;
9195
+ }[] | [string, string] | undefined> | undefined;
10153
9196
  originalActionId?: string | undefined;
10154
9197
  }, {
10155
9198
  type: "REJECT";
@@ -10178,10 +9221,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10178
9221
  residentialArea?: string | null | undefined;
10179
9222
  street?: string | null | undefined;
10180
9223
  zipCode?: string | null | undefined;
10181
- } | {
10182
- firstname: string;
10183
- surname: string;
10184
- middlename?: string | null | undefined;
10185
9224
  } | {
10186
9225
  country: string;
10187
9226
  district: string;
@@ -10204,8 +9243,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10204
9243
  option: string;
10205
9244
  filename: string;
10206
9245
  originalFilename: string;
10207
- }[] | [string, string] | null | undefined>;
10208
- creator?: "system" | "user" | undefined;
9246
+ }[] | [string, string] | undefined>;
10209
9247
  createdBySignature?: string | null | undefined;
10210
9248
  createdAtLocation?: string | null | undefined;
10211
9249
  annotation?: Record<string, string | number | boolean | {
@@ -10223,10 +9261,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10223
9261
  residentialArea?: string | null | undefined;
10224
9262
  street?: string | null | undefined;
10225
9263
  zipCode?: string | null | undefined;
10226
- } | {
10227
- firstname: string;
10228
- surname: string;
10229
- middlename?: string | null | undefined;
10230
9264
  } | {
10231
9265
  country: string;
10232
9266
  district: string;
@@ -10249,12 +9283,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10249
9283
  option: string;
10250
9284
  filename: string;
10251
9285
  originalFilename: string;
10252
- }[] | [string, string] | null | undefined> | undefined;
9286
+ }[] | [string, string] | undefined> | undefined;
10253
9287
  originalActionId?: string | undefined;
10254
9288
  }>, z.ZodObject<z.objectUtil.extendShape<{
10255
9289
  id: z.ZodString;
10256
9290
  transactionId: z.ZodString;
10257
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
10258
9291
  createdAt: z.ZodString;
10259
9292
  createdBy: z.ZodString;
10260
9293
  createdByRole: z.ZodString;
@@ -10373,19 +9406,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10373
9406
  addressLine2?: string | null | undefined;
10374
9407
  addressLine3?: string | null | undefined;
10375
9408
  postcodeOrZip?: string | null | undefined;
10376
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10377
- firstname: z.ZodString;
10378
- surname: z.ZodString;
10379
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10380
- }, "strip", z.ZodTypeAny, {
10381
- firstname: string;
10382
- surname: string;
10383
- middlename?: string | null | undefined;
10384
- }, {
10385
- firstname: string;
10386
- surname: string;
10387
- middlename?: string | null | undefined;
10388
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
9409
+ }>]>>;
10389
9410
  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<{
10390
9411
  filename: z.ZodString;
10391
9412
  originalFilename: z.ZodString;
@@ -10499,19 +9520,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10499
9520
  addressLine2?: string | null | undefined;
10500
9521
  addressLine3?: string | null | undefined;
10501
9522
  postcodeOrZip?: string | null | undefined;
10502
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10503
- firstname: z.ZodString;
10504
- surname: z.ZodString;
10505
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10506
- }, "strip", z.ZodTypeAny, {
10507
- firstname: string;
10508
- surname: string;
10509
- middlename?: string | null | undefined;
10510
- }, {
10511
- firstname: string;
10512
- surname: string;
10513
- middlename?: string | null | undefined;
10514
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9523
+ }>]>>>;
10515
9524
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
10516
9525
  originalActionId: z.ZodOptional<z.ZodString>;
10517
9526
  }, {
@@ -10539,10 +9548,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10539
9548
  residentialArea?: string | null | undefined;
10540
9549
  street?: string | null | undefined;
10541
9550
  zipCode?: string | null | undefined;
10542
- } | {
10543
- firstname: string;
10544
- surname: string;
10545
- middlename?: string | null | undefined;
10546
9551
  } | {
10547
9552
  country: string;
10548
9553
  district: string;
@@ -10565,8 +9570,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10565
9570
  option: string;
10566
9571
  filename: string;
10567
9572
  originalFilename: string;
10568
- }[] | [string, string] | null | undefined>;
10569
- creator?: "system" | "user" | undefined;
9573
+ }[] | [string, string] | undefined>;
10570
9574
  createdBySignature?: string | null | undefined;
10571
9575
  createdAtLocation?: string | null | undefined;
10572
9576
  annotation?: Record<string, string | number | boolean | {
@@ -10584,10 +9588,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10584
9588
  residentialArea?: string | null | undefined;
10585
9589
  street?: string | null | undefined;
10586
9590
  zipCode?: string | null | undefined;
10587
- } | {
10588
- firstname: string;
10589
- surname: string;
10590
- middlename?: string | null | undefined;
10591
9591
  } | {
10592
9592
  country: string;
10593
9593
  district: string;
@@ -10610,7 +9610,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10610
9610
  option: string;
10611
9611
  filename: string;
10612
9612
  originalFilename: string;
10613
- }[] | [string, string] | null | undefined> | undefined;
9613
+ }[] | [string, string] | undefined> | undefined;
10614
9614
  originalActionId?: string | undefined;
10615
9615
  }, {
10616
9616
  type: "MARKED_AS_DUPLICATE";
@@ -10635,10 +9635,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10635
9635
  residentialArea?: string | null | undefined;
10636
9636
  street?: string | null | undefined;
10637
9637
  zipCode?: string | null | undefined;
10638
- } | {
10639
- firstname: string;
10640
- surname: string;
10641
- middlename?: string | null | undefined;
10642
9638
  } | {
10643
9639
  country: string;
10644
9640
  district: string;
@@ -10661,8 +9657,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10661
9657
  option: string;
10662
9658
  filename: string;
10663
9659
  originalFilename: string;
10664
- }[] | [string, string] | null | undefined>;
10665
- creator?: "system" | "user" | undefined;
9660
+ }[] | [string, string] | undefined>;
10666
9661
  createdBySignature?: string | null | undefined;
10667
9662
  createdAtLocation?: string | null | undefined;
10668
9663
  annotation?: Record<string, string | number | boolean | {
@@ -10680,10 +9675,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10680
9675
  residentialArea?: string | null | undefined;
10681
9676
  street?: string | null | undefined;
10682
9677
  zipCode?: string | null | undefined;
10683
- } | {
10684
- firstname: string;
10685
- surname: string;
10686
- middlename?: string | null | undefined;
10687
9678
  } | {
10688
9679
  country: string;
10689
9680
  district: string;
@@ -10706,12 +9697,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10706
9697
  option: string;
10707
9698
  filename: string;
10708
9699
  originalFilename: string;
10709
- }[] | [string, string] | null | undefined> | undefined;
9700
+ }[] | [string, string] | undefined> | undefined;
10710
9701
  originalActionId?: string | undefined;
10711
9702
  }>, z.ZodObject<z.objectUtil.extendShape<{
10712
9703
  id: z.ZodString;
10713
9704
  transactionId: z.ZodString;
10714
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
10715
9705
  createdAt: z.ZodString;
10716
9706
  createdBy: z.ZodString;
10717
9707
  createdByRole: z.ZodString;
@@ -10830,19 +9820,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10830
9820
  addressLine2?: string | null | undefined;
10831
9821
  addressLine3?: string | null | undefined;
10832
9822
  postcodeOrZip?: string | null | undefined;
10833
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10834
- firstname: z.ZodString;
10835
- surname: z.ZodString;
10836
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10837
- }, "strip", z.ZodTypeAny, {
10838
- firstname: string;
10839
- surname: string;
10840
- middlename?: string | null | undefined;
10841
- }, {
10842
- firstname: string;
10843
- surname: string;
10844
- middlename?: string | null | undefined;
10845
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
9823
+ }>]>>;
10846
9824
  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<{
10847
9825
  filename: z.ZodString;
10848
9826
  originalFilename: z.ZodString;
@@ -10956,19 +9934,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
10956
9934
  addressLine2?: string | null | undefined;
10957
9935
  addressLine3?: string | null | undefined;
10958
9936
  postcodeOrZip?: string | null | undefined;
10959
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
10960
- firstname: z.ZodString;
10961
- surname: z.ZodString;
10962
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10963
- }, "strip", z.ZodTypeAny, {
10964
- firstname: string;
10965
- surname: string;
10966
- middlename?: string | null | undefined;
10967
- }, {
10968
- firstname: string;
10969
- surname: string;
10970
- middlename?: string | null | undefined;
10971
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
9937
+ }>]>>>;
10972
9938
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
10973
9939
  originalActionId: z.ZodOptional<z.ZodString>;
10974
9940
  }, {
@@ -11010,10 +9976,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11010
9976
  residentialArea?: string | null | undefined;
11011
9977
  street?: string | null | undefined;
11012
9978
  zipCode?: string | null | undefined;
11013
- } | {
11014
- firstname: string;
11015
- surname: string;
11016
- middlename?: string | null | undefined;
11017
9979
  } | {
11018
9980
  country: string;
11019
9981
  district: string;
@@ -11036,8 +9998,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11036
9998
  option: string;
11037
9999
  filename: string;
11038
10000
  originalFilename: string;
11039
- }[] | [string, string] | null | undefined>;
11040
- creator?: "system" | "user" | undefined;
10001
+ }[] | [string, string] | undefined>;
11041
10002
  createdBySignature?: string | null | undefined;
11042
10003
  createdAtLocation?: string | null | undefined;
11043
10004
  annotation?: Record<string, string | number | boolean | {
@@ -11055,10 +10016,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11055
10016
  residentialArea?: string | null | undefined;
11056
10017
  street?: string | null | undefined;
11057
10018
  zipCode?: string | null | undefined;
11058
- } | {
11059
- firstname: string;
11060
- surname: string;
11061
- middlename?: string | null | undefined;
11062
10019
  } | {
11063
10020
  country: string;
11064
10021
  district: string;
@@ -11081,7 +10038,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11081
10038
  option: string;
11082
10039
  filename: string;
11083
10040
  originalFilename: string;
11084
- }[] | [string, string] | null | undefined> | undefined;
10041
+ }[] | [string, string] | undefined> | undefined;
11085
10042
  originalActionId?: string | undefined;
11086
10043
  }, {
11087
10044
  type: "ARCHIVE";
@@ -11110,10 +10067,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11110
10067
  residentialArea?: string | null | undefined;
11111
10068
  street?: string | null | undefined;
11112
10069
  zipCode?: string | null | undefined;
11113
- } | {
11114
- firstname: string;
11115
- surname: string;
11116
- middlename?: string | null | undefined;
11117
10070
  } | {
11118
10071
  country: string;
11119
10072
  district: string;
@@ -11136,8 +10089,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11136
10089
  option: string;
11137
10090
  filename: string;
11138
10091
  originalFilename: string;
11139
- }[] | [string, string] | null | undefined>;
11140
- creator?: "system" | "user" | undefined;
10092
+ }[] | [string, string] | undefined>;
11141
10093
  createdBySignature?: string | null | undefined;
11142
10094
  createdAtLocation?: string | null | undefined;
11143
10095
  annotation?: Record<string, string | number | boolean | {
@@ -11155,10 +10107,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11155
10107
  residentialArea?: string | null | undefined;
11156
10108
  street?: string | null | undefined;
11157
10109
  zipCode?: string | null | undefined;
11158
- } | {
11159
- firstname: string;
11160
- surname: string;
11161
- middlename?: string | null | undefined;
11162
10110
  } | {
11163
10111
  country: string;
11164
10112
  district: string;
@@ -11181,12 +10129,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11181
10129
  option: string;
11182
10130
  filename: string;
11183
10131
  originalFilename: string;
11184
- }[] | [string, string] | null | undefined> | undefined;
10132
+ }[] | [string, string] | undefined> | undefined;
11185
10133
  originalActionId?: string | undefined;
11186
10134
  }>, z.ZodObject<z.objectUtil.extendShape<{
11187
10135
  id: z.ZodString;
11188
10136
  transactionId: z.ZodString;
11189
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
11190
10137
  createdAt: z.ZodString;
11191
10138
  createdBy: z.ZodString;
11192
10139
  createdByRole: z.ZodString;
@@ -11305,19 +10252,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11305
10252
  addressLine2?: string | null | undefined;
11306
10253
  addressLine3?: string | null | undefined;
11307
10254
  postcodeOrZip?: string | null | undefined;
11308
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11309
- firstname: z.ZodString;
11310
- surname: z.ZodString;
11311
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11312
- }, "strip", z.ZodTypeAny, {
11313
- firstname: string;
11314
- surname: string;
11315
- middlename?: string | null | undefined;
11316
- }, {
11317
- firstname: string;
11318
- surname: string;
11319
- middlename?: string | null | undefined;
11320
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
10255
+ }>]>>;
11321
10256
  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<{
11322
10257
  filename: z.ZodString;
11323
10258
  originalFilename: z.ZodString;
@@ -11431,19 +10366,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11431
10366
  addressLine2?: string | null | undefined;
11432
10367
  addressLine3?: string | null | undefined;
11433
10368
  postcodeOrZip?: string | null | undefined;
11434
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11435
- firstname: z.ZodString;
11436
- surname: z.ZodString;
11437
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11438
- }, "strip", z.ZodTypeAny, {
11439
- firstname: string;
11440
- surname: string;
11441
- middlename?: string | null | undefined;
11442
- }, {
11443
- firstname: string;
11444
- surname: string;
11445
- middlename?: string | null | undefined;
11446
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10369
+ }>]>>>;
11447
10370
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
11448
10371
  originalActionId: z.ZodOptional<z.ZodString>;
11449
10372
  }, {
@@ -11471,10 +10394,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11471
10394
  residentialArea?: string | null | undefined;
11472
10395
  street?: string | null | undefined;
11473
10396
  zipCode?: string | null | undefined;
11474
- } | {
11475
- firstname: string;
11476
- surname: string;
11477
- middlename?: string | null | undefined;
11478
10397
  } | {
11479
10398
  country: string;
11480
10399
  district: string;
@@ -11497,8 +10416,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11497
10416
  option: string;
11498
10417
  filename: string;
11499
10418
  originalFilename: string;
11500
- }[] | [string, string] | null | undefined>;
11501
- creator?: "system" | "user" | undefined;
10419
+ }[] | [string, string] | undefined>;
11502
10420
  createdBySignature?: string | null | undefined;
11503
10421
  createdAtLocation?: string | null | undefined;
11504
10422
  annotation?: Record<string, string | number | boolean | {
@@ -11516,10 +10434,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11516
10434
  residentialArea?: string | null | undefined;
11517
10435
  street?: string | null | undefined;
11518
10436
  zipCode?: string | null | undefined;
11519
- } | {
11520
- firstname: string;
11521
- surname: string;
11522
- middlename?: string | null | undefined;
11523
10437
  } | {
11524
10438
  country: string;
11525
10439
  district: string;
@@ -11542,7 +10456,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11542
10456
  option: string;
11543
10457
  filename: string;
11544
10458
  originalFilename: string;
11545
- }[] | [string, string] | null | undefined> | undefined;
10459
+ }[] | [string, string] | undefined> | undefined;
11546
10460
  originalActionId?: string | undefined;
11547
10461
  }, {
11548
10462
  type: "NOTIFY";
@@ -11567,10 +10481,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11567
10481
  residentialArea?: string | null | undefined;
11568
10482
  street?: string | null | undefined;
11569
10483
  zipCode?: string | null | undefined;
11570
- } | {
11571
- firstname: string;
11572
- surname: string;
11573
- middlename?: string | null | undefined;
11574
10484
  } | {
11575
10485
  country: string;
11576
10486
  district: string;
@@ -11593,8 +10503,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11593
10503
  option: string;
11594
10504
  filename: string;
11595
10505
  originalFilename: string;
11596
- }[] | [string, string] | null | undefined>;
11597
- creator?: "system" | "user" | undefined;
10506
+ }[] | [string, string] | undefined>;
11598
10507
  createdBySignature?: string | null | undefined;
11599
10508
  createdAtLocation?: string | null | undefined;
11600
10509
  annotation?: Record<string, string | number | boolean | {
@@ -11612,10 +10521,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11612
10521
  residentialArea?: string | null | undefined;
11613
10522
  street?: string | null | undefined;
11614
10523
  zipCode?: string | null | undefined;
11615
- } | {
11616
- firstname: string;
11617
- surname: string;
11618
- middlename?: string | null | undefined;
11619
10524
  } | {
11620
10525
  country: string;
11621
10526
  district: string;
@@ -11638,12 +10543,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11638
10543
  option: string;
11639
10544
  filename: string;
11640
10545
  originalFilename: string;
11641
- }[] | [string, string] | null | undefined> | undefined;
10546
+ }[] | [string, string] | undefined> | undefined;
11642
10547
  originalActionId?: string | undefined;
11643
10548
  }>, z.ZodObject<z.objectUtil.extendShape<{
11644
10549
  id: z.ZodString;
11645
10550
  transactionId: z.ZodString;
11646
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
11647
10551
  createdAt: z.ZodString;
11648
10552
  createdBy: z.ZodString;
11649
10553
  createdByRole: z.ZodString;
@@ -11762,19 +10666,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11762
10666
  addressLine2?: string | null | undefined;
11763
10667
  addressLine3?: string | null | undefined;
11764
10668
  postcodeOrZip?: string | null | undefined;
11765
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11766
- firstname: z.ZodString;
11767
- surname: z.ZodString;
11768
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11769
- }, "strip", z.ZodTypeAny, {
11770
- firstname: string;
11771
- surname: string;
11772
- middlename?: string | null | undefined;
11773
- }, {
11774
- firstname: string;
11775
- surname: string;
11776
- middlename?: string | null | undefined;
11777
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
10669
+ }>]>>;
11778
10670
  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<{
11779
10671
  filename: z.ZodString;
11780
10672
  originalFilename: z.ZodString;
@@ -11888,19 +10780,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11888
10780
  addressLine2?: string | null | undefined;
11889
10781
  addressLine3?: string | null | undefined;
11890
10782
  postcodeOrZip?: string | null | undefined;
11891
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
11892
- firstname: z.ZodString;
11893
- surname: z.ZodString;
11894
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11895
- }, "strip", z.ZodTypeAny, {
11896
- firstname: string;
11897
- surname: string;
11898
- middlename?: string | null | undefined;
11899
- }, {
11900
- firstname: string;
11901
- surname: string;
11902
- middlename?: string | null | undefined;
11903
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
10783
+ }>]>>>;
11904
10784
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
11905
10785
  originalActionId: z.ZodOptional<z.ZodString>;
11906
10786
  }, {
@@ -11929,10 +10809,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11929
10809
  residentialArea?: string | null | undefined;
11930
10810
  street?: string | null | undefined;
11931
10811
  zipCode?: string | null | undefined;
11932
- } | {
11933
- firstname: string;
11934
- surname: string;
11935
- middlename?: string | null | undefined;
11936
10812
  } | {
11937
10813
  country: string;
11938
10814
  district: string;
@@ -11955,8 +10831,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11955
10831
  option: string;
11956
10832
  filename: string;
11957
10833
  originalFilename: string;
11958
- }[] | [string, string] | null | undefined>;
11959
- creator?: "system" | "user" | undefined;
10834
+ }[] | [string, string] | undefined>;
11960
10835
  createdBySignature?: string | null | undefined;
11961
10836
  createdAtLocation?: string | null | undefined;
11962
10837
  annotation?: Record<string, string | number | boolean | {
@@ -11974,10 +10849,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
11974
10849
  residentialArea?: string | null | undefined;
11975
10850
  street?: string | null | undefined;
11976
10851
  zipCode?: string | null | undefined;
11977
- } | {
11978
- firstname: string;
11979
- surname: string;
11980
- middlename?: string | null | undefined;
11981
10852
  } | {
11982
10853
  country: string;
11983
10854
  district: string;
@@ -12000,7 +10871,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12000
10871
  option: string;
12001
10872
  filename: string;
12002
10873
  originalFilename: string;
12003
- }[] | [string, string] | null | undefined> | undefined;
10874
+ }[] | [string, string] | undefined> | undefined;
12004
10875
  originalActionId?: string | undefined;
12005
10876
  registrationNumber?: string | undefined;
12006
10877
  }, {
@@ -12026,10 +10897,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12026
10897
  residentialArea?: string | null | undefined;
12027
10898
  street?: string | null | undefined;
12028
10899
  zipCode?: string | null | undefined;
12029
- } | {
12030
- firstname: string;
12031
- surname: string;
12032
- middlename?: string | null | undefined;
12033
10900
  } | {
12034
10901
  country: string;
12035
10902
  district: string;
@@ -12052,8 +10919,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12052
10919
  option: string;
12053
10920
  filename: string;
12054
10921
  originalFilename: string;
12055
- }[] | [string, string] | null | undefined>;
12056
- creator?: "system" | "user" | undefined;
10922
+ }[] | [string, string] | undefined>;
12057
10923
  createdBySignature?: string | null | undefined;
12058
10924
  createdAtLocation?: string | null | undefined;
12059
10925
  annotation?: Record<string, string | number | boolean | {
@@ -12071,10 +10937,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12071
10937
  residentialArea?: string | null | undefined;
12072
10938
  street?: string | null | undefined;
12073
10939
  zipCode?: string | null | undefined;
12074
- } | {
12075
- firstname: string;
12076
- surname: string;
12077
- middlename?: string | null | undefined;
12078
10940
  } | {
12079
10941
  country: string;
12080
10942
  district: string;
@@ -12097,13 +10959,12 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12097
10959
  option: string;
12098
10960
  filename: string;
12099
10961
  originalFilename: string;
12100
- }[] | [string, string] | null | undefined> | undefined;
10962
+ }[] | [string, string] | undefined> | undefined;
12101
10963
  originalActionId?: string | undefined;
12102
10964
  registrationNumber?: string | undefined;
12103
10965
  }>, z.ZodObject<z.objectUtil.extendShape<{
12104
10966
  id: z.ZodString;
12105
10967
  transactionId: z.ZodString;
12106
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
12107
10968
  createdAt: z.ZodString;
12108
10969
  createdBy: z.ZodString;
12109
10970
  createdByRole: z.ZodString;
@@ -12222,19 +11083,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12222
11083
  addressLine2?: string | null | undefined;
12223
11084
  addressLine3?: string | null | undefined;
12224
11085
  postcodeOrZip?: string | null | undefined;
12225
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12226
- firstname: z.ZodString;
12227
- surname: z.ZodString;
12228
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12229
- }, "strip", z.ZodTypeAny, {
12230
- firstname: string;
12231
- surname: string;
12232
- middlename?: string | null | undefined;
12233
- }, {
12234
- firstname: string;
12235
- surname: string;
12236
- middlename?: string | null | undefined;
12237
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
11086
+ }>]>>;
12238
11087
  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<{
12239
11088
  filename: z.ZodString;
12240
11089
  originalFilename: z.ZodString;
@@ -12348,19 +11197,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12348
11197
  addressLine2?: string | null | undefined;
12349
11198
  addressLine3?: string | null | undefined;
12350
11199
  postcodeOrZip?: string | null | undefined;
12351
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12352
- firstname: z.ZodString;
12353
- surname: z.ZodString;
12354
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12355
- }, "strip", z.ZodTypeAny, {
12356
- firstname: string;
12357
- surname: string;
12358
- middlename?: string | null | undefined;
12359
- }, {
12360
- firstname: string;
12361
- surname: string;
12362
- middlename?: string | null | undefined;
12363
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11200
+ }>]>>>;
12364
11201
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
12365
11202
  originalActionId: z.ZodOptional<z.ZodString>;
12366
11203
  }, {
@@ -12388,10 +11225,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12388
11225
  residentialArea?: string | null | undefined;
12389
11226
  street?: string | null | undefined;
12390
11227
  zipCode?: string | null | undefined;
12391
- } | {
12392
- firstname: string;
12393
- surname: string;
12394
- middlename?: string | null | undefined;
12395
11228
  } | {
12396
11229
  country: string;
12397
11230
  district: string;
@@ -12414,8 +11247,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12414
11247
  option: string;
12415
11248
  filename: string;
12416
11249
  originalFilename: string;
12417
- }[] | [string, string] | null | undefined>;
12418
- creator?: "system" | "user" | undefined;
11250
+ }[] | [string, string] | undefined>;
12419
11251
  createdBySignature?: string | null | undefined;
12420
11252
  createdAtLocation?: string | null | undefined;
12421
11253
  annotation?: Record<string, string | number | boolean | {
@@ -12433,10 +11265,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12433
11265
  residentialArea?: string | null | undefined;
12434
11266
  street?: string | null | undefined;
12435
11267
  zipCode?: string | null | undefined;
12436
- } | {
12437
- firstname: string;
12438
- surname: string;
12439
- middlename?: string | null | undefined;
12440
11268
  } | {
12441
11269
  country: string;
12442
11270
  district: string;
@@ -12459,7 +11287,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12459
11287
  option: string;
12460
11288
  filename: string;
12461
11289
  originalFilename: string;
12462
- }[] | [string, string] | null | undefined> | undefined;
11290
+ }[] | [string, string] | undefined> | undefined;
12463
11291
  originalActionId?: string | undefined;
12464
11292
  }, {
12465
11293
  type: "DECLARE";
@@ -12484,10 +11312,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12484
11312
  residentialArea?: string | null | undefined;
12485
11313
  street?: string | null | undefined;
12486
11314
  zipCode?: string | null | undefined;
12487
- } | {
12488
- firstname: string;
12489
- surname: string;
12490
- middlename?: string | null | undefined;
12491
11315
  } | {
12492
11316
  country: string;
12493
11317
  district: string;
@@ -12510,8 +11334,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12510
11334
  option: string;
12511
11335
  filename: string;
12512
11336
  originalFilename: string;
12513
- }[] | [string, string] | null | undefined>;
12514
- creator?: "system" | "user" | undefined;
11337
+ }[] | [string, string] | undefined>;
12515
11338
  createdBySignature?: string | null | undefined;
12516
11339
  createdAtLocation?: string | null | undefined;
12517
11340
  annotation?: Record<string, string | number | boolean | {
@@ -12529,10 +11352,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12529
11352
  residentialArea?: string | null | undefined;
12530
11353
  street?: string | null | undefined;
12531
11354
  zipCode?: string | null | undefined;
12532
- } | {
12533
- firstname: string;
12534
- surname: string;
12535
- middlename?: string | null | undefined;
12536
11355
  } | {
12537
11356
  country: string;
12538
11357
  district: string;
@@ -12555,12 +11374,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12555
11374
  option: string;
12556
11375
  filename: string;
12557
11376
  originalFilename: string;
12558
- }[] | [string, string] | null | undefined> | undefined;
11377
+ }[] | [string, string] | undefined> | undefined;
12559
11378
  originalActionId?: string | undefined;
12560
11379
  }>, z.ZodObject<z.objectUtil.extendShape<{
12561
11380
  id: z.ZodString;
12562
11381
  transactionId: z.ZodString;
12563
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
12564
11382
  createdAt: z.ZodString;
12565
11383
  createdBy: z.ZodString;
12566
11384
  createdByRole: z.ZodString;
@@ -12679,19 +11497,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12679
11497
  addressLine2?: string | null | undefined;
12680
11498
  addressLine3?: string | null | undefined;
12681
11499
  postcodeOrZip?: string | null | undefined;
12682
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12683
- firstname: z.ZodString;
12684
- surname: z.ZodString;
12685
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12686
- }, "strip", z.ZodTypeAny, {
12687
- firstname: string;
12688
- surname: string;
12689
- middlename?: string | null | undefined;
12690
- }, {
12691
- firstname: string;
12692
- surname: string;
12693
- middlename?: string | null | undefined;
12694
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
11500
+ }>]>>;
12695
11501
  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<{
12696
11502
  filename: z.ZodString;
12697
11503
  originalFilename: z.ZodString;
@@ -12805,19 +11611,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12805
11611
  addressLine2?: string | null | undefined;
12806
11612
  addressLine3?: string | null | undefined;
12807
11613
  postcodeOrZip?: string | null | undefined;
12808
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
12809
- firstname: z.ZodString;
12810
- surname: z.ZodString;
12811
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12812
- }, "strip", z.ZodTypeAny, {
12813
- firstname: string;
12814
- surname: string;
12815
- middlename?: string | null | undefined;
12816
- }, {
12817
- firstname: string;
12818
- surname: string;
12819
- middlename?: string | null | undefined;
12820
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
11614
+ }>]>>>;
12821
11615
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
12822
11616
  originalActionId: z.ZodOptional<z.ZodString>;
12823
11617
  }, {
@@ -12846,10 +11640,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12846
11640
  residentialArea?: string | null | undefined;
12847
11641
  street?: string | null | undefined;
12848
11642
  zipCode?: string | null | undefined;
12849
- } | {
12850
- firstname: string;
12851
- surname: string;
12852
- middlename?: string | null | undefined;
12853
11643
  } | {
12854
11644
  country: string;
12855
11645
  district: string;
@@ -12872,9 +11662,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12872
11662
  option: string;
12873
11663
  filename: string;
12874
11664
  originalFilename: string;
12875
- }[] | [string, string] | null | undefined>;
11665
+ }[] | [string, string] | undefined>;
12876
11666
  assignedTo: string;
12877
- creator?: "system" | "user" | undefined;
12878
11667
  createdBySignature?: string | null | undefined;
12879
11668
  createdAtLocation?: string | null | undefined;
12880
11669
  annotation?: Record<string, string | number | boolean | {
@@ -12892,10 +11681,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12892
11681
  residentialArea?: string | null | undefined;
12893
11682
  street?: string | null | undefined;
12894
11683
  zipCode?: string | null | undefined;
12895
- } | {
12896
- firstname: string;
12897
- surname: string;
12898
- middlename?: string | null | undefined;
12899
11684
  } | {
12900
11685
  country: string;
12901
11686
  district: string;
@@ -12918,7 +11703,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12918
11703
  option: string;
12919
11704
  filename: string;
12920
11705
  originalFilename: string;
12921
- }[] | [string, string] | null | undefined> | undefined;
11706
+ }[] | [string, string] | undefined> | undefined;
12922
11707
  originalActionId?: string | undefined;
12923
11708
  }, {
12924
11709
  type: "ASSIGN";
@@ -12943,10 +11728,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12943
11728
  residentialArea?: string | null | undefined;
12944
11729
  street?: string | null | undefined;
12945
11730
  zipCode?: string | null | undefined;
12946
- } | {
12947
- firstname: string;
12948
- surname: string;
12949
- middlename?: string | null | undefined;
12950
11731
  } | {
12951
11732
  country: string;
12952
11733
  district: string;
@@ -12969,9 +11750,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12969
11750
  option: string;
12970
11751
  filename: string;
12971
11752
  originalFilename: string;
12972
- }[] | [string, string] | null | undefined>;
11753
+ }[] | [string, string] | undefined>;
12973
11754
  assignedTo: string;
12974
- creator?: "system" | "user" | undefined;
12975
11755
  createdBySignature?: string | null | undefined;
12976
11756
  createdAtLocation?: string | null | undefined;
12977
11757
  annotation?: Record<string, string | number | boolean | {
@@ -12989,10 +11769,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
12989
11769
  residentialArea?: string | null | undefined;
12990
11770
  street?: string | null | undefined;
12991
11771
  zipCode?: string | null | undefined;
12992
- } | {
12993
- firstname: string;
12994
- surname: string;
12995
- middlename?: string | null | undefined;
12996
11772
  } | {
12997
11773
  country: string;
12998
11774
  district: string;
@@ -13015,12 +11791,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13015
11791
  option: string;
13016
11792
  filename: string;
13017
11793
  originalFilename: string;
13018
- }[] | [string, string] | null | undefined> | undefined;
11794
+ }[] | [string, string] | undefined> | undefined;
13019
11795
  originalActionId?: string | undefined;
13020
11796
  }>, z.ZodObject<z.objectUtil.extendShape<{
13021
11797
  id: z.ZodString;
13022
11798
  transactionId: z.ZodString;
13023
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
13024
11799
  createdAt: z.ZodString;
13025
11800
  createdBy: z.ZodString;
13026
11801
  createdByRole: z.ZodString;
@@ -13139,19 +11914,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13139
11914
  addressLine2?: string | null | undefined;
13140
11915
  addressLine3?: string | null | undefined;
13141
11916
  postcodeOrZip?: string | null | undefined;
13142
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13143
- firstname: z.ZodString;
13144
- surname: z.ZodString;
13145
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13146
- }, "strip", z.ZodTypeAny, {
13147
- firstname: string;
13148
- surname: string;
13149
- middlename?: string | null | undefined;
13150
- }, {
13151
- firstname: string;
13152
- surname: string;
13153
- middlename?: string | null | undefined;
13154
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
11917
+ }>]>>;
13155
11918
  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<{
13156
11919
  filename: z.ZodString;
13157
11920
  originalFilename: z.ZodString;
@@ -13265,19 +12028,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13265
12028
  addressLine2?: string | null | undefined;
13266
12029
  addressLine3?: string | null | undefined;
13267
12030
  postcodeOrZip?: string | null | undefined;
13268
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13269
- firstname: z.ZodString;
13270
- surname: z.ZodString;
13271
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13272
- }, "strip", z.ZodTypeAny, {
13273
- firstname: string;
13274
- surname: string;
13275
- middlename?: string | null | undefined;
13276
- }, {
13277
- firstname: string;
13278
- surname: string;
13279
- middlename?: string | null | undefined;
13280
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
12031
+ }>]>>>;
13281
12032
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
13282
12033
  originalActionId: z.ZodOptional<z.ZodString>;
13283
12034
  }, {
@@ -13305,10 +12056,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13305
12056
  residentialArea?: string | null | undefined;
13306
12057
  street?: string | null | undefined;
13307
12058
  zipCode?: string | null | undefined;
13308
- } | {
13309
- firstname: string;
13310
- surname: string;
13311
- middlename?: string | null | undefined;
13312
12059
  } | {
13313
12060
  country: string;
13314
12061
  district: string;
@@ -13331,8 +12078,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13331
12078
  option: string;
13332
12079
  filename: string;
13333
12080
  originalFilename: string;
13334
- }[] | [string, string] | null | undefined>;
13335
- creator?: "system" | "user" | undefined;
12081
+ }[] | [string, string] | undefined>;
13336
12082
  createdBySignature?: string | null | undefined;
13337
12083
  createdAtLocation?: string | null | undefined;
13338
12084
  annotation?: Record<string, string | number | boolean | {
@@ -13350,10 +12096,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13350
12096
  residentialArea?: string | null | undefined;
13351
12097
  street?: string | null | undefined;
13352
12098
  zipCode?: string | null | undefined;
13353
- } | {
13354
- firstname: string;
13355
- surname: string;
13356
- middlename?: string | null | undefined;
13357
12099
  } | {
13358
12100
  country: string;
13359
12101
  district: string;
@@ -13376,7 +12118,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13376
12118
  option: string;
13377
12119
  filename: string;
13378
12120
  originalFilename: string;
13379
- }[] | [string, string] | null | undefined> | undefined;
12121
+ }[] | [string, string] | undefined> | undefined;
13380
12122
  originalActionId?: string | undefined;
13381
12123
  }, {
13382
12124
  type: "REQUEST_CORRECTION";
@@ -13401,10 +12143,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13401
12143
  residentialArea?: string | null | undefined;
13402
12144
  street?: string | null | undefined;
13403
12145
  zipCode?: string | null | undefined;
13404
- } | {
13405
- firstname: string;
13406
- surname: string;
13407
- middlename?: string | null | undefined;
13408
12146
  } | {
13409
12147
  country: string;
13410
12148
  district: string;
@@ -13427,8 +12165,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13427
12165
  option: string;
13428
12166
  filename: string;
13429
12167
  originalFilename: string;
13430
- }[] | [string, string] | null | undefined>;
13431
- creator?: "system" | "user" | undefined;
12168
+ }[] | [string, string] | undefined>;
13432
12169
  createdBySignature?: string | null | undefined;
13433
12170
  createdAtLocation?: string | null | undefined;
13434
12171
  annotation?: Record<string, string | number | boolean | {
@@ -13446,10 +12183,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13446
12183
  residentialArea?: string | null | undefined;
13447
12184
  street?: string | null | undefined;
13448
12185
  zipCode?: string | null | undefined;
13449
- } | {
13450
- firstname: string;
13451
- surname: string;
13452
- middlename?: string | null | undefined;
13453
12186
  } | {
13454
12187
  country: string;
13455
12188
  district: string;
@@ -13472,12 +12205,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13472
12205
  option: string;
13473
12206
  filename: string;
13474
12207
  originalFilename: string;
13475
- }[] | [string, string] | null | undefined> | undefined;
12208
+ }[] | [string, string] | undefined> | undefined;
13476
12209
  originalActionId?: string | undefined;
13477
12210
  }>, z.ZodObject<z.objectUtil.extendShape<{
13478
12211
  id: z.ZodString;
13479
12212
  transactionId: z.ZodString;
13480
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
13481
12213
  createdAt: z.ZodString;
13482
12214
  createdBy: z.ZodString;
13483
12215
  createdByRole: z.ZodString;
@@ -13596,19 +12328,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13596
12328
  addressLine2?: string | null | undefined;
13597
12329
  addressLine3?: string | null | undefined;
13598
12330
  postcodeOrZip?: string | null | undefined;
13599
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13600
- firstname: z.ZodString;
13601
- surname: z.ZodString;
13602
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13603
- }, "strip", z.ZodTypeAny, {
13604
- firstname: string;
13605
- surname: string;
13606
- middlename?: string | null | undefined;
13607
- }, {
13608
- firstname: string;
13609
- surname: string;
13610
- middlename?: string | null | undefined;
13611
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
12331
+ }>]>>;
13612
12332
  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<{
13613
12333
  filename: z.ZodString;
13614
12334
  originalFilename: z.ZodString;
@@ -13722,19 +12442,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13722
12442
  addressLine2?: string | null | undefined;
13723
12443
  addressLine3?: string | null | undefined;
13724
12444
  postcodeOrZip?: string | null | undefined;
13725
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
13726
- firstname: z.ZodString;
13727
- surname: z.ZodString;
13728
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13729
- }, "strip", z.ZodTypeAny, {
13730
- firstname: string;
13731
- surname: string;
13732
- middlename?: string | null | undefined;
13733
- }, {
13734
- firstname: string;
13735
- surname: string;
13736
- middlename?: string | null | undefined;
13737
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
12445
+ }>]>>>;
13738
12446
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
13739
12447
  originalActionId: z.ZodOptional<z.ZodString>;
13740
12448
  }, {
@@ -13763,10 +12471,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13763
12471
  residentialArea?: string | null | undefined;
13764
12472
  street?: string | null | undefined;
13765
12473
  zipCode?: string | null | undefined;
13766
- } | {
13767
- firstname: string;
13768
- surname: string;
13769
- middlename?: string | null | undefined;
13770
12474
  } | {
13771
12475
  country: string;
13772
12476
  district: string;
@@ -13789,9 +12493,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13789
12493
  option: string;
13790
12494
  filename: string;
13791
12495
  originalFilename: string;
13792
- }[] | [string, string] | null | undefined>;
12496
+ }[] | [string, string] | undefined>;
13793
12497
  requestId: string;
13794
- creator?: "system" | "user" | undefined;
13795
12498
  createdBySignature?: string | null | undefined;
13796
12499
  createdAtLocation?: string | null | undefined;
13797
12500
  annotation?: Record<string, string | number | boolean | {
@@ -13809,10 +12512,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13809
12512
  residentialArea?: string | null | undefined;
13810
12513
  street?: string | null | undefined;
13811
12514
  zipCode?: string | null | undefined;
13812
- } | {
13813
- firstname: string;
13814
- surname: string;
13815
- middlename?: string | null | undefined;
13816
12515
  } | {
13817
12516
  country: string;
13818
12517
  district: string;
@@ -13835,7 +12534,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13835
12534
  option: string;
13836
12535
  filename: string;
13837
12536
  originalFilename: string;
13838
- }[] | [string, string] | null | undefined> | undefined;
12537
+ }[] | [string, string] | undefined> | undefined;
13839
12538
  originalActionId?: string | undefined;
13840
12539
  }, {
13841
12540
  type: "APPROVE_CORRECTION";
@@ -13860,10 +12559,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13860
12559
  residentialArea?: string | null | undefined;
13861
12560
  street?: string | null | undefined;
13862
12561
  zipCode?: string | null | undefined;
13863
- } | {
13864
- firstname: string;
13865
- surname: string;
13866
- middlename?: string | null | undefined;
13867
12562
  } | {
13868
12563
  country: string;
13869
12564
  district: string;
@@ -13886,9 +12581,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13886
12581
  option: string;
13887
12582
  filename: string;
13888
12583
  originalFilename: string;
13889
- }[] | [string, string] | null | undefined>;
12584
+ }[] | [string, string] | undefined>;
13890
12585
  requestId: string;
13891
- creator?: "system" | "user" | undefined;
13892
12586
  createdBySignature?: string | null | undefined;
13893
12587
  createdAtLocation?: string | null | undefined;
13894
12588
  annotation?: Record<string, string | number | boolean | {
@@ -13906,10 +12600,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13906
12600
  residentialArea?: string | null | undefined;
13907
12601
  street?: string | null | undefined;
13908
12602
  zipCode?: string | null | undefined;
13909
- } | {
13910
- firstname: string;
13911
- surname: string;
13912
- middlename?: string | null | undefined;
13913
12603
  } | {
13914
12604
  country: string;
13915
12605
  district: string;
@@ -13932,12 +12622,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
13932
12622
  option: string;
13933
12623
  filename: string;
13934
12624
  originalFilename: string;
13935
- }[] | [string, string] | null | undefined> | undefined;
12625
+ }[] | [string, string] | undefined> | undefined;
13936
12626
  originalActionId?: string | undefined;
13937
12627
  }>, z.ZodObject<z.objectUtil.extendShape<{
13938
12628
  id: z.ZodString;
13939
12629
  transactionId: z.ZodString;
13940
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
13941
12630
  createdAt: z.ZodString;
13942
12631
  createdBy: z.ZodString;
13943
12632
  createdByRole: z.ZodString;
@@ -14056,19 +12745,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14056
12745
  addressLine2?: string | null | undefined;
14057
12746
  addressLine3?: string | null | undefined;
14058
12747
  postcodeOrZip?: string | null | undefined;
14059
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
14060
- firstname: z.ZodString;
14061
- surname: z.ZodString;
14062
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14063
- }, "strip", z.ZodTypeAny, {
14064
- firstname: string;
14065
- surname: string;
14066
- middlename?: string | null | undefined;
14067
- }, {
14068
- firstname: string;
14069
- surname: string;
14070
- middlename?: string | null | undefined;
14071
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
12748
+ }>]>>;
14072
12749
  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<{
14073
12750
  filename: z.ZodString;
14074
12751
  originalFilename: z.ZodString;
@@ -14182,19 +12859,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14182
12859
  addressLine2?: string | null | undefined;
14183
12860
  addressLine3?: string | null | undefined;
14184
12861
  postcodeOrZip?: string | null | undefined;
14185
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
14186
- firstname: z.ZodString;
14187
- surname: z.ZodString;
14188
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14189
- }, "strip", z.ZodTypeAny, {
14190
- firstname: string;
14191
- surname: string;
14192
- middlename?: string | null | undefined;
14193
- }, {
14194
- firstname: string;
14195
- surname: string;
14196
- middlename?: string | null | undefined;
14197
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
12862
+ }>]>>>;
14198
12863
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
14199
12864
  originalActionId: z.ZodOptional<z.ZodString>;
14200
12865
  }, {
@@ -14223,10 +12888,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14223
12888
  residentialArea?: string | null | undefined;
14224
12889
  street?: string | null | undefined;
14225
12890
  zipCode?: string | null | undefined;
14226
- } | {
14227
- firstname: string;
14228
- surname: string;
14229
- middlename?: string | null | undefined;
14230
12891
  } | {
14231
12892
  country: string;
14232
12893
  district: string;
@@ -14249,9 +12910,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14249
12910
  option: string;
14250
12911
  filename: string;
14251
12912
  originalFilename: string;
14252
- }[] | [string, string] | null | undefined>;
12913
+ }[] | [string, string] | undefined>;
14253
12914
  requestId: string;
14254
- creator?: "system" | "user" | undefined;
14255
12915
  createdBySignature?: string | null | undefined;
14256
12916
  createdAtLocation?: string | null | undefined;
14257
12917
  annotation?: Record<string, string | number | boolean | {
@@ -14269,10 +12929,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14269
12929
  residentialArea?: string | null | undefined;
14270
12930
  street?: string | null | undefined;
14271
12931
  zipCode?: string | null | undefined;
14272
- } | {
14273
- firstname: string;
14274
- surname: string;
14275
- middlename?: string | null | undefined;
14276
12932
  } | {
14277
12933
  country: string;
14278
12934
  district: string;
@@ -14295,7 +12951,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14295
12951
  option: string;
14296
12952
  filename: string;
14297
12953
  originalFilename: string;
14298
- }[] | [string, string] | null | undefined> | undefined;
12954
+ }[] | [string, string] | undefined> | undefined;
14299
12955
  originalActionId?: string | undefined;
14300
12956
  }, {
14301
12957
  type: "REJECT_CORRECTION";
@@ -14320,10 +12976,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14320
12976
  residentialArea?: string | null | undefined;
14321
12977
  street?: string | null | undefined;
14322
12978
  zipCode?: string | null | undefined;
14323
- } | {
14324
- firstname: string;
14325
- surname: string;
14326
- middlename?: string | null | undefined;
14327
12979
  } | {
14328
12980
  country: string;
14329
12981
  district: string;
@@ -14346,9 +12998,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14346
12998
  option: string;
14347
12999
  filename: string;
14348
13000
  originalFilename: string;
14349
- }[] | [string, string] | null | undefined>;
13001
+ }[] | [string, string] | undefined>;
14350
13002
  requestId: string;
14351
- creator?: "system" | "user" | undefined;
14352
13003
  createdBySignature?: string | null | undefined;
14353
13004
  createdAtLocation?: string | null | undefined;
14354
13005
  annotation?: Record<string, string | number | boolean | {
@@ -14366,10 +13017,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14366
13017
  residentialArea?: string | null | undefined;
14367
13018
  street?: string | null | undefined;
14368
13019
  zipCode?: string | null | undefined;
14369
- } | {
14370
- firstname: string;
14371
- surname: string;
14372
- middlename?: string | null | undefined;
14373
13020
  } | {
14374
13021
  country: string;
14375
13022
  district: string;
@@ -14392,12 +13039,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14392
13039
  option: string;
14393
13040
  filename: string;
14394
13041
  originalFilename: string;
14395
- }[] | [string, string] | null | undefined> | undefined;
13042
+ }[] | [string, string] | undefined> | undefined;
14396
13043
  originalActionId?: string | undefined;
14397
13044
  }>, z.ZodObject<z.objectUtil.extendShape<{
14398
13045
  id: z.ZodString;
14399
13046
  transactionId: z.ZodString;
14400
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
14401
13047
  createdAt: z.ZodString;
14402
13048
  createdBy: z.ZodString;
14403
13049
  createdByRole: z.ZodString;
@@ -14516,19 +13162,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14516
13162
  addressLine2?: string | null | undefined;
14517
13163
  addressLine3?: string | null | undefined;
14518
13164
  postcodeOrZip?: string | null | undefined;
14519
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
14520
- firstname: z.ZodString;
14521
- surname: z.ZodString;
14522
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14523
- }, "strip", z.ZodTypeAny, {
14524
- firstname: string;
14525
- surname: string;
14526
- middlename?: string | null | undefined;
14527
- }, {
14528
- firstname: string;
14529
- surname: string;
14530
- middlename?: string | null | undefined;
14531
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
13165
+ }>]>>;
14532
13166
  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<{
14533
13167
  filename: z.ZodString;
14534
13168
  originalFilename: z.ZodString;
@@ -14642,19 +13276,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14642
13276
  addressLine2?: string | null | undefined;
14643
13277
  addressLine3?: string | null | undefined;
14644
13278
  postcodeOrZip?: string | null | undefined;
14645
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
14646
- firstname: z.ZodString;
14647
- surname: z.ZodString;
14648
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14649
- }, "strip", z.ZodTypeAny, {
14650
- firstname: string;
14651
- surname: string;
14652
- middlename?: string | null | undefined;
14653
- }, {
14654
- firstname: string;
14655
- surname: string;
14656
- middlename?: string | null | undefined;
14657
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
13279
+ }>]>>>;
14658
13280
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
14659
13281
  originalActionId: z.ZodOptional<z.ZodString>;
14660
13282
  }, {
@@ -14683,10 +13305,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14683
13305
  residentialArea?: string | null | undefined;
14684
13306
  street?: string | null | undefined;
14685
13307
  zipCode?: string | null | undefined;
14686
- } | {
14687
- firstname: string;
14688
- surname: string;
14689
- middlename?: string | null | undefined;
14690
13308
  } | {
14691
13309
  country: string;
14692
13310
  district: string;
@@ -14709,9 +13327,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14709
13327
  option: string;
14710
13328
  filename: string;
14711
13329
  originalFilename: string;
14712
- }[] | [string, string] | null | undefined>;
13330
+ }[] | [string, string] | undefined>;
14713
13331
  assignedTo: null;
14714
- creator?: "system" | "user" | undefined;
14715
13332
  createdBySignature?: string | null | undefined;
14716
13333
  createdAtLocation?: string | null | undefined;
14717
13334
  annotation?: Record<string, string | number | boolean | {
@@ -14729,10 +13346,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14729
13346
  residentialArea?: string | null | undefined;
14730
13347
  street?: string | null | undefined;
14731
13348
  zipCode?: string | null | undefined;
14732
- } | {
14733
- firstname: string;
14734
- surname: string;
14735
- middlename?: string | null | undefined;
14736
13349
  } | {
14737
13350
  country: string;
14738
13351
  district: string;
@@ -14755,7 +13368,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14755
13368
  option: string;
14756
13369
  filename: string;
14757
13370
  originalFilename: string;
14758
- }[] | [string, string] | null | undefined> | undefined;
13371
+ }[] | [string, string] | undefined> | undefined;
14759
13372
  originalActionId?: string | undefined;
14760
13373
  }, {
14761
13374
  type: "UNASSIGN";
@@ -14780,10 +13393,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14780
13393
  residentialArea?: string | null | undefined;
14781
13394
  street?: string | null | undefined;
14782
13395
  zipCode?: string | null | undefined;
14783
- } | {
14784
- firstname: string;
14785
- surname: string;
14786
- middlename?: string | null | undefined;
14787
13396
  } | {
14788
13397
  country: string;
14789
13398
  district: string;
@@ -14806,9 +13415,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14806
13415
  option: string;
14807
13416
  filename: string;
14808
13417
  originalFilename: string;
14809
- }[] | [string, string] | null | undefined>;
13418
+ }[] | [string, string] | undefined>;
14810
13419
  assignedTo: null;
14811
- creator?: "system" | "user" | undefined;
14812
13420
  createdBySignature?: string | null | undefined;
14813
13421
  createdAtLocation?: string | null | undefined;
14814
13422
  annotation?: Record<string, string | number | boolean | {
@@ -14826,10 +13434,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14826
13434
  residentialArea?: string | null | undefined;
14827
13435
  street?: string | null | undefined;
14828
13436
  zipCode?: string | null | undefined;
14829
- } | {
14830
- firstname: string;
14831
- surname: string;
14832
- middlename?: string | null | undefined;
14833
13437
  } | {
14834
13438
  country: string;
14835
13439
  district: string;
@@ -14852,12 +13456,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14852
13456
  option: string;
14853
13457
  filename: string;
14854
13458
  originalFilename: string;
14855
- }[] | [string, string] | null | undefined> | undefined;
13459
+ }[] | [string, string] | undefined> | undefined;
14856
13460
  originalActionId?: string | undefined;
14857
13461
  }>, z.ZodObject<z.objectUtil.extendShape<{
14858
13462
  id: z.ZodString;
14859
13463
  transactionId: z.ZodString;
14860
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
14861
13464
  createdAt: z.ZodString;
14862
13465
  createdBy: z.ZodString;
14863
13466
  createdByRole: z.ZodString;
@@ -14976,19 +13579,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
14976
13579
  addressLine2?: string | null | undefined;
14977
13580
  addressLine3?: string | null | undefined;
14978
13581
  postcodeOrZip?: string | null | undefined;
14979
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
14980
- firstname: z.ZodString;
14981
- surname: z.ZodString;
14982
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14983
- }, "strip", z.ZodTypeAny, {
14984
- firstname: string;
14985
- surname: string;
14986
- middlename?: string | null | undefined;
14987
- }, {
14988
- firstname: string;
14989
- surname: string;
14990
- middlename?: string | null | undefined;
14991
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
13582
+ }>]>>;
14992
13583
  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<{
14993
13584
  filename: z.ZodString;
14994
13585
  originalFilename: z.ZodString;
@@ -15102,19 +13693,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15102
13693
  addressLine2?: string | null | undefined;
15103
13694
  addressLine3?: string | null | undefined;
15104
13695
  postcodeOrZip?: string | null | undefined;
15105
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
15106
- firstname: z.ZodString;
15107
- surname: z.ZodString;
15108
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15109
- }, "strip", z.ZodTypeAny, {
15110
- firstname: string;
15111
- surname: string;
15112
- middlename?: string | null | undefined;
15113
- }, {
15114
- firstname: string;
15115
- surname: string;
15116
- middlename?: string | null | undefined;
15117
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
13696
+ }>]>>>;
15118
13697
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
15119
13698
  originalActionId: z.ZodOptional<z.ZodString>;
15120
13699
  }, {
@@ -15142,10 +13721,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15142
13721
  residentialArea?: string | null | undefined;
15143
13722
  street?: string | null | undefined;
15144
13723
  zipCode?: string | null | undefined;
15145
- } | {
15146
- firstname: string;
15147
- surname: string;
15148
- middlename?: string | null | undefined;
15149
13724
  } | {
15150
13725
  country: string;
15151
13726
  district: string;
@@ -15168,8 +13743,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15168
13743
  option: string;
15169
13744
  filename: string;
15170
13745
  originalFilename: string;
15171
- }[] | [string, string] | null | undefined>;
15172
- creator?: "system" | "user" | undefined;
13746
+ }[] | [string, string] | undefined>;
15173
13747
  createdBySignature?: string | null | undefined;
15174
13748
  createdAtLocation?: string | null | undefined;
15175
13749
  annotation?: Record<string, string | number | boolean | {
@@ -15187,10 +13761,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15187
13761
  residentialArea?: string | null | undefined;
15188
13762
  street?: string | null | undefined;
15189
13763
  zipCode?: string | null | undefined;
15190
- } | {
15191
- firstname: string;
15192
- surname: string;
15193
- middlename?: string | null | undefined;
15194
13764
  } | {
15195
13765
  country: string;
15196
13766
  district: string;
@@ -15213,7 +13783,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15213
13783
  option: string;
15214
13784
  filename: string;
15215
13785
  originalFilename: string;
15216
- }[] | [string, string] | null | undefined> | undefined;
13786
+ }[] | [string, string] | undefined> | undefined;
15217
13787
  originalActionId?: string | undefined;
15218
13788
  }, {
15219
13789
  type: "PRINT_CERTIFICATE";
@@ -15238,10 +13808,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15238
13808
  residentialArea?: string | null | undefined;
15239
13809
  street?: string | null | undefined;
15240
13810
  zipCode?: string | null | undefined;
15241
- } | {
15242
- firstname: string;
15243
- surname: string;
15244
- middlename?: string | null | undefined;
15245
13811
  } | {
15246
13812
  country: string;
15247
13813
  district: string;
@@ -15264,8 +13830,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15264
13830
  option: string;
15265
13831
  filename: string;
15266
13832
  originalFilename: string;
15267
- }[] | [string, string] | null | undefined>;
15268
- creator?: "system" | "user" | undefined;
13833
+ }[] | [string, string] | undefined>;
15269
13834
  createdBySignature?: string | null | undefined;
15270
13835
  createdAtLocation?: string | null | undefined;
15271
13836
  annotation?: Record<string, string | number | boolean | {
@@ -15283,10 +13848,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15283
13848
  residentialArea?: string | null | undefined;
15284
13849
  street?: string | null | undefined;
15285
13850
  zipCode?: string | null | undefined;
15286
- } | {
15287
- firstname: string;
15288
- surname: string;
15289
- middlename?: string | null | undefined;
15290
13851
  } | {
15291
13852
  country: string;
15292
13853
  district: string;
@@ -15309,12 +13870,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15309
13870
  option: string;
15310
13871
  filename: string;
15311
13872
  originalFilename: string;
15312
- }[] | [string, string] | null | undefined> | undefined;
13873
+ }[] | [string, string] | undefined> | undefined;
15313
13874
  originalActionId?: string | undefined;
15314
13875
  }>, z.ZodObject<z.objectUtil.extendShape<{
15315
13876
  id: z.ZodString;
15316
13877
  transactionId: z.ZodString;
15317
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
15318
13878
  createdAt: z.ZodString;
15319
13879
  createdBy: z.ZodString;
15320
13880
  createdByRole: z.ZodString;
@@ -15433,19 +13993,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15433
13993
  addressLine2?: string | null | undefined;
15434
13994
  addressLine3?: string | null | undefined;
15435
13995
  postcodeOrZip?: string | null | undefined;
15436
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
15437
- firstname: z.ZodString;
15438
- surname: z.ZodString;
15439
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15440
- }, "strip", z.ZodTypeAny, {
15441
- firstname: string;
15442
- surname: string;
15443
- middlename?: string | null | undefined;
15444
- }, {
15445
- firstname: string;
15446
- surname: string;
15447
- middlename?: string | null | undefined;
15448
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
13996
+ }>]>>;
15449
13997
  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<{
15450
13998
  filename: z.ZodString;
15451
13999
  originalFilename: z.ZodString;
@@ -15559,19 +14107,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15559
14107
  addressLine2?: string | null | undefined;
15560
14108
  addressLine3?: string | null | undefined;
15561
14109
  postcodeOrZip?: string | null | undefined;
15562
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
15563
- firstname: z.ZodString;
15564
- surname: z.ZodString;
15565
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15566
- }, "strip", z.ZodTypeAny, {
15567
- firstname: string;
15568
- surname: string;
15569
- middlename?: string | null | undefined;
15570
- }, {
15571
- firstname: string;
15572
- surname: string;
15573
- middlename?: string | null | undefined;
15574
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
14110
+ }>]>>>;
15575
14111
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
15576
14112
  originalActionId: z.ZodOptional<z.ZodString>;
15577
14113
  }, {
@@ -15599,10 +14135,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15599
14135
  residentialArea?: string | null | undefined;
15600
14136
  street?: string | null | undefined;
15601
14137
  zipCode?: string | null | undefined;
15602
- } | {
15603
- firstname: string;
15604
- surname: string;
15605
- middlename?: string | null | undefined;
15606
14138
  } | {
15607
14139
  country: string;
15608
14140
  district: string;
@@ -15625,8 +14157,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15625
14157
  option: string;
15626
14158
  filename: string;
15627
14159
  originalFilename: string;
15628
- }[] | [string, string] | null | undefined>;
15629
- creator?: "system" | "user" | undefined;
14160
+ }[] | [string, string] | undefined>;
15630
14161
  createdBySignature?: string | null | undefined;
15631
14162
  createdAtLocation?: string | null | undefined;
15632
14163
  annotation?: Record<string, string | number | boolean | {
@@ -15644,10 +14175,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15644
14175
  residentialArea?: string | null | undefined;
15645
14176
  street?: string | null | undefined;
15646
14177
  zipCode?: string | null | undefined;
15647
- } | {
15648
- firstname: string;
15649
- surname: string;
15650
- middlename?: string | null | undefined;
15651
14178
  } | {
15652
14179
  country: string;
15653
14180
  district: string;
@@ -15670,7 +14197,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15670
14197
  option: string;
15671
14198
  filename: string;
15672
14199
  originalFilename: string;
15673
- }[] | [string, string] | null | undefined> | undefined;
14200
+ }[] | [string, string] | undefined> | undefined;
15674
14201
  originalActionId?: string | undefined;
15675
14202
  }, {
15676
14203
  type: "READ";
@@ -15695,10 +14222,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15695
14222
  residentialArea?: string | null | undefined;
15696
14223
  street?: string | null | undefined;
15697
14224
  zipCode?: string | null | undefined;
15698
- } | {
15699
- firstname: string;
15700
- surname: string;
15701
- middlename?: string | null | undefined;
15702
14225
  } | {
15703
14226
  country: string;
15704
14227
  district: string;
@@ -15721,8 +14244,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15721
14244
  option: string;
15722
14245
  filename: string;
15723
14246
  originalFilename: string;
15724
- }[] | [string, string] | null | undefined>;
15725
- creator?: "system" | "user" | undefined;
14247
+ }[] | [string, string] | undefined>;
15726
14248
  createdBySignature?: string | null | undefined;
15727
14249
  createdAtLocation?: string | null | undefined;
15728
14250
  annotation?: Record<string, string | number | boolean | {
@@ -15740,10 +14262,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15740
14262
  residentialArea?: string | null | undefined;
15741
14263
  street?: string | null | undefined;
15742
14264
  zipCode?: string | null | undefined;
15743
- } | {
15744
- firstname: string;
15745
- surname: string;
15746
- middlename?: string | null | undefined;
15747
14265
  } | {
15748
14266
  country: string;
15749
14267
  district: string;
@@ -15766,12 +14284,11 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15766
14284
  option: string;
15767
14285
  filename: string;
15768
14286
  originalFilename: string;
15769
- }[] | [string, string] | null | undefined> | undefined;
14287
+ }[] | [string, string] | undefined> | undefined;
15770
14288
  originalActionId?: string | undefined;
15771
14289
  }>]>, z.ZodObject<z.objectUtil.extendShape<Omit<{
15772
14290
  id: z.ZodString;
15773
14291
  transactionId: z.ZodString;
15774
- creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
15775
14292
  createdAt: z.ZodString;
15776
14293
  createdBy: z.ZodString;
15777
14294
  createdByRole: z.ZodString;
@@ -15890,19 +14407,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
15890
14407
  addressLine2?: string | null | undefined;
15891
14408
  addressLine3?: string | null | undefined;
15892
14409
  postcodeOrZip?: string | null | undefined;
15893
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
15894
- firstname: z.ZodString;
15895
- surname: z.ZodString;
15896
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15897
- }, "strip", z.ZodTypeAny, {
15898
- firstname: string;
15899
- surname: string;
15900
- middlename?: string | null | undefined;
15901
- }, {
15902
- firstname: string;
15903
- surname: string;
15904
- middlename?: string | null | undefined;
15905
- }>, z.ZodNull]>, z.ZodUndefined]>]>>;
14410
+ }>]>>;
15906
14411
  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<{
15907
14412
  filename: z.ZodString;
15908
14413
  originalFilename: z.ZodString;
@@ -16016,19 +14521,7 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
16016
14521
  addressLine2?: string | null | undefined;
16017
14522
  addressLine3?: string | null | undefined;
16018
14523
  postcodeOrZip?: string | null | undefined;
16019
- }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
16020
- firstname: z.ZodString;
16021
- surname: z.ZodString;
16022
- middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16023
- }, "strip", z.ZodTypeAny, {
16024
- firstname: string;
16025
- surname: string;
16026
- middlename?: string | null | undefined;
16027
- }, {
16028
- firstname: string;
16029
- surname: string;
16030
- middlename?: string | null | undefined;
16031
- }>, z.ZodNull]>, z.ZodUndefined]>]>>>;
14524
+ }>]>>>;
16032
14525
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
16033
14526
  originalActionId: z.ZodOptional<z.ZodString>;
16034
14527
  }, "declaration" | "annotation">, {
@@ -16042,7 +14535,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
16042
14535
  createdAt: string;
16043
14536
  createdBy: string;
16044
14537
  createdByRole: string;
16045
- creator?: "system" | "user" | undefined;
16046
14538
  createdBySignature?: string | null | undefined;
16047
14539
  createdAtLocation?: string | null | undefined;
16048
14540
  originalActionId?: string | undefined;
@@ -16054,7 +14546,6 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
16054
14546
  createdAt: string;
16055
14547
  createdBy: string;
16056
14548
  createdByRole: string;
16057
- creator?: "system" | "user" | undefined;
16058
14549
  createdBySignature?: string | null | undefined;
16059
14550
  createdAtLocation?: string | null | undefined;
16060
14551
  originalActionId?: string | undefined;