@opencrvs/toolkit 1.8.0-rc.fd8a78f → 1.8.0-rc.fd936ab
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +447 -14227
- package/dist/commons/conditionals/conditionals.d.ts +6 -14
- package/dist/commons/conditionals/validate.d.ts +6 -10
- package/dist/commons/events/ActionConfig.d.ts +1726 -117415
- package/dist/commons/events/ActionDocument.d.ts +383 -2305
- package/dist/commons/events/ActionInput.d.ts +303 -1583
- package/dist/commons/events/ActionType.d.ts +0 -4
- package/dist/commons/events/AdvancedSearchConfig.d.ts +22 -1029
- package/dist/commons/events/CompositeFieldValue.d.ts +0 -31
- package/dist/commons/events/Draft.d.ts +29 -143
- package/dist/commons/events/EventConfig.d.ts +1361 -56376
- package/dist/commons/events/EventDocument.d.ts +264 -1428
- package/dist/commons/events/EventIndex.d.ts +25 -1590
- package/dist/commons/events/EventMetadata.d.ts +43 -299
- package/dist/commons/events/FieldConfig.d.ts +1060 -5458
- package/dist/commons/events/FieldType.d.ts +3 -6
- package/dist/commons/events/FieldTypeMapping.d.ts +54 -103
- package/dist/commons/events/FieldValue.d.ts +8 -49
- package/dist/commons/events/FormConfig.d.ts +524 -49166
- package/dist/commons/events/PageConfig.d.ts +208 -12210
- package/dist/commons/events/SummaryConfig.d.ts +42 -93
- package/dist/commons/events/User.d.ts +2 -31
- package/dist/commons/events/WorkqueueConfig.d.ts +20 -4803
- package/dist/commons/events/defineConfig.d.ts +75 -9010
- package/dist/commons/events/index.d.ts +0 -8
- package/dist/commons/events/test.utils.d.ts +78 -147
- package/dist/commons/events/utils.d.ts +68 -13352
- package/dist/conditionals/index.js +36 -76
- package/dist/events/index.js +1504 -3807
- package/dist/scopes/index.d.ts +6 -94
- package/dist/scopes/index.js +21 -42
- package/package.json +2 -3
- package/dist/commons/events/Constants.d.ts +0 -3
- package/dist/commons/events/CountryConfigQueryInput.d.ts +0 -2982
- package/dist/commons/events/CreatedAtLocation.d.ts +0 -3
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +0 -53
- package/dist/commons/events/event.d.ts +0 -54
- package/dist/commons/events/field.d.ts +0 -77
- package/dist/commons/events/scopes.d.ts +0 -45
- package/dist/commons/events/serializer.d.ts +0 -2
- package/dist/commons/events/workqueueDefaultColumns.d.ts +0 -3
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
2
2
|
export declare const BaseActionInput: z.ZodObject<{
|
3
3
|
eventId: z.ZodString;
|
4
4
|
transactionId: z.ZodString;
|
5
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6
6
|
filename: z.ZodString;
|
7
7
|
originalFilename: z.ZodString;
|
8
8
|
type: z.ZodString;
|
@@ -115,20 +115,8 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
115
115
|
addressLine2?: string | null | undefined;
|
116
116
|
addressLine3?: string | null | undefined;
|
117
117
|
postcodeOrZip?: string | null | undefined;
|
118
|
-
}
|
119
|
-
|
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]>]>>>;
|
131
|
-
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<{
|
118
|
+
}>]>>>;
|
119
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
132
120
|
filename: z.ZodString;
|
133
121
|
originalFilename: z.ZodString;
|
134
122
|
type: z.ZodString;
|
@@ -241,23 +229,10 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
241
229
|
addressLine2?: string | null | undefined;
|
242
230
|
addressLine3?: string | null | undefined;
|
243
231
|
postcodeOrZip?: string | null | undefined;
|
244
|
-
}
|
245
|
-
firstname: z.ZodString;
|
246
|
-
surname: z.ZodString;
|
247
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
248
|
-
}, "strip", z.ZodTypeAny, {
|
249
|
-
firstname: string;
|
250
|
-
surname: string;
|
251
|
-
middlename?: string | null | undefined;
|
252
|
-
}, {
|
253
|
-
firstname: string;
|
254
|
-
surname: string;
|
255
|
-
middlename?: string | null | undefined;
|
256
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
232
|
+
}>]>>>;
|
257
233
|
originalActionId: z.ZodOptional<z.ZodString>;
|
258
234
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
259
235
|
}, "strip", z.ZodTypeAny, {
|
260
|
-
transactionId: string;
|
261
236
|
declaration: Record<string, string | number | boolean | {
|
262
237
|
type: string;
|
263
238
|
filename: string;
|
@@ -273,10 +248,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
273
248
|
residentialArea?: string | null | undefined;
|
274
249
|
street?: string | null | undefined;
|
275
250
|
zipCode?: string | null | undefined;
|
276
|
-
} | {
|
277
|
-
firstname: string;
|
278
|
-
surname: string;
|
279
|
-
middlename?: string | null | undefined;
|
280
251
|
} | {
|
281
252
|
country: string;
|
282
253
|
district: string;
|
@@ -299,8 +270,9 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
299
270
|
option: string;
|
300
271
|
filename: string;
|
301
272
|
originalFilename: string;
|
302
|
-
}[] |
|
273
|
+
}[] | undefined>;
|
303
274
|
eventId: string;
|
275
|
+
transactionId: string;
|
304
276
|
annotation?: Record<string, string | number | boolean | {
|
305
277
|
type: string;
|
306
278
|
filename: string;
|
@@ -316,10 +288,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
316
288
|
residentialArea?: string | null | undefined;
|
317
289
|
street?: string | null | undefined;
|
318
290
|
zipCode?: string | null | undefined;
|
319
|
-
} | {
|
320
|
-
firstname: string;
|
321
|
-
surname: string;
|
322
|
-
middlename?: string | null | undefined;
|
323
291
|
} | {
|
324
292
|
country: string;
|
325
293
|
district: string;
|
@@ -342,12 +310,12 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
342
310
|
option: string;
|
343
311
|
filename: string;
|
344
312
|
originalFilename: string;
|
345
|
-
}[] |
|
313
|
+
}[] | undefined> | undefined;
|
346
314
|
originalActionId?: string | undefined;
|
347
315
|
keepAssignment?: boolean | undefined;
|
348
316
|
}, {
|
349
|
-
transactionId: string;
|
350
317
|
eventId: string;
|
318
|
+
transactionId: string;
|
351
319
|
declaration?: Record<string, string | number | boolean | {
|
352
320
|
type: string;
|
353
321
|
filename: string;
|
@@ -363,10 +331,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
363
331
|
residentialArea?: string | null | undefined;
|
364
332
|
street?: string | null | undefined;
|
365
333
|
zipCode?: string | null | undefined;
|
366
|
-
} | {
|
367
|
-
firstname: string;
|
368
|
-
surname: string;
|
369
|
-
middlename?: string | null | undefined;
|
370
334
|
} | {
|
371
335
|
country: string;
|
372
336
|
district: string;
|
@@ -389,7 +353,7 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
389
353
|
option: string;
|
390
354
|
filename: string;
|
391
355
|
originalFilename: string;
|
392
|
-
}[] |
|
356
|
+
}[] | undefined> | undefined;
|
393
357
|
annotation?: Record<string, string | number | boolean | {
|
394
358
|
type: string;
|
395
359
|
filename: string;
|
@@ -405,10 +369,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
405
369
|
residentialArea?: string | null | undefined;
|
406
370
|
street?: string | null | undefined;
|
407
371
|
zipCode?: string | null | undefined;
|
408
|
-
} | {
|
409
|
-
firstname: string;
|
410
|
-
surname: string;
|
411
|
-
middlename?: string | null | undefined;
|
412
372
|
} | {
|
413
373
|
country: string;
|
414
374
|
district: string;
|
@@ -431,14 +391,14 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
431
391
|
option: string;
|
432
392
|
filename: string;
|
433
393
|
originalFilename: string;
|
434
|
-
}[] |
|
394
|
+
}[] | undefined> | undefined;
|
435
395
|
originalActionId?: string | undefined;
|
436
396
|
keepAssignment?: boolean | undefined;
|
437
397
|
}>;
|
438
398
|
export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
439
399
|
eventId: z.ZodString;
|
440
400
|
transactionId: z.ZodString;
|
441
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
401
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
442
402
|
filename: z.ZodString;
|
443
403
|
originalFilename: z.ZodString;
|
444
404
|
type: z.ZodString;
|
@@ -551,20 +511,8 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
551
511
|
addressLine2?: string | null | undefined;
|
552
512
|
addressLine3?: string | null | undefined;
|
553
513
|
postcodeOrZip?: string | null | undefined;
|
554
|
-
}
|
555
|
-
|
556
|
-
surname: z.ZodString;
|
557
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
558
|
-
}, "strip", z.ZodTypeAny, {
|
559
|
-
firstname: string;
|
560
|
-
surname: string;
|
561
|
-
middlename?: string | null | undefined;
|
562
|
-
}, {
|
563
|
-
firstname: string;
|
564
|
-
surname: string;
|
565
|
-
middlename?: string | null | undefined;
|
566
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
567
|
-
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<{
|
514
|
+
}>]>>>;
|
515
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
568
516
|
filename: z.ZodString;
|
569
517
|
originalFilename: z.ZodString;
|
570
518
|
type: z.ZodString;
|
@@ -677,19 +625,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
677
625
|
addressLine2?: string | null | undefined;
|
678
626
|
addressLine3?: string | null | undefined;
|
679
627
|
postcodeOrZip?: string | null | undefined;
|
680
|
-
}
|
681
|
-
firstname: z.ZodString;
|
682
|
-
surname: z.ZodString;
|
683
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
684
|
-
}, "strip", z.ZodTypeAny, {
|
685
|
-
firstname: string;
|
686
|
-
surname: string;
|
687
|
-
middlename?: string | null | undefined;
|
688
|
-
}, {
|
689
|
-
firstname: string;
|
690
|
-
surname: string;
|
691
|
-
middlename?: string | null | undefined;
|
692
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
628
|
+
}>]>>>;
|
693
629
|
originalActionId: z.ZodOptional<z.ZodString>;
|
694
630
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
695
631
|
}, {
|
@@ -697,7 +633,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
697
633
|
registrationNumber: z.ZodOptional<z.ZodString>;
|
698
634
|
}>, "strip", z.ZodTypeAny, {
|
699
635
|
type: "REGISTER";
|
700
|
-
transactionId: string;
|
701
636
|
declaration: Record<string, string | number | boolean | {
|
702
637
|
type: string;
|
703
638
|
filename: string;
|
@@ -713,10 +648,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
713
648
|
residentialArea?: string | null | undefined;
|
714
649
|
street?: string | null | undefined;
|
715
650
|
zipCode?: string | null | undefined;
|
716
|
-
} | {
|
717
|
-
firstname: string;
|
718
|
-
surname: string;
|
719
|
-
middlename?: string | null | undefined;
|
720
651
|
} | {
|
721
652
|
country: string;
|
722
653
|
district: string;
|
@@ -739,8 +670,9 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
739
670
|
option: string;
|
740
671
|
filename: string;
|
741
672
|
originalFilename: string;
|
742
|
-
}[] |
|
673
|
+
}[] | undefined>;
|
743
674
|
eventId: string;
|
675
|
+
transactionId: string;
|
744
676
|
annotation?: Record<string, string | number | boolean | {
|
745
677
|
type: string;
|
746
678
|
filename: string;
|
@@ -756,10 +688,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
756
688
|
residentialArea?: string | null | undefined;
|
757
689
|
street?: string | null | undefined;
|
758
690
|
zipCode?: string | null | undefined;
|
759
|
-
} | {
|
760
|
-
firstname: string;
|
761
|
-
surname: string;
|
762
|
-
middlename?: string | null | undefined;
|
763
691
|
} | {
|
764
692
|
country: string;
|
765
693
|
district: string;
|
@@ -782,13 +710,13 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
782
710
|
option: string;
|
783
711
|
filename: string;
|
784
712
|
originalFilename: string;
|
785
|
-
}[] |
|
713
|
+
}[] | undefined> | undefined;
|
786
714
|
originalActionId?: string | undefined;
|
787
715
|
registrationNumber?: string | undefined;
|
788
716
|
keepAssignment?: boolean | undefined;
|
789
717
|
}, {
|
790
|
-
transactionId: string;
|
791
718
|
eventId: string;
|
719
|
+
transactionId: string;
|
792
720
|
type?: "REGISTER" | undefined;
|
793
721
|
declaration?: Record<string, string | number | boolean | {
|
794
722
|
type: string;
|
@@ -805,10 +733,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
805
733
|
residentialArea?: string | null | undefined;
|
806
734
|
street?: string | null | undefined;
|
807
735
|
zipCode?: string | null | undefined;
|
808
|
-
} | {
|
809
|
-
firstname: string;
|
810
|
-
surname: string;
|
811
|
-
middlename?: string | null | undefined;
|
812
736
|
} | {
|
813
737
|
country: string;
|
814
738
|
district: string;
|
@@ -831,7 +755,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
831
755
|
option: string;
|
832
756
|
filename: string;
|
833
757
|
originalFilename: string;
|
834
|
-
}[] |
|
758
|
+
}[] | undefined> | undefined;
|
835
759
|
annotation?: Record<string, string | number | boolean | {
|
836
760
|
type: string;
|
837
761
|
filename: string;
|
@@ -847,10 +771,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
847
771
|
residentialArea?: string | null | undefined;
|
848
772
|
street?: string | null | undefined;
|
849
773
|
zipCode?: string | null | undefined;
|
850
|
-
} | {
|
851
|
-
firstname: string;
|
852
|
-
surname: string;
|
853
|
-
middlename?: string | null | undefined;
|
854
774
|
} | {
|
855
775
|
country: string;
|
856
776
|
district: string;
|
@@ -873,7 +793,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
873
793
|
option: string;
|
874
794
|
filename: string;
|
875
795
|
originalFilename: string;
|
876
|
-
}[] |
|
796
|
+
}[] | undefined> | undefined;
|
877
797
|
originalActionId?: string | undefined;
|
878
798
|
registrationNumber?: string | undefined;
|
879
799
|
keepAssignment?: boolean | undefined;
|
@@ -882,7 +802,7 @@ export type RegisterActionInput = z.infer<typeof RegisterActionInput>;
|
|
882
802
|
export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
883
803
|
eventId: z.ZodString;
|
884
804
|
transactionId: z.ZodString;
|
885
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
805
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
886
806
|
filename: z.ZodString;
|
887
807
|
originalFilename: z.ZodString;
|
888
808
|
type: z.ZodString;
|
@@ -995,20 +915,8 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
995
915
|
addressLine2?: string | null | undefined;
|
996
916
|
addressLine3?: string | null | undefined;
|
997
917
|
postcodeOrZip?: string | null | undefined;
|
998
|
-
}
|
999
|
-
|
1000
|
-
surname: z.ZodString;
|
1001
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1002
|
-
}, "strip", z.ZodTypeAny, {
|
1003
|
-
firstname: string;
|
1004
|
-
surname: string;
|
1005
|
-
middlename?: string | null | undefined;
|
1006
|
-
}, {
|
1007
|
-
firstname: string;
|
1008
|
-
surname: string;
|
1009
|
-
middlename?: string | null | undefined;
|
1010
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1011
|
-
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<{
|
918
|
+
}>]>>>;
|
919
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1012
920
|
filename: z.ZodString;
|
1013
921
|
originalFilename: z.ZodString;
|
1014
922
|
type: z.ZodString;
|
@@ -1121,19 +1029,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1121
1029
|
addressLine2?: string | null | undefined;
|
1122
1030
|
addressLine3?: string | null | undefined;
|
1123
1031
|
postcodeOrZip?: string | null | undefined;
|
1124
|
-
}
|
1125
|
-
firstname: z.ZodString;
|
1126
|
-
surname: z.ZodString;
|
1127
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1128
|
-
}, "strip", z.ZodTypeAny, {
|
1129
|
-
firstname: string;
|
1130
|
-
surname: string;
|
1131
|
-
middlename?: string | null | undefined;
|
1132
|
-
}, {
|
1133
|
-
firstname: string;
|
1134
|
-
surname: string;
|
1135
|
-
middlename?: string | null | undefined;
|
1136
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1032
|
+
}>]>>>;
|
1137
1033
|
originalActionId: z.ZodOptional<z.ZodString>;
|
1138
1034
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
1139
1035
|
}, {
|
@@ -1141,7 +1037,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1141
1037
|
duplicates: z.ZodArray<z.ZodString, "many">;
|
1142
1038
|
}>, "strip", z.ZodTypeAny, {
|
1143
1039
|
type: "VALIDATE";
|
1144
|
-
transactionId: string;
|
1145
1040
|
declaration: Record<string, string | number | boolean | {
|
1146
1041
|
type: string;
|
1147
1042
|
filename: string;
|
@@ -1157,10 +1052,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1157
1052
|
residentialArea?: string | null | undefined;
|
1158
1053
|
street?: string | null | undefined;
|
1159
1054
|
zipCode?: string | null | undefined;
|
1160
|
-
} | {
|
1161
|
-
firstname: string;
|
1162
|
-
surname: string;
|
1163
|
-
middlename?: string | null | undefined;
|
1164
1055
|
} | {
|
1165
1056
|
country: string;
|
1166
1057
|
district: string;
|
@@ -1183,8 +1074,9 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1183
1074
|
option: string;
|
1184
1075
|
filename: string;
|
1185
1076
|
originalFilename: string;
|
1186
|
-
}[] |
|
1077
|
+
}[] | undefined>;
|
1187
1078
|
eventId: string;
|
1079
|
+
transactionId: string;
|
1188
1080
|
duplicates: string[];
|
1189
1081
|
annotation?: Record<string, string | number | boolean | {
|
1190
1082
|
type: string;
|
@@ -1201,10 +1093,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1201
1093
|
residentialArea?: string | null | undefined;
|
1202
1094
|
street?: string | null | undefined;
|
1203
1095
|
zipCode?: string | null | undefined;
|
1204
|
-
} | {
|
1205
|
-
firstname: string;
|
1206
|
-
surname: string;
|
1207
|
-
middlename?: string | null | undefined;
|
1208
1096
|
} | {
|
1209
1097
|
country: string;
|
1210
1098
|
district: string;
|
@@ -1227,12 +1115,12 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1227
1115
|
option: string;
|
1228
1116
|
filename: string;
|
1229
1117
|
originalFilename: string;
|
1230
|
-
}[] |
|
1118
|
+
}[] | undefined> | undefined;
|
1231
1119
|
originalActionId?: string | undefined;
|
1232
1120
|
keepAssignment?: boolean | undefined;
|
1233
1121
|
}, {
|
1234
|
-
transactionId: string;
|
1235
1122
|
eventId: string;
|
1123
|
+
transactionId: string;
|
1236
1124
|
duplicates: string[];
|
1237
1125
|
type?: "VALIDATE" | undefined;
|
1238
1126
|
declaration?: Record<string, string | number | boolean | {
|
@@ -1250,10 +1138,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1250
1138
|
residentialArea?: string | null | undefined;
|
1251
1139
|
street?: string | null | undefined;
|
1252
1140
|
zipCode?: string | null | undefined;
|
1253
|
-
} | {
|
1254
|
-
firstname: string;
|
1255
|
-
surname: string;
|
1256
|
-
middlename?: string | null | undefined;
|
1257
1141
|
} | {
|
1258
1142
|
country: string;
|
1259
1143
|
district: string;
|
@@ -1276,7 +1160,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1276
1160
|
option: string;
|
1277
1161
|
filename: string;
|
1278
1162
|
originalFilename: string;
|
1279
|
-
}[] |
|
1163
|
+
}[] | undefined> | undefined;
|
1280
1164
|
annotation?: Record<string, string | number | boolean | {
|
1281
1165
|
type: string;
|
1282
1166
|
filename: string;
|
@@ -1292,10 +1176,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1292
1176
|
residentialArea?: string | null | undefined;
|
1293
1177
|
street?: string | null | undefined;
|
1294
1178
|
zipCode?: string | null | undefined;
|
1295
|
-
} | {
|
1296
|
-
firstname: string;
|
1297
|
-
surname: string;
|
1298
|
-
middlename?: string | null | undefined;
|
1299
1179
|
} | {
|
1300
1180
|
country: string;
|
1301
1181
|
district: string;
|
@@ -1318,7 +1198,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1318
1198
|
option: string;
|
1319
1199
|
filename: string;
|
1320
1200
|
originalFilename: string;
|
1321
|
-
}[] |
|
1201
|
+
}[] | undefined> | undefined;
|
1322
1202
|
originalActionId?: string | undefined;
|
1323
1203
|
keepAssignment?: boolean | undefined;
|
1324
1204
|
}>;
|
@@ -1326,7 +1206,7 @@ export type ValidateActionInput = z.infer<typeof ValidateActionInput>;
|
|
1326
1206
|
export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
1327
1207
|
eventId: z.ZodString;
|
1328
1208
|
transactionId: z.ZodString;
|
1329
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1209
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1330
1210
|
filename: z.ZodString;
|
1331
1211
|
originalFilename: z.ZodString;
|
1332
1212
|
type: z.ZodString;
|
@@ -1439,20 +1319,8 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1439
1319
|
addressLine2?: string | null | undefined;
|
1440
1320
|
addressLine3?: string | null | undefined;
|
1441
1321
|
postcodeOrZip?: string | null | undefined;
|
1442
|
-
}
|
1443
|
-
|
1444
|
-
surname: z.ZodString;
|
1445
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1446
|
-
}, "strip", z.ZodTypeAny, {
|
1447
|
-
firstname: string;
|
1448
|
-
surname: string;
|
1449
|
-
middlename?: string | null | undefined;
|
1450
|
-
}, {
|
1451
|
-
firstname: string;
|
1452
|
-
surname: string;
|
1453
|
-
middlename?: string | null | undefined;
|
1454
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1455
|
-
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<{
|
1322
|
+
}>]>>>;
|
1323
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1456
1324
|
filename: z.ZodString;
|
1457
1325
|
originalFilename: z.ZodString;
|
1458
1326
|
type: z.ZodString;
|
@@ -1565,26 +1433,13 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1565
1433
|
addressLine2?: string | null | undefined;
|
1566
1434
|
addressLine3?: string | null | undefined;
|
1567
1435
|
postcodeOrZip?: string | null | undefined;
|
1568
|
-
}
|
1569
|
-
firstname: z.ZodString;
|
1570
|
-
surname: z.ZodString;
|
1571
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1572
|
-
}, "strip", z.ZodTypeAny, {
|
1573
|
-
firstname: string;
|
1574
|
-
surname: string;
|
1575
|
-
middlename?: string | null | undefined;
|
1576
|
-
}, {
|
1577
|
-
firstname: string;
|
1578
|
-
surname: string;
|
1579
|
-
middlename?: string | null | undefined;
|
1580
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1436
|
+
}>]>>>;
|
1581
1437
|
originalActionId: z.ZodOptional<z.ZodString>;
|
1582
1438
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
1583
1439
|
}, {
|
1584
1440
|
type: z.ZodDefault<z.ZodLiteral<"NOTIFY">>;
|
1585
1441
|
}>, "strip", z.ZodTypeAny, {
|
1586
1442
|
type: "NOTIFY";
|
1587
|
-
transactionId: string;
|
1588
1443
|
declaration: Record<string, string | number | boolean | {
|
1589
1444
|
type: string;
|
1590
1445
|
filename: string;
|
@@ -1600,10 +1455,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1600
1455
|
residentialArea?: string | null | undefined;
|
1601
1456
|
street?: string | null | undefined;
|
1602
1457
|
zipCode?: string | null | undefined;
|
1603
|
-
} | {
|
1604
|
-
firstname: string;
|
1605
|
-
surname: string;
|
1606
|
-
middlename?: string | null | undefined;
|
1607
1458
|
} | {
|
1608
1459
|
country: string;
|
1609
1460
|
district: string;
|
@@ -1626,8 +1477,9 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1626
1477
|
option: string;
|
1627
1478
|
filename: string;
|
1628
1479
|
originalFilename: string;
|
1629
|
-
}[] |
|
1480
|
+
}[] | undefined>;
|
1630
1481
|
eventId: string;
|
1482
|
+
transactionId: string;
|
1631
1483
|
annotation?: Record<string, string | number | boolean | {
|
1632
1484
|
type: string;
|
1633
1485
|
filename: string;
|
@@ -1643,10 +1495,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1643
1495
|
residentialArea?: string | null | undefined;
|
1644
1496
|
street?: string | null | undefined;
|
1645
1497
|
zipCode?: string | null | undefined;
|
1646
|
-
} | {
|
1647
|
-
firstname: string;
|
1648
|
-
surname: string;
|
1649
|
-
middlename?: string | null | undefined;
|
1650
1498
|
} | {
|
1651
1499
|
country: string;
|
1652
1500
|
district: string;
|
@@ -1669,12 +1517,12 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1669
1517
|
option: string;
|
1670
1518
|
filename: string;
|
1671
1519
|
originalFilename: string;
|
1672
|
-
}[] |
|
1520
|
+
}[] | undefined> | undefined;
|
1673
1521
|
originalActionId?: string | undefined;
|
1674
1522
|
keepAssignment?: boolean | undefined;
|
1675
1523
|
}, {
|
1676
|
-
transactionId: string;
|
1677
1524
|
eventId: string;
|
1525
|
+
transactionId: string;
|
1678
1526
|
type?: "NOTIFY" | undefined;
|
1679
1527
|
declaration?: Record<string, string | number | boolean | {
|
1680
1528
|
type: string;
|
@@ -1691,10 +1539,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1691
1539
|
residentialArea?: string | null | undefined;
|
1692
1540
|
street?: string | null | undefined;
|
1693
1541
|
zipCode?: string | null | undefined;
|
1694
|
-
} | {
|
1695
|
-
firstname: string;
|
1696
|
-
surname: string;
|
1697
|
-
middlename?: string | null | undefined;
|
1698
1542
|
} | {
|
1699
1543
|
country: string;
|
1700
1544
|
district: string;
|
@@ -1717,7 +1561,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1717
1561
|
option: string;
|
1718
1562
|
filename: string;
|
1719
1563
|
originalFilename: string;
|
1720
|
-
}[] |
|
1564
|
+
}[] | undefined> | undefined;
|
1721
1565
|
annotation?: Record<string, string | number | boolean | {
|
1722
1566
|
type: string;
|
1723
1567
|
filename: string;
|
@@ -1733,10 +1577,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1733
1577
|
residentialArea?: string | null | undefined;
|
1734
1578
|
street?: string | null | undefined;
|
1735
1579
|
zipCode?: string | null | undefined;
|
1736
|
-
} | {
|
1737
|
-
firstname: string;
|
1738
|
-
surname: string;
|
1739
|
-
middlename?: string | null | undefined;
|
1740
1580
|
} | {
|
1741
1581
|
country: string;
|
1742
1582
|
district: string;
|
@@ -1759,7 +1599,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1759
1599
|
option: string;
|
1760
1600
|
filename: string;
|
1761
1601
|
originalFilename: string;
|
1762
|
-
}[] |
|
1602
|
+
}[] | undefined> | undefined;
|
1763
1603
|
originalActionId?: string | undefined;
|
1764
1604
|
keepAssignment?: boolean | undefined;
|
1765
1605
|
}>;
|
@@ -1767,7 +1607,7 @@ export type NotifyActionInput = z.infer<typeof NotifyActionInput>;
|
|
1767
1607
|
export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
1768
1608
|
eventId: z.ZodString;
|
1769
1609
|
transactionId: z.ZodString;
|
1770
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1610
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1771
1611
|
filename: z.ZodString;
|
1772
1612
|
originalFilename: z.ZodString;
|
1773
1613
|
type: z.ZodString;
|
@@ -1880,20 +1720,8 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1880
1720
|
addressLine2?: string | null | undefined;
|
1881
1721
|
addressLine3?: string | null | undefined;
|
1882
1722
|
postcodeOrZip?: string | null | undefined;
|
1883
|
-
}
|
1884
|
-
|
1885
|
-
surname: z.ZodString;
|
1886
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1887
|
-
}, "strip", z.ZodTypeAny, {
|
1888
|
-
firstname: string;
|
1889
|
-
surname: string;
|
1890
|
-
middlename?: string | null | undefined;
|
1891
|
-
}, {
|
1892
|
-
firstname: string;
|
1893
|
-
surname: string;
|
1894
|
-
middlename?: string | null | undefined;
|
1895
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1896
|
-
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<{
|
1723
|
+
}>]>>>;
|
1724
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1897
1725
|
filename: z.ZodString;
|
1898
1726
|
originalFilename: z.ZodString;
|
1899
1727
|
type: z.ZodString;
|
@@ -2006,26 +1834,13 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2006
1834
|
addressLine2?: string | null | undefined;
|
2007
1835
|
addressLine3?: string | null | undefined;
|
2008
1836
|
postcodeOrZip?: string | null | undefined;
|
2009
|
-
}
|
2010
|
-
firstname: z.ZodString;
|
2011
|
-
surname: z.ZodString;
|
2012
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2013
|
-
}, "strip", z.ZodTypeAny, {
|
2014
|
-
firstname: string;
|
2015
|
-
surname: string;
|
2016
|
-
middlename?: string | null | undefined;
|
2017
|
-
}, {
|
2018
|
-
firstname: string;
|
2019
|
-
surname: string;
|
2020
|
-
middlename?: string | null | undefined;
|
2021
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1837
|
+
}>]>>>;
|
2022
1838
|
originalActionId: z.ZodOptional<z.ZodString>;
|
2023
1839
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
2024
1840
|
}, {
|
2025
1841
|
type: z.ZodDefault<z.ZodLiteral<"DECLARE">>;
|
2026
1842
|
}>, "strip", z.ZodTypeAny, {
|
2027
1843
|
type: "DECLARE";
|
2028
|
-
transactionId: string;
|
2029
1844
|
declaration: Record<string, string | number | boolean | {
|
2030
1845
|
type: string;
|
2031
1846
|
filename: string;
|
@@ -2041,10 +1856,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2041
1856
|
residentialArea?: string | null | undefined;
|
2042
1857
|
street?: string | null | undefined;
|
2043
1858
|
zipCode?: string | null | undefined;
|
2044
|
-
} | {
|
2045
|
-
firstname: string;
|
2046
|
-
surname: string;
|
2047
|
-
middlename?: string | null | undefined;
|
2048
1859
|
} | {
|
2049
1860
|
country: string;
|
2050
1861
|
district: string;
|
@@ -2067,8 +1878,9 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2067
1878
|
option: string;
|
2068
1879
|
filename: string;
|
2069
1880
|
originalFilename: string;
|
2070
|
-
}[] |
|
1881
|
+
}[] | undefined>;
|
2071
1882
|
eventId: string;
|
1883
|
+
transactionId: string;
|
2072
1884
|
annotation?: Record<string, string | number | boolean | {
|
2073
1885
|
type: string;
|
2074
1886
|
filename: string;
|
@@ -2084,10 +1896,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2084
1896
|
residentialArea?: string | null | undefined;
|
2085
1897
|
street?: string | null | undefined;
|
2086
1898
|
zipCode?: string | null | undefined;
|
2087
|
-
} | {
|
2088
|
-
firstname: string;
|
2089
|
-
surname: string;
|
2090
|
-
middlename?: string | null | undefined;
|
2091
1899
|
} | {
|
2092
1900
|
country: string;
|
2093
1901
|
district: string;
|
@@ -2110,12 +1918,12 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2110
1918
|
option: string;
|
2111
1919
|
filename: string;
|
2112
1920
|
originalFilename: string;
|
2113
|
-
}[] |
|
1921
|
+
}[] | undefined> | undefined;
|
2114
1922
|
originalActionId?: string | undefined;
|
2115
1923
|
keepAssignment?: boolean | undefined;
|
2116
1924
|
}, {
|
2117
|
-
transactionId: string;
|
2118
1925
|
eventId: string;
|
1926
|
+
transactionId: string;
|
2119
1927
|
type?: "DECLARE" | undefined;
|
2120
1928
|
declaration?: Record<string, string | number | boolean | {
|
2121
1929
|
type: string;
|
@@ -2132,10 +1940,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2132
1940
|
residentialArea?: string | null | undefined;
|
2133
1941
|
street?: string | null | undefined;
|
2134
1942
|
zipCode?: string | null | undefined;
|
2135
|
-
} | {
|
2136
|
-
firstname: string;
|
2137
|
-
surname: string;
|
2138
|
-
middlename?: string | null | undefined;
|
2139
1943
|
} | {
|
2140
1944
|
country: string;
|
2141
1945
|
district: string;
|
@@ -2158,7 +1962,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2158
1962
|
option: string;
|
2159
1963
|
filename: string;
|
2160
1964
|
originalFilename: string;
|
2161
|
-
}[] |
|
1965
|
+
}[] | undefined> | undefined;
|
2162
1966
|
annotation?: Record<string, string | number | boolean | {
|
2163
1967
|
type: string;
|
2164
1968
|
filename: string;
|
@@ -2174,10 +1978,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2174
1978
|
residentialArea?: string | null | undefined;
|
2175
1979
|
street?: string | null | undefined;
|
2176
1980
|
zipCode?: string | null | undefined;
|
2177
|
-
} | {
|
2178
|
-
firstname: string;
|
2179
|
-
surname: string;
|
2180
|
-
middlename?: string | null | undefined;
|
2181
1981
|
} | {
|
2182
1982
|
country: string;
|
2183
1983
|
district: string;
|
@@ -2200,14 +2000,14 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2200
2000
|
option: string;
|
2201
2001
|
filename: string;
|
2202
2002
|
originalFilename: string;
|
2203
|
-
}[] |
|
2003
|
+
}[] | undefined> | undefined;
|
2204
2004
|
originalActionId?: string | undefined;
|
2205
2005
|
keepAssignment?: boolean | undefined;
|
2206
2006
|
}>;
|
2207
2007
|
export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
2208
2008
|
eventId: z.ZodString;
|
2209
2009
|
transactionId: z.ZodString;
|
2210
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2010
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2211
2011
|
filename: z.ZodString;
|
2212
2012
|
originalFilename: z.ZodString;
|
2213
2013
|
type: z.ZodString;
|
@@ -2320,20 +2120,8 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2320
2120
|
addressLine2?: string | null | undefined;
|
2321
2121
|
addressLine3?: string | null | undefined;
|
2322
2122
|
postcodeOrZip?: string | null | undefined;
|
2323
|
-
}
|
2324
|
-
|
2325
|
-
surname: z.ZodString;
|
2326
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2327
|
-
}, "strip", z.ZodTypeAny, {
|
2328
|
-
firstname: string;
|
2329
|
-
surname: string;
|
2330
|
-
middlename?: string | null | undefined;
|
2331
|
-
}, {
|
2332
|
-
firstname: string;
|
2333
|
-
surname: string;
|
2334
|
-
middlename?: string | null | undefined;
|
2335
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2336
|
-
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<{
|
2123
|
+
}>]>>>;
|
2124
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2337
2125
|
filename: z.ZodString;
|
2338
2126
|
originalFilename: z.ZodString;
|
2339
2127
|
type: z.ZodString;
|
@@ -2446,26 +2234,13 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2446
2234
|
addressLine2?: string | null | undefined;
|
2447
2235
|
addressLine3?: string | null | undefined;
|
2448
2236
|
postcodeOrZip?: string | null | undefined;
|
2449
|
-
}
|
2450
|
-
firstname: z.ZodString;
|
2451
|
-
surname: z.ZodString;
|
2452
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2453
|
-
}, "strip", z.ZodTypeAny, {
|
2454
|
-
firstname: string;
|
2455
|
-
surname: string;
|
2456
|
-
middlename?: string | null | undefined;
|
2457
|
-
}, {
|
2458
|
-
firstname: string;
|
2459
|
-
surname: string;
|
2460
|
-
middlename?: string | null | undefined;
|
2461
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2237
|
+
}>]>>>;
|
2462
2238
|
originalActionId: z.ZodOptional<z.ZodString>;
|
2463
2239
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
2464
2240
|
}, {
|
2465
2241
|
type: z.ZodDefault<z.ZodLiteral<"PRINT_CERTIFICATE">>;
|
2466
2242
|
}>, "strip", z.ZodTypeAny, {
|
2467
2243
|
type: "PRINT_CERTIFICATE";
|
2468
|
-
transactionId: string;
|
2469
2244
|
declaration: Record<string, string | number | boolean | {
|
2470
2245
|
type: string;
|
2471
2246
|
filename: string;
|
@@ -2481,10 +2256,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2481
2256
|
residentialArea?: string | null | undefined;
|
2482
2257
|
street?: string | null | undefined;
|
2483
2258
|
zipCode?: string | null | undefined;
|
2484
|
-
} | {
|
2485
|
-
firstname: string;
|
2486
|
-
surname: string;
|
2487
|
-
middlename?: string | null | undefined;
|
2488
2259
|
} | {
|
2489
2260
|
country: string;
|
2490
2261
|
district: string;
|
@@ -2507,8 +2278,9 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2507
2278
|
option: string;
|
2508
2279
|
filename: string;
|
2509
2280
|
originalFilename: string;
|
2510
|
-
}[] |
|
2281
|
+
}[] | undefined>;
|
2511
2282
|
eventId: string;
|
2283
|
+
transactionId: string;
|
2512
2284
|
annotation?: Record<string, string | number | boolean | {
|
2513
2285
|
type: string;
|
2514
2286
|
filename: string;
|
@@ -2524,10 +2296,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2524
2296
|
residentialArea?: string | null | undefined;
|
2525
2297
|
street?: string | null | undefined;
|
2526
2298
|
zipCode?: string | null | undefined;
|
2527
|
-
} | {
|
2528
|
-
firstname: string;
|
2529
|
-
surname: string;
|
2530
|
-
middlename?: string | null | undefined;
|
2531
2299
|
} | {
|
2532
2300
|
country: string;
|
2533
2301
|
district: string;
|
@@ -2550,12 +2318,12 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2550
2318
|
option: string;
|
2551
2319
|
filename: string;
|
2552
2320
|
originalFilename: string;
|
2553
|
-
}[] |
|
2321
|
+
}[] | undefined> | undefined;
|
2554
2322
|
originalActionId?: string | undefined;
|
2555
2323
|
keepAssignment?: boolean | undefined;
|
2556
2324
|
}, {
|
2557
|
-
transactionId: string;
|
2558
2325
|
eventId: string;
|
2326
|
+
transactionId: string;
|
2559
2327
|
type?: "PRINT_CERTIFICATE" | undefined;
|
2560
2328
|
declaration?: Record<string, string | number | boolean | {
|
2561
2329
|
type: string;
|
@@ -2572,10 +2340,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2572
2340
|
residentialArea?: string | null | undefined;
|
2573
2341
|
street?: string | null | undefined;
|
2574
2342
|
zipCode?: string | null | undefined;
|
2575
|
-
} | {
|
2576
|
-
firstname: string;
|
2577
|
-
surname: string;
|
2578
|
-
middlename?: string | null | undefined;
|
2579
2343
|
} | {
|
2580
2344
|
country: string;
|
2581
2345
|
district: string;
|
@@ -2598,7 +2362,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2598
2362
|
option: string;
|
2599
2363
|
filename: string;
|
2600
2364
|
originalFilename: string;
|
2601
|
-
}[] |
|
2365
|
+
}[] | undefined> | undefined;
|
2602
2366
|
annotation?: Record<string, string | number | boolean | {
|
2603
2367
|
type: string;
|
2604
2368
|
filename: string;
|
@@ -2614,10 +2378,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2614
2378
|
residentialArea?: string | null | undefined;
|
2615
2379
|
street?: string | null | undefined;
|
2616
2380
|
zipCode?: string | null | undefined;
|
2617
|
-
} | {
|
2618
|
-
firstname: string;
|
2619
|
-
surname: string;
|
2620
|
-
middlename?: string | null | undefined;
|
2621
2381
|
} | {
|
2622
2382
|
country: string;
|
2623
2383
|
district: string;
|
@@ -2640,7 +2400,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2640
2400
|
option: string;
|
2641
2401
|
filename: string;
|
2642
2402
|
originalFilename: string;
|
2643
|
-
}[] |
|
2403
|
+
}[] | undefined> | undefined;
|
2644
2404
|
originalActionId?: string | undefined;
|
2645
2405
|
keepAssignment?: boolean | undefined;
|
2646
2406
|
}>;
|
@@ -2648,7 +2408,7 @@ export type DeclareActionInput = z.infer<typeof DeclareActionInput>;
|
|
2648
2408
|
export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
2649
2409
|
eventId: z.ZodString;
|
2650
2410
|
transactionId: z.ZodString;
|
2651
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2411
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2652
2412
|
filename: z.ZodString;
|
2653
2413
|
originalFilename: z.ZodString;
|
2654
2414
|
type: z.ZodString;
|
@@ -2761,20 +2521,8 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2761
2521
|
addressLine2?: string | null | undefined;
|
2762
2522
|
addressLine3?: string | null | undefined;
|
2763
2523
|
postcodeOrZip?: string | null | undefined;
|
2764
|
-
}
|
2765
|
-
|
2766
|
-
surname: z.ZodString;
|
2767
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2768
|
-
}, "strip", z.ZodTypeAny, {
|
2769
|
-
firstname: string;
|
2770
|
-
surname: string;
|
2771
|
-
middlename?: string | null | undefined;
|
2772
|
-
}, {
|
2773
|
-
firstname: string;
|
2774
|
-
surname: string;
|
2775
|
-
middlename?: string | null | undefined;
|
2776
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2777
|
-
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<{
|
2524
|
+
}>]>>>;
|
2525
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2778
2526
|
filename: z.ZodString;
|
2779
2527
|
originalFilename: z.ZodString;
|
2780
2528
|
type: z.ZodString;
|
@@ -2887,40 +2635,13 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2887
2635
|
addressLine2?: string | null | undefined;
|
2888
2636
|
addressLine3?: string | null | undefined;
|
2889
2637
|
postcodeOrZip?: string | null | undefined;
|
2890
|
-
}
|
2891
|
-
firstname: z.ZodString;
|
2892
|
-
surname: z.ZodString;
|
2893
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2894
|
-
}, "strip", z.ZodTypeAny, {
|
2895
|
-
firstname: string;
|
2896
|
-
surname: string;
|
2897
|
-
middlename?: string | null | undefined;
|
2898
|
-
}, {
|
2899
|
-
firstname: string;
|
2900
|
-
surname: string;
|
2901
|
-
middlename?: string | null | undefined;
|
2902
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2638
|
+
}>]>>>;
|
2903
2639
|
originalActionId: z.ZodOptional<z.ZodString>;
|
2904
2640
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
2905
2641
|
}, {
|
2906
2642
|
type: z.ZodDefault<z.ZodLiteral<"REJECT">>;
|
2907
|
-
reason: z.ZodObject<{
|
2908
|
-
message: z.ZodString;
|
2909
|
-
isDuplicate: z.ZodOptional<z.ZodBoolean>;
|
2910
|
-
}, "strip", z.ZodTypeAny, {
|
2911
|
-
message: string;
|
2912
|
-
isDuplicate?: boolean | undefined;
|
2913
|
-
}, {
|
2914
|
-
message: string;
|
2915
|
-
isDuplicate?: boolean | undefined;
|
2916
|
-
}>;
|
2917
2643
|
}>, "strip", z.ZodTypeAny, {
|
2918
2644
|
type: "REJECT";
|
2919
|
-
reason: {
|
2920
|
-
message: string;
|
2921
|
-
isDuplicate?: boolean | undefined;
|
2922
|
-
};
|
2923
|
-
transactionId: string;
|
2924
2645
|
declaration: Record<string, string | number | boolean | {
|
2925
2646
|
type: string;
|
2926
2647
|
filename: string;
|
@@ -2936,10 +2657,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2936
2657
|
residentialArea?: string | null | undefined;
|
2937
2658
|
street?: string | null | undefined;
|
2938
2659
|
zipCode?: string | null | undefined;
|
2939
|
-
} | {
|
2940
|
-
firstname: string;
|
2941
|
-
surname: string;
|
2942
|
-
middlename?: string | null | undefined;
|
2943
2660
|
} | {
|
2944
2661
|
country: string;
|
2945
2662
|
district: string;
|
@@ -2962,8 +2679,9 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2962
2679
|
option: string;
|
2963
2680
|
filename: string;
|
2964
2681
|
originalFilename: string;
|
2965
|
-
}[] |
|
2682
|
+
}[] | undefined>;
|
2966
2683
|
eventId: string;
|
2684
|
+
transactionId: string;
|
2967
2685
|
annotation?: Record<string, string | number | boolean | {
|
2968
2686
|
type: string;
|
2969
2687
|
filename: string;
|
@@ -2979,10 +2697,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2979
2697
|
residentialArea?: string | null | undefined;
|
2980
2698
|
street?: string | null | undefined;
|
2981
2699
|
zipCode?: string | null | undefined;
|
2982
|
-
} | {
|
2983
|
-
firstname: string;
|
2984
|
-
surname: string;
|
2985
|
-
middlename?: string | null | undefined;
|
2986
2700
|
} | {
|
2987
2701
|
country: string;
|
2988
2702
|
district: string;
|
@@ -3005,16 +2719,12 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3005
2719
|
option: string;
|
3006
2720
|
filename: string;
|
3007
2721
|
originalFilename: string;
|
3008
|
-
}[] |
|
2722
|
+
}[] | undefined> | undefined;
|
3009
2723
|
originalActionId?: string | undefined;
|
3010
2724
|
keepAssignment?: boolean | undefined;
|
3011
2725
|
}, {
|
3012
|
-
reason: {
|
3013
|
-
message: string;
|
3014
|
-
isDuplicate?: boolean | undefined;
|
3015
|
-
};
|
3016
|
-
transactionId: string;
|
3017
2726
|
eventId: string;
|
2727
|
+
transactionId: string;
|
3018
2728
|
type?: "REJECT" | undefined;
|
3019
2729
|
declaration?: Record<string, string | number | boolean | {
|
3020
2730
|
type: string;
|
@@ -3031,10 +2741,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3031
2741
|
residentialArea?: string | null | undefined;
|
3032
2742
|
street?: string | null | undefined;
|
3033
2743
|
zipCode?: string | null | undefined;
|
3034
|
-
} | {
|
3035
|
-
firstname: string;
|
3036
|
-
surname: string;
|
3037
|
-
middlename?: string | null | undefined;
|
3038
2744
|
} | {
|
3039
2745
|
country: string;
|
3040
2746
|
district: string;
|
@@ -3057,7 +2763,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3057
2763
|
option: string;
|
3058
2764
|
filename: string;
|
3059
2765
|
originalFilename: string;
|
3060
|
-
}[] |
|
2766
|
+
}[] | undefined> | undefined;
|
3061
2767
|
annotation?: Record<string, string | number | boolean | {
|
3062
2768
|
type: string;
|
3063
2769
|
filename: string;
|
@@ -3073,10 +2779,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3073
2779
|
residentialArea?: string | null | undefined;
|
3074
2780
|
street?: string | null | undefined;
|
3075
2781
|
zipCode?: string | null | undefined;
|
3076
|
-
} | {
|
3077
|
-
firstname: string;
|
3078
|
-
surname: string;
|
3079
|
-
middlename?: string | null | undefined;
|
3080
2782
|
} | {
|
3081
2783
|
country: string;
|
3082
2784
|
district: string;
|
@@ -3099,7 +2801,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3099
2801
|
option: string;
|
3100
2802
|
filename: string;
|
3101
2803
|
originalFilename: string;
|
3102
|
-
}[] |
|
2804
|
+
}[] | undefined> | undefined;
|
3103
2805
|
originalActionId?: string | undefined;
|
3104
2806
|
keepAssignment?: boolean | undefined;
|
3105
2807
|
}>;
|
@@ -3107,7 +2809,7 @@ export type RejectDeclarationActionInput = z.infer<typeof RejectDeclarationActio
|
|
3107
2809
|
export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
3108
2810
|
eventId: z.ZodString;
|
3109
2811
|
transactionId: z.ZodString;
|
3110
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2812
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3111
2813
|
filename: z.ZodString;
|
3112
2814
|
originalFilename: z.ZodString;
|
3113
2815
|
type: z.ZodString;
|
@@ -3220,20 +2922,8 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3220
2922
|
addressLine2?: string | null | undefined;
|
3221
2923
|
addressLine3?: string | null | undefined;
|
3222
2924
|
postcodeOrZip?: string | null | undefined;
|
3223
|
-
}
|
3224
|
-
|
3225
|
-
surname: z.ZodString;
|
3226
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3227
|
-
}, "strip", z.ZodTypeAny, {
|
3228
|
-
firstname: string;
|
3229
|
-
surname: string;
|
3230
|
-
middlename?: string | null | undefined;
|
3231
|
-
}, {
|
3232
|
-
firstname: string;
|
3233
|
-
surname: string;
|
3234
|
-
middlename?: string | null | undefined;
|
3235
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3236
|
-
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<{
|
2925
|
+
}>]>>>;
|
2926
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3237
2927
|
filename: z.ZodString;
|
3238
2928
|
originalFilename: z.ZodString;
|
3239
2929
|
type: z.ZodString;
|
@@ -3346,26 +3036,13 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3346
3036
|
addressLine2?: string | null | undefined;
|
3347
3037
|
addressLine3?: string | null | undefined;
|
3348
3038
|
postcodeOrZip?: string | null | undefined;
|
3349
|
-
}
|
3350
|
-
firstname: z.ZodString;
|
3351
|
-
surname: z.ZodString;
|
3352
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3353
|
-
}, "strip", z.ZodTypeAny, {
|
3354
|
-
firstname: string;
|
3355
|
-
surname: string;
|
3356
|
-
middlename?: string | null | undefined;
|
3357
|
-
}, {
|
3358
|
-
firstname: string;
|
3359
|
-
surname: string;
|
3360
|
-
middlename?: string | null | undefined;
|
3361
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3039
|
+
}>]>>>;
|
3362
3040
|
originalActionId: z.ZodOptional<z.ZodString>;
|
3363
3041
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
3364
3042
|
}, {
|
3365
3043
|
type: z.ZodDefault<z.ZodLiteral<"MARKED_AS_DUPLICATE">>;
|
3366
3044
|
}>, "strip", z.ZodTypeAny, {
|
3367
3045
|
type: "MARKED_AS_DUPLICATE";
|
3368
|
-
transactionId: string;
|
3369
3046
|
declaration: Record<string, string | number | boolean | {
|
3370
3047
|
type: string;
|
3371
3048
|
filename: string;
|
@@ -3381,10 +3058,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3381
3058
|
residentialArea?: string | null | undefined;
|
3382
3059
|
street?: string | null | undefined;
|
3383
3060
|
zipCode?: string | null | undefined;
|
3384
|
-
} | {
|
3385
|
-
firstname: string;
|
3386
|
-
surname: string;
|
3387
|
-
middlename?: string | null | undefined;
|
3388
3061
|
} | {
|
3389
3062
|
country: string;
|
3390
3063
|
district: string;
|
@@ -3407,8 +3080,9 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3407
3080
|
option: string;
|
3408
3081
|
filename: string;
|
3409
3082
|
originalFilename: string;
|
3410
|
-
}[] |
|
3083
|
+
}[] | undefined>;
|
3411
3084
|
eventId: string;
|
3085
|
+
transactionId: string;
|
3412
3086
|
annotation?: Record<string, string | number | boolean | {
|
3413
3087
|
type: string;
|
3414
3088
|
filename: string;
|
@@ -3424,10 +3098,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3424
3098
|
residentialArea?: string | null | undefined;
|
3425
3099
|
street?: string | null | undefined;
|
3426
3100
|
zipCode?: string | null | undefined;
|
3427
|
-
} | {
|
3428
|
-
firstname: string;
|
3429
|
-
surname: string;
|
3430
|
-
middlename?: string | null | undefined;
|
3431
3101
|
} | {
|
3432
3102
|
country: string;
|
3433
3103
|
district: string;
|
@@ -3450,12 +3120,12 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3450
3120
|
option: string;
|
3451
3121
|
filename: string;
|
3452
3122
|
originalFilename: string;
|
3453
|
-
}[] |
|
3123
|
+
}[] | undefined> | undefined;
|
3454
3124
|
originalActionId?: string | undefined;
|
3455
3125
|
keepAssignment?: boolean | undefined;
|
3456
3126
|
}, {
|
3457
|
-
transactionId: string;
|
3458
3127
|
eventId: string;
|
3128
|
+
transactionId: string;
|
3459
3129
|
type?: "MARKED_AS_DUPLICATE" | undefined;
|
3460
3130
|
declaration?: Record<string, string | number | boolean | {
|
3461
3131
|
type: string;
|
@@ -3472,10 +3142,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3472
3142
|
residentialArea?: string | null | undefined;
|
3473
3143
|
street?: string | null | undefined;
|
3474
3144
|
zipCode?: string | null | undefined;
|
3475
|
-
} | {
|
3476
|
-
firstname: string;
|
3477
|
-
surname: string;
|
3478
|
-
middlename?: string | null | undefined;
|
3479
3145
|
} | {
|
3480
3146
|
country: string;
|
3481
3147
|
district: string;
|
@@ -3498,7 +3164,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3498
3164
|
option: string;
|
3499
3165
|
filename: string;
|
3500
3166
|
originalFilename: string;
|
3501
|
-
}[] |
|
3167
|
+
}[] | undefined> | undefined;
|
3502
3168
|
annotation?: Record<string, string | number | boolean | {
|
3503
3169
|
type: string;
|
3504
3170
|
filename: string;
|
@@ -3514,10 +3180,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3514
3180
|
residentialArea?: string | null | undefined;
|
3515
3181
|
street?: string | null | undefined;
|
3516
3182
|
zipCode?: string | null | undefined;
|
3517
|
-
} | {
|
3518
|
-
firstname: string;
|
3519
|
-
surname: string;
|
3520
|
-
middlename?: string | null | undefined;
|
3521
3183
|
} | {
|
3522
3184
|
country: string;
|
3523
3185
|
district: string;
|
@@ -3540,7 +3202,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3540
3202
|
option: string;
|
3541
3203
|
filename: string;
|
3542
3204
|
originalFilename: string;
|
3543
|
-
}[] |
|
3205
|
+
}[] | undefined> | undefined;
|
3544
3206
|
originalActionId?: string | undefined;
|
3545
3207
|
keepAssignment?: boolean | undefined;
|
3546
3208
|
}>;
|
@@ -3548,7 +3210,7 @@ export type MarkedAsDuplicateActionInput = z.infer<typeof MarkedAsDuplicateActio
|
|
3548
3210
|
export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
3549
3211
|
eventId: z.ZodString;
|
3550
3212
|
transactionId: z.ZodString;
|
3551
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3213
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3552
3214
|
filename: z.ZodString;
|
3553
3215
|
originalFilename: z.ZodString;
|
3554
3216
|
type: z.ZodString;
|
@@ -3661,20 +3323,8 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3661
3323
|
addressLine2?: string | null | undefined;
|
3662
3324
|
addressLine3?: string | null | undefined;
|
3663
3325
|
postcodeOrZip?: string | null | undefined;
|
3664
|
-
}
|
3665
|
-
|
3666
|
-
surname: z.ZodString;
|
3667
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3668
|
-
}, "strip", z.ZodTypeAny, {
|
3669
|
-
firstname: string;
|
3670
|
-
surname: string;
|
3671
|
-
middlename?: string | null | undefined;
|
3672
|
-
}, {
|
3673
|
-
firstname: string;
|
3674
|
-
surname: string;
|
3675
|
-
middlename?: string | null | undefined;
|
3676
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3677
|
-
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<{
|
3326
|
+
}>]>>>;
|
3327
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3678
3328
|
filename: z.ZodString;
|
3679
3329
|
originalFilename: z.ZodString;
|
3680
3330
|
type: z.ZodString;
|
@@ -3787,40 +3437,13 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3787
3437
|
addressLine2?: string | null | undefined;
|
3788
3438
|
addressLine3?: string | null | undefined;
|
3789
3439
|
postcodeOrZip?: string | null | undefined;
|
3790
|
-
}
|
3791
|
-
firstname: z.ZodString;
|
3792
|
-
surname: z.ZodString;
|
3793
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3794
|
-
}, "strip", z.ZodTypeAny, {
|
3795
|
-
firstname: string;
|
3796
|
-
surname: string;
|
3797
|
-
middlename?: string | null | undefined;
|
3798
|
-
}, {
|
3799
|
-
firstname: string;
|
3800
|
-
surname: string;
|
3801
|
-
middlename?: string | null | undefined;
|
3802
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3440
|
+
}>]>>>;
|
3803
3441
|
originalActionId: z.ZodOptional<z.ZodString>;
|
3804
3442
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
3805
3443
|
}, {
|
3806
3444
|
type: z.ZodDefault<z.ZodLiteral<"ARCHIVE">>;
|
3807
|
-
reason: z.ZodObject<{
|
3808
|
-
message: z.ZodString;
|
3809
|
-
isDuplicate: z.ZodOptional<z.ZodBoolean>;
|
3810
|
-
}, "strip", z.ZodTypeAny, {
|
3811
|
-
message: string;
|
3812
|
-
isDuplicate?: boolean | undefined;
|
3813
|
-
}, {
|
3814
|
-
message: string;
|
3815
|
-
isDuplicate?: boolean | undefined;
|
3816
|
-
}>;
|
3817
3445
|
}>, "strip", z.ZodTypeAny, {
|
3818
3446
|
type: "ARCHIVE";
|
3819
|
-
reason: {
|
3820
|
-
message: string;
|
3821
|
-
isDuplicate?: boolean | undefined;
|
3822
|
-
};
|
3823
|
-
transactionId: string;
|
3824
3447
|
declaration: Record<string, string | number | boolean | {
|
3825
3448
|
type: string;
|
3826
3449
|
filename: string;
|
@@ -3836,10 +3459,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3836
3459
|
residentialArea?: string | null | undefined;
|
3837
3460
|
street?: string | null | undefined;
|
3838
3461
|
zipCode?: string | null | undefined;
|
3839
|
-
} | {
|
3840
|
-
firstname: string;
|
3841
|
-
surname: string;
|
3842
|
-
middlename?: string | null | undefined;
|
3843
3462
|
} | {
|
3844
3463
|
country: string;
|
3845
3464
|
district: string;
|
@@ -3862,8 +3481,9 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3862
3481
|
option: string;
|
3863
3482
|
filename: string;
|
3864
3483
|
originalFilename: string;
|
3865
|
-
}[] |
|
3484
|
+
}[] | undefined>;
|
3866
3485
|
eventId: string;
|
3486
|
+
transactionId: string;
|
3867
3487
|
annotation?: Record<string, string | number | boolean | {
|
3868
3488
|
type: string;
|
3869
3489
|
filename: string;
|
@@ -3879,10 +3499,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3879
3499
|
residentialArea?: string | null | undefined;
|
3880
3500
|
street?: string | null | undefined;
|
3881
3501
|
zipCode?: string | null | undefined;
|
3882
|
-
} | {
|
3883
|
-
firstname: string;
|
3884
|
-
surname: string;
|
3885
|
-
middlename?: string | null | undefined;
|
3886
3502
|
} | {
|
3887
3503
|
country: string;
|
3888
3504
|
district: string;
|
@@ -3905,16 +3521,12 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3905
3521
|
option: string;
|
3906
3522
|
filename: string;
|
3907
3523
|
originalFilename: string;
|
3908
|
-
}[] |
|
3524
|
+
}[] | undefined> | undefined;
|
3909
3525
|
originalActionId?: string | undefined;
|
3910
3526
|
keepAssignment?: boolean | undefined;
|
3911
3527
|
}, {
|
3912
|
-
reason: {
|
3913
|
-
message: string;
|
3914
|
-
isDuplicate?: boolean | undefined;
|
3915
|
-
};
|
3916
|
-
transactionId: string;
|
3917
3528
|
eventId: string;
|
3529
|
+
transactionId: string;
|
3918
3530
|
type?: "ARCHIVE" | undefined;
|
3919
3531
|
declaration?: Record<string, string | number | boolean | {
|
3920
3532
|
type: string;
|
@@ -3931,10 +3543,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3931
3543
|
residentialArea?: string | null | undefined;
|
3932
3544
|
street?: string | null | undefined;
|
3933
3545
|
zipCode?: string | null | undefined;
|
3934
|
-
} | {
|
3935
|
-
firstname: string;
|
3936
|
-
surname: string;
|
3937
|
-
middlename?: string | null | undefined;
|
3938
3546
|
} | {
|
3939
3547
|
country: string;
|
3940
3548
|
district: string;
|
@@ -3957,7 +3565,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3957
3565
|
option: string;
|
3958
3566
|
filename: string;
|
3959
3567
|
originalFilename: string;
|
3960
|
-
}[] |
|
3568
|
+
}[] | undefined> | undefined;
|
3961
3569
|
annotation?: Record<string, string | number | boolean | {
|
3962
3570
|
type: string;
|
3963
3571
|
filename: string;
|
@@ -3973,10 +3581,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3973
3581
|
residentialArea?: string | null | undefined;
|
3974
3582
|
street?: string | null | undefined;
|
3975
3583
|
zipCode?: string | null | undefined;
|
3976
|
-
} | {
|
3977
|
-
firstname: string;
|
3978
|
-
surname: string;
|
3979
|
-
middlename?: string | null | undefined;
|
3980
3584
|
} | {
|
3981
3585
|
country: string;
|
3982
3586
|
district: string;
|
@@ -3999,7 +3603,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3999
3603
|
option: string;
|
4000
3604
|
filename: string;
|
4001
3605
|
originalFilename: string;
|
4002
|
-
}[] |
|
3606
|
+
}[] | undefined> | undefined;
|
4003
3607
|
originalActionId?: string | undefined;
|
4004
3608
|
keepAssignment?: boolean | undefined;
|
4005
3609
|
}>;
|
@@ -4007,7 +3611,7 @@ export type ArchiveActionInput = z.infer<typeof ArchiveActionInput>;
|
|
4007
3611
|
export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4008
3612
|
eventId: z.ZodString;
|
4009
3613
|
transactionId: z.ZodString;
|
4010
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3614
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4011
3615
|
filename: z.ZodString;
|
4012
3616
|
originalFilename: z.ZodString;
|
4013
3617
|
type: z.ZodString;
|
@@ -4120,20 +3724,8 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4120
3724
|
addressLine2?: string | null | undefined;
|
4121
3725
|
addressLine3?: string | null | undefined;
|
4122
3726
|
postcodeOrZip?: string | null | undefined;
|
4123
|
-
}
|
4124
|
-
|
4125
|
-
surname: z.ZodString;
|
4126
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4127
|
-
}, "strip", z.ZodTypeAny, {
|
4128
|
-
firstname: string;
|
4129
|
-
surname: string;
|
4130
|
-
middlename?: string | null | undefined;
|
4131
|
-
}, {
|
4132
|
-
firstname: string;
|
4133
|
-
surname: string;
|
4134
|
-
middlename?: string | null | undefined;
|
4135
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4136
|
-
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<{
|
3727
|
+
}>]>>>;
|
3728
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4137
3729
|
filename: z.ZodString;
|
4138
3730
|
originalFilename: z.ZodString;
|
4139
3731
|
type: z.ZodString;
|
@@ -4246,19 +3838,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4246
3838
|
addressLine2?: string | null | undefined;
|
4247
3839
|
addressLine3?: string | null | undefined;
|
4248
3840
|
postcodeOrZip?: string | null | undefined;
|
4249
|
-
}
|
4250
|
-
firstname: z.ZodString;
|
4251
|
-
surname: z.ZodString;
|
4252
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4253
|
-
}, "strip", z.ZodTypeAny, {
|
4254
|
-
firstname: string;
|
4255
|
-
surname: string;
|
4256
|
-
middlename?: string | null | undefined;
|
4257
|
-
}, {
|
4258
|
-
firstname: string;
|
4259
|
-
surname: string;
|
4260
|
-
middlename?: string | null | undefined;
|
4261
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3841
|
+
}>]>>>;
|
4262
3842
|
originalActionId: z.ZodOptional<z.ZodString>;
|
4263
3843
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
4264
3844
|
}, {
|
@@ -4266,7 +3846,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4266
3846
|
assignedTo: z.ZodString;
|
4267
3847
|
}>, "strip", z.ZodTypeAny, {
|
4268
3848
|
type: "ASSIGN";
|
4269
|
-
transactionId: string;
|
4270
3849
|
declaration: Record<string, string | number | boolean | {
|
4271
3850
|
type: string;
|
4272
3851
|
filename: string;
|
@@ -4282,10 +3861,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4282
3861
|
residentialArea?: string | null | undefined;
|
4283
3862
|
street?: string | null | undefined;
|
4284
3863
|
zipCode?: string | null | undefined;
|
4285
|
-
} | {
|
4286
|
-
firstname: string;
|
4287
|
-
surname: string;
|
4288
|
-
middlename?: string | null | undefined;
|
4289
3864
|
} | {
|
4290
3865
|
country: string;
|
4291
3866
|
district: string;
|
@@ -4308,9 +3883,10 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4308
3883
|
option: string;
|
4309
3884
|
filename: string;
|
4310
3885
|
originalFilename: string;
|
4311
|
-
}[] |
|
3886
|
+
}[] | undefined>;
|
4312
3887
|
assignedTo: string;
|
4313
3888
|
eventId: string;
|
3889
|
+
transactionId: string;
|
4314
3890
|
annotation?: Record<string, string | number | boolean | {
|
4315
3891
|
type: string;
|
4316
3892
|
filename: string;
|
@@ -4326,10 +3902,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4326
3902
|
residentialArea?: string | null | undefined;
|
4327
3903
|
street?: string | null | undefined;
|
4328
3904
|
zipCode?: string | null | undefined;
|
4329
|
-
} | {
|
4330
|
-
firstname: string;
|
4331
|
-
surname: string;
|
4332
|
-
middlename?: string | null | undefined;
|
4333
3905
|
} | {
|
4334
3906
|
country: string;
|
4335
3907
|
district: string;
|
@@ -4352,13 +3924,13 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4352
3924
|
option: string;
|
4353
3925
|
filename: string;
|
4354
3926
|
originalFilename: string;
|
4355
|
-
}[] |
|
3927
|
+
}[] | undefined> | undefined;
|
4356
3928
|
originalActionId?: string | undefined;
|
4357
3929
|
keepAssignment?: boolean | undefined;
|
4358
3930
|
}, {
|
4359
|
-
transactionId: string;
|
4360
3931
|
assignedTo: string;
|
4361
3932
|
eventId: string;
|
3933
|
+
transactionId: string;
|
4362
3934
|
type?: "ASSIGN" | undefined;
|
4363
3935
|
declaration?: Record<string, string | number | boolean | {
|
4364
3936
|
type: string;
|
@@ -4375,10 +3947,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4375
3947
|
residentialArea?: string | null | undefined;
|
4376
3948
|
street?: string | null | undefined;
|
4377
3949
|
zipCode?: string | null | undefined;
|
4378
|
-
} | {
|
4379
|
-
firstname: string;
|
4380
|
-
surname: string;
|
4381
|
-
middlename?: string | null | undefined;
|
4382
3950
|
} | {
|
4383
3951
|
country: string;
|
4384
3952
|
district: string;
|
@@ -4401,7 +3969,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4401
3969
|
option: string;
|
4402
3970
|
filename: string;
|
4403
3971
|
originalFilename: string;
|
4404
|
-
}[] |
|
3972
|
+
}[] | undefined> | undefined;
|
4405
3973
|
annotation?: Record<string, string | number | boolean | {
|
4406
3974
|
type: string;
|
4407
3975
|
filename: string;
|
@@ -4417,10 +3985,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4417
3985
|
residentialArea?: string | null | undefined;
|
4418
3986
|
street?: string | null | undefined;
|
4419
3987
|
zipCode?: string | null | undefined;
|
4420
|
-
} | {
|
4421
|
-
firstname: string;
|
4422
|
-
surname: string;
|
4423
|
-
middlename?: string | null | undefined;
|
4424
3988
|
} | {
|
4425
3989
|
country: string;
|
4426
3990
|
district: string;
|
@@ -4443,7 +4007,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4443
4007
|
option: string;
|
4444
4008
|
filename: string;
|
4445
4009
|
originalFilename: string;
|
4446
|
-
}[] |
|
4010
|
+
}[] | undefined> | undefined;
|
4447
4011
|
originalActionId?: string | undefined;
|
4448
4012
|
keepAssignment?: boolean | undefined;
|
4449
4013
|
}>;
|
@@ -4451,7 +4015,7 @@ export type AssignActionInput = z.infer<typeof AssignActionInput>;
|
|
4451
4015
|
export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4452
4016
|
eventId: z.ZodString;
|
4453
4017
|
transactionId: z.ZodString;
|
4454
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4018
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4455
4019
|
filename: z.ZodString;
|
4456
4020
|
originalFilename: z.ZodString;
|
4457
4021
|
type: z.ZodString;
|
@@ -4564,20 +4128,8 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4564
4128
|
addressLine2?: string | null | undefined;
|
4565
4129
|
addressLine3?: string | null | undefined;
|
4566
4130
|
postcodeOrZip?: string | null | undefined;
|
4567
|
-
}
|
4568
|
-
|
4569
|
-
surname: z.ZodString;
|
4570
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4571
|
-
}, "strip", z.ZodTypeAny, {
|
4572
|
-
firstname: string;
|
4573
|
-
surname: string;
|
4574
|
-
middlename?: string | null | undefined;
|
4575
|
-
}, {
|
4576
|
-
firstname: string;
|
4577
|
-
surname: string;
|
4578
|
-
middlename?: string | null | undefined;
|
4579
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4580
|
-
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<{
|
4131
|
+
}>]>>>;
|
4132
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4581
4133
|
filename: z.ZodString;
|
4582
4134
|
originalFilename: z.ZodString;
|
4583
4135
|
type: z.ZodString;
|
@@ -4690,19 +4242,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4690
4242
|
addressLine2?: string | null | undefined;
|
4691
4243
|
addressLine3?: string | null | undefined;
|
4692
4244
|
postcodeOrZip?: string | null | undefined;
|
4693
|
-
}
|
4694
|
-
firstname: z.ZodString;
|
4695
|
-
surname: z.ZodString;
|
4696
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4697
|
-
}, "strip", z.ZodTypeAny, {
|
4698
|
-
firstname: string;
|
4699
|
-
surname: string;
|
4700
|
-
middlename?: string | null | undefined;
|
4701
|
-
}, {
|
4702
|
-
firstname: string;
|
4703
|
-
surname: string;
|
4704
|
-
middlename?: string | null | undefined;
|
4705
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4245
|
+
}>]>>>;
|
4706
4246
|
originalActionId: z.ZodOptional<z.ZodString>;
|
4707
4247
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
4708
4248
|
}, {
|
@@ -4710,7 +4250,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4710
4250
|
assignedTo: z.ZodDefault<z.ZodLiteral<null>>;
|
4711
4251
|
}>, "strip", z.ZodTypeAny, {
|
4712
4252
|
type: "UNASSIGN";
|
4713
|
-
transactionId: string;
|
4714
4253
|
declaration: Record<string, string | number | boolean | {
|
4715
4254
|
type: string;
|
4716
4255
|
filename: string;
|
@@ -4726,10 +4265,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4726
4265
|
residentialArea?: string | null | undefined;
|
4727
4266
|
street?: string | null | undefined;
|
4728
4267
|
zipCode?: string | null | undefined;
|
4729
|
-
} | {
|
4730
|
-
firstname: string;
|
4731
|
-
surname: string;
|
4732
|
-
middlename?: string | null | undefined;
|
4733
4268
|
} | {
|
4734
4269
|
country: string;
|
4735
4270
|
district: string;
|
@@ -4752,9 +4287,10 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4752
4287
|
option: string;
|
4753
4288
|
filename: string;
|
4754
4289
|
originalFilename: string;
|
4755
|
-
}[] |
|
4290
|
+
}[] | undefined>;
|
4756
4291
|
assignedTo: null;
|
4757
4292
|
eventId: string;
|
4293
|
+
transactionId: string;
|
4758
4294
|
annotation?: Record<string, string | number | boolean | {
|
4759
4295
|
type: string;
|
4760
4296
|
filename: string;
|
@@ -4770,10 +4306,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4770
4306
|
residentialArea?: string | null | undefined;
|
4771
4307
|
street?: string | null | undefined;
|
4772
4308
|
zipCode?: string | null | undefined;
|
4773
|
-
} | {
|
4774
|
-
firstname: string;
|
4775
|
-
surname: string;
|
4776
|
-
middlename?: string | null | undefined;
|
4777
4309
|
} | {
|
4778
4310
|
country: string;
|
4779
4311
|
district: string;
|
@@ -4796,12 +4328,12 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4796
4328
|
option: string;
|
4797
4329
|
filename: string;
|
4798
4330
|
originalFilename: string;
|
4799
|
-
}[] |
|
4331
|
+
}[] | undefined> | undefined;
|
4800
4332
|
originalActionId?: string | undefined;
|
4801
4333
|
keepAssignment?: boolean | undefined;
|
4802
4334
|
}, {
|
4803
|
-
transactionId: string;
|
4804
4335
|
eventId: string;
|
4336
|
+
transactionId: string;
|
4805
4337
|
type?: "UNASSIGN" | undefined;
|
4806
4338
|
declaration?: Record<string, string | number | boolean | {
|
4807
4339
|
type: string;
|
@@ -4818,10 +4350,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4818
4350
|
residentialArea?: string | null | undefined;
|
4819
4351
|
street?: string | null | undefined;
|
4820
4352
|
zipCode?: string | null | undefined;
|
4821
|
-
} | {
|
4822
|
-
firstname: string;
|
4823
|
-
surname: string;
|
4824
|
-
middlename?: string | null | undefined;
|
4825
4353
|
} | {
|
4826
4354
|
country: string;
|
4827
4355
|
district: string;
|
@@ -4844,7 +4372,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4844
4372
|
option: string;
|
4845
4373
|
filename: string;
|
4846
4374
|
originalFilename: string;
|
4847
|
-
}[] |
|
4375
|
+
}[] | undefined> | undefined;
|
4848
4376
|
annotation?: Record<string, string | number | boolean | {
|
4849
4377
|
type: string;
|
4850
4378
|
filename: string;
|
@@ -4860,10 +4388,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4860
4388
|
residentialArea?: string | null | undefined;
|
4861
4389
|
street?: string | null | undefined;
|
4862
4390
|
zipCode?: string | null | undefined;
|
4863
|
-
} | {
|
4864
|
-
firstname: string;
|
4865
|
-
surname: string;
|
4866
|
-
middlename?: string | null | undefined;
|
4867
4391
|
} | {
|
4868
4392
|
country: string;
|
4869
4393
|
district: string;
|
@@ -4886,7 +4410,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4886
4410
|
option: string;
|
4887
4411
|
filename: string;
|
4888
4412
|
originalFilename: string;
|
4889
|
-
}[] |
|
4413
|
+
}[] | undefined> | undefined;
|
4890
4414
|
originalActionId?: string | undefined;
|
4891
4415
|
assignedTo?: null | undefined;
|
4892
4416
|
keepAssignment?: boolean | undefined;
|
@@ -4895,7 +4419,7 @@ export type UnassignActionInput = z.infer<typeof UnassignActionInput>;
|
|
4895
4419
|
export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4896
4420
|
eventId: z.ZodString;
|
4897
4421
|
transactionId: z.ZodString;
|
4898
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4422
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4899
4423
|
filename: z.ZodString;
|
4900
4424
|
originalFilename: z.ZodString;
|
4901
4425
|
type: z.ZodString;
|
@@ -5008,20 +4532,8 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5008
4532
|
addressLine2?: string | null | undefined;
|
5009
4533
|
addressLine3?: string | null | undefined;
|
5010
4534
|
postcodeOrZip?: string | null | undefined;
|
5011
|
-
}
|
5012
|
-
|
5013
|
-
surname: z.ZodString;
|
5014
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5015
|
-
}, "strip", z.ZodTypeAny, {
|
5016
|
-
firstname: string;
|
5017
|
-
surname: string;
|
5018
|
-
middlename?: string | null | undefined;
|
5019
|
-
}, {
|
5020
|
-
firstname: string;
|
5021
|
-
surname: string;
|
5022
|
-
middlename?: string | null | undefined;
|
5023
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5024
|
-
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<{
|
4535
|
+
}>]>>>;
|
4536
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5025
4537
|
filename: z.ZodString;
|
5026
4538
|
originalFilename: z.ZodString;
|
5027
4539
|
type: z.ZodString;
|
@@ -5134,26 +4646,13 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5134
4646
|
addressLine2?: string | null | undefined;
|
5135
4647
|
addressLine3?: string | null | undefined;
|
5136
4648
|
postcodeOrZip?: string | null | undefined;
|
5137
|
-
}
|
5138
|
-
firstname: z.ZodString;
|
5139
|
-
surname: z.ZodString;
|
5140
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5141
|
-
}, "strip", z.ZodTypeAny, {
|
5142
|
-
firstname: string;
|
5143
|
-
surname: string;
|
5144
|
-
middlename?: string | null | undefined;
|
5145
|
-
}, {
|
5146
|
-
firstname: string;
|
5147
|
-
surname: string;
|
5148
|
-
middlename?: string | null | undefined;
|
5149
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4649
|
+
}>]>>>;
|
5150
4650
|
originalActionId: z.ZodOptional<z.ZodString>;
|
5151
4651
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
5152
4652
|
}, {
|
5153
4653
|
type: z.ZodDefault<z.ZodLiteral<"REQUEST_CORRECTION">>;
|
5154
4654
|
}>, "strip", z.ZodTypeAny, {
|
5155
4655
|
type: "REQUEST_CORRECTION";
|
5156
|
-
transactionId: string;
|
5157
4656
|
declaration: Record<string, string | number | boolean | {
|
5158
4657
|
type: string;
|
5159
4658
|
filename: string;
|
@@ -5169,10 +4668,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5169
4668
|
residentialArea?: string | null | undefined;
|
5170
4669
|
street?: string | null | undefined;
|
5171
4670
|
zipCode?: string | null | undefined;
|
5172
|
-
} | {
|
5173
|
-
firstname: string;
|
5174
|
-
surname: string;
|
5175
|
-
middlename?: string | null | undefined;
|
5176
4671
|
} | {
|
5177
4672
|
country: string;
|
5178
4673
|
district: string;
|
@@ -5195,8 +4690,9 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5195
4690
|
option: string;
|
5196
4691
|
filename: string;
|
5197
4692
|
originalFilename: string;
|
5198
|
-
}[] |
|
4693
|
+
}[] | undefined>;
|
5199
4694
|
eventId: string;
|
4695
|
+
transactionId: string;
|
5200
4696
|
annotation?: Record<string, string | number | boolean | {
|
5201
4697
|
type: string;
|
5202
4698
|
filename: string;
|
@@ -5212,10 +4708,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5212
4708
|
residentialArea?: string | null | undefined;
|
5213
4709
|
street?: string | null | undefined;
|
5214
4710
|
zipCode?: string | null | undefined;
|
5215
|
-
} | {
|
5216
|
-
firstname: string;
|
5217
|
-
surname: string;
|
5218
|
-
middlename?: string | null | undefined;
|
5219
4711
|
} | {
|
5220
4712
|
country: string;
|
5221
4713
|
district: string;
|
@@ -5238,12 +4730,12 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5238
4730
|
option: string;
|
5239
4731
|
filename: string;
|
5240
4732
|
originalFilename: string;
|
5241
|
-
}[] |
|
4733
|
+
}[] | undefined> | undefined;
|
5242
4734
|
originalActionId?: string | undefined;
|
5243
4735
|
keepAssignment?: boolean | undefined;
|
5244
4736
|
}, {
|
5245
|
-
transactionId: string;
|
5246
4737
|
eventId: string;
|
4738
|
+
transactionId: string;
|
5247
4739
|
type?: "REQUEST_CORRECTION" | undefined;
|
5248
4740
|
declaration?: Record<string, string | number | boolean | {
|
5249
4741
|
type: string;
|
@@ -5260,10 +4752,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5260
4752
|
residentialArea?: string | null | undefined;
|
5261
4753
|
street?: string | null | undefined;
|
5262
4754
|
zipCode?: string | null | undefined;
|
5263
|
-
} | {
|
5264
|
-
firstname: string;
|
5265
|
-
surname: string;
|
5266
|
-
middlename?: string | null | undefined;
|
5267
4755
|
} | {
|
5268
4756
|
country: string;
|
5269
4757
|
district: string;
|
@@ -5286,7 +4774,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5286
4774
|
option: string;
|
5287
4775
|
filename: string;
|
5288
4776
|
originalFilename: string;
|
5289
|
-
}[] |
|
4777
|
+
}[] | undefined> | undefined;
|
5290
4778
|
annotation?: Record<string, string | number | boolean | {
|
5291
4779
|
type: string;
|
5292
4780
|
filename: string;
|
@@ -5302,10 +4790,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5302
4790
|
residentialArea?: string | null | undefined;
|
5303
4791
|
street?: string | null | undefined;
|
5304
4792
|
zipCode?: string | null | undefined;
|
5305
|
-
} | {
|
5306
|
-
firstname: string;
|
5307
|
-
surname: string;
|
5308
|
-
middlename?: string | null | undefined;
|
5309
4793
|
} | {
|
5310
4794
|
country: string;
|
5311
4795
|
district: string;
|
@@ -5328,7 +4812,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5328
4812
|
option: string;
|
5329
4813
|
filename: string;
|
5330
4814
|
originalFilename: string;
|
5331
|
-
}[] |
|
4815
|
+
}[] | undefined> | undefined;
|
5332
4816
|
originalActionId?: string | undefined;
|
5333
4817
|
keepAssignment?: boolean | undefined;
|
5334
4818
|
}>;
|
@@ -5336,7 +4820,7 @@ export type RequestCorrectionActionInput = z.infer<typeof RequestCorrectionActio
|
|
5336
4820
|
export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
5337
4821
|
eventId: z.ZodString;
|
5338
4822
|
transactionId: z.ZodString;
|
5339
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4823
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5340
4824
|
filename: z.ZodString;
|
5341
4825
|
originalFilename: z.ZodString;
|
5342
4826
|
type: z.ZodString;
|
@@ -5449,20 +4933,8 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5449
4933
|
addressLine2?: string | null | undefined;
|
5450
4934
|
addressLine3?: string | null | undefined;
|
5451
4935
|
postcodeOrZip?: string | null | undefined;
|
5452
|
-
}
|
5453
|
-
|
5454
|
-
surname: z.ZodString;
|
5455
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5456
|
-
}, "strip", z.ZodTypeAny, {
|
5457
|
-
firstname: string;
|
5458
|
-
surname: string;
|
5459
|
-
middlename?: string | null | undefined;
|
5460
|
-
}, {
|
5461
|
-
firstname: string;
|
5462
|
-
surname: string;
|
5463
|
-
middlename?: string | null | undefined;
|
5464
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5465
|
-
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<{
|
4936
|
+
}>]>>>;
|
4937
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5466
4938
|
filename: z.ZodString;
|
5467
4939
|
originalFilename: z.ZodString;
|
5468
4940
|
type: z.ZodString;
|
@@ -5575,19 +5047,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5575
5047
|
addressLine2?: string | null | undefined;
|
5576
5048
|
addressLine3?: string | null | undefined;
|
5577
5049
|
postcodeOrZip?: string | null | undefined;
|
5578
|
-
}
|
5579
|
-
firstname: z.ZodString;
|
5580
|
-
surname: z.ZodString;
|
5581
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5582
|
-
}, "strip", z.ZodTypeAny, {
|
5583
|
-
firstname: string;
|
5584
|
-
surname: string;
|
5585
|
-
middlename?: string | null | undefined;
|
5586
|
-
}, {
|
5587
|
-
firstname: string;
|
5588
|
-
surname: string;
|
5589
|
-
middlename?: string | null | undefined;
|
5590
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5050
|
+
}>]>>>;
|
5591
5051
|
originalActionId: z.ZodOptional<z.ZodString>;
|
5592
5052
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
5593
5053
|
}, {
|
@@ -5595,7 +5055,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5595
5055
|
type: z.ZodDefault<z.ZodLiteral<"REJECT_CORRECTION">>;
|
5596
5056
|
}>, "strip", z.ZodTypeAny, {
|
5597
5057
|
type: "REJECT_CORRECTION";
|
5598
|
-
transactionId: string;
|
5599
5058
|
declaration: Record<string, string | number | boolean | {
|
5600
5059
|
type: string;
|
5601
5060
|
filename: string;
|
@@ -5611,10 +5070,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5611
5070
|
residentialArea?: string | null | undefined;
|
5612
5071
|
street?: string | null | undefined;
|
5613
5072
|
zipCode?: string | null | undefined;
|
5614
|
-
} | {
|
5615
|
-
firstname: string;
|
5616
|
-
surname: string;
|
5617
|
-
middlename?: string | null | undefined;
|
5618
5073
|
} | {
|
5619
5074
|
country: string;
|
5620
5075
|
district: string;
|
@@ -5637,9 +5092,10 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5637
5092
|
option: string;
|
5638
5093
|
filename: string;
|
5639
5094
|
originalFilename: string;
|
5640
|
-
}[] |
|
5095
|
+
}[] | undefined>;
|
5641
5096
|
requestId: string;
|
5642
5097
|
eventId: string;
|
5098
|
+
transactionId: string;
|
5643
5099
|
annotation?: Record<string, string | number | boolean | {
|
5644
5100
|
type: string;
|
5645
5101
|
filename: string;
|
@@ -5655,10 +5111,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5655
5111
|
residentialArea?: string | null | undefined;
|
5656
5112
|
street?: string | null | undefined;
|
5657
5113
|
zipCode?: string | null | undefined;
|
5658
|
-
} | {
|
5659
|
-
firstname: string;
|
5660
|
-
surname: string;
|
5661
|
-
middlename?: string | null | undefined;
|
5662
5114
|
} | {
|
5663
5115
|
country: string;
|
5664
5116
|
district: string;
|
@@ -5681,13 +5133,13 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5681
5133
|
option: string;
|
5682
5134
|
filename: string;
|
5683
5135
|
originalFilename: string;
|
5684
|
-
}[] |
|
5136
|
+
}[] | undefined> | undefined;
|
5685
5137
|
originalActionId?: string | undefined;
|
5686
5138
|
keepAssignment?: boolean | undefined;
|
5687
5139
|
}, {
|
5688
|
-
transactionId: string;
|
5689
5140
|
requestId: string;
|
5690
5141
|
eventId: string;
|
5142
|
+
transactionId: string;
|
5691
5143
|
type?: "REJECT_CORRECTION" | undefined;
|
5692
5144
|
declaration?: Record<string, string | number | boolean | {
|
5693
5145
|
type: string;
|
@@ -5704,10 +5156,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5704
5156
|
residentialArea?: string | null | undefined;
|
5705
5157
|
street?: string | null | undefined;
|
5706
5158
|
zipCode?: string | null | undefined;
|
5707
|
-
} | {
|
5708
|
-
firstname: string;
|
5709
|
-
surname: string;
|
5710
|
-
middlename?: string | null | undefined;
|
5711
5159
|
} | {
|
5712
5160
|
country: string;
|
5713
5161
|
district: string;
|
@@ -5730,7 +5178,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5730
5178
|
option: string;
|
5731
5179
|
filename: string;
|
5732
5180
|
originalFilename: string;
|
5733
|
-
}[] |
|
5181
|
+
}[] | undefined> | undefined;
|
5734
5182
|
annotation?: Record<string, string | number | boolean | {
|
5735
5183
|
type: string;
|
5736
5184
|
filename: string;
|
@@ -5746,10 +5194,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5746
5194
|
residentialArea?: string | null | undefined;
|
5747
5195
|
street?: string | null | undefined;
|
5748
5196
|
zipCode?: string | null | undefined;
|
5749
|
-
} | {
|
5750
|
-
firstname: string;
|
5751
|
-
surname: string;
|
5752
|
-
middlename?: string | null | undefined;
|
5753
5197
|
} | {
|
5754
5198
|
country: string;
|
5755
5199
|
district: string;
|
@@ -5772,7 +5216,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5772
5216
|
option: string;
|
5773
5217
|
filename: string;
|
5774
5218
|
originalFilename: string;
|
5775
|
-
}[] |
|
5219
|
+
}[] | undefined> | undefined;
|
5776
5220
|
originalActionId?: string | undefined;
|
5777
5221
|
keepAssignment?: boolean | undefined;
|
5778
5222
|
}>;
|
@@ -5780,7 +5224,7 @@ export type RejectCorrectionActionInput = z.infer<typeof RejectCorrectionActionI
|
|
5780
5224
|
export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
5781
5225
|
eventId: z.ZodString;
|
5782
5226
|
transactionId: z.ZodString;
|
5783
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5227
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5784
5228
|
filename: z.ZodString;
|
5785
5229
|
originalFilename: z.ZodString;
|
5786
5230
|
type: z.ZodString;
|
@@ -5893,20 +5337,8 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5893
5337
|
addressLine2?: string | null | undefined;
|
5894
5338
|
addressLine3?: string | null | undefined;
|
5895
5339
|
postcodeOrZip?: string | null | undefined;
|
5896
|
-
}
|
5897
|
-
|
5898
|
-
surname: z.ZodString;
|
5899
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5900
|
-
}, "strip", z.ZodTypeAny, {
|
5901
|
-
firstname: string;
|
5902
|
-
surname: string;
|
5903
|
-
middlename?: string | null | undefined;
|
5904
|
-
}, {
|
5905
|
-
firstname: string;
|
5906
|
-
surname: string;
|
5907
|
-
middlename?: string | null | undefined;
|
5908
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5909
|
-
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<{
|
5340
|
+
}>]>>>;
|
5341
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5910
5342
|
filename: z.ZodString;
|
5911
5343
|
originalFilename: z.ZodString;
|
5912
5344
|
type: z.ZodString;
|
@@ -6019,19 +5451,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6019
5451
|
addressLine2?: string | null | undefined;
|
6020
5452
|
addressLine3?: string | null | undefined;
|
6021
5453
|
postcodeOrZip?: string | null | undefined;
|
6022
|
-
}
|
6023
|
-
firstname: z.ZodString;
|
6024
|
-
surname: z.ZodString;
|
6025
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6026
|
-
}, "strip", z.ZodTypeAny, {
|
6027
|
-
firstname: string;
|
6028
|
-
surname: string;
|
6029
|
-
middlename?: string | null | undefined;
|
6030
|
-
}, {
|
6031
|
-
firstname: string;
|
6032
|
-
surname: string;
|
6033
|
-
middlename?: string | null | undefined;
|
6034
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5454
|
+
}>]>>>;
|
6035
5455
|
originalActionId: z.ZodOptional<z.ZodString>;
|
6036
5456
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
6037
5457
|
}, {
|
@@ -6039,7 +5459,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6039
5459
|
type: z.ZodDefault<z.ZodLiteral<"APPROVE_CORRECTION">>;
|
6040
5460
|
}>, "strip", z.ZodTypeAny, {
|
6041
5461
|
type: "APPROVE_CORRECTION";
|
6042
|
-
transactionId: string;
|
6043
5462
|
declaration: Record<string, string | number | boolean | {
|
6044
5463
|
type: string;
|
6045
5464
|
filename: string;
|
@@ -6055,10 +5474,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6055
5474
|
residentialArea?: string | null | undefined;
|
6056
5475
|
street?: string | null | undefined;
|
6057
5476
|
zipCode?: string | null | undefined;
|
6058
|
-
} | {
|
6059
|
-
firstname: string;
|
6060
|
-
surname: string;
|
6061
|
-
middlename?: string | null | undefined;
|
6062
5477
|
} | {
|
6063
5478
|
country: string;
|
6064
5479
|
district: string;
|
@@ -6081,9 +5496,10 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6081
5496
|
option: string;
|
6082
5497
|
filename: string;
|
6083
5498
|
originalFilename: string;
|
6084
|
-
}[] |
|
5499
|
+
}[] | undefined>;
|
6085
5500
|
requestId: string;
|
6086
5501
|
eventId: string;
|
5502
|
+
transactionId: string;
|
6087
5503
|
annotation?: Record<string, string | number | boolean | {
|
6088
5504
|
type: string;
|
6089
5505
|
filename: string;
|
@@ -6099,10 +5515,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6099
5515
|
residentialArea?: string | null | undefined;
|
6100
5516
|
street?: string | null | undefined;
|
6101
5517
|
zipCode?: string | null | undefined;
|
6102
|
-
} | {
|
6103
|
-
firstname: string;
|
6104
|
-
surname: string;
|
6105
|
-
middlename?: string | null | undefined;
|
6106
5518
|
} | {
|
6107
5519
|
country: string;
|
6108
5520
|
district: string;
|
@@ -6125,13 +5537,13 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6125
5537
|
option: string;
|
6126
5538
|
filename: string;
|
6127
5539
|
originalFilename: string;
|
6128
|
-
}[] |
|
5540
|
+
}[] | undefined> | undefined;
|
6129
5541
|
originalActionId?: string | undefined;
|
6130
5542
|
keepAssignment?: boolean | undefined;
|
6131
5543
|
}, {
|
6132
|
-
transactionId: string;
|
6133
5544
|
requestId: string;
|
6134
5545
|
eventId: string;
|
5546
|
+
transactionId: string;
|
6135
5547
|
type?: "APPROVE_CORRECTION" | undefined;
|
6136
5548
|
declaration?: Record<string, string | number | boolean | {
|
6137
5549
|
type: string;
|
@@ -6148,10 +5560,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6148
5560
|
residentialArea?: string | null | undefined;
|
6149
5561
|
street?: string | null | undefined;
|
6150
5562
|
zipCode?: string | null | undefined;
|
6151
|
-
} | {
|
6152
|
-
firstname: string;
|
6153
|
-
surname: string;
|
6154
|
-
middlename?: string | null | undefined;
|
6155
5563
|
} | {
|
6156
5564
|
country: string;
|
6157
5565
|
district: string;
|
@@ -6174,7 +5582,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6174
5582
|
option: string;
|
6175
5583
|
filename: string;
|
6176
5584
|
originalFilename: string;
|
6177
|
-
}[] |
|
5585
|
+
}[] | undefined> | undefined;
|
6178
5586
|
annotation?: Record<string, string | number | boolean | {
|
6179
5587
|
type: string;
|
6180
5588
|
filename: string;
|
@@ -6190,10 +5598,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6190
5598
|
residentialArea?: string | null | undefined;
|
6191
5599
|
street?: string | null | undefined;
|
6192
5600
|
zipCode?: string | null | undefined;
|
6193
|
-
} | {
|
6194
|
-
firstname: string;
|
6195
|
-
surname: string;
|
6196
|
-
middlename?: string | null | undefined;
|
6197
5601
|
} | {
|
6198
5602
|
country: string;
|
6199
5603
|
district: string;
|
@@ -6216,7 +5620,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6216
5620
|
option: string;
|
6217
5621
|
filename: string;
|
6218
5622
|
originalFilename: string;
|
6219
|
-
}[] |
|
5623
|
+
}[] | undefined> | undefined;
|
6220
5624
|
originalActionId?: string | undefined;
|
6221
5625
|
keepAssignment?: boolean | undefined;
|
6222
5626
|
}>;
|
@@ -6224,7 +5628,7 @@ export type ApproveCorrectionActionInput = z.infer<typeof ApproveCorrectionActio
|
|
6224
5628
|
export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
6225
5629
|
eventId: z.ZodString;
|
6226
5630
|
transactionId: z.ZodString;
|
6227
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5631
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6228
5632
|
filename: z.ZodString;
|
6229
5633
|
originalFilename: z.ZodString;
|
6230
5634
|
type: z.ZodString;
|
@@ -6337,20 +5741,8 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6337
5741
|
addressLine2?: string | null | undefined;
|
6338
5742
|
addressLine3?: string | null | undefined;
|
6339
5743
|
postcodeOrZip?: string | null | undefined;
|
6340
|
-
}
|
6341
|
-
|
6342
|
-
surname: z.ZodString;
|
6343
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6344
|
-
}, "strip", z.ZodTypeAny, {
|
6345
|
-
firstname: string;
|
6346
|
-
surname: string;
|
6347
|
-
middlename?: string | null | undefined;
|
6348
|
-
}, {
|
6349
|
-
firstname: string;
|
6350
|
-
surname: string;
|
6351
|
-
middlename?: string | null | undefined;
|
6352
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6353
|
-
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<{
|
5744
|
+
}>]>>>;
|
5745
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6354
5746
|
filename: z.ZodString;
|
6355
5747
|
originalFilename: z.ZodString;
|
6356
5748
|
type: z.ZodString;
|
@@ -6463,26 +5855,13 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6463
5855
|
addressLine2?: string | null | undefined;
|
6464
5856
|
addressLine3?: string | null | undefined;
|
6465
5857
|
postcodeOrZip?: string | null | undefined;
|
6466
|
-
}
|
6467
|
-
firstname: z.ZodString;
|
6468
|
-
surname: z.ZodString;
|
6469
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6470
|
-
}, "strip", z.ZodTypeAny, {
|
6471
|
-
firstname: string;
|
6472
|
-
surname: string;
|
6473
|
-
middlename?: string | null | undefined;
|
6474
|
-
}, {
|
6475
|
-
firstname: string;
|
6476
|
-
surname: string;
|
6477
|
-
middlename?: string | null | undefined;
|
6478
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5858
|
+
}>]>>>;
|
6479
5859
|
originalActionId: z.ZodOptional<z.ZodString>;
|
6480
5860
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
6481
5861
|
}, {
|
6482
5862
|
type: z.ZodDefault<z.ZodLiteral<"READ">>;
|
6483
5863
|
}>, "strip", z.ZodTypeAny, {
|
6484
5864
|
type: "READ";
|
6485
|
-
transactionId: string;
|
6486
5865
|
declaration: Record<string, string | number | boolean | {
|
6487
5866
|
type: string;
|
6488
5867
|
filename: string;
|
@@ -6498,10 +5877,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6498
5877
|
residentialArea?: string | null | undefined;
|
6499
5878
|
street?: string | null | undefined;
|
6500
5879
|
zipCode?: string | null | undefined;
|
6501
|
-
} | {
|
6502
|
-
firstname: string;
|
6503
|
-
surname: string;
|
6504
|
-
middlename?: string | null | undefined;
|
6505
5880
|
} | {
|
6506
5881
|
country: string;
|
6507
5882
|
district: string;
|
@@ -6524,8 +5899,9 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6524
5899
|
option: string;
|
6525
5900
|
filename: string;
|
6526
5901
|
originalFilename: string;
|
6527
|
-
}[] |
|
5902
|
+
}[] | undefined>;
|
6528
5903
|
eventId: string;
|
5904
|
+
transactionId: string;
|
6529
5905
|
annotation?: Record<string, string | number | boolean | {
|
6530
5906
|
type: string;
|
6531
5907
|
filename: string;
|
@@ -6541,10 +5917,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6541
5917
|
residentialArea?: string | null | undefined;
|
6542
5918
|
street?: string | null | undefined;
|
6543
5919
|
zipCode?: string | null | undefined;
|
6544
|
-
} | {
|
6545
|
-
firstname: string;
|
6546
|
-
surname: string;
|
6547
|
-
middlename?: string | null | undefined;
|
6548
5920
|
} | {
|
6549
5921
|
country: string;
|
6550
5922
|
district: string;
|
@@ -6567,12 +5939,12 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6567
5939
|
option: string;
|
6568
5940
|
filename: string;
|
6569
5941
|
originalFilename: string;
|
6570
|
-
}[] |
|
5942
|
+
}[] | undefined> | undefined;
|
6571
5943
|
originalActionId?: string | undefined;
|
6572
5944
|
keepAssignment?: boolean | undefined;
|
6573
5945
|
}, {
|
6574
|
-
transactionId: string;
|
6575
5946
|
eventId: string;
|
5947
|
+
transactionId: string;
|
6576
5948
|
type?: "READ" | undefined;
|
6577
5949
|
declaration?: Record<string, string | number | boolean | {
|
6578
5950
|
type: string;
|
@@ -6589,10 +5961,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6589
5961
|
residentialArea?: string | null | undefined;
|
6590
5962
|
street?: string | null | undefined;
|
6591
5963
|
zipCode?: string | null | undefined;
|
6592
|
-
} | {
|
6593
|
-
firstname: string;
|
6594
|
-
surname: string;
|
6595
|
-
middlename?: string | null | undefined;
|
6596
5964
|
} | {
|
6597
5965
|
country: string;
|
6598
5966
|
district: string;
|
@@ -6615,7 +5983,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6615
5983
|
option: string;
|
6616
5984
|
filename: string;
|
6617
5985
|
originalFilename: string;
|
6618
|
-
}[] |
|
5986
|
+
}[] | undefined> | undefined;
|
6619
5987
|
annotation?: Record<string, string | number | boolean | {
|
6620
5988
|
type: string;
|
6621
5989
|
filename: string;
|
@@ -6631,10 +5999,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6631
5999
|
residentialArea?: string | null | undefined;
|
6632
6000
|
street?: string | null | undefined;
|
6633
6001
|
zipCode?: string | null | undefined;
|
6634
|
-
} | {
|
6635
|
-
firstname: string;
|
6636
|
-
surname: string;
|
6637
|
-
middlename?: string | null | undefined;
|
6638
6002
|
} | {
|
6639
6003
|
country: string;
|
6640
6004
|
district: string;
|
@@ -6657,19 +6021,11 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6657
6021
|
option: string;
|
6658
6022
|
filename: string;
|
6659
6023
|
originalFilename: string;
|
6660
|
-
}[] |
|
6024
|
+
}[] | undefined> | undefined;
|
6661
6025
|
originalActionId?: string | undefined;
|
6662
6026
|
keepAssignment?: boolean | undefined;
|
6663
6027
|
}>;
|
6664
6028
|
export type ReadActionInput = z.infer<typeof ReadActionInput>;
|
6665
|
-
export declare const DeleteActionInput: z.ZodObject<{
|
6666
|
-
eventId: z.ZodString;
|
6667
|
-
}, "strip", z.ZodTypeAny, {
|
6668
|
-
eventId: string;
|
6669
|
-
}, {
|
6670
|
-
eventId: string;
|
6671
|
-
}>;
|
6672
|
-
export type DeleteActionInput = z.infer<typeof DeleteActionInput>;
|
6673
6029
|
/**
|
6674
6030
|
* ActionInput types are used to validate the input data for the action.
|
6675
6031
|
* In our use case, we use it directly with TRPC to validate the input data for the action.
|
@@ -6681,7 +6037,7 @@ export type DeleteActionInput = z.infer<typeof DeleteActionInput>;
|
|
6681
6037
|
export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
6682
6038
|
eventId: z.ZodString;
|
6683
6039
|
transactionId: z.ZodString;
|
6684
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6040
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6685
6041
|
filename: z.ZodString;
|
6686
6042
|
originalFilename: z.ZodString;
|
6687
6043
|
type: z.ZodString;
|
@@ -6794,20 +6150,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6794
6150
|
addressLine2?: string | null | undefined;
|
6795
6151
|
addressLine3?: string | null | undefined;
|
6796
6152
|
postcodeOrZip?: string | null | undefined;
|
6797
|
-
}
|
6798
|
-
|
6799
|
-
surname: z.ZodString;
|
6800
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6801
|
-
}, "strip", z.ZodTypeAny, {
|
6802
|
-
firstname: string;
|
6803
|
-
surname: string;
|
6804
|
-
middlename?: string | null | undefined;
|
6805
|
-
}, {
|
6806
|
-
firstname: string;
|
6807
|
-
surname: string;
|
6808
|
-
middlename?: string | null | undefined;
|
6809
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6810
|
-
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<{
|
6153
|
+
}>]>>>;
|
6154
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6811
6155
|
filename: z.ZodString;
|
6812
6156
|
originalFilename: z.ZodString;
|
6813
6157
|
type: z.ZodString;
|
@@ -6920,27 +6264,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6920
6264
|
addressLine2?: string | null | undefined;
|
6921
6265
|
addressLine3?: string | null | undefined;
|
6922
6266
|
postcodeOrZip?: string | null | undefined;
|
6923
|
-
}
|
6924
|
-
firstname: z.ZodString;
|
6925
|
-
surname: z.ZodString;
|
6926
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6927
|
-
}, "strip", z.ZodTypeAny, {
|
6928
|
-
firstname: string;
|
6929
|
-
surname: string;
|
6930
|
-
middlename?: string | null | undefined;
|
6931
|
-
}, {
|
6932
|
-
firstname: string;
|
6933
|
-
surname: string;
|
6934
|
-
middlename?: string | null | undefined;
|
6935
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6267
|
+
}>]>>>;
|
6936
6268
|
originalActionId: z.ZodOptional<z.ZodString>;
|
6937
6269
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
6938
6270
|
}, {
|
6939
6271
|
type: z.ZodDefault<z.ZodLiteral<"CREATE">>;
|
6940
|
-
createdAtLocation: z.
|
6272
|
+
createdAtLocation: z.ZodString;
|
6941
6273
|
}>, "strip", z.ZodTypeAny, {
|
6942
6274
|
type: "CREATE";
|
6943
|
-
transactionId: string;
|
6944
6275
|
declaration: Record<string, string | number | boolean | {
|
6945
6276
|
type: string;
|
6946
6277
|
filename: string;
|
@@ -6956,10 +6287,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6956
6287
|
residentialArea?: string | null | undefined;
|
6957
6288
|
street?: string | null | undefined;
|
6958
6289
|
zipCode?: string | null | undefined;
|
6959
|
-
} | {
|
6960
|
-
firstname: string;
|
6961
|
-
surname: string;
|
6962
|
-
middlename?: string | null | undefined;
|
6963
6290
|
} | {
|
6964
6291
|
country: string;
|
6965
6292
|
district: string;
|
@@ -6982,9 +6309,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6982
6309
|
option: string;
|
6983
6310
|
filename: string;
|
6984
6311
|
originalFilename: string;
|
6985
|
-
}[] |
|
6312
|
+
}[] | undefined>;
|
6313
|
+
createdAtLocation: string;
|
6986
6314
|
eventId: string;
|
6987
|
-
|
6315
|
+
transactionId: string;
|
6988
6316
|
annotation?: Record<string, string | number | boolean | {
|
6989
6317
|
type: string;
|
6990
6318
|
filename: string;
|
@@ -7000,10 +6328,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7000
6328
|
residentialArea?: string | null | undefined;
|
7001
6329
|
street?: string | null | undefined;
|
7002
6330
|
zipCode?: string | null | undefined;
|
7003
|
-
} | {
|
7004
|
-
firstname: string;
|
7005
|
-
surname: string;
|
7006
|
-
middlename?: string | null | undefined;
|
7007
6331
|
} | {
|
7008
6332
|
country: string;
|
7009
6333
|
district: string;
|
@@ -7026,14 +6350,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7026
6350
|
option: string;
|
7027
6351
|
filename: string;
|
7028
6352
|
originalFilename: string;
|
7029
|
-
}[] |
|
6353
|
+
}[] | undefined> | undefined;
|
7030
6354
|
originalActionId?: string | undefined;
|
7031
6355
|
keepAssignment?: boolean | undefined;
|
7032
6356
|
}, {
|
7033
|
-
|
6357
|
+
createdAtLocation: string;
|
7034
6358
|
eventId: string;
|
6359
|
+
transactionId: string;
|
7035
6360
|
type?: "CREATE" | undefined;
|
7036
|
-
createdAtLocation?: string | null | undefined;
|
7037
6361
|
declaration?: Record<string, string | number | boolean | {
|
7038
6362
|
type: string;
|
7039
6363
|
filename: string;
|
@@ -7049,10 +6373,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7049
6373
|
residentialArea?: string | null | undefined;
|
7050
6374
|
street?: string | null | undefined;
|
7051
6375
|
zipCode?: string | null | undefined;
|
7052
|
-
} | {
|
7053
|
-
firstname: string;
|
7054
|
-
surname: string;
|
7055
|
-
middlename?: string | null | undefined;
|
7056
6376
|
} | {
|
7057
6377
|
country: string;
|
7058
6378
|
district: string;
|
@@ -7075,7 +6395,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7075
6395
|
option: string;
|
7076
6396
|
filename: string;
|
7077
6397
|
originalFilename: string;
|
7078
|
-
}[] |
|
6398
|
+
}[] | undefined> | undefined;
|
7079
6399
|
annotation?: Record<string, string | number | boolean | {
|
7080
6400
|
type: string;
|
7081
6401
|
filename: string;
|
@@ -7091,10 +6411,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7091
6411
|
residentialArea?: string | null | undefined;
|
7092
6412
|
street?: string | null | undefined;
|
7093
6413
|
zipCode?: string | null | undefined;
|
7094
|
-
} | {
|
7095
|
-
firstname: string;
|
7096
|
-
surname: string;
|
7097
|
-
middlename?: string | null | undefined;
|
7098
6414
|
} | {
|
7099
6415
|
country: string;
|
7100
6416
|
district: string;
|
@@ -7117,13 +6433,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7117
6433
|
option: string;
|
7118
6434
|
filename: string;
|
7119
6435
|
originalFilename: string;
|
7120
|
-
}[] |
|
6436
|
+
}[] | undefined> | undefined;
|
7121
6437
|
originalActionId?: string | undefined;
|
7122
6438
|
keepAssignment?: boolean | undefined;
|
7123
6439
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
7124
6440
|
eventId: z.ZodString;
|
7125
6441
|
transactionId: z.ZodString;
|
7126
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6442
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7127
6443
|
filename: z.ZodString;
|
7128
6444
|
originalFilename: z.ZodString;
|
7129
6445
|
type: z.ZodString;
|
@@ -7236,20 +6552,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7236
6552
|
addressLine2?: string | null | undefined;
|
7237
6553
|
addressLine3?: string | null | undefined;
|
7238
6554
|
postcodeOrZip?: string | null | undefined;
|
7239
|
-
}
|
7240
|
-
|
7241
|
-
surname: z.ZodString;
|
7242
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7243
|
-
}, "strip", z.ZodTypeAny, {
|
7244
|
-
firstname: string;
|
7245
|
-
surname: string;
|
7246
|
-
middlename?: string | null | undefined;
|
7247
|
-
}, {
|
7248
|
-
firstname: string;
|
7249
|
-
surname: string;
|
7250
|
-
middlename?: string | null | undefined;
|
7251
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7252
|
-
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<{
|
6555
|
+
}>]>>>;
|
6556
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7253
6557
|
filename: z.ZodString;
|
7254
6558
|
originalFilename: z.ZodString;
|
7255
6559
|
type: z.ZodString;
|
@@ -7362,19 +6666,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7362
6666
|
addressLine2?: string | null | undefined;
|
7363
6667
|
addressLine3?: string | null | undefined;
|
7364
6668
|
postcodeOrZip?: string | null | undefined;
|
7365
|
-
}
|
7366
|
-
firstname: z.ZodString;
|
7367
|
-
surname: z.ZodString;
|
7368
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7369
|
-
}, "strip", z.ZodTypeAny, {
|
7370
|
-
firstname: string;
|
7371
|
-
surname: string;
|
7372
|
-
middlename?: string | null | undefined;
|
7373
|
-
}, {
|
7374
|
-
firstname: string;
|
7375
|
-
surname: string;
|
7376
|
-
middlename?: string | null | undefined;
|
7377
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6669
|
+
}>]>>>;
|
7378
6670
|
originalActionId: z.ZodOptional<z.ZodString>;
|
7379
6671
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
7380
6672
|
}, {
|
@@ -7382,7 +6674,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7382
6674
|
duplicates: z.ZodArray<z.ZodString, "many">;
|
7383
6675
|
}>, "strip", z.ZodTypeAny, {
|
7384
6676
|
type: "VALIDATE";
|
7385
|
-
transactionId: string;
|
7386
6677
|
declaration: Record<string, string | number | boolean | {
|
7387
6678
|
type: string;
|
7388
6679
|
filename: string;
|
@@ -7398,10 +6689,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7398
6689
|
residentialArea?: string | null | undefined;
|
7399
6690
|
street?: string | null | undefined;
|
7400
6691
|
zipCode?: string | null | undefined;
|
7401
|
-
} | {
|
7402
|
-
firstname: string;
|
7403
|
-
surname: string;
|
7404
|
-
middlename?: string | null | undefined;
|
7405
6692
|
} | {
|
7406
6693
|
country: string;
|
7407
6694
|
district: string;
|
@@ -7424,8 +6711,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7424
6711
|
option: string;
|
7425
6712
|
filename: string;
|
7426
6713
|
originalFilename: string;
|
7427
|
-
}[] |
|
6714
|
+
}[] | undefined>;
|
7428
6715
|
eventId: string;
|
6716
|
+
transactionId: string;
|
7429
6717
|
duplicates: string[];
|
7430
6718
|
annotation?: Record<string, string | number | boolean | {
|
7431
6719
|
type: string;
|
@@ -7442,10 +6730,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7442
6730
|
residentialArea?: string | null | undefined;
|
7443
6731
|
street?: string | null | undefined;
|
7444
6732
|
zipCode?: string | null | undefined;
|
7445
|
-
} | {
|
7446
|
-
firstname: string;
|
7447
|
-
surname: string;
|
7448
|
-
middlename?: string | null | undefined;
|
7449
6733
|
} | {
|
7450
6734
|
country: string;
|
7451
6735
|
district: string;
|
@@ -7468,12 +6752,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7468
6752
|
option: string;
|
7469
6753
|
filename: string;
|
7470
6754
|
originalFilename: string;
|
7471
|
-
}[] |
|
6755
|
+
}[] | undefined> | undefined;
|
7472
6756
|
originalActionId?: string | undefined;
|
7473
6757
|
keepAssignment?: boolean | undefined;
|
7474
6758
|
}, {
|
7475
|
-
transactionId: string;
|
7476
6759
|
eventId: string;
|
6760
|
+
transactionId: string;
|
7477
6761
|
duplicates: string[];
|
7478
6762
|
type?: "VALIDATE" | undefined;
|
7479
6763
|
declaration?: Record<string, string | number | boolean | {
|
@@ -7491,10 +6775,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7491
6775
|
residentialArea?: string | null | undefined;
|
7492
6776
|
street?: string | null | undefined;
|
7493
6777
|
zipCode?: string | null | undefined;
|
7494
|
-
} | {
|
7495
|
-
firstname: string;
|
7496
|
-
surname: string;
|
7497
|
-
middlename?: string | null | undefined;
|
7498
6778
|
} | {
|
7499
6779
|
country: string;
|
7500
6780
|
district: string;
|
@@ -7517,7 +6797,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7517
6797
|
option: string;
|
7518
6798
|
filename: string;
|
7519
6799
|
originalFilename: string;
|
7520
|
-
}[] |
|
6800
|
+
}[] | undefined> | undefined;
|
7521
6801
|
annotation?: Record<string, string | number | boolean | {
|
7522
6802
|
type: string;
|
7523
6803
|
filename: string;
|
@@ -7533,10 +6813,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7533
6813
|
residentialArea?: string | null | undefined;
|
7534
6814
|
street?: string | null | undefined;
|
7535
6815
|
zipCode?: string | null | undefined;
|
7536
|
-
} | {
|
7537
|
-
firstname: string;
|
7538
|
-
surname: string;
|
7539
|
-
middlename?: string | null | undefined;
|
7540
6816
|
} | {
|
7541
6817
|
country: string;
|
7542
6818
|
district: string;
|
@@ -7559,13 +6835,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7559
6835
|
option: string;
|
7560
6836
|
filename: string;
|
7561
6837
|
originalFilename: string;
|
7562
|
-
}[] |
|
6838
|
+
}[] | undefined> | undefined;
|
7563
6839
|
originalActionId?: string | undefined;
|
7564
6840
|
keepAssignment?: boolean | undefined;
|
7565
6841
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
7566
6842
|
eventId: z.ZodString;
|
7567
6843
|
transactionId: z.ZodString;
|
7568
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6844
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7569
6845
|
filename: z.ZodString;
|
7570
6846
|
originalFilename: z.ZodString;
|
7571
6847
|
type: z.ZodString;
|
@@ -7678,20 +6954,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7678
6954
|
addressLine2?: string | null | undefined;
|
7679
6955
|
addressLine3?: string | null | undefined;
|
7680
6956
|
postcodeOrZip?: string | null | undefined;
|
7681
|
-
}
|
7682
|
-
|
7683
|
-
surname: z.ZodString;
|
7684
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7685
|
-
}, "strip", z.ZodTypeAny, {
|
7686
|
-
firstname: string;
|
7687
|
-
surname: string;
|
7688
|
-
middlename?: string | null | undefined;
|
7689
|
-
}, {
|
7690
|
-
firstname: string;
|
7691
|
-
surname: string;
|
7692
|
-
middlename?: string | null | undefined;
|
7693
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7694
|
-
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<{
|
6957
|
+
}>]>>>;
|
6958
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7695
6959
|
filename: z.ZodString;
|
7696
6960
|
originalFilename: z.ZodString;
|
7697
6961
|
type: z.ZodString;
|
@@ -7804,19 +7068,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7804
7068
|
addressLine2?: string | null | undefined;
|
7805
7069
|
addressLine3?: string | null | undefined;
|
7806
7070
|
postcodeOrZip?: string | null | undefined;
|
7807
|
-
}
|
7808
|
-
firstname: z.ZodString;
|
7809
|
-
surname: z.ZodString;
|
7810
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7811
|
-
}, "strip", z.ZodTypeAny, {
|
7812
|
-
firstname: string;
|
7813
|
-
surname: string;
|
7814
|
-
middlename?: string | null | undefined;
|
7815
|
-
}, {
|
7816
|
-
firstname: string;
|
7817
|
-
surname: string;
|
7818
|
-
middlename?: string | null | undefined;
|
7819
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7071
|
+
}>]>>>;
|
7820
7072
|
originalActionId: z.ZodOptional<z.ZodString>;
|
7821
7073
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
7822
7074
|
}, {
|
@@ -7824,7 +7076,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7824
7076
|
registrationNumber: z.ZodOptional<z.ZodString>;
|
7825
7077
|
}>, "strip", z.ZodTypeAny, {
|
7826
7078
|
type: "REGISTER";
|
7827
|
-
transactionId: string;
|
7828
7079
|
declaration: Record<string, string | number | boolean | {
|
7829
7080
|
type: string;
|
7830
7081
|
filename: string;
|
@@ -7840,10 +7091,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7840
7091
|
residentialArea?: string | null | undefined;
|
7841
7092
|
street?: string | null | undefined;
|
7842
7093
|
zipCode?: string | null | undefined;
|
7843
|
-
} | {
|
7844
|
-
firstname: string;
|
7845
|
-
surname: string;
|
7846
|
-
middlename?: string | null | undefined;
|
7847
7094
|
} | {
|
7848
7095
|
country: string;
|
7849
7096
|
district: string;
|
@@ -7866,8 +7113,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7866
7113
|
option: string;
|
7867
7114
|
filename: string;
|
7868
7115
|
originalFilename: string;
|
7869
|
-
}[] |
|
7116
|
+
}[] | undefined>;
|
7870
7117
|
eventId: string;
|
7118
|
+
transactionId: string;
|
7871
7119
|
annotation?: Record<string, string | number | boolean | {
|
7872
7120
|
type: string;
|
7873
7121
|
filename: string;
|
@@ -7883,10 +7131,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7883
7131
|
residentialArea?: string | null | undefined;
|
7884
7132
|
street?: string | null | undefined;
|
7885
7133
|
zipCode?: string | null | undefined;
|
7886
|
-
} | {
|
7887
|
-
firstname: string;
|
7888
|
-
surname: string;
|
7889
|
-
middlename?: string | null | undefined;
|
7890
7134
|
} | {
|
7891
7135
|
country: string;
|
7892
7136
|
district: string;
|
@@ -7909,13 +7153,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7909
7153
|
option: string;
|
7910
7154
|
filename: string;
|
7911
7155
|
originalFilename: string;
|
7912
|
-
}[] |
|
7156
|
+
}[] | undefined> | undefined;
|
7913
7157
|
originalActionId?: string | undefined;
|
7914
7158
|
registrationNumber?: string | undefined;
|
7915
7159
|
keepAssignment?: boolean | undefined;
|
7916
7160
|
}, {
|
7917
|
-
transactionId: string;
|
7918
7161
|
eventId: string;
|
7162
|
+
transactionId: string;
|
7919
7163
|
type?: "REGISTER" | undefined;
|
7920
7164
|
declaration?: Record<string, string | number | boolean | {
|
7921
7165
|
type: string;
|
@@ -7932,10 +7176,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7932
7176
|
residentialArea?: string | null | undefined;
|
7933
7177
|
street?: string | null | undefined;
|
7934
7178
|
zipCode?: string | null | undefined;
|
7935
|
-
} | {
|
7936
|
-
firstname: string;
|
7937
|
-
surname: string;
|
7938
|
-
middlename?: string | null | undefined;
|
7939
7179
|
} | {
|
7940
7180
|
country: string;
|
7941
7181
|
district: string;
|
@@ -7958,7 +7198,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7958
7198
|
option: string;
|
7959
7199
|
filename: string;
|
7960
7200
|
originalFilename: string;
|
7961
|
-
}[] |
|
7201
|
+
}[] | undefined> | undefined;
|
7962
7202
|
annotation?: Record<string, string | number | boolean | {
|
7963
7203
|
type: string;
|
7964
7204
|
filename: string;
|
@@ -7974,10 +7214,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7974
7214
|
residentialArea?: string | null | undefined;
|
7975
7215
|
street?: string | null | undefined;
|
7976
7216
|
zipCode?: string | null | undefined;
|
7977
|
-
} | {
|
7978
|
-
firstname: string;
|
7979
|
-
surname: string;
|
7980
|
-
middlename?: string | null | undefined;
|
7981
7217
|
} | {
|
7982
7218
|
country: string;
|
7983
7219
|
district: string;
|
@@ -8000,14 +7236,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8000
7236
|
option: string;
|
8001
7237
|
filename: string;
|
8002
7238
|
originalFilename: string;
|
8003
|
-
}[] |
|
7239
|
+
}[] | undefined> | undefined;
|
8004
7240
|
originalActionId?: string | undefined;
|
8005
7241
|
registrationNumber?: string | undefined;
|
8006
7242
|
keepAssignment?: boolean | undefined;
|
8007
7243
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8008
7244
|
eventId: z.ZodString;
|
8009
7245
|
transactionId: z.ZodString;
|
8010
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7246
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8011
7247
|
filename: z.ZodString;
|
8012
7248
|
originalFilename: z.ZodString;
|
8013
7249
|
type: z.ZodString;
|
@@ -8120,20 +7356,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8120
7356
|
addressLine2?: string | null | undefined;
|
8121
7357
|
addressLine3?: string | null | undefined;
|
8122
7358
|
postcodeOrZip?: string | null | undefined;
|
8123
|
-
}
|
8124
|
-
|
8125
|
-
surname: z.ZodString;
|
8126
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8127
|
-
}, "strip", z.ZodTypeAny, {
|
8128
|
-
firstname: string;
|
8129
|
-
surname: string;
|
8130
|
-
middlename?: string | null | undefined;
|
8131
|
-
}, {
|
8132
|
-
firstname: string;
|
8133
|
-
surname: string;
|
8134
|
-
middlename?: string | null | undefined;
|
8135
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8136
|
-
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<{
|
7359
|
+
}>]>>>;
|
7360
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8137
7361
|
filename: z.ZodString;
|
8138
7362
|
originalFilename: z.ZodString;
|
8139
7363
|
type: z.ZodString;
|
@@ -8246,26 +7470,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8246
7470
|
addressLine2?: string | null | undefined;
|
8247
7471
|
addressLine3?: string | null | undefined;
|
8248
7472
|
postcodeOrZip?: string | null | undefined;
|
8249
|
-
}
|
8250
|
-
firstname: z.ZodString;
|
8251
|
-
surname: z.ZodString;
|
8252
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8253
|
-
}, "strip", z.ZodTypeAny, {
|
8254
|
-
firstname: string;
|
8255
|
-
surname: string;
|
8256
|
-
middlename?: string | null | undefined;
|
8257
|
-
}, {
|
8258
|
-
firstname: string;
|
8259
|
-
surname: string;
|
8260
|
-
middlename?: string | null | undefined;
|
8261
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7473
|
+
}>]>>>;
|
8262
7474
|
originalActionId: z.ZodOptional<z.ZodString>;
|
8263
7475
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
8264
7476
|
}, {
|
8265
7477
|
type: z.ZodDefault<z.ZodLiteral<"NOTIFY">>;
|
8266
7478
|
}>, "strip", z.ZodTypeAny, {
|
8267
7479
|
type: "NOTIFY";
|
8268
|
-
transactionId: string;
|
8269
7480
|
declaration: Record<string, string | number | boolean | {
|
8270
7481
|
type: string;
|
8271
7482
|
filename: string;
|
@@ -8281,10 +7492,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8281
7492
|
residentialArea?: string | null | undefined;
|
8282
7493
|
street?: string | null | undefined;
|
8283
7494
|
zipCode?: string | null | undefined;
|
8284
|
-
} | {
|
8285
|
-
firstname: string;
|
8286
|
-
surname: string;
|
8287
|
-
middlename?: string | null | undefined;
|
8288
7495
|
} | {
|
8289
7496
|
country: string;
|
8290
7497
|
district: string;
|
@@ -8307,8 +7514,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8307
7514
|
option: string;
|
8308
7515
|
filename: string;
|
8309
7516
|
originalFilename: string;
|
8310
|
-
}[] |
|
7517
|
+
}[] | undefined>;
|
8311
7518
|
eventId: string;
|
7519
|
+
transactionId: string;
|
8312
7520
|
annotation?: Record<string, string | number | boolean | {
|
8313
7521
|
type: string;
|
8314
7522
|
filename: string;
|
@@ -8324,10 +7532,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8324
7532
|
residentialArea?: string | null | undefined;
|
8325
7533
|
street?: string | null | undefined;
|
8326
7534
|
zipCode?: string | null | undefined;
|
8327
|
-
} | {
|
8328
|
-
firstname: string;
|
8329
|
-
surname: string;
|
8330
|
-
middlename?: string | null | undefined;
|
8331
7535
|
} | {
|
8332
7536
|
country: string;
|
8333
7537
|
district: string;
|
@@ -8350,12 +7554,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8350
7554
|
option: string;
|
8351
7555
|
filename: string;
|
8352
7556
|
originalFilename: string;
|
8353
|
-
}[] |
|
7557
|
+
}[] | undefined> | undefined;
|
8354
7558
|
originalActionId?: string | undefined;
|
8355
7559
|
keepAssignment?: boolean | undefined;
|
8356
7560
|
}, {
|
8357
|
-
transactionId: string;
|
8358
7561
|
eventId: string;
|
7562
|
+
transactionId: string;
|
8359
7563
|
type?: "NOTIFY" | undefined;
|
8360
7564
|
declaration?: Record<string, string | number | boolean | {
|
8361
7565
|
type: string;
|
@@ -8372,10 +7576,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8372
7576
|
residentialArea?: string | null | undefined;
|
8373
7577
|
street?: string | null | undefined;
|
8374
7578
|
zipCode?: string | null | undefined;
|
8375
|
-
} | {
|
8376
|
-
firstname: string;
|
8377
|
-
surname: string;
|
8378
|
-
middlename?: string | null | undefined;
|
8379
7579
|
} | {
|
8380
7580
|
country: string;
|
8381
7581
|
district: string;
|
@@ -8398,7 +7598,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8398
7598
|
option: string;
|
8399
7599
|
filename: string;
|
8400
7600
|
originalFilename: string;
|
8401
|
-
}[] |
|
7601
|
+
}[] | undefined> | undefined;
|
8402
7602
|
annotation?: Record<string, string | number | boolean | {
|
8403
7603
|
type: string;
|
8404
7604
|
filename: string;
|
@@ -8414,10 +7614,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8414
7614
|
residentialArea?: string | null | undefined;
|
8415
7615
|
street?: string | null | undefined;
|
8416
7616
|
zipCode?: string | null | undefined;
|
8417
|
-
} | {
|
8418
|
-
firstname: string;
|
8419
|
-
surname: string;
|
8420
|
-
middlename?: string | null | undefined;
|
8421
7617
|
} | {
|
8422
7618
|
country: string;
|
8423
7619
|
district: string;
|
@@ -8440,13 +7636,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8440
7636
|
option: string;
|
8441
7637
|
filename: string;
|
8442
7638
|
originalFilename: string;
|
8443
|
-
}[] |
|
7639
|
+
}[] | undefined> | undefined;
|
8444
7640
|
originalActionId?: string | undefined;
|
8445
7641
|
keepAssignment?: boolean | undefined;
|
8446
7642
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8447
7643
|
eventId: z.ZodString;
|
8448
7644
|
transactionId: z.ZodString;
|
8449
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7645
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8450
7646
|
filename: z.ZodString;
|
8451
7647
|
originalFilename: z.ZodString;
|
8452
7648
|
type: z.ZodString;
|
@@ -8559,20 +7755,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8559
7755
|
addressLine2?: string | null | undefined;
|
8560
7756
|
addressLine3?: string | null | undefined;
|
8561
7757
|
postcodeOrZip?: string | null | undefined;
|
8562
|
-
}
|
8563
|
-
|
8564
|
-
surname: z.ZodString;
|
8565
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8566
|
-
}, "strip", z.ZodTypeAny, {
|
8567
|
-
firstname: string;
|
8568
|
-
surname: string;
|
8569
|
-
middlename?: string | null | undefined;
|
8570
|
-
}, {
|
8571
|
-
firstname: string;
|
8572
|
-
surname: string;
|
8573
|
-
middlename?: string | null | undefined;
|
8574
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8575
|
-
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<{
|
7758
|
+
}>]>>>;
|
7759
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8576
7760
|
filename: z.ZodString;
|
8577
7761
|
originalFilename: z.ZodString;
|
8578
7762
|
type: z.ZodString;
|
@@ -8685,26 +7869,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8685
7869
|
addressLine2?: string | null | undefined;
|
8686
7870
|
addressLine3?: string | null | undefined;
|
8687
7871
|
postcodeOrZip?: string | null | undefined;
|
8688
|
-
}
|
8689
|
-
firstname: z.ZodString;
|
8690
|
-
surname: z.ZodString;
|
8691
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8692
|
-
}, "strip", z.ZodTypeAny, {
|
8693
|
-
firstname: string;
|
8694
|
-
surname: string;
|
8695
|
-
middlename?: string | null | undefined;
|
8696
|
-
}, {
|
8697
|
-
firstname: string;
|
8698
|
-
surname: string;
|
8699
|
-
middlename?: string | null | undefined;
|
8700
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7872
|
+
}>]>>>;
|
8701
7873
|
originalActionId: z.ZodOptional<z.ZodString>;
|
8702
7874
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
8703
7875
|
}, {
|
8704
7876
|
type: z.ZodDefault<z.ZodLiteral<"DECLARE">>;
|
8705
7877
|
}>, "strip", z.ZodTypeAny, {
|
8706
7878
|
type: "DECLARE";
|
8707
|
-
transactionId: string;
|
8708
7879
|
declaration: Record<string, string | number | boolean | {
|
8709
7880
|
type: string;
|
8710
7881
|
filename: string;
|
@@ -8720,10 +7891,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8720
7891
|
residentialArea?: string | null | undefined;
|
8721
7892
|
street?: string | null | undefined;
|
8722
7893
|
zipCode?: string | null | undefined;
|
8723
|
-
} | {
|
8724
|
-
firstname: string;
|
8725
|
-
surname: string;
|
8726
|
-
middlename?: string | null | undefined;
|
8727
7894
|
} | {
|
8728
7895
|
country: string;
|
8729
7896
|
district: string;
|
@@ -8746,8 +7913,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8746
7913
|
option: string;
|
8747
7914
|
filename: string;
|
8748
7915
|
originalFilename: string;
|
8749
|
-
}[] |
|
7916
|
+
}[] | undefined>;
|
8750
7917
|
eventId: string;
|
7918
|
+
transactionId: string;
|
8751
7919
|
annotation?: Record<string, string | number | boolean | {
|
8752
7920
|
type: string;
|
8753
7921
|
filename: string;
|
@@ -8763,10 +7931,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8763
7931
|
residentialArea?: string | null | undefined;
|
8764
7932
|
street?: string | null | undefined;
|
8765
7933
|
zipCode?: string | null | undefined;
|
8766
|
-
} | {
|
8767
|
-
firstname: string;
|
8768
|
-
surname: string;
|
8769
|
-
middlename?: string | null | undefined;
|
8770
7934
|
} | {
|
8771
7935
|
country: string;
|
8772
7936
|
district: string;
|
@@ -8789,12 +7953,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8789
7953
|
option: string;
|
8790
7954
|
filename: string;
|
8791
7955
|
originalFilename: string;
|
8792
|
-
}[] |
|
7956
|
+
}[] | undefined> | undefined;
|
8793
7957
|
originalActionId?: string | undefined;
|
8794
7958
|
keepAssignment?: boolean | undefined;
|
8795
7959
|
}, {
|
8796
|
-
transactionId: string;
|
8797
7960
|
eventId: string;
|
7961
|
+
transactionId: string;
|
8798
7962
|
type?: "DECLARE" | undefined;
|
8799
7963
|
declaration?: Record<string, string | number | boolean | {
|
8800
7964
|
type: string;
|
@@ -8811,10 +7975,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8811
7975
|
residentialArea?: string | null | undefined;
|
8812
7976
|
street?: string | null | undefined;
|
8813
7977
|
zipCode?: string | null | undefined;
|
8814
|
-
} | {
|
8815
|
-
firstname: string;
|
8816
|
-
surname: string;
|
8817
|
-
middlename?: string | null | undefined;
|
8818
7978
|
} | {
|
8819
7979
|
country: string;
|
8820
7980
|
district: string;
|
@@ -8837,7 +7997,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8837
7997
|
option: string;
|
8838
7998
|
filename: string;
|
8839
7999
|
originalFilename: string;
|
8840
|
-
}[] |
|
8000
|
+
}[] | undefined> | undefined;
|
8841
8001
|
annotation?: Record<string, string | number | boolean | {
|
8842
8002
|
type: string;
|
8843
8003
|
filename: string;
|
@@ -8853,10 +8013,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8853
8013
|
residentialArea?: string | null | undefined;
|
8854
8014
|
street?: string | null | undefined;
|
8855
8015
|
zipCode?: string | null | undefined;
|
8856
|
-
} | {
|
8857
|
-
firstname: string;
|
8858
|
-
surname: string;
|
8859
|
-
middlename?: string | null | undefined;
|
8860
8016
|
} | {
|
8861
8017
|
country: string;
|
8862
8018
|
district: string;
|
@@ -8879,13 +8035,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8879
8035
|
option: string;
|
8880
8036
|
filename: string;
|
8881
8037
|
originalFilename: string;
|
8882
|
-
}[] |
|
8038
|
+
}[] | undefined> | undefined;
|
8883
8039
|
originalActionId?: string | undefined;
|
8884
8040
|
keepAssignment?: boolean | undefined;
|
8885
8041
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8886
8042
|
eventId: z.ZodString;
|
8887
8043
|
transactionId: z.ZodString;
|
8888
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8044
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8889
8045
|
filename: z.ZodString;
|
8890
8046
|
originalFilename: z.ZodString;
|
8891
8047
|
type: z.ZodString;
|
@@ -8998,20 +8154,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8998
8154
|
addressLine2?: string | null | undefined;
|
8999
8155
|
addressLine3?: string | null | undefined;
|
9000
8156
|
postcodeOrZip?: string | null | undefined;
|
9001
|
-
}
|
9002
|
-
|
9003
|
-
surname: z.ZodString;
|
9004
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9005
|
-
}, "strip", z.ZodTypeAny, {
|
9006
|
-
firstname: string;
|
9007
|
-
surname: string;
|
9008
|
-
middlename?: string | null | undefined;
|
9009
|
-
}, {
|
9010
|
-
firstname: string;
|
9011
|
-
surname: string;
|
9012
|
-
middlename?: string | null | undefined;
|
9013
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9014
|
-
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<{
|
8157
|
+
}>]>>>;
|
8158
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9015
8159
|
filename: z.ZodString;
|
9016
8160
|
originalFilename: z.ZodString;
|
9017
8161
|
type: z.ZodString;
|
@@ -9124,40 +8268,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9124
8268
|
addressLine2?: string | null | undefined;
|
9125
8269
|
addressLine3?: string | null | undefined;
|
9126
8270
|
postcodeOrZip?: string | null | undefined;
|
9127
|
-
}
|
9128
|
-
firstname: z.ZodString;
|
9129
|
-
surname: z.ZodString;
|
9130
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9131
|
-
}, "strip", z.ZodTypeAny, {
|
9132
|
-
firstname: string;
|
9133
|
-
surname: string;
|
9134
|
-
middlename?: string | null | undefined;
|
9135
|
-
}, {
|
9136
|
-
firstname: string;
|
9137
|
-
surname: string;
|
9138
|
-
middlename?: string | null | undefined;
|
9139
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8271
|
+
}>]>>>;
|
9140
8272
|
originalActionId: z.ZodOptional<z.ZodString>;
|
9141
8273
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
9142
8274
|
}, {
|
9143
8275
|
type: z.ZodDefault<z.ZodLiteral<"REJECT">>;
|
9144
|
-
reason: z.ZodObject<{
|
9145
|
-
message: z.ZodString;
|
9146
|
-
isDuplicate: z.ZodOptional<z.ZodBoolean>;
|
9147
|
-
}, "strip", z.ZodTypeAny, {
|
9148
|
-
message: string;
|
9149
|
-
isDuplicate?: boolean | undefined;
|
9150
|
-
}, {
|
9151
|
-
message: string;
|
9152
|
-
isDuplicate?: boolean | undefined;
|
9153
|
-
}>;
|
9154
8276
|
}>, "strip", z.ZodTypeAny, {
|
9155
8277
|
type: "REJECT";
|
9156
|
-
reason: {
|
9157
|
-
message: string;
|
9158
|
-
isDuplicate?: boolean | undefined;
|
9159
|
-
};
|
9160
|
-
transactionId: string;
|
9161
8278
|
declaration: Record<string, string | number | boolean | {
|
9162
8279
|
type: string;
|
9163
8280
|
filename: string;
|
@@ -9173,10 +8290,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9173
8290
|
residentialArea?: string | null | undefined;
|
9174
8291
|
street?: string | null | undefined;
|
9175
8292
|
zipCode?: string | null | undefined;
|
9176
|
-
} | {
|
9177
|
-
firstname: string;
|
9178
|
-
surname: string;
|
9179
|
-
middlename?: string | null | undefined;
|
9180
8293
|
} | {
|
9181
8294
|
country: string;
|
9182
8295
|
district: string;
|
@@ -9199,8 +8312,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9199
8312
|
option: string;
|
9200
8313
|
filename: string;
|
9201
8314
|
originalFilename: string;
|
9202
|
-
}[] |
|
8315
|
+
}[] | undefined>;
|
9203
8316
|
eventId: string;
|
8317
|
+
transactionId: string;
|
9204
8318
|
annotation?: Record<string, string | number | boolean | {
|
9205
8319
|
type: string;
|
9206
8320
|
filename: string;
|
@@ -9216,10 +8330,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9216
8330
|
residentialArea?: string | null | undefined;
|
9217
8331
|
street?: string | null | undefined;
|
9218
8332
|
zipCode?: string | null | undefined;
|
9219
|
-
} | {
|
9220
|
-
firstname: string;
|
9221
|
-
surname: string;
|
9222
|
-
middlename?: string | null | undefined;
|
9223
8333
|
} | {
|
9224
8334
|
country: string;
|
9225
8335
|
district: string;
|
@@ -9242,16 +8352,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9242
8352
|
option: string;
|
9243
8353
|
filename: string;
|
9244
8354
|
originalFilename: string;
|
9245
|
-
}[] |
|
8355
|
+
}[] | undefined> | undefined;
|
9246
8356
|
originalActionId?: string | undefined;
|
9247
8357
|
keepAssignment?: boolean | undefined;
|
9248
8358
|
}, {
|
9249
|
-
reason: {
|
9250
|
-
message: string;
|
9251
|
-
isDuplicate?: boolean | undefined;
|
9252
|
-
};
|
9253
|
-
transactionId: string;
|
9254
8359
|
eventId: string;
|
8360
|
+
transactionId: string;
|
9255
8361
|
type?: "REJECT" | undefined;
|
9256
8362
|
declaration?: Record<string, string | number | boolean | {
|
9257
8363
|
type: string;
|
@@ -9268,10 +8374,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9268
8374
|
residentialArea?: string | null | undefined;
|
9269
8375
|
street?: string | null | undefined;
|
9270
8376
|
zipCode?: string | null | undefined;
|
9271
|
-
} | {
|
9272
|
-
firstname: string;
|
9273
|
-
surname: string;
|
9274
|
-
middlename?: string | null | undefined;
|
9275
8377
|
} | {
|
9276
8378
|
country: string;
|
9277
8379
|
district: string;
|
@@ -9294,7 +8396,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9294
8396
|
option: string;
|
9295
8397
|
filename: string;
|
9296
8398
|
originalFilename: string;
|
9297
|
-
}[] |
|
8399
|
+
}[] | undefined> | undefined;
|
9298
8400
|
annotation?: Record<string, string | number | boolean | {
|
9299
8401
|
type: string;
|
9300
8402
|
filename: string;
|
@@ -9310,10 +8412,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9310
8412
|
residentialArea?: string | null | undefined;
|
9311
8413
|
street?: string | null | undefined;
|
9312
8414
|
zipCode?: string | null | undefined;
|
9313
|
-
} | {
|
9314
|
-
firstname: string;
|
9315
|
-
surname: string;
|
9316
|
-
middlename?: string | null | undefined;
|
9317
8415
|
} | {
|
9318
8416
|
country: string;
|
9319
8417
|
district: string;
|
@@ -9336,13 +8434,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9336
8434
|
option: string;
|
9337
8435
|
filename: string;
|
9338
8436
|
originalFilename: string;
|
9339
|
-
}[] |
|
8437
|
+
}[] | undefined> | undefined;
|
9340
8438
|
originalActionId?: string | undefined;
|
9341
8439
|
keepAssignment?: boolean | undefined;
|
9342
8440
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
9343
8441
|
eventId: z.ZodString;
|
9344
8442
|
transactionId: z.ZodString;
|
9345
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8443
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9346
8444
|
filename: z.ZodString;
|
9347
8445
|
originalFilename: z.ZodString;
|
9348
8446
|
type: z.ZodString;
|
@@ -9455,20 +8553,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9455
8553
|
addressLine2?: string | null | undefined;
|
9456
8554
|
addressLine3?: string | null | undefined;
|
9457
8555
|
postcodeOrZip?: string | null | undefined;
|
9458
|
-
}
|
9459
|
-
|
9460
|
-
surname: z.ZodString;
|
9461
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9462
|
-
}, "strip", z.ZodTypeAny, {
|
9463
|
-
firstname: string;
|
9464
|
-
surname: string;
|
9465
|
-
middlename?: string | null | undefined;
|
9466
|
-
}, {
|
9467
|
-
firstname: string;
|
9468
|
-
surname: string;
|
9469
|
-
middlename?: string | null | undefined;
|
9470
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9471
|
-
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<{
|
8556
|
+
}>]>>>;
|
8557
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9472
8558
|
filename: z.ZodString;
|
9473
8559
|
originalFilename: z.ZodString;
|
9474
8560
|
type: z.ZodString;
|
@@ -9581,26 +8667,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9581
8667
|
addressLine2?: string | null | undefined;
|
9582
8668
|
addressLine3?: string | null | undefined;
|
9583
8669
|
postcodeOrZip?: string | null | undefined;
|
9584
|
-
}
|
9585
|
-
firstname: z.ZodString;
|
9586
|
-
surname: z.ZodString;
|
9587
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9588
|
-
}, "strip", z.ZodTypeAny, {
|
9589
|
-
firstname: string;
|
9590
|
-
surname: string;
|
9591
|
-
middlename?: string | null | undefined;
|
9592
|
-
}, {
|
9593
|
-
firstname: string;
|
9594
|
-
surname: string;
|
9595
|
-
middlename?: string | null | undefined;
|
9596
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8670
|
+
}>]>>>;
|
9597
8671
|
originalActionId: z.ZodOptional<z.ZodString>;
|
9598
8672
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
9599
8673
|
}, {
|
9600
8674
|
type: z.ZodDefault<z.ZodLiteral<"MARKED_AS_DUPLICATE">>;
|
9601
8675
|
}>, "strip", z.ZodTypeAny, {
|
9602
8676
|
type: "MARKED_AS_DUPLICATE";
|
9603
|
-
transactionId: string;
|
9604
8677
|
declaration: Record<string, string | number | boolean | {
|
9605
8678
|
type: string;
|
9606
8679
|
filename: string;
|
@@ -9616,10 +8689,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9616
8689
|
residentialArea?: string | null | undefined;
|
9617
8690
|
street?: string | null | undefined;
|
9618
8691
|
zipCode?: string | null | undefined;
|
9619
|
-
} | {
|
9620
|
-
firstname: string;
|
9621
|
-
surname: string;
|
9622
|
-
middlename?: string | null | undefined;
|
9623
8692
|
} | {
|
9624
8693
|
country: string;
|
9625
8694
|
district: string;
|
@@ -9642,8 +8711,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9642
8711
|
option: string;
|
9643
8712
|
filename: string;
|
9644
8713
|
originalFilename: string;
|
9645
|
-
}[] |
|
8714
|
+
}[] | undefined>;
|
9646
8715
|
eventId: string;
|
8716
|
+
transactionId: string;
|
9647
8717
|
annotation?: Record<string, string | number | boolean | {
|
9648
8718
|
type: string;
|
9649
8719
|
filename: string;
|
@@ -9659,10 +8729,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9659
8729
|
residentialArea?: string | null | undefined;
|
9660
8730
|
street?: string | null | undefined;
|
9661
8731
|
zipCode?: string | null | undefined;
|
9662
|
-
} | {
|
9663
|
-
firstname: string;
|
9664
|
-
surname: string;
|
9665
|
-
middlename?: string | null | undefined;
|
9666
8732
|
} | {
|
9667
8733
|
country: string;
|
9668
8734
|
district: string;
|
@@ -9685,12 +8751,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9685
8751
|
option: string;
|
9686
8752
|
filename: string;
|
9687
8753
|
originalFilename: string;
|
9688
|
-
}[] |
|
8754
|
+
}[] | undefined> | undefined;
|
9689
8755
|
originalActionId?: string | undefined;
|
9690
8756
|
keepAssignment?: boolean | undefined;
|
9691
8757
|
}, {
|
9692
|
-
transactionId: string;
|
9693
8758
|
eventId: string;
|
8759
|
+
transactionId: string;
|
9694
8760
|
type?: "MARKED_AS_DUPLICATE" | undefined;
|
9695
8761
|
declaration?: Record<string, string | number | boolean | {
|
9696
8762
|
type: string;
|
@@ -9707,10 +8773,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9707
8773
|
residentialArea?: string | null | undefined;
|
9708
8774
|
street?: string | null | undefined;
|
9709
8775
|
zipCode?: string | null | undefined;
|
9710
|
-
} | {
|
9711
|
-
firstname: string;
|
9712
|
-
surname: string;
|
9713
|
-
middlename?: string | null | undefined;
|
9714
8776
|
} | {
|
9715
8777
|
country: string;
|
9716
8778
|
district: string;
|
@@ -9733,7 +8795,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9733
8795
|
option: string;
|
9734
8796
|
filename: string;
|
9735
8797
|
originalFilename: string;
|
9736
|
-
}[] |
|
8798
|
+
}[] | undefined> | undefined;
|
9737
8799
|
annotation?: Record<string, string | number | boolean | {
|
9738
8800
|
type: string;
|
9739
8801
|
filename: string;
|
@@ -9749,10 +8811,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9749
8811
|
residentialArea?: string | null | undefined;
|
9750
8812
|
street?: string | null | undefined;
|
9751
8813
|
zipCode?: string | null | undefined;
|
9752
|
-
} | {
|
9753
|
-
firstname: string;
|
9754
|
-
surname: string;
|
9755
|
-
middlename?: string | null | undefined;
|
9756
8814
|
} | {
|
9757
8815
|
country: string;
|
9758
8816
|
district: string;
|
@@ -9775,13 +8833,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9775
8833
|
option: string;
|
9776
8834
|
filename: string;
|
9777
8835
|
originalFilename: string;
|
9778
|
-
}[] |
|
8836
|
+
}[] | undefined> | undefined;
|
9779
8837
|
originalActionId?: string | undefined;
|
9780
8838
|
keepAssignment?: boolean | undefined;
|
9781
8839
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
9782
8840
|
eventId: z.ZodString;
|
9783
8841
|
transactionId: z.ZodString;
|
9784
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8842
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9785
8843
|
filename: z.ZodString;
|
9786
8844
|
originalFilename: z.ZodString;
|
9787
8845
|
type: z.ZodString;
|
@@ -9894,20 +8952,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9894
8952
|
addressLine2?: string | null | undefined;
|
9895
8953
|
addressLine3?: string | null | undefined;
|
9896
8954
|
postcodeOrZip?: string | null | undefined;
|
9897
|
-
}
|
9898
|
-
|
9899
|
-
surname: z.ZodString;
|
9900
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9901
|
-
}, "strip", z.ZodTypeAny, {
|
9902
|
-
firstname: string;
|
9903
|
-
surname: string;
|
9904
|
-
middlename?: string | null | undefined;
|
9905
|
-
}, {
|
9906
|
-
firstname: string;
|
9907
|
-
surname: string;
|
9908
|
-
middlename?: string | null | undefined;
|
9909
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9910
|
-
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<{
|
8955
|
+
}>]>>>;
|
8956
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9911
8957
|
filename: z.ZodString;
|
9912
8958
|
originalFilename: z.ZodString;
|
9913
8959
|
type: z.ZodString;
|
@@ -10020,40 +9066,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10020
9066
|
addressLine2?: string | null | undefined;
|
10021
9067
|
addressLine3?: string | null | undefined;
|
10022
9068
|
postcodeOrZip?: string | null | undefined;
|
10023
|
-
}
|
10024
|
-
firstname: z.ZodString;
|
10025
|
-
surname: z.ZodString;
|
10026
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10027
|
-
}, "strip", z.ZodTypeAny, {
|
10028
|
-
firstname: string;
|
10029
|
-
surname: string;
|
10030
|
-
middlename?: string | null | undefined;
|
10031
|
-
}, {
|
10032
|
-
firstname: string;
|
10033
|
-
surname: string;
|
10034
|
-
middlename?: string | null | undefined;
|
10035
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9069
|
+
}>]>>>;
|
10036
9070
|
originalActionId: z.ZodOptional<z.ZodString>;
|
10037
9071
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
10038
9072
|
}, {
|
10039
9073
|
type: z.ZodDefault<z.ZodLiteral<"ARCHIVE">>;
|
10040
|
-
reason: z.ZodObject<{
|
10041
|
-
message: z.ZodString;
|
10042
|
-
isDuplicate: z.ZodOptional<z.ZodBoolean>;
|
10043
|
-
}, "strip", z.ZodTypeAny, {
|
10044
|
-
message: string;
|
10045
|
-
isDuplicate?: boolean | undefined;
|
10046
|
-
}, {
|
10047
|
-
message: string;
|
10048
|
-
isDuplicate?: boolean | undefined;
|
10049
|
-
}>;
|
10050
9074
|
}>, "strip", z.ZodTypeAny, {
|
10051
9075
|
type: "ARCHIVE";
|
10052
|
-
reason: {
|
10053
|
-
message: string;
|
10054
|
-
isDuplicate?: boolean | undefined;
|
10055
|
-
};
|
10056
|
-
transactionId: string;
|
10057
9076
|
declaration: Record<string, string | number | boolean | {
|
10058
9077
|
type: string;
|
10059
9078
|
filename: string;
|
@@ -10069,10 +9088,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10069
9088
|
residentialArea?: string | null | undefined;
|
10070
9089
|
street?: string | null | undefined;
|
10071
9090
|
zipCode?: string | null | undefined;
|
10072
|
-
} | {
|
10073
|
-
firstname: string;
|
10074
|
-
surname: string;
|
10075
|
-
middlename?: string | null | undefined;
|
10076
9091
|
} | {
|
10077
9092
|
country: string;
|
10078
9093
|
district: string;
|
@@ -10095,8 +9110,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10095
9110
|
option: string;
|
10096
9111
|
filename: string;
|
10097
9112
|
originalFilename: string;
|
10098
|
-
}[] |
|
9113
|
+
}[] | undefined>;
|
10099
9114
|
eventId: string;
|
9115
|
+
transactionId: string;
|
10100
9116
|
annotation?: Record<string, string | number | boolean | {
|
10101
9117
|
type: string;
|
10102
9118
|
filename: string;
|
@@ -10112,10 +9128,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10112
9128
|
residentialArea?: string | null | undefined;
|
10113
9129
|
street?: string | null | undefined;
|
10114
9130
|
zipCode?: string | null | undefined;
|
10115
|
-
} | {
|
10116
|
-
firstname: string;
|
10117
|
-
surname: string;
|
10118
|
-
middlename?: string | null | undefined;
|
10119
9131
|
} | {
|
10120
9132
|
country: string;
|
10121
9133
|
district: string;
|
@@ -10138,16 +9150,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10138
9150
|
option: string;
|
10139
9151
|
filename: string;
|
10140
9152
|
originalFilename: string;
|
10141
|
-
}[] |
|
9153
|
+
}[] | undefined> | undefined;
|
10142
9154
|
originalActionId?: string | undefined;
|
10143
9155
|
keepAssignment?: boolean | undefined;
|
10144
9156
|
}, {
|
10145
|
-
reason: {
|
10146
|
-
message: string;
|
10147
|
-
isDuplicate?: boolean | undefined;
|
10148
|
-
};
|
10149
|
-
transactionId: string;
|
10150
9157
|
eventId: string;
|
9158
|
+
transactionId: string;
|
10151
9159
|
type?: "ARCHIVE" | undefined;
|
10152
9160
|
declaration?: Record<string, string | number | boolean | {
|
10153
9161
|
type: string;
|
@@ -10164,10 +9172,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10164
9172
|
residentialArea?: string | null | undefined;
|
10165
9173
|
street?: string | null | undefined;
|
10166
9174
|
zipCode?: string | null | undefined;
|
10167
|
-
} | {
|
10168
|
-
firstname: string;
|
10169
|
-
surname: string;
|
10170
|
-
middlename?: string | null | undefined;
|
10171
9175
|
} | {
|
10172
9176
|
country: string;
|
10173
9177
|
district: string;
|
@@ -10190,7 +9194,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10190
9194
|
option: string;
|
10191
9195
|
filename: string;
|
10192
9196
|
originalFilename: string;
|
10193
|
-
}[] |
|
9197
|
+
}[] | undefined> | undefined;
|
10194
9198
|
annotation?: Record<string, string | number | boolean | {
|
10195
9199
|
type: string;
|
10196
9200
|
filename: string;
|
@@ -10206,10 +9210,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10206
9210
|
residentialArea?: string | null | undefined;
|
10207
9211
|
street?: string | null | undefined;
|
10208
9212
|
zipCode?: string | null | undefined;
|
10209
|
-
} | {
|
10210
|
-
firstname: string;
|
10211
|
-
surname: string;
|
10212
|
-
middlename?: string | null | undefined;
|
10213
9213
|
} | {
|
10214
9214
|
country: string;
|
10215
9215
|
district: string;
|
@@ -10232,13 +9232,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10232
9232
|
option: string;
|
10233
9233
|
filename: string;
|
10234
9234
|
originalFilename: string;
|
10235
|
-
}[] |
|
9235
|
+
}[] | undefined> | undefined;
|
10236
9236
|
originalActionId?: string | undefined;
|
10237
9237
|
keepAssignment?: boolean | undefined;
|
10238
9238
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10239
9239
|
eventId: z.ZodString;
|
10240
9240
|
transactionId: z.ZodString;
|
10241
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9241
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10242
9242
|
filename: z.ZodString;
|
10243
9243
|
originalFilename: z.ZodString;
|
10244
9244
|
type: z.ZodString;
|
@@ -10351,20 +9351,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10351
9351
|
addressLine2?: string | null | undefined;
|
10352
9352
|
addressLine3?: string | null | undefined;
|
10353
9353
|
postcodeOrZip?: string | null | undefined;
|
10354
|
-
}
|
10355
|
-
|
10356
|
-
surname: z.ZodString;
|
10357
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10358
|
-
}, "strip", z.ZodTypeAny, {
|
10359
|
-
firstname: string;
|
10360
|
-
surname: string;
|
10361
|
-
middlename?: string | null | undefined;
|
10362
|
-
}, {
|
10363
|
-
firstname: string;
|
10364
|
-
surname: string;
|
10365
|
-
middlename?: string | null | undefined;
|
10366
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10367
|
-
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<{
|
9354
|
+
}>]>>>;
|
9355
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10368
9356
|
filename: z.ZodString;
|
10369
9357
|
originalFilename: z.ZodString;
|
10370
9358
|
type: z.ZodString;
|
@@ -10477,19 +9465,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10477
9465
|
addressLine2?: string | null | undefined;
|
10478
9466
|
addressLine3?: string | null | undefined;
|
10479
9467
|
postcodeOrZip?: string | null | undefined;
|
10480
|
-
}
|
10481
|
-
firstname: z.ZodString;
|
10482
|
-
surname: z.ZodString;
|
10483
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10484
|
-
}, "strip", z.ZodTypeAny, {
|
10485
|
-
firstname: string;
|
10486
|
-
surname: string;
|
10487
|
-
middlename?: string | null | undefined;
|
10488
|
-
}, {
|
10489
|
-
firstname: string;
|
10490
|
-
surname: string;
|
10491
|
-
middlename?: string | null | undefined;
|
10492
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9468
|
+
}>]>>>;
|
10493
9469
|
originalActionId: z.ZodOptional<z.ZodString>;
|
10494
9470
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
10495
9471
|
}, {
|
@@ -10497,7 +9473,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10497
9473
|
assignedTo: z.ZodString;
|
10498
9474
|
}>, "strip", z.ZodTypeAny, {
|
10499
9475
|
type: "ASSIGN";
|
10500
|
-
transactionId: string;
|
10501
9476
|
declaration: Record<string, string | number | boolean | {
|
10502
9477
|
type: string;
|
10503
9478
|
filename: string;
|
@@ -10513,10 +9488,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10513
9488
|
residentialArea?: string | null | undefined;
|
10514
9489
|
street?: string | null | undefined;
|
10515
9490
|
zipCode?: string | null | undefined;
|
10516
|
-
} | {
|
10517
|
-
firstname: string;
|
10518
|
-
surname: string;
|
10519
|
-
middlename?: string | null | undefined;
|
10520
9491
|
} | {
|
10521
9492
|
country: string;
|
10522
9493
|
district: string;
|
@@ -10539,9 +9510,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10539
9510
|
option: string;
|
10540
9511
|
filename: string;
|
10541
9512
|
originalFilename: string;
|
10542
|
-
}[] |
|
9513
|
+
}[] | undefined>;
|
10543
9514
|
assignedTo: string;
|
10544
9515
|
eventId: string;
|
9516
|
+
transactionId: string;
|
10545
9517
|
annotation?: Record<string, string | number | boolean | {
|
10546
9518
|
type: string;
|
10547
9519
|
filename: string;
|
@@ -10557,10 +9529,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10557
9529
|
residentialArea?: string | null | undefined;
|
10558
9530
|
street?: string | null | undefined;
|
10559
9531
|
zipCode?: string | null | undefined;
|
10560
|
-
} | {
|
10561
|
-
firstname: string;
|
10562
|
-
surname: string;
|
10563
|
-
middlename?: string | null | undefined;
|
10564
9532
|
} | {
|
10565
9533
|
country: string;
|
10566
9534
|
district: string;
|
@@ -10583,13 +9551,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10583
9551
|
option: string;
|
10584
9552
|
filename: string;
|
10585
9553
|
originalFilename: string;
|
10586
|
-
}[] |
|
9554
|
+
}[] | undefined> | undefined;
|
10587
9555
|
originalActionId?: string | undefined;
|
10588
9556
|
keepAssignment?: boolean | undefined;
|
10589
9557
|
}, {
|
10590
|
-
transactionId: string;
|
10591
9558
|
assignedTo: string;
|
10592
9559
|
eventId: string;
|
9560
|
+
transactionId: string;
|
10593
9561
|
type?: "ASSIGN" | undefined;
|
10594
9562
|
declaration?: Record<string, string | number | boolean | {
|
10595
9563
|
type: string;
|
@@ -10606,10 +9574,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10606
9574
|
residentialArea?: string | null | undefined;
|
10607
9575
|
street?: string | null | undefined;
|
10608
9576
|
zipCode?: string | null | undefined;
|
10609
|
-
} | {
|
10610
|
-
firstname: string;
|
10611
|
-
surname: string;
|
10612
|
-
middlename?: string | null | undefined;
|
10613
9577
|
} | {
|
10614
9578
|
country: string;
|
10615
9579
|
district: string;
|
@@ -10632,7 +9596,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10632
9596
|
option: string;
|
10633
9597
|
filename: string;
|
10634
9598
|
originalFilename: string;
|
10635
|
-
}[] |
|
9599
|
+
}[] | undefined> | undefined;
|
10636
9600
|
annotation?: Record<string, string | number | boolean | {
|
10637
9601
|
type: string;
|
10638
9602
|
filename: string;
|
@@ -10648,10 +9612,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10648
9612
|
residentialArea?: string | null | undefined;
|
10649
9613
|
street?: string | null | undefined;
|
10650
9614
|
zipCode?: string | null | undefined;
|
10651
|
-
} | {
|
10652
|
-
firstname: string;
|
10653
|
-
surname: string;
|
10654
|
-
middlename?: string | null | undefined;
|
10655
9615
|
} | {
|
10656
9616
|
country: string;
|
10657
9617
|
district: string;
|
@@ -10674,13 +9634,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10674
9634
|
option: string;
|
10675
9635
|
filename: string;
|
10676
9636
|
originalFilename: string;
|
10677
|
-
}[] |
|
9637
|
+
}[] | undefined> | undefined;
|
10678
9638
|
originalActionId?: string | undefined;
|
10679
9639
|
keepAssignment?: boolean | undefined;
|
10680
9640
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10681
9641
|
eventId: z.ZodString;
|
10682
9642
|
transactionId: z.ZodString;
|
10683
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9643
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10684
9644
|
filename: z.ZodString;
|
10685
9645
|
originalFilename: z.ZodString;
|
10686
9646
|
type: z.ZodString;
|
@@ -10793,20 +9753,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10793
9753
|
addressLine2?: string | null | undefined;
|
10794
9754
|
addressLine3?: string | null | undefined;
|
10795
9755
|
postcodeOrZip?: string | null | undefined;
|
10796
|
-
}
|
10797
|
-
|
10798
|
-
surname: z.ZodString;
|
10799
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10800
|
-
}, "strip", z.ZodTypeAny, {
|
10801
|
-
firstname: string;
|
10802
|
-
surname: string;
|
10803
|
-
middlename?: string | null | undefined;
|
10804
|
-
}, {
|
10805
|
-
firstname: string;
|
10806
|
-
surname: string;
|
10807
|
-
middlename?: string | null | undefined;
|
10808
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10809
|
-
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<{
|
9756
|
+
}>]>>>;
|
9757
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10810
9758
|
filename: z.ZodString;
|
10811
9759
|
originalFilename: z.ZodString;
|
10812
9760
|
type: z.ZodString;
|
@@ -10919,19 +9867,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10919
9867
|
addressLine2?: string | null | undefined;
|
10920
9868
|
addressLine3?: string | null | undefined;
|
10921
9869
|
postcodeOrZip?: string | null | undefined;
|
10922
|
-
}
|
10923
|
-
firstname: z.ZodString;
|
10924
|
-
surname: z.ZodString;
|
10925
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10926
|
-
}, "strip", z.ZodTypeAny, {
|
10927
|
-
firstname: string;
|
10928
|
-
surname: string;
|
10929
|
-
middlename?: string | null | undefined;
|
10930
|
-
}, {
|
10931
|
-
firstname: string;
|
10932
|
-
surname: string;
|
10933
|
-
middlename?: string | null | undefined;
|
10934
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9870
|
+
}>]>>>;
|
10935
9871
|
originalActionId: z.ZodOptional<z.ZodString>;
|
10936
9872
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
10937
9873
|
}, {
|
@@ -10939,7 +9875,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10939
9875
|
assignedTo: z.ZodDefault<z.ZodLiteral<null>>;
|
10940
9876
|
}>, "strip", z.ZodTypeAny, {
|
10941
9877
|
type: "UNASSIGN";
|
10942
|
-
transactionId: string;
|
10943
9878
|
declaration: Record<string, string | number | boolean | {
|
10944
9879
|
type: string;
|
10945
9880
|
filename: string;
|
@@ -10955,10 +9890,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10955
9890
|
residentialArea?: string | null | undefined;
|
10956
9891
|
street?: string | null | undefined;
|
10957
9892
|
zipCode?: string | null | undefined;
|
10958
|
-
} | {
|
10959
|
-
firstname: string;
|
10960
|
-
surname: string;
|
10961
|
-
middlename?: string | null | undefined;
|
10962
9893
|
} | {
|
10963
9894
|
country: string;
|
10964
9895
|
district: string;
|
@@ -10981,9 +9912,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10981
9912
|
option: string;
|
10982
9913
|
filename: string;
|
10983
9914
|
originalFilename: string;
|
10984
|
-
}[] |
|
9915
|
+
}[] | undefined>;
|
10985
9916
|
assignedTo: null;
|
10986
9917
|
eventId: string;
|
9918
|
+
transactionId: string;
|
10987
9919
|
annotation?: Record<string, string | number | boolean | {
|
10988
9920
|
type: string;
|
10989
9921
|
filename: string;
|
@@ -10999,10 +9931,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10999
9931
|
residentialArea?: string | null | undefined;
|
11000
9932
|
street?: string | null | undefined;
|
11001
9933
|
zipCode?: string | null | undefined;
|
11002
|
-
} | {
|
11003
|
-
firstname: string;
|
11004
|
-
surname: string;
|
11005
|
-
middlename?: string | null | undefined;
|
11006
9934
|
} | {
|
11007
9935
|
country: string;
|
11008
9936
|
district: string;
|
@@ -11025,12 +9953,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11025
9953
|
option: string;
|
11026
9954
|
filename: string;
|
11027
9955
|
originalFilename: string;
|
11028
|
-
}[] |
|
9956
|
+
}[] | undefined> | undefined;
|
11029
9957
|
originalActionId?: string | undefined;
|
11030
9958
|
keepAssignment?: boolean | undefined;
|
11031
9959
|
}, {
|
11032
|
-
transactionId: string;
|
11033
9960
|
eventId: string;
|
9961
|
+
transactionId: string;
|
11034
9962
|
type?: "UNASSIGN" | undefined;
|
11035
9963
|
declaration?: Record<string, string | number | boolean | {
|
11036
9964
|
type: string;
|
@@ -11047,10 +9975,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11047
9975
|
residentialArea?: string | null | undefined;
|
11048
9976
|
street?: string | null | undefined;
|
11049
9977
|
zipCode?: string | null | undefined;
|
11050
|
-
} | {
|
11051
|
-
firstname: string;
|
11052
|
-
surname: string;
|
11053
|
-
middlename?: string | null | undefined;
|
11054
9978
|
} | {
|
11055
9979
|
country: string;
|
11056
9980
|
district: string;
|
@@ -11073,7 +9997,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11073
9997
|
option: string;
|
11074
9998
|
filename: string;
|
11075
9999
|
originalFilename: string;
|
11076
|
-
}[] |
|
10000
|
+
}[] | undefined> | undefined;
|
11077
10001
|
annotation?: Record<string, string | number | boolean | {
|
11078
10002
|
type: string;
|
11079
10003
|
filename: string;
|
@@ -11089,10 +10013,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11089
10013
|
residentialArea?: string | null | undefined;
|
11090
10014
|
street?: string | null | undefined;
|
11091
10015
|
zipCode?: string | null | undefined;
|
11092
|
-
} | {
|
11093
|
-
firstname: string;
|
11094
|
-
surname: string;
|
11095
|
-
middlename?: string | null | undefined;
|
11096
10016
|
} | {
|
11097
10017
|
country: string;
|
11098
10018
|
district: string;
|
@@ -11115,14 +10035,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11115
10035
|
option: string;
|
11116
10036
|
filename: string;
|
11117
10037
|
originalFilename: string;
|
11118
|
-
}[] |
|
10038
|
+
}[] | undefined> | undefined;
|
11119
10039
|
originalActionId?: string | undefined;
|
11120
10040
|
assignedTo?: null | undefined;
|
11121
10041
|
keepAssignment?: boolean | undefined;
|
11122
10042
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
11123
10043
|
eventId: z.ZodString;
|
11124
10044
|
transactionId: z.ZodString;
|
11125
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10045
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11126
10046
|
filename: z.ZodString;
|
11127
10047
|
originalFilename: z.ZodString;
|
11128
10048
|
type: z.ZodString;
|
@@ -11235,20 +10155,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11235
10155
|
addressLine2?: string | null | undefined;
|
11236
10156
|
addressLine3?: string | null | undefined;
|
11237
10157
|
postcodeOrZip?: string | null | undefined;
|
11238
|
-
}
|
11239
|
-
|
11240
|
-
surname: z.ZodString;
|
11241
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11242
|
-
}, "strip", z.ZodTypeAny, {
|
11243
|
-
firstname: string;
|
11244
|
-
surname: string;
|
11245
|
-
middlename?: string | null | undefined;
|
11246
|
-
}, {
|
11247
|
-
firstname: string;
|
11248
|
-
surname: string;
|
11249
|
-
middlename?: string | null | undefined;
|
11250
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11251
|
-
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<{
|
10158
|
+
}>]>>>;
|
10159
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11252
10160
|
filename: z.ZodString;
|
11253
10161
|
originalFilename: z.ZodString;
|
11254
10162
|
type: z.ZodString;
|
@@ -11361,26 +10269,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11361
10269
|
addressLine2?: string | null | undefined;
|
11362
10270
|
addressLine3?: string | null | undefined;
|
11363
10271
|
postcodeOrZip?: string | null | undefined;
|
11364
|
-
}
|
11365
|
-
firstname: z.ZodString;
|
11366
|
-
surname: z.ZodString;
|
11367
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11368
|
-
}, "strip", z.ZodTypeAny, {
|
11369
|
-
firstname: string;
|
11370
|
-
surname: string;
|
11371
|
-
middlename?: string | null | undefined;
|
11372
|
-
}, {
|
11373
|
-
firstname: string;
|
11374
|
-
surname: string;
|
11375
|
-
middlename?: string | null | undefined;
|
11376
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10272
|
+
}>]>>>;
|
11377
10273
|
originalActionId: z.ZodOptional<z.ZodString>;
|
11378
10274
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
11379
10275
|
}, {
|
11380
10276
|
type: z.ZodDefault<z.ZodLiteral<"PRINT_CERTIFICATE">>;
|
11381
10277
|
}>, "strip", z.ZodTypeAny, {
|
11382
10278
|
type: "PRINT_CERTIFICATE";
|
11383
|
-
transactionId: string;
|
11384
10279
|
declaration: Record<string, string | number | boolean | {
|
11385
10280
|
type: string;
|
11386
10281
|
filename: string;
|
@@ -11396,10 +10291,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11396
10291
|
residentialArea?: string | null | undefined;
|
11397
10292
|
street?: string | null | undefined;
|
11398
10293
|
zipCode?: string | null | undefined;
|
11399
|
-
} | {
|
11400
|
-
firstname: string;
|
11401
|
-
surname: string;
|
11402
|
-
middlename?: string | null | undefined;
|
11403
10294
|
} | {
|
11404
10295
|
country: string;
|
11405
10296
|
district: string;
|
@@ -11422,8 +10313,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11422
10313
|
option: string;
|
11423
10314
|
filename: string;
|
11424
10315
|
originalFilename: string;
|
11425
|
-
}[] |
|
10316
|
+
}[] | undefined>;
|
11426
10317
|
eventId: string;
|
10318
|
+
transactionId: string;
|
11427
10319
|
annotation?: Record<string, string | number | boolean | {
|
11428
10320
|
type: string;
|
11429
10321
|
filename: string;
|
@@ -11439,10 +10331,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11439
10331
|
residentialArea?: string | null | undefined;
|
11440
10332
|
street?: string | null | undefined;
|
11441
10333
|
zipCode?: string | null | undefined;
|
11442
|
-
} | {
|
11443
|
-
firstname: string;
|
11444
|
-
surname: string;
|
11445
|
-
middlename?: string | null | undefined;
|
11446
10334
|
} | {
|
11447
10335
|
country: string;
|
11448
10336
|
district: string;
|
@@ -11465,12 +10353,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11465
10353
|
option: string;
|
11466
10354
|
filename: string;
|
11467
10355
|
originalFilename: string;
|
11468
|
-
}[] |
|
10356
|
+
}[] | undefined> | undefined;
|
11469
10357
|
originalActionId?: string | undefined;
|
11470
10358
|
keepAssignment?: boolean | undefined;
|
11471
10359
|
}, {
|
11472
|
-
transactionId: string;
|
11473
10360
|
eventId: string;
|
10361
|
+
transactionId: string;
|
11474
10362
|
type?: "PRINT_CERTIFICATE" | undefined;
|
11475
10363
|
declaration?: Record<string, string | number | boolean | {
|
11476
10364
|
type: string;
|
@@ -11487,10 +10375,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11487
10375
|
residentialArea?: string | null | undefined;
|
11488
10376
|
street?: string | null | undefined;
|
11489
10377
|
zipCode?: string | null | undefined;
|
11490
|
-
} | {
|
11491
|
-
firstname: string;
|
11492
|
-
surname: string;
|
11493
|
-
middlename?: string | null | undefined;
|
11494
10378
|
} | {
|
11495
10379
|
country: string;
|
11496
10380
|
district: string;
|
@@ -11513,7 +10397,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11513
10397
|
option: string;
|
11514
10398
|
filename: string;
|
11515
10399
|
originalFilename: string;
|
11516
|
-
}[] |
|
10400
|
+
}[] | undefined> | undefined;
|
11517
10401
|
annotation?: Record<string, string | number | boolean | {
|
11518
10402
|
type: string;
|
11519
10403
|
filename: string;
|
@@ -11529,10 +10413,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11529
10413
|
residentialArea?: string | null | undefined;
|
11530
10414
|
street?: string | null | undefined;
|
11531
10415
|
zipCode?: string | null | undefined;
|
11532
|
-
} | {
|
11533
|
-
firstname: string;
|
11534
|
-
surname: string;
|
11535
|
-
middlename?: string | null | undefined;
|
11536
10416
|
} | {
|
11537
10417
|
country: string;
|
11538
10418
|
district: string;
|
@@ -11555,13 +10435,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11555
10435
|
option: string;
|
11556
10436
|
filename: string;
|
11557
10437
|
originalFilename: string;
|
11558
|
-
}[] |
|
10438
|
+
}[] | undefined> | undefined;
|
11559
10439
|
originalActionId?: string | undefined;
|
11560
10440
|
keepAssignment?: boolean | undefined;
|
11561
10441
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
11562
10442
|
eventId: z.ZodString;
|
11563
10443
|
transactionId: z.ZodString;
|
11564
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10444
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11565
10445
|
filename: z.ZodString;
|
11566
10446
|
originalFilename: z.ZodString;
|
11567
10447
|
type: z.ZodString;
|
@@ -11674,20 +10554,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11674
10554
|
addressLine2?: string | null | undefined;
|
11675
10555
|
addressLine3?: string | null | undefined;
|
11676
10556
|
postcodeOrZip?: string | null | undefined;
|
11677
|
-
}
|
11678
|
-
|
11679
|
-
surname: z.ZodString;
|
11680
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11681
|
-
}, "strip", z.ZodTypeAny, {
|
11682
|
-
firstname: string;
|
11683
|
-
surname: string;
|
11684
|
-
middlename?: string | null | undefined;
|
11685
|
-
}, {
|
11686
|
-
firstname: string;
|
11687
|
-
surname: string;
|
11688
|
-
middlename?: string | null | undefined;
|
11689
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11690
|
-
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<{
|
10557
|
+
}>]>>>;
|
10558
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11691
10559
|
filename: z.ZodString;
|
11692
10560
|
originalFilename: z.ZodString;
|
11693
10561
|
type: z.ZodString;
|
@@ -11800,26 +10668,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11800
10668
|
addressLine2?: string | null | undefined;
|
11801
10669
|
addressLine3?: string | null | undefined;
|
11802
10670
|
postcodeOrZip?: string | null | undefined;
|
11803
|
-
}
|
11804
|
-
firstname: z.ZodString;
|
11805
|
-
surname: z.ZodString;
|
11806
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11807
|
-
}, "strip", z.ZodTypeAny, {
|
11808
|
-
firstname: string;
|
11809
|
-
surname: string;
|
11810
|
-
middlename?: string | null | undefined;
|
11811
|
-
}, {
|
11812
|
-
firstname: string;
|
11813
|
-
surname: string;
|
11814
|
-
middlename?: string | null | undefined;
|
11815
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10671
|
+
}>]>>>;
|
11816
10672
|
originalActionId: z.ZodOptional<z.ZodString>;
|
11817
10673
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
11818
10674
|
}, {
|
11819
10675
|
type: z.ZodDefault<z.ZodLiteral<"REQUEST_CORRECTION">>;
|
11820
10676
|
}>, "strip", z.ZodTypeAny, {
|
11821
10677
|
type: "REQUEST_CORRECTION";
|
11822
|
-
transactionId: string;
|
11823
10678
|
declaration: Record<string, string | number | boolean | {
|
11824
10679
|
type: string;
|
11825
10680
|
filename: string;
|
@@ -11835,10 +10690,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11835
10690
|
residentialArea?: string | null | undefined;
|
11836
10691
|
street?: string | null | undefined;
|
11837
10692
|
zipCode?: string | null | undefined;
|
11838
|
-
} | {
|
11839
|
-
firstname: string;
|
11840
|
-
surname: string;
|
11841
|
-
middlename?: string | null | undefined;
|
11842
10693
|
} | {
|
11843
10694
|
country: string;
|
11844
10695
|
district: string;
|
@@ -11861,8 +10712,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11861
10712
|
option: string;
|
11862
10713
|
filename: string;
|
11863
10714
|
originalFilename: string;
|
11864
|
-
}[] |
|
10715
|
+
}[] | undefined>;
|
11865
10716
|
eventId: string;
|
10717
|
+
transactionId: string;
|
11866
10718
|
annotation?: Record<string, string | number | boolean | {
|
11867
10719
|
type: string;
|
11868
10720
|
filename: string;
|
@@ -11878,10 +10730,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11878
10730
|
residentialArea?: string | null | undefined;
|
11879
10731
|
street?: string | null | undefined;
|
11880
10732
|
zipCode?: string | null | undefined;
|
11881
|
-
} | {
|
11882
|
-
firstname: string;
|
11883
|
-
surname: string;
|
11884
|
-
middlename?: string | null | undefined;
|
11885
10733
|
} | {
|
11886
10734
|
country: string;
|
11887
10735
|
district: string;
|
@@ -11904,12 +10752,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11904
10752
|
option: string;
|
11905
10753
|
filename: string;
|
11906
10754
|
originalFilename: string;
|
11907
|
-
}[] |
|
10755
|
+
}[] | undefined> | undefined;
|
11908
10756
|
originalActionId?: string | undefined;
|
11909
10757
|
keepAssignment?: boolean | undefined;
|
11910
10758
|
}, {
|
11911
|
-
transactionId: string;
|
11912
10759
|
eventId: string;
|
10760
|
+
transactionId: string;
|
11913
10761
|
type?: "REQUEST_CORRECTION" | undefined;
|
11914
10762
|
declaration?: Record<string, string | number | boolean | {
|
11915
10763
|
type: string;
|
@@ -11926,10 +10774,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11926
10774
|
residentialArea?: string | null | undefined;
|
11927
10775
|
street?: string | null | undefined;
|
11928
10776
|
zipCode?: string | null | undefined;
|
11929
|
-
} | {
|
11930
|
-
firstname: string;
|
11931
|
-
surname: string;
|
11932
|
-
middlename?: string | null | undefined;
|
11933
10777
|
} | {
|
11934
10778
|
country: string;
|
11935
10779
|
district: string;
|
@@ -11952,7 +10796,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11952
10796
|
option: string;
|
11953
10797
|
filename: string;
|
11954
10798
|
originalFilename: string;
|
11955
|
-
}[] |
|
10799
|
+
}[] | undefined> | undefined;
|
11956
10800
|
annotation?: Record<string, string | number | boolean | {
|
11957
10801
|
type: string;
|
11958
10802
|
filename: string;
|
@@ -11968,10 +10812,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11968
10812
|
residentialArea?: string | null | undefined;
|
11969
10813
|
street?: string | null | undefined;
|
11970
10814
|
zipCode?: string | null | undefined;
|
11971
|
-
} | {
|
11972
|
-
firstname: string;
|
11973
|
-
surname: string;
|
11974
|
-
middlename?: string | null | undefined;
|
11975
10815
|
} | {
|
11976
10816
|
country: string;
|
11977
10817
|
district: string;
|
@@ -11994,13 +10834,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11994
10834
|
option: string;
|
11995
10835
|
filename: string;
|
11996
10836
|
originalFilename: string;
|
11997
|
-
}[] |
|
10837
|
+
}[] | undefined> | undefined;
|
11998
10838
|
originalActionId?: string | undefined;
|
11999
10839
|
keepAssignment?: boolean | undefined;
|
12000
10840
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
12001
10841
|
eventId: z.ZodString;
|
12002
10842
|
transactionId: z.ZodString;
|
12003
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10843
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
12004
10844
|
filename: z.ZodString;
|
12005
10845
|
originalFilename: z.ZodString;
|
12006
10846
|
type: z.ZodString;
|
@@ -12113,20 +10953,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12113
10953
|
addressLine2?: string | null | undefined;
|
12114
10954
|
addressLine3?: string | null | undefined;
|
12115
10955
|
postcodeOrZip?: string | null | undefined;
|
12116
|
-
}
|
12117
|
-
|
12118
|
-
surname: z.ZodString;
|
12119
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12120
|
-
}, "strip", z.ZodTypeAny, {
|
12121
|
-
firstname: string;
|
12122
|
-
surname: string;
|
12123
|
-
middlename?: string | null | undefined;
|
12124
|
-
}, {
|
12125
|
-
firstname: string;
|
12126
|
-
surname: string;
|
12127
|
-
middlename?: string | null | undefined;
|
12128
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
12129
|
-
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<{
|
10956
|
+
}>]>>>;
|
10957
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
12130
10958
|
filename: z.ZodString;
|
12131
10959
|
originalFilename: z.ZodString;
|
12132
10960
|
type: z.ZodString;
|
@@ -12239,19 +11067,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12239
11067
|
addressLine2?: string | null | undefined;
|
12240
11068
|
addressLine3?: string | null | undefined;
|
12241
11069
|
postcodeOrZip?: string | null | undefined;
|
12242
|
-
}
|
12243
|
-
firstname: z.ZodString;
|
12244
|
-
surname: z.ZodString;
|
12245
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12246
|
-
}, "strip", z.ZodTypeAny, {
|
12247
|
-
firstname: string;
|
12248
|
-
surname: string;
|
12249
|
-
middlename?: string | null | undefined;
|
12250
|
-
}, {
|
12251
|
-
firstname: string;
|
12252
|
-
surname: string;
|
12253
|
-
middlename?: string | null | undefined;
|
12254
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11070
|
+
}>]>>>;
|
12255
11071
|
originalActionId: z.ZodOptional<z.ZodString>;
|
12256
11072
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
12257
11073
|
}, {
|
@@ -12259,7 +11075,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12259
11075
|
type: z.ZodDefault<z.ZodLiteral<"REJECT_CORRECTION">>;
|
12260
11076
|
}>, "strip", z.ZodTypeAny, {
|
12261
11077
|
type: "REJECT_CORRECTION";
|
12262
|
-
transactionId: string;
|
12263
11078
|
declaration: Record<string, string | number | boolean | {
|
12264
11079
|
type: string;
|
12265
11080
|
filename: string;
|
@@ -12275,10 +11090,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12275
11090
|
residentialArea?: string | null | undefined;
|
12276
11091
|
street?: string | null | undefined;
|
12277
11092
|
zipCode?: string | null | undefined;
|
12278
|
-
} | {
|
12279
|
-
firstname: string;
|
12280
|
-
surname: string;
|
12281
|
-
middlename?: string | null | undefined;
|
12282
11093
|
} | {
|
12283
11094
|
country: string;
|
12284
11095
|
district: string;
|
@@ -12301,9 +11112,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12301
11112
|
option: string;
|
12302
11113
|
filename: string;
|
12303
11114
|
originalFilename: string;
|
12304
|
-
}[] |
|
11115
|
+
}[] | undefined>;
|
12305
11116
|
requestId: string;
|
12306
11117
|
eventId: string;
|
11118
|
+
transactionId: string;
|
12307
11119
|
annotation?: Record<string, string | number | boolean | {
|
12308
11120
|
type: string;
|
12309
11121
|
filename: string;
|
@@ -12319,10 +11131,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12319
11131
|
residentialArea?: string | null | undefined;
|
12320
11132
|
street?: string | null | undefined;
|
12321
11133
|
zipCode?: string | null | undefined;
|
12322
|
-
} | {
|
12323
|
-
firstname: string;
|
12324
|
-
surname: string;
|
12325
|
-
middlename?: string | null | undefined;
|
12326
11134
|
} | {
|
12327
11135
|
country: string;
|
12328
11136
|
district: string;
|
@@ -12345,13 +11153,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12345
11153
|
option: string;
|
12346
11154
|
filename: string;
|
12347
11155
|
originalFilename: string;
|
12348
|
-
}[] |
|
11156
|
+
}[] | undefined> | undefined;
|
12349
11157
|
originalActionId?: string | undefined;
|
12350
11158
|
keepAssignment?: boolean | undefined;
|
12351
11159
|
}, {
|
12352
|
-
transactionId: string;
|
12353
11160
|
requestId: string;
|
12354
11161
|
eventId: string;
|
11162
|
+
transactionId: string;
|
12355
11163
|
type?: "REJECT_CORRECTION" | undefined;
|
12356
11164
|
declaration?: Record<string, string | number | boolean | {
|
12357
11165
|
type: string;
|
@@ -12368,10 +11176,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12368
11176
|
residentialArea?: string | null | undefined;
|
12369
11177
|
street?: string | null | undefined;
|
12370
11178
|
zipCode?: string | null | undefined;
|
12371
|
-
} | {
|
12372
|
-
firstname: string;
|
12373
|
-
surname: string;
|
12374
|
-
middlename?: string | null | undefined;
|
12375
11179
|
} | {
|
12376
11180
|
country: string;
|
12377
11181
|
district: string;
|
@@ -12394,7 +11198,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12394
11198
|
option: string;
|
12395
11199
|
filename: string;
|
12396
11200
|
originalFilename: string;
|
12397
|
-
}[] |
|
11201
|
+
}[] | undefined> | undefined;
|
12398
11202
|
annotation?: Record<string, string | number | boolean | {
|
12399
11203
|
type: string;
|
12400
11204
|
filename: string;
|
@@ -12410,10 +11214,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12410
11214
|
residentialArea?: string | null | undefined;
|
12411
11215
|
street?: string | null | undefined;
|
12412
11216
|
zipCode?: string | null | undefined;
|
12413
|
-
} | {
|
12414
|
-
firstname: string;
|
12415
|
-
surname: string;
|
12416
|
-
middlename?: string | null | undefined;
|
12417
11217
|
} | {
|
12418
11218
|
country: string;
|
12419
11219
|
district: string;
|
@@ -12436,13 +11236,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12436
11236
|
option: string;
|
12437
11237
|
filename: string;
|
12438
11238
|
originalFilename: string;
|
12439
|
-
}[] |
|
11239
|
+
}[] | undefined> | undefined;
|
12440
11240
|
originalActionId?: string | undefined;
|
12441
11241
|
keepAssignment?: boolean | undefined;
|
12442
11242
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
12443
11243
|
eventId: z.ZodString;
|
12444
11244
|
transactionId: z.ZodString;
|
12445
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11245
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
12446
11246
|
filename: z.ZodString;
|
12447
11247
|
originalFilename: z.ZodString;
|
12448
11248
|
type: z.ZodString;
|
@@ -12555,20 +11355,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12555
11355
|
addressLine2?: string | null | undefined;
|
12556
11356
|
addressLine3?: string | null | undefined;
|
12557
11357
|
postcodeOrZip?: string | null | undefined;
|
12558
|
-
}
|
12559
|
-
|
12560
|
-
surname: z.ZodString;
|
12561
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12562
|
-
}, "strip", z.ZodTypeAny, {
|
12563
|
-
firstname: string;
|
12564
|
-
surname: string;
|
12565
|
-
middlename?: string | null | undefined;
|
12566
|
-
}, {
|
12567
|
-
firstname: string;
|
12568
|
-
surname: string;
|
12569
|
-
middlename?: string | null | undefined;
|
12570
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
12571
|
-
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<{
|
11358
|
+
}>]>>>;
|
11359
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
12572
11360
|
filename: z.ZodString;
|
12573
11361
|
originalFilename: z.ZodString;
|
12574
11362
|
type: z.ZodString;
|
@@ -12681,19 +11469,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12681
11469
|
addressLine2?: string | null | undefined;
|
12682
11470
|
addressLine3?: string | null | undefined;
|
12683
11471
|
postcodeOrZip?: string | null | undefined;
|
12684
|
-
}
|
12685
|
-
firstname: z.ZodString;
|
12686
|
-
surname: z.ZodString;
|
12687
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12688
|
-
}, "strip", z.ZodTypeAny, {
|
12689
|
-
firstname: string;
|
12690
|
-
surname: string;
|
12691
|
-
middlename?: string | null | undefined;
|
12692
|
-
}, {
|
12693
|
-
firstname: string;
|
12694
|
-
surname: string;
|
12695
|
-
middlename?: string | null | undefined;
|
12696
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11472
|
+
}>]>>>;
|
12697
11473
|
originalActionId: z.ZodOptional<z.ZodString>;
|
12698
11474
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
12699
11475
|
}, {
|
@@ -12701,7 +11477,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12701
11477
|
type: z.ZodDefault<z.ZodLiteral<"APPROVE_CORRECTION">>;
|
12702
11478
|
}>, "strip", z.ZodTypeAny, {
|
12703
11479
|
type: "APPROVE_CORRECTION";
|
12704
|
-
transactionId: string;
|
12705
11480
|
declaration: Record<string, string | number | boolean | {
|
12706
11481
|
type: string;
|
12707
11482
|
filename: string;
|
@@ -12717,10 +11492,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12717
11492
|
residentialArea?: string | null | undefined;
|
12718
11493
|
street?: string | null | undefined;
|
12719
11494
|
zipCode?: string | null | undefined;
|
12720
|
-
} | {
|
12721
|
-
firstname: string;
|
12722
|
-
surname: string;
|
12723
|
-
middlename?: string | null | undefined;
|
12724
11495
|
} | {
|
12725
11496
|
country: string;
|
12726
11497
|
district: string;
|
@@ -12743,9 +11514,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12743
11514
|
option: string;
|
12744
11515
|
filename: string;
|
12745
11516
|
originalFilename: string;
|
12746
|
-
}[] |
|
11517
|
+
}[] | undefined>;
|
12747
11518
|
requestId: string;
|
12748
11519
|
eventId: string;
|
11520
|
+
transactionId: string;
|
12749
11521
|
annotation?: Record<string, string | number | boolean | {
|
12750
11522
|
type: string;
|
12751
11523
|
filename: string;
|
@@ -12761,10 +11533,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12761
11533
|
residentialArea?: string | null | undefined;
|
12762
11534
|
street?: string | null | undefined;
|
12763
11535
|
zipCode?: string | null | undefined;
|
12764
|
-
} | {
|
12765
|
-
firstname: string;
|
12766
|
-
surname: string;
|
12767
|
-
middlename?: string | null | undefined;
|
12768
11536
|
} | {
|
12769
11537
|
country: string;
|
12770
11538
|
district: string;
|
@@ -12787,13 +11555,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12787
11555
|
option: string;
|
12788
11556
|
filename: string;
|
12789
11557
|
originalFilename: string;
|
12790
|
-
}[] |
|
11558
|
+
}[] | undefined> | undefined;
|
12791
11559
|
originalActionId?: string | undefined;
|
12792
11560
|
keepAssignment?: boolean | undefined;
|
12793
11561
|
}, {
|
12794
|
-
transactionId: string;
|
12795
11562
|
requestId: string;
|
12796
11563
|
eventId: string;
|
11564
|
+
transactionId: string;
|
12797
11565
|
type?: "APPROVE_CORRECTION" | undefined;
|
12798
11566
|
declaration?: Record<string, string | number | boolean | {
|
12799
11567
|
type: string;
|
@@ -12810,10 +11578,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12810
11578
|
residentialArea?: string | null | undefined;
|
12811
11579
|
street?: string | null | undefined;
|
12812
11580
|
zipCode?: string | null | undefined;
|
12813
|
-
} | {
|
12814
|
-
firstname: string;
|
12815
|
-
surname: string;
|
12816
|
-
middlename?: string | null | undefined;
|
12817
11581
|
} | {
|
12818
11582
|
country: string;
|
12819
11583
|
district: string;
|
@@ -12836,7 +11600,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12836
11600
|
option: string;
|
12837
11601
|
filename: string;
|
12838
11602
|
originalFilename: string;
|
12839
|
-
}[] |
|
11603
|
+
}[] | undefined> | undefined;
|
12840
11604
|
annotation?: Record<string, string | number | boolean | {
|
12841
11605
|
type: string;
|
12842
11606
|
filename: string;
|
@@ -12852,10 +11616,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12852
11616
|
residentialArea?: string | null | undefined;
|
12853
11617
|
street?: string | null | undefined;
|
12854
11618
|
zipCode?: string | null | undefined;
|
12855
|
-
} | {
|
12856
|
-
firstname: string;
|
12857
|
-
surname: string;
|
12858
|
-
middlename?: string | null | undefined;
|
12859
11619
|
} | {
|
12860
11620
|
country: string;
|
12861
11621
|
district: string;
|
@@ -12878,13 +11638,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12878
11638
|
option: string;
|
12879
11639
|
filename: string;
|
12880
11640
|
originalFilename: string;
|
12881
|
-
}[] |
|
11641
|
+
}[] | undefined> | undefined;
|
12882
11642
|
originalActionId?: string | undefined;
|
12883
11643
|
keepAssignment?: boolean | undefined;
|
12884
11644
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
12885
11645
|
eventId: z.ZodString;
|
12886
11646
|
transactionId: z.ZodString;
|
12887
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11647
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
12888
11648
|
filename: z.ZodString;
|
12889
11649
|
originalFilename: z.ZodString;
|
12890
11650
|
type: z.ZodString;
|
@@ -12997,20 +11757,8 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12997
11757
|
addressLine2?: string | null | undefined;
|
12998
11758
|
addressLine3?: string | null | undefined;
|
12999
11759
|
postcodeOrZip?: string | null | undefined;
|
13000
|
-
}
|
13001
|
-
|
13002
|
-
surname: z.ZodString;
|
13003
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13004
|
-
}, "strip", z.ZodTypeAny, {
|
13005
|
-
firstname: string;
|
13006
|
-
surname: string;
|
13007
|
-
middlename?: string | null | undefined;
|
13008
|
-
}, {
|
13009
|
-
firstname: string;
|
13010
|
-
surname: string;
|
13011
|
-
middlename?: string | null | undefined;
|
13012
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
13013
|
-
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<{
|
11760
|
+
}>]>>>;
|
11761
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
13014
11762
|
filename: z.ZodString;
|
13015
11763
|
originalFilename: z.ZodString;
|
13016
11764
|
type: z.ZodString;
|
@@ -13123,26 +11871,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13123
11871
|
addressLine2?: string | null | undefined;
|
13124
11872
|
addressLine3?: string | null | undefined;
|
13125
11873
|
postcodeOrZip?: string | null | undefined;
|
13126
|
-
}
|
13127
|
-
firstname: z.ZodString;
|
13128
|
-
surname: z.ZodString;
|
13129
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13130
|
-
}, "strip", z.ZodTypeAny, {
|
13131
|
-
firstname: string;
|
13132
|
-
surname: string;
|
13133
|
-
middlename?: string | null | undefined;
|
13134
|
-
}, {
|
13135
|
-
firstname: string;
|
13136
|
-
surname: string;
|
13137
|
-
middlename?: string | null | undefined;
|
13138
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11874
|
+
}>]>>>;
|
13139
11875
|
originalActionId: z.ZodOptional<z.ZodString>;
|
13140
11876
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
13141
11877
|
}, {
|
13142
11878
|
type: z.ZodDefault<z.ZodLiteral<"READ">>;
|
13143
11879
|
}>, "strip", z.ZodTypeAny, {
|
13144
11880
|
type: "READ";
|
13145
|
-
transactionId: string;
|
13146
11881
|
declaration: Record<string, string | number | boolean | {
|
13147
11882
|
type: string;
|
13148
11883
|
filename: string;
|
@@ -13158,10 +11893,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13158
11893
|
residentialArea?: string | null | undefined;
|
13159
11894
|
street?: string | null | undefined;
|
13160
11895
|
zipCode?: string | null | undefined;
|
13161
|
-
} | {
|
13162
|
-
firstname: string;
|
13163
|
-
surname: string;
|
13164
|
-
middlename?: string | null | undefined;
|
13165
11896
|
} | {
|
13166
11897
|
country: string;
|
13167
11898
|
district: string;
|
@@ -13184,8 +11915,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13184
11915
|
option: string;
|
13185
11916
|
filename: string;
|
13186
11917
|
originalFilename: string;
|
13187
|
-
}[] |
|
11918
|
+
}[] | undefined>;
|
13188
11919
|
eventId: string;
|
11920
|
+
transactionId: string;
|
13189
11921
|
annotation?: Record<string, string | number | boolean | {
|
13190
11922
|
type: string;
|
13191
11923
|
filename: string;
|
@@ -13201,10 +11933,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13201
11933
|
residentialArea?: string | null | undefined;
|
13202
11934
|
street?: string | null | undefined;
|
13203
11935
|
zipCode?: string | null | undefined;
|
13204
|
-
} | {
|
13205
|
-
firstname: string;
|
13206
|
-
surname: string;
|
13207
|
-
middlename?: string | null | undefined;
|
13208
11936
|
} | {
|
13209
11937
|
country: string;
|
13210
11938
|
district: string;
|
@@ -13227,12 +11955,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13227
11955
|
option: string;
|
13228
11956
|
filename: string;
|
13229
11957
|
originalFilename: string;
|
13230
|
-
}[] |
|
11958
|
+
}[] | undefined> | undefined;
|
13231
11959
|
originalActionId?: string | undefined;
|
13232
11960
|
keepAssignment?: boolean | undefined;
|
13233
11961
|
}, {
|
13234
|
-
transactionId: string;
|
13235
11962
|
eventId: string;
|
11963
|
+
transactionId: string;
|
13236
11964
|
type?: "READ" | undefined;
|
13237
11965
|
declaration?: Record<string, string | number | boolean | {
|
13238
11966
|
type: string;
|
@@ -13249,10 +11977,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13249
11977
|
residentialArea?: string | null | undefined;
|
13250
11978
|
street?: string | null | undefined;
|
13251
11979
|
zipCode?: string | null | undefined;
|
13252
|
-
} | {
|
13253
|
-
firstname: string;
|
13254
|
-
surname: string;
|
13255
|
-
middlename?: string | null | undefined;
|
13256
11980
|
} | {
|
13257
11981
|
country: string;
|
13258
11982
|
district: string;
|
@@ -13275,7 +11999,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13275
11999
|
option: string;
|
13276
12000
|
filename: string;
|
13277
12001
|
originalFilename: string;
|
13278
|
-
}[] |
|
12002
|
+
}[] | undefined> | undefined;
|
13279
12003
|
annotation?: Record<string, string | number | boolean | {
|
13280
12004
|
type: string;
|
13281
12005
|
filename: string;
|
@@ -13291,10 +12015,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13291
12015
|
residentialArea?: string | null | undefined;
|
13292
12016
|
street?: string | null | undefined;
|
13293
12017
|
zipCode?: string | null | undefined;
|
13294
|
-
} | {
|
13295
|
-
firstname: string;
|
13296
|
-
surname: string;
|
13297
|
-
middlename?: string | null | undefined;
|
13298
12018
|
} | {
|
13299
12019
|
country: string;
|
13300
12020
|
district: string;
|
@@ -13317,7 +12037,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13317
12037
|
option: string;
|
13318
12038
|
filename: string;
|
13319
12039
|
originalFilename: string;
|
13320
|
-
}[] |
|
12040
|
+
}[] | undefined> | undefined;
|
13321
12041
|
originalActionId?: string | undefined;
|
13322
12042
|
keepAssignment?: boolean | undefined;
|
13323
12043
|
}>]>;
|