@opencrvs/toolkit 1.8.0-rc.f8be155 → 1.8.0-rc.f8e0ee5
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 +2029 -5136
- package/dist/commons/conditionals/conditionals.d.ts +0 -4
- package/dist/commons/conditionals/validate.d.ts +0 -6
- package/dist/commons/events/ActionConfig.d.ts +20914 -44038
- package/dist/commons/events/ActionDocument.d.ts +484 -1888
- package/dist/commons/events/ActionInput.d.ts +304 -1504
- package/dist/commons/events/ActionType.d.ts +0 -4
- package/dist/commons/events/AdvancedSearchConfig.d.ts +3 -75
- package/dist/commons/events/CompositeFieldValue.d.ts +0 -28
- package/dist/commons/events/Constants.d.ts +0 -1
- package/dist/commons/events/CreatedAtLocation.d.ts +2 -1
- package/dist/commons/events/Draft.d.ts +34 -130
- package/dist/commons/events/EventConfig.d.ts +16720 -30190
- package/dist/commons/events/EventDocument.d.ts +346 -1210
- package/dist/commons/events/EventIndex.d.ts +32 -270
- package/dist/commons/events/EventMetadata.d.ts +60 -27
- package/dist/commons/events/FieldConfig.d.ts +893 -1682
- package/dist/commons/events/FieldType.d.ts +1 -4
- package/dist/commons/events/FieldTypeMapping.d.ts +50 -89
- package/dist/commons/events/FieldValue.d.ts +5 -41
- package/dist/commons/events/FormConfig.d.ts +2510 -7640
- package/dist/commons/events/PageConfig.d.ts +1638 -2896
- package/dist/commons/events/SummaryConfig.d.ts +5 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +19 -297
- package/dist/commons/events/defineConfig.d.ts +1440 -3841
- package/dist/commons/events/field.d.ts +0 -4
- package/dist/commons/events/scopes.d.ts +1 -1
- package/dist/commons/events/test.utils.d.ts +39 -126
- package/dist/commons/events/transactions.d.ts +1 -1
- package/dist/commons/events/utils.d.ts +18 -9664
- package/dist/conditionals/index.js +1 -18
- package/dist/events/index.js +1103 -1370
- package/package.json +1 -1
@@ -1,17 +1,17 @@
|
|
1
1
|
import { z } from 'zod';
|
2
2
|
export declare const EventDocument: z.ZodObject<{
|
3
|
-
id: z.
|
3
|
+
id: z.ZodString;
|
4
4
|
type: z.ZodString;
|
5
5
|
createdAt: z.ZodString;
|
6
6
|
updatedAt: z.ZodString;
|
7
7
|
actions: z.ZodArray<z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
8
|
-
id: z.
|
8
|
+
id: z.ZodString;
|
9
9
|
transactionId: z.ZodString;
|
10
10
|
createdAt: z.ZodString;
|
11
11
|
createdBy: z.ZodString;
|
12
12
|
createdByRole: z.ZodString;
|
13
13
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
14
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15
15
|
declaration: 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<{
|
16
16
|
filename: z.ZodString;
|
17
17
|
originalFilename: z.ZodString;
|
@@ -125,20 +125,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
125
125
|
addressLine2?: string | null | undefined;
|
126
126
|
addressLine3?: string | null | undefined;
|
127
127
|
postcodeOrZip?: string | null | undefined;
|
128
|
-
}
|
129
|
-
|
130
|
-
surname: z.ZodString;
|
131
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
132
|
-
}, "strip", z.ZodTypeAny, {
|
133
|
-
firstname: string;
|
134
|
-
surname: string;
|
135
|
-
middlename?: string | null | undefined;
|
136
|
-
}, {
|
137
|
-
firstname: string;
|
138
|
-
surname: string;
|
139
|
-
middlename?: string | null | undefined;
|
140
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
141
|
-
annotation: z.ZodNullable<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<{
|
128
|
+
}>]>>;
|
129
|
+
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<{
|
142
130
|
filename: z.ZodString;
|
143
131
|
originalFilename: z.ZodString;
|
144
132
|
type: z.ZodString;
|
@@ -251,26 +239,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
251
239
|
addressLine2?: string | null | undefined;
|
252
240
|
addressLine3?: string | null | undefined;
|
253
241
|
postcodeOrZip?: string | null | undefined;
|
254
|
-
}
|
255
|
-
firstname: z.ZodString;
|
256
|
-
surname: z.ZodString;
|
257
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
258
|
-
}, "strip", z.ZodTypeAny, {
|
259
|
-
firstname: string;
|
260
|
-
surname: string;
|
261
|
-
middlename?: string | null | undefined;
|
262
|
-
}, {
|
263
|
-
firstname: string;
|
264
|
-
surname: string;
|
265
|
-
middlename?: string | null | undefined;
|
266
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
242
|
+
}>]>>>;
|
267
243
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
268
|
-
originalActionId: z.
|
244
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
269
245
|
}, {
|
270
246
|
type: z.ZodLiteral<"CREATE">;
|
271
247
|
}>, "strip", z.ZodTypeAny, {
|
272
248
|
type: "CREATE";
|
273
|
-
id: string
|
249
|
+
id: string;
|
274
250
|
status: "Rejected" | "Requested" | "Accepted";
|
275
251
|
transactionId: string;
|
276
252
|
createdAt: string;
|
@@ -291,10 +267,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
291
267
|
residentialArea?: string | null | undefined;
|
292
268
|
street?: string | null | undefined;
|
293
269
|
zipCode?: string | null | undefined;
|
294
|
-
} | {
|
295
|
-
firstname: string;
|
296
|
-
surname: string;
|
297
|
-
middlename?: string | null | undefined;
|
298
270
|
} | {
|
299
271
|
country: string;
|
300
272
|
district: string;
|
@@ -317,9 +289,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
317
289
|
option: string;
|
318
290
|
filename: string;
|
319
291
|
originalFilename: string;
|
320
|
-
}[] | [string, string] |
|
292
|
+
}[] | [string, string] | undefined>;
|
321
293
|
createdBySignature?: string | null | undefined;
|
322
|
-
createdAtLocation?:
|
294
|
+
createdAtLocation?: string | null | undefined;
|
323
295
|
annotation?: Record<string, string | number | boolean | {
|
324
296
|
type: string;
|
325
297
|
filename: string;
|
@@ -335,10 +307,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
335
307
|
residentialArea?: string | null | undefined;
|
336
308
|
street?: string | null | undefined;
|
337
309
|
zipCode?: string | null | undefined;
|
338
|
-
} | {
|
339
|
-
firstname: string;
|
340
|
-
surname: string;
|
341
|
-
middlename?: string | null | undefined;
|
342
310
|
} | {
|
343
311
|
country: string;
|
344
312
|
district: string;
|
@@ -361,8 +329,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
361
329
|
option: string;
|
362
330
|
filename: string;
|
363
331
|
originalFilename: string;
|
364
|
-
}[] | [string, string] |
|
365
|
-
originalActionId?:
|
332
|
+
}[] | [string, string] | undefined> | undefined;
|
333
|
+
originalActionId?: string | undefined;
|
366
334
|
}, {
|
367
335
|
type: "CREATE";
|
368
336
|
id: string;
|
@@ -386,10 +354,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
386
354
|
residentialArea?: string | null | undefined;
|
387
355
|
street?: string | null | undefined;
|
388
356
|
zipCode?: string | null | undefined;
|
389
|
-
} | {
|
390
|
-
firstname: string;
|
391
|
-
surname: string;
|
392
|
-
middlename?: string | null | undefined;
|
393
357
|
} | {
|
394
358
|
country: string;
|
395
359
|
district: string;
|
@@ -412,7 +376,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
412
376
|
option: string;
|
413
377
|
filename: string;
|
414
378
|
originalFilename: string;
|
415
|
-
}[] | [string, string] |
|
379
|
+
}[] | [string, string] | undefined>;
|
416
380
|
createdBySignature?: string | null | undefined;
|
417
381
|
createdAtLocation?: string | null | undefined;
|
418
382
|
annotation?: Record<string, string | number | boolean | {
|
@@ -430,10 +394,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
430
394
|
residentialArea?: string | null | undefined;
|
431
395
|
street?: string | null | undefined;
|
432
396
|
zipCode?: string | null | undefined;
|
433
|
-
} | {
|
434
|
-
firstname: string;
|
435
|
-
surname: string;
|
436
|
-
middlename?: string | null | undefined;
|
437
397
|
} | {
|
438
398
|
country: string;
|
439
399
|
district: string;
|
@@ -456,16 +416,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
456
416
|
option: string;
|
457
417
|
filename: string;
|
458
418
|
originalFilename: string;
|
459
|
-
}[] | [string, string] |
|
460
|
-
originalActionId?: string |
|
419
|
+
}[] | [string, string] | undefined> | undefined;
|
420
|
+
originalActionId?: string | undefined;
|
461
421
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
462
|
-
id: z.
|
422
|
+
id: z.ZodString;
|
463
423
|
transactionId: z.ZodString;
|
464
424
|
createdAt: z.ZodString;
|
465
425
|
createdBy: z.ZodString;
|
466
426
|
createdByRole: z.ZodString;
|
467
427
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
468
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
428
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
469
429
|
declaration: 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<{
|
470
430
|
filename: z.ZodString;
|
471
431
|
originalFilename: z.ZodString;
|
@@ -579,20 +539,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
579
539
|
addressLine2?: string | null | undefined;
|
580
540
|
addressLine3?: string | null | undefined;
|
581
541
|
postcodeOrZip?: string | null | undefined;
|
582
|
-
}
|
583
|
-
|
584
|
-
surname: z.ZodString;
|
585
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
586
|
-
}, "strip", z.ZodTypeAny, {
|
587
|
-
firstname: string;
|
588
|
-
surname: string;
|
589
|
-
middlename?: string | null | undefined;
|
590
|
-
}, {
|
591
|
-
firstname: string;
|
592
|
-
surname: string;
|
593
|
-
middlename?: string | null | undefined;
|
594
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
595
|
-
annotation: z.ZodNullable<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<{
|
542
|
+
}>]>>;
|
543
|
+
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<{
|
596
544
|
filename: z.ZodString;
|
597
545
|
originalFilename: z.ZodString;
|
598
546
|
type: z.ZodString;
|
@@ -705,26 +653,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
705
653
|
addressLine2?: string | null | undefined;
|
706
654
|
addressLine3?: string | null | undefined;
|
707
655
|
postcodeOrZip?: string | null | undefined;
|
708
|
-
}
|
709
|
-
firstname: z.ZodString;
|
710
|
-
surname: z.ZodString;
|
711
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
712
|
-
}, "strip", z.ZodTypeAny, {
|
713
|
-
firstname: string;
|
714
|
-
surname: string;
|
715
|
-
middlename?: string | null | undefined;
|
716
|
-
}, {
|
717
|
-
firstname: string;
|
718
|
-
surname: string;
|
719
|
-
middlename?: string | null | undefined;
|
720
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
656
|
+
}>]>>>;
|
721
657
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
722
|
-
originalActionId: z.
|
658
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
723
659
|
}, {
|
724
660
|
type: z.ZodLiteral<"VALIDATE">;
|
725
661
|
}>, "strip", z.ZodTypeAny, {
|
726
662
|
type: "VALIDATE";
|
727
|
-
id: string
|
663
|
+
id: string;
|
728
664
|
status: "Rejected" | "Requested" | "Accepted";
|
729
665
|
transactionId: string;
|
730
666
|
createdAt: string;
|
@@ -745,10 +681,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
745
681
|
residentialArea?: string | null | undefined;
|
746
682
|
street?: string | null | undefined;
|
747
683
|
zipCode?: string | null | undefined;
|
748
|
-
} | {
|
749
|
-
firstname: string;
|
750
|
-
surname: string;
|
751
|
-
middlename?: string | null | undefined;
|
752
684
|
} | {
|
753
685
|
country: string;
|
754
686
|
district: string;
|
@@ -771,9 +703,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
771
703
|
option: string;
|
772
704
|
filename: string;
|
773
705
|
originalFilename: string;
|
774
|
-
}[] | [string, string] |
|
706
|
+
}[] | [string, string] | undefined>;
|
775
707
|
createdBySignature?: string | null | undefined;
|
776
|
-
createdAtLocation?:
|
708
|
+
createdAtLocation?: string | null | undefined;
|
777
709
|
annotation?: Record<string, string | number | boolean | {
|
778
710
|
type: string;
|
779
711
|
filename: string;
|
@@ -789,10 +721,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
789
721
|
residentialArea?: string | null | undefined;
|
790
722
|
street?: string | null | undefined;
|
791
723
|
zipCode?: string | null | undefined;
|
792
|
-
} | {
|
793
|
-
firstname: string;
|
794
|
-
surname: string;
|
795
|
-
middlename?: string | null | undefined;
|
796
724
|
} | {
|
797
725
|
country: string;
|
798
726
|
district: string;
|
@@ -815,8 +743,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
815
743
|
option: string;
|
816
744
|
filename: string;
|
817
745
|
originalFilename: string;
|
818
|
-
}[] | [string, string] |
|
819
|
-
originalActionId?:
|
746
|
+
}[] | [string, string] | undefined> | undefined;
|
747
|
+
originalActionId?: string | undefined;
|
820
748
|
}, {
|
821
749
|
type: "VALIDATE";
|
822
750
|
id: string;
|
@@ -840,10 +768,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
840
768
|
residentialArea?: string | null | undefined;
|
841
769
|
street?: string | null | undefined;
|
842
770
|
zipCode?: string | null | undefined;
|
843
|
-
} | {
|
844
|
-
firstname: string;
|
845
|
-
surname: string;
|
846
|
-
middlename?: string | null | undefined;
|
847
771
|
} | {
|
848
772
|
country: string;
|
849
773
|
district: string;
|
@@ -866,7 +790,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
866
790
|
option: string;
|
867
791
|
filename: string;
|
868
792
|
originalFilename: string;
|
869
|
-
}[] | [string, string] |
|
793
|
+
}[] | [string, string] | undefined>;
|
870
794
|
createdBySignature?: string | null | undefined;
|
871
795
|
createdAtLocation?: string | null | undefined;
|
872
796
|
annotation?: Record<string, string | number | boolean | {
|
@@ -884,10 +808,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
884
808
|
residentialArea?: string | null | undefined;
|
885
809
|
street?: string | null | undefined;
|
886
810
|
zipCode?: string | null | undefined;
|
887
|
-
} | {
|
888
|
-
firstname: string;
|
889
|
-
surname: string;
|
890
|
-
middlename?: string | null | undefined;
|
891
811
|
} | {
|
892
812
|
country: string;
|
893
813
|
district: string;
|
@@ -910,16 +830,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
910
830
|
option: string;
|
911
831
|
filename: string;
|
912
832
|
originalFilename: string;
|
913
|
-
}[] | [string, string] |
|
914
|
-
originalActionId?: string |
|
833
|
+
}[] | [string, string] | undefined> | undefined;
|
834
|
+
originalActionId?: string | undefined;
|
915
835
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
916
|
-
id: z.
|
836
|
+
id: z.ZodString;
|
917
837
|
transactionId: z.ZodString;
|
918
838
|
createdAt: z.ZodString;
|
919
839
|
createdBy: z.ZodString;
|
920
840
|
createdByRole: z.ZodString;
|
921
841
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
922
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
842
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
923
843
|
declaration: 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<{
|
924
844
|
filename: z.ZodString;
|
925
845
|
originalFilename: z.ZodString;
|
@@ -1033,20 +953,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
1033
953
|
addressLine2?: string | null | undefined;
|
1034
954
|
addressLine3?: string | null | undefined;
|
1035
955
|
postcodeOrZip?: string | null | undefined;
|
1036
|
-
}
|
1037
|
-
|
1038
|
-
surname: z.ZodString;
|
1039
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1040
|
-
}, "strip", z.ZodTypeAny, {
|
1041
|
-
firstname: string;
|
1042
|
-
surname: string;
|
1043
|
-
middlename?: string | null | undefined;
|
1044
|
-
}, {
|
1045
|
-
firstname: string;
|
1046
|
-
surname: string;
|
1047
|
-
middlename?: string | null | undefined;
|
1048
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1049
|
-
annotation: z.ZodNullable<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<{
|
956
|
+
}>]>>;
|
957
|
+
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<{
|
1050
958
|
filename: z.ZodString;
|
1051
959
|
originalFilename: z.ZodString;
|
1052
960
|
type: z.ZodString;
|
@@ -1159,21 +1067,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
1159
1067
|
addressLine2?: string | null | undefined;
|
1160
1068
|
addressLine3?: string | null | undefined;
|
1161
1069
|
postcodeOrZip?: string | null | undefined;
|
1162
|
-
}
|
1163
|
-
firstname: z.ZodString;
|
1164
|
-
surname: z.ZodString;
|
1165
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1166
|
-
}, "strip", z.ZodTypeAny, {
|
1167
|
-
firstname: string;
|
1168
|
-
surname: string;
|
1169
|
-
middlename?: string | null | undefined;
|
1170
|
-
}, {
|
1171
|
-
firstname: string;
|
1172
|
-
surname: string;
|
1173
|
-
middlename?: string | null | undefined;
|
1174
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
1070
|
+
}>]>>>;
|
1175
1071
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
1176
|
-
originalActionId: z.
|
1072
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
1177
1073
|
}, {
|
1178
1074
|
type: z.ZodLiteral<"REJECT">;
|
1179
1075
|
reason: z.ZodObject<{
|
@@ -1188,7 +1084,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1188
1084
|
}>;
|
1189
1085
|
}>, "strip", z.ZodTypeAny, {
|
1190
1086
|
type: "REJECT";
|
1191
|
-
id: string
|
1087
|
+
id: string;
|
1192
1088
|
status: "Rejected" | "Requested" | "Accepted";
|
1193
1089
|
reason: {
|
1194
1090
|
message: string;
|
@@ -1213,10 +1109,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1213
1109
|
residentialArea?: string | null | undefined;
|
1214
1110
|
street?: string | null | undefined;
|
1215
1111
|
zipCode?: string | null | undefined;
|
1216
|
-
} | {
|
1217
|
-
firstname: string;
|
1218
|
-
surname: string;
|
1219
|
-
middlename?: string | null | undefined;
|
1220
1112
|
} | {
|
1221
1113
|
country: string;
|
1222
1114
|
district: string;
|
@@ -1239,9 +1131,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
1239
1131
|
option: string;
|
1240
1132
|
filename: string;
|
1241
1133
|
originalFilename: string;
|
1242
|
-
}[] | [string, string] |
|
1134
|
+
}[] | [string, string] | undefined>;
|
1243
1135
|
createdBySignature?: string | null | undefined;
|
1244
|
-
createdAtLocation?:
|
1136
|
+
createdAtLocation?: string | null | undefined;
|
1245
1137
|
annotation?: Record<string, string | number | boolean | {
|
1246
1138
|
type: string;
|
1247
1139
|
filename: string;
|
@@ -1257,10 +1149,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1257
1149
|
residentialArea?: string | null | undefined;
|
1258
1150
|
street?: string | null | undefined;
|
1259
1151
|
zipCode?: string | null | undefined;
|
1260
|
-
} | {
|
1261
|
-
firstname: string;
|
1262
|
-
surname: string;
|
1263
|
-
middlename?: string | null | undefined;
|
1264
1152
|
} | {
|
1265
1153
|
country: string;
|
1266
1154
|
district: string;
|
@@ -1283,8 +1171,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
1283
1171
|
option: string;
|
1284
1172
|
filename: string;
|
1285
1173
|
originalFilename: string;
|
1286
|
-
}[] | [string, string] |
|
1287
|
-
originalActionId?:
|
1174
|
+
}[] | [string, string] | undefined> | undefined;
|
1175
|
+
originalActionId?: string | undefined;
|
1288
1176
|
}, {
|
1289
1177
|
type: "REJECT";
|
1290
1178
|
id: string;
|
@@ -1312,10 +1200,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1312
1200
|
residentialArea?: string | null | undefined;
|
1313
1201
|
street?: string | null | undefined;
|
1314
1202
|
zipCode?: string | null | undefined;
|
1315
|
-
} | {
|
1316
|
-
firstname: string;
|
1317
|
-
surname: string;
|
1318
|
-
middlename?: string | null | undefined;
|
1319
1203
|
} | {
|
1320
1204
|
country: string;
|
1321
1205
|
district: string;
|
@@ -1338,7 +1222,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1338
1222
|
option: string;
|
1339
1223
|
filename: string;
|
1340
1224
|
originalFilename: string;
|
1341
|
-
}[] | [string, string] |
|
1225
|
+
}[] | [string, string] | undefined>;
|
1342
1226
|
createdBySignature?: string | null | undefined;
|
1343
1227
|
createdAtLocation?: string | null | undefined;
|
1344
1228
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1356,10 +1240,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1356
1240
|
residentialArea?: string | null | undefined;
|
1357
1241
|
street?: string | null | undefined;
|
1358
1242
|
zipCode?: string | null | undefined;
|
1359
|
-
} | {
|
1360
|
-
firstname: string;
|
1361
|
-
surname: string;
|
1362
|
-
middlename?: string | null | undefined;
|
1363
1243
|
} | {
|
1364
1244
|
country: string;
|
1365
1245
|
district: string;
|
@@ -1382,16 +1262,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
1382
1262
|
option: string;
|
1383
1263
|
filename: string;
|
1384
1264
|
originalFilename: string;
|
1385
|
-
}[] | [string, string] |
|
1386
|
-
originalActionId?: string |
|
1265
|
+
}[] | [string, string] | undefined> | undefined;
|
1266
|
+
originalActionId?: string | undefined;
|
1387
1267
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1388
|
-
id: z.
|
1268
|
+
id: z.ZodString;
|
1389
1269
|
transactionId: z.ZodString;
|
1390
1270
|
createdAt: z.ZodString;
|
1391
1271
|
createdBy: z.ZodString;
|
1392
1272
|
createdByRole: z.ZodString;
|
1393
1273
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1394
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
1274
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1395
1275
|
declaration: 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<{
|
1396
1276
|
filename: z.ZodString;
|
1397
1277
|
originalFilename: z.ZodString;
|
@@ -1505,20 +1385,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
1505
1385
|
addressLine2?: string | null | undefined;
|
1506
1386
|
addressLine3?: string | null | undefined;
|
1507
1387
|
postcodeOrZip?: string | null | undefined;
|
1508
|
-
}
|
1509
|
-
|
1510
|
-
surname: z.ZodString;
|
1511
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1512
|
-
}, "strip", z.ZodTypeAny, {
|
1513
|
-
firstname: string;
|
1514
|
-
surname: string;
|
1515
|
-
middlename?: string | null | undefined;
|
1516
|
-
}, {
|
1517
|
-
firstname: string;
|
1518
|
-
surname: string;
|
1519
|
-
middlename?: string | null | undefined;
|
1520
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1521
|
-
annotation: z.ZodNullable<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<{
|
1388
|
+
}>]>>;
|
1389
|
+
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<{
|
1522
1390
|
filename: z.ZodString;
|
1523
1391
|
originalFilename: z.ZodString;
|
1524
1392
|
type: z.ZodString;
|
@@ -1631,26 +1499,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
1631
1499
|
addressLine2?: string | null | undefined;
|
1632
1500
|
addressLine3?: string | null | undefined;
|
1633
1501
|
postcodeOrZip?: string | null | undefined;
|
1634
|
-
}
|
1635
|
-
firstname: z.ZodString;
|
1636
|
-
surname: z.ZodString;
|
1637
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1638
|
-
}, "strip", z.ZodTypeAny, {
|
1639
|
-
firstname: string;
|
1640
|
-
surname: string;
|
1641
|
-
middlename?: string | null | undefined;
|
1642
|
-
}, {
|
1643
|
-
firstname: string;
|
1644
|
-
surname: string;
|
1645
|
-
middlename?: string | null | undefined;
|
1646
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
1502
|
+
}>]>>>;
|
1647
1503
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
1648
|
-
originalActionId: z.
|
1504
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
1649
1505
|
}, {
|
1650
1506
|
type: z.ZodLiteral<"MARKED_AS_DUPLICATE">;
|
1651
1507
|
}>, "strip", z.ZodTypeAny, {
|
1652
1508
|
type: "MARKED_AS_DUPLICATE";
|
1653
|
-
id: string
|
1509
|
+
id: string;
|
1654
1510
|
status: "Rejected" | "Requested" | "Accepted";
|
1655
1511
|
transactionId: string;
|
1656
1512
|
createdAt: string;
|
@@ -1671,10 +1527,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1671
1527
|
residentialArea?: string | null | undefined;
|
1672
1528
|
street?: string | null | undefined;
|
1673
1529
|
zipCode?: string | null | undefined;
|
1674
|
-
} | {
|
1675
|
-
firstname: string;
|
1676
|
-
surname: string;
|
1677
|
-
middlename?: string | null | undefined;
|
1678
1530
|
} | {
|
1679
1531
|
country: string;
|
1680
1532
|
district: string;
|
@@ -1697,9 +1549,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
1697
1549
|
option: string;
|
1698
1550
|
filename: string;
|
1699
1551
|
originalFilename: string;
|
1700
|
-
}[] | [string, string] |
|
1552
|
+
}[] | [string, string] | undefined>;
|
1701
1553
|
createdBySignature?: string | null | undefined;
|
1702
|
-
createdAtLocation?:
|
1554
|
+
createdAtLocation?: string | null | undefined;
|
1703
1555
|
annotation?: Record<string, string | number | boolean | {
|
1704
1556
|
type: string;
|
1705
1557
|
filename: string;
|
@@ -1715,10 +1567,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1715
1567
|
residentialArea?: string | null | undefined;
|
1716
1568
|
street?: string | null | undefined;
|
1717
1569
|
zipCode?: string | null | undefined;
|
1718
|
-
} | {
|
1719
|
-
firstname: string;
|
1720
|
-
surname: string;
|
1721
|
-
middlename?: string | null | undefined;
|
1722
1570
|
} | {
|
1723
1571
|
country: string;
|
1724
1572
|
district: string;
|
@@ -1741,8 +1589,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
1741
1589
|
option: string;
|
1742
1590
|
filename: string;
|
1743
1591
|
originalFilename: string;
|
1744
|
-
}[] | [string, string] |
|
1745
|
-
originalActionId?:
|
1592
|
+
}[] | [string, string] | undefined> | undefined;
|
1593
|
+
originalActionId?: string | undefined;
|
1746
1594
|
}, {
|
1747
1595
|
type: "MARKED_AS_DUPLICATE";
|
1748
1596
|
id: string;
|
@@ -1766,10 +1614,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1766
1614
|
residentialArea?: string | null | undefined;
|
1767
1615
|
street?: string | null | undefined;
|
1768
1616
|
zipCode?: string | null | undefined;
|
1769
|
-
} | {
|
1770
|
-
firstname: string;
|
1771
|
-
surname: string;
|
1772
|
-
middlename?: string | null | undefined;
|
1773
1617
|
} | {
|
1774
1618
|
country: string;
|
1775
1619
|
district: string;
|
@@ -1792,7 +1636,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1792
1636
|
option: string;
|
1793
1637
|
filename: string;
|
1794
1638
|
originalFilename: string;
|
1795
|
-
}[] | [string, string] |
|
1639
|
+
}[] | [string, string] | undefined>;
|
1796
1640
|
createdBySignature?: string | null | undefined;
|
1797
1641
|
createdAtLocation?: string | null | undefined;
|
1798
1642
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1810,10 +1654,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
1810
1654
|
residentialArea?: string | null | undefined;
|
1811
1655
|
street?: string | null | undefined;
|
1812
1656
|
zipCode?: string | null | undefined;
|
1813
|
-
} | {
|
1814
|
-
firstname: string;
|
1815
|
-
surname: string;
|
1816
|
-
middlename?: string | null | undefined;
|
1817
1657
|
} | {
|
1818
1658
|
country: string;
|
1819
1659
|
district: string;
|
@@ -1836,16 +1676,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
1836
1676
|
option: string;
|
1837
1677
|
filename: string;
|
1838
1678
|
originalFilename: string;
|
1839
|
-
}[] | [string, string] |
|
1840
|
-
originalActionId?: string |
|
1679
|
+
}[] | [string, string] | undefined> | undefined;
|
1680
|
+
originalActionId?: string | undefined;
|
1841
1681
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1842
|
-
id: z.
|
1682
|
+
id: z.ZodString;
|
1843
1683
|
transactionId: z.ZodString;
|
1844
1684
|
createdAt: z.ZodString;
|
1845
1685
|
createdBy: z.ZodString;
|
1846
1686
|
createdByRole: z.ZodString;
|
1847
1687
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1848
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
1688
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1849
1689
|
declaration: 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<{
|
1850
1690
|
filename: z.ZodString;
|
1851
1691
|
originalFilename: z.ZodString;
|
@@ -1959,20 +1799,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
1959
1799
|
addressLine2?: string | null | undefined;
|
1960
1800
|
addressLine3?: string | null | undefined;
|
1961
1801
|
postcodeOrZip?: string | null | undefined;
|
1962
|
-
}
|
1963
|
-
|
1964
|
-
surname: z.ZodString;
|
1965
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1966
|
-
}, "strip", z.ZodTypeAny, {
|
1967
|
-
firstname: string;
|
1968
|
-
surname: string;
|
1969
|
-
middlename?: string | null | undefined;
|
1970
|
-
}, {
|
1971
|
-
firstname: string;
|
1972
|
-
surname: string;
|
1973
|
-
middlename?: string | null | undefined;
|
1974
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1975
|
-
annotation: z.ZodNullable<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<{
|
1802
|
+
}>]>>;
|
1803
|
+
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<{
|
1976
1804
|
filename: z.ZodString;
|
1977
1805
|
originalFilename: z.ZodString;
|
1978
1806
|
type: z.ZodString;
|
@@ -2085,21 +1913,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
2085
1913
|
addressLine2?: string | null | undefined;
|
2086
1914
|
addressLine3?: string | null | undefined;
|
2087
1915
|
postcodeOrZip?: string | null | undefined;
|
2088
|
-
}
|
2089
|
-
firstname: z.ZodString;
|
2090
|
-
surname: z.ZodString;
|
2091
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2092
|
-
}, "strip", z.ZodTypeAny, {
|
2093
|
-
firstname: string;
|
2094
|
-
surname: string;
|
2095
|
-
middlename?: string | null | undefined;
|
2096
|
-
}, {
|
2097
|
-
firstname: string;
|
2098
|
-
surname: string;
|
2099
|
-
middlename?: string | null | undefined;
|
2100
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
1916
|
+
}>]>>>;
|
2101
1917
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
2102
|
-
originalActionId: z.
|
1918
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
2103
1919
|
}, {
|
2104
1920
|
type: z.ZodLiteral<"ARCHIVE">;
|
2105
1921
|
reason: z.ZodObject<{
|
@@ -2114,7 +1930,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2114
1930
|
}>;
|
2115
1931
|
}>, "strip", z.ZodTypeAny, {
|
2116
1932
|
type: "ARCHIVE";
|
2117
|
-
id: string
|
1933
|
+
id: string;
|
2118
1934
|
status: "Rejected" | "Requested" | "Accepted";
|
2119
1935
|
reason: {
|
2120
1936
|
message: string;
|
@@ -2139,10 +1955,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2139
1955
|
residentialArea?: string | null | undefined;
|
2140
1956
|
street?: string | null | undefined;
|
2141
1957
|
zipCode?: string | null | undefined;
|
2142
|
-
} | {
|
2143
|
-
firstname: string;
|
2144
|
-
surname: string;
|
2145
|
-
middlename?: string | null | undefined;
|
2146
1958
|
} | {
|
2147
1959
|
country: string;
|
2148
1960
|
district: string;
|
@@ -2165,9 +1977,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
2165
1977
|
option: string;
|
2166
1978
|
filename: string;
|
2167
1979
|
originalFilename: string;
|
2168
|
-
}[] | [string, string] |
|
1980
|
+
}[] | [string, string] | undefined>;
|
2169
1981
|
createdBySignature?: string | null | undefined;
|
2170
|
-
createdAtLocation?:
|
1982
|
+
createdAtLocation?: string | null | undefined;
|
2171
1983
|
annotation?: Record<string, string | number | boolean | {
|
2172
1984
|
type: string;
|
2173
1985
|
filename: string;
|
@@ -2183,10 +1995,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2183
1995
|
residentialArea?: string | null | undefined;
|
2184
1996
|
street?: string | null | undefined;
|
2185
1997
|
zipCode?: string | null | undefined;
|
2186
|
-
} | {
|
2187
|
-
firstname: string;
|
2188
|
-
surname: string;
|
2189
|
-
middlename?: string | null | undefined;
|
2190
1998
|
} | {
|
2191
1999
|
country: string;
|
2192
2000
|
district: string;
|
@@ -2209,8 +2017,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
2209
2017
|
option: string;
|
2210
2018
|
filename: string;
|
2211
2019
|
originalFilename: string;
|
2212
|
-
}[] | [string, string] |
|
2213
|
-
originalActionId?:
|
2020
|
+
}[] | [string, string] | undefined> | undefined;
|
2021
|
+
originalActionId?: string | undefined;
|
2214
2022
|
}, {
|
2215
2023
|
type: "ARCHIVE";
|
2216
2024
|
id: string;
|
@@ -2238,10 +2046,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2238
2046
|
residentialArea?: string | null | undefined;
|
2239
2047
|
street?: string | null | undefined;
|
2240
2048
|
zipCode?: string | null | undefined;
|
2241
|
-
} | {
|
2242
|
-
firstname: string;
|
2243
|
-
surname: string;
|
2244
|
-
middlename?: string | null | undefined;
|
2245
2049
|
} | {
|
2246
2050
|
country: string;
|
2247
2051
|
district: string;
|
@@ -2264,7 +2068,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2264
2068
|
option: string;
|
2265
2069
|
filename: string;
|
2266
2070
|
originalFilename: string;
|
2267
|
-
}[] | [string, string] |
|
2071
|
+
}[] | [string, string] | undefined>;
|
2268
2072
|
createdBySignature?: string | null | undefined;
|
2269
2073
|
createdAtLocation?: string | null | undefined;
|
2270
2074
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2282,10 +2086,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2282
2086
|
residentialArea?: string | null | undefined;
|
2283
2087
|
street?: string | null | undefined;
|
2284
2088
|
zipCode?: string | null | undefined;
|
2285
|
-
} | {
|
2286
|
-
firstname: string;
|
2287
|
-
surname: string;
|
2288
|
-
middlename?: string | null | undefined;
|
2289
2089
|
} | {
|
2290
2090
|
country: string;
|
2291
2091
|
district: string;
|
@@ -2308,16 +2108,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
2308
2108
|
option: string;
|
2309
2109
|
filename: string;
|
2310
2110
|
originalFilename: string;
|
2311
|
-
}[] | [string, string] |
|
2312
|
-
originalActionId?: string |
|
2111
|
+
}[] | [string, string] | undefined> | undefined;
|
2112
|
+
originalActionId?: string | undefined;
|
2313
2113
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2314
|
-
id: z.
|
2114
|
+
id: z.ZodString;
|
2315
2115
|
transactionId: z.ZodString;
|
2316
2116
|
createdAt: z.ZodString;
|
2317
2117
|
createdBy: z.ZodString;
|
2318
2118
|
createdByRole: z.ZodString;
|
2319
2119
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2320
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
2120
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2321
2121
|
declaration: 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<{
|
2322
2122
|
filename: z.ZodString;
|
2323
2123
|
originalFilename: z.ZodString;
|
@@ -2431,20 +2231,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
2431
2231
|
addressLine2?: string | null | undefined;
|
2432
2232
|
addressLine3?: string | null | undefined;
|
2433
2233
|
postcodeOrZip?: string | null | undefined;
|
2434
|
-
}
|
2435
|
-
|
2436
|
-
surname: z.ZodString;
|
2437
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2438
|
-
}, "strip", z.ZodTypeAny, {
|
2439
|
-
firstname: string;
|
2440
|
-
surname: string;
|
2441
|
-
middlename?: string | null | undefined;
|
2442
|
-
}, {
|
2443
|
-
firstname: string;
|
2444
|
-
surname: string;
|
2445
|
-
middlename?: string | null | undefined;
|
2446
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2447
|
-
annotation: z.ZodNullable<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<{
|
2234
|
+
}>]>>;
|
2235
|
+
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<{
|
2448
2236
|
filename: z.ZodString;
|
2449
2237
|
originalFilename: z.ZodString;
|
2450
2238
|
type: z.ZodString;
|
@@ -2557,26 +2345,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
2557
2345
|
addressLine2?: string | null | undefined;
|
2558
2346
|
addressLine3?: string | null | undefined;
|
2559
2347
|
postcodeOrZip?: string | null | undefined;
|
2560
|
-
}
|
2561
|
-
firstname: z.ZodString;
|
2562
|
-
surname: z.ZodString;
|
2563
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2564
|
-
}, "strip", z.ZodTypeAny, {
|
2565
|
-
firstname: string;
|
2566
|
-
surname: string;
|
2567
|
-
middlename?: string | null | undefined;
|
2568
|
-
}, {
|
2569
|
-
firstname: string;
|
2570
|
-
surname: string;
|
2571
|
-
middlename?: string | null | undefined;
|
2572
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
2348
|
+
}>]>>>;
|
2573
2349
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
2574
|
-
originalActionId: z.
|
2350
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
2575
2351
|
}, {
|
2576
2352
|
type: z.ZodLiteral<"NOTIFY">;
|
2577
2353
|
}>, "strip", z.ZodTypeAny, {
|
2578
2354
|
type: "NOTIFY";
|
2579
|
-
id: string
|
2355
|
+
id: string;
|
2580
2356
|
status: "Rejected" | "Requested" | "Accepted";
|
2581
2357
|
transactionId: string;
|
2582
2358
|
createdAt: string;
|
@@ -2597,10 +2373,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2597
2373
|
residentialArea?: string | null | undefined;
|
2598
2374
|
street?: string | null | undefined;
|
2599
2375
|
zipCode?: string | null | undefined;
|
2600
|
-
} | {
|
2601
|
-
firstname: string;
|
2602
|
-
surname: string;
|
2603
|
-
middlename?: string | null | undefined;
|
2604
2376
|
} | {
|
2605
2377
|
country: string;
|
2606
2378
|
district: string;
|
@@ -2623,9 +2395,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
2623
2395
|
option: string;
|
2624
2396
|
filename: string;
|
2625
2397
|
originalFilename: string;
|
2626
|
-
}[] | [string, string] |
|
2398
|
+
}[] | [string, string] | undefined>;
|
2627
2399
|
createdBySignature?: string | null | undefined;
|
2628
|
-
createdAtLocation?:
|
2400
|
+
createdAtLocation?: string | null | undefined;
|
2629
2401
|
annotation?: Record<string, string | number | boolean | {
|
2630
2402
|
type: string;
|
2631
2403
|
filename: string;
|
@@ -2641,10 +2413,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2641
2413
|
residentialArea?: string | null | undefined;
|
2642
2414
|
street?: string | null | undefined;
|
2643
2415
|
zipCode?: string | null | undefined;
|
2644
|
-
} | {
|
2645
|
-
firstname: string;
|
2646
|
-
surname: string;
|
2647
|
-
middlename?: string | null | undefined;
|
2648
2416
|
} | {
|
2649
2417
|
country: string;
|
2650
2418
|
district: string;
|
@@ -2667,8 +2435,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
2667
2435
|
option: string;
|
2668
2436
|
filename: string;
|
2669
2437
|
originalFilename: string;
|
2670
|
-
}[] | [string, string] |
|
2671
|
-
originalActionId?:
|
2438
|
+
}[] | [string, string] | undefined> | undefined;
|
2439
|
+
originalActionId?: string | undefined;
|
2672
2440
|
}, {
|
2673
2441
|
type: "NOTIFY";
|
2674
2442
|
id: string;
|
@@ -2692,10 +2460,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2692
2460
|
residentialArea?: string | null | undefined;
|
2693
2461
|
street?: string | null | undefined;
|
2694
2462
|
zipCode?: string | null | undefined;
|
2695
|
-
} | {
|
2696
|
-
firstname: string;
|
2697
|
-
surname: string;
|
2698
|
-
middlename?: string | null | undefined;
|
2699
2463
|
} | {
|
2700
2464
|
country: string;
|
2701
2465
|
district: string;
|
@@ -2718,7 +2482,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2718
2482
|
option: string;
|
2719
2483
|
filename: string;
|
2720
2484
|
originalFilename: string;
|
2721
|
-
}[] | [string, string] |
|
2485
|
+
}[] | [string, string] | undefined>;
|
2722
2486
|
createdBySignature?: string | null | undefined;
|
2723
2487
|
createdAtLocation?: string | null | undefined;
|
2724
2488
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2736,10 +2500,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
2736
2500
|
residentialArea?: string | null | undefined;
|
2737
2501
|
street?: string | null | undefined;
|
2738
2502
|
zipCode?: string | null | undefined;
|
2739
|
-
} | {
|
2740
|
-
firstname: string;
|
2741
|
-
surname: string;
|
2742
|
-
middlename?: string | null | undefined;
|
2743
2503
|
} | {
|
2744
2504
|
country: string;
|
2745
2505
|
district: string;
|
@@ -2762,16 +2522,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
2762
2522
|
option: string;
|
2763
2523
|
filename: string;
|
2764
2524
|
originalFilename: string;
|
2765
|
-
}[] | [string, string] |
|
2766
|
-
originalActionId?: string |
|
2525
|
+
}[] | [string, string] | undefined> | undefined;
|
2526
|
+
originalActionId?: string | undefined;
|
2767
2527
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2768
|
-
id: z.
|
2528
|
+
id: z.ZodString;
|
2769
2529
|
transactionId: z.ZodString;
|
2770
2530
|
createdAt: z.ZodString;
|
2771
2531
|
createdBy: z.ZodString;
|
2772
2532
|
createdByRole: z.ZodString;
|
2773
2533
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2774
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
2534
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2775
2535
|
declaration: 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<{
|
2776
2536
|
filename: z.ZodString;
|
2777
2537
|
originalFilename: z.ZodString;
|
@@ -2885,20 +2645,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
2885
2645
|
addressLine2?: string | null | undefined;
|
2886
2646
|
addressLine3?: string | null | undefined;
|
2887
2647
|
postcodeOrZip?: string | null | undefined;
|
2888
|
-
}
|
2889
|
-
|
2890
|
-
surname: z.ZodString;
|
2891
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2892
|
-
}, "strip", z.ZodTypeAny, {
|
2893
|
-
firstname: string;
|
2894
|
-
surname: string;
|
2895
|
-
middlename?: string | null | undefined;
|
2896
|
-
}, {
|
2897
|
-
firstname: string;
|
2898
|
-
surname: string;
|
2899
|
-
middlename?: string | null | undefined;
|
2900
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2901
|
-
annotation: z.ZodNullable<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<{
|
2648
|
+
}>]>>;
|
2649
|
+
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<{
|
2902
2650
|
filename: z.ZodString;
|
2903
2651
|
originalFilename: z.ZodString;
|
2904
2652
|
type: z.ZodString;
|
@@ -3011,27 +2759,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
3011
2759
|
addressLine2?: string | null | undefined;
|
3012
2760
|
addressLine3?: string | null | undefined;
|
3013
2761
|
postcodeOrZip?: string | null | undefined;
|
3014
|
-
}
|
3015
|
-
firstname: z.ZodString;
|
3016
|
-
surname: z.ZodString;
|
3017
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3018
|
-
}, "strip", z.ZodTypeAny, {
|
3019
|
-
firstname: string;
|
3020
|
-
surname: string;
|
3021
|
-
middlename?: string | null | undefined;
|
3022
|
-
}, {
|
3023
|
-
firstname: string;
|
3024
|
-
surname: string;
|
3025
|
-
middlename?: string | null | undefined;
|
3026
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
2762
|
+
}>]>>>;
|
3027
2763
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
3028
|
-
originalActionId: z.
|
2764
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
3029
2765
|
}, {
|
3030
2766
|
type: z.ZodLiteral<"REGISTER">;
|
3031
2767
|
registrationNumber: z.ZodOptional<z.ZodString>;
|
3032
2768
|
}>, "strip", z.ZodTypeAny, {
|
3033
2769
|
type: "REGISTER";
|
3034
|
-
id: string
|
2770
|
+
id: string;
|
3035
2771
|
status: "Rejected" | "Requested" | "Accepted";
|
3036
2772
|
transactionId: string;
|
3037
2773
|
createdAt: string;
|
@@ -3052,10 +2788,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3052
2788
|
residentialArea?: string | null | undefined;
|
3053
2789
|
street?: string | null | undefined;
|
3054
2790
|
zipCode?: string | null | undefined;
|
3055
|
-
} | {
|
3056
|
-
firstname: string;
|
3057
|
-
surname: string;
|
3058
|
-
middlename?: string | null | undefined;
|
3059
2791
|
} | {
|
3060
2792
|
country: string;
|
3061
2793
|
district: string;
|
@@ -3078,9 +2810,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
3078
2810
|
option: string;
|
3079
2811
|
filename: string;
|
3080
2812
|
originalFilename: string;
|
3081
|
-
}[] | [string, string] |
|
2813
|
+
}[] | [string, string] | undefined>;
|
3082
2814
|
createdBySignature?: string | null | undefined;
|
3083
|
-
createdAtLocation?:
|
2815
|
+
createdAtLocation?: string | null | undefined;
|
3084
2816
|
annotation?: Record<string, string | number | boolean | {
|
3085
2817
|
type: string;
|
3086
2818
|
filename: string;
|
@@ -3096,10 +2828,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3096
2828
|
residentialArea?: string | null | undefined;
|
3097
2829
|
street?: string | null | undefined;
|
3098
2830
|
zipCode?: string | null | undefined;
|
3099
|
-
} | {
|
3100
|
-
firstname: string;
|
3101
|
-
surname: string;
|
3102
|
-
middlename?: string | null | undefined;
|
3103
2831
|
} | {
|
3104
2832
|
country: string;
|
3105
2833
|
district: string;
|
@@ -3122,8 +2850,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
3122
2850
|
option: string;
|
3123
2851
|
filename: string;
|
3124
2852
|
originalFilename: string;
|
3125
|
-
}[] | [string, string] |
|
3126
|
-
originalActionId?:
|
2853
|
+
}[] | [string, string] | undefined> | undefined;
|
2854
|
+
originalActionId?: string | undefined;
|
3127
2855
|
registrationNumber?: string | undefined;
|
3128
2856
|
}, {
|
3129
2857
|
type: "REGISTER";
|
@@ -3148,10 +2876,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3148
2876
|
residentialArea?: string | null | undefined;
|
3149
2877
|
street?: string | null | undefined;
|
3150
2878
|
zipCode?: string | null | undefined;
|
3151
|
-
} | {
|
3152
|
-
firstname: string;
|
3153
|
-
surname: string;
|
3154
|
-
middlename?: string | null | undefined;
|
3155
2879
|
} | {
|
3156
2880
|
country: string;
|
3157
2881
|
district: string;
|
@@ -3174,7 +2898,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3174
2898
|
option: string;
|
3175
2899
|
filename: string;
|
3176
2900
|
originalFilename: string;
|
3177
|
-
}[] | [string, string] |
|
2901
|
+
}[] | [string, string] | undefined>;
|
3178
2902
|
createdBySignature?: string | null | undefined;
|
3179
2903
|
createdAtLocation?: string | null | undefined;
|
3180
2904
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3192,10 +2916,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3192
2916
|
residentialArea?: string | null | undefined;
|
3193
2917
|
street?: string | null | undefined;
|
3194
2918
|
zipCode?: string | null | undefined;
|
3195
|
-
} | {
|
3196
|
-
firstname: string;
|
3197
|
-
surname: string;
|
3198
|
-
middlename?: string | null | undefined;
|
3199
2919
|
} | {
|
3200
2920
|
country: string;
|
3201
2921
|
district: string;
|
@@ -3218,17 +2938,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
3218
2938
|
option: string;
|
3219
2939
|
filename: string;
|
3220
2940
|
originalFilename: string;
|
3221
|
-
}[] | [string, string] |
|
3222
|
-
originalActionId?: string |
|
2941
|
+
}[] | [string, string] | undefined> | undefined;
|
2942
|
+
originalActionId?: string | undefined;
|
3223
2943
|
registrationNumber?: string | undefined;
|
3224
2944
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3225
|
-
id: z.
|
2945
|
+
id: z.ZodString;
|
3226
2946
|
transactionId: z.ZodString;
|
3227
2947
|
createdAt: z.ZodString;
|
3228
2948
|
createdBy: z.ZodString;
|
3229
2949
|
createdByRole: z.ZodString;
|
3230
2950
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3231
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
2951
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3232
2952
|
declaration: 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<{
|
3233
2953
|
filename: z.ZodString;
|
3234
2954
|
originalFilename: z.ZodString;
|
@@ -3342,20 +3062,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
3342
3062
|
addressLine2?: string | null | undefined;
|
3343
3063
|
addressLine3?: string | null | undefined;
|
3344
3064
|
postcodeOrZip?: string | null | undefined;
|
3345
|
-
}
|
3346
|
-
|
3347
|
-
surname: z.ZodString;
|
3348
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3349
|
-
}, "strip", z.ZodTypeAny, {
|
3350
|
-
firstname: string;
|
3351
|
-
surname: string;
|
3352
|
-
middlename?: string | null | undefined;
|
3353
|
-
}, {
|
3354
|
-
firstname: string;
|
3355
|
-
surname: string;
|
3356
|
-
middlename?: string | null | undefined;
|
3357
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3358
|
-
annotation: z.ZodNullable<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<{
|
3065
|
+
}>]>>;
|
3066
|
+
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<{
|
3359
3067
|
filename: z.ZodString;
|
3360
3068
|
originalFilename: z.ZodString;
|
3361
3069
|
type: z.ZodString;
|
@@ -3468,26 +3176,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
3468
3176
|
addressLine2?: string | null | undefined;
|
3469
3177
|
addressLine3?: string | null | undefined;
|
3470
3178
|
postcodeOrZip?: string | null | undefined;
|
3471
|
-
}
|
3472
|
-
firstname: z.ZodString;
|
3473
|
-
surname: z.ZodString;
|
3474
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3475
|
-
}, "strip", z.ZodTypeAny, {
|
3476
|
-
firstname: string;
|
3477
|
-
surname: string;
|
3478
|
-
middlename?: string | null | undefined;
|
3479
|
-
}, {
|
3480
|
-
firstname: string;
|
3481
|
-
surname: string;
|
3482
|
-
middlename?: string | null | undefined;
|
3483
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
3179
|
+
}>]>>>;
|
3484
3180
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
3485
|
-
originalActionId: z.
|
3181
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
3486
3182
|
}, {
|
3487
3183
|
type: z.ZodLiteral<"DECLARE">;
|
3488
3184
|
}>, "strip", z.ZodTypeAny, {
|
3489
3185
|
type: "DECLARE";
|
3490
|
-
id: string
|
3186
|
+
id: string;
|
3491
3187
|
status: "Rejected" | "Requested" | "Accepted";
|
3492
3188
|
transactionId: string;
|
3493
3189
|
createdAt: string;
|
@@ -3508,10 +3204,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3508
3204
|
residentialArea?: string | null | undefined;
|
3509
3205
|
street?: string | null | undefined;
|
3510
3206
|
zipCode?: string | null | undefined;
|
3511
|
-
} | {
|
3512
|
-
firstname: string;
|
3513
|
-
surname: string;
|
3514
|
-
middlename?: string | null | undefined;
|
3515
3207
|
} | {
|
3516
3208
|
country: string;
|
3517
3209
|
district: string;
|
@@ -3534,9 +3226,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
3534
3226
|
option: string;
|
3535
3227
|
filename: string;
|
3536
3228
|
originalFilename: string;
|
3537
|
-
}[] | [string, string] |
|
3229
|
+
}[] | [string, string] | undefined>;
|
3538
3230
|
createdBySignature?: string | null | undefined;
|
3539
|
-
createdAtLocation?:
|
3231
|
+
createdAtLocation?: string | null | undefined;
|
3540
3232
|
annotation?: Record<string, string | number | boolean | {
|
3541
3233
|
type: string;
|
3542
3234
|
filename: string;
|
@@ -3552,10 +3244,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3552
3244
|
residentialArea?: string | null | undefined;
|
3553
3245
|
street?: string | null | undefined;
|
3554
3246
|
zipCode?: string | null | undefined;
|
3555
|
-
} | {
|
3556
|
-
firstname: string;
|
3557
|
-
surname: string;
|
3558
|
-
middlename?: string | null | undefined;
|
3559
3247
|
} | {
|
3560
3248
|
country: string;
|
3561
3249
|
district: string;
|
@@ -3578,8 +3266,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
3578
3266
|
option: string;
|
3579
3267
|
filename: string;
|
3580
3268
|
originalFilename: string;
|
3581
|
-
}[] | [string, string] |
|
3582
|
-
originalActionId?:
|
3269
|
+
}[] | [string, string] | undefined> | undefined;
|
3270
|
+
originalActionId?: string | undefined;
|
3583
3271
|
}, {
|
3584
3272
|
type: "DECLARE";
|
3585
3273
|
id: string;
|
@@ -3603,10 +3291,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3603
3291
|
residentialArea?: string | null | undefined;
|
3604
3292
|
street?: string | null | undefined;
|
3605
3293
|
zipCode?: string | null | undefined;
|
3606
|
-
} | {
|
3607
|
-
firstname: string;
|
3608
|
-
surname: string;
|
3609
|
-
middlename?: string | null | undefined;
|
3610
3294
|
} | {
|
3611
3295
|
country: string;
|
3612
3296
|
district: string;
|
@@ -3629,7 +3313,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3629
3313
|
option: string;
|
3630
3314
|
filename: string;
|
3631
3315
|
originalFilename: string;
|
3632
|
-
}[] | [string, string] |
|
3316
|
+
}[] | [string, string] | undefined>;
|
3633
3317
|
createdBySignature?: string | null | undefined;
|
3634
3318
|
createdAtLocation?: string | null | undefined;
|
3635
3319
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3647,10 +3331,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3647
3331
|
residentialArea?: string | null | undefined;
|
3648
3332
|
street?: string | null | undefined;
|
3649
3333
|
zipCode?: string | null | undefined;
|
3650
|
-
} | {
|
3651
|
-
firstname: string;
|
3652
|
-
surname: string;
|
3653
|
-
middlename?: string | null | undefined;
|
3654
3334
|
} | {
|
3655
3335
|
country: string;
|
3656
3336
|
district: string;
|
@@ -3673,16 +3353,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
3673
3353
|
option: string;
|
3674
3354
|
filename: string;
|
3675
3355
|
originalFilename: string;
|
3676
|
-
}[] | [string, string] |
|
3677
|
-
originalActionId?: string |
|
3356
|
+
}[] | [string, string] | undefined> | undefined;
|
3357
|
+
originalActionId?: string | undefined;
|
3678
3358
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3679
|
-
id: z.
|
3359
|
+
id: z.ZodString;
|
3680
3360
|
transactionId: z.ZodString;
|
3681
3361
|
createdAt: z.ZodString;
|
3682
3362
|
createdBy: z.ZodString;
|
3683
3363
|
createdByRole: z.ZodString;
|
3684
3364
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3685
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
3365
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3686
3366
|
declaration: 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<{
|
3687
3367
|
filename: z.ZodString;
|
3688
3368
|
originalFilename: z.ZodString;
|
@@ -3796,20 +3476,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
3796
3476
|
addressLine2?: string | null | undefined;
|
3797
3477
|
addressLine3?: string | null | undefined;
|
3798
3478
|
postcodeOrZip?: string | null | undefined;
|
3799
|
-
}
|
3800
|
-
|
3801
|
-
surname: z.ZodString;
|
3802
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3803
|
-
}, "strip", z.ZodTypeAny, {
|
3804
|
-
firstname: string;
|
3805
|
-
surname: string;
|
3806
|
-
middlename?: string | null | undefined;
|
3807
|
-
}, {
|
3808
|
-
firstname: string;
|
3809
|
-
surname: string;
|
3810
|
-
middlename?: string | null | undefined;
|
3811
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3812
|
-
annotation: z.ZodNullable<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<{
|
3479
|
+
}>]>>;
|
3480
|
+
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<{
|
3813
3481
|
filename: z.ZodString;
|
3814
3482
|
originalFilename: z.ZodString;
|
3815
3483
|
type: z.ZodString;
|
@@ -3922,27 +3590,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
3922
3590
|
addressLine2?: string | null | undefined;
|
3923
3591
|
addressLine3?: string | null | undefined;
|
3924
3592
|
postcodeOrZip?: string | null | undefined;
|
3925
|
-
}
|
3926
|
-
firstname: z.ZodString;
|
3927
|
-
surname: z.ZodString;
|
3928
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3929
|
-
}, "strip", z.ZodTypeAny, {
|
3930
|
-
firstname: string;
|
3931
|
-
surname: string;
|
3932
|
-
middlename?: string | null | undefined;
|
3933
|
-
}, {
|
3934
|
-
firstname: string;
|
3935
|
-
surname: string;
|
3936
|
-
middlename?: string | null | undefined;
|
3937
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
3593
|
+
}>]>>>;
|
3938
3594
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
3939
|
-
originalActionId: z.
|
3595
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
3940
3596
|
}, {
|
3941
3597
|
type: z.ZodLiteral<"ASSIGN">;
|
3942
3598
|
assignedTo: z.ZodString;
|
3943
3599
|
}>, "strip", z.ZodTypeAny, {
|
3944
3600
|
type: "ASSIGN";
|
3945
|
-
id: string
|
3601
|
+
id: string;
|
3946
3602
|
status: "Rejected" | "Requested" | "Accepted";
|
3947
3603
|
transactionId: string;
|
3948
3604
|
createdAt: string;
|
@@ -3963,10 +3619,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
3963
3619
|
residentialArea?: string | null | undefined;
|
3964
3620
|
street?: string | null | undefined;
|
3965
3621
|
zipCode?: string | null | undefined;
|
3966
|
-
} | {
|
3967
|
-
firstname: string;
|
3968
|
-
surname: string;
|
3969
|
-
middlename?: string | null | undefined;
|
3970
3622
|
} | {
|
3971
3623
|
country: string;
|
3972
3624
|
district: string;
|
@@ -3989,10 +3641,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
3989
3641
|
option: string;
|
3990
3642
|
filename: string;
|
3991
3643
|
originalFilename: string;
|
3992
|
-
}[] | [string, string] |
|
3644
|
+
}[] | [string, string] | undefined>;
|
3993
3645
|
assignedTo: string;
|
3994
3646
|
createdBySignature?: string | null | undefined;
|
3995
|
-
createdAtLocation?:
|
3647
|
+
createdAtLocation?: string | null | undefined;
|
3996
3648
|
annotation?: Record<string, string | number | boolean | {
|
3997
3649
|
type: string;
|
3998
3650
|
filename: string;
|
@@ -4008,10 +3660,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4008
3660
|
residentialArea?: string | null | undefined;
|
4009
3661
|
street?: string | null | undefined;
|
4010
3662
|
zipCode?: string | null | undefined;
|
4011
|
-
} | {
|
4012
|
-
firstname: string;
|
4013
|
-
surname: string;
|
4014
|
-
middlename?: string | null | undefined;
|
4015
3663
|
} | {
|
4016
3664
|
country: string;
|
4017
3665
|
district: string;
|
@@ -4034,8 +3682,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
4034
3682
|
option: string;
|
4035
3683
|
filename: string;
|
4036
3684
|
originalFilename: string;
|
4037
|
-
}[] | [string, string] |
|
4038
|
-
originalActionId?:
|
3685
|
+
}[] | [string, string] | undefined> | undefined;
|
3686
|
+
originalActionId?: string | undefined;
|
4039
3687
|
}, {
|
4040
3688
|
type: "ASSIGN";
|
4041
3689
|
id: string;
|
@@ -4059,10 +3707,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4059
3707
|
residentialArea?: string | null | undefined;
|
4060
3708
|
street?: string | null | undefined;
|
4061
3709
|
zipCode?: string | null | undefined;
|
4062
|
-
} | {
|
4063
|
-
firstname: string;
|
4064
|
-
surname: string;
|
4065
|
-
middlename?: string | null | undefined;
|
4066
3710
|
} | {
|
4067
3711
|
country: string;
|
4068
3712
|
district: string;
|
@@ -4085,7 +3729,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4085
3729
|
option: string;
|
4086
3730
|
filename: string;
|
4087
3731
|
originalFilename: string;
|
4088
|
-
}[] | [string, string] |
|
3732
|
+
}[] | [string, string] | undefined>;
|
4089
3733
|
assignedTo: string;
|
4090
3734
|
createdBySignature?: string | null | undefined;
|
4091
3735
|
createdAtLocation?: string | null | undefined;
|
@@ -4104,10 +3748,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4104
3748
|
residentialArea?: string | null | undefined;
|
4105
3749
|
street?: string | null | undefined;
|
4106
3750
|
zipCode?: string | null | undefined;
|
4107
|
-
} | {
|
4108
|
-
firstname: string;
|
4109
|
-
surname: string;
|
4110
|
-
middlename?: string | null | undefined;
|
4111
3751
|
} | {
|
4112
3752
|
country: string;
|
4113
3753
|
district: string;
|
@@ -4130,16 +3770,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
4130
3770
|
option: string;
|
4131
3771
|
filename: string;
|
4132
3772
|
originalFilename: string;
|
4133
|
-
}[] | [string, string] |
|
4134
|
-
originalActionId?: string |
|
3773
|
+
}[] | [string, string] | undefined> | undefined;
|
3774
|
+
originalActionId?: string | undefined;
|
4135
3775
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4136
|
-
id: z.
|
3776
|
+
id: z.ZodString;
|
4137
3777
|
transactionId: z.ZodString;
|
4138
3778
|
createdAt: z.ZodString;
|
4139
3779
|
createdBy: z.ZodString;
|
4140
3780
|
createdByRole: z.ZodString;
|
4141
3781
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4142
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
3782
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4143
3783
|
declaration: 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<{
|
4144
3784
|
filename: z.ZodString;
|
4145
3785
|
originalFilename: z.ZodString;
|
@@ -4253,20 +3893,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
4253
3893
|
addressLine2?: string | null | undefined;
|
4254
3894
|
addressLine3?: string | null | undefined;
|
4255
3895
|
postcodeOrZip?: string | null | undefined;
|
4256
|
-
}
|
4257
|
-
|
4258
|
-
surname: z.ZodString;
|
4259
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4260
|
-
}, "strip", z.ZodTypeAny, {
|
4261
|
-
firstname: string;
|
4262
|
-
surname: string;
|
4263
|
-
middlename?: string | null | undefined;
|
4264
|
-
}, {
|
4265
|
-
firstname: string;
|
4266
|
-
surname: string;
|
4267
|
-
middlename?: string | null | undefined;
|
4268
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4269
|
-
annotation: z.ZodNullable<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<{
|
3896
|
+
}>]>>;
|
3897
|
+
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<{
|
4270
3898
|
filename: z.ZodString;
|
4271
3899
|
originalFilename: z.ZodString;
|
4272
3900
|
type: z.ZodString;
|
@@ -4379,26 +4007,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
4379
4007
|
addressLine2?: string | null | undefined;
|
4380
4008
|
addressLine3?: string | null | undefined;
|
4381
4009
|
postcodeOrZip?: string | null | undefined;
|
4382
|
-
}
|
4383
|
-
firstname: z.ZodString;
|
4384
|
-
surname: z.ZodString;
|
4385
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4386
|
-
}, "strip", z.ZodTypeAny, {
|
4387
|
-
firstname: string;
|
4388
|
-
surname: string;
|
4389
|
-
middlename?: string | null | undefined;
|
4390
|
-
}, {
|
4391
|
-
firstname: string;
|
4392
|
-
surname: string;
|
4393
|
-
middlename?: string | null | undefined;
|
4394
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
4010
|
+
}>]>>>;
|
4395
4011
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
4396
|
-
originalActionId: z.
|
4012
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
4397
4013
|
}, {
|
4398
4014
|
type: z.ZodLiteral<"REQUEST_CORRECTION">;
|
4399
4015
|
}>, "strip", z.ZodTypeAny, {
|
4400
4016
|
type: "REQUEST_CORRECTION";
|
4401
|
-
id: string
|
4017
|
+
id: string;
|
4402
4018
|
status: "Rejected" | "Requested" | "Accepted";
|
4403
4019
|
transactionId: string;
|
4404
4020
|
createdAt: string;
|
@@ -4419,10 +4035,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4419
4035
|
residentialArea?: string | null | undefined;
|
4420
4036
|
street?: string | null | undefined;
|
4421
4037
|
zipCode?: string | null | undefined;
|
4422
|
-
} | {
|
4423
|
-
firstname: string;
|
4424
|
-
surname: string;
|
4425
|
-
middlename?: string | null | undefined;
|
4426
4038
|
} | {
|
4427
4039
|
country: string;
|
4428
4040
|
district: string;
|
@@ -4445,9 +4057,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
4445
4057
|
option: string;
|
4446
4058
|
filename: string;
|
4447
4059
|
originalFilename: string;
|
4448
|
-
}[] | [string, string] |
|
4060
|
+
}[] | [string, string] | undefined>;
|
4449
4061
|
createdBySignature?: string | null | undefined;
|
4450
|
-
createdAtLocation?:
|
4062
|
+
createdAtLocation?: string | null | undefined;
|
4451
4063
|
annotation?: Record<string, string | number | boolean | {
|
4452
4064
|
type: string;
|
4453
4065
|
filename: string;
|
@@ -4463,10 +4075,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4463
4075
|
residentialArea?: string | null | undefined;
|
4464
4076
|
street?: string | null | undefined;
|
4465
4077
|
zipCode?: string | null | undefined;
|
4466
|
-
} | {
|
4467
|
-
firstname: string;
|
4468
|
-
surname: string;
|
4469
|
-
middlename?: string | null | undefined;
|
4470
4078
|
} | {
|
4471
4079
|
country: string;
|
4472
4080
|
district: string;
|
@@ -4489,8 +4097,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
4489
4097
|
option: string;
|
4490
4098
|
filename: string;
|
4491
4099
|
originalFilename: string;
|
4492
|
-
}[] | [string, string] |
|
4493
|
-
originalActionId?:
|
4100
|
+
}[] | [string, string] | undefined> | undefined;
|
4101
|
+
originalActionId?: string | undefined;
|
4494
4102
|
}, {
|
4495
4103
|
type: "REQUEST_CORRECTION";
|
4496
4104
|
id: string;
|
@@ -4514,10 +4122,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4514
4122
|
residentialArea?: string | null | undefined;
|
4515
4123
|
street?: string | null | undefined;
|
4516
4124
|
zipCode?: string | null | undefined;
|
4517
|
-
} | {
|
4518
|
-
firstname: string;
|
4519
|
-
surname: string;
|
4520
|
-
middlename?: string | null | undefined;
|
4521
4125
|
} | {
|
4522
4126
|
country: string;
|
4523
4127
|
district: string;
|
@@ -4540,7 +4144,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4540
4144
|
option: string;
|
4541
4145
|
filename: string;
|
4542
4146
|
originalFilename: string;
|
4543
|
-
}[] | [string, string] |
|
4147
|
+
}[] | [string, string] | undefined>;
|
4544
4148
|
createdBySignature?: string | null | undefined;
|
4545
4149
|
createdAtLocation?: string | null | undefined;
|
4546
4150
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4558,10 +4162,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4558
4162
|
residentialArea?: string | null | undefined;
|
4559
4163
|
street?: string | null | undefined;
|
4560
4164
|
zipCode?: string | null | undefined;
|
4561
|
-
} | {
|
4562
|
-
firstname: string;
|
4563
|
-
surname: string;
|
4564
|
-
middlename?: string | null | undefined;
|
4565
4165
|
} | {
|
4566
4166
|
country: string;
|
4567
4167
|
district: string;
|
@@ -4584,16 +4184,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
4584
4184
|
option: string;
|
4585
4185
|
filename: string;
|
4586
4186
|
originalFilename: string;
|
4587
|
-
}[] | [string, string] |
|
4588
|
-
originalActionId?: string |
|
4187
|
+
}[] | [string, string] | undefined> | undefined;
|
4188
|
+
originalActionId?: string | undefined;
|
4589
4189
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4590
|
-
id: z.
|
4190
|
+
id: z.ZodString;
|
4591
4191
|
transactionId: z.ZodString;
|
4592
4192
|
createdAt: z.ZodString;
|
4593
4193
|
createdBy: z.ZodString;
|
4594
4194
|
createdByRole: z.ZodString;
|
4595
4195
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4596
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
4196
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4597
4197
|
declaration: 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<{
|
4598
4198
|
filename: z.ZodString;
|
4599
4199
|
originalFilename: z.ZodString;
|
@@ -4707,20 +4307,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
4707
4307
|
addressLine2?: string | null | undefined;
|
4708
4308
|
addressLine3?: string | null | undefined;
|
4709
4309
|
postcodeOrZip?: string | null | undefined;
|
4710
|
-
}
|
4711
|
-
|
4712
|
-
surname: z.ZodString;
|
4713
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4714
|
-
}, "strip", z.ZodTypeAny, {
|
4715
|
-
firstname: string;
|
4716
|
-
surname: string;
|
4717
|
-
middlename?: string | null | undefined;
|
4718
|
-
}, {
|
4719
|
-
firstname: string;
|
4720
|
-
surname: string;
|
4721
|
-
middlename?: string | null | undefined;
|
4722
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4723
|
-
annotation: z.ZodNullable<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<{
|
4310
|
+
}>]>>;
|
4311
|
+
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<{
|
4724
4312
|
filename: z.ZodString;
|
4725
4313
|
originalFilename: z.ZodString;
|
4726
4314
|
type: z.ZodString;
|
@@ -4833,27 +4421,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
4833
4421
|
addressLine2?: string | null | undefined;
|
4834
4422
|
addressLine3?: string | null | undefined;
|
4835
4423
|
postcodeOrZip?: string | null | undefined;
|
4836
|
-
}
|
4837
|
-
firstname: z.ZodString;
|
4838
|
-
surname: z.ZodString;
|
4839
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4840
|
-
}, "strip", z.ZodTypeAny, {
|
4841
|
-
firstname: string;
|
4842
|
-
surname: string;
|
4843
|
-
middlename?: string | null | undefined;
|
4844
|
-
}, {
|
4845
|
-
firstname: string;
|
4846
|
-
surname: string;
|
4847
|
-
middlename?: string | null | undefined;
|
4848
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
4424
|
+
}>]>>>;
|
4849
4425
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
4850
|
-
originalActionId: z.
|
4426
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
4851
4427
|
}, {
|
4852
4428
|
type: z.ZodLiteral<"APPROVE_CORRECTION">;
|
4853
4429
|
requestId: z.ZodString;
|
4854
4430
|
}>, "strip", z.ZodTypeAny, {
|
4855
4431
|
type: "APPROVE_CORRECTION";
|
4856
|
-
id: string
|
4432
|
+
id: string;
|
4857
4433
|
status: "Rejected" | "Requested" | "Accepted";
|
4858
4434
|
transactionId: string;
|
4859
4435
|
createdAt: string;
|
@@ -4874,10 +4450,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4874
4450
|
residentialArea?: string | null | undefined;
|
4875
4451
|
street?: string | null | undefined;
|
4876
4452
|
zipCode?: string | null | undefined;
|
4877
|
-
} | {
|
4878
|
-
firstname: string;
|
4879
|
-
surname: string;
|
4880
|
-
middlename?: string | null | undefined;
|
4881
4453
|
} | {
|
4882
4454
|
country: string;
|
4883
4455
|
district: string;
|
@@ -4900,10 +4472,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
4900
4472
|
option: string;
|
4901
4473
|
filename: string;
|
4902
4474
|
originalFilename: string;
|
4903
|
-
}[] | [string, string] |
|
4475
|
+
}[] | [string, string] | undefined>;
|
4904
4476
|
requestId: string;
|
4905
4477
|
createdBySignature?: string | null | undefined;
|
4906
|
-
createdAtLocation?:
|
4478
|
+
createdAtLocation?: string | null | undefined;
|
4907
4479
|
annotation?: Record<string, string | number | boolean | {
|
4908
4480
|
type: string;
|
4909
4481
|
filename: string;
|
@@ -4919,10 +4491,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4919
4491
|
residentialArea?: string | null | undefined;
|
4920
4492
|
street?: string | null | undefined;
|
4921
4493
|
zipCode?: string | null | undefined;
|
4922
|
-
} | {
|
4923
|
-
firstname: string;
|
4924
|
-
surname: string;
|
4925
|
-
middlename?: string | null | undefined;
|
4926
4494
|
} | {
|
4927
4495
|
country: string;
|
4928
4496
|
district: string;
|
@@ -4945,8 +4513,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
4945
4513
|
option: string;
|
4946
4514
|
filename: string;
|
4947
4515
|
originalFilename: string;
|
4948
|
-
}[] | [string, string] |
|
4949
|
-
originalActionId?:
|
4516
|
+
}[] | [string, string] | undefined> | undefined;
|
4517
|
+
originalActionId?: string | undefined;
|
4950
4518
|
}, {
|
4951
4519
|
type: "APPROVE_CORRECTION";
|
4952
4520
|
id: string;
|
@@ -4970,10 +4538,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
4970
4538
|
residentialArea?: string | null | undefined;
|
4971
4539
|
street?: string | null | undefined;
|
4972
4540
|
zipCode?: string | null | undefined;
|
4973
|
-
} | {
|
4974
|
-
firstname: string;
|
4975
|
-
surname: string;
|
4976
|
-
middlename?: string | null | undefined;
|
4977
4541
|
} | {
|
4978
4542
|
country: string;
|
4979
4543
|
district: string;
|
@@ -4996,7 +4560,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4996
4560
|
option: string;
|
4997
4561
|
filename: string;
|
4998
4562
|
originalFilename: string;
|
4999
|
-
}[] | [string, string] |
|
4563
|
+
}[] | [string, string] | undefined>;
|
5000
4564
|
requestId: string;
|
5001
4565
|
createdBySignature?: string | null | undefined;
|
5002
4566
|
createdAtLocation?: string | null | undefined;
|
@@ -5015,10 +4579,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5015
4579
|
residentialArea?: string | null | undefined;
|
5016
4580
|
street?: string | null | undefined;
|
5017
4581
|
zipCode?: string | null | undefined;
|
5018
|
-
} | {
|
5019
|
-
firstname: string;
|
5020
|
-
surname: string;
|
5021
|
-
middlename?: string | null | undefined;
|
5022
4582
|
} | {
|
5023
4583
|
country: string;
|
5024
4584
|
district: string;
|
@@ -5041,16 +4601,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
5041
4601
|
option: string;
|
5042
4602
|
filename: string;
|
5043
4603
|
originalFilename: string;
|
5044
|
-
}[] | [string, string] |
|
5045
|
-
originalActionId?: string |
|
4604
|
+
}[] | [string, string] | undefined> | undefined;
|
4605
|
+
originalActionId?: string | undefined;
|
5046
4606
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5047
|
-
id: z.
|
4607
|
+
id: z.ZodString;
|
5048
4608
|
transactionId: z.ZodString;
|
5049
4609
|
createdAt: z.ZodString;
|
5050
4610
|
createdBy: z.ZodString;
|
5051
4611
|
createdByRole: z.ZodString;
|
5052
4612
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5053
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
4613
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5054
4614
|
declaration: 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<{
|
5055
4615
|
filename: z.ZodString;
|
5056
4616
|
originalFilename: z.ZodString;
|
@@ -5164,20 +4724,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
5164
4724
|
addressLine2?: string | null | undefined;
|
5165
4725
|
addressLine3?: string | null | undefined;
|
5166
4726
|
postcodeOrZip?: string | null | undefined;
|
5167
|
-
}
|
5168
|
-
|
5169
|
-
surname: z.ZodString;
|
5170
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5171
|
-
}, "strip", z.ZodTypeAny, {
|
5172
|
-
firstname: string;
|
5173
|
-
surname: string;
|
5174
|
-
middlename?: string | null | undefined;
|
5175
|
-
}, {
|
5176
|
-
firstname: string;
|
5177
|
-
surname: string;
|
5178
|
-
middlename?: string | null | undefined;
|
5179
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5180
|
-
annotation: z.ZodNullable<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<{
|
4727
|
+
}>]>>;
|
4728
|
+
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<{
|
5181
4729
|
filename: z.ZodString;
|
5182
4730
|
originalFilename: z.ZodString;
|
5183
4731
|
type: z.ZodString;
|
@@ -5290,27 +4838,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
5290
4838
|
addressLine2?: string | null | undefined;
|
5291
4839
|
addressLine3?: string | null | undefined;
|
5292
4840
|
postcodeOrZip?: string | null | undefined;
|
5293
|
-
}
|
5294
|
-
firstname: z.ZodString;
|
5295
|
-
surname: z.ZodString;
|
5296
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5297
|
-
}, "strip", z.ZodTypeAny, {
|
5298
|
-
firstname: string;
|
5299
|
-
surname: string;
|
5300
|
-
middlename?: string | null | undefined;
|
5301
|
-
}, {
|
5302
|
-
firstname: string;
|
5303
|
-
surname: string;
|
5304
|
-
middlename?: string | null | undefined;
|
5305
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
4841
|
+
}>]>>>;
|
5306
4842
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
5307
|
-
originalActionId: z.
|
4843
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
5308
4844
|
}, {
|
5309
4845
|
type: z.ZodLiteral<"REJECT_CORRECTION">;
|
5310
4846
|
requestId: z.ZodString;
|
5311
4847
|
}>, "strip", z.ZodTypeAny, {
|
5312
4848
|
type: "REJECT_CORRECTION";
|
5313
|
-
id: string
|
4849
|
+
id: string;
|
5314
4850
|
status: "Rejected" | "Requested" | "Accepted";
|
5315
4851
|
transactionId: string;
|
5316
4852
|
createdAt: string;
|
@@ -5331,10 +4867,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5331
4867
|
residentialArea?: string | null | undefined;
|
5332
4868
|
street?: string | null | undefined;
|
5333
4869
|
zipCode?: string | null | undefined;
|
5334
|
-
} | {
|
5335
|
-
firstname: string;
|
5336
|
-
surname: string;
|
5337
|
-
middlename?: string | null | undefined;
|
5338
4870
|
} | {
|
5339
4871
|
country: string;
|
5340
4872
|
district: string;
|
@@ -5357,10 +4889,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
5357
4889
|
option: string;
|
5358
4890
|
filename: string;
|
5359
4891
|
originalFilename: string;
|
5360
|
-
}[] | [string, string] |
|
4892
|
+
}[] | [string, string] | undefined>;
|
5361
4893
|
requestId: string;
|
5362
4894
|
createdBySignature?: string | null | undefined;
|
5363
|
-
createdAtLocation?:
|
4895
|
+
createdAtLocation?: string | null | undefined;
|
5364
4896
|
annotation?: Record<string, string | number | boolean | {
|
5365
4897
|
type: string;
|
5366
4898
|
filename: string;
|
@@ -5376,10 +4908,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5376
4908
|
residentialArea?: string | null | undefined;
|
5377
4909
|
street?: string | null | undefined;
|
5378
4910
|
zipCode?: string | null | undefined;
|
5379
|
-
} | {
|
5380
|
-
firstname: string;
|
5381
|
-
surname: string;
|
5382
|
-
middlename?: string | null | undefined;
|
5383
4911
|
} | {
|
5384
4912
|
country: string;
|
5385
4913
|
district: string;
|
@@ -5402,8 +4930,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
5402
4930
|
option: string;
|
5403
4931
|
filename: string;
|
5404
4932
|
originalFilename: string;
|
5405
|
-
}[] | [string, string] |
|
5406
|
-
originalActionId?:
|
4933
|
+
}[] | [string, string] | undefined> | undefined;
|
4934
|
+
originalActionId?: string | undefined;
|
5407
4935
|
}, {
|
5408
4936
|
type: "REJECT_CORRECTION";
|
5409
4937
|
id: string;
|
@@ -5427,10 +4955,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5427
4955
|
residentialArea?: string | null | undefined;
|
5428
4956
|
street?: string | null | undefined;
|
5429
4957
|
zipCode?: string | null | undefined;
|
5430
|
-
} | {
|
5431
|
-
firstname: string;
|
5432
|
-
surname: string;
|
5433
|
-
middlename?: string | null | undefined;
|
5434
4958
|
} | {
|
5435
4959
|
country: string;
|
5436
4960
|
district: string;
|
@@ -5453,7 +4977,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5453
4977
|
option: string;
|
5454
4978
|
filename: string;
|
5455
4979
|
originalFilename: string;
|
5456
|
-
}[] | [string, string] |
|
4980
|
+
}[] | [string, string] | undefined>;
|
5457
4981
|
requestId: string;
|
5458
4982
|
createdBySignature?: string | null | undefined;
|
5459
4983
|
createdAtLocation?: string | null | undefined;
|
@@ -5472,10 +4996,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5472
4996
|
residentialArea?: string | null | undefined;
|
5473
4997
|
street?: string | null | undefined;
|
5474
4998
|
zipCode?: string | null | undefined;
|
5475
|
-
} | {
|
5476
|
-
firstname: string;
|
5477
|
-
surname: string;
|
5478
|
-
middlename?: string | null | undefined;
|
5479
4999
|
} | {
|
5480
5000
|
country: string;
|
5481
5001
|
district: string;
|
@@ -5498,16 +5018,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
5498
5018
|
option: string;
|
5499
5019
|
filename: string;
|
5500
5020
|
originalFilename: string;
|
5501
|
-
}[] | [string, string] |
|
5502
|
-
originalActionId?: string |
|
5021
|
+
}[] | [string, string] | undefined> | undefined;
|
5022
|
+
originalActionId?: string | undefined;
|
5503
5023
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5504
|
-
id: z.
|
5024
|
+
id: z.ZodString;
|
5505
5025
|
transactionId: z.ZodString;
|
5506
5026
|
createdAt: z.ZodString;
|
5507
5027
|
createdBy: z.ZodString;
|
5508
5028
|
createdByRole: z.ZodString;
|
5509
5029
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5510
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
5030
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5511
5031
|
declaration: 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<{
|
5512
5032
|
filename: z.ZodString;
|
5513
5033
|
originalFilename: z.ZodString;
|
@@ -5621,20 +5141,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
5621
5141
|
addressLine2?: string | null | undefined;
|
5622
5142
|
addressLine3?: string | null | undefined;
|
5623
5143
|
postcodeOrZip?: string | null | undefined;
|
5624
|
-
}
|
5625
|
-
|
5626
|
-
surname: z.ZodString;
|
5627
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5628
|
-
}, "strip", z.ZodTypeAny, {
|
5629
|
-
firstname: string;
|
5630
|
-
surname: string;
|
5631
|
-
middlename?: string | null | undefined;
|
5632
|
-
}, {
|
5633
|
-
firstname: string;
|
5634
|
-
surname: string;
|
5635
|
-
middlename?: string | null | undefined;
|
5636
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5637
|
-
annotation: z.ZodNullable<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<{
|
5144
|
+
}>]>>;
|
5145
|
+
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<{
|
5638
5146
|
filename: z.ZodString;
|
5639
5147
|
originalFilename: z.ZodString;
|
5640
5148
|
type: z.ZodString;
|
@@ -5747,27 +5255,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
5747
5255
|
addressLine2?: string | null | undefined;
|
5748
5256
|
addressLine3?: string | null | undefined;
|
5749
5257
|
postcodeOrZip?: string | null | undefined;
|
5750
|
-
}
|
5751
|
-
firstname: z.ZodString;
|
5752
|
-
surname: z.ZodString;
|
5753
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5754
|
-
}, "strip", z.ZodTypeAny, {
|
5755
|
-
firstname: string;
|
5756
|
-
surname: string;
|
5757
|
-
middlename?: string | null | undefined;
|
5758
|
-
}, {
|
5759
|
-
firstname: string;
|
5760
|
-
surname: string;
|
5761
|
-
middlename?: string | null | undefined;
|
5762
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
5258
|
+
}>]>>>;
|
5763
5259
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
5764
|
-
originalActionId: z.
|
5260
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
5765
5261
|
}, {
|
5766
5262
|
type: z.ZodLiteral<"UNASSIGN">;
|
5767
5263
|
assignedTo: z.ZodLiteral<null>;
|
5768
5264
|
}>, "strip", z.ZodTypeAny, {
|
5769
5265
|
type: "UNASSIGN";
|
5770
|
-
id: string
|
5266
|
+
id: string;
|
5771
5267
|
status: "Rejected" | "Requested" | "Accepted";
|
5772
5268
|
transactionId: string;
|
5773
5269
|
createdAt: string;
|
@@ -5788,10 +5284,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5788
5284
|
residentialArea?: string | null | undefined;
|
5789
5285
|
street?: string | null | undefined;
|
5790
5286
|
zipCode?: string | null | undefined;
|
5791
|
-
} | {
|
5792
|
-
firstname: string;
|
5793
|
-
surname: string;
|
5794
|
-
middlename?: string | null | undefined;
|
5795
5287
|
} | {
|
5796
5288
|
country: string;
|
5797
5289
|
district: string;
|
@@ -5814,10 +5306,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
5814
5306
|
option: string;
|
5815
5307
|
filename: string;
|
5816
5308
|
originalFilename: string;
|
5817
|
-
}[] | [string, string] |
|
5309
|
+
}[] | [string, string] | undefined>;
|
5818
5310
|
assignedTo: null;
|
5819
5311
|
createdBySignature?: string | null | undefined;
|
5820
|
-
createdAtLocation?:
|
5312
|
+
createdAtLocation?: string | null | undefined;
|
5821
5313
|
annotation?: Record<string, string | number | boolean | {
|
5822
5314
|
type: string;
|
5823
5315
|
filename: string;
|
@@ -5833,10 +5325,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5833
5325
|
residentialArea?: string | null | undefined;
|
5834
5326
|
street?: string | null | undefined;
|
5835
5327
|
zipCode?: string | null | undefined;
|
5836
|
-
} | {
|
5837
|
-
firstname: string;
|
5838
|
-
surname: string;
|
5839
|
-
middlename?: string | null | undefined;
|
5840
5328
|
} | {
|
5841
5329
|
country: string;
|
5842
5330
|
district: string;
|
@@ -5859,8 +5347,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
5859
5347
|
option: string;
|
5860
5348
|
filename: string;
|
5861
5349
|
originalFilename: string;
|
5862
|
-
}[] | [string, string] |
|
5863
|
-
originalActionId?:
|
5350
|
+
}[] | [string, string] | undefined> | undefined;
|
5351
|
+
originalActionId?: string | undefined;
|
5864
5352
|
}, {
|
5865
5353
|
type: "UNASSIGN";
|
5866
5354
|
id: string;
|
@@ -5884,10 +5372,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5884
5372
|
residentialArea?: string | null | undefined;
|
5885
5373
|
street?: string | null | undefined;
|
5886
5374
|
zipCode?: string | null | undefined;
|
5887
|
-
} | {
|
5888
|
-
firstname: string;
|
5889
|
-
surname: string;
|
5890
|
-
middlename?: string | null | undefined;
|
5891
5375
|
} | {
|
5892
5376
|
country: string;
|
5893
5377
|
district: string;
|
@@ -5910,7 +5394,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5910
5394
|
option: string;
|
5911
5395
|
filename: string;
|
5912
5396
|
originalFilename: string;
|
5913
|
-
}[] | [string, string] |
|
5397
|
+
}[] | [string, string] | undefined>;
|
5914
5398
|
assignedTo: null;
|
5915
5399
|
createdBySignature?: string | null | undefined;
|
5916
5400
|
createdAtLocation?: string | null | undefined;
|
@@ -5929,10 +5413,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
5929
5413
|
residentialArea?: string | null | undefined;
|
5930
5414
|
street?: string | null | undefined;
|
5931
5415
|
zipCode?: string | null | undefined;
|
5932
|
-
} | {
|
5933
|
-
firstname: string;
|
5934
|
-
surname: string;
|
5935
|
-
middlename?: string | null | undefined;
|
5936
5416
|
} | {
|
5937
5417
|
country: string;
|
5938
5418
|
district: string;
|
@@ -5955,16 +5435,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
5955
5435
|
option: string;
|
5956
5436
|
filename: string;
|
5957
5437
|
originalFilename: string;
|
5958
|
-
}[] | [string, string] |
|
5959
|
-
originalActionId?: string |
|
5438
|
+
}[] | [string, string] | undefined> | undefined;
|
5439
|
+
originalActionId?: string | undefined;
|
5960
5440
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5961
|
-
id: z.
|
5441
|
+
id: z.ZodString;
|
5962
5442
|
transactionId: z.ZodString;
|
5963
5443
|
createdAt: z.ZodString;
|
5964
5444
|
createdBy: z.ZodString;
|
5965
5445
|
createdByRole: z.ZodString;
|
5966
5446
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5967
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
5447
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5968
5448
|
declaration: 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<{
|
5969
5449
|
filename: z.ZodString;
|
5970
5450
|
originalFilename: z.ZodString;
|
@@ -6078,20 +5558,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
6078
5558
|
addressLine2?: string | null | undefined;
|
6079
5559
|
addressLine3?: string | null | undefined;
|
6080
5560
|
postcodeOrZip?: string | null | undefined;
|
6081
|
-
}
|
6082
|
-
|
6083
|
-
surname: z.ZodString;
|
6084
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6085
|
-
}, "strip", z.ZodTypeAny, {
|
6086
|
-
firstname: string;
|
6087
|
-
surname: string;
|
6088
|
-
middlename?: string | null | undefined;
|
6089
|
-
}, {
|
6090
|
-
firstname: string;
|
6091
|
-
surname: string;
|
6092
|
-
middlename?: string | null | undefined;
|
6093
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6094
|
-
annotation: z.ZodNullable<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<{
|
5561
|
+
}>]>>;
|
5562
|
+
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<{
|
6095
5563
|
filename: z.ZodString;
|
6096
5564
|
originalFilename: z.ZodString;
|
6097
5565
|
type: z.ZodString;
|
@@ -6204,26 +5672,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
6204
5672
|
addressLine2?: string | null | undefined;
|
6205
5673
|
addressLine3?: string | null | undefined;
|
6206
5674
|
postcodeOrZip?: string | null | undefined;
|
6207
|
-
}
|
6208
|
-
firstname: z.ZodString;
|
6209
|
-
surname: z.ZodString;
|
6210
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6211
|
-
}, "strip", z.ZodTypeAny, {
|
6212
|
-
firstname: string;
|
6213
|
-
surname: string;
|
6214
|
-
middlename?: string | null | undefined;
|
6215
|
-
}, {
|
6216
|
-
firstname: string;
|
6217
|
-
surname: string;
|
6218
|
-
middlename?: string | null | undefined;
|
6219
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
5675
|
+
}>]>>>;
|
6220
5676
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
6221
|
-
originalActionId: z.
|
5677
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
6222
5678
|
}, {
|
6223
5679
|
type: z.ZodLiteral<"PRINT_CERTIFICATE">;
|
6224
5680
|
}>, "strip", z.ZodTypeAny, {
|
6225
5681
|
type: "PRINT_CERTIFICATE";
|
6226
|
-
id: string
|
5682
|
+
id: string;
|
6227
5683
|
status: "Rejected" | "Requested" | "Accepted";
|
6228
5684
|
transactionId: string;
|
6229
5685
|
createdAt: string;
|
@@ -6244,10 +5700,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6244
5700
|
residentialArea?: string | null | undefined;
|
6245
5701
|
street?: string | null | undefined;
|
6246
5702
|
zipCode?: string | null | undefined;
|
6247
|
-
} | {
|
6248
|
-
firstname: string;
|
6249
|
-
surname: string;
|
6250
|
-
middlename?: string | null | undefined;
|
6251
5703
|
} | {
|
6252
5704
|
country: string;
|
6253
5705
|
district: string;
|
@@ -6270,9 +5722,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
6270
5722
|
option: string;
|
6271
5723
|
filename: string;
|
6272
5724
|
originalFilename: string;
|
6273
|
-
}[] | [string, string] |
|
5725
|
+
}[] | [string, string] | undefined>;
|
6274
5726
|
createdBySignature?: string | null | undefined;
|
6275
|
-
createdAtLocation?:
|
5727
|
+
createdAtLocation?: string | null | undefined;
|
6276
5728
|
annotation?: Record<string, string | number | boolean | {
|
6277
5729
|
type: string;
|
6278
5730
|
filename: string;
|
@@ -6288,10 +5740,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6288
5740
|
residentialArea?: string | null | undefined;
|
6289
5741
|
street?: string | null | undefined;
|
6290
5742
|
zipCode?: string | null | undefined;
|
6291
|
-
} | {
|
6292
|
-
firstname: string;
|
6293
|
-
surname: string;
|
6294
|
-
middlename?: string | null | undefined;
|
6295
5743
|
} | {
|
6296
5744
|
country: string;
|
6297
5745
|
district: string;
|
@@ -6314,8 +5762,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
6314
5762
|
option: string;
|
6315
5763
|
filename: string;
|
6316
5764
|
originalFilename: string;
|
6317
|
-
}[] | [string, string] |
|
6318
|
-
originalActionId?:
|
5765
|
+
}[] | [string, string] | undefined> | undefined;
|
5766
|
+
originalActionId?: string | undefined;
|
6319
5767
|
}, {
|
6320
5768
|
type: "PRINT_CERTIFICATE";
|
6321
5769
|
id: string;
|
@@ -6339,10 +5787,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6339
5787
|
residentialArea?: string | null | undefined;
|
6340
5788
|
street?: string | null | undefined;
|
6341
5789
|
zipCode?: string | null | undefined;
|
6342
|
-
} | {
|
6343
|
-
firstname: string;
|
6344
|
-
surname: string;
|
6345
|
-
middlename?: string | null | undefined;
|
6346
5790
|
} | {
|
6347
5791
|
country: string;
|
6348
5792
|
district: string;
|
@@ -6365,7 +5809,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6365
5809
|
option: string;
|
6366
5810
|
filename: string;
|
6367
5811
|
originalFilename: string;
|
6368
|
-
}[] | [string, string] |
|
5812
|
+
}[] | [string, string] | undefined>;
|
6369
5813
|
createdBySignature?: string | null | undefined;
|
6370
5814
|
createdAtLocation?: string | null | undefined;
|
6371
5815
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6383,10 +5827,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6383
5827
|
residentialArea?: string | null | undefined;
|
6384
5828
|
street?: string | null | undefined;
|
6385
5829
|
zipCode?: string | null | undefined;
|
6386
|
-
} | {
|
6387
|
-
firstname: string;
|
6388
|
-
surname: string;
|
6389
|
-
middlename?: string | null | undefined;
|
6390
5830
|
} | {
|
6391
5831
|
country: string;
|
6392
5832
|
district: string;
|
@@ -6409,16 +5849,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
6409
5849
|
option: string;
|
6410
5850
|
filename: string;
|
6411
5851
|
originalFilename: string;
|
6412
|
-
}[] | [string, string] |
|
6413
|
-
originalActionId?: string |
|
5852
|
+
}[] | [string, string] | undefined> | undefined;
|
5853
|
+
originalActionId?: string | undefined;
|
6414
5854
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
6415
|
-
id: z.
|
5855
|
+
id: z.ZodString;
|
6416
5856
|
transactionId: z.ZodString;
|
6417
5857
|
createdAt: z.ZodString;
|
6418
5858
|
createdBy: z.ZodString;
|
6419
5859
|
createdByRole: z.ZodString;
|
6420
5860
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6421
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
5861
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6422
5862
|
declaration: 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<{
|
6423
5863
|
filename: z.ZodString;
|
6424
5864
|
originalFilename: z.ZodString;
|
@@ -6532,20 +5972,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
6532
5972
|
addressLine2?: string | null | undefined;
|
6533
5973
|
addressLine3?: string | null | undefined;
|
6534
5974
|
postcodeOrZip?: string | null | undefined;
|
6535
|
-
}
|
6536
|
-
|
6537
|
-
surname: z.ZodString;
|
6538
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6539
|
-
}, "strip", z.ZodTypeAny, {
|
6540
|
-
firstname: string;
|
6541
|
-
surname: string;
|
6542
|
-
middlename?: string | null | undefined;
|
6543
|
-
}, {
|
6544
|
-
firstname: string;
|
6545
|
-
surname: string;
|
6546
|
-
middlename?: string | null | undefined;
|
6547
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6548
|
-
annotation: z.ZodNullable<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<{
|
5975
|
+
}>]>>;
|
5976
|
+
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<{
|
6549
5977
|
filename: z.ZodString;
|
6550
5978
|
originalFilename: z.ZodString;
|
6551
5979
|
type: z.ZodString;
|
@@ -6658,26 +6086,14 @@ export declare const EventDocument: z.ZodObject<{
|
|
6658
6086
|
addressLine2?: string | null | undefined;
|
6659
6087
|
addressLine3?: string | null | undefined;
|
6660
6088
|
postcodeOrZip?: string | null | undefined;
|
6661
|
-
}
|
6662
|
-
firstname: z.ZodString;
|
6663
|
-
surname: z.ZodString;
|
6664
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6665
|
-
}, "strip", z.ZodTypeAny, {
|
6666
|
-
firstname: string;
|
6667
|
-
surname: string;
|
6668
|
-
middlename?: string | null | undefined;
|
6669
|
-
}, {
|
6670
|
-
firstname: string;
|
6671
|
-
surname: string;
|
6672
|
-
middlename?: string | null | undefined;
|
6673
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
6089
|
+
}>]>>>;
|
6674
6090
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
6675
|
-
originalActionId: z.
|
6091
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
6676
6092
|
}, {
|
6677
6093
|
type: z.ZodLiteral<"READ">;
|
6678
6094
|
}>, "strip", z.ZodTypeAny, {
|
6679
6095
|
type: "READ";
|
6680
|
-
id: string
|
6096
|
+
id: string;
|
6681
6097
|
status: "Rejected" | "Requested" | "Accepted";
|
6682
6098
|
transactionId: string;
|
6683
6099
|
createdAt: string;
|
@@ -6698,10 +6114,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6698
6114
|
residentialArea?: string | null | undefined;
|
6699
6115
|
street?: string | null | undefined;
|
6700
6116
|
zipCode?: string | null | undefined;
|
6701
|
-
} | {
|
6702
|
-
firstname: string;
|
6703
|
-
surname: string;
|
6704
|
-
middlename?: string | null | undefined;
|
6705
6117
|
} | {
|
6706
6118
|
country: string;
|
6707
6119
|
district: string;
|
@@ -6724,9 +6136,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
6724
6136
|
option: string;
|
6725
6137
|
filename: string;
|
6726
6138
|
originalFilename: string;
|
6727
|
-
}[] | [string, string] |
|
6139
|
+
}[] | [string, string] | undefined>;
|
6728
6140
|
createdBySignature?: string | null | undefined;
|
6729
|
-
createdAtLocation?:
|
6141
|
+
createdAtLocation?: string | null | undefined;
|
6730
6142
|
annotation?: Record<string, string | number | boolean | {
|
6731
6143
|
type: string;
|
6732
6144
|
filename: string;
|
@@ -6742,10 +6154,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6742
6154
|
residentialArea?: string | null | undefined;
|
6743
6155
|
street?: string | null | undefined;
|
6744
6156
|
zipCode?: string | null | undefined;
|
6745
|
-
} | {
|
6746
|
-
firstname: string;
|
6747
|
-
surname: string;
|
6748
|
-
middlename?: string | null | undefined;
|
6749
6157
|
} | {
|
6750
6158
|
country: string;
|
6751
6159
|
district: string;
|
@@ -6768,8 +6176,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
6768
6176
|
option: string;
|
6769
6177
|
filename: string;
|
6770
6178
|
originalFilename: string;
|
6771
|
-
}[] | [string, string] |
|
6772
|
-
originalActionId?:
|
6179
|
+
}[] | [string, string] | undefined> | undefined;
|
6180
|
+
originalActionId?: string | undefined;
|
6773
6181
|
}, {
|
6774
6182
|
type: "READ";
|
6775
6183
|
id: string;
|
@@ -6793,10 +6201,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6793
6201
|
residentialArea?: string | null | undefined;
|
6794
6202
|
street?: string | null | undefined;
|
6795
6203
|
zipCode?: string | null | undefined;
|
6796
|
-
} | {
|
6797
|
-
firstname: string;
|
6798
|
-
surname: string;
|
6799
|
-
middlename?: string | null | undefined;
|
6800
6204
|
} | {
|
6801
6205
|
country: string;
|
6802
6206
|
district: string;
|
@@ -6819,7 +6223,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6819
6223
|
option: string;
|
6820
6224
|
filename: string;
|
6821
6225
|
originalFilename: string;
|
6822
|
-
}[] | [string, string] |
|
6226
|
+
}[] | [string, string] | undefined>;
|
6823
6227
|
createdBySignature?: string | null | undefined;
|
6824
6228
|
createdAtLocation?: string | null | undefined;
|
6825
6229
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6837,10 +6241,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
6837
6241
|
residentialArea?: string | null | undefined;
|
6838
6242
|
street?: string | null | undefined;
|
6839
6243
|
zipCode?: string | null | undefined;
|
6840
|
-
} | {
|
6841
|
-
firstname: string;
|
6842
|
-
surname: string;
|
6843
|
-
middlename?: string | null | undefined;
|
6844
6244
|
} | {
|
6845
6245
|
country: string;
|
6846
6246
|
district: string;
|
@@ -6863,16 +6263,16 @@ export declare const EventDocument: z.ZodObject<{
|
|
6863
6263
|
option: string;
|
6864
6264
|
filename: string;
|
6865
6265
|
originalFilename: string;
|
6866
|
-
}[] | [string, string] |
|
6867
|
-
originalActionId?: string |
|
6266
|
+
}[] | [string, string] | undefined> | undefined;
|
6267
|
+
originalActionId?: string | undefined;
|
6868
6268
|
}>]>, z.ZodObject<z.objectUtil.extendShape<Omit<{
|
6869
|
-
id: z.
|
6269
|
+
id: z.ZodString;
|
6870
6270
|
transactionId: z.ZodString;
|
6871
6271
|
createdAt: z.ZodString;
|
6872
6272
|
createdBy: z.ZodString;
|
6873
6273
|
createdByRole: z.ZodString;
|
6874
6274
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6875
|
-
createdAtLocation: z.ZodOptional<z.ZodNullable<z.
|
6275
|
+
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6876
6276
|
declaration: 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<{
|
6877
6277
|
filename: z.ZodString;
|
6878
6278
|
originalFilename: z.ZodString;
|
@@ -6986,20 +6386,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
6986
6386
|
addressLine2?: string | null | undefined;
|
6987
6387
|
addressLine3?: string | null | undefined;
|
6988
6388
|
postcodeOrZip?: string | null | undefined;
|
6989
|
-
}
|
6990
|
-
|
6991
|
-
surname: z.ZodString;
|
6992
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6993
|
-
}, "strip", z.ZodTypeAny, {
|
6994
|
-
firstname: string;
|
6995
|
-
surname: string;
|
6996
|
-
middlename?: string | null | undefined;
|
6997
|
-
}, {
|
6998
|
-
firstname: string;
|
6999
|
-
surname: string;
|
7000
|
-
middlename?: string | null | undefined;
|
7001
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
7002
|
-
annotation: z.ZodNullable<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<{
|
6389
|
+
}>]>>;
|
6390
|
+
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<{
|
7003
6391
|
filename: z.ZodString;
|
7004
6392
|
originalFilename: z.ZodString;
|
7005
6393
|
type: z.ZodString;
|
@@ -7112,35 +6500,23 @@ export declare const EventDocument: z.ZodObject<{
|
|
7112
6500
|
addressLine2?: string | null | undefined;
|
7113
6501
|
addressLine3?: string | null | undefined;
|
7114
6502
|
postcodeOrZip?: string | null | undefined;
|
7115
|
-
}
|
7116
|
-
firstname: z.ZodString;
|
7117
|
-
surname: z.ZodString;
|
7118
|
-
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7119
|
-
}, "strip", z.ZodTypeAny, {
|
7120
|
-
firstname: string;
|
7121
|
-
surname: string;
|
7122
|
-
middlename?: string | null | undefined;
|
7123
|
-
}, {
|
7124
|
-
firstname: string;
|
7125
|
-
surname: string;
|
7126
|
-
middlename?: string | null | undefined;
|
7127
|
-
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
6503
|
+
}>]>>>;
|
7128
6504
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
7129
|
-
originalActionId: z.
|
6505
|
+
originalActionId: z.ZodOptional<z.ZodString>;
|
7130
6506
|
}, "declaration" | "annotation">, {
|
7131
6507
|
type: z.ZodEnum<["NOTIFY", "DECLARE", "VALIDATE", "REGISTER", "REJECT", "ARCHIVE", "PRINT_CERTIFICATE"]>;
|
7132
6508
|
status: z.ZodLiteral<"Rejected">;
|
7133
6509
|
}>, "strip", z.ZodTypeAny, {
|
7134
6510
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
7135
|
-
id: string
|
6511
|
+
id: string;
|
7136
6512
|
status: "Rejected";
|
7137
6513
|
transactionId: string;
|
7138
6514
|
createdAt: string;
|
7139
6515
|
createdBy: string;
|
7140
6516
|
createdByRole: string;
|
7141
6517
|
createdBySignature?: string | null | undefined;
|
7142
|
-
createdAtLocation?:
|
7143
|
-
originalActionId?:
|
6518
|
+
createdAtLocation?: string | null | undefined;
|
6519
|
+
originalActionId?: string | undefined;
|
7144
6520
|
}, {
|
7145
6521
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
7146
6522
|
id: string;
|
@@ -7151,17 +6527,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7151
6527
|
createdByRole: string;
|
7152
6528
|
createdBySignature?: string | null | undefined;
|
7153
6529
|
createdAtLocation?: string | null | undefined;
|
7154
|
-
originalActionId?: string |
|
6530
|
+
originalActionId?: string | undefined;
|
7155
6531
|
}>]>, "many">;
|
7156
6532
|
trackingId: z.ZodString;
|
7157
6533
|
}, "strip", z.ZodTypeAny, {
|
7158
6534
|
type: string;
|
7159
|
-
id: string
|
6535
|
+
id: string;
|
7160
6536
|
createdAt: string;
|
7161
6537
|
updatedAt: string;
|
7162
6538
|
actions: ({
|
7163
6539
|
type: "ASSIGN";
|
7164
|
-
id: string
|
6540
|
+
id: string;
|
7165
6541
|
status: "Rejected" | "Requested" | "Accepted";
|
7166
6542
|
transactionId: string;
|
7167
6543
|
createdAt: string;
|
@@ -7182,10 +6558,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7182
6558
|
residentialArea?: string | null | undefined;
|
7183
6559
|
street?: string | null | undefined;
|
7184
6560
|
zipCode?: string | null | undefined;
|
7185
|
-
} | {
|
7186
|
-
firstname: string;
|
7187
|
-
surname: string;
|
7188
|
-
middlename?: string | null | undefined;
|
7189
6561
|
} | {
|
7190
6562
|
country: string;
|
7191
6563
|
district: string;
|
@@ -7208,10 +6580,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
7208
6580
|
option: string;
|
7209
6581
|
filename: string;
|
7210
6582
|
originalFilename: string;
|
7211
|
-
}[] | [string, string] |
|
6583
|
+
}[] | [string, string] | undefined>;
|
7212
6584
|
assignedTo: string;
|
7213
6585
|
createdBySignature?: string | null | undefined;
|
7214
|
-
createdAtLocation?:
|
6586
|
+
createdAtLocation?: string | null | undefined;
|
7215
6587
|
annotation?: Record<string, string | number | boolean | {
|
7216
6588
|
type: string;
|
7217
6589
|
filename: string;
|
@@ -7227,10 +6599,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7227
6599
|
residentialArea?: string | null | undefined;
|
7228
6600
|
street?: string | null | undefined;
|
7229
6601
|
zipCode?: string | null | undefined;
|
7230
|
-
} | {
|
7231
|
-
firstname: string;
|
7232
|
-
surname: string;
|
7233
|
-
middlename?: string | null | undefined;
|
7234
6602
|
} | {
|
7235
6603
|
country: string;
|
7236
6604
|
district: string;
|
@@ -7253,11 +6621,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7253
6621
|
option: string;
|
7254
6622
|
filename: string;
|
7255
6623
|
originalFilename: string;
|
7256
|
-
}[] | [string, string] |
|
7257
|
-
originalActionId?:
|
6624
|
+
}[] | [string, string] | undefined> | undefined;
|
6625
|
+
originalActionId?: string | undefined;
|
7258
6626
|
} | {
|
7259
6627
|
type: "UNASSIGN";
|
7260
|
-
id: string
|
6628
|
+
id: string;
|
7261
6629
|
status: "Rejected" | "Requested" | "Accepted";
|
7262
6630
|
transactionId: string;
|
7263
6631
|
createdAt: string;
|
@@ -7278,10 +6646,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7278
6646
|
residentialArea?: string | null | undefined;
|
7279
6647
|
street?: string | null | undefined;
|
7280
6648
|
zipCode?: string | null | undefined;
|
7281
|
-
} | {
|
7282
|
-
firstname: string;
|
7283
|
-
surname: string;
|
7284
|
-
middlename?: string | null | undefined;
|
7285
6649
|
} | {
|
7286
6650
|
country: string;
|
7287
6651
|
district: string;
|
@@ -7304,10 +6668,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
7304
6668
|
option: string;
|
7305
6669
|
filename: string;
|
7306
6670
|
originalFilename: string;
|
7307
|
-
}[] | [string, string] |
|
6671
|
+
}[] | [string, string] | undefined>;
|
7308
6672
|
assignedTo: null;
|
7309
6673
|
createdBySignature?: string | null | undefined;
|
7310
|
-
createdAtLocation?:
|
6674
|
+
createdAtLocation?: string | null | undefined;
|
7311
6675
|
annotation?: Record<string, string | number | boolean | {
|
7312
6676
|
type: string;
|
7313
6677
|
filename: string;
|
@@ -7323,10 +6687,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7323
6687
|
residentialArea?: string | null | undefined;
|
7324
6688
|
street?: string | null | undefined;
|
7325
6689
|
zipCode?: string | null | undefined;
|
7326
|
-
} | {
|
7327
|
-
firstname: string;
|
7328
|
-
surname: string;
|
7329
|
-
middlename?: string | null | undefined;
|
7330
6690
|
} | {
|
7331
6691
|
country: string;
|
7332
6692
|
district: string;
|
@@ -7349,11 +6709,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7349
6709
|
option: string;
|
7350
6710
|
filename: string;
|
7351
6711
|
originalFilename: string;
|
7352
|
-
}[] | [string, string] |
|
7353
|
-
originalActionId?:
|
6712
|
+
}[] | [string, string] | undefined> | undefined;
|
6713
|
+
originalActionId?: string | undefined;
|
7354
6714
|
} | {
|
7355
6715
|
type: "REGISTER";
|
7356
|
-
id: string
|
6716
|
+
id: string;
|
7357
6717
|
status: "Rejected" | "Requested" | "Accepted";
|
7358
6718
|
transactionId: string;
|
7359
6719
|
createdAt: string;
|
@@ -7374,10 +6734,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7374
6734
|
residentialArea?: string | null | undefined;
|
7375
6735
|
street?: string | null | undefined;
|
7376
6736
|
zipCode?: string | null | undefined;
|
7377
|
-
} | {
|
7378
|
-
firstname: string;
|
7379
|
-
surname: string;
|
7380
|
-
middlename?: string | null | undefined;
|
7381
6737
|
} | {
|
7382
6738
|
country: string;
|
7383
6739
|
district: string;
|
@@ -7400,9 +6756,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7400
6756
|
option: string;
|
7401
6757
|
filename: string;
|
7402
6758
|
originalFilename: string;
|
7403
|
-
}[] | [string, string] |
|
6759
|
+
}[] | [string, string] | undefined>;
|
7404
6760
|
createdBySignature?: string | null | undefined;
|
7405
|
-
createdAtLocation?:
|
6761
|
+
createdAtLocation?: string | null | undefined;
|
7406
6762
|
annotation?: Record<string, string | number | boolean | {
|
7407
6763
|
type: string;
|
7408
6764
|
filename: string;
|
@@ -7418,10 +6774,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7418
6774
|
residentialArea?: string | null | undefined;
|
7419
6775
|
street?: string | null | undefined;
|
7420
6776
|
zipCode?: string | null | undefined;
|
7421
|
-
} | {
|
7422
|
-
firstname: string;
|
7423
|
-
surname: string;
|
7424
|
-
middlename?: string | null | undefined;
|
7425
6777
|
} | {
|
7426
6778
|
country: string;
|
7427
6779
|
district: string;
|
@@ -7444,12 +6796,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7444
6796
|
option: string;
|
7445
6797
|
filename: string;
|
7446
6798
|
originalFilename: string;
|
7447
|
-
}[] | [string, string] |
|
7448
|
-
originalActionId?:
|
6799
|
+
}[] | [string, string] | undefined> | undefined;
|
6800
|
+
originalActionId?: string | undefined;
|
7449
6801
|
registrationNumber?: string | undefined;
|
7450
6802
|
} | {
|
7451
6803
|
type: "DECLARE";
|
7452
|
-
id: string
|
6804
|
+
id: string;
|
7453
6805
|
status: "Rejected" | "Requested" | "Accepted";
|
7454
6806
|
transactionId: string;
|
7455
6807
|
createdAt: string;
|
@@ -7470,10 +6822,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7470
6822
|
residentialArea?: string | null | undefined;
|
7471
6823
|
street?: string | null | undefined;
|
7472
6824
|
zipCode?: string | null | undefined;
|
7473
|
-
} | {
|
7474
|
-
firstname: string;
|
7475
|
-
surname: string;
|
7476
|
-
middlename?: string | null | undefined;
|
7477
6825
|
} | {
|
7478
6826
|
country: string;
|
7479
6827
|
district: string;
|
@@ -7496,9 +6844,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7496
6844
|
option: string;
|
7497
6845
|
filename: string;
|
7498
6846
|
originalFilename: string;
|
7499
|
-
}[] | [string, string] |
|
6847
|
+
}[] | [string, string] | undefined>;
|
7500
6848
|
createdBySignature?: string | null | undefined;
|
7501
|
-
createdAtLocation?:
|
6849
|
+
createdAtLocation?: string | null | undefined;
|
7502
6850
|
annotation?: Record<string, string | number | boolean | {
|
7503
6851
|
type: string;
|
7504
6852
|
filename: string;
|
@@ -7514,10 +6862,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7514
6862
|
residentialArea?: string | null | undefined;
|
7515
6863
|
street?: string | null | undefined;
|
7516
6864
|
zipCode?: string | null | undefined;
|
7517
|
-
} | {
|
7518
|
-
firstname: string;
|
7519
|
-
surname: string;
|
7520
|
-
middlename?: string | null | undefined;
|
7521
6865
|
} | {
|
7522
6866
|
country: string;
|
7523
6867
|
district: string;
|
@@ -7540,11 +6884,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7540
6884
|
option: string;
|
7541
6885
|
filename: string;
|
7542
6886
|
originalFilename: string;
|
7543
|
-
}[] | [string, string] |
|
7544
|
-
originalActionId?:
|
6887
|
+
}[] | [string, string] | undefined> | undefined;
|
6888
|
+
originalActionId?: string | undefined;
|
7545
6889
|
} | {
|
7546
6890
|
type: "VALIDATE";
|
7547
|
-
id: string
|
6891
|
+
id: string;
|
7548
6892
|
status: "Rejected" | "Requested" | "Accepted";
|
7549
6893
|
transactionId: string;
|
7550
6894
|
createdAt: string;
|
@@ -7565,10 +6909,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7565
6909
|
residentialArea?: string | null | undefined;
|
7566
6910
|
street?: string | null | undefined;
|
7567
6911
|
zipCode?: string | null | undefined;
|
7568
|
-
} | {
|
7569
|
-
firstname: string;
|
7570
|
-
surname: string;
|
7571
|
-
middlename?: string | null | undefined;
|
7572
6912
|
} | {
|
7573
6913
|
country: string;
|
7574
6914
|
district: string;
|
@@ -7591,9 +6931,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7591
6931
|
option: string;
|
7592
6932
|
filename: string;
|
7593
6933
|
originalFilename: string;
|
7594
|
-
}[] | [string, string] |
|
6934
|
+
}[] | [string, string] | undefined>;
|
7595
6935
|
createdBySignature?: string | null | undefined;
|
7596
|
-
createdAtLocation?:
|
6936
|
+
createdAtLocation?: string | null | undefined;
|
7597
6937
|
annotation?: Record<string, string | number | boolean | {
|
7598
6938
|
type: string;
|
7599
6939
|
filename: string;
|
@@ -7609,10 +6949,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7609
6949
|
residentialArea?: string | null | undefined;
|
7610
6950
|
street?: string | null | undefined;
|
7611
6951
|
zipCode?: string | null | undefined;
|
7612
|
-
} | {
|
7613
|
-
firstname: string;
|
7614
|
-
surname: string;
|
7615
|
-
middlename?: string | null | undefined;
|
7616
6952
|
} | {
|
7617
6953
|
country: string;
|
7618
6954
|
district: string;
|
@@ -7635,11 +6971,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7635
6971
|
option: string;
|
7636
6972
|
filename: string;
|
7637
6973
|
originalFilename: string;
|
7638
|
-
}[] | [string, string] |
|
7639
|
-
originalActionId?:
|
6974
|
+
}[] | [string, string] | undefined> | undefined;
|
6975
|
+
originalActionId?: string | undefined;
|
7640
6976
|
} | {
|
7641
6977
|
type: "REJECT";
|
7642
|
-
id: string
|
6978
|
+
id: string;
|
7643
6979
|
status: "Rejected" | "Requested" | "Accepted";
|
7644
6980
|
reason: {
|
7645
6981
|
message: string;
|
@@ -7664,10 +7000,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7664
7000
|
residentialArea?: string | null | undefined;
|
7665
7001
|
street?: string | null | undefined;
|
7666
7002
|
zipCode?: string | null | undefined;
|
7667
|
-
} | {
|
7668
|
-
firstname: string;
|
7669
|
-
surname: string;
|
7670
|
-
middlename?: string | null | undefined;
|
7671
7003
|
} | {
|
7672
7004
|
country: string;
|
7673
7005
|
district: string;
|
@@ -7690,9 +7022,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7690
7022
|
option: string;
|
7691
7023
|
filename: string;
|
7692
7024
|
originalFilename: string;
|
7693
|
-
}[] | [string, string] |
|
7025
|
+
}[] | [string, string] | undefined>;
|
7694
7026
|
createdBySignature?: string | null | undefined;
|
7695
|
-
createdAtLocation?:
|
7027
|
+
createdAtLocation?: string | null | undefined;
|
7696
7028
|
annotation?: Record<string, string | number | boolean | {
|
7697
7029
|
type: string;
|
7698
7030
|
filename: string;
|
@@ -7708,10 +7040,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7708
7040
|
residentialArea?: string | null | undefined;
|
7709
7041
|
street?: string | null | undefined;
|
7710
7042
|
zipCode?: string | null | undefined;
|
7711
|
-
} | {
|
7712
|
-
firstname: string;
|
7713
|
-
surname: string;
|
7714
|
-
middlename?: string | null | undefined;
|
7715
7043
|
} | {
|
7716
7044
|
country: string;
|
7717
7045
|
district: string;
|
@@ -7734,11 +7062,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7734
7062
|
option: string;
|
7735
7063
|
filename: string;
|
7736
7064
|
originalFilename: string;
|
7737
|
-
}[] | [string, string] |
|
7738
|
-
originalActionId?:
|
7065
|
+
}[] | [string, string] | undefined> | undefined;
|
7066
|
+
originalActionId?: string | undefined;
|
7739
7067
|
} | {
|
7740
7068
|
type: "MARKED_AS_DUPLICATE";
|
7741
|
-
id: string
|
7069
|
+
id: string;
|
7742
7070
|
status: "Rejected" | "Requested" | "Accepted";
|
7743
7071
|
transactionId: string;
|
7744
7072
|
createdAt: string;
|
@@ -7759,10 +7087,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7759
7087
|
residentialArea?: string | null | undefined;
|
7760
7088
|
street?: string | null | undefined;
|
7761
7089
|
zipCode?: string | null | undefined;
|
7762
|
-
} | {
|
7763
|
-
firstname: string;
|
7764
|
-
surname: string;
|
7765
|
-
middlename?: string | null | undefined;
|
7766
7090
|
} | {
|
7767
7091
|
country: string;
|
7768
7092
|
district: string;
|
@@ -7785,9 +7109,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7785
7109
|
option: string;
|
7786
7110
|
filename: string;
|
7787
7111
|
originalFilename: string;
|
7788
|
-
}[] | [string, string] |
|
7112
|
+
}[] | [string, string] | undefined>;
|
7789
7113
|
createdBySignature?: string | null | undefined;
|
7790
|
-
createdAtLocation?:
|
7114
|
+
createdAtLocation?: string | null | undefined;
|
7791
7115
|
annotation?: Record<string, string | number | boolean | {
|
7792
7116
|
type: string;
|
7793
7117
|
filename: string;
|
@@ -7803,10 +7127,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7803
7127
|
residentialArea?: string | null | undefined;
|
7804
7128
|
street?: string | null | undefined;
|
7805
7129
|
zipCode?: string | null | undefined;
|
7806
|
-
} | {
|
7807
|
-
firstname: string;
|
7808
|
-
surname: string;
|
7809
|
-
middlename?: string | null | undefined;
|
7810
7130
|
} | {
|
7811
7131
|
country: string;
|
7812
7132
|
district: string;
|
@@ -7829,11 +7149,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7829
7149
|
option: string;
|
7830
7150
|
filename: string;
|
7831
7151
|
originalFilename: string;
|
7832
|
-
}[] | [string, string] |
|
7833
|
-
originalActionId?:
|
7152
|
+
}[] | [string, string] | undefined> | undefined;
|
7153
|
+
originalActionId?: string | undefined;
|
7834
7154
|
} | {
|
7835
7155
|
type: "ARCHIVE";
|
7836
|
-
id: string
|
7156
|
+
id: string;
|
7837
7157
|
status: "Rejected" | "Requested" | "Accepted";
|
7838
7158
|
reason: {
|
7839
7159
|
message: string;
|
@@ -7858,10 +7178,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7858
7178
|
residentialArea?: string | null | undefined;
|
7859
7179
|
street?: string | null | undefined;
|
7860
7180
|
zipCode?: string | null | undefined;
|
7861
|
-
} | {
|
7862
|
-
firstname: string;
|
7863
|
-
surname: string;
|
7864
|
-
middlename?: string | null | undefined;
|
7865
7181
|
} | {
|
7866
7182
|
country: string;
|
7867
7183
|
district: string;
|
@@ -7884,9 +7200,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7884
7200
|
option: string;
|
7885
7201
|
filename: string;
|
7886
7202
|
originalFilename: string;
|
7887
|
-
}[] | [string, string] |
|
7203
|
+
}[] | [string, string] | undefined>;
|
7888
7204
|
createdBySignature?: string | null | undefined;
|
7889
|
-
createdAtLocation?:
|
7205
|
+
createdAtLocation?: string | null | undefined;
|
7890
7206
|
annotation?: Record<string, string | number | boolean | {
|
7891
7207
|
type: string;
|
7892
7208
|
filename: string;
|
@@ -7902,10 +7218,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7902
7218
|
residentialArea?: string | null | undefined;
|
7903
7219
|
street?: string | null | undefined;
|
7904
7220
|
zipCode?: string | null | undefined;
|
7905
|
-
} | {
|
7906
|
-
firstname: string;
|
7907
|
-
surname: string;
|
7908
|
-
middlename?: string | null | undefined;
|
7909
7221
|
} | {
|
7910
7222
|
country: string;
|
7911
7223
|
district: string;
|
@@ -7928,11 +7240,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
7928
7240
|
option: string;
|
7929
7241
|
filename: string;
|
7930
7242
|
originalFilename: string;
|
7931
|
-
}[] | [string, string] |
|
7932
|
-
originalActionId?:
|
7243
|
+
}[] | [string, string] | undefined> | undefined;
|
7244
|
+
originalActionId?: string | undefined;
|
7933
7245
|
} | {
|
7934
7246
|
type: "CREATE";
|
7935
|
-
id: string
|
7247
|
+
id: string;
|
7936
7248
|
status: "Rejected" | "Requested" | "Accepted";
|
7937
7249
|
transactionId: string;
|
7938
7250
|
createdAt: string;
|
@@ -7953,10 +7265,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7953
7265
|
residentialArea?: string | null | undefined;
|
7954
7266
|
street?: string | null | undefined;
|
7955
7267
|
zipCode?: string | null | undefined;
|
7956
|
-
} | {
|
7957
|
-
firstname: string;
|
7958
|
-
surname: string;
|
7959
|
-
middlename?: string | null | undefined;
|
7960
7268
|
} | {
|
7961
7269
|
country: string;
|
7962
7270
|
district: string;
|
@@ -7979,9 +7287,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
7979
7287
|
option: string;
|
7980
7288
|
filename: string;
|
7981
7289
|
originalFilename: string;
|
7982
|
-
}[] | [string, string] |
|
7290
|
+
}[] | [string, string] | undefined>;
|
7983
7291
|
createdBySignature?: string | null | undefined;
|
7984
|
-
createdAtLocation?:
|
7292
|
+
createdAtLocation?: string | null | undefined;
|
7985
7293
|
annotation?: Record<string, string | number | boolean | {
|
7986
7294
|
type: string;
|
7987
7295
|
filename: string;
|
@@ -7997,10 +7305,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
7997
7305
|
residentialArea?: string | null | undefined;
|
7998
7306
|
street?: string | null | undefined;
|
7999
7307
|
zipCode?: string | null | undefined;
|
8000
|
-
} | {
|
8001
|
-
firstname: string;
|
8002
|
-
surname: string;
|
8003
|
-
middlename?: string | null | undefined;
|
8004
7308
|
} | {
|
8005
7309
|
country: string;
|
8006
7310
|
district: string;
|
@@ -8023,11 +7327,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8023
7327
|
option: string;
|
8024
7328
|
filename: string;
|
8025
7329
|
originalFilename: string;
|
8026
|
-
}[] | [string, string] |
|
8027
|
-
originalActionId?:
|
7330
|
+
}[] | [string, string] | undefined> | undefined;
|
7331
|
+
originalActionId?: string | undefined;
|
8028
7332
|
} | {
|
8029
7333
|
type: "NOTIFY";
|
8030
|
-
id: string
|
7334
|
+
id: string;
|
8031
7335
|
status: "Rejected" | "Requested" | "Accepted";
|
8032
7336
|
transactionId: string;
|
8033
7337
|
createdAt: string;
|
@@ -8048,10 +7352,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8048
7352
|
residentialArea?: string | null | undefined;
|
8049
7353
|
street?: string | null | undefined;
|
8050
7354
|
zipCode?: string | null | undefined;
|
8051
|
-
} | {
|
8052
|
-
firstname: string;
|
8053
|
-
surname: string;
|
8054
|
-
middlename?: string | null | undefined;
|
8055
7355
|
} | {
|
8056
7356
|
country: string;
|
8057
7357
|
district: string;
|
@@ -8074,9 +7374,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
8074
7374
|
option: string;
|
8075
7375
|
filename: string;
|
8076
7376
|
originalFilename: string;
|
8077
|
-
}[] | [string, string] |
|
7377
|
+
}[] | [string, string] | undefined>;
|
8078
7378
|
createdBySignature?: string | null | undefined;
|
8079
|
-
createdAtLocation?:
|
7379
|
+
createdAtLocation?: string | null | undefined;
|
8080
7380
|
annotation?: Record<string, string | number | boolean | {
|
8081
7381
|
type: string;
|
8082
7382
|
filename: string;
|
@@ -8092,10 +7392,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8092
7392
|
residentialArea?: string | null | undefined;
|
8093
7393
|
street?: string | null | undefined;
|
8094
7394
|
zipCode?: string | null | undefined;
|
8095
|
-
} | {
|
8096
|
-
firstname: string;
|
8097
|
-
surname: string;
|
8098
|
-
middlename?: string | null | undefined;
|
8099
7395
|
} | {
|
8100
7396
|
country: string;
|
8101
7397
|
district: string;
|
@@ -8118,11 +7414,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8118
7414
|
option: string;
|
8119
7415
|
filename: string;
|
8120
7416
|
originalFilename: string;
|
8121
|
-
}[] | [string, string] |
|
8122
|
-
originalActionId?:
|
7417
|
+
}[] | [string, string] | undefined> | undefined;
|
7418
|
+
originalActionId?: string | undefined;
|
8123
7419
|
} | {
|
8124
7420
|
type: "PRINT_CERTIFICATE";
|
8125
|
-
id: string
|
7421
|
+
id: string;
|
8126
7422
|
status: "Rejected" | "Requested" | "Accepted";
|
8127
7423
|
transactionId: string;
|
8128
7424
|
createdAt: string;
|
@@ -8143,10 +7439,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8143
7439
|
residentialArea?: string | null | undefined;
|
8144
7440
|
street?: string | null | undefined;
|
8145
7441
|
zipCode?: string | null | undefined;
|
8146
|
-
} | {
|
8147
|
-
firstname: string;
|
8148
|
-
surname: string;
|
8149
|
-
middlename?: string | null | undefined;
|
8150
7442
|
} | {
|
8151
7443
|
country: string;
|
8152
7444
|
district: string;
|
@@ -8169,9 +7461,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
8169
7461
|
option: string;
|
8170
7462
|
filename: string;
|
8171
7463
|
originalFilename: string;
|
8172
|
-
}[] | [string, string] |
|
7464
|
+
}[] | [string, string] | undefined>;
|
8173
7465
|
createdBySignature?: string | null | undefined;
|
8174
|
-
createdAtLocation?:
|
7466
|
+
createdAtLocation?: string | null | undefined;
|
8175
7467
|
annotation?: Record<string, string | number | boolean | {
|
8176
7468
|
type: string;
|
8177
7469
|
filename: string;
|
@@ -8187,10 +7479,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8187
7479
|
residentialArea?: string | null | undefined;
|
8188
7480
|
street?: string | null | undefined;
|
8189
7481
|
zipCode?: string | null | undefined;
|
8190
|
-
} | {
|
8191
|
-
firstname: string;
|
8192
|
-
surname: string;
|
8193
|
-
middlename?: string | null | undefined;
|
8194
7482
|
} | {
|
8195
7483
|
country: string;
|
8196
7484
|
district: string;
|
@@ -8213,11 +7501,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8213
7501
|
option: string;
|
8214
7502
|
filename: string;
|
8215
7503
|
originalFilename: string;
|
8216
|
-
}[] | [string, string] |
|
8217
|
-
originalActionId?:
|
7504
|
+
}[] | [string, string] | undefined> | undefined;
|
7505
|
+
originalActionId?: string | undefined;
|
8218
7506
|
} | {
|
8219
7507
|
type: "REQUEST_CORRECTION";
|
8220
|
-
id: string
|
7508
|
+
id: string;
|
8221
7509
|
status: "Rejected" | "Requested" | "Accepted";
|
8222
7510
|
transactionId: string;
|
8223
7511
|
createdAt: string;
|
@@ -8238,10 +7526,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8238
7526
|
residentialArea?: string | null | undefined;
|
8239
7527
|
street?: string | null | undefined;
|
8240
7528
|
zipCode?: string | null | undefined;
|
8241
|
-
} | {
|
8242
|
-
firstname: string;
|
8243
|
-
surname: string;
|
8244
|
-
middlename?: string | null | undefined;
|
8245
7529
|
} | {
|
8246
7530
|
country: string;
|
8247
7531
|
district: string;
|
@@ -8264,9 +7548,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
8264
7548
|
option: string;
|
8265
7549
|
filename: string;
|
8266
7550
|
originalFilename: string;
|
8267
|
-
}[] | [string, string] |
|
7551
|
+
}[] | [string, string] | undefined>;
|
8268
7552
|
createdBySignature?: string | null | undefined;
|
8269
|
-
createdAtLocation?:
|
7553
|
+
createdAtLocation?: string | null | undefined;
|
8270
7554
|
annotation?: Record<string, string | number | boolean | {
|
8271
7555
|
type: string;
|
8272
7556
|
filename: string;
|
@@ -8282,10 +7566,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8282
7566
|
residentialArea?: string | null | undefined;
|
8283
7567
|
street?: string | null | undefined;
|
8284
7568
|
zipCode?: string | null | undefined;
|
8285
|
-
} | {
|
8286
|
-
firstname: string;
|
8287
|
-
surname: string;
|
8288
|
-
middlename?: string | null | undefined;
|
8289
7569
|
} | {
|
8290
7570
|
country: string;
|
8291
7571
|
district: string;
|
@@ -8308,11 +7588,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8308
7588
|
option: string;
|
8309
7589
|
filename: string;
|
8310
7590
|
originalFilename: string;
|
8311
|
-
}[] | [string, string] |
|
8312
|
-
originalActionId?:
|
7591
|
+
}[] | [string, string] | undefined> | undefined;
|
7592
|
+
originalActionId?: string | undefined;
|
8313
7593
|
} | {
|
8314
7594
|
type: "APPROVE_CORRECTION";
|
8315
|
-
id: string
|
7595
|
+
id: string;
|
8316
7596
|
status: "Rejected" | "Requested" | "Accepted";
|
8317
7597
|
transactionId: string;
|
8318
7598
|
createdAt: string;
|
@@ -8333,10 +7613,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8333
7613
|
residentialArea?: string | null | undefined;
|
8334
7614
|
street?: string | null | undefined;
|
8335
7615
|
zipCode?: string | null | undefined;
|
8336
|
-
} | {
|
8337
|
-
firstname: string;
|
8338
|
-
surname: string;
|
8339
|
-
middlename?: string | null | undefined;
|
8340
7616
|
} | {
|
8341
7617
|
country: string;
|
8342
7618
|
district: string;
|
@@ -8359,10 +7635,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
8359
7635
|
option: string;
|
8360
7636
|
filename: string;
|
8361
7637
|
originalFilename: string;
|
8362
|
-
}[] | [string, string] |
|
7638
|
+
}[] | [string, string] | undefined>;
|
8363
7639
|
requestId: string;
|
8364
7640
|
createdBySignature?: string | null | undefined;
|
8365
|
-
createdAtLocation?:
|
7641
|
+
createdAtLocation?: string | null | undefined;
|
8366
7642
|
annotation?: Record<string, string | number | boolean | {
|
8367
7643
|
type: string;
|
8368
7644
|
filename: string;
|
@@ -8378,10 +7654,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8378
7654
|
residentialArea?: string | null | undefined;
|
8379
7655
|
street?: string | null | undefined;
|
8380
7656
|
zipCode?: string | null | undefined;
|
8381
|
-
} | {
|
8382
|
-
firstname: string;
|
8383
|
-
surname: string;
|
8384
|
-
middlename?: string | null | undefined;
|
8385
7657
|
} | {
|
8386
7658
|
country: string;
|
8387
7659
|
district: string;
|
@@ -8404,11 +7676,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8404
7676
|
option: string;
|
8405
7677
|
filename: string;
|
8406
7678
|
originalFilename: string;
|
8407
|
-
}[] | [string, string] |
|
8408
|
-
originalActionId?:
|
7679
|
+
}[] | [string, string] | undefined> | undefined;
|
7680
|
+
originalActionId?: string | undefined;
|
8409
7681
|
} | {
|
8410
7682
|
type: "REJECT_CORRECTION";
|
8411
|
-
id: string
|
7683
|
+
id: string;
|
8412
7684
|
status: "Rejected" | "Requested" | "Accepted";
|
8413
7685
|
transactionId: string;
|
8414
7686
|
createdAt: string;
|
@@ -8429,10 +7701,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8429
7701
|
residentialArea?: string | null | undefined;
|
8430
7702
|
street?: string | null | undefined;
|
8431
7703
|
zipCode?: string | null | undefined;
|
8432
|
-
} | {
|
8433
|
-
firstname: string;
|
8434
|
-
surname: string;
|
8435
|
-
middlename?: string | null | undefined;
|
8436
7704
|
} | {
|
8437
7705
|
country: string;
|
8438
7706
|
district: string;
|
@@ -8455,10 +7723,10 @@ export declare const EventDocument: z.ZodObject<{
|
|
8455
7723
|
option: string;
|
8456
7724
|
filename: string;
|
8457
7725
|
originalFilename: string;
|
8458
|
-
}[] | [string, string] |
|
7726
|
+
}[] | [string, string] | undefined>;
|
8459
7727
|
requestId: string;
|
8460
7728
|
createdBySignature?: string | null | undefined;
|
8461
|
-
createdAtLocation?:
|
7729
|
+
createdAtLocation?: string | null | undefined;
|
8462
7730
|
annotation?: Record<string, string | number | boolean | {
|
8463
7731
|
type: string;
|
8464
7732
|
filename: string;
|
@@ -8474,10 +7742,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8474
7742
|
residentialArea?: string | null | undefined;
|
8475
7743
|
street?: string | null | undefined;
|
8476
7744
|
zipCode?: string | null | undefined;
|
8477
|
-
} | {
|
8478
|
-
firstname: string;
|
8479
|
-
surname: string;
|
8480
|
-
middlename?: string | null | undefined;
|
8481
7745
|
} | {
|
8482
7746
|
country: string;
|
8483
7747
|
district: string;
|
@@ -8500,11 +7764,11 @@ export declare const EventDocument: z.ZodObject<{
|
|
8500
7764
|
option: string;
|
8501
7765
|
filename: string;
|
8502
7766
|
originalFilename: string;
|
8503
|
-
}[] | [string, string] |
|
8504
|
-
originalActionId?:
|
7767
|
+
}[] | [string, string] | undefined> | undefined;
|
7768
|
+
originalActionId?: string | undefined;
|
8505
7769
|
} | {
|
8506
7770
|
type: "READ";
|
8507
|
-
id: string
|
7771
|
+
id: string;
|
8508
7772
|
status: "Rejected" | "Requested" | "Accepted";
|
8509
7773
|
transactionId: string;
|
8510
7774
|
createdAt: string;
|
@@ -8525,10 +7789,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8525
7789
|
residentialArea?: string | null | undefined;
|
8526
7790
|
street?: string | null | undefined;
|
8527
7791
|
zipCode?: string | null | undefined;
|
8528
|
-
} | {
|
8529
|
-
firstname: string;
|
8530
|
-
surname: string;
|
8531
|
-
middlename?: string | null | undefined;
|
8532
7792
|
} | {
|
8533
7793
|
country: string;
|
8534
7794
|
district: string;
|
@@ -8551,9 +7811,9 @@ export declare const EventDocument: z.ZodObject<{
|
|
8551
7811
|
option: string;
|
8552
7812
|
filename: string;
|
8553
7813
|
originalFilename: string;
|
8554
|
-
}[] | [string, string] |
|
7814
|
+
}[] | [string, string] | undefined>;
|
8555
7815
|
createdBySignature?: string | null | undefined;
|
8556
|
-
createdAtLocation?:
|
7816
|
+
createdAtLocation?: string | null | undefined;
|
8557
7817
|
annotation?: Record<string, string | number | boolean | {
|
8558
7818
|
type: string;
|
8559
7819
|
filename: string;
|
@@ -8569,10 +7829,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8569
7829
|
residentialArea?: string | null | undefined;
|
8570
7830
|
street?: string | null | undefined;
|
8571
7831
|
zipCode?: string | null | undefined;
|
8572
|
-
} | {
|
8573
|
-
firstname: string;
|
8574
|
-
surname: string;
|
8575
|
-
middlename?: string | null | undefined;
|
8576
7832
|
} | {
|
8577
7833
|
country: string;
|
8578
7834
|
district: string;
|
@@ -8595,19 +7851,19 @@ export declare const EventDocument: z.ZodObject<{
|
|
8595
7851
|
option: string;
|
8596
7852
|
filename: string;
|
8597
7853
|
originalFilename: string;
|
8598
|
-
}[] | [string, string] |
|
8599
|
-
originalActionId?:
|
7854
|
+
}[] | [string, string] | undefined> | undefined;
|
7855
|
+
originalActionId?: string | undefined;
|
8600
7856
|
} | {
|
8601
7857
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
8602
|
-
id: string
|
7858
|
+
id: string;
|
8603
7859
|
status: "Rejected";
|
8604
7860
|
transactionId: string;
|
8605
7861
|
createdAt: string;
|
8606
7862
|
createdBy: string;
|
8607
7863
|
createdByRole: string;
|
8608
7864
|
createdBySignature?: string | null | undefined;
|
8609
|
-
createdAtLocation?:
|
8610
|
-
originalActionId?:
|
7865
|
+
createdAtLocation?: string | null | undefined;
|
7866
|
+
originalActionId?: string | undefined;
|
8611
7867
|
})[];
|
8612
7868
|
trackingId: string;
|
8613
7869
|
}, {
|
@@ -8638,10 +7894,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8638
7894
|
residentialArea?: string | null | undefined;
|
8639
7895
|
street?: string | null | undefined;
|
8640
7896
|
zipCode?: string | null | undefined;
|
8641
|
-
} | {
|
8642
|
-
firstname: string;
|
8643
|
-
surname: string;
|
8644
|
-
middlename?: string | null | undefined;
|
8645
7897
|
} | {
|
8646
7898
|
country: string;
|
8647
7899
|
district: string;
|
@@ -8664,7 +7916,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8664
7916
|
option: string;
|
8665
7917
|
filename: string;
|
8666
7918
|
originalFilename: string;
|
8667
|
-
}[] | [string, string] |
|
7919
|
+
}[] | [string, string] | undefined>;
|
8668
7920
|
assignedTo: string;
|
8669
7921
|
createdBySignature?: string | null | undefined;
|
8670
7922
|
createdAtLocation?: string | null | undefined;
|
@@ -8683,10 +7935,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8683
7935
|
residentialArea?: string | null | undefined;
|
8684
7936
|
street?: string | null | undefined;
|
8685
7937
|
zipCode?: string | null | undefined;
|
8686
|
-
} | {
|
8687
|
-
firstname: string;
|
8688
|
-
surname: string;
|
8689
|
-
middlename?: string | null | undefined;
|
8690
7938
|
} | {
|
8691
7939
|
country: string;
|
8692
7940
|
district: string;
|
@@ -8709,8 +7957,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
8709
7957
|
option: string;
|
8710
7958
|
filename: string;
|
8711
7959
|
originalFilename: string;
|
8712
|
-
}[] | [string, string] |
|
8713
|
-
originalActionId?: string |
|
7960
|
+
}[] | [string, string] | undefined> | undefined;
|
7961
|
+
originalActionId?: string | undefined;
|
8714
7962
|
} | {
|
8715
7963
|
type: "UNASSIGN";
|
8716
7964
|
id: string;
|
@@ -8734,10 +7982,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8734
7982
|
residentialArea?: string | null | undefined;
|
8735
7983
|
street?: string | null | undefined;
|
8736
7984
|
zipCode?: string | null | undefined;
|
8737
|
-
} | {
|
8738
|
-
firstname: string;
|
8739
|
-
surname: string;
|
8740
|
-
middlename?: string | null | undefined;
|
8741
7985
|
} | {
|
8742
7986
|
country: string;
|
8743
7987
|
district: string;
|
@@ -8760,7 +8004,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8760
8004
|
option: string;
|
8761
8005
|
filename: string;
|
8762
8006
|
originalFilename: string;
|
8763
|
-
}[] | [string, string] |
|
8007
|
+
}[] | [string, string] | undefined>;
|
8764
8008
|
assignedTo: null;
|
8765
8009
|
createdBySignature?: string | null | undefined;
|
8766
8010
|
createdAtLocation?: string | null | undefined;
|
@@ -8779,10 +8023,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8779
8023
|
residentialArea?: string | null | undefined;
|
8780
8024
|
street?: string | null | undefined;
|
8781
8025
|
zipCode?: string | null | undefined;
|
8782
|
-
} | {
|
8783
|
-
firstname: string;
|
8784
|
-
surname: string;
|
8785
|
-
middlename?: string | null | undefined;
|
8786
8026
|
} | {
|
8787
8027
|
country: string;
|
8788
8028
|
district: string;
|
@@ -8805,8 +8045,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
8805
8045
|
option: string;
|
8806
8046
|
filename: string;
|
8807
8047
|
originalFilename: string;
|
8808
|
-
}[] | [string, string] |
|
8809
|
-
originalActionId?: string |
|
8048
|
+
}[] | [string, string] | undefined> | undefined;
|
8049
|
+
originalActionId?: string | undefined;
|
8810
8050
|
} | {
|
8811
8051
|
type: "REGISTER";
|
8812
8052
|
id: string;
|
@@ -8830,10 +8070,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8830
8070
|
residentialArea?: string | null | undefined;
|
8831
8071
|
street?: string | null | undefined;
|
8832
8072
|
zipCode?: string | null | undefined;
|
8833
|
-
} | {
|
8834
|
-
firstname: string;
|
8835
|
-
surname: string;
|
8836
|
-
middlename?: string | null | undefined;
|
8837
8073
|
} | {
|
8838
8074
|
country: string;
|
8839
8075
|
district: string;
|
@@ -8856,7 +8092,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8856
8092
|
option: string;
|
8857
8093
|
filename: string;
|
8858
8094
|
originalFilename: string;
|
8859
|
-
}[] | [string, string] |
|
8095
|
+
}[] | [string, string] | undefined>;
|
8860
8096
|
createdBySignature?: string | null | undefined;
|
8861
8097
|
createdAtLocation?: string | null | undefined;
|
8862
8098
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8874,10 +8110,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8874
8110
|
residentialArea?: string | null | undefined;
|
8875
8111
|
street?: string | null | undefined;
|
8876
8112
|
zipCode?: string | null | undefined;
|
8877
|
-
} | {
|
8878
|
-
firstname: string;
|
8879
|
-
surname: string;
|
8880
|
-
middlename?: string | null | undefined;
|
8881
8113
|
} | {
|
8882
8114
|
country: string;
|
8883
8115
|
district: string;
|
@@ -8900,8 +8132,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
8900
8132
|
option: string;
|
8901
8133
|
filename: string;
|
8902
8134
|
originalFilename: string;
|
8903
|
-
}[] | [string, string] |
|
8904
|
-
originalActionId?: string |
|
8135
|
+
}[] | [string, string] | undefined> | undefined;
|
8136
|
+
originalActionId?: string | undefined;
|
8905
8137
|
registrationNumber?: string | undefined;
|
8906
8138
|
} | {
|
8907
8139
|
type: "DECLARE";
|
@@ -8926,10 +8158,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8926
8158
|
residentialArea?: string | null | undefined;
|
8927
8159
|
street?: string | null | undefined;
|
8928
8160
|
zipCode?: string | null | undefined;
|
8929
|
-
} | {
|
8930
|
-
firstname: string;
|
8931
|
-
surname: string;
|
8932
|
-
middlename?: string | null | undefined;
|
8933
8161
|
} | {
|
8934
8162
|
country: string;
|
8935
8163
|
district: string;
|
@@ -8952,7 +8180,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8952
8180
|
option: string;
|
8953
8181
|
filename: string;
|
8954
8182
|
originalFilename: string;
|
8955
|
-
}[] | [string, string] |
|
8183
|
+
}[] | [string, string] | undefined>;
|
8956
8184
|
createdBySignature?: string | null | undefined;
|
8957
8185
|
createdAtLocation?: string | null | undefined;
|
8958
8186
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8970,10 +8198,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
8970
8198
|
residentialArea?: string | null | undefined;
|
8971
8199
|
street?: string | null | undefined;
|
8972
8200
|
zipCode?: string | null | undefined;
|
8973
|
-
} | {
|
8974
|
-
firstname: string;
|
8975
|
-
surname: string;
|
8976
|
-
middlename?: string | null | undefined;
|
8977
8201
|
} | {
|
8978
8202
|
country: string;
|
8979
8203
|
district: string;
|
@@ -8996,8 +8220,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
8996
8220
|
option: string;
|
8997
8221
|
filename: string;
|
8998
8222
|
originalFilename: string;
|
8999
|
-
}[] | [string, string] |
|
9000
|
-
originalActionId?: string |
|
8223
|
+
}[] | [string, string] | undefined> | undefined;
|
8224
|
+
originalActionId?: string | undefined;
|
9001
8225
|
} | {
|
9002
8226
|
type: "VALIDATE";
|
9003
8227
|
id: string;
|
@@ -9021,10 +8245,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9021
8245
|
residentialArea?: string | null | undefined;
|
9022
8246
|
street?: string | null | undefined;
|
9023
8247
|
zipCode?: string | null | undefined;
|
9024
|
-
} | {
|
9025
|
-
firstname: string;
|
9026
|
-
surname: string;
|
9027
|
-
middlename?: string | null | undefined;
|
9028
8248
|
} | {
|
9029
8249
|
country: string;
|
9030
8250
|
district: string;
|
@@ -9047,7 +8267,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9047
8267
|
option: string;
|
9048
8268
|
filename: string;
|
9049
8269
|
originalFilename: string;
|
9050
|
-
}[] | [string, string] |
|
8270
|
+
}[] | [string, string] | undefined>;
|
9051
8271
|
createdBySignature?: string | null | undefined;
|
9052
8272
|
createdAtLocation?: string | null | undefined;
|
9053
8273
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9065,10 +8285,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9065
8285
|
residentialArea?: string | null | undefined;
|
9066
8286
|
street?: string | null | undefined;
|
9067
8287
|
zipCode?: string | null | undefined;
|
9068
|
-
} | {
|
9069
|
-
firstname: string;
|
9070
|
-
surname: string;
|
9071
|
-
middlename?: string | null | undefined;
|
9072
8288
|
} | {
|
9073
8289
|
country: string;
|
9074
8290
|
district: string;
|
@@ -9091,8 +8307,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9091
8307
|
option: string;
|
9092
8308
|
filename: string;
|
9093
8309
|
originalFilename: string;
|
9094
|
-
}[] | [string, string] |
|
9095
|
-
originalActionId?: string |
|
8310
|
+
}[] | [string, string] | undefined> | undefined;
|
8311
|
+
originalActionId?: string | undefined;
|
9096
8312
|
} | {
|
9097
8313
|
type: "REJECT";
|
9098
8314
|
id: string;
|
@@ -9120,10 +8336,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9120
8336
|
residentialArea?: string | null | undefined;
|
9121
8337
|
street?: string | null | undefined;
|
9122
8338
|
zipCode?: string | null | undefined;
|
9123
|
-
} | {
|
9124
|
-
firstname: string;
|
9125
|
-
surname: string;
|
9126
|
-
middlename?: string | null | undefined;
|
9127
8339
|
} | {
|
9128
8340
|
country: string;
|
9129
8341
|
district: string;
|
@@ -9146,7 +8358,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9146
8358
|
option: string;
|
9147
8359
|
filename: string;
|
9148
8360
|
originalFilename: string;
|
9149
|
-
}[] | [string, string] |
|
8361
|
+
}[] | [string, string] | undefined>;
|
9150
8362
|
createdBySignature?: string | null | undefined;
|
9151
8363
|
createdAtLocation?: string | null | undefined;
|
9152
8364
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9164,10 +8376,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9164
8376
|
residentialArea?: string | null | undefined;
|
9165
8377
|
street?: string | null | undefined;
|
9166
8378
|
zipCode?: string | null | undefined;
|
9167
|
-
} | {
|
9168
|
-
firstname: string;
|
9169
|
-
surname: string;
|
9170
|
-
middlename?: string | null | undefined;
|
9171
8379
|
} | {
|
9172
8380
|
country: string;
|
9173
8381
|
district: string;
|
@@ -9190,8 +8398,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9190
8398
|
option: string;
|
9191
8399
|
filename: string;
|
9192
8400
|
originalFilename: string;
|
9193
|
-
}[] | [string, string] |
|
9194
|
-
originalActionId?: string |
|
8401
|
+
}[] | [string, string] | undefined> | undefined;
|
8402
|
+
originalActionId?: string | undefined;
|
9195
8403
|
} | {
|
9196
8404
|
type: "MARKED_AS_DUPLICATE";
|
9197
8405
|
id: string;
|
@@ -9215,10 +8423,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9215
8423
|
residentialArea?: string | null | undefined;
|
9216
8424
|
street?: string | null | undefined;
|
9217
8425
|
zipCode?: string | null | undefined;
|
9218
|
-
} | {
|
9219
|
-
firstname: string;
|
9220
|
-
surname: string;
|
9221
|
-
middlename?: string | null | undefined;
|
9222
8426
|
} | {
|
9223
8427
|
country: string;
|
9224
8428
|
district: string;
|
@@ -9241,7 +8445,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9241
8445
|
option: string;
|
9242
8446
|
filename: string;
|
9243
8447
|
originalFilename: string;
|
9244
|
-
}[] | [string, string] |
|
8448
|
+
}[] | [string, string] | undefined>;
|
9245
8449
|
createdBySignature?: string | null | undefined;
|
9246
8450
|
createdAtLocation?: string | null | undefined;
|
9247
8451
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9259,10 +8463,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9259
8463
|
residentialArea?: string | null | undefined;
|
9260
8464
|
street?: string | null | undefined;
|
9261
8465
|
zipCode?: string | null | undefined;
|
9262
|
-
} | {
|
9263
|
-
firstname: string;
|
9264
|
-
surname: string;
|
9265
|
-
middlename?: string | null | undefined;
|
9266
8466
|
} | {
|
9267
8467
|
country: string;
|
9268
8468
|
district: string;
|
@@ -9285,8 +8485,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9285
8485
|
option: string;
|
9286
8486
|
filename: string;
|
9287
8487
|
originalFilename: string;
|
9288
|
-
}[] | [string, string] |
|
9289
|
-
originalActionId?: string |
|
8488
|
+
}[] | [string, string] | undefined> | undefined;
|
8489
|
+
originalActionId?: string | undefined;
|
9290
8490
|
} | {
|
9291
8491
|
type: "ARCHIVE";
|
9292
8492
|
id: string;
|
@@ -9314,10 +8514,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9314
8514
|
residentialArea?: string | null | undefined;
|
9315
8515
|
street?: string | null | undefined;
|
9316
8516
|
zipCode?: string | null | undefined;
|
9317
|
-
} | {
|
9318
|
-
firstname: string;
|
9319
|
-
surname: string;
|
9320
|
-
middlename?: string | null | undefined;
|
9321
8517
|
} | {
|
9322
8518
|
country: string;
|
9323
8519
|
district: string;
|
@@ -9340,7 +8536,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9340
8536
|
option: string;
|
9341
8537
|
filename: string;
|
9342
8538
|
originalFilename: string;
|
9343
|
-
}[] | [string, string] |
|
8539
|
+
}[] | [string, string] | undefined>;
|
9344
8540
|
createdBySignature?: string | null | undefined;
|
9345
8541
|
createdAtLocation?: string | null | undefined;
|
9346
8542
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9358,10 +8554,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9358
8554
|
residentialArea?: string | null | undefined;
|
9359
8555
|
street?: string | null | undefined;
|
9360
8556
|
zipCode?: string | null | undefined;
|
9361
|
-
} | {
|
9362
|
-
firstname: string;
|
9363
|
-
surname: string;
|
9364
|
-
middlename?: string | null | undefined;
|
9365
8557
|
} | {
|
9366
8558
|
country: string;
|
9367
8559
|
district: string;
|
@@ -9384,8 +8576,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9384
8576
|
option: string;
|
9385
8577
|
filename: string;
|
9386
8578
|
originalFilename: string;
|
9387
|
-
}[] | [string, string] |
|
9388
|
-
originalActionId?: string |
|
8579
|
+
}[] | [string, string] | undefined> | undefined;
|
8580
|
+
originalActionId?: string | undefined;
|
9389
8581
|
} | {
|
9390
8582
|
type: "CREATE";
|
9391
8583
|
id: string;
|
@@ -9409,10 +8601,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9409
8601
|
residentialArea?: string | null | undefined;
|
9410
8602
|
street?: string | null | undefined;
|
9411
8603
|
zipCode?: string | null | undefined;
|
9412
|
-
} | {
|
9413
|
-
firstname: string;
|
9414
|
-
surname: string;
|
9415
|
-
middlename?: string | null | undefined;
|
9416
8604
|
} | {
|
9417
8605
|
country: string;
|
9418
8606
|
district: string;
|
@@ -9435,7 +8623,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9435
8623
|
option: string;
|
9436
8624
|
filename: string;
|
9437
8625
|
originalFilename: string;
|
9438
|
-
}[] | [string, string] |
|
8626
|
+
}[] | [string, string] | undefined>;
|
9439
8627
|
createdBySignature?: string | null | undefined;
|
9440
8628
|
createdAtLocation?: string | null | undefined;
|
9441
8629
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9453,10 +8641,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9453
8641
|
residentialArea?: string | null | undefined;
|
9454
8642
|
street?: string | null | undefined;
|
9455
8643
|
zipCode?: string | null | undefined;
|
9456
|
-
} | {
|
9457
|
-
firstname: string;
|
9458
|
-
surname: string;
|
9459
|
-
middlename?: string | null | undefined;
|
9460
8644
|
} | {
|
9461
8645
|
country: string;
|
9462
8646
|
district: string;
|
@@ -9479,8 +8663,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9479
8663
|
option: string;
|
9480
8664
|
filename: string;
|
9481
8665
|
originalFilename: string;
|
9482
|
-
}[] | [string, string] |
|
9483
|
-
originalActionId?: string |
|
8666
|
+
}[] | [string, string] | undefined> | undefined;
|
8667
|
+
originalActionId?: string | undefined;
|
9484
8668
|
} | {
|
9485
8669
|
type: "NOTIFY";
|
9486
8670
|
id: string;
|
@@ -9504,10 +8688,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9504
8688
|
residentialArea?: string | null | undefined;
|
9505
8689
|
street?: string | null | undefined;
|
9506
8690
|
zipCode?: string | null | undefined;
|
9507
|
-
} | {
|
9508
|
-
firstname: string;
|
9509
|
-
surname: string;
|
9510
|
-
middlename?: string | null | undefined;
|
9511
8691
|
} | {
|
9512
8692
|
country: string;
|
9513
8693
|
district: string;
|
@@ -9530,7 +8710,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9530
8710
|
option: string;
|
9531
8711
|
filename: string;
|
9532
8712
|
originalFilename: string;
|
9533
|
-
}[] | [string, string] |
|
8713
|
+
}[] | [string, string] | undefined>;
|
9534
8714
|
createdBySignature?: string | null | undefined;
|
9535
8715
|
createdAtLocation?: string | null | undefined;
|
9536
8716
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9548,10 +8728,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9548
8728
|
residentialArea?: string | null | undefined;
|
9549
8729
|
street?: string | null | undefined;
|
9550
8730
|
zipCode?: string | null | undefined;
|
9551
|
-
} | {
|
9552
|
-
firstname: string;
|
9553
|
-
surname: string;
|
9554
|
-
middlename?: string | null | undefined;
|
9555
8731
|
} | {
|
9556
8732
|
country: string;
|
9557
8733
|
district: string;
|
@@ -9574,8 +8750,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9574
8750
|
option: string;
|
9575
8751
|
filename: string;
|
9576
8752
|
originalFilename: string;
|
9577
|
-
}[] | [string, string] |
|
9578
|
-
originalActionId?: string |
|
8753
|
+
}[] | [string, string] | undefined> | undefined;
|
8754
|
+
originalActionId?: string | undefined;
|
9579
8755
|
} | {
|
9580
8756
|
type: "PRINT_CERTIFICATE";
|
9581
8757
|
id: string;
|
@@ -9599,10 +8775,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9599
8775
|
residentialArea?: string | null | undefined;
|
9600
8776
|
street?: string | null | undefined;
|
9601
8777
|
zipCode?: string | null | undefined;
|
9602
|
-
} | {
|
9603
|
-
firstname: string;
|
9604
|
-
surname: string;
|
9605
|
-
middlename?: string | null | undefined;
|
9606
8778
|
} | {
|
9607
8779
|
country: string;
|
9608
8780
|
district: string;
|
@@ -9625,7 +8797,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9625
8797
|
option: string;
|
9626
8798
|
filename: string;
|
9627
8799
|
originalFilename: string;
|
9628
|
-
}[] | [string, string] |
|
8800
|
+
}[] | [string, string] | undefined>;
|
9629
8801
|
createdBySignature?: string | null | undefined;
|
9630
8802
|
createdAtLocation?: string | null | undefined;
|
9631
8803
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9643,10 +8815,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9643
8815
|
residentialArea?: string | null | undefined;
|
9644
8816
|
street?: string | null | undefined;
|
9645
8817
|
zipCode?: string | null | undefined;
|
9646
|
-
} | {
|
9647
|
-
firstname: string;
|
9648
|
-
surname: string;
|
9649
|
-
middlename?: string | null | undefined;
|
9650
8818
|
} | {
|
9651
8819
|
country: string;
|
9652
8820
|
district: string;
|
@@ -9669,8 +8837,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9669
8837
|
option: string;
|
9670
8838
|
filename: string;
|
9671
8839
|
originalFilename: string;
|
9672
|
-
}[] | [string, string] |
|
9673
|
-
originalActionId?: string |
|
8840
|
+
}[] | [string, string] | undefined> | undefined;
|
8841
|
+
originalActionId?: string | undefined;
|
9674
8842
|
} | {
|
9675
8843
|
type: "REQUEST_CORRECTION";
|
9676
8844
|
id: string;
|
@@ -9694,10 +8862,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9694
8862
|
residentialArea?: string | null | undefined;
|
9695
8863
|
street?: string | null | undefined;
|
9696
8864
|
zipCode?: string | null | undefined;
|
9697
|
-
} | {
|
9698
|
-
firstname: string;
|
9699
|
-
surname: string;
|
9700
|
-
middlename?: string | null | undefined;
|
9701
8865
|
} | {
|
9702
8866
|
country: string;
|
9703
8867
|
district: string;
|
@@ -9720,7 +8884,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9720
8884
|
option: string;
|
9721
8885
|
filename: string;
|
9722
8886
|
originalFilename: string;
|
9723
|
-
}[] | [string, string] |
|
8887
|
+
}[] | [string, string] | undefined>;
|
9724
8888
|
createdBySignature?: string | null | undefined;
|
9725
8889
|
createdAtLocation?: string | null | undefined;
|
9726
8890
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9738,10 +8902,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9738
8902
|
residentialArea?: string | null | undefined;
|
9739
8903
|
street?: string | null | undefined;
|
9740
8904
|
zipCode?: string | null | undefined;
|
9741
|
-
} | {
|
9742
|
-
firstname: string;
|
9743
|
-
surname: string;
|
9744
|
-
middlename?: string | null | undefined;
|
9745
8905
|
} | {
|
9746
8906
|
country: string;
|
9747
8907
|
district: string;
|
@@ -9764,8 +8924,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9764
8924
|
option: string;
|
9765
8925
|
filename: string;
|
9766
8926
|
originalFilename: string;
|
9767
|
-
}[] | [string, string] |
|
9768
|
-
originalActionId?: string |
|
8927
|
+
}[] | [string, string] | undefined> | undefined;
|
8928
|
+
originalActionId?: string | undefined;
|
9769
8929
|
} | {
|
9770
8930
|
type: "APPROVE_CORRECTION";
|
9771
8931
|
id: string;
|
@@ -9789,10 +8949,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9789
8949
|
residentialArea?: string | null | undefined;
|
9790
8950
|
street?: string | null | undefined;
|
9791
8951
|
zipCode?: string | null | undefined;
|
9792
|
-
} | {
|
9793
|
-
firstname: string;
|
9794
|
-
surname: string;
|
9795
|
-
middlename?: string | null | undefined;
|
9796
8952
|
} | {
|
9797
8953
|
country: string;
|
9798
8954
|
district: string;
|
@@ -9815,7 +8971,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9815
8971
|
option: string;
|
9816
8972
|
filename: string;
|
9817
8973
|
originalFilename: string;
|
9818
|
-
}[] | [string, string] |
|
8974
|
+
}[] | [string, string] | undefined>;
|
9819
8975
|
requestId: string;
|
9820
8976
|
createdBySignature?: string | null | undefined;
|
9821
8977
|
createdAtLocation?: string | null | undefined;
|
@@ -9834,10 +8990,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9834
8990
|
residentialArea?: string | null | undefined;
|
9835
8991
|
street?: string | null | undefined;
|
9836
8992
|
zipCode?: string | null | undefined;
|
9837
|
-
} | {
|
9838
|
-
firstname: string;
|
9839
|
-
surname: string;
|
9840
|
-
middlename?: string | null | undefined;
|
9841
8993
|
} | {
|
9842
8994
|
country: string;
|
9843
8995
|
district: string;
|
@@ -9860,8 +9012,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9860
9012
|
option: string;
|
9861
9013
|
filename: string;
|
9862
9014
|
originalFilename: string;
|
9863
|
-
}[] | [string, string] |
|
9864
|
-
originalActionId?: string |
|
9015
|
+
}[] | [string, string] | undefined> | undefined;
|
9016
|
+
originalActionId?: string | undefined;
|
9865
9017
|
} | {
|
9866
9018
|
type: "REJECT_CORRECTION";
|
9867
9019
|
id: string;
|
@@ -9885,10 +9037,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9885
9037
|
residentialArea?: string | null | undefined;
|
9886
9038
|
street?: string | null | undefined;
|
9887
9039
|
zipCode?: string | null | undefined;
|
9888
|
-
} | {
|
9889
|
-
firstname: string;
|
9890
|
-
surname: string;
|
9891
|
-
middlename?: string | null | undefined;
|
9892
9040
|
} | {
|
9893
9041
|
country: string;
|
9894
9042
|
district: string;
|
@@ -9911,7 +9059,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9911
9059
|
option: string;
|
9912
9060
|
filename: string;
|
9913
9061
|
originalFilename: string;
|
9914
|
-
}[] | [string, string] |
|
9062
|
+
}[] | [string, string] | undefined>;
|
9915
9063
|
requestId: string;
|
9916
9064
|
createdBySignature?: string | null | undefined;
|
9917
9065
|
createdAtLocation?: string | null | undefined;
|
@@ -9930,10 +9078,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9930
9078
|
residentialArea?: string | null | undefined;
|
9931
9079
|
street?: string | null | undefined;
|
9932
9080
|
zipCode?: string | null | undefined;
|
9933
|
-
} | {
|
9934
|
-
firstname: string;
|
9935
|
-
surname: string;
|
9936
|
-
middlename?: string | null | undefined;
|
9937
9081
|
} | {
|
9938
9082
|
country: string;
|
9939
9083
|
district: string;
|
@@ -9956,8 +9100,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
9956
9100
|
option: string;
|
9957
9101
|
filename: string;
|
9958
9102
|
originalFilename: string;
|
9959
|
-
}[] | [string, string] |
|
9960
|
-
originalActionId?: string |
|
9103
|
+
}[] | [string, string] | undefined> | undefined;
|
9104
|
+
originalActionId?: string | undefined;
|
9961
9105
|
} | {
|
9962
9106
|
type: "READ";
|
9963
9107
|
id: string;
|
@@ -9981,10 +9125,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
9981
9125
|
residentialArea?: string | null | undefined;
|
9982
9126
|
street?: string | null | undefined;
|
9983
9127
|
zipCode?: string | null | undefined;
|
9984
|
-
} | {
|
9985
|
-
firstname: string;
|
9986
|
-
surname: string;
|
9987
|
-
middlename?: string | null | undefined;
|
9988
9128
|
} | {
|
9989
9129
|
country: string;
|
9990
9130
|
district: string;
|
@@ -10007,7 +9147,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
10007
9147
|
option: string;
|
10008
9148
|
filename: string;
|
10009
9149
|
originalFilename: string;
|
10010
|
-
}[] | [string, string] |
|
9150
|
+
}[] | [string, string] | undefined>;
|
10011
9151
|
createdBySignature?: string | null | undefined;
|
10012
9152
|
createdAtLocation?: string | null | undefined;
|
10013
9153
|
annotation?: Record<string, string | number | boolean | {
|
@@ -10025,10 +9165,6 @@ export declare const EventDocument: z.ZodObject<{
|
|
10025
9165
|
residentialArea?: string | null | undefined;
|
10026
9166
|
street?: string | null | undefined;
|
10027
9167
|
zipCode?: string | null | undefined;
|
10028
|
-
} | {
|
10029
|
-
firstname: string;
|
10030
|
-
surname: string;
|
10031
|
-
middlename?: string | null | undefined;
|
10032
9168
|
} | {
|
10033
9169
|
country: string;
|
10034
9170
|
district: string;
|
@@ -10051,8 +9187,8 @@ export declare const EventDocument: z.ZodObject<{
|
|
10051
9187
|
option: string;
|
10052
9188
|
filename: string;
|
10053
9189
|
originalFilename: string;
|
10054
|
-
}[] | [string, string] |
|
10055
|
-
originalActionId?: string |
|
9190
|
+
}[] | [string, string] | undefined> | undefined;
|
9191
|
+
originalActionId?: string | undefined;
|
10056
9192
|
} | {
|
10057
9193
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
10058
9194
|
id: string;
|
@@ -10063,7 +9199,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
10063
9199
|
createdByRole: string;
|
10064
9200
|
createdBySignature?: string | null | undefined;
|
10065
9201
|
createdAtLocation?: string | null | undefined;
|
10066
|
-
originalActionId?: string |
|
9202
|
+
originalActionId?: string | undefined;
|
10067
9203
|
})[];
|
10068
9204
|
trackingId: string;
|
10069
9205
|
}>;
|