@opencrvs/toolkit 1.8.0-rc.fd1df48 → 1.8.0-rc.fd49b3a
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 +1806 -922
- package/dist/commons/conditionals/conditionals.d.ts +0 -12
- package/dist/commons/events/ActionConfig.d.ts +7830 -2014
- package/dist/commons/events/ActionDocument.d.ts +1948 -904
- package/dist/commons/events/ActionInput.d.ts +1680 -780
- package/dist/commons/events/AdvancedSearchConfig.d.ts +82 -33
- package/dist/commons/events/CompositeFieldValue.d.ts +9 -9
- package/dist/commons/events/CountryConfigQueryInput.d.ts +1086 -684
- package/dist/commons/events/Draft.d.ts +142 -70
- package/dist/commons/events/EventConfig.d.ts +3649 -935
- package/dist/commons/events/EventDocument.d.ts +1236 -588
- package/dist/commons/events/EventIndex.d.ts +339 -120
- package/dist/commons/events/FieldConfig.d.ts +455 -30
- package/dist/commons/events/FieldType.d.ts +2 -1
- package/dist/commons/events/FieldTypeMapping.d.ts +57 -25
- package/dist/commons/events/FieldValue.d.ts +45 -16
- package/dist/commons/events/FormConfig.d.ts +3005 -557
- package/dist/commons/events/PageConfig.d.ts +646 -38
- package/dist/commons/events/User.d.ts +6 -3
- package/dist/commons/events/WorkqueueConfig.d.ts +1990 -1174
- package/dist/commons/events/defineConfig.d.ts +498 -34
- package/dist/commons/events/event.d.ts +10 -18
- package/dist/commons/events/field.d.ts +13 -1
- package/dist/commons/events/test.utils.d.ts +43 -19
- package/dist/commons/events/utils.d.ts +2543 -77
- package/dist/conditionals/index.js +2 -34
- package/dist/events/index.js +963 -801
- package/dist/scopes/index.d.ts +92 -6
- package/dist/scopes/index.js +38 -9
- package/package.json +3 -3
@@ -13,32 +13,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
13
13
|
createdByRole: z.ZodString;
|
14
14
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15
15
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
16
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
17
|
-
|
16
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
17
|
+
start: z.ZodString;
|
18
|
+
end: z.ZodString;
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
20
|
+
start: string;
|
21
|
+
end: string;
|
22
|
+
}, {
|
23
|
+
start: string;
|
24
|
+
end: string;
|
25
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
26
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
18
27
|
originalFilename: z.ZodString;
|
19
28
|
type: z.ZodString;
|
20
29
|
}, "strip", z.ZodTypeAny, {
|
21
30
|
type: string;
|
22
|
-
|
31
|
+
path: string;
|
23
32
|
originalFilename: string;
|
24
33
|
}, {
|
25
34
|
type: string;
|
26
|
-
|
35
|
+
path: string;
|
27
36
|
originalFilename: string;
|
28
37
|
}>, z.ZodArray<z.ZodObject<{
|
29
|
-
|
38
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
30
39
|
originalFilename: z.ZodString;
|
31
40
|
type: z.ZodString;
|
32
41
|
option: z.ZodString;
|
33
42
|
}, "strip", z.ZodTypeAny, {
|
34
43
|
type: string;
|
35
44
|
option: string;
|
36
|
-
|
45
|
+
path: string;
|
37
46
|
originalFilename: string;
|
38
47
|
}, {
|
39
48
|
type: string;
|
40
49
|
option: string;
|
41
|
-
|
50
|
+
path: string;
|
42
51
|
originalFilename: string;
|
43
52
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
44
53
|
country: z.ZodString;
|
@@ -139,32 +148,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
139
148
|
surname?: string | null | undefined;
|
140
149
|
middlename?: string | null | undefined;
|
141
150
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
142
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
143
|
-
|
151
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
152
|
+
start: z.ZodString;
|
153
|
+
end: z.ZodString;
|
154
|
+
}, "strip", z.ZodTypeAny, {
|
155
|
+
start: string;
|
156
|
+
end: string;
|
157
|
+
}, {
|
158
|
+
start: string;
|
159
|
+
end: string;
|
160
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
161
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
144
162
|
originalFilename: z.ZodString;
|
145
163
|
type: z.ZodString;
|
146
164
|
}, "strip", z.ZodTypeAny, {
|
147
165
|
type: string;
|
148
|
-
|
166
|
+
path: string;
|
149
167
|
originalFilename: string;
|
150
168
|
}, {
|
151
169
|
type: string;
|
152
|
-
|
170
|
+
path: string;
|
153
171
|
originalFilename: string;
|
154
172
|
}>, z.ZodArray<z.ZodObject<{
|
155
|
-
|
173
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
156
174
|
originalFilename: z.ZodString;
|
157
175
|
type: z.ZodString;
|
158
176
|
option: z.ZodString;
|
159
177
|
}, "strip", z.ZodTypeAny, {
|
160
178
|
type: string;
|
161
179
|
option: string;
|
162
|
-
|
180
|
+
path: string;
|
163
181
|
originalFilename: string;
|
164
182
|
}, {
|
165
183
|
type: string;
|
166
184
|
option: string;
|
167
|
-
|
185
|
+
path: string;
|
168
186
|
originalFilename: string;
|
169
187
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
170
188
|
country: z.ZodString;
|
@@ -280,7 +298,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
280
298
|
createdByRole: string;
|
281
299
|
declaration: Record<string, string | number | boolean | {
|
282
300
|
type: string;
|
283
|
-
|
301
|
+
path: string;
|
284
302
|
originalFilename: string;
|
285
303
|
} | {
|
286
304
|
country: string;
|
@@ -317,14 +335,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
317
335
|
} | {
|
318
336
|
type: string;
|
319
337
|
option: string;
|
320
|
-
|
338
|
+
path: string;
|
321
339
|
originalFilename: string;
|
322
|
-
}[] |
|
340
|
+
}[] | {
|
341
|
+
start: string;
|
342
|
+
end: string;
|
343
|
+
} | null | undefined>;
|
323
344
|
createdBySignature?: string | null | undefined;
|
324
345
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
325
346
|
annotation?: Record<string, string | number | boolean | {
|
326
347
|
type: string;
|
327
|
-
|
348
|
+
path: string;
|
328
349
|
originalFilename: string;
|
329
350
|
} | {
|
330
351
|
country: string;
|
@@ -361,9 +382,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
361
382
|
} | {
|
362
383
|
type: string;
|
363
384
|
option: string;
|
364
|
-
|
385
|
+
path: string;
|
365
386
|
originalFilename: string;
|
366
|
-
}[] |
|
387
|
+
}[] | {
|
388
|
+
start: string;
|
389
|
+
end: string;
|
390
|
+
} | null | undefined> | null | undefined;
|
367
391
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
368
392
|
}, {
|
369
393
|
type: "CREATE";
|
@@ -376,7 +400,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
376
400
|
createdByRole: string;
|
377
401
|
declaration: Record<string, string | number | boolean | {
|
378
402
|
type: string;
|
379
|
-
|
403
|
+
path: string;
|
380
404
|
originalFilename: string;
|
381
405
|
} | {
|
382
406
|
country: string;
|
@@ -413,14 +437,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
413
437
|
} | {
|
414
438
|
type: string;
|
415
439
|
option: string;
|
416
|
-
|
440
|
+
path: string;
|
417
441
|
originalFilename: string;
|
418
|
-
}[] |
|
442
|
+
}[] | {
|
443
|
+
start: string;
|
444
|
+
end: string;
|
445
|
+
} | null | undefined>;
|
419
446
|
createdBySignature?: string | null | undefined;
|
420
447
|
createdAtLocation?: string | null | undefined;
|
421
448
|
annotation?: Record<string, string | number | boolean | {
|
422
449
|
type: string;
|
423
|
-
|
450
|
+
path: string;
|
424
451
|
originalFilename: string;
|
425
452
|
} | {
|
426
453
|
country: string;
|
@@ -457,9 +484,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
457
484
|
} | {
|
458
485
|
type: string;
|
459
486
|
option: string;
|
460
|
-
|
487
|
+
path: string;
|
461
488
|
originalFilename: string;
|
462
|
-
}[] |
|
489
|
+
}[] | {
|
490
|
+
start: string;
|
491
|
+
end: string;
|
492
|
+
} | null | undefined> | null | undefined;
|
463
493
|
originalActionId?: string | null | undefined;
|
464
494
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
465
495
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -470,32 +500,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
470
500
|
createdByRole: z.ZodString;
|
471
501
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
472
502
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
473
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
474
|
-
|
503
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
504
|
+
start: z.ZodString;
|
505
|
+
end: z.ZodString;
|
506
|
+
}, "strip", z.ZodTypeAny, {
|
507
|
+
start: string;
|
508
|
+
end: string;
|
509
|
+
}, {
|
510
|
+
start: string;
|
511
|
+
end: string;
|
512
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
513
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
475
514
|
originalFilename: z.ZodString;
|
476
515
|
type: z.ZodString;
|
477
516
|
}, "strip", z.ZodTypeAny, {
|
478
517
|
type: string;
|
479
|
-
|
518
|
+
path: string;
|
480
519
|
originalFilename: string;
|
481
520
|
}, {
|
482
521
|
type: string;
|
483
|
-
|
522
|
+
path: string;
|
484
523
|
originalFilename: string;
|
485
524
|
}>, z.ZodArray<z.ZodObject<{
|
486
|
-
|
525
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
487
526
|
originalFilename: z.ZodString;
|
488
527
|
type: z.ZodString;
|
489
528
|
option: z.ZodString;
|
490
529
|
}, "strip", z.ZodTypeAny, {
|
491
530
|
type: string;
|
492
531
|
option: string;
|
493
|
-
|
532
|
+
path: string;
|
494
533
|
originalFilename: string;
|
495
534
|
}, {
|
496
535
|
type: string;
|
497
536
|
option: string;
|
498
|
-
|
537
|
+
path: string;
|
499
538
|
originalFilename: string;
|
500
539
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
501
540
|
country: z.ZodString;
|
@@ -596,32 +635,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
596
635
|
surname?: string | null | undefined;
|
597
636
|
middlename?: string | null | undefined;
|
598
637
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
599
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
600
|
-
|
638
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
639
|
+
start: z.ZodString;
|
640
|
+
end: z.ZodString;
|
641
|
+
}, "strip", z.ZodTypeAny, {
|
642
|
+
start: string;
|
643
|
+
end: string;
|
644
|
+
}, {
|
645
|
+
start: string;
|
646
|
+
end: string;
|
647
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
648
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
601
649
|
originalFilename: z.ZodString;
|
602
650
|
type: z.ZodString;
|
603
651
|
}, "strip", z.ZodTypeAny, {
|
604
652
|
type: string;
|
605
|
-
|
653
|
+
path: string;
|
606
654
|
originalFilename: string;
|
607
655
|
}, {
|
608
656
|
type: string;
|
609
|
-
|
657
|
+
path: string;
|
610
658
|
originalFilename: string;
|
611
659
|
}>, z.ZodArray<z.ZodObject<{
|
612
|
-
|
660
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
613
661
|
originalFilename: z.ZodString;
|
614
662
|
type: z.ZodString;
|
615
663
|
option: z.ZodString;
|
616
664
|
}, "strip", z.ZodTypeAny, {
|
617
665
|
type: string;
|
618
666
|
option: string;
|
619
|
-
|
667
|
+
path: string;
|
620
668
|
originalFilename: string;
|
621
669
|
}, {
|
622
670
|
type: string;
|
623
671
|
option: string;
|
624
|
-
|
672
|
+
path: string;
|
625
673
|
originalFilename: string;
|
626
674
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
627
675
|
country: z.ZodString;
|
@@ -737,7 +785,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
737
785
|
createdByRole: string;
|
738
786
|
declaration: Record<string, string | number | boolean | {
|
739
787
|
type: string;
|
740
|
-
|
788
|
+
path: string;
|
741
789
|
originalFilename: string;
|
742
790
|
} | {
|
743
791
|
country: string;
|
@@ -774,14 +822,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
774
822
|
} | {
|
775
823
|
type: string;
|
776
824
|
option: string;
|
777
|
-
|
825
|
+
path: string;
|
778
826
|
originalFilename: string;
|
779
|
-
}[] |
|
827
|
+
}[] | {
|
828
|
+
start: string;
|
829
|
+
end: string;
|
830
|
+
} | null | undefined>;
|
780
831
|
createdBySignature?: string | null | undefined;
|
781
832
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
782
833
|
annotation?: Record<string, string | number | boolean | {
|
783
834
|
type: string;
|
784
|
-
|
835
|
+
path: string;
|
785
836
|
originalFilename: string;
|
786
837
|
} | {
|
787
838
|
country: string;
|
@@ -818,9 +869,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
818
869
|
} | {
|
819
870
|
type: string;
|
820
871
|
option: string;
|
821
|
-
|
872
|
+
path: string;
|
822
873
|
originalFilename: string;
|
823
|
-
}[] |
|
874
|
+
}[] | {
|
875
|
+
start: string;
|
876
|
+
end: string;
|
877
|
+
} | null | undefined> | null | undefined;
|
824
878
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
825
879
|
}, {
|
826
880
|
type: "VALIDATE";
|
@@ -833,7 +887,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
833
887
|
createdByRole: string;
|
834
888
|
declaration: Record<string, string | number | boolean | {
|
835
889
|
type: string;
|
836
|
-
|
890
|
+
path: string;
|
837
891
|
originalFilename: string;
|
838
892
|
} | {
|
839
893
|
country: string;
|
@@ -870,14 +924,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
870
924
|
} | {
|
871
925
|
type: string;
|
872
926
|
option: string;
|
873
|
-
|
927
|
+
path: string;
|
874
928
|
originalFilename: string;
|
875
|
-
}[] |
|
929
|
+
}[] | {
|
930
|
+
start: string;
|
931
|
+
end: string;
|
932
|
+
} | null | undefined>;
|
876
933
|
createdBySignature?: string | null | undefined;
|
877
934
|
createdAtLocation?: string | null | undefined;
|
878
935
|
annotation?: Record<string, string | number | boolean | {
|
879
936
|
type: string;
|
880
|
-
|
937
|
+
path: string;
|
881
938
|
originalFilename: string;
|
882
939
|
} | {
|
883
940
|
country: string;
|
@@ -914,9 +971,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
914
971
|
} | {
|
915
972
|
type: string;
|
916
973
|
option: string;
|
917
|
-
|
974
|
+
path: string;
|
918
975
|
originalFilename: string;
|
919
|
-
}[] |
|
976
|
+
}[] | {
|
977
|
+
start: string;
|
978
|
+
end: string;
|
979
|
+
} | null | undefined> | null | undefined;
|
920
980
|
originalActionId?: string | null | undefined;
|
921
981
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
922
982
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -927,32 +987,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
927
987
|
createdByRole: z.ZodString;
|
928
988
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
929
989
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
930
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
931
|
-
|
990
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
991
|
+
start: z.ZodString;
|
992
|
+
end: z.ZodString;
|
993
|
+
}, "strip", z.ZodTypeAny, {
|
994
|
+
start: string;
|
995
|
+
end: string;
|
996
|
+
}, {
|
997
|
+
start: string;
|
998
|
+
end: string;
|
999
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1000
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
932
1001
|
originalFilename: z.ZodString;
|
933
1002
|
type: z.ZodString;
|
934
1003
|
}, "strip", z.ZodTypeAny, {
|
935
1004
|
type: string;
|
936
|
-
|
1005
|
+
path: string;
|
937
1006
|
originalFilename: string;
|
938
1007
|
}, {
|
939
1008
|
type: string;
|
940
|
-
|
1009
|
+
path: string;
|
941
1010
|
originalFilename: string;
|
942
1011
|
}>, z.ZodArray<z.ZodObject<{
|
943
|
-
|
1012
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
944
1013
|
originalFilename: z.ZodString;
|
945
1014
|
type: z.ZodString;
|
946
1015
|
option: z.ZodString;
|
947
1016
|
}, "strip", z.ZodTypeAny, {
|
948
1017
|
type: string;
|
949
1018
|
option: string;
|
950
|
-
|
1019
|
+
path: string;
|
951
1020
|
originalFilename: string;
|
952
1021
|
}, {
|
953
1022
|
type: string;
|
954
1023
|
option: string;
|
955
|
-
|
1024
|
+
path: string;
|
956
1025
|
originalFilename: string;
|
957
1026
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
958
1027
|
country: z.ZodString;
|
@@ -1053,32 +1122,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
1053
1122
|
surname?: string | null | undefined;
|
1054
1123
|
middlename?: string | null | undefined;
|
1055
1124
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1056
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
1057
|
-
|
1125
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1126
|
+
start: z.ZodString;
|
1127
|
+
end: z.ZodString;
|
1128
|
+
}, "strip", z.ZodTypeAny, {
|
1129
|
+
start: string;
|
1130
|
+
end: string;
|
1131
|
+
}, {
|
1132
|
+
start: string;
|
1133
|
+
end: string;
|
1134
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1135
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1058
1136
|
originalFilename: z.ZodString;
|
1059
1137
|
type: z.ZodString;
|
1060
1138
|
}, "strip", z.ZodTypeAny, {
|
1061
1139
|
type: string;
|
1062
|
-
|
1140
|
+
path: string;
|
1063
1141
|
originalFilename: string;
|
1064
1142
|
}, {
|
1065
1143
|
type: string;
|
1066
|
-
|
1144
|
+
path: string;
|
1067
1145
|
originalFilename: string;
|
1068
1146
|
}>, z.ZodArray<z.ZodObject<{
|
1069
|
-
|
1147
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1070
1148
|
originalFilename: z.ZodString;
|
1071
1149
|
type: z.ZodString;
|
1072
1150
|
option: z.ZodString;
|
1073
1151
|
}, "strip", z.ZodTypeAny, {
|
1074
1152
|
type: string;
|
1075
1153
|
option: string;
|
1076
|
-
|
1154
|
+
path: string;
|
1077
1155
|
originalFilename: string;
|
1078
1156
|
}, {
|
1079
1157
|
type: string;
|
1080
1158
|
option: string;
|
1081
|
-
|
1159
|
+
path: string;
|
1082
1160
|
originalFilename: string;
|
1083
1161
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
1084
1162
|
country: z.ZodString;
|
@@ -1208,7 +1286,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1208
1286
|
createdByRole: string;
|
1209
1287
|
declaration: Record<string, string | number | boolean | {
|
1210
1288
|
type: string;
|
1211
|
-
|
1289
|
+
path: string;
|
1212
1290
|
originalFilename: string;
|
1213
1291
|
} | {
|
1214
1292
|
country: string;
|
@@ -1245,14 +1323,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
1245
1323
|
} | {
|
1246
1324
|
type: string;
|
1247
1325
|
option: string;
|
1248
|
-
|
1326
|
+
path: string;
|
1249
1327
|
originalFilename: string;
|
1250
|
-
}[] |
|
1328
|
+
}[] | {
|
1329
|
+
start: string;
|
1330
|
+
end: string;
|
1331
|
+
} | null | undefined>;
|
1251
1332
|
createdBySignature?: string | null | undefined;
|
1252
1333
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
1253
1334
|
annotation?: Record<string, string | number | boolean | {
|
1254
1335
|
type: string;
|
1255
|
-
|
1336
|
+
path: string;
|
1256
1337
|
originalFilename: string;
|
1257
1338
|
} | {
|
1258
1339
|
country: string;
|
@@ -1289,9 +1370,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
1289
1370
|
} | {
|
1290
1371
|
type: string;
|
1291
1372
|
option: string;
|
1292
|
-
|
1373
|
+
path: string;
|
1293
1374
|
originalFilename: string;
|
1294
|
-
}[] |
|
1375
|
+
}[] | {
|
1376
|
+
start: string;
|
1377
|
+
end: string;
|
1378
|
+
} | null | undefined> | null | undefined;
|
1295
1379
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
1296
1380
|
}, {
|
1297
1381
|
type: "REJECT";
|
@@ -1308,7 +1392,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1308
1392
|
createdByRole: string;
|
1309
1393
|
declaration: Record<string, string | number | boolean | {
|
1310
1394
|
type: string;
|
1311
|
-
|
1395
|
+
path: string;
|
1312
1396
|
originalFilename: string;
|
1313
1397
|
} | {
|
1314
1398
|
country: string;
|
@@ -1345,14 +1429,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
1345
1429
|
} | {
|
1346
1430
|
type: string;
|
1347
1431
|
option: string;
|
1348
|
-
|
1432
|
+
path: string;
|
1349
1433
|
originalFilename: string;
|
1350
|
-
}[] |
|
1434
|
+
}[] | {
|
1435
|
+
start: string;
|
1436
|
+
end: string;
|
1437
|
+
} | null | undefined>;
|
1351
1438
|
createdBySignature?: string | null | undefined;
|
1352
1439
|
createdAtLocation?: string | null | undefined;
|
1353
1440
|
annotation?: Record<string, string | number | boolean | {
|
1354
1441
|
type: string;
|
1355
|
-
|
1442
|
+
path: string;
|
1356
1443
|
originalFilename: string;
|
1357
1444
|
} | {
|
1358
1445
|
country: string;
|
@@ -1389,9 +1476,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
1389
1476
|
} | {
|
1390
1477
|
type: string;
|
1391
1478
|
option: string;
|
1392
|
-
|
1479
|
+
path: string;
|
1393
1480
|
originalFilename: string;
|
1394
|
-
}[] |
|
1481
|
+
}[] | {
|
1482
|
+
start: string;
|
1483
|
+
end: string;
|
1484
|
+
} | null | undefined> | null | undefined;
|
1395
1485
|
originalActionId?: string | null | undefined;
|
1396
1486
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1397
1487
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -1402,32 +1492,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
1402
1492
|
createdByRole: z.ZodString;
|
1403
1493
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1404
1494
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
1405
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
1406
|
-
|
1495
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1496
|
+
start: z.ZodString;
|
1497
|
+
end: z.ZodString;
|
1498
|
+
}, "strip", z.ZodTypeAny, {
|
1499
|
+
start: string;
|
1500
|
+
end: string;
|
1501
|
+
}, {
|
1502
|
+
start: string;
|
1503
|
+
end: string;
|
1504
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1505
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1407
1506
|
originalFilename: z.ZodString;
|
1408
1507
|
type: z.ZodString;
|
1409
1508
|
}, "strip", z.ZodTypeAny, {
|
1410
1509
|
type: string;
|
1411
|
-
|
1510
|
+
path: string;
|
1412
1511
|
originalFilename: string;
|
1413
1512
|
}, {
|
1414
1513
|
type: string;
|
1415
|
-
|
1514
|
+
path: string;
|
1416
1515
|
originalFilename: string;
|
1417
1516
|
}>, z.ZodArray<z.ZodObject<{
|
1418
|
-
|
1517
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1419
1518
|
originalFilename: z.ZodString;
|
1420
1519
|
type: z.ZodString;
|
1421
1520
|
option: z.ZodString;
|
1422
1521
|
}, "strip", z.ZodTypeAny, {
|
1423
1522
|
type: string;
|
1424
1523
|
option: string;
|
1425
|
-
|
1524
|
+
path: string;
|
1426
1525
|
originalFilename: string;
|
1427
1526
|
}, {
|
1428
1527
|
type: string;
|
1429
1528
|
option: string;
|
1430
|
-
|
1529
|
+
path: string;
|
1431
1530
|
originalFilename: string;
|
1432
1531
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
1433
1532
|
country: z.ZodString;
|
@@ -1528,32 +1627,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
1528
1627
|
surname?: string | null | undefined;
|
1529
1628
|
middlename?: string | null | undefined;
|
1530
1629
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1531
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
1532
|
-
|
1630
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1631
|
+
start: z.ZodString;
|
1632
|
+
end: z.ZodString;
|
1633
|
+
}, "strip", z.ZodTypeAny, {
|
1634
|
+
start: string;
|
1635
|
+
end: string;
|
1636
|
+
}, {
|
1637
|
+
start: string;
|
1638
|
+
end: string;
|
1639
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1640
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1533
1641
|
originalFilename: z.ZodString;
|
1534
1642
|
type: z.ZodString;
|
1535
1643
|
}, "strip", z.ZodTypeAny, {
|
1536
1644
|
type: string;
|
1537
|
-
|
1645
|
+
path: string;
|
1538
1646
|
originalFilename: string;
|
1539
1647
|
}, {
|
1540
1648
|
type: string;
|
1541
|
-
|
1649
|
+
path: string;
|
1542
1650
|
originalFilename: string;
|
1543
1651
|
}>, z.ZodArray<z.ZodObject<{
|
1544
|
-
|
1652
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1545
1653
|
originalFilename: z.ZodString;
|
1546
1654
|
type: z.ZodString;
|
1547
1655
|
option: z.ZodString;
|
1548
1656
|
}, "strip", z.ZodTypeAny, {
|
1549
1657
|
type: string;
|
1550
1658
|
option: string;
|
1551
|
-
|
1659
|
+
path: string;
|
1552
1660
|
originalFilename: string;
|
1553
1661
|
}, {
|
1554
1662
|
type: string;
|
1555
1663
|
option: string;
|
1556
|
-
|
1664
|
+
path: string;
|
1557
1665
|
originalFilename: string;
|
1558
1666
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
1559
1667
|
country: z.ZodString;
|
@@ -1669,7 +1777,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1669
1777
|
createdByRole: string;
|
1670
1778
|
declaration: Record<string, string | number | boolean | {
|
1671
1779
|
type: string;
|
1672
|
-
|
1780
|
+
path: string;
|
1673
1781
|
originalFilename: string;
|
1674
1782
|
} | {
|
1675
1783
|
country: string;
|
@@ -1706,14 +1814,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
1706
1814
|
} | {
|
1707
1815
|
type: string;
|
1708
1816
|
option: string;
|
1709
|
-
|
1817
|
+
path: string;
|
1710
1818
|
originalFilename: string;
|
1711
|
-
}[] |
|
1819
|
+
}[] | {
|
1820
|
+
start: string;
|
1821
|
+
end: string;
|
1822
|
+
} | null | undefined>;
|
1712
1823
|
createdBySignature?: string | null | undefined;
|
1713
1824
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
1714
1825
|
annotation?: Record<string, string | number | boolean | {
|
1715
1826
|
type: string;
|
1716
|
-
|
1827
|
+
path: string;
|
1717
1828
|
originalFilename: string;
|
1718
1829
|
} | {
|
1719
1830
|
country: string;
|
@@ -1750,9 +1861,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
1750
1861
|
} | {
|
1751
1862
|
type: string;
|
1752
1863
|
option: string;
|
1753
|
-
|
1864
|
+
path: string;
|
1754
1865
|
originalFilename: string;
|
1755
|
-
}[] |
|
1866
|
+
}[] | {
|
1867
|
+
start: string;
|
1868
|
+
end: string;
|
1869
|
+
} | null | undefined> | null | undefined;
|
1756
1870
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
1757
1871
|
}, {
|
1758
1872
|
type: "MARKED_AS_DUPLICATE";
|
@@ -1765,7 +1879,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1765
1879
|
createdByRole: string;
|
1766
1880
|
declaration: Record<string, string | number | boolean | {
|
1767
1881
|
type: string;
|
1768
|
-
|
1882
|
+
path: string;
|
1769
1883
|
originalFilename: string;
|
1770
1884
|
} | {
|
1771
1885
|
country: string;
|
@@ -1802,14 +1916,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
1802
1916
|
} | {
|
1803
1917
|
type: string;
|
1804
1918
|
option: string;
|
1805
|
-
|
1919
|
+
path: string;
|
1806
1920
|
originalFilename: string;
|
1807
|
-
}[] |
|
1921
|
+
}[] | {
|
1922
|
+
start: string;
|
1923
|
+
end: string;
|
1924
|
+
} | null | undefined>;
|
1808
1925
|
createdBySignature?: string | null | undefined;
|
1809
1926
|
createdAtLocation?: string | null | undefined;
|
1810
1927
|
annotation?: Record<string, string | number | boolean | {
|
1811
1928
|
type: string;
|
1812
|
-
|
1929
|
+
path: string;
|
1813
1930
|
originalFilename: string;
|
1814
1931
|
} | {
|
1815
1932
|
country: string;
|
@@ -1846,9 +1963,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
1846
1963
|
} | {
|
1847
1964
|
type: string;
|
1848
1965
|
option: string;
|
1849
|
-
|
1966
|
+
path: string;
|
1850
1967
|
originalFilename: string;
|
1851
|
-
}[] |
|
1968
|
+
}[] | {
|
1969
|
+
start: string;
|
1970
|
+
end: string;
|
1971
|
+
} | null | undefined> | null | undefined;
|
1852
1972
|
originalActionId?: string | null | undefined;
|
1853
1973
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1854
1974
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -1859,32 +1979,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
1859
1979
|
createdByRole: z.ZodString;
|
1860
1980
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1861
1981
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
1862
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
1863
|
-
|
1982
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1983
|
+
start: z.ZodString;
|
1984
|
+
end: z.ZodString;
|
1985
|
+
}, "strip", z.ZodTypeAny, {
|
1986
|
+
start: string;
|
1987
|
+
end: string;
|
1988
|
+
}, {
|
1989
|
+
start: string;
|
1990
|
+
end: string;
|
1991
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1992
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1864
1993
|
originalFilename: z.ZodString;
|
1865
1994
|
type: z.ZodString;
|
1866
1995
|
}, "strip", z.ZodTypeAny, {
|
1867
1996
|
type: string;
|
1868
|
-
|
1997
|
+
path: string;
|
1869
1998
|
originalFilename: string;
|
1870
1999
|
}, {
|
1871
2000
|
type: string;
|
1872
|
-
|
2001
|
+
path: string;
|
1873
2002
|
originalFilename: string;
|
1874
2003
|
}>, z.ZodArray<z.ZodObject<{
|
1875
|
-
|
2004
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1876
2005
|
originalFilename: z.ZodString;
|
1877
2006
|
type: z.ZodString;
|
1878
2007
|
option: z.ZodString;
|
1879
2008
|
}, "strip", z.ZodTypeAny, {
|
1880
2009
|
type: string;
|
1881
2010
|
option: string;
|
1882
|
-
|
2011
|
+
path: string;
|
1883
2012
|
originalFilename: string;
|
1884
2013
|
}, {
|
1885
2014
|
type: string;
|
1886
2015
|
option: string;
|
1887
|
-
|
2016
|
+
path: string;
|
1888
2017
|
originalFilename: string;
|
1889
2018
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
1890
2019
|
country: z.ZodString;
|
@@ -1985,32 +2114,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
1985
2114
|
surname?: string | null | undefined;
|
1986
2115
|
middlename?: string | null | undefined;
|
1987
2116
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1988
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
1989
|
-
|
2117
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2118
|
+
start: z.ZodString;
|
2119
|
+
end: z.ZodString;
|
2120
|
+
}, "strip", z.ZodTypeAny, {
|
2121
|
+
start: string;
|
2122
|
+
end: string;
|
2123
|
+
}, {
|
2124
|
+
start: string;
|
2125
|
+
end: string;
|
2126
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2127
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
1990
2128
|
originalFilename: z.ZodString;
|
1991
2129
|
type: z.ZodString;
|
1992
2130
|
}, "strip", z.ZodTypeAny, {
|
1993
2131
|
type: string;
|
1994
|
-
|
2132
|
+
path: string;
|
1995
2133
|
originalFilename: string;
|
1996
2134
|
}, {
|
1997
2135
|
type: string;
|
1998
|
-
|
2136
|
+
path: string;
|
1999
2137
|
originalFilename: string;
|
2000
2138
|
}>, z.ZodArray<z.ZodObject<{
|
2001
|
-
|
2139
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2002
2140
|
originalFilename: z.ZodString;
|
2003
2141
|
type: z.ZodString;
|
2004
2142
|
option: z.ZodString;
|
2005
2143
|
}, "strip", z.ZodTypeAny, {
|
2006
2144
|
type: string;
|
2007
2145
|
option: string;
|
2008
|
-
|
2146
|
+
path: string;
|
2009
2147
|
originalFilename: string;
|
2010
2148
|
}, {
|
2011
2149
|
type: string;
|
2012
2150
|
option: string;
|
2013
|
-
|
2151
|
+
path: string;
|
2014
2152
|
originalFilename: string;
|
2015
2153
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
2016
2154
|
country: z.ZodString;
|
@@ -2140,7 +2278,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2140
2278
|
createdByRole: string;
|
2141
2279
|
declaration: Record<string, string | number | boolean | {
|
2142
2280
|
type: string;
|
2143
|
-
|
2281
|
+
path: string;
|
2144
2282
|
originalFilename: string;
|
2145
2283
|
} | {
|
2146
2284
|
country: string;
|
@@ -2177,14 +2315,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
2177
2315
|
} | {
|
2178
2316
|
type: string;
|
2179
2317
|
option: string;
|
2180
|
-
|
2318
|
+
path: string;
|
2181
2319
|
originalFilename: string;
|
2182
|
-
}[] |
|
2320
|
+
}[] | {
|
2321
|
+
start: string;
|
2322
|
+
end: string;
|
2323
|
+
} | null | undefined>;
|
2183
2324
|
createdBySignature?: string | null | undefined;
|
2184
2325
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
2185
2326
|
annotation?: Record<string, string | number | boolean | {
|
2186
2327
|
type: string;
|
2187
|
-
|
2328
|
+
path: string;
|
2188
2329
|
originalFilename: string;
|
2189
2330
|
} | {
|
2190
2331
|
country: string;
|
@@ -2221,9 +2362,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
2221
2362
|
} | {
|
2222
2363
|
type: string;
|
2223
2364
|
option: string;
|
2224
|
-
|
2365
|
+
path: string;
|
2225
2366
|
originalFilename: string;
|
2226
|
-
}[] |
|
2367
|
+
}[] | {
|
2368
|
+
start: string;
|
2369
|
+
end: string;
|
2370
|
+
} | null | undefined> | null | undefined;
|
2227
2371
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
2228
2372
|
}, {
|
2229
2373
|
type: "ARCHIVE";
|
@@ -2240,7 +2384,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2240
2384
|
createdByRole: string;
|
2241
2385
|
declaration: Record<string, string | number | boolean | {
|
2242
2386
|
type: string;
|
2243
|
-
|
2387
|
+
path: string;
|
2244
2388
|
originalFilename: string;
|
2245
2389
|
} | {
|
2246
2390
|
country: string;
|
@@ -2277,14 +2421,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
2277
2421
|
} | {
|
2278
2422
|
type: string;
|
2279
2423
|
option: string;
|
2280
|
-
|
2424
|
+
path: string;
|
2281
2425
|
originalFilename: string;
|
2282
|
-
}[] |
|
2426
|
+
}[] | {
|
2427
|
+
start: string;
|
2428
|
+
end: string;
|
2429
|
+
} | null | undefined>;
|
2283
2430
|
createdBySignature?: string | null | undefined;
|
2284
2431
|
createdAtLocation?: string | null | undefined;
|
2285
2432
|
annotation?: Record<string, string | number | boolean | {
|
2286
2433
|
type: string;
|
2287
|
-
|
2434
|
+
path: string;
|
2288
2435
|
originalFilename: string;
|
2289
2436
|
} | {
|
2290
2437
|
country: string;
|
@@ -2321,9 +2468,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
2321
2468
|
} | {
|
2322
2469
|
type: string;
|
2323
2470
|
option: string;
|
2324
|
-
|
2471
|
+
path: string;
|
2325
2472
|
originalFilename: string;
|
2326
|
-
}[] |
|
2473
|
+
}[] | {
|
2474
|
+
start: string;
|
2475
|
+
end: string;
|
2476
|
+
} | null | undefined> | null | undefined;
|
2327
2477
|
originalActionId?: string | null | undefined;
|
2328
2478
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2329
2479
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -2334,32 +2484,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
2334
2484
|
createdByRole: z.ZodString;
|
2335
2485
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2336
2486
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
2337
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
2338
|
-
|
2487
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2488
|
+
start: z.ZodString;
|
2489
|
+
end: z.ZodString;
|
2490
|
+
}, "strip", z.ZodTypeAny, {
|
2491
|
+
start: string;
|
2492
|
+
end: string;
|
2493
|
+
}, {
|
2494
|
+
start: string;
|
2495
|
+
end: string;
|
2496
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2497
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2339
2498
|
originalFilename: z.ZodString;
|
2340
2499
|
type: z.ZodString;
|
2341
2500
|
}, "strip", z.ZodTypeAny, {
|
2342
2501
|
type: string;
|
2343
|
-
|
2502
|
+
path: string;
|
2344
2503
|
originalFilename: string;
|
2345
2504
|
}, {
|
2346
2505
|
type: string;
|
2347
|
-
|
2506
|
+
path: string;
|
2348
2507
|
originalFilename: string;
|
2349
2508
|
}>, z.ZodArray<z.ZodObject<{
|
2350
|
-
|
2509
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2351
2510
|
originalFilename: z.ZodString;
|
2352
2511
|
type: z.ZodString;
|
2353
2512
|
option: z.ZodString;
|
2354
2513
|
}, "strip", z.ZodTypeAny, {
|
2355
2514
|
type: string;
|
2356
2515
|
option: string;
|
2357
|
-
|
2516
|
+
path: string;
|
2358
2517
|
originalFilename: string;
|
2359
2518
|
}, {
|
2360
2519
|
type: string;
|
2361
2520
|
option: string;
|
2362
|
-
|
2521
|
+
path: string;
|
2363
2522
|
originalFilename: string;
|
2364
2523
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
2365
2524
|
country: z.ZodString;
|
@@ -2460,32 +2619,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
2460
2619
|
surname?: string | null | undefined;
|
2461
2620
|
middlename?: string | null | undefined;
|
2462
2621
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2463
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
2464
|
-
|
2622
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2623
|
+
start: z.ZodString;
|
2624
|
+
end: z.ZodString;
|
2625
|
+
}, "strip", z.ZodTypeAny, {
|
2626
|
+
start: string;
|
2627
|
+
end: string;
|
2628
|
+
}, {
|
2629
|
+
start: string;
|
2630
|
+
end: string;
|
2631
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2632
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2465
2633
|
originalFilename: z.ZodString;
|
2466
2634
|
type: z.ZodString;
|
2467
2635
|
}, "strip", z.ZodTypeAny, {
|
2468
2636
|
type: string;
|
2469
|
-
|
2637
|
+
path: string;
|
2470
2638
|
originalFilename: string;
|
2471
2639
|
}, {
|
2472
2640
|
type: string;
|
2473
|
-
|
2641
|
+
path: string;
|
2474
2642
|
originalFilename: string;
|
2475
2643
|
}>, z.ZodArray<z.ZodObject<{
|
2476
|
-
|
2644
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2477
2645
|
originalFilename: z.ZodString;
|
2478
2646
|
type: z.ZodString;
|
2479
2647
|
option: z.ZodString;
|
2480
2648
|
}, "strip", z.ZodTypeAny, {
|
2481
2649
|
type: string;
|
2482
2650
|
option: string;
|
2483
|
-
|
2651
|
+
path: string;
|
2484
2652
|
originalFilename: string;
|
2485
2653
|
}, {
|
2486
2654
|
type: string;
|
2487
2655
|
option: string;
|
2488
|
-
|
2656
|
+
path: string;
|
2489
2657
|
originalFilename: string;
|
2490
2658
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
2491
2659
|
country: z.ZodString;
|
@@ -2601,7 +2769,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2601
2769
|
createdByRole: string;
|
2602
2770
|
declaration: Record<string, string | number | boolean | {
|
2603
2771
|
type: string;
|
2604
|
-
|
2772
|
+
path: string;
|
2605
2773
|
originalFilename: string;
|
2606
2774
|
} | {
|
2607
2775
|
country: string;
|
@@ -2638,14 +2806,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
2638
2806
|
} | {
|
2639
2807
|
type: string;
|
2640
2808
|
option: string;
|
2641
|
-
|
2809
|
+
path: string;
|
2642
2810
|
originalFilename: string;
|
2643
|
-
}[] |
|
2811
|
+
}[] | {
|
2812
|
+
start: string;
|
2813
|
+
end: string;
|
2814
|
+
} | null | undefined>;
|
2644
2815
|
createdBySignature?: string | null | undefined;
|
2645
2816
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
2646
2817
|
annotation?: Record<string, string | number | boolean | {
|
2647
2818
|
type: string;
|
2648
|
-
|
2819
|
+
path: string;
|
2649
2820
|
originalFilename: string;
|
2650
2821
|
} | {
|
2651
2822
|
country: string;
|
@@ -2682,9 +2853,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
2682
2853
|
} | {
|
2683
2854
|
type: string;
|
2684
2855
|
option: string;
|
2685
|
-
|
2856
|
+
path: string;
|
2686
2857
|
originalFilename: string;
|
2687
|
-
}[] |
|
2858
|
+
}[] | {
|
2859
|
+
start: string;
|
2860
|
+
end: string;
|
2861
|
+
} | null | undefined> | null | undefined;
|
2688
2862
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
2689
2863
|
}, {
|
2690
2864
|
type: "NOTIFY";
|
@@ -2697,7 +2871,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2697
2871
|
createdByRole: string;
|
2698
2872
|
declaration: Record<string, string | number | boolean | {
|
2699
2873
|
type: string;
|
2700
|
-
|
2874
|
+
path: string;
|
2701
2875
|
originalFilename: string;
|
2702
2876
|
} | {
|
2703
2877
|
country: string;
|
@@ -2734,14 +2908,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
2734
2908
|
} | {
|
2735
2909
|
type: string;
|
2736
2910
|
option: string;
|
2737
|
-
|
2911
|
+
path: string;
|
2738
2912
|
originalFilename: string;
|
2739
|
-
}[] |
|
2913
|
+
}[] | {
|
2914
|
+
start: string;
|
2915
|
+
end: string;
|
2916
|
+
} | null | undefined>;
|
2740
2917
|
createdBySignature?: string | null | undefined;
|
2741
2918
|
createdAtLocation?: string | null | undefined;
|
2742
2919
|
annotation?: Record<string, string | number | boolean | {
|
2743
2920
|
type: string;
|
2744
|
-
|
2921
|
+
path: string;
|
2745
2922
|
originalFilename: string;
|
2746
2923
|
} | {
|
2747
2924
|
country: string;
|
@@ -2778,9 +2955,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
2778
2955
|
} | {
|
2779
2956
|
type: string;
|
2780
2957
|
option: string;
|
2781
|
-
|
2958
|
+
path: string;
|
2782
2959
|
originalFilename: string;
|
2783
|
-
}[] |
|
2960
|
+
}[] | {
|
2961
|
+
start: string;
|
2962
|
+
end: string;
|
2963
|
+
} | null | undefined> | null | undefined;
|
2784
2964
|
originalActionId?: string | null | undefined;
|
2785
2965
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2786
2966
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -2791,32 +2971,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
2791
2971
|
createdByRole: z.ZodString;
|
2792
2972
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2793
2973
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
2794
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
2795
|
-
|
2974
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2975
|
+
start: z.ZodString;
|
2976
|
+
end: z.ZodString;
|
2977
|
+
}, "strip", z.ZodTypeAny, {
|
2978
|
+
start: string;
|
2979
|
+
end: string;
|
2980
|
+
}, {
|
2981
|
+
start: string;
|
2982
|
+
end: string;
|
2983
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2984
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2796
2985
|
originalFilename: z.ZodString;
|
2797
2986
|
type: z.ZodString;
|
2798
2987
|
}, "strip", z.ZodTypeAny, {
|
2799
2988
|
type: string;
|
2800
|
-
|
2989
|
+
path: string;
|
2801
2990
|
originalFilename: string;
|
2802
2991
|
}, {
|
2803
2992
|
type: string;
|
2804
|
-
|
2993
|
+
path: string;
|
2805
2994
|
originalFilename: string;
|
2806
2995
|
}>, z.ZodArray<z.ZodObject<{
|
2807
|
-
|
2996
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2808
2997
|
originalFilename: z.ZodString;
|
2809
2998
|
type: z.ZodString;
|
2810
2999
|
option: z.ZodString;
|
2811
3000
|
}, "strip", z.ZodTypeAny, {
|
2812
3001
|
type: string;
|
2813
3002
|
option: string;
|
2814
|
-
|
3003
|
+
path: string;
|
2815
3004
|
originalFilename: string;
|
2816
3005
|
}, {
|
2817
3006
|
type: string;
|
2818
3007
|
option: string;
|
2819
|
-
|
3008
|
+
path: string;
|
2820
3009
|
originalFilename: string;
|
2821
3010
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
2822
3011
|
country: z.ZodString;
|
@@ -2917,32 +3106,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
2917
3106
|
surname?: string | null | undefined;
|
2918
3107
|
middlename?: string | null | undefined;
|
2919
3108
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2920
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
2921
|
-
|
3109
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
3110
|
+
start: z.ZodString;
|
3111
|
+
end: z.ZodString;
|
3112
|
+
}, "strip", z.ZodTypeAny, {
|
3113
|
+
start: string;
|
3114
|
+
end: string;
|
3115
|
+
}, {
|
3116
|
+
start: string;
|
3117
|
+
end: string;
|
3118
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3119
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2922
3120
|
originalFilename: z.ZodString;
|
2923
3121
|
type: z.ZodString;
|
2924
3122
|
}, "strip", z.ZodTypeAny, {
|
2925
3123
|
type: string;
|
2926
|
-
|
3124
|
+
path: string;
|
2927
3125
|
originalFilename: string;
|
2928
3126
|
}, {
|
2929
3127
|
type: string;
|
2930
|
-
|
3128
|
+
path: string;
|
2931
3129
|
originalFilename: string;
|
2932
3130
|
}>, z.ZodArray<z.ZodObject<{
|
2933
|
-
|
3131
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
2934
3132
|
originalFilename: z.ZodString;
|
2935
3133
|
type: z.ZodString;
|
2936
3134
|
option: z.ZodString;
|
2937
3135
|
}, "strip", z.ZodTypeAny, {
|
2938
3136
|
type: string;
|
2939
3137
|
option: string;
|
2940
|
-
|
3138
|
+
path: string;
|
2941
3139
|
originalFilename: string;
|
2942
3140
|
}, {
|
2943
3141
|
type: string;
|
2944
3142
|
option: string;
|
2945
|
-
|
3143
|
+
path: string;
|
2946
3144
|
originalFilename: string;
|
2947
3145
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
2948
3146
|
country: z.ZodString;
|
@@ -3059,7 +3257,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3059
3257
|
createdByRole: string;
|
3060
3258
|
declaration: Record<string, string | number | boolean | {
|
3061
3259
|
type: string;
|
3062
|
-
|
3260
|
+
path: string;
|
3063
3261
|
originalFilename: string;
|
3064
3262
|
} | {
|
3065
3263
|
country: string;
|
@@ -3096,14 +3294,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
3096
3294
|
} | {
|
3097
3295
|
type: string;
|
3098
3296
|
option: string;
|
3099
|
-
|
3297
|
+
path: string;
|
3100
3298
|
originalFilename: string;
|
3101
|
-
}[] |
|
3299
|
+
}[] | {
|
3300
|
+
start: string;
|
3301
|
+
end: string;
|
3302
|
+
} | null | undefined>;
|
3102
3303
|
createdBySignature?: string | null | undefined;
|
3103
3304
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
3104
3305
|
annotation?: Record<string, string | number | boolean | {
|
3105
3306
|
type: string;
|
3106
|
-
|
3307
|
+
path: string;
|
3107
3308
|
originalFilename: string;
|
3108
3309
|
} | {
|
3109
3310
|
country: string;
|
@@ -3140,9 +3341,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
3140
3341
|
} | {
|
3141
3342
|
type: string;
|
3142
3343
|
option: string;
|
3143
|
-
|
3344
|
+
path: string;
|
3144
3345
|
originalFilename: string;
|
3145
|
-
}[] |
|
3346
|
+
}[] | {
|
3347
|
+
start: string;
|
3348
|
+
end: string;
|
3349
|
+
} | null | undefined> | null | undefined;
|
3146
3350
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
3147
3351
|
registrationNumber?: string | undefined;
|
3148
3352
|
}, {
|
@@ -3156,7 +3360,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3156
3360
|
createdByRole: string;
|
3157
3361
|
declaration: Record<string, string | number | boolean | {
|
3158
3362
|
type: string;
|
3159
|
-
|
3363
|
+
path: string;
|
3160
3364
|
originalFilename: string;
|
3161
3365
|
} | {
|
3162
3366
|
country: string;
|
@@ -3193,14 +3397,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
3193
3397
|
} | {
|
3194
3398
|
type: string;
|
3195
3399
|
option: string;
|
3196
|
-
|
3400
|
+
path: string;
|
3197
3401
|
originalFilename: string;
|
3198
|
-
}[] |
|
3402
|
+
}[] | {
|
3403
|
+
start: string;
|
3404
|
+
end: string;
|
3405
|
+
} | null | undefined>;
|
3199
3406
|
createdBySignature?: string | null | undefined;
|
3200
3407
|
createdAtLocation?: string | null | undefined;
|
3201
3408
|
annotation?: Record<string, string | number | boolean | {
|
3202
3409
|
type: string;
|
3203
|
-
|
3410
|
+
path: string;
|
3204
3411
|
originalFilename: string;
|
3205
3412
|
} | {
|
3206
3413
|
country: string;
|
@@ -3237,9 +3444,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
3237
3444
|
} | {
|
3238
3445
|
type: string;
|
3239
3446
|
option: string;
|
3240
|
-
|
3447
|
+
path: string;
|
3241
3448
|
originalFilename: string;
|
3242
|
-
}[] |
|
3449
|
+
}[] | {
|
3450
|
+
start: string;
|
3451
|
+
end: string;
|
3452
|
+
} | null | undefined> | null | undefined;
|
3243
3453
|
originalActionId?: string | null | undefined;
|
3244
3454
|
registrationNumber?: string | undefined;
|
3245
3455
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
@@ -3251,32 +3461,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
3251
3461
|
createdByRole: z.ZodString;
|
3252
3462
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3253
3463
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
3254
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
3255
|
-
|
3464
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
3465
|
+
start: z.ZodString;
|
3466
|
+
end: z.ZodString;
|
3467
|
+
}, "strip", z.ZodTypeAny, {
|
3468
|
+
start: string;
|
3469
|
+
end: string;
|
3470
|
+
}, {
|
3471
|
+
start: string;
|
3472
|
+
end: string;
|
3473
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3474
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3256
3475
|
originalFilename: z.ZodString;
|
3257
3476
|
type: z.ZodString;
|
3258
3477
|
}, "strip", z.ZodTypeAny, {
|
3259
3478
|
type: string;
|
3260
|
-
|
3479
|
+
path: string;
|
3261
3480
|
originalFilename: string;
|
3262
3481
|
}, {
|
3263
3482
|
type: string;
|
3264
|
-
|
3483
|
+
path: string;
|
3265
3484
|
originalFilename: string;
|
3266
3485
|
}>, z.ZodArray<z.ZodObject<{
|
3267
|
-
|
3486
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3268
3487
|
originalFilename: z.ZodString;
|
3269
3488
|
type: z.ZodString;
|
3270
3489
|
option: z.ZodString;
|
3271
3490
|
}, "strip", z.ZodTypeAny, {
|
3272
3491
|
type: string;
|
3273
3492
|
option: string;
|
3274
|
-
|
3493
|
+
path: string;
|
3275
3494
|
originalFilename: string;
|
3276
3495
|
}, {
|
3277
3496
|
type: string;
|
3278
3497
|
option: string;
|
3279
|
-
|
3498
|
+
path: string;
|
3280
3499
|
originalFilename: string;
|
3281
3500
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
3282
3501
|
country: z.ZodString;
|
@@ -3377,32 +3596,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
3377
3596
|
surname?: string | null | undefined;
|
3378
3597
|
middlename?: string | null | undefined;
|
3379
3598
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3380
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
3381
|
-
|
3599
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
3600
|
+
start: z.ZodString;
|
3601
|
+
end: z.ZodString;
|
3602
|
+
}, "strip", z.ZodTypeAny, {
|
3603
|
+
start: string;
|
3604
|
+
end: string;
|
3605
|
+
}, {
|
3606
|
+
start: string;
|
3607
|
+
end: string;
|
3608
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3609
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3382
3610
|
originalFilename: z.ZodString;
|
3383
3611
|
type: z.ZodString;
|
3384
3612
|
}, "strip", z.ZodTypeAny, {
|
3385
3613
|
type: string;
|
3386
|
-
|
3614
|
+
path: string;
|
3387
3615
|
originalFilename: string;
|
3388
3616
|
}, {
|
3389
3617
|
type: string;
|
3390
|
-
|
3618
|
+
path: string;
|
3391
3619
|
originalFilename: string;
|
3392
3620
|
}>, z.ZodArray<z.ZodObject<{
|
3393
|
-
|
3621
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3394
3622
|
originalFilename: z.ZodString;
|
3395
3623
|
type: z.ZodString;
|
3396
3624
|
option: z.ZodString;
|
3397
3625
|
}, "strip", z.ZodTypeAny, {
|
3398
3626
|
type: string;
|
3399
3627
|
option: string;
|
3400
|
-
|
3628
|
+
path: string;
|
3401
3629
|
originalFilename: string;
|
3402
3630
|
}, {
|
3403
3631
|
type: string;
|
3404
3632
|
option: string;
|
3405
|
-
|
3633
|
+
path: string;
|
3406
3634
|
originalFilename: string;
|
3407
3635
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
3408
3636
|
country: z.ZodString;
|
@@ -3518,7 +3746,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3518
3746
|
createdByRole: string;
|
3519
3747
|
declaration: Record<string, string | number | boolean | {
|
3520
3748
|
type: string;
|
3521
|
-
|
3749
|
+
path: string;
|
3522
3750
|
originalFilename: string;
|
3523
3751
|
} | {
|
3524
3752
|
country: string;
|
@@ -3555,14 +3783,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
3555
3783
|
} | {
|
3556
3784
|
type: string;
|
3557
3785
|
option: string;
|
3558
|
-
|
3786
|
+
path: string;
|
3559
3787
|
originalFilename: string;
|
3560
|
-
}[] |
|
3788
|
+
}[] | {
|
3789
|
+
start: string;
|
3790
|
+
end: string;
|
3791
|
+
} | null | undefined>;
|
3561
3792
|
createdBySignature?: string | null | undefined;
|
3562
3793
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
3563
3794
|
annotation?: Record<string, string | number | boolean | {
|
3564
3795
|
type: string;
|
3565
|
-
|
3796
|
+
path: string;
|
3566
3797
|
originalFilename: string;
|
3567
3798
|
} | {
|
3568
3799
|
country: string;
|
@@ -3599,9 +3830,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
3599
3830
|
} | {
|
3600
3831
|
type: string;
|
3601
3832
|
option: string;
|
3602
|
-
|
3833
|
+
path: string;
|
3603
3834
|
originalFilename: string;
|
3604
|
-
}[] |
|
3835
|
+
}[] | {
|
3836
|
+
start: string;
|
3837
|
+
end: string;
|
3838
|
+
} | null | undefined> | null | undefined;
|
3605
3839
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
3606
3840
|
}, {
|
3607
3841
|
type: "DECLARE";
|
@@ -3614,7 +3848,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3614
3848
|
createdByRole: string;
|
3615
3849
|
declaration: Record<string, string | number | boolean | {
|
3616
3850
|
type: string;
|
3617
|
-
|
3851
|
+
path: string;
|
3618
3852
|
originalFilename: string;
|
3619
3853
|
} | {
|
3620
3854
|
country: string;
|
@@ -3651,14 +3885,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
3651
3885
|
} | {
|
3652
3886
|
type: string;
|
3653
3887
|
option: string;
|
3654
|
-
|
3888
|
+
path: string;
|
3655
3889
|
originalFilename: string;
|
3656
|
-
}[] |
|
3890
|
+
}[] | {
|
3891
|
+
start: string;
|
3892
|
+
end: string;
|
3893
|
+
} | null | undefined>;
|
3657
3894
|
createdBySignature?: string | null | undefined;
|
3658
3895
|
createdAtLocation?: string | null | undefined;
|
3659
3896
|
annotation?: Record<string, string | number | boolean | {
|
3660
3897
|
type: string;
|
3661
|
-
|
3898
|
+
path: string;
|
3662
3899
|
originalFilename: string;
|
3663
3900
|
} | {
|
3664
3901
|
country: string;
|
@@ -3695,9 +3932,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
3695
3932
|
} | {
|
3696
3933
|
type: string;
|
3697
3934
|
option: string;
|
3698
|
-
|
3935
|
+
path: string;
|
3699
3936
|
originalFilename: string;
|
3700
|
-
}[] |
|
3937
|
+
}[] | {
|
3938
|
+
start: string;
|
3939
|
+
end: string;
|
3940
|
+
} | null | undefined> | null | undefined;
|
3701
3941
|
originalActionId?: string | null | undefined;
|
3702
3942
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3703
3943
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -3708,32 +3948,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
3708
3948
|
createdByRole: z.ZodString;
|
3709
3949
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3710
3950
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
3711
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
3712
|
-
|
3951
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
3952
|
+
start: z.ZodString;
|
3953
|
+
end: z.ZodString;
|
3954
|
+
}, "strip", z.ZodTypeAny, {
|
3955
|
+
start: string;
|
3956
|
+
end: string;
|
3957
|
+
}, {
|
3958
|
+
start: string;
|
3959
|
+
end: string;
|
3960
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3961
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3713
3962
|
originalFilename: z.ZodString;
|
3714
3963
|
type: z.ZodString;
|
3715
3964
|
}, "strip", z.ZodTypeAny, {
|
3716
3965
|
type: string;
|
3717
|
-
|
3966
|
+
path: string;
|
3718
3967
|
originalFilename: string;
|
3719
3968
|
}, {
|
3720
3969
|
type: string;
|
3721
|
-
|
3970
|
+
path: string;
|
3722
3971
|
originalFilename: string;
|
3723
3972
|
}>, z.ZodArray<z.ZodObject<{
|
3724
|
-
|
3973
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3725
3974
|
originalFilename: z.ZodString;
|
3726
3975
|
type: z.ZodString;
|
3727
3976
|
option: z.ZodString;
|
3728
3977
|
}, "strip", z.ZodTypeAny, {
|
3729
3978
|
type: string;
|
3730
3979
|
option: string;
|
3731
|
-
|
3980
|
+
path: string;
|
3732
3981
|
originalFilename: string;
|
3733
3982
|
}, {
|
3734
3983
|
type: string;
|
3735
3984
|
option: string;
|
3736
|
-
|
3985
|
+
path: string;
|
3737
3986
|
originalFilename: string;
|
3738
3987
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
3739
3988
|
country: z.ZodString;
|
@@ -3834,32 +4083,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
3834
4083
|
surname?: string | null | undefined;
|
3835
4084
|
middlename?: string | null | undefined;
|
3836
4085
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3837
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
3838
|
-
|
4086
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4087
|
+
start: z.ZodString;
|
4088
|
+
end: z.ZodString;
|
4089
|
+
}, "strip", z.ZodTypeAny, {
|
4090
|
+
start: string;
|
4091
|
+
end: string;
|
4092
|
+
}, {
|
4093
|
+
start: string;
|
4094
|
+
end: string;
|
4095
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4096
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3839
4097
|
originalFilename: z.ZodString;
|
3840
4098
|
type: z.ZodString;
|
3841
4099
|
}, "strip", z.ZodTypeAny, {
|
3842
4100
|
type: string;
|
3843
|
-
|
4101
|
+
path: string;
|
3844
4102
|
originalFilename: string;
|
3845
4103
|
}, {
|
3846
4104
|
type: string;
|
3847
|
-
|
4105
|
+
path: string;
|
3848
4106
|
originalFilename: string;
|
3849
4107
|
}>, z.ZodArray<z.ZodObject<{
|
3850
|
-
|
4108
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
3851
4109
|
originalFilename: z.ZodString;
|
3852
4110
|
type: z.ZodString;
|
3853
4111
|
option: z.ZodString;
|
3854
4112
|
}, "strip", z.ZodTypeAny, {
|
3855
4113
|
type: string;
|
3856
4114
|
option: string;
|
3857
|
-
|
4115
|
+
path: string;
|
3858
4116
|
originalFilename: string;
|
3859
4117
|
}, {
|
3860
4118
|
type: string;
|
3861
4119
|
option: string;
|
3862
|
-
|
4120
|
+
path: string;
|
3863
4121
|
originalFilename: string;
|
3864
4122
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
3865
4123
|
country: z.ZodString;
|
@@ -3976,7 +4234,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3976
4234
|
createdByRole: string;
|
3977
4235
|
declaration: Record<string, string | number | boolean | {
|
3978
4236
|
type: string;
|
3979
|
-
|
4237
|
+
path: string;
|
3980
4238
|
originalFilename: string;
|
3981
4239
|
} | {
|
3982
4240
|
country: string;
|
@@ -4013,15 +4271,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
4013
4271
|
} | {
|
4014
4272
|
type: string;
|
4015
4273
|
option: string;
|
4016
|
-
|
4274
|
+
path: string;
|
4017
4275
|
originalFilename: string;
|
4018
|
-
}[] |
|
4276
|
+
}[] | {
|
4277
|
+
start: string;
|
4278
|
+
end: string;
|
4279
|
+
} | null | undefined>;
|
4019
4280
|
assignedTo: string;
|
4020
4281
|
createdBySignature?: string | null | undefined;
|
4021
4282
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
4022
4283
|
annotation?: Record<string, string | number | boolean | {
|
4023
4284
|
type: string;
|
4024
|
-
|
4285
|
+
path: string;
|
4025
4286
|
originalFilename: string;
|
4026
4287
|
} | {
|
4027
4288
|
country: string;
|
@@ -4058,9 +4319,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
4058
4319
|
} | {
|
4059
4320
|
type: string;
|
4060
4321
|
option: string;
|
4061
|
-
|
4322
|
+
path: string;
|
4062
4323
|
originalFilename: string;
|
4063
|
-
}[] |
|
4324
|
+
}[] | {
|
4325
|
+
start: string;
|
4326
|
+
end: string;
|
4327
|
+
} | null | undefined> | null | undefined;
|
4064
4328
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
4065
4329
|
}, {
|
4066
4330
|
type: "ASSIGN";
|
@@ -4073,7 +4337,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4073
4337
|
createdByRole: string;
|
4074
4338
|
declaration: Record<string, string | number | boolean | {
|
4075
4339
|
type: string;
|
4076
|
-
|
4340
|
+
path: string;
|
4077
4341
|
originalFilename: string;
|
4078
4342
|
} | {
|
4079
4343
|
country: string;
|
@@ -4110,15 +4374,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
4110
4374
|
} | {
|
4111
4375
|
type: string;
|
4112
4376
|
option: string;
|
4113
|
-
|
4377
|
+
path: string;
|
4114
4378
|
originalFilename: string;
|
4115
|
-
}[] |
|
4379
|
+
}[] | {
|
4380
|
+
start: string;
|
4381
|
+
end: string;
|
4382
|
+
} | null | undefined>;
|
4116
4383
|
assignedTo: string;
|
4117
4384
|
createdBySignature?: string | null | undefined;
|
4118
4385
|
createdAtLocation?: string | null | undefined;
|
4119
4386
|
annotation?: Record<string, string | number | boolean | {
|
4120
4387
|
type: string;
|
4121
|
-
|
4388
|
+
path: string;
|
4122
4389
|
originalFilename: string;
|
4123
4390
|
} | {
|
4124
4391
|
country: string;
|
@@ -4155,9 +4422,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
4155
4422
|
} | {
|
4156
4423
|
type: string;
|
4157
4424
|
option: string;
|
4158
|
-
|
4425
|
+
path: string;
|
4159
4426
|
originalFilename: string;
|
4160
|
-
}[] |
|
4427
|
+
}[] | {
|
4428
|
+
start: string;
|
4429
|
+
end: string;
|
4430
|
+
} | null | undefined> | null | undefined;
|
4161
4431
|
originalActionId?: string | null | undefined;
|
4162
4432
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4163
4433
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -4168,32 +4438,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
4168
4438
|
createdByRole: z.ZodString;
|
4169
4439
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4170
4440
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
4171
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
4172
|
-
|
4441
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4442
|
+
start: z.ZodString;
|
4443
|
+
end: z.ZodString;
|
4444
|
+
}, "strip", z.ZodTypeAny, {
|
4445
|
+
start: string;
|
4446
|
+
end: string;
|
4447
|
+
}, {
|
4448
|
+
start: string;
|
4449
|
+
end: string;
|
4450
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4451
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4173
4452
|
originalFilename: z.ZodString;
|
4174
4453
|
type: z.ZodString;
|
4175
4454
|
}, "strip", z.ZodTypeAny, {
|
4176
4455
|
type: string;
|
4177
|
-
|
4456
|
+
path: string;
|
4178
4457
|
originalFilename: string;
|
4179
4458
|
}, {
|
4180
4459
|
type: string;
|
4181
|
-
|
4460
|
+
path: string;
|
4182
4461
|
originalFilename: string;
|
4183
4462
|
}>, z.ZodArray<z.ZodObject<{
|
4184
|
-
|
4463
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4185
4464
|
originalFilename: z.ZodString;
|
4186
4465
|
type: z.ZodString;
|
4187
4466
|
option: z.ZodString;
|
4188
4467
|
}, "strip", z.ZodTypeAny, {
|
4189
4468
|
type: string;
|
4190
4469
|
option: string;
|
4191
|
-
|
4470
|
+
path: string;
|
4192
4471
|
originalFilename: string;
|
4193
4472
|
}, {
|
4194
4473
|
type: string;
|
4195
4474
|
option: string;
|
4196
|
-
|
4475
|
+
path: string;
|
4197
4476
|
originalFilename: string;
|
4198
4477
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
4199
4478
|
country: z.ZodString;
|
@@ -4294,32 +4573,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
4294
4573
|
surname?: string | null | undefined;
|
4295
4574
|
middlename?: string | null | undefined;
|
4296
4575
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4297
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
4298
|
-
|
4576
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4577
|
+
start: z.ZodString;
|
4578
|
+
end: z.ZodString;
|
4579
|
+
}, "strip", z.ZodTypeAny, {
|
4580
|
+
start: string;
|
4581
|
+
end: string;
|
4582
|
+
}, {
|
4583
|
+
start: string;
|
4584
|
+
end: string;
|
4585
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4586
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4299
4587
|
originalFilename: z.ZodString;
|
4300
4588
|
type: z.ZodString;
|
4301
4589
|
}, "strip", z.ZodTypeAny, {
|
4302
4590
|
type: string;
|
4303
|
-
|
4591
|
+
path: string;
|
4304
4592
|
originalFilename: string;
|
4305
4593
|
}, {
|
4306
4594
|
type: string;
|
4307
|
-
|
4595
|
+
path: string;
|
4308
4596
|
originalFilename: string;
|
4309
4597
|
}>, z.ZodArray<z.ZodObject<{
|
4310
|
-
|
4598
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4311
4599
|
originalFilename: z.ZodString;
|
4312
4600
|
type: z.ZodString;
|
4313
4601
|
option: z.ZodString;
|
4314
4602
|
}, "strip", z.ZodTypeAny, {
|
4315
4603
|
type: string;
|
4316
4604
|
option: string;
|
4317
|
-
|
4605
|
+
path: string;
|
4318
4606
|
originalFilename: string;
|
4319
4607
|
}, {
|
4320
4608
|
type: string;
|
4321
4609
|
option: string;
|
4322
|
-
|
4610
|
+
path: string;
|
4323
4611
|
originalFilename: string;
|
4324
4612
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
4325
4613
|
country: z.ZodString;
|
@@ -4435,7 +4723,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4435
4723
|
createdByRole: string;
|
4436
4724
|
declaration: Record<string, string | number | boolean | {
|
4437
4725
|
type: string;
|
4438
|
-
|
4726
|
+
path: string;
|
4439
4727
|
originalFilename: string;
|
4440
4728
|
} | {
|
4441
4729
|
country: string;
|
@@ -4472,14 +4760,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
4472
4760
|
} | {
|
4473
4761
|
type: string;
|
4474
4762
|
option: string;
|
4475
|
-
|
4763
|
+
path: string;
|
4476
4764
|
originalFilename: string;
|
4477
|
-
}[] |
|
4765
|
+
}[] | {
|
4766
|
+
start: string;
|
4767
|
+
end: string;
|
4768
|
+
} | null | undefined>;
|
4478
4769
|
createdBySignature?: string | null | undefined;
|
4479
4770
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
4480
4771
|
annotation?: Record<string, string | number | boolean | {
|
4481
4772
|
type: string;
|
4482
|
-
|
4773
|
+
path: string;
|
4483
4774
|
originalFilename: string;
|
4484
4775
|
} | {
|
4485
4776
|
country: string;
|
@@ -4516,9 +4807,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
4516
4807
|
} | {
|
4517
4808
|
type: string;
|
4518
4809
|
option: string;
|
4519
|
-
|
4810
|
+
path: string;
|
4520
4811
|
originalFilename: string;
|
4521
|
-
}[] |
|
4812
|
+
}[] | {
|
4813
|
+
start: string;
|
4814
|
+
end: string;
|
4815
|
+
} | null | undefined> | null | undefined;
|
4522
4816
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
4523
4817
|
}, {
|
4524
4818
|
type: "REQUEST_CORRECTION";
|
@@ -4531,7 +4825,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4531
4825
|
createdByRole: string;
|
4532
4826
|
declaration: Record<string, string | number | boolean | {
|
4533
4827
|
type: string;
|
4534
|
-
|
4828
|
+
path: string;
|
4535
4829
|
originalFilename: string;
|
4536
4830
|
} | {
|
4537
4831
|
country: string;
|
@@ -4568,14 +4862,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
4568
4862
|
} | {
|
4569
4863
|
type: string;
|
4570
4864
|
option: string;
|
4571
|
-
|
4865
|
+
path: string;
|
4572
4866
|
originalFilename: string;
|
4573
|
-
}[] |
|
4867
|
+
}[] | {
|
4868
|
+
start: string;
|
4869
|
+
end: string;
|
4870
|
+
} | null | undefined>;
|
4574
4871
|
createdBySignature?: string | null | undefined;
|
4575
4872
|
createdAtLocation?: string | null | undefined;
|
4576
4873
|
annotation?: Record<string, string | number | boolean | {
|
4577
4874
|
type: string;
|
4578
|
-
|
4875
|
+
path: string;
|
4579
4876
|
originalFilename: string;
|
4580
4877
|
} | {
|
4581
4878
|
country: string;
|
@@ -4612,9 +4909,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
4612
4909
|
} | {
|
4613
4910
|
type: string;
|
4614
4911
|
option: string;
|
4615
|
-
|
4912
|
+
path: string;
|
4616
4913
|
originalFilename: string;
|
4617
|
-
}[] |
|
4914
|
+
}[] | {
|
4915
|
+
start: string;
|
4916
|
+
end: string;
|
4917
|
+
} | null | undefined> | null | undefined;
|
4618
4918
|
originalActionId?: string | null | undefined;
|
4619
4919
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4620
4920
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -4625,32 +4925,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
4625
4925
|
createdByRole: z.ZodString;
|
4626
4926
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4627
4927
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
4628
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
4629
|
-
|
4928
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4929
|
+
start: z.ZodString;
|
4930
|
+
end: z.ZodString;
|
4931
|
+
}, "strip", z.ZodTypeAny, {
|
4932
|
+
start: string;
|
4933
|
+
end: string;
|
4934
|
+
}, {
|
4935
|
+
start: string;
|
4936
|
+
end: string;
|
4937
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4938
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4630
4939
|
originalFilename: z.ZodString;
|
4631
4940
|
type: z.ZodString;
|
4632
4941
|
}, "strip", z.ZodTypeAny, {
|
4633
4942
|
type: string;
|
4634
|
-
|
4943
|
+
path: string;
|
4635
4944
|
originalFilename: string;
|
4636
4945
|
}, {
|
4637
4946
|
type: string;
|
4638
|
-
|
4947
|
+
path: string;
|
4639
4948
|
originalFilename: string;
|
4640
4949
|
}>, z.ZodArray<z.ZodObject<{
|
4641
|
-
|
4950
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4642
4951
|
originalFilename: z.ZodString;
|
4643
4952
|
type: z.ZodString;
|
4644
4953
|
option: z.ZodString;
|
4645
4954
|
}, "strip", z.ZodTypeAny, {
|
4646
4955
|
type: string;
|
4647
4956
|
option: string;
|
4648
|
-
|
4957
|
+
path: string;
|
4649
4958
|
originalFilename: string;
|
4650
4959
|
}, {
|
4651
4960
|
type: string;
|
4652
4961
|
option: string;
|
4653
|
-
|
4962
|
+
path: string;
|
4654
4963
|
originalFilename: string;
|
4655
4964
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
4656
4965
|
country: z.ZodString;
|
@@ -4751,32 +5060,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
4751
5060
|
surname?: string | null | undefined;
|
4752
5061
|
middlename?: string | null | undefined;
|
4753
5062
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4754
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
4755
|
-
|
5063
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5064
|
+
start: z.ZodString;
|
5065
|
+
end: z.ZodString;
|
5066
|
+
}, "strip", z.ZodTypeAny, {
|
5067
|
+
start: string;
|
5068
|
+
end: string;
|
5069
|
+
}, {
|
5070
|
+
start: string;
|
5071
|
+
end: string;
|
5072
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5073
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4756
5074
|
originalFilename: z.ZodString;
|
4757
5075
|
type: z.ZodString;
|
4758
5076
|
}, "strip", z.ZodTypeAny, {
|
4759
5077
|
type: string;
|
4760
|
-
|
5078
|
+
path: string;
|
4761
5079
|
originalFilename: string;
|
4762
5080
|
}, {
|
4763
5081
|
type: string;
|
4764
|
-
|
5082
|
+
path: string;
|
4765
5083
|
originalFilename: string;
|
4766
5084
|
}>, z.ZodArray<z.ZodObject<{
|
4767
|
-
|
5085
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
4768
5086
|
originalFilename: z.ZodString;
|
4769
5087
|
type: z.ZodString;
|
4770
5088
|
option: z.ZodString;
|
4771
5089
|
}, "strip", z.ZodTypeAny, {
|
4772
5090
|
type: string;
|
4773
5091
|
option: string;
|
4774
|
-
|
5092
|
+
path: string;
|
4775
5093
|
originalFilename: string;
|
4776
5094
|
}, {
|
4777
5095
|
type: string;
|
4778
5096
|
option: string;
|
4779
|
-
|
5097
|
+
path: string;
|
4780
5098
|
originalFilename: string;
|
4781
5099
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
4782
5100
|
country: z.ZodString;
|
@@ -4893,7 +5211,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4893
5211
|
createdByRole: string;
|
4894
5212
|
declaration: Record<string, string | number | boolean | {
|
4895
5213
|
type: string;
|
4896
|
-
|
5214
|
+
path: string;
|
4897
5215
|
originalFilename: string;
|
4898
5216
|
} | {
|
4899
5217
|
country: string;
|
@@ -4930,15 +5248,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
4930
5248
|
} | {
|
4931
5249
|
type: string;
|
4932
5250
|
option: string;
|
4933
|
-
|
5251
|
+
path: string;
|
4934
5252
|
originalFilename: string;
|
4935
|
-
}[] |
|
5253
|
+
}[] | {
|
5254
|
+
start: string;
|
5255
|
+
end: string;
|
5256
|
+
} | null | undefined>;
|
4936
5257
|
requestId: string;
|
4937
5258
|
createdBySignature?: string | null | undefined;
|
4938
5259
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
4939
5260
|
annotation?: Record<string, string | number | boolean | {
|
4940
5261
|
type: string;
|
4941
|
-
|
5262
|
+
path: string;
|
4942
5263
|
originalFilename: string;
|
4943
5264
|
} | {
|
4944
5265
|
country: string;
|
@@ -4975,9 +5296,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
4975
5296
|
} | {
|
4976
5297
|
type: string;
|
4977
5298
|
option: string;
|
4978
|
-
|
5299
|
+
path: string;
|
4979
5300
|
originalFilename: string;
|
4980
|
-
}[] |
|
5301
|
+
}[] | {
|
5302
|
+
start: string;
|
5303
|
+
end: string;
|
5304
|
+
} | null | undefined> | null | undefined;
|
4981
5305
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
4982
5306
|
}, {
|
4983
5307
|
type: "APPROVE_CORRECTION";
|
@@ -4990,7 +5314,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4990
5314
|
createdByRole: string;
|
4991
5315
|
declaration: Record<string, string | number | boolean | {
|
4992
5316
|
type: string;
|
4993
|
-
|
5317
|
+
path: string;
|
4994
5318
|
originalFilename: string;
|
4995
5319
|
} | {
|
4996
5320
|
country: string;
|
@@ -5027,15 +5351,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
5027
5351
|
} | {
|
5028
5352
|
type: string;
|
5029
5353
|
option: string;
|
5030
|
-
|
5354
|
+
path: string;
|
5031
5355
|
originalFilename: string;
|
5032
|
-
}[] |
|
5356
|
+
}[] | {
|
5357
|
+
start: string;
|
5358
|
+
end: string;
|
5359
|
+
} | null | undefined>;
|
5033
5360
|
requestId: string;
|
5034
5361
|
createdBySignature?: string | null | undefined;
|
5035
5362
|
createdAtLocation?: string | null | undefined;
|
5036
5363
|
annotation?: Record<string, string | number | boolean | {
|
5037
5364
|
type: string;
|
5038
|
-
|
5365
|
+
path: string;
|
5039
5366
|
originalFilename: string;
|
5040
5367
|
} | {
|
5041
5368
|
country: string;
|
@@ -5072,9 +5399,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
5072
5399
|
} | {
|
5073
5400
|
type: string;
|
5074
5401
|
option: string;
|
5075
|
-
|
5402
|
+
path: string;
|
5076
5403
|
originalFilename: string;
|
5077
|
-
}[] |
|
5404
|
+
}[] | {
|
5405
|
+
start: string;
|
5406
|
+
end: string;
|
5407
|
+
} | null | undefined> | null | undefined;
|
5078
5408
|
originalActionId?: string | null | undefined;
|
5079
5409
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5080
5410
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -5085,32 +5415,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
5085
5415
|
createdByRole: z.ZodString;
|
5086
5416
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5087
5417
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
5088
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
5089
|
-
|
5418
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5419
|
+
start: z.ZodString;
|
5420
|
+
end: z.ZodString;
|
5421
|
+
}, "strip", z.ZodTypeAny, {
|
5422
|
+
start: string;
|
5423
|
+
end: string;
|
5424
|
+
}, {
|
5425
|
+
start: string;
|
5426
|
+
end: string;
|
5427
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5428
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5090
5429
|
originalFilename: z.ZodString;
|
5091
5430
|
type: z.ZodString;
|
5092
5431
|
}, "strip", z.ZodTypeAny, {
|
5093
5432
|
type: string;
|
5094
|
-
|
5433
|
+
path: string;
|
5095
5434
|
originalFilename: string;
|
5096
5435
|
}, {
|
5097
5436
|
type: string;
|
5098
|
-
|
5437
|
+
path: string;
|
5099
5438
|
originalFilename: string;
|
5100
5439
|
}>, z.ZodArray<z.ZodObject<{
|
5101
|
-
|
5440
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5102
5441
|
originalFilename: z.ZodString;
|
5103
5442
|
type: z.ZodString;
|
5104
5443
|
option: z.ZodString;
|
5105
5444
|
}, "strip", z.ZodTypeAny, {
|
5106
5445
|
type: string;
|
5107
5446
|
option: string;
|
5108
|
-
|
5447
|
+
path: string;
|
5109
5448
|
originalFilename: string;
|
5110
5449
|
}, {
|
5111
5450
|
type: string;
|
5112
5451
|
option: string;
|
5113
|
-
|
5452
|
+
path: string;
|
5114
5453
|
originalFilename: string;
|
5115
5454
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
5116
5455
|
country: z.ZodString;
|
@@ -5211,32 +5550,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
5211
5550
|
surname?: string | null | undefined;
|
5212
5551
|
middlename?: string | null | undefined;
|
5213
5552
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5214
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
5215
|
-
|
5553
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5554
|
+
start: z.ZodString;
|
5555
|
+
end: z.ZodString;
|
5556
|
+
}, "strip", z.ZodTypeAny, {
|
5557
|
+
start: string;
|
5558
|
+
end: string;
|
5559
|
+
}, {
|
5560
|
+
start: string;
|
5561
|
+
end: string;
|
5562
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5563
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5216
5564
|
originalFilename: z.ZodString;
|
5217
5565
|
type: z.ZodString;
|
5218
5566
|
}, "strip", z.ZodTypeAny, {
|
5219
5567
|
type: string;
|
5220
|
-
|
5568
|
+
path: string;
|
5221
5569
|
originalFilename: string;
|
5222
5570
|
}, {
|
5223
5571
|
type: string;
|
5224
|
-
|
5572
|
+
path: string;
|
5225
5573
|
originalFilename: string;
|
5226
5574
|
}>, z.ZodArray<z.ZodObject<{
|
5227
|
-
|
5575
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5228
5576
|
originalFilename: z.ZodString;
|
5229
5577
|
type: z.ZodString;
|
5230
5578
|
option: z.ZodString;
|
5231
5579
|
}, "strip", z.ZodTypeAny, {
|
5232
5580
|
type: string;
|
5233
5581
|
option: string;
|
5234
|
-
|
5582
|
+
path: string;
|
5235
5583
|
originalFilename: string;
|
5236
5584
|
}, {
|
5237
5585
|
type: string;
|
5238
5586
|
option: string;
|
5239
|
-
|
5587
|
+
path: string;
|
5240
5588
|
originalFilename: string;
|
5241
5589
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
5242
5590
|
country: z.ZodString;
|
@@ -5353,7 +5701,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5353
5701
|
createdByRole: string;
|
5354
5702
|
declaration: Record<string, string | number | boolean | {
|
5355
5703
|
type: string;
|
5356
|
-
|
5704
|
+
path: string;
|
5357
5705
|
originalFilename: string;
|
5358
5706
|
} | {
|
5359
5707
|
country: string;
|
@@ -5390,15 +5738,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
5390
5738
|
} | {
|
5391
5739
|
type: string;
|
5392
5740
|
option: string;
|
5393
|
-
|
5741
|
+
path: string;
|
5394
5742
|
originalFilename: string;
|
5395
|
-
}[] |
|
5743
|
+
}[] | {
|
5744
|
+
start: string;
|
5745
|
+
end: string;
|
5746
|
+
} | null | undefined>;
|
5396
5747
|
requestId: string;
|
5397
5748
|
createdBySignature?: string | null | undefined;
|
5398
5749
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
5399
5750
|
annotation?: Record<string, string | number | boolean | {
|
5400
5751
|
type: string;
|
5401
|
-
|
5752
|
+
path: string;
|
5402
5753
|
originalFilename: string;
|
5403
5754
|
} | {
|
5404
5755
|
country: string;
|
@@ -5435,9 +5786,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
5435
5786
|
} | {
|
5436
5787
|
type: string;
|
5437
5788
|
option: string;
|
5438
|
-
|
5789
|
+
path: string;
|
5439
5790
|
originalFilename: string;
|
5440
|
-
}[] |
|
5791
|
+
}[] | {
|
5792
|
+
start: string;
|
5793
|
+
end: string;
|
5794
|
+
} | null | undefined> | null | undefined;
|
5441
5795
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
5442
5796
|
}, {
|
5443
5797
|
type: "REJECT_CORRECTION";
|
@@ -5450,7 +5804,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5450
5804
|
createdByRole: string;
|
5451
5805
|
declaration: Record<string, string | number | boolean | {
|
5452
5806
|
type: string;
|
5453
|
-
|
5807
|
+
path: string;
|
5454
5808
|
originalFilename: string;
|
5455
5809
|
} | {
|
5456
5810
|
country: string;
|
@@ -5487,15 +5841,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
5487
5841
|
} | {
|
5488
5842
|
type: string;
|
5489
5843
|
option: string;
|
5490
|
-
|
5844
|
+
path: string;
|
5491
5845
|
originalFilename: string;
|
5492
|
-
}[] |
|
5846
|
+
}[] | {
|
5847
|
+
start: string;
|
5848
|
+
end: string;
|
5849
|
+
} | null | undefined>;
|
5493
5850
|
requestId: string;
|
5494
5851
|
createdBySignature?: string | null | undefined;
|
5495
5852
|
createdAtLocation?: string | null | undefined;
|
5496
5853
|
annotation?: Record<string, string | number | boolean | {
|
5497
5854
|
type: string;
|
5498
|
-
|
5855
|
+
path: string;
|
5499
5856
|
originalFilename: string;
|
5500
5857
|
} | {
|
5501
5858
|
country: string;
|
@@ -5532,9 +5889,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
5532
5889
|
} | {
|
5533
5890
|
type: string;
|
5534
5891
|
option: string;
|
5535
|
-
|
5892
|
+
path: string;
|
5536
5893
|
originalFilename: string;
|
5537
|
-
}[] |
|
5894
|
+
}[] | {
|
5895
|
+
start: string;
|
5896
|
+
end: string;
|
5897
|
+
} | null | undefined> | null | undefined;
|
5538
5898
|
originalActionId?: string | null | undefined;
|
5539
5899
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5540
5900
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -5545,32 +5905,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
5545
5905
|
createdByRole: z.ZodString;
|
5546
5906
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5547
5907
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
5548
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
5549
|
-
|
5908
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5909
|
+
start: z.ZodString;
|
5910
|
+
end: z.ZodString;
|
5911
|
+
}, "strip", z.ZodTypeAny, {
|
5912
|
+
start: string;
|
5913
|
+
end: string;
|
5914
|
+
}, {
|
5915
|
+
start: string;
|
5916
|
+
end: string;
|
5917
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5918
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5550
5919
|
originalFilename: z.ZodString;
|
5551
5920
|
type: z.ZodString;
|
5552
5921
|
}, "strip", z.ZodTypeAny, {
|
5553
5922
|
type: string;
|
5554
|
-
|
5923
|
+
path: string;
|
5555
5924
|
originalFilename: string;
|
5556
5925
|
}, {
|
5557
5926
|
type: string;
|
5558
|
-
|
5927
|
+
path: string;
|
5559
5928
|
originalFilename: string;
|
5560
5929
|
}>, z.ZodArray<z.ZodObject<{
|
5561
|
-
|
5930
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5562
5931
|
originalFilename: z.ZodString;
|
5563
5932
|
type: z.ZodString;
|
5564
5933
|
option: z.ZodString;
|
5565
5934
|
}, "strip", z.ZodTypeAny, {
|
5566
5935
|
type: string;
|
5567
5936
|
option: string;
|
5568
|
-
|
5937
|
+
path: string;
|
5569
5938
|
originalFilename: string;
|
5570
5939
|
}, {
|
5571
5940
|
type: string;
|
5572
5941
|
option: string;
|
5573
|
-
|
5942
|
+
path: string;
|
5574
5943
|
originalFilename: string;
|
5575
5944
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
5576
5945
|
country: z.ZodString;
|
@@ -5671,32 +6040,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
5671
6040
|
surname?: string | null | undefined;
|
5672
6041
|
middlename?: string | null | undefined;
|
5673
6042
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5674
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
5675
|
-
|
6043
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6044
|
+
start: z.ZodString;
|
6045
|
+
end: z.ZodString;
|
6046
|
+
}, "strip", z.ZodTypeAny, {
|
6047
|
+
start: string;
|
6048
|
+
end: string;
|
6049
|
+
}, {
|
6050
|
+
start: string;
|
6051
|
+
end: string;
|
6052
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6053
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5676
6054
|
originalFilename: z.ZodString;
|
5677
6055
|
type: z.ZodString;
|
5678
6056
|
}, "strip", z.ZodTypeAny, {
|
5679
6057
|
type: string;
|
5680
|
-
|
6058
|
+
path: string;
|
5681
6059
|
originalFilename: string;
|
5682
6060
|
}, {
|
5683
6061
|
type: string;
|
5684
|
-
|
6062
|
+
path: string;
|
5685
6063
|
originalFilename: string;
|
5686
6064
|
}>, z.ZodArray<z.ZodObject<{
|
5687
|
-
|
6065
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
5688
6066
|
originalFilename: z.ZodString;
|
5689
6067
|
type: z.ZodString;
|
5690
6068
|
option: z.ZodString;
|
5691
6069
|
}, "strip", z.ZodTypeAny, {
|
5692
6070
|
type: string;
|
5693
6071
|
option: string;
|
5694
|
-
|
6072
|
+
path: string;
|
5695
6073
|
originalFilename: string;
|
5696
6074
|
}, {
|
5697
6075
|
type: string;
|
5698
6076
|
option: string;
|
5699
|
-
|
6077
|
+
path: string;
|
5700
6078
|
originalFilename: string;
|
5701
6079
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
5702
6080
|
country: z.ZodString;
|
@@ -5812,7 +6190,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5812
6190
|
createdByRole: string;
|
5813
6191
|
declaration: Record<string, string | number | boolean | {
|
5814
6192
|
type: string;
|
5815
|
-
|
6193
|
+
path: string;
|
5816
6194
|
originalFilename: string;
|
5817
6195
|
} | {
|
5818
6196
|
country: string;
|
@@ -5849,14 +6227,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
5849
6227
|
} | {
|
5850
6228
|
type: string;
|
5851
6229
|
option: string;
|
5852
|
-
|
6230
|
+
path: string;
|
5853
6231
|
originalFilename: string;
|
5854
|
-
}[] |
|
6232
|
+
}[] | {
|
6233
|
+
start: string;
|
6234
|
+
end: string;
|
6235
|
+
} | null | undefined>;
|
5855
6236
|
createdBySignature?: string | null | undefined;
|
5856
6237
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
5857
6238
|
annotation?: Record<string, string | number | boolean | {
|
5858
6239
|
type: string;
|
5859
|
-
|
6240
|
+
path: string;
|
5860
6241
|
originalFilename: string;
|
5861
6242
|
} | {
|
5862
6243
|
country: string;
|
@@ -5893,9 +6274,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
5893
6274
|
} | {
|
5894
6275
|
type: string;
|
5895
6276
|
option: string;
|
5896
|
-
|
6277
|
+
path: string;
|
5897
6278
|
originalFilename: string;
|
5898
|
-
}[] |
|
6279
|
+
}[] | {
|
6280
|
+
start: string;
|
6281
|
+
end: string;
|
6282
|
+
} | null | undefined> | null | undefined;
|
5899
6283
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
5900
6284
|
}, {
|
5901
6285
|
type: "UNASSIGN";
|
@@ -5908,7 +6292,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5908
6292
|
createdByRole: string;
|
5909
6293
|
declaration: Record<string, string | number | boolean | {
|
5910
6294
|
type: string;
|
5911
|
-
|
6295
|
+
path: string;
|
5912
6296
|
originalFilename: string;
|
5913
6297
|
} | {
|
5914
6298
|
country: string;
|
@@ -5945,14 +6329,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
5945
6329
|
} | {
|
5946
6330
|
type: string;
|
5947
6331
|
option: string;
|
5948
|
-
|
6332
|
+
path: string;
|
5949
6333
|
originalFilename: string;
|
5950
|
-
}[] |
|
6334
|
+
}[] | {
|
6335
|
+
start: string;
|
6336
|
+
end: string;
|
6337
|
+
} | null | undefined>;
|
5951
6338
|
createdBySignature?: string | null | undefined;
|
5952
6339
|
createdAtLocation?: string | null | undefined;
|
5953
6340
|
annotation?: Record<string, string | number | boolean | {
|
5954
6341
|
type: string;
|
5955
|
-
|
6342
|
+
path: string;
|
5956
6343
|
originalFilename: string;
|
5957
6344
|
} | {
|
5958
6345
|
country: string;
|
@@ -5989,9 +6376,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
5989
6376
|
} | {
|
5990
6377
|
type: string;
|
5991
6378
|
option: string;
|
5992
|
-
|
6379
|
+
path: string;
|
5993
6380
|
originalFilename: string;
|
5994
|
-
}[] |
|
6381
|
+
}[] | {
|
6382
|
+
start: string;
|
6383
|
+
end: string;
|
6384
|
+
} | null | undefined> | null | undefined;
|
5995
6385
|
originalActionId?: string | null | undefined;
|
5996
6386
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5997
6387
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -6002,32 +6392,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
6002
6392
|
createdByRole: z.ZodString;
|
6003
6393
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6004
6394
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
6005
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
6006
|
-
|
6395
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6396
|
+
start: z.ZodString;
|
6397
|
+
end: z.ZodString;
|
6398
|
+
}, "strip", z.ZodTypeAny, {
|
6399
|
+
start: string;
|
6400
|
+
end: string;
|
6401
|
+
}, {
|
6402
|
+
start: string;
|
6403
|
+
end: string;
|
6404
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6405
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6007
6406
|
originalFilename: z.ZodString;
|
6008
6407
|
type: z.ZodString;
|
6009
6408
|
}, "strip", z.ZodTypeAny, {
|
6010
6409
|
type: string;
|
6011
|
-
|
6410
|
+
path: string;
|
6012
6411
|
originalFilename: string;
|
6013
6412
|
}, {
|
6014
6413
|
type: string;
|
6015
|
-
|
6414
|
+
path: string;
|
6016
6415
|
originalFilename: string;
|
6017
6416
|
}>, z.ZodArray<z.ZodObject<{
|
6018
|
-
|
6417
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6019
6418
|
originalFilename: z.ZodString;
|
6020
6419
|
type: z.ZodString;
|
6021
6420
|
option: z.ZodString;
|
6022
6421
|
}, "strip", z.ZodTypeAny, {
|
6023
6422
|
type: string;
|
6024
6423
|
option: string;
|
6025
|
-
|
6424
|
+
path: string;
|
6026
6425
|
originalFilename: string;
|
6027
6426
|
}, {
|
6028
6427
|
type: string;
|
6029
6428
|
option: string;
|
6030
|
-
|
6429
|
+
path: string;
|
6031
6430
|
originalFilename: string;
|
6032
6431
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
6033
6432
|
country: z.ZodString;
|
@@ -6128,32 +6527,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
6128
6527
|
surname?: string | null | undefined;
|
6129
6528
|
middlename?: string | null | undefined;
|
6130
6529
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6131
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
6132
|
-
|
6530
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6531
|
+
start: z.ZodString;
|
6532
|
+
end: z.ZodString;
|
6533
|
+
}, "strip", z.ZodTypeAny, {
|
6534
|
+
start: string;
|
6535
|
+
end: string;
|
6536
|
+
}, {
|
6537
|
+
start: string;
|
6538
|
+
end: string;
|
6539
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6540
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6133
6541
|
originalFilename: z.ZodString;
|
6134
6542
|
type: z.ZodString;
|
6135
6543
|
}, "strip", z.ZodTypeAny, {
|
6136
6544
|
type: string;
|
6137
|
-
|
6545
|
+
path: string;
|
6138
6546
|
originalFilename: string;
|
6139
6547
|
}, {
|
6140
6548
|
type: string;
|
6141
|
-
|
6549
|
+
path: string;
|
6142
6550
|
originalFilename: string;
|
6143
6551
|
}>, z.ZodArray<z.ZodObject<{
|
6144
|
-
|
6552
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6145
6553
|
originalFilename: z.ZodString;
|
6146
6554
|
type: z.ZodString;
|
6147
6555
|
option: z.ZodString;
|
6148
6556
|
}, "strip", z.ZodTypeAny, {
|
6149
6557
|
type: string;
|
6150
6558
|
option: string;
|
6151
|
-
|
6559
|
+
path: string;
|
6152
6560
|
originalFilename: string;
|
6153
6561
|
}, {
|
6154
6562
|
type: string;
|
6155
6563
|
option: string;
|
6156
|
-
|
6564
|
+
path: string;
|
6157
6565
|
originalFilename: string;
|
6158
6566
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
6159
6567
|
country: z.ZodString;
|
@@ -6269,7 +6677,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6269
6677
|
createdByRole: string;
|
6270
6678
|
declaration: Record<string, string | number | boolean | {
|
6271
6679
|
type: string;
|
6272
|
-
|
6680
|
+
path: string;
|
6273
6681
|
originalFilename: string;
|
6274
6682
|
} | {
|
6275
6683
|
country: string;
|
@@ -6306,14 +6714,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
6306
6714
|
} | {
|
6307
6715
|
type: string;
|
6308
6716
|
option: string;
|
6309
|
-
|
6717
|
+
path: string;
|
6310
6718
|
originalFilename: string;
|
6311
|
-
}[] |
|
6719
|
+
}[] | {
|
6720
|
+
start: string;
|
6721
|
+
end: string;
|
6722
|
+
} | null | undefined>;
|
6312
6723
|
createdBySignature?: string | null | undefined;
|
6313
6724
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
6314
6725
|
annotation?: Record<string, string | number | boolean | {
|
6315
6726
|
type: string;
|
6316
|
-
|
6727
|
+
path: string;
|
6317
6728
|
originalFilename: string;
|
6318
6729
|
} | {
|
6319
6730
|
country: string;
|
@@ -6350,9 +6761,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
6350
6761
|
} | {
|
6351
6762
|
type: string;
|
6352
6763
|
option: string;
|
6353
|
-
|
6764
|
+
path: string;
|
6354
6765
|
originalFilename: string;
|
6355
|
-
}[] |
|
6766
|
+
}[] | {
|
6767
|
+
start: string;
|
6768
|
+
end: string;
|
6769
|
+
} | null | undefined> | null | undefined;
|
6356
6770
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
6357
6771
|
}, {
|
6358
6772
|
type: "PRINT_CERTIFICATE";
|
@@ -6365,7 +6779,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6365
6779
|
createdByRole: string;
|
6366
6780
|
declaration: Record<string, string | number | boolean | {
|
6367
6781
|
type: string;
|
6368
|
-
|
6782
|
+
path: string;
|
6369
6783
|
originalFilename: string;
|
6370
6784
|
} | {
|
6371
6785
|
country: string;
|
@@ -6402,14 +6816,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
6402
6816
|
} | {
|
6403
6817
|
type: string;
|
6404
6818
|
option: string;
|
6405
|
-
|
6819
|
+
path: string;
|
6406
6820
|
originalFilename: string;
|
6407
|
-
}[] |
|
6821
|
+
}[] | {
|
6822
|
+
start: string;
|
6823
|
+
end: string;
|
6824
|
+
} | null | undefined>;
|
6408
6825
|
createdBySignature?: string | null | undefined;
|
6409
6826
|
createdAtLocation?: string | null | undefined;
|
6410
6827
|
annotation?: Record<string, string | number | boolean | {
|
6411
6828
|
type: string;
|
6412
|
-
|
6829
|
+
path: string;
|
6413
6830
|
originalFilename: string;
|
6414
6831
|
} | {
|
6415
6832
|
country: string;
|
@@ -6446,9 +6863,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
6446
6863
|
} | {
|
6447
6864
|
type: string;
|
6448
6865
|
option: string;
|
6449
|
-
|
6866
|
+
path: string;
|
6450
6867
|
originalFilename: string;
|
6451
|
-
}[] |
|
6868
|
+
}[] | {
|
6869
|
+
start: string;
|
6870
|
+
end: string;
|
6871
|
+
} | null | undefined> | null | undefined;
|
6452
6872
|
originalActionId?: string | null | undefined;
|
6453
6873
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
6454
6874
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -6459,32 +6879,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
6459
6879
|
createdByRole: z.ZodString;
|
6460
6880
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6461
6881
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
6462
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
6463
|
-
|
6882
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6883
|
+
start: z.ZodString;
|
6884
|
+
end: z.ZodString;
|
6885
|
+
}, "strip", z.ZodTypeAny, {
|
6886
|
+
start: string;
|
6887
|
+
end: string;
|
6888
|
+
}, {
|
6889
|
+
start: string;
|
6890
|
+
end: string;
|
6891
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6892
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6464
6893
|
originalFilename: z.ZodString;
|
6465
6894
|
type: z.ZodString;
|
6466
6895
|
}, "strip", z.ZodTypeAny, {
|
6467
6896
|
type: string;
|
6468
|
-
|
6897
|
+
path: string;
|
6469
6898
|
originalFilename: string;
|
6470
6899
|
}, {
|
6471
6900
|
type: string;
|
6472
|
-
|
6901
|
+
path: string;
|
6473
6902
|
originalFilename: string;
|
6474
6903
|
}>, z.ZodArray<z.ZodObject<{
|
6475
|
-
|
6904
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6476
6905
|
originalFilename: z.ZodString;
|
6477
6906
|
type: z.ZodString;
|
6478
6907
|
option: z.ZodString;
|
6479
6908
|
}, "strip", z.ZodTypeAny, {
|
6480
6909
|
type: string;
|
6481
6910
|
option: string;
|
6482
|
-
|
6911
|
+
path: string;
|
6483
6912
|
originalFilename: string;
|
6484
6913
|
}, {
|
6485
6914
|
type: string;
|
6486
6915
|
option: string;
|
6487
|
-
|
6916
|
+
path: string;
|
6488
6917
|
originalFilename: string;
|
6489
6918
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
6490
6919
|
country: z.ZodString;
|
@@ -6585,32 +7014,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
6585
7014
|
surname?: string | null | undefined;
|
6586
7015
|
middlename?: string | null | undefined;
|
6587
7016
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6588
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
6589
|
-
|
7017
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
7018
|
+
start: z.ZodString;
|
7019
|
+
end: z.ZodString;
|
7020
|
+
}, "strip", z.ZodTypeAny, {
|
7021
|
+
start: string;
|
7022
|
+
end: string;
|
7023
|
+
}, {
|
7024
|
+
start: string;
|
7025
|
+
end: string;
|
7026
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7027
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6590
7028
|
originalFilename: z.ZodString;
|
6591
7029
|
type: z.ZodString;
|
6592
7030
|
}, "strip", z.ZodTypeAny, {
|
6593
7031
|
type: string;
|
6594
|
-
|
7032
|
+
path: string;
|
6595
7033
|
originalFilename: string;
|
6596
7034
|
}, {
|
6597
7035
|
type: string;
|
6598
|
-
|
7036
|
+
path: string;
|
6599
7037
|
originalFilename: string;
|
6600
7038
|
}>, z.ZodArray<z.ZodObject<{
|
6601
|
-
|
7039
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6602
7040
|
originalFilename: z.ZodString;
|
6603
7041
|
type: z.ZodString;
|
6604
7042
|
option: z.ZodString;
|
6605
7043
|
}, "strip", z.ZodTypeAny, {
|
6606
7044
|
type: string;
|
6607
7045
|
option: string;
|
6608
|
-
|
7046
|
+
path: string;
|
6609
7047
|
originalFilename: string;
|
6610
7048
|
}, {
|
6611
7049
|
type: string;
|
6612
7050
|
option: string;
|
6613
|
-
|
7051
|
+
path: string;
|
6614
7052
|
originalFilename: string;
|
6615
7053
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
6616
7054
|
country: z.ZodString;
|
@@ -6726,7 +7164,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6726
7164
|
createdByRole: string;
|
6727
7165
|
declaration: Record<string, string | number | boolean | {
|
6728
7166
|
type: string;
|
6729
|
-
|
7167
|
+
path: string;
|
6730
7168
|
originalFilename: string;
|
6731
7169
|
} | {
|
6732
7170
|
country: string;
|
@@ -6763,14 +7201,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
6763
7201
|
} | {
|
6764
7202
|
type: string;
|
6765
7203
|
option: string;
|
6766
|
-
|
7204
|
+
path: string;
|
6767
7205
|
originalFilename: string;
|
6768
|
-
}[] |
|
7206
|
+
}[] | {
|
7207
|
+
start: string;
|
7208
|
+
end: string;
|
7209
|
+
} | null | undefined>;
|
6769
7210
|
createdBySignature?: string | null | undefined;
|
6770
7211
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
6771
7212
|
annotation?: Record<string, string | number | boolean | {
|
6772
7213
|
type: string;
|
6773
|
-
|
7214
|
+
path: string;
|
6774
7215
|
originalFilename: string;
|
6775
7216
|
} | {
|
6776
7217
|
country: string;
|
@@ -6807,9 +7248,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
6807
7248
|
} | {
|
6808
7249
|
type: string;
|
6809
7250
|
option: string;
|
6810
|
-
|
7251
|
+
path: string;
|
6811
7252
|
originalFilename: string;
|
6812
|
-
}[] |
|
7253
|
+
}[] | {
|
7254
|
+
start: string;
|
7255
|
+
end: string;
|
7256
|
+
} | null | undefined> | null | undefined;
|
6813
7257
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
6814
7258
|
}, {
|
6815
7259
|
type: "READ";
|
@@ -6822,7 +7266,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6822
7266
|
createdByRole: string;
|
6823
7267
|
declaration: Record<string, string | number | boolean | {
|
6824
7268
|
type: string;
|
6825
|
-
|
7269
|
+
path: string;
|
6826
7270
|
originalFilename: string;
|
6827
7271
|
} | {
|
6828
7272
|
country: string;
|
@@ -6859,14 +7303,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
6859
7303
|
} | {
|
6860
7304
|
type: string;
|
6861
7305
|
option: string;
|
6862
|
-
|
7306
|
+
path: string;
|
6863
7307
|
originalFilename: string;
|
6864
|
-
}[] |
|
7308
|
+
}[] | {
|
7309
|
+
start: string;
|
7310
|
+
end: string;
|
7311
|
+
} | null | undefined>;
|
6865
7312
|
createdBySignature?: string | null | undefined;
|
6866
7313
|
createdAtLocation?: string | null | undefined;
|
6867
7314
|
annotation?: Record<string, string | number | boolean | {
|
6868
7315
|
type: string;
|
6869
|
-
|
7316
|
+
path: string;
|
6870
7317
|
originalFilename: string;
|
6871
7318
|
} | {
|
6872
7319
|
country: string;
|
@@ -6903,9 +7350,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
6903
7350
|
} | {
|
6904
7351
|
type: string;
|
6905
7352
|
option: string;
|
6906
|
-
|
7353
|
+
path: string;
|
6907
7354
|
originalFilename: string;
|
6908
|
-
}[] |
|
7355
|
+
}[] | {
|
7356
|
+
start: string;
|
7357
|
+
end: string;
|
7358
|
+
} | null | undefined> | null | undefined;
|
6909
7359
|
originalActionId?: string | null | undefined;
|
6910
7360
|
}>]>, z.ZodObject<z.objectUtil.extendShape<Omit<{
|
6911
7361
|
id: z.ZodBranded<z.ZodString, "UUID">;
|
@@ -6916,32 +7366,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
6916
7366
|
createdByRole: z.ZodString;
|
6917
7367
|
createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6918
7368
|
createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodBranded<z.ZodString, "UUID">>>;
|
6919
|
-
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
6920
|
-
|
7369
|
+
declaration: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
7370
|
+
start: z.ZodString;
|
7371
|
+
end: z.ZodString;
|
7372
|
+
}, "strip", z.ZodTypeAny, {
|
7373
|
+
start: string;
|
7374
|
+
end: string;
|
7375
|
+
}, {
|
7376
|
+
start: string;
|
7377
|
+
end: string;
|
7378
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7379
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6921
7380
|
originalFilename: z.ZodString;
|
6922
7381
|
type: z.ZodString;
|
6923
7382
|
}, "strip", z.ZodTypeAny, {
|
6924
7383
|
type: string;
|
6925
|
-
|
7384
|
+
path: string;
|
6926
7385
|
originalFilename: string;
|
6927
7386
|
}, {
|
6928
7387
|
type: string;
|
6929
|
-
|
7388
|
+
path: string;
|
6930
7389
|
originalFilename: string;
|
6931
7390
|
}>, z.ZodArray<z.ZodObject<{
|
6932
|
-
|
7391
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
6933
7392
|
originalFilename: z.ZodString;
|
6934
7393
|
type: z.ZodString;
|
6935
7394
|
option: z.ZodString;
|
6936
7395
|
}, "strip", z.ZodTypeAny, {
|
6937
7396
|
type: string;
|
6938
7397
|
option: string;
|
6939
|
-
|
7398
|
+
path: string;
|
6940
7399
|
originalFilename: string;
|
6941
7400
|
}, {
|
6942
7401
|
type: string;
|
6943
7402
|
option: string;
|
6944
|
-
|
7403
|
+
path: string;
|
6945
7404
|
originalFilename: string;
|
6946
7405
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
6947
7406
|
country: z.ZodString;
|
@@ -7042,32 +7501,41 @@ export declare const EventDocument: z.ZodObject<{
|
|
7042
7501
|
surname?: string | null | undefined;
|
7043
7502
|
middlename?: string | null | undefined;
|
7044
7503
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
7045
|
-
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.
|
7046
|
-
|
7504
|
+
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
7505
|
+
start: z.ZodString;
|
7506
|
+
end: z.ZodString;
|
7507
|
+
}, "strip", z.ZodTypeAny, {
|
7508
|
+
start: string;
|
7509
|
+
end: string;
|
7510
|
+
}, {
|
7511
|
+
start: string;
|
7512
|
+
end: string;
|
7513
|
+
}>, z.ZodString]>, z.ZodEnum<["last7Days", "last30Days", "last90Days", "last365Days"]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7514
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
7047
7515
|
originalFilename: z.ZodString;
|
7048
7516
|
type: z.ZodString;
|
7049
7517
|
}, "strip", z.ZodTypeAny, {
|
7050
7518
|
type: string;
|
7051
|
-
|
7519
|
+
path: string;
|
7052
7520
|
originalFilename: string;
|
7053
7521
|
}, {
|
7054
7522
|
type: string;
|
7055
|
-
|
7523
|
+
path: string;
|
7056
7524
|
originalFilename: string;
|
7057
7525
|
}>, z.ZodArray<z.ZodObject<{
|
7058
|
-
|
7526
|
+
path: z.ZodEffects<z.ZodString, string, string>;
|
7059
7527
|
originalFilename: z.ZodString;
|
7060
7528
|
type: z.ZodString;
|
7061
7529
|
option: z.ZodString;
|
7062
7530
|
}, "strip", z.ZodTypeAny, {
|
7063
7531
|
type: string;
|
7064
7532
|
option: string;
|
7065
|
-
|
7533
|
+
path: string;
|
7066
7534
|
originalFilename: string;
|
7067
7535
|
}, {
|
7068
7536
|
type: string;
|
7069
7537
|
option: string;
|
7070
|
-
|
7538
|
+
path: string;
|
7071
7539
|
originalFilename: string;
|
7072
7540
|
}>, "many">, z.ZodObject<z.objectUtil.extendShape<{
|
7073
7541
|
country: z.ZodString;
|
@@ -7174,7 +7642,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7174
7642
|
type: z.ZodEnum<["NOTIFY", "DECLARE", "VALIDATE", "REGISTER", "REJECT", "ARCHIVE", "PRINT_CERTIFICATE"]>;
|
7175
7643
|
status: z.ZodLiteral<"Rejected">;
|
7176
7644
|
}>, "strip", z.ZodTypeAny, {
|
7177
|
-
type: "
|
7645
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
7178
7646
|
id: string & z.BRAND<"UUID">;
|
7179
7647
|
status: "Rejected";
|
7180
7648
|
transactionId: string;
|
@@ -7186,7 +7654,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7186
7654
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7187
7655
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7188
7656
|
}, {
|
7189
|
-
type: "
|
7657
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
7190
7658
|
id: string;
|
7191
7659
|
status: "Rejected";
|
7192
7660
|
transactionId: string;
|
@@ -7215,7 +7683,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7215
7683
|
createdByRole: string;
|
7216
7684
|
declaration: Record<string, string | number | boolean | {
|
7217
7685
|
type: string;
|
7218
|
-
|
7686
|
+
path: string;
|
7219
7687
|
originalFilename: string;
|
7220
7688
|
} | {
|
7221
7689
|
country: string;
|
@@ -7252,15 +7720,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
7252
7720
|
} | {
|
7253
7721
|
type: string;
|
7254
7722
|
option: string;
|
7255
|
-
|
7723
|
+
path: string;
|
7256
7724
|
originalFilename: string;
|
7257
|
-
}[] |
|
7725
|
+
}[] | {
|
7726
|
+
start: string;
|
7727
|
+
end: string;
|
7728
|
+
} | null | undefined>;
|
7258
7729
|
assignedTo: string;
|
7259
7730
|
createdBySignature?: string | null | undefined;
|
7260
7731
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7261
7732
|
annotation?: Record<string, string | number | boolean | {
|
7262
7733
|
type: string;
|
7263
|
-
|
7734
|
+
path: string;
|
7264
7735
|
originalFilename: string;
|
7265
7736
|
} | {
|
7266
7737
|
country: string;
|
@@ -7297,9 +7768,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7297
7768
|
} | {
|
7298
7769
|
type: string;
|
7299
7770
|
option: string;
|
7300
|
-
|
7771
|
+
path: string;
|
7301
7772
|
originalFilename: string;
|
7302
|
-
}[] |
|
7773
|
+
}[] | {
|
7774
|
+
start: string;
|
7775
|
+
end: string;
|
7776
|
+
} | null | undefined> | null | undefined;
|
7303
7777
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7304
7778
|
} | {
|
7305
7779
|
type: "UNASSIGN";
|
@@ -7312,7 +7786,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7312
7786
|
createdByRole: string;
|
7313
7787
|
declaration: Record<string, string | number | boolean | {
|
7314
7788
|
type: string;
|
7315
|
-
|
7789
|
+
path: string;
|
7316
7790
|
originalFilename: string;
|
7317
7791
|
} | {
|
7318
7792
|
country: string;
|
@@ -7349,14 +7823,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7349
7823
|
} | {
|
7350
7824
|
type: string;
|
7351
7825
|
option: string;
|
7352
|
-
|
7826
|
+
path: string;
|
7353
7827
|
originalFilename: string;
|
7354
|
-
}[] |
|
7828
|
+
}[] | {
|
7829
|
+
start: string;
|
7830
|
+
end: string;
|
7831
|
+
} | null | undefined>;
|
7355
7832
|
createdBySignature?: string | null | undefined;
|
7356
7833
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7357
7834
|
annotation?: Record<string, string | number | boolean | {
|
7358
7835
|
type: string;
|
7359
|
-
|
7836
|
+
path: string;
|
7360
7837
|
originalFilename: string;
|
7361
7838
|
} | {
|
7362
7839
|
country: string;
|
@@ -7393,9 +7870,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7393
7870
|
} | {
|
7394
7871
|
type: string;
|
7395
7872
|
option: string;
|
7396
|
-
|
7873
|
+
path: string;
|
7397
7874
|
originalFilename: string;
|
7398
|
-
}[] |
|
7875
|
+
}[] | {
|
7876
|
+
start: string;
|
7877
|
+
end: string;
|
7878
|
+
} | null | undefined> | null | undefined;
|
7399
7879
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7400
7880
|
} | {
|
7401
7881
|
type: "REGISTER";
|
@@ -7408,7 +7888,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7408
7888
|
createdByRole: string;
|
7409
7889
|
declaration: Record<string, string | number | boolean | {
|
7410
7890
|
type: string;
|
7411
|
-
|
7891
|
+
path: string;
|
7412
7892
|
originalFilename: string;
|
7413
7893
|
} | {
|
7414
7894
|
country: string;
|
@@ -7445,14 +7925,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7445
7925
|
} | {
|
7446
7926
|
type: string;
|
7447
7927
|
option: string;
|
7448
|
-
|
7928
|
+
path: string;
|
7449
7929
|
originalFilename: string;
|
7450
|
-
}[] |
|
7930
|
+
}[] | {
|
7931
|
+
start: string;
|
7932
|
+
end: string;
|
7933
|
+
} | null | undefined>;
|
7451
7934
|
createdBySignature?: string | null | undefined;
|
7452
7935
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7453
7936
|
annotation?: Record<string, string | number | boolean | {
|
7454
7937
|
type: string;
|
7455
|
-
|
7938
|
+
path: string;
|
7456
7939
|
originalFilename: string;
|
7457
7940
|
} | {
|
7458
7941
|
country: string;
|
@@ -7489,9 +7972,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7489
7972
|
} | {
|
7490
7973
|
type: string;
|
7491
7974
|
option: string;
|
7492
|
-
|
7975
|
+
path: string;
|
7493
7976
|
originalFilename: string;
|
7494
|
-
}[] |
|
7977
|
+
}[] | {
|
7978
|
+
start: string;
|
7979
|
+
end: string;
|
7980
|
+
} | null | undefined> | null | undefined;
|
7495
7981
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7496
7982
|
registrationNumber?: string | undefined;
|
7497
7983
|
} | {
|
@@ -7505,7 +7991,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7505
7991
|
createdByRole: string;
|
7506
7992
|
declaration: Record<string, string | number | boolean | {
|
7507
7993
|
type: string;
|
7508
|
-
|
7994
|
+
path: string;
|
7509
7995
|
originalFilename: string;
|
7510
7996
|
} | {
|
7511
7997
|
country: string;
|
@@ -7542,14 +8028,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7542
8028
|
} | {
|
7543
8029
|
type: string;
|
7544
8030
|
option: string;
|
7545
|
-
|
8031
|
+
path: string;
|
7546
8032
|
originalFilename: string;
|
7547
|
-
}[] |
|
8033
|
+
}[] | {
|
8034
|
+
start: string;
|
8035
|
+
end: string;
|
8036
|
+
} | null | undefined>;
|
7548
8037
|
createdBySignature?: string | null | undefined;
|
7549
8038
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7550
8039
|
annotation?: Record<string, string | number | boolean | {
|
7551
8040
|
type: string;
|
7552
|
-
|
8041
|
+
path: string;
|
7553
8042
|
originalFilename: string;
|
7554
8043
|
} | {
|
7555
8044
|
country: string;
|
@@ -7586,9 +8075,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7586
8075
|
} | {
|
7587
8076
|
type: string;
|
7588
8077
|
option: string;
|
7589
|
-
|
8078
|
+
path: string;
|
7590
8079
|
originalFilename: string;
|
7591
|
-
}[] |
|
8080
|
+
}[] | {
|
8081
|
+
start: string;
|
8082
|
+
end: string;
|
8083
|
+
} | null | undefined> | null | undefined;
|
7592
8084
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7593
8085
|
} | {
|
7594
8086
|
type: "VALIDATE";
|
@@ -7601,7 +8093,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7601
8093
|
createdByRole: string;
|
7602
8094
|
declaration: Record<string, string | number | boolean | {
|
7603
8095
|
type: string;
|
7604
|
-
|
8096
|
+
path: string;
|
7605
8097
|
originalFilename: string;
|
7606
8098
|
} | {
|
7607
8099
|
country: string;
|
@@ -7638,14 +8130,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7638
8130
|
} | {
|
7639
8131
|
type: string;
|
7640
8132
|
option: string;
|
7641
|
-
|
8133
|
+
path: string;
|
7642
8134
|
originalFilename: string;
|
7643
|
-
}[] |
|
8135
|
+
}[] | {
|
8136
|
+
start: string;
|
8137
|
+
end: string;
|
8138
|
+
} | null | undefined>;
|
7644
8139
|
createdBySignature?: string | null | undefined;
|
7645
8140
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7646
8141
|
annotation?: Record<string, string | number | boolean | {
|
7647
8142
|
type: string;
|
7648
|
-
|
8143
|
+
path: string;
|
7649
8144
|
originalFilename: string;
|
7650
8145
|
} | {
|
7651
8146
|
country: string;
|
@@ -7682,9 +8177,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7682
8177
|
} | {
|
7683
8178
|
type: string;
|
7684
8179
|
option: string;
|
7685
|
-
|
8180
|
+
path: string;
|
7686
8181
|
originalFilename: string;
|
7687
|
-
}[] |
|
8182
|
+
}[] | {
|
8183
|
+
start: string;
|
8184
|
+
end: string;
|
8185
|
+
} | null | undefined> | null | undefined;
|
7688
8186
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7689
8187
|
} | {
|
7690
8188
|
type: "REJECT";
|
@@ -7701,7 +8199,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7701
8199
|
createdByRole: string;
|
7702
8200
|
declaration: Record<string, string | number | boolean | {
|
7703
8201
|
type: string;
|
7704
|
-
|
8202
|
+
path: string;
|
7705
8203
|
originalFilename: string;
|
7706
8204
|
} | {
|
7707
8205
|
country: string;
|
@@ -7738,14 +8236,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7738
8236
|
} | {
|
7739
8237
|
type: string;
|
7740
8238
|
option: string;
|
7741
|
-
|
8239
|
+
path: string;
|
7742
8240
|
originalFilename: string;
|
7743
|
-
}[] |
|
8241
|
+
}[] | {
|
8242
|
+
start: string;
|
8243
|
+
end: string;
|
8244
|
+
} | null | undefined>;
|
7744
8245
|
createdBySignature?: string | null | undefined;
|
7745
8246
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7746
8247
|
annotation?: Record<string, string | number | boolean | {
|
7747
8248
|
type: string;
|
7748
|
-
|
8249
|
+
path: string;
|
7749
8250
|
originalFilename: string;
|
7750
8251
|
} | {
|
7751
8252
|
country: string;
|
@@ -7782,9 +8283,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7782
8283
|
} | {
|
7783
8284
|
type: string;
|
7784
8285
|
option: string;
|
7785
|
-
|
8286
|
+
path: string;
|
7786
8287
|
originalFilename: string;
|
7787
|
-
}[] |
|
8288
|
+
}[] | {
|
8289
|
+
start: string;
|
8290
|
+
end: string;
|
8291
|
+
} | null | undefined> | null | undefined;
|
7788
8292
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7789
8293
|
} | {
|
7790
8294
|
type: "MARKED_AS_DUPLICATE";
|
@@ -7797,7 +8301,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7797
8301
|
createdByRole: string;
|
7798
8302
|
declaration: Record<string, string | number | boolean | {
|
7799
8303
|
type: string;
|
7800
|
-
|
8304
|
+
path: string;
|
7801
8305
|
originalFilename: string;
|
7802
8306
|
} | {
|
7803
8307
|
country: string;
|
@@ -7834,14 +8338,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7834
8338
|
} | {
|
7835
8339
|
type: string;
|
7836
8340
|
option: string;
|
7837
|
-
|
8341
|
+
path: string;
|
7838
8342
|
originalFilename: string;
|
7839
|
-
}[] |
|
8343
|
+
}[] | {
|
8344
|
+
start: string;
|
8345
|
+
end: string;
|
8346
|
+
} | null | undefined>;
|
7840
8347
|
createdBySignature?: string | null | undefined;
|
7841
8348
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7842
8349
|
annotation?: Record<string, string | number | boolean | {
|
7843
8350
|
type: string;
|
7844
|
-
|
8351
|
+
path: string;
|
7845
8352
|
originalFilename: string;
|
7846
8353
|
} | {
|
7847
8354
|
country: string;
|
@@ -7878,9 +8385,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7878
8385
|
} | {
|
7879
8386
|
type: string;
|
7880
8387
|
option: string;
|
7881
|
-
|
8388
|
+
path: string;
|
7882
8389
|
originalFilename: string;
|
7883
|
-
}[] |
|
8390
|
+
}[] | {
|
8391
|
+
start: string;
|
8392
|
+
end: string;
|
8393
|
+
} | null | undefined> | null | undefined;
|
7884
8394
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7885
8395
|
} | {
|
7886
8396
|
type: "ARCHIVE";
|
@@ -7897,7 +8407,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7897
8407
|
createdByRole: string;
|
7898
8408
|
declaration: Record<string, string | number | boolean | {
|
7899
8409
|
type: string;
|
7900
|
-
|
8410
|
+
path: string;
|
7901
8411
|
originalFilename: string;
|
7902
8412
|
} | {
|
7903
8413
|
country: string;
|
@@ -7934,14 +8444,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
7934
8444
|
} | {
|
7935
8445
|
type: string;
|
7936
8446
|
option: string;
|
7937
|
-
|
8447
|
+
path: string;
|
7938
8448
|
originalFilename: string;
|
7939
|
-
}[] |
|
8449
|
+
}[] | {
|
8450
|
+
start: string;
|
8451
|
+
end: string;
|
8452
|
+
} | null | undefined>;
|
7940
8453
|
createdBySignature?: string | null | undefined;
|
7941
8454
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
7942
8455
|
annotation?: Record<string, string | number | boolean | {
|
7943
8456
|
type: string;
|
7944
|
-
|
8457
|
+
path: string;
|
7945
8458
|
originalFilename: string;
|
7946
8459
|
} | {
|
7947
8460
|
country: string;
|
@@ -7978,9 +8491,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
7978
8491
|
} | {
|
7979
8492
|
type: string;
|
7980
8493
|
option: string;
|
7981
|
-
|
8494
|
+
path: string;
|
7982
8495
|
originalFilename: string;
|
7983
|
-
}[] |
|
8496
|
+
}[] | {
|
8497
|
+
start: string;
|
8498
|
+
end: string;
|
8499
|
+
} | null | undefined> | null | undefined;
|
7984
8500
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
7985
8501
|
} | {
|
7986
8502
|
type: "CREATE";
|
@@ -7993,7 +8509,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7993
8509
|
createdByRole: string;
|
7994
8510
|
declaration: Record<string, string | number | boolean | {
|
7995
8511
|
type: string;
|
7996
|
-
|
8512
|
+
path: string;
|
7997
8513
|
originalFilename: string;
|
7998
8514
|
} | {
|
7999
8515
|
country: string;
|
@@ -8030,14 +8546,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8030
8546
|
} | {
|
8031
8547
|
type: string;
|
8032
8548
|
option: string;
|
8033
|
-
|
8549
|
+
path: string;
|
8034
8550
|
originalFilename: string;
|
8035
|
-
}[] |
|
8551
|
+
}[] | {
|
8552
|
+
start: string;
|
8553
|
+
end: string;
|
8554
|
+
} | null | undefined>;
|
8036
8555
|
createdBySignature?: string | null | undefined;
|
8037
8556
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8038
8557
|
annotation?: Record<string, string | number | boolean | {
|
8039
8558
|
type: string;
|
8040
|
-
|
8559
|
+
path: string;
|
8041
8560
|
originalFilename: string;
|
8042
8561
|
} | {
|
8043
8562
|
country: string;
|
@@ -8074,9 +8593,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8074
8593
|
} | {
|
8075
8594
|
type: string;
|
8076
8595
|
option: string;
|
8077
|
-
|
8596
|
+
path: string;
|
8078
8597
|
originalFilename: string;
|
8079
|
-
}[] |
|
8598
|
+
}[] | {
|
8599
|
+
start: string;
|
8600
|
+
end: string;
|
8601
|
+
} | null | undefined> | null | undefined;
|
8080
8602
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8081
8603
|
} | {
|
8082
8604
|
type: "NOTIFY";
|
@@ -8089,7 +8611,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8089
8611
|
createdByRole: string;
|
8090
8612
|
declaration: Record<string, string | number | boolean | {
|
8091
8613
|
type: string;
|
8092
|
-
|
8614
|
+
path: string;
|
8093
8615
|
originalFilename: string;
|
8094
8616
|
} | {
|
8095
8617
|
country: string;
|
@@ -8126,14 +8648,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8126
8648
|
} | {
|
8127
8649
|
type: string;
|
8128
8650
|
option: string;
|
8129
|
-
|
8651
|
+
path: string;
|
8130
8652
|
originalFilename: string;
|
8131
|
-
}[] |
|
8653
|
+
}[] | {
|
8654
|
+
start: string;
|
8655
|
+
end: string;
|
8656
|
+
} | null | undefined>;
|
8132
8657
|
createdBySignature?: string | null | undefined;
|
8133
8658
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8134
8659
|
annotation?: Record<string, string | number | boolean | {
|
8135
8660
|
type: string;
|
8136
|
-
|
8661
|
+
path: string;
|
8137
8662
|
originalFilename: string;
|
8138
8663
|
} | {
|
8139
8664
|
country: string;
|
@@ -8170,9 +8695,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8170
8695
|
} | {
|
8171
8696
|
type: string;
|
8172
8697
|
option: string;
|
8173
|
-
|
8698
|
+
path: string;
|
8174
8699
|
originalFilename: string;
|
8175
|
-
}[] |
|
8700
|
+
}[] | {
|
8701
|
+
start: string;
|
8702
|
+
end: string;
|
8703
|
+
} | null | undefined> | null | undefined;
|
8176
8704
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8177
8705
|
} | {
|
8178
8706
|
type: "PRINT_CERTIFICATE";
|
@@ -8185,7 +8713,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8185
8713
|
createdByRole: string;
|
8186
8714
|
declaration: Record<string, string | number | boolean | {
|
8187
8715
|
type: string;
|
8188
|
-
|
8716
|
+
path: string;
|
8189
8717
|
originalFilename: string;
|
8190
8718
|
} | {
|
8191
8719
|
country: string;
|
@@ -8222,14 +8750,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8222
8750
|
} | {
|
8223
8751
|
type: string;
|
8224
8752
|
option: string;
|
8225
|
-
|
8753
|
+
path: string;
|
8226
8754
|
originalFilename: string;
|
8227
|
-
}[] |
|
8755
|
+
}[] | {
|
8756
|
+
start: string;
|
8757
|
+
end: string;
|
8758
|
+
} | null | undefined>;
|
8228
8759
|
createdBySignature?: string | null | undefined;
|
8229
8760
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8230
8761
|
annotation?: Record<string, string | number | boolean | {
|
8231
8762
|
type: string;
|
8232
|
-
|
8763
|
+
path: string;
|
8233
8764
|
originalFilename: string;
|
8234
8765
|
} | {
|
8235
8766
|
country: string;
|
@@ -8266,9 +8797,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8266
8797
|
} | {
|
8267
8798
|
type: string;
|
8268
8799
|
option: string;
|
8269
|
-
|
8800
|
+
path: string;
|
8270
8801
|
originalFilename: string;
|
8271
|
-
}[] |
|
8802
|
+
}[] | {
|
8803
|
+
start: string;
|
8804
|
+
end: string;
|
8805
|
+
} | null | undefined> | null | undefined;
|
8272
8806
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8273
8807
|
} | {
|
8274
8808
|
type: "REQUEST_CORRECTION";
|
@@ -8281,7 +8815,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8281
8815
|
createdByRole: string;
|
8282
8816
|
declaration: Record<string, string | number | boolean | {
|
8283
8817
|
type: string;
|
8284
|
-
|
8818
|
+
path: string;
|
8285
8819
|
originalFilename: string;
|
8286
8820
|
} | {
|
8287
8821
|
country: string;
|
@@ -8318,14 +8852,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8318
8852
|
} | {
|
8319
8853
|
type: string;
|
8320
8854
|
option: string;
|
8321
|
-
|
8855
|
+
path: string;
|
8322
8856
|
originalFilename: string;
|
8323
|
-
}[] |
|
8857
|
+
}[] | {
|
8858
|
+
start: string;
|
8859
|
+
end: string;
|
8860
|
+
} | null | undefined>;
|
8324
8861
|
createdBySignature?: string | null | undefined;
|
8325
8862
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8326
8863
|
annotation?: Record<string, string | number | boolean | {
|
8327
8864
|
type: string;
|
8328
|
-
|
8865
|
+
path: string;
|
8329
8866
|
originalFilename: string;
|
8330
8867
|
} | {
|
8331
8868
|
country: string;
|
@@ -8362,9 +8899,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8362
8899
|
} | {
|
8363
8900
|
type: string;
|
8364
8901
|
option: string;
|
8365
|
-
|
8902
|
+
path: string;
|
8366
8903
|
originalFilename: string;
|
8367
|
-
}[] |
|
8904
|
+
}[] | {
|
8905
|
+
start: string;
|
8906
|
+
end: string;
|
8907
|
+
} | null | undefined> | null | undefined;
|
8368
8908
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8369
8909
|
} | {
|
8370
8910
|
type: "APPROVE_CORRECTION";
|
@@ -8377,7 +8917,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8377
8917
|
createdByRole: string;
|
8378
8918
|
declaration: Record<string, string | number | boolean | {
|
8379
8919
|
type: string;
|
8380
|
-
|
8920
|
+
path: string;
|
8381
8921
|
originalFilename: string;
|
8382
8922
|
} | {
|
8383
8923
|
country: string;
|
@@ -8414,15 +8954,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
8414
8954
|
} | {
|
8415
8955
|
type: string;
|
8416
8956
|
option: string;
|
8417
|
-
|
8957
|
+
path: string;
|
8418
8958
|
originalFilename: string;
|
8419
|
-
}[] |
|
8959
|
+
}[] | {
|
8960
|
+
start: string;
|
8961
|
+
end: string;
|
8962
|
+
} | null | undefined>;
|
8420
8963
|
requestId: string;
|
8421
8964
|
createdBySignature?: string | null | undefined;
|
8422
8965
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8423
8966
|
annotation?: Record<string, string | number | boolean | {
|
8424
8967
|
type: string;
|
8425
|
-
|
8968
|
+
path: string;
|
8426
8969
|
originalFilename: string;
|
8427
8970
|
} | {
|
8428
8971
|
country: string;
|
@@ -8459,9 +9002,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8459
9002
|
} | {
|
8460
9003
|
type: string;
|
8461
9004
|
option: string;
|
8462
|
-
|
9005
|
+
path: string;
|
8463
9006
|
originalFilename: string;
|
8464
|
-
}[] |
|
9007
|
+
}[] | {
|
9008
|
+
start: string;
|
9009
|
+
end: string;
|
9010
|
+
} | null | undefined> | null | undefined;
|
8465
9011
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8466
9012
|
} | {
|
8467
9013
|
type: "REJECT_CORRECTION";
|
@@ -8474,7 +9020,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8474
9020
|
createdByRole: string;
|
8475
9021
|
declaration: Record<string, string | number | boolean | {
|
8476
9022
|
type: string;
|
8477
|
-
|
9023
|
+
path: string;
|
8478
9024
|
originalFilename: string;
|
8479
9025
|
} | {
|
8480
9026
|
country: string;
|
@@ -8511,15 +9057,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
8511
9057
|
} | {
|
8512
9058
|
type: string;
|
8513
9059
|
option: string;
|
8514
|
-
|
9060
|
+
path: string;
|
8515
9061
|
originalFilename: string;
|
8516
|
-
}[] |
|
9062
|
+
}[] | {
|
9063
|
+
start: string;
|
9064
|
+
end: string;
|
9065
|
+
} | null | undefined>;
|
8517
9066
|
requestId: string;
|
8518
9067
|
createdBySignature?: string | null | undefined;
|
8519
9068
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8520
9069
|
annotation?: Record<string, string | number | boolean | {
|
8521
9070
|
type: string;
|
8522
|
-
|
9071
|
+
path: string;
|
8523
9072
|
originalFilename: string;
|
8524
9073
|
} | {
|
8525
9074
|
country: string;
|
@@ -8556,9 +9105,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8556
9105
|
} | {
|
8557
9106
|
type: string;
|
8558
9107
|
option: string;
|
8559
|
-
|
9108
|
+
path: string;
|
8560
9109
|
originalFilename: string;
|
8561
|
-
}[] |
|
9110
|
+
}[] | {
|
9111
|
+
start: string;
|
9112
|
+
end: string;
|
9113
|
+
} | null | undefined> | null | undefined;
|
8562
9114
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8563
9115
|
} | {
|
8564
9116
|
type: "READ";
|
@@ -8571,7 +9123,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8571
9123
|
createdByRole: string;
|
8572
9124
|
declaration: Record<string, string | number | boolean | {
|
8573
9125
|
type: string;
|
8574
|
-
|
9126
|
+
path: string;
|
8575
9127
|
originalFilename: string;
|
8576
9128
|
} | {
|
8577
9129
|
country: string;
|
@@ -8608,14 +9160,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8608
9160
|
} | {
|
8609
9161
|
type: string;
|
8610
9162
|
option: string;
|
8611
|
-
|
9163
|
+
path: string;
|
8612
9164
|
originalFilename: string;
|
8613
|
-
}[] |
|
9165
|
+
}[] | {
|
9166
|
+
start: string;
|
9167
|
+
end: string;
|
9168
|
+
} | null | undefined>;
|
8614
9169
|
createdBySignature?: string | null | undefined;
|
8615
9170
|
createdAtLocation?: (string & z.BRAND<"UUID">) | null | undefined;
|
8616
9171
|
annotation?: Record<string, string | number | boolean | {
|
8617
9172
|
type: string;
|
8618
|
-
|
9173
|
+
path: string;
|
8619
9174
|
originalFilename: string;
|
8620
9175
|
} | {
|
8621
9176
|
country: string;
|
@@ -8652,12 +9207,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
8652
9207
|
} | {
|
8653
9208
|
type: string;
|
8654
9209
|
option: string;
|
8655
|
-
|
9210
|
+
path: string;
|
8656
9211
|
originalFilename: string;
|
8657
|
-
}[] |
|
9212
|
+
}[] | {
|
9213
|
+
start: string;
|
9214
|
+
end: string;
|
9215
|
+
} | null | undefined> | null | undefined;
|
8658
9216
|
originalActionId?: (string & z.BRAND<"UUID">) | null | undefined;
|
8659
9217
|
} | {
|
8660
|
-
type: "
|
9218
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
8661
9219
|
id: string & z.BRAND<"UUID">;
|
8662
9220
|
status: "Rejected";
|
8663
9221
|
transactionId: string;
|
@@ -8686,7 +9244,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8686
9244
|
createdByRole: string;
|
8687
9245
|
declaration: Record<string, string | number | boolean | {
|
8688
9246
|
type: string;
|
8689
|
-
|
9247
|
+
path: string;
|
8690
9248
|
originalFilename: string;
|
8691
9249
|
} | {
|
8692
9250
|
country: string;
|
@@ -8723,15 +9281,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
8723
9281
|
} | {
|
8724
9282
|
type: string;
|
8725
9283
|
option: string;
|
8726
|
-
|
9284
|
+
path: string;
|
8727
9285
|
originalFilename: string;
|
8728
|
-
}[] |
|
9286
|
+
}[] | {
|
9287
|
+
start: string;
|
9288
|
+
end: string;
|
9289
|
+
} | null | undefined>;
|
8729
9290
|
assignedTo: string;
|
8730
9291
|
createdBySignature?: string | null | undefined;
|
8731
9292
|
createdAtLocation?: string | null | undefined;
|
8732
9293
|
annotation?: Record<string, string | number | boolean | {
|
8733
9294
|
type: string;
|
8734
|
-
|
9295
|
+
path: string;
|
8735
9296
|
originalFilename: string;
|
8736
9297
|
} | {
|
8737
9298
|
country: string;
|
@@ -8768,9 +9329,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8768
9329
|
} | {
|
8769
9330
|
type: string;
|
8770
9331
|
option: string;
|
8771
|
-
|
9332
|
+
path: string;
|
8772
9333
|
originalFilename: string;
|
8773
|
-
}[] |
|
9334
|
+
}[] | {
|
9335
|
+
start: string;
|
9336
|
+
end: string;
|
9337
|
+
} | null | undefined> | null | undefined;
|
8774
9338
|
originalActionId?: string | null | undefined;
|
8775
9339
|
} | {
|
8776
9340
|
type: "UNASSIGN";
|
@@ -8783,7 +9347,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8783
9347
|
createdByRole: string;
|
8784
9348
|
declaration: Record<string, string | number | boolean | {
|
8785
9349
|
type: string;
|
8786
|
-
|
9350
|
+
path: string;
|
8787
9351
|
originalFilename: string;
|
8788
9352
|
} | {
|
8789
9353
|
country: string;
|
@@ -8820,14 +9384,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8820
9384
|
} | {
|
8821
9385
|
type: string;
|
8822
9386
|
option: string;
|
8823
|
-
|
9387
|
+
path: string;
|
8824
9388
|
originalFilename: string;
|
8825
|
-
}[] |
|
9389
|
+
}[] | {
|
9390
|
+
start: string;
|
9391
|
+
end: string;
|
9392
|
+
} | null | undefined>;
|
8826
9393
|
createdBySignature?: string | null | undefined;
|
8827
9394
|
createdAtLocation?: string | null | undefined;
|
8828
9395
|
annotation?: Record<string, string | number | boolean | {
|
8829
9396
|
type: string;
|
8830
|
-
|
9397
|
+
path: string;
|
8831
9398
|
originalFilename: string;
|
8832
9399
|
} | {
|
8833
9400
|
country: string;
|
@@ -8864,9 +9431,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8864
9431
|
} | {
|
8865
9432
|
type: string;
|
8866
9433
|
option: string;
|
8867
|
-
|
9434
|
+
path: string;
|
8868
9435
|
originalFilename: string;
|
8869
|
-
}[] |
|
9436
|
+
}[] | {
|
9437
|
+
start: string;
|
9438
|
+
end: string;
|
9439
|
+
} | null | undefined> | null | undefined;
|
8870
9440
|
originalActionId?: string | null | undefined;
|
8871
9441
|
} | {
|
8872
9442
|
type: "REGISTER";
|
@@ -8879,7 +9449,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8879
9449
|
createdByRole: string;
|
8880
9450
|
declaration: Record<string, string | number | boolean | {
|
8881
9451
|
type: string;
|
8882
|
-
|
9452
|
+
path: string;
|
8883
9453
|
originalFilename: string;
|
8884
9454
|
} | {
|
8885
9455
|
country: string;
|
@@ -8916,14 +9486,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
8916
9486
|
} | {
|
8917
9487
|
type: string;
|
8918
9488
|
option: string;
|
8919
|
-
|
9489
|
+
path: string;
|
8920
9490
|
originalFilename: string;
|
8921
|
-
}[] |
|
9491
|
+
}[] | {
|
9492
|
+
start: string;
|
9493
|
+
end: string;
|
9494
|
+
} | null | undefined>;
|
8922
9495
|
createdBySignature?: string | null | undefined;
|
8923
9496
|
createdAtLocation?: string | null | undefined;
|
8924
9497
|
annotation?: Record<string, string | number | boolean | {
|
8925
9498
|
type: string;
|
8926
|
-
|
9499
|
+
path: string;
|
8927
9500
|
originalFilename: string;
|
8928
9501
|
} | {
|
8929
9502
|
country: string;
|
@@ -8960,9 +9533,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
8960
9533
|
} | {
|
8961
9534
|
type: string;
|
8962
9535
|
option: string;
|
8963
|
-
|
9536
|
+
path: string;
|
8964
9537
|
originalFilename: string;
|
8965
|
-
}[] |
|
9538
|
+
}[] | {
|
9539
|
+
start: string;
|
9540
|
+
end: string;
|
9541
|
+
} | null | undefined> | null | undefined;
|
8966
9542
|
originalActionId?: string | null | undefined;
|
8967
9543
|
registrationNumber?: string | undefined;
|
8968
9544
|
} | {
|
@@ -8976,7 +9552,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8976
9552
|
createdByRole: string;
|
8977
9553
|
declaration: Record<string, string | number | boolean | {
|
8978
9554
|
type: string;
|
8979
|
-
|
9555
|
+
path: string;
|
8980
9556
|
originalFilename: string;
|
8981
9557
|
} | {
|
8982
9558
|
country: string;
|
@@ -9013,14 +9589,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9013
9589
|
} | {
|
9014
9590
|
type: string;
|
9015
9591
|
option: string;
|
9016
|
-
|
9592
|
+
path: string;
|
9017
9593
|
originalFilename: string;
|
9018
|
-
}[] |
|
9594
|
+
}[] | {
|
9595
|
+
start: string;
|
9596
|
+
end: string;
|
9597
|
+
} | null | undefined>;
|
9019
9598
|
createdBySignature?: string | null | undefined;
|
9020
9599
|
createdAtLocation?: string | null | undefined;
|
9021
9600
|
annotation?: Record<string, string | number | boolean | {
|
9022
9601
|
type: string;
|
9023
|
-
|
9602
|
+
path: string;
|
9024
9603
|
originalFilename: string;
|
9025
9604
|
} | {
|
9026
9605
|
country: string;
|
@@ -9057,9 +9636,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9057
9636
|
} | {
|
9058
9637
|
type: string;
|
9059
9638
|
option: string;
|
9060
|
-
|
9639
|
+
path: string;
|
9061
9640
|
originalFilename: string;
|
9062
|
-
}[] |
|
9641
|
+
}[] | {
|
9642
|
+
start: string;
|
9643
|
+
end: string;
|
9644
|
+
} | null | undefined> | null | undefined;
|
9063
9645
|
originalActionId?: string | null | undefined;
|
9064
9646
|
} | {
|
9065
9647
|
type: "VALIDATE";
|
@@ -9072,7 +9654,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9072
9654
|
createdByRole: string;
|
9073
9655
|
declaration: Record<string, string | number | boolean | {
|
9074
9656
|
type: string;
|
9075
|
-
|
9657
|
+
path: string;
|
9076
9658
|
originalFilename: string;
|
9077
9659
|
} | {
|
9078
9660
|
country: string;
|
@@ -9109,14 +9691,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9109
9691
|
} | {
|
9110
9692
|
type: string;
|
9111
9693
|
option: string;
|
9112
|
-
|
9694
|
+
path: string;
|
9113
9695
|
originalFilename: string;
|
9114
|
-
}[] |
|
9696
|
+
}[] | {
|
9697
|
+
start: string;
|
9698
|
+
end: string;
|
9699
|
+
} | null | undefined>;
|
9115
9700
|
createdBySignature?: string | null | undefined;
|
9116
9701
|
createdAtLocation?: string | null | undefined;
|
9117
9702
|
annotation?: Record<string, string | number | boolean | {
|
9118
9703
|
type: string;
|
9119
|
-
|
9704
|
+
path: string;
|
9120
9705
|
originalFilename: string;
|
9121
9706
|
} | {
|
9122
9707
|
country: string;
|
@@ -9153,9 +9738,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9153
9738
|
} | {
|
9154
9739
|
type: string;
|
9155
9740
|
option: string;
|
9156
|
-
|
9741
|
+
path: string;
|
9157
9742
|
originalFilename: string;
|
9158
|
-
}[] |
|
9743
|
+
}[] | {
|
9744
|
+
start: string;
|
9745
|
+
end: string;
|
9746
|
+
} | null | undefined> | null | undefined;
|
9159
9747
|
originalActionId?: string | null | undefined;
|
9160
9748
|
} | {
|
9161
9749
|
type: "REJECT";
|
@@ -9172,7 +9760,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9172
9760
|
createdByRole: string;
|
9173
9761
|
declaration: Record<string, string | number | boolean | {
|
9174
9762
|
type: string;
|
9175
|
-
|
9763
|
+
path: string;
|
9176
9764
|
originalFilename: string;
|
9177
9765
|
} | {
|
9178
9766
|
country: string;
|
@@ -9209,14 +9797,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9209
9797
|
} | {
|
9210
9798
|
type: string;
|
9211
9799
|
option: string;
|
9212
|
-
|
9800
|
+
path: string;
|
9213
9801
|
originalFilename: string;
|
9214
|
-
}[] |
|
9802
|
+
}[] | {
|
9803
|
+
start: string;
|
9804
|
+
end: string;
|
9805
|
+
} | null | undefined>;
|
9215
9806
|
createdBySignature?: string | null | undefined;
|
9216
9807
|
createdAtLocation?: string | null | undefined;
|
9217
9808
|
annotation?: Record<string, string | number | boolean | {
|
9218
9809
|
type: string;
|
9219
|
-
|
9810
|
+
path: string;
|
9220
9811
|
originalFilename: string;
|
9221
9812
|
} | {
|
9222
9813
|
country: string;
|
@@ -9253,9 +9844,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9253
9844
|
} | {
|
9254
9845
|
type: string;
|
9255
9846
|
option: string;
|
9256
|
-
|
9847
|
+
path: string;
|
9257
9848
|
originalFilename: string;
|
9258
|
-
}[] |
|
9849
|
+
}[] | {
|
9850
|
+
start: string;
|
9851
|
+
end: string;
|
9852
|
+
} | null | undefined> | null | undefined;
|
9259
9853
|
originalActionId?: string | null | undefined;
|
9260
9854
|
} | {
|
9261
9855
|
type: "MARKED_AS_DUPLICATE";
|
@@ -9268,7 +9862,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9268
9862
|
createdByRole: string;
|
9269
9863
|
declaration: Record<string, string | number | boolean | {
|
9270
9864
|
type: string;
|
9271
|
-
|
9865
|
+
path: string;
|
9272
9866
|
originalFilename: string;
|
9273
9867
|
} | {
|
9274
9868
|
country: string;
|
@@ -9305,14 +9899,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9305
9899
|
} | {
|
9306
9900
|
type: string;
|
9307
9901
|
option: string;
|
9308
|
-
|
9902
|
+
path: string;
|
9309
9903
|
originalFilename: string;
|
9310
|
-
}[] |
|
9904
|
+
}[] | {
|
9905
|
+
start: string;
|
9906
|
+
end: string;
|
9907
|
+
} | null | undefined>;
|
9311
9908
|
createdBySignature?: string | null | undefined;
|
9312
9909
|
createdAtLocation?: string | null | undefined;
|
9313
9910
|
annotation?: Record<string, string | number | boolean | {
|
9314
9911
|
type: string;
|
9315
|
-
|
9912
|
+
path: string;
|
9316
9913
|
originalFilename: string;
|
9317
9914
|
} | {
|
9318
9915
|
country: string;
|
@@ -9349,9 +9946,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9349
9946
|
} | {
|
9350
9947
|
type: string;
|
9351
9948
|
option: string;
|
9352
|
-
|
9949
|
+
path: string;
|
9353
9950
|
originalFilename: string;
|
9354
|
-
}[] |
|
9951
|
+
}[] | {
|
9952
|
+
start: string;
|
9953
|
+
end: string;
|
9954
|
+
} | null | undefined> | null | undefined;
|
9355
9955
|
originalActionId?: string | null | undefined;
|
9356
9956
|
} | {
|
9357
9957
|
type: "ARCHIVE";
|
@@ -9368,7 +9968,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9368
9968
|
createdByRole: string;
|
9369
9969
|
declaration: Record<string, string | number | boolean | {
|
9370
9970
|
type: string;
|
9371
|
-
|
9971
|
+
path: string;
|
9372
9972
|
originalFilename: string;
|
9373
9973
|
} | {
|
9374
9974
|
country: string;
|
@@ -9405,14 +10005,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9405
10005
|
} | {
|
9406
10006
|
type: string;
|
9407
10007
|
option: string;
|
9408
|
-
|
10008
|
+
path: string;
|
9409
10009
|
originalFilename: string;
|
9410
|
-
}[] |
|
10010
|
+
}[] | {
|
10011
|
+
start: string;
|
10012
|
+
end: string;
|
10013
|
+
} | null | undefined>;
|
9411
10014
|
createdBySignature?: string | null | undefined;
|
9412
10015
|
createdAtLocation?: string | null | undefined;
|
9413
10016
|
annotation?: Record<string, string | number | boolean | {
|
9414
10017
|
type: string;
|
9415
|
-
|
10018
|
+
path: string;
|
9416
10019
|
originalFilename: string;
|
9417
10020
|
} | {
|
9418
10021
|
country: string;
|
@@ -9449,9 +10052,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9449
10052
|
} | {
|
9450
10053
|
type: string;
|
9451
10054
|
option: string;
|
9452
|
-
|
10055
|
+
path: string;
|
9453
10056
|
originalFilename: string;
|
9454
|
-
}[] |
|
10057
|
+
}[] | {
|
10058
|
+
start: string;
|
10059
|
+
end: string;
|
10060
|
+
} | null | undefined> | null | undefined;
|
9455
10061
|
originalActionId?: string | null | undefined;
|
9456
10062
|
} | {
|
9457
10063
|
type: "CREATE";
|
@@ -9464,7 +10070,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9464
10070
|
createdByRole: string;
|
9465
10071
|
declaration: Record<string, string | number | boolean | {
|
9466
10072
|
type: string;
|
9467
|
-
|
10073
|
+
path: string;
|
9468
10074
|
originalFilename: string;
|
9469
10075
|
} | {
|
9470
10076
|
country: string;
|
@@ -9501,14 +10107,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9501
10107
|
} | {
|
9502
10108
|
type: string;
|
9503
10109
|
option: string;
|
9504
|
-
|
10110
|
+
path: string;
|
9505
10111
|
originalFilename: string;
|
9506
|
-
}[] |
|
10112
|
+
}[] | {
|
10113
|
+
start: string;
|
10114
|
+
end: string;
|
10115
|
+
} | null | undefined>;
|
9507
10116
|
createdBySignature?: string | null | undefined;
|
9508
10117
|
createdAtLocation?: string | null | undefined;
|
9509
10118
|
annotation?: Record<string, string | number | boolean | {
|
9510
10119
|
type: string;
|
9511
|
-
|
10120
|
+
path: string;
|
9512
10121
|
originalFilename: string;
|
9513
10122
|
} | {
|
9514
10123
|
country: string;
|
@@ -9545,9 +10154,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9545
10154
|
} | {
|
9546
10155
|
type: string;
|
9547
10156
|
option: string;
|
9548
|
-
|
10157
|
+
path: string;
|
9549
10158
|
originalFilename: string;
|
9550
|
-
}[] |
|
10159
|
+
}[] | {
|
10160
|
+
start: string;
|
10161
|
+
end: string;
|
10162
|
+
} | null | undefined> | null | undefined;
|
9551
10163
|
originalActionId?: string | null | undefined;
|
9552
10164
|
} | {
|
9553
10165
|
type: "NOTIFY";
|
@@ -9560,7 +10172,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9560
10172
|
createdByRole: string;
|
9561
10173
|
declaration: Record<string, string | number | boolean | {
|
9562
10174
|
type: string;
|
9563
|
-
|
10175
|
+
path: string;
|
9564
10176
|
originalFilename: string;
|
9565
10177
|
} | {
|
9566
10178
|
country: string;
|
@@ -9597,14 +10209,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9597
10209
|
} | {
|
9598
10210
|
type: string;
|
9599
10211
|
option: string;
|
9600
|
-
|
10212
|
+
path: string;
|
9601
10213
|
originalFilename: string;
|
9602
|
-
}[] |
|
10214
|
+
}[] | {
|
10215
|
+
start: string;
|
10216
|
+
end: string;
|
10217
|
+
} | null | undefined>;
|
9603
10218
|
createdBySignature?: string | null | undefined;
|
9604
10219
|
createdAtLocation?: string | null | undefined;
|
9605
10220
|
annotation?: Record<string, string | number | boolean | {
|
9606
10221
|
type: string;
|
9607
|
-
|
10222
|
+
path: string;
|
9608
10223
|
originalFilename: string;
|
9609
10224
|
} | {
|
9610
10225
|
country: string;
|
@@ -9641,9 +10256,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9641
10256
|
} | {
|
9642
10257
|
type: string;
|
9643
10258
|
option: string;
|
9644
|
-
|
10259
|
+
path: string;
|
9645
10260
|
originalFilename: string;
|
9646
|
-
}[] |
|
10261
|
+
}[] | {
|
10262
|
+
start: string;
|
10263
|
+
end: string;
|
10264
|
+
} | null | undefined> | null | undefined;
|
9647
10265
|
originalActionId?: string | null | undefined;
|
9648
10266
|
} | {
|
9649
10267
|
type: "PRINT_CERTIFICATE";
|
@@ -9656,7 +10274,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9656
10274
|
createdByRole: string;
|
9657
10275
|
declaration: Record<string, string | number | boolean | {
|
9658
10276
|
type: string;
|
9659
|
-
|
10277
|
+
path: string;
|
9660
10278
|
originalFilename: string;
|
9661
10279
|
} | {
|
9662
10280
|
country: string;
|
@@ -9693,14 +10311,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9693
10311
|
} | {
|
9694
10312
|
type: string;
|
9695
10313
|
option: string;
|
9696
|
-
|
10314
|
+
path: string;
|
9697
10315
|
originalFilename: string;
|
9698
|
-
}[] |
|
10316
|
+
}[] | {
|
10317
|
+
start: string;
|
10318
|
+
end: string;
|
10319
|
+
} | null | undefined>;
|
9699
10320
|
createdBySignature?: string | null | undefined;
|
9700
10321
|
createdAtLocation?: string | null | undefined;
|
9701
10322
|
annotation?: Record<string, string | number | boolean | {
|
9702
10323
|
type: string;
|
9703
|
-
|
10324
|
+
path: string;
|
9704
10325
|
originalFilename: string;
|
9705
10326
|
} | {
|
9706
10327
|
country: string;
|
@@ -9737,9 +10358,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9737
10358
|
} | {
|
9738
10359
|
type: string;
|
9739
10360
|
option: string;
|
9740
|
-
|
10361
|
+
path: string;
|
9741
10362
|
originalFilename: string;
|
9742
|
-
}[] |
|
10363
|
+
}[] | {
|
10364
|
+
start: string;
|
10365
|
+
end: string;
|
10366
|
+
} | null | undefined> | null | undefined;
|
9743
10367
|
originalActionId?: string | null | undefined;
|
9744
10368
|
} | {
|
9745
10369
|
type: "REQUEST_CORRECTION";
|
@@ -9752,7 +10376,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9752
10376
|
createdByRole: string;
|
9753
10377
|
declaration: Record<string, string | number | boolean | {
|
9754
10378
|
type: string;
|
9755
|
-
|
10379
|
+
path: string;
|
9756
10380
|
originalFilename: string;
|
9757
10381
|
} | {
|
9758
10382
|
country: string;
|
@@ -9789,14 +10413,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
9789
10413
|
} | {
|
9790
10414
|
type: string;
|
9791
10415
|
option: string;
|
9792
|
-
|
10416
|
+
path: string;
|
9793
10417
|
originalFilename: string;
|
9794
|
-
}[] |
|
10418
|
+
}[] | {
|
10419
|
+
start: string;
|
10420
|
+
end: string;
|
10421
|
+
} | null | undefined>;
|
9795
10422
|
createdBySignature?: string | null | undefined;
|
9796
10423
|
createdAtLocation?: string | null | undefined;
|
9797
10424
|
annotation?: Record<string, string | number | boolean | {
|
9798
10425
|
type: string;
|
9799
|
-
|
10426
|
+
path: string;
|
9800
10427
|
originalFilename: string;
|
9801
10428
|
} | {
|
9802
10429
|
country: string;
|
@@ -9833,9 +10460,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9833
10460
|
} | {
|
9834
10461
|
type: string;
|
9835
10462
|
option: string;
|
9836
|
-
|
10463
|
+
path: string;
|
9837
10464
|
originalFilename: string;
|
9838
|
-
}[] |
|
10465
|
+
}[] | {
|
10466
|
+
start: string;
|
10467
|
+
end: string;
|
10468
|
+
} | null | undefined> | null | undefined;
|
9839
10469
|
originalActionId?: string | null | undefined;
|
9840
10470
|
} | {
|
9841
10471
|
type: "APPROVE_CORRECTION";
|
@@ -9848,7 +10478,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9848
10478
|
createdByRole: string;
|
9849
10479
|
declaration: Record<string, string | number | boolean | {
|
9850
10480
|
type: string;
|
9851
|
-
|
10481
|
+
path: string;
|
9852
10482
|
originalFilename: string;
|
9853
10483
|
} | {
|
9854
10484
|
country: string;
|
@@ -9885,15 +10515,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
9885
10515
|
} | {
|
9886
10516
|
type: string;
|
9887
10517
|
option: string;
|
9888
|
-
|
10518
|
+
path: string;
|
9889
10519
|
originalFilename: string;
|
9890
|
-
}[] |
|
10520
|
+
}[] | {
|
10521
|
+
start: string;
|
10522
|
+
end: string;
|
10523
|
+
} | null | undefined>;
|
9891
10524
|
requestId: string;
|
9892
10525
|
createdBySignature?: string | null | undefined;
|
9893
10526
|
createdAtLocation?: string | null | undefined;
|
9894
10527
|
annotation?: Record<string, string | number | boolean | {
|
9895
10528
|
type: string;
|
9896
|
-
|
10529
|
+
path: string;
|
9897
10530
|
originalFilename: string;
|
9898
10531
|
} | {
|
9899
10532
|
country: string;
|
@@ -9930,9 +10563,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
9930
10563
|
} | {
|
9931
10564
|
type: string;
|
9932
10565
|
option: string;
|
9933
|
-
|
10566
|
+
path: string;
|
9934
10567
|
originalFilename: string;
|
9935
|
-
}[] |
|
10568
|
+
}[] | {
|
10569
|
+
start: string;
|
10570
|
+
end: string;
|
10571
|
+
} | null | undefined> | null | undefined;
|
9936
10572
|
originalActionId?: string | null | undefined;
|
9937
10573
|
} | {
|
9938
10574
|
type: "REJECT_CORRECTION";
|
@@ -9945,7 +10581,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9945
10581
|
createdByRole: string;
|
9946
10582
|
declaration: Record<string, string | number | boolean | {
|
9947
10583
|
type: string;
|
9948
|
-
|
10584
|
+
path: string;
|
9949
10585
|
originalFilename: string;
|
9950
10586
|
} | {
|
9951
10587
|
country: string;
|
@@ -9982,15 +10618,18 @@ export declare const EventDocument: z.ZodObject<{
|
|
9982
10618
|
} | {
|
9983
10619
|
type: string;
|
9984
10620
|
option: string;
|
9985
|
-
|
10621
|
+
path: string;
|
9986
10622
|
originalFilename: string;
|
9987
|
-
}[] |
|
10623
|
+
}[] | {
|
10624
|
+
start: string;
|
10625
|
+
end: string;
|
10626
|
+
} | null | undefined>;
|
9988
10627
|
requestId: string;
|
9989
10628
|
createdBySignature?: string | null | undefined;
|
9990
10629
|
createdAtLocation?: string | null | undefined;
|
9991
10630
|
annotation?: Record<string, string | number | boolean | {
|
9992
10631
|
type: string;
|
9993
|
-
|
10632
|
+
path: string;
|
9994
10633
|
originalFilename: string;
|
9995
10634
|
} | {
|
9996
10635
|
country: string;
|
@@ -10027,9 +10666,12 @@ export declare const EventDocument: z.ZodObject<{
|
|
10027
10666
|
} | {
|
10028
10667
|
type: string;
|
10029
10668
|
option: string;
|
10030
|
-
|
10669
|
+
path: string;
|
10031
10670
|
originalFilename: string;
|
10032
|
-
}[] |
|
10671
|
+
}[] | {
|
10672
|
+
start: string;
|
10673
|
+
end: string;
|
10674
|
+
} | null | undefined> | null | undefined;
|
10033
10675
|
originalActionId?: string | null | undefined;
|
10034
10676
|
} | {
|
10035
10677
|
type: "READ";
|
@@ -10042,7 +10684,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
10042
10684
|
createdByRole: string;
|
10043
10685
|
declaration: Record<string, string | number | boolean | {
|
10044
10686
|
type: string;
|
10045
|
-
|
10687
|
+
path: string;
|
10046
10688
|
originalFilename: string;
|
10047
10689
|
} | {
|
10048
10690
|
country: string;
|
@@ -10079,14 +10721,17 @@ export declare const EventDocument: z.ZodObject<{
|
|
10079
10721
|
} | {
|
10080
10722
|
type: string;
|
10081
10723
|
option: string;
|
10082
|
-
|
10724
|
+
path: string;
|
10083
10725
|
originalFilename: string;
|
10084
|
-
}[] |
|
10726
|
+
}[] | {
|
10727
|
+
start: string;
|
10728
|
+
end: string;
|
10729
|
+
} | null | undefined>;
|
10085
10730
|
createdBySignature?: string | null | undefined;
|
10086
10731
|
createdAtLocation?: string | null | undefined;
|
10087
10732
|
annotation?: Record<string, string | number | boolean | {
|
10088
10733
|
type: string;
|
10089
|
-
|
10734
|
+
path: string;
|
10090
10735
|
originalFilename: string;
|
10091
10736
|
} | {
|
10092
10737
|
country: string;
|
@@ -10123,12 +10768,15 @@ export declare const EventDocument: z.ZodObject<{
|
|
10123
10768
|
} | {
|
10124
10769
|
type: string;
|
10125
10770
|
option: string;
|
10126
|
-
|
10771
|
+
path: string;
|
10127
10772
|
originalFilename: string;
|
10128
|
-
}[] |
|
10773
|
+
}[] | {
|
10774
|
+
start: string;
|
10775
|
+
end: string;
|
10776
|
+
} | null | undefined> | null | undefined;
|
10129
10777
|
originalActionId?: string | null | undefined;
|
10130
10778
|
} | {
|
10131
|
-
type: "
|
10779
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
10132
10780
|
id: string;
|
10133
10781
|
status: "Rejected";
|
10134
10782
|
transactionId: string;
|