@opencrvs/toolkit 1.8.0-rc.f466807 → 1.8.0-rc.f7e8fb5
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 +445 -697
- package/dist/commons/conditionals/validate.d.ts +0 -27
- package/dist/commons/events/ActionConfig.d.ts +142 -4410
- package/dist/commons/events/ActionDocument.d.ts +103 -103
- package/dist/commons/events/ActionInput.d.ts +156 -156
- package/dist/commons/events/Draft.d.ts +16 -16
- package/dist/commons/events/EventConfig.d.ts +112 -1680
- package/dist/commons/events/EventConfigInput.d.ts +2 -2
- package/dist/commons/events/EventDocument.d.ts +150 -150
- package/dist/commons/events/FieldConfig.d.ts +2 -158
- package/dist/commons/events/FieldType.d.ts +1 -2
- package/dist/commons/events/FieldTypeMapping.d.ts +2 -52
- package/dist/commons/events/FieldValue.d.ts +4 -6
- package/dist/commons/events/FormConfig.d.ts +23 -361
- package/dist/commons/events/defineConfig.d.ts +28 -280
- package/dist/commons/events/test.utils.d.ts +13 -15
- package/dist/commons/events/utils.d.ts +11 -84
- package/dist/events/index.js +57 -466
- package/package.json +1 -1
- package/dist/commons/conditionals/validate.test.d.ts +0 -2
@@ -85,7 +85,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
85
85
|
province: string;
|
86
86
|
urbanOrRural: "RURAL";
|
87
87
|
village?: string | null | undefined;
|
88
|
-
}
|
88
|
+
}>]>>;
|
89
89
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
90
90
|
filename: z.ZodString;
|
91
91
|
originalFilename: z.ZodString;
|
@@ -163,7 +163,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
163
163
|
province: string;
|
164
164
|
urbanOrRural: "RURAL";
|
165
165
|
village?: string | null | undefined;
|
166
|
-
}
|
166
|
+
}>]>>>;
|
167
167
|
createdAtLocation: z.ZodString;
|
168
168
|
}, {
|
169
169
|
type: z.ZodLiteral<"CREATE">;
|
@@ -195,7 +195,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
195
195
|
option: string;
|
196
196
|
filename: string;
|
197
197
|
originalFilename: string;
|
198
|
-
}[]
|
198
|
+
}[]>;
|
199
199
|
createdAt: string;
|
200
200
|
createdBy: string;
|
201
201
|
createdAtLocation: string;
|
@@ -224,7 +224,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
224
224
|
option: string;
|
225
225
|
filename: string;
|
226
226
|
originalFilename: string;
|
227
|
-
}[]
|
227
|
+
}[]> | undefined;
|
228
228
|
}, {
|
229
229
|
type: "CREATE";
|
230
230
|
id: string;
|
@@ -253,7 +253,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
253
253
|
option: string;
|
254
254
|
filename: string;
|
255
255
|
originalFilename: string;
|
256
|
-
}[]
|
256
|
+
}[]>;
|
257
257
|
createdAt: string;
|
258
258
|
createdBy: string;
|
259
259
|
createdAtLocation: string;
|
@@ -282,7 +282,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
282
282
|
option: string;
|
283
283
|
filename: string;
|
284
284
|
originalFilename: string;
|
285
|
-
}[]
|
285
|
+
}[]> | undefined;
|
286
286
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
287
287
|
id: z.ZodString;
|
288
288
|
createdAt: z.ZodString;
|
@@ -364,7 +364,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
364
364
|
province: string;
|
365
365
|
urbanOrRural: "RURAL";
|
366
366
|
village?: string | null | undefined;
|
367
|
-
}
|
367
|
+
}>]>>;
|
368
368
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
369
369
|
filename: z.ZodString;
|
370
370
|
originalFilename: z.ZodString;
|
@@ -442,7 +442,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
442
442
|
province: string;
|
443
443
|
urbanOrRural: "RURAL";
|
444
444
|
village?: string | null | undefined;
|
445
|
-
}
|
445
|
+
}>]>>>;
|
446
446
|
createdAtLocation: z.ZodString;
|
447
447
|
}, {
|
448
448
|
type: z.ZodLiteral<"VALIDATE">;
|
@@ -474,7 +474,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
474
474
|
option: string;
|
475
475
|
filename: string;
|
476
476
|
originalFilename: string;
|
477
|
-
}[]
|
477
|
+
}[]>;
|
478
478
|
createdAt: string;
|
479
479
|
createdBy: string;
|
480
480
|
createdAtLocation: string;
|
@@ -503,7 +503,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
503
503
|
option: string;
|
504
504
|
filename: string;
|
505
505
|
originalFilename: string;
|
506
|
-
}[]
|
506
|
+
}[]> | undefined;
|
507
507
|
}, {
|
508
508
|
type: "VALIDATE";
|
509
509
|
id: string;
|
@@ -532,7 +532,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
532
532
|
option: string;
|
533
533
|
filename: string;
|
534
534
|
originalFilename: string;
|
535
|
-
}[]
|
535
|
+
}[]>;
|
536
536
|
createdAt: string;
|
537
537
|
createdBy: string;
|
538
538
|
createdAtLocation: string;
|
@@ -561,7 +561,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
561
561
|
option: string;
|
562
562
|
filename: string;
|
563
563
|
originalFilename: string;
|
564
|
-
}[]
|
564
|
+
}[]> | undefined;
|
565
565
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
566
566
|
id: z.ZodString;
|
567
567
|
createdAt: z.ZodString;
|
@@ -643,7 +643,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
643
643
|
province: string;
|
644
644
|
urbanOrRural: "RURAL";
|
645
645
|
village?: string | null | undefined;
|
646
|
-
}
|
646
|
+
}>]>>;
|
647
647
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
648
648
|
filename: z.ZodString;
|
649
649
|
originalFilename: z.ZodString;
|
@@ -721,7 +721,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
721
721
|
province: string;
|
722
722
|
urbanOrRural: "RURAL";
|
723
723
|
village?: string | null | undefined;
|
724
|
-
}
|
724
|
+
}>]>>>;
|
725
725
|
createdAtLocation: z.ZodString;
|
726
726
|
}, {
|
727
727
|
type: z.ZodLiteral<"REJECT">;
|
@@ -753,7 +753,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
753
753
|
option: string;
|
754
754
|
filename: string;
|
755
755
|
originalFilename: string;
|
756
|
-
}[]
|
756
|
+
}[]>;
|
757
757
|
createdAt: string;
|
758
758
|
createdBy: string;
|
759
759
|
createdAtLocation: string;
|
@@ -782,7 +782,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
782
782
|
option: string;
|
783
783
|
filename: string;
|
784
784
|
originalFilename: string;
|
785
|
-
}[]
|
785
|
+
}[]> | undefined;
|
786
786
|
}, {
|
787
787
|
type: "REJECT";
|
788
788
|
id: string;
|
@@ -811,7 +811,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
811
811
|
option: string;
|
812
812
|
filename: string;
|
813
813
|
originalFilename: string;
|
814
|
-
}[]
|
814
|
+
}[]>;
|
815
815
|
createdAt: string;
|
816
816
|
createdBy: string;
|
817
817
|
createdAtLocation: string;
|
@@ -840,7 +840,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
840
840
|
option: string;
|
841
841
|
filename: string;
|
842
842
|
originalFilename: string;
|
843
|
-
}[]
|
843
|
+
}[]> | undefined;
|
844
844
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
845
845
|
id: z.ZodString;
|
846
846
|
createdAt: z.ZodString;
|
@@ -922,7 +922,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
922
922
|
province: string;
|
923
923
|
urbanOrRural: "RURAL";
|
924
924
|
village?: string | null | undefined;
|
925
|
-
}
|
925
|
+
}>]>>;
|
926
926
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
927
927
|
filename: z.ZodString;
|
928
928
|
originalFilename: z.ZodString;
|
@@ -1000,7 +1000,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1000
1000
|
province: string;
|
1001
1001
|
urbanOrRural: "RURAL";
|
1002
1002
|
village?: string | null | undefined;
|
1003
|
-
}
|
1003
|
+
}>]>>>;
|
1004
1004
|
createdAtLocation: z.ZodString;
|
1005
1005
|
}, {
|
1006
1006
|
type: z.ZodLiteral<"MARKED_AS_DUPLICATE">;
|
@@ -1032,7 +1032,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1032
1032
|
option: string;
|
1033
1033
|
filename: string;
|
1034
1034
|
originalFilename: string;
|
1035
|
-
}[]
|
1035
|
+
}[]>;
|
1036
1036
|
createdAt: string;
|
1037
1037
|
createdBy: string;
|
1038
1038
|
createdAtLocation: string;
|
@@ -1061,7 +1061,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1061
1061
|
option: string;
|
1062
1062
|
filename: string;
|
1063
1063
|
originalFilename: string;
|
1064
|
-
}[]
|
1064
|
+
}[]> | undefined;
|
1065
1065
|
}, {
|
1066
1066
|
type: "MARKED_AS_DUPLICATE";
|
1067
1067
|
id: string;
|
@@ -1090,7 +1090,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1090
1090
|
option: string;
|
1091
1091
|
filename: string;
|
1092
1092
|
originalFilename: string;
|
1093
|
-
}[]
|
1093
|
+
}[]>;
|
1094
1094
|
createdAt: string;
|
1095
1095
|
createdBy: string;
|
1096
1096
|
createdAtLocation: string;
|
@@ -1119,7 +1119,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1119
1119
|
option: string;
|
1120
1120
|
filename: string;
|
1121
1121
|
originalFilename: string;
|
1122
|
-
}[]
|
1122
|
+
}[]> | undefined;
|
1123
1123
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1124
1124
|
id: z.ZodString;
|
1125
1125
|
createdAt: z.ZodString;
|
@@ -1201,7 +1201,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1201
1201
|
province: string;
|
1202
1202
|
urbanOrRural: "RURAL";
|
1203
1203
|
village?: string | null | undefined;
|
1204
|
-
}
|
1204
|
+
}>]>>;
|
1205
1205
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1206
1206
|
filename: z.ZodString;
|
1207
1207
|
originalFilename: z.ZodString;
|
@@ -1279,7 +1279,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1279
1279
|
province: string;
|
1280
1280
|
urbanOrRural: "RURAL";
|
1281
1281
|
village?: string | null | undefined;
|
1282
|
-
}
|
1282
|
+
}>]>>>;
|
1283
1283
|
createdAtLocation: z.ZodString;
|
1284
1284
|
}, {
|
1285
1285
|
type: z.ZodLiteral<"ARCHIVE">;
|
@@ -1311,7 +1311,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1311
1311
|
option: string;
|
1312
1312
|
filename: string;
|
1313
1313
|
originalFilename: string;
|
1314
|
-
}[]
|
1314
|
+
}[]>;
|
1315
1315
|
createdAt: string;
|
1316
1316
|
createdBy: string;
|
1317
1317
|
createdAtLocation: string;
|
@@ -1340,7 +1340,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1340
1340
|
option: string;
|
1341
1341
|
filename: string;
|
1342
1342
|
originalFilename: string;
|
1343
|
-
}[]
|
1343
|
+
}[]> | undefined;
|
1344
1344
|
}, {
|
1345
1345
|
type: "ARCHIVE";
|
1346
1346
|
id: string;
|
@@ -1369,7 +1369,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1369
1369
|
option: string;
|
1370
1370
|
filename: string;
|
1371
1371
|
originalFilename: string;
|
1372
|
-
}[]
|
1372
|
+
}[]>;
|
1373
1373
|
createdAt: string;
|
1374
1374
|
createdBy: string;
|
1375
1375
|
createdAtLocation: string;
|
@@ -1398,7 +1398,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1398
1398
|
option: string;
|
1399
1399
|
filename: string;
|
1400
1400
|
originalFilename: string;
|
1401
|
-
}[]
|
1401
|
+
}[]> | undefined;
|
1402
1402
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1403
1403
|
id: z.ZodString;
|
1404
1404
|
createdAt: z.ZodString;
|
@@ -1480,7 +1480,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1480
1480
|
province: string;
|
1481
1481
|
urbanOrRural: "RURAL";
|
1482
1482
|
village?: string | null | undefined;
|
1483
|
-
}
|
1483
|
+
}>]>>;
|
1484
1484
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1485
1485
|
filename: z.ZodString;
|
1486
1486
|
originalFilename: z.ZodString;
|
@@ -1558,7 +1558,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1558
1558
|
province: string;
|
1559
1559
|
urbanOrRural: "RURAL";
|
1560
1560
|
village?: string | null | undefined;
|
1561
|
-
}
|
1561
|
+
}>]>>>;
|
1562
1562
|
createdAtLocation: z.ZodString;
|
1563
1563
|
}, {
|
1564
1564
|
type: z.ZodLiteral<"NOTIFY">;
|
@@ -1590,7 +1590,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1590
1590
|
option: string;
|
1591
1591
|
filename: string;
|
1592
1592
|
originalFilename: string;
|
1593
|
-
}[]
|
1593
|
+
}[]>;
|
1594
1594
|
createdAt: string;
|
1595
1595
|
createdBy: string;
|
1596
1596
|
createdAtLocation: string;
|
@@ -1619,7 +1619,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1619
1619
|
option: string;
|
1620
1620
|
filename: string;
|
1621
1621
|
originalFilename: string;
|
1622
|
-
}[]
|
1622
|
+
}[]> | undefined;
|
1623
1623
|
}, {
|
1624
1624
|
type: "NOTIFY";
|
1625
1625
|
id: string;
|
@@ -1648,7 +1648,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1648
1648
|
option: string;
|
1649
1649
|
filename: string;
|
1650
1650
|
originalFilename: string;
|
1651
|
-
}[]
|
1651
|
+
}[]>;
|
1652
1652
|
createdAt: string;
|
1653
1653
|
createdBy: string;
|
1654
1654
|
createdAtLocation: string;
|
@@ -1677,7 +1677,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1677
1677
|
option: string;
|
1678
1678
|
filename: string;
|
1679
1679
|
originalFilename: string;
|
1680
|
-
}[]
|
1680
|
+
}[]> | undefined;
|
1681
1681
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1682
1682
|
id: z.ZodString;
|
1683
1683
|
createdAt: z.ZodString;
|
@@ -1759,7 +1759,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1759
1759
|
province: string;
|
1760
1760
|
urbanOrRural: "RURAL";
|
1761
1761
|
village?: string | null | undefined;
|
1762
|
-
}
|
1762
|
+
}>]>>;
|
1763
1763
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1764
1764
|
filename: z.ZodString;
|
1765
1765
|
originalFilename: z.ZodString;
|
@@ -1837,7 +1837,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1837
1837
|
province: string;
|
1838
1838
|
urbanOrRural: "RURAL";
|
1839
1839
|
village?: string | null | undefined;
|
1840
|
-
}
|
1840
|
+
}>]>>>;
|
1841
1841
|
createdAtLocation: z.ZodString;
|
1842
1842
|
}, {
|
1843
1843
|
type: z.ZodLiteral<"REGISTER">;
|
@@ -1879,7 +1879,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1879
1879
|
option: string;
|
1880
1880
|
filename: string;
|
1881
1881
|
originalFilename: string;
|
1882
|
-
}[]
|
1882
|
+
}[]>;
|
1883
1883
|
createdAt: string;
|
1884
1884
|
createdBy: string;
|
1885
1885
|
createdAtLocation: string;
|
@@ -1912,7 +1912,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1912
1912
|
option: string;
|
1913
1913
|
filename: string;
|
1914
1914
|
originalFilename: string;
|
1915
|
-
}[]
|
1915
|
+
}[]> | undefined;
|
1916
1916
|
}, {
|
1917
1917
|
type: "REGISTER";
|
1918
1918
|
id: string;
|
@@ -1941,7 +1941,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1941
1941
|
option: string;
|
1942
1942
|
filename: string;
|
1943
1943
|
originalFilename: string;
|
1944
|
-
}[]
|
1944
|
+
}[]>;
|
1945
1945
|
createdAt: string;
|
1946
1946
|
createdBy: string;
|
1947
1947
|
createdAtLocation: string;
|
@@ -1974,7 +1974,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1974
1974
|
option: string;
|
1975
1975
|
filename: string;
|
1976
1976
|
originalFilename: string;
|
1977
|
-
}[]
|
1977
|
+
}[]> | undefined;
|
1978
1978
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1979
1979
|
id: z.ZodString;
|
1980
1980
|
createdAt: z.ZodString;
|
@@ -2056,7 +2056,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2056
2056
|
province: string;
|
2057
2057
|
urbanOrRural: "RURAL";
|
2058
2058
|
village?: string | null | undefined;
|
2059
|
-
}
|
2059
|
+
}>]>>;
|
2060
2060
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2061
2061
|
filename: z.ZodString;
|
2062
2062
|
originalFilename: z.ZodString;
|
@@ -2134,7 +2134,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2134
2134
|
province: string;
|
2135
2135
|
urbanOrRural: "RURAL";
|
2136
2136
|
village?: string | null | undefined;
|
2137
|
-
}
|
2137
|
+
}>]>>>;
|
2138
2138
|
createdAtLocation: z.ZodString;
|
2139
2139
|
}, {
|
2140
2140
|
type: z.ZodLiteral<"DECLARE">;
|
@@ -2166,7 +2166,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2166
2166
|
option: string;
|
2167
2167
|
filename: string;
|
2168
2168
|
originalFilename: string;
|
2169
|
-
}[]
|
2169
|
+
}[]>;
|
2170
2170
|
createdAt: string;
|
2171
2171
|
createdBy: string;
|
2172
2172
|
createdAtLocation: string;
|
@@ -2195,7 +2195,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2195
2195
|
option: string;
|
2196
2196
|
filename: string;
|
2197
2197
|
originalFilename: string;
|
2198
|
-
}[]
|
2198
|
+
}[]> | undefined;
|
2199
2199
|
}, {
|
2200
2200
|
type: "DECLARE";
|
2201
2201
|
id: string;
|
@@ -2224,7 +2224,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2224
2224
|
option: string;
|
2225
2225
|
filename: string;
|
2226
2226
|
originalFilename: string;
|
2227
|
-
}[]
|
2227
|
+
}[]>;
|
2228
2228
|
createdAt: string;
|
2229
2229
|
createdBy: string;
|
2230
2230
|
createdAtLocation: string;
|
@@ -2253,7 +2253,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2253
2253
|
option: string;
|
2254
2254
|
filename: string;
|
2255
2255
|
originalFilename: string;
|
2256
|
-
}[]
|
2256
|
+
}[]> | undefined;
|
2257
2257
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2258
2258
|
id: z.ZodString;
|
2259
2259
|
createdAt: z.ZodString;
|
@@ -2335,7 +2335,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2335
2335
|
province: string;
|
2336
2336
|
urbanOrRural: "RURAL";
|
2337
2337
|
village?: string | null | undefined;
|
2338
|
-
}
|
2338
|
+
}>]>>;
|
2339
2339
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2340
2340
|
filename: z.ZodString;
|
2341
2341
|
originalFilename: z.ZodString;
|
@@ -2413,7 +2413,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2413
2413
|
province: string;
|
2414
2414
|
urbanOrRural: "RURAL";
|
2415
2415
|
village?: string | null | undefined;
|
2416
|
-
}
|
2416
|
+
}>]>>>;
|
2417
2417
|
createdAtLocation: z.ZodString;
|
2418
2418
|
}, {
|
2419
2419
|
type: z.ZodLiteral<"ASSIGN">;
|
@@ -2446,7 +2446,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2446
2446
|
option: string;
|
2447
2447
|
filename: string;
|
2448
2448
|
originalFilename: string;
|
2449
|
-
}[]
|
2449
|
+
}[]>;
|
2450
2450
|
createdAt: string;
|
2451
2451
|
createdBy: string;
|
2452
2452
|
createdAtLocation: string;
|
@@ -2476,7 +2476,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2476
2476
|
option: string;
|
2477
2477
|
filename: string;
|
2478
2478
|
originalFilename: string;
|
2479
|
-
}[]
|
2479
|
+
}[]> | undefined;
|
2480
2480
|
}, {
|
2481
2481
|
type: "ASSIGN";
|
2482
2482
|
id: string;
|
@@ -2505,7 +2505,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2505
2505
|
option: string;
|
2506
2506
|
filename: string;
|
2507
2507
|
originalFilename: string;
|
2508
|
-
}[]
|
2508
|
+
}[]>;
|
2509
2509
|
createdAt: string;
|
2510
2510
|
createdBy: string;
|
2511
2511
|
createdAtLocation: string;
|
@@ -2535,7 +2535,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2535
2535
|
option: string;
|
2536
2536
|
filename: string;
|
2537
2537
|
originalFilename: string;
|
2538
|
-
}[]
|
2538
|
+
}[]> | undefined;
|
2539
2539
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2540
2540
|
id: z.ZodString;
|
2541
2541
|
createdAt: z.ZodString;
|
@@ -2617,7 +2617,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2617
2617
|
province: string;
|
2618
2618
|
urbanOrRural: "RURAL";
|
2619
2619
|
village?: string | null | undefined;
|
2620
|
-
}
|
2620
|
+
}>]>>;
|
2621
2621
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2622
2622
|
filename: z.ZodString;
|
2623
2623
|
originalFilename: z.ZodString;
|
@@ -2695,7 +2695,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2695
2695
|
province: string;
|
2696
2696
|
urbanOrRural: "RURAL";
|
2697
2697
|
village?: string | null | undefined;
|
2698
|
-
}
|
2698
|
+
}>]>>>;
|
2699
2699
|
createdAtLocation: z.ZodString;
|
2700
2700
|
}, {
|
2701
2701
|
type: z.ZodLiteral<"REQUEST_CORRECTION">;
|
@@ -2727,7 +2727,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2727
2727
|
option: string;
|
2728
2728
|
filename: string;
|
2729
2729
|
originalFilename: string;
|
2730
|
-
}[]
|
2730
|
+
}[]>;
|
2731
2731
|
createdAt: string;
|
2732
2732
|
createdBy: string;
|
2733
2733
|
createdAtLocation: string;
|
@@ -2756,7 +2756,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2756
2756
|
option: string;
|
2757
2757
|
filename: string;
|
2758
2758
|
originalFilename: string;
|
2759
|
-
}[]
|
2759
|
+
}[]> | undefined;
|
2760
2760
|
}, {
|
2761
2761
|
type: "REQUEST_CORRECTION";
|
2762
2762
|
id: string;
|
@@ -2785,7 +2785,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2785
2785
|
option: string;
|
2786
2786
|
filename: string;
|
2787
2787
|
originalFilename: string;
|
2788
|
-
}[]
|
2788
|
+
}[]>;
|
2789
2789
|
createdAt: string;
|
2790
2790
|
createdBy: string;
|
2791
2791
|
createdAtLocation: string;
|
@@ -2814,7 +2814,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2814
2814
|
option: string;
|
2815
2815
|
filename: string;
|
2816
2816
|
originalFilename: string;
|
2817
|
-
}[]
|
2817
|
+
}[]> | undefined;
|
2818
2818
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2819
2819
|
id: z.ZodString;
|
2820
2820
|
createdAt: z.ZodString;
|
@@ -2896,7 +2896,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2896
2896
|
province: string;
|
2897
2897
|
urbanOrRural: "RURAL";
|
2898
2898
|
village?: string | null | undefined;
|
2899
|
-
}
|
2899
|
+
}>]>>;
|
2900
2900
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2901
2901
|
filename: z.ZodString;
|
2902
2902
|
originalFilename: z.ZodString;
|
@@ -2974,7 +2974,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2974
2974
|
province: string;
|
2975
2975
|
urbanOrRural: "RURAL";
|
2976
2976
|
village?: string | null | undefined;
|
2977
|
-
}
|
2977
|
+
}>]>>>;
|
2978
2978
|
createdAtLocation: z.ZodString;
|
2979
2979
|
}, {
|
2980
2980
|
type: z.ZodLiteral<"APPROVE_CORRECTION">;
|
@@ -3007,7 +3007,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3007
3007
|
option: string;
|
3008
3008
|
filename: string;
|
3009
3009
|
originalFilename: string;
|
3010
|
-
}[]
|
3010
|
+
}[]>;
|
3011
3011
|
createdAt: string;
|
3012
3012
|
createdBy: string;
|
3013
3013
|
createdAtLocation: string;
|
@@ -3037,7 +3037,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3037
3037
|
option: string;
|
3038
3038
|
filename: string;
|
3039
3039
|
originalFilename: string;
|
3040
|
-
}[]
|
3040
|
+
}[]> | undefined;
|
3041
3041
|
}, {
|
3042
3042
|
type: "APPROVE_CORRECTION";
|
3043
3043
|
id: string;
|
@@ -3066,7 +3066,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3066
3066
|
option: string;
|
3067
3067
|
filename: string;
|
3068
3068
|
originalFilename: string;
|
3069
|
-
}[]
|
3069
|
+
}[]>;
|
3070
3070
|
createdAt: string;
|
3071
3071
|
createdBy: string;
|
3072
3072
|
createdAtLocation: string;
|
@@ -3096,7 +3096,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3096
3096
|
option: string;
|
3097
3097
|
filename: string;
|
3098
3098
|
originalFilename: string;
|
3099
|
-
}[]
|
3099
|
+
}[]> | undefined;
|
3100
3100
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3101
3101
|
id: z.ZodString;
|
3102
3102
|
createdAt: z.ZodString;
|
@@ -3178,7 +3178,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3178
3178
|
province: string;
|
3179
3179
|
urbanOrRural: "RURAL";
|
3180
3180
|
village?: string | null | undefined;
|
3181
|
-
}
|
3181
|
+
}>]>>;
|
3182
3182
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3183
3183
|
filename: z.ZodString;
|
3184
3184
|
originalFilename: z.ZodString;
|
@@ -3256,7 +3256,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3256
3256
|
province: string;
|
3257
3257
|
urbanOrRural: "RURAL";
|
3258
3258
|
village?: string | null | undefined;
|
3259
|
-
}
|
3259
|
+
}>]>>>;
|
3260
3260
|
createdAtLocation: z.ZodString;
|
3261
3261
|
}, {
|
3262
3262
|
type: z.ZodLiteral<"REJECT_CORRECTION">;
|
@@ -3289,7 +3289,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3289
3289
|
option: string;
|
3290
3290
|
filename: string;
|
3291
3291
|
originalFilename: string;
|
3292
|
-
}[]
|
3292
|
+
}[]>;
|
3293
3293
|
createdAt: string;
|
3294
3294
|
createdBy: string;
|
3295
3295
|
createdAtLocation: string;
|
@@ -3319,7 +3319,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3319
3319
|
option: string;
|
3320
3320
|
filename: string;
|
3321
3321
|
originalFilename: string;
|
3322
|
-
}[]
|
3322
|
+
}[]> | undefined;
|
3323
3323
|
}, {
|
3324
3324
|
type: "REJECT_CORRECTION";
|
3325
3325
|
id: string;
|
@@ -3348,7 +3348,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3348
3348
|
option: string;
|
3349
3349
|
filename: string;
|
3350
3350
|
originalFilename: string;
|
3351
|
-
}[]
|
3351
|
+
}[]>;
|
3352
3352
|
createdAt: string;
|
3353
3353
|
createdBy: string;
|
3354
3354
|
createdAtLocation: string;
|
@@ -3378,7 +3378,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3378
3378
|
option: string;
|
3379
3379
|
filename: string;
|
3380
3380
|
originalFilename: string;
|
3381
|
-
}[]
|
3381
|
+
}[]> | undefined;
|
3382
3382
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3383
3383
|
id: z.ZodString;
|
3384
3384
|
createdAt: z.ZodString;
|
@@ -3460,7 +3460,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3460
3460
|
province: string;
|
3461
3461
|
urbanOrRural: "RURAL";
|
3462
3462
|
village?: string | null | undefined;
|
3463
|
-
}
|
3463
|
+
}>]>>;
|
3464
3464
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3465
3465
|
filename: z.ZodString;
|
3466
3466
|
originalFilename: z.ZodString;
|
@@ -3538,7 +3538,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3538
3538
|
province: string;
|
3539
3539
|
urbanOrRural: "RURAL";
|
3540
3540
|
village?: string | null | undefined;
|
3541
|
-
}
|
3541
|
+
}>]>>>;
|
3542
3542
|
createdAtLocation: z.ZodString;
|
3543
3543
|
}, {
|
3544
3544
|
type: z.ZodLiteral<"UNASSIGN">;
|
@@ -3570,7 +3570,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3570
3570
|
option: string;
|
3571
3571
|
filename: string;
|
3572
3572
|
originalFilename: string;
|
3573
|
-
}[]
|
3573
|
+
}[]>;
|
3574
3574
|
createdAt: string;
|
3575
3575
|
createdBy: string;
|
3576
3576
|
createdAtLocation: string;
|
@@ -3599,7 +3599,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3599
3599
|
option: string;
|
3600
3600
|
filename: string;
|
3601
3601
|
originalFilename: string;
|
3602
|
-
}[]
|
3602
|
+
}[]> | undefined;
|
3603
3603
|
}, {
|
3604
3604
|
type: "UNASSIGN";
|
3605
3605
|
id: string;
|
@@ -3628,7 +3628,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3628
3628
|
option: string;
|
3629
3629
|
filename: string;
|
3630
3630
|
originalFilename: string;
|
3631
|
-
}[]
|
3631
|
+
}[]>;
|
3632
3632
|
createdAt: string;
|
3633
3633
|
createdBy: string;
|
3634
3634
|
createdAtLocation: string;
|
@@ -3657,7 +3657,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3657
3657
|
option: string;
|
3658
3658
|
filename: string;
|
3659
3659
|
originalFilename: string;
|
3660
|
-
}[]
|
3660
|
+
}[]> | undefined;
|
3661
3661
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3662
3662
|
id: z.ZodString;
|
3663
3663
|
createdAt: z.ZodString;
|
@@ -3739,7 +3739,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3739
3739
|
province: string;
|
3740
3740
|
urbanOrRural: "RURAL";
|
3741
3741
|
village?: string | null | undefined;
|
3742
|
-
}
|
3742
|
+
}>]>>;
|
3743
3743
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3744
3744
|
filename: z.ZodString;
|
3745
3745
|
originalFilename: z.ZodString;
|
@@ -3817,7 +3817,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3817
3817
|
province: string;
|
3818
3818
|
urbanOrRural: "RURAL";
|
3819
3819
|
village?: string | null | undefined;
|
3820
|
-
}
|
3820
|
+
}>]>>>;
|
3821
3821
|
createdAtLocation: z.ZodString;
|
3822
3822
|
}, {
|
3823
3823
|
type: z.ZodLiteral<"PRINT_CERTIFICATE">;
|
@@ -3849,7 +3849,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3849
3849
|
option: string;
|
3850
3850
|
filename: string;
|
3851
3851
|
originalFilename: string;
|
3852
|
-
}[]
|
3852
|
+
}[]>;
|
3853
3853
|
createdAt: string;
|
3854
3854
|
createdBy: string;
|
3855
3855
|
createdAtLocation: string;
|
@@ -3878,7 +3878,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3878
3878
|
option: string;
|
3879
3879
|
filename: string;
|
3880
3880
|
originalFilename: string;
|
3881
|
-
}[]
|
3881
|
+
}[]> | undefined;
|
3882
3882
|
}, {
|
3883
3883
|
type: "PRINT_CERTIFICATE";
|
3884
3884
|
id: string;
|
@@ -3907,7 +3907,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3907
3907
|
option: string;
|
3908
3908
|
filename: string;
|
3909
3909
|
originalFilename: string;
|
3910
|
-
}[]
|
3910
|
+
}[]>;
|
3911
3911
|
createdAt: string;
|
3912
3912
|
createdBy: string;
|
3913
3913
|
createdAtLocation: string;
|
@@ -3936,7 +3936,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3936
3936
|
option: string;
|
3937
3937
|
filename: string;
|
3938
3938
|
originalFilename: string;
|
3939
|
-
}[]
|
3939
|
+
}[]> | undefined;
|
3940
3940
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3941
3941
|
id: z.ZodString;
|
3942
3942
|
createdAt: z.ZodString;
|
@@ -4018,7 +4018,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4018
4018
|
province: string;
|
4019
4019
|
urbanOrRural: "RURAL";
|
4020
4020
|
village?: string | null | undefined;
|
4021
|
-
}
|
4021
|
+
}>]>>;
|
4022
4022
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4023
4023
|
filename: z.ZodString;
|
4024
4024
|
originalFilename: z.ZodString;
|
@@ -4096,7 +4096,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4096
4096
|
province: string;
|
4097
4097
|
urbanOrRural: "RURAL";
|
4098
4098
|
village?: string | null | undefined;
|
4099
|
-
}
|
4099
|
+
}>]>>>;
|
4100
4100
|
createdAtLocation: z.ZodString;
|
4101
4101
|
}, {
|
4102
4102
|
type: z.ZodLiteral<"CUSTOM">;
|
@@ -4128,7 +4128,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4128
4128
|
option: string;
|
4129
4129
|
filename: string;
|
4130
4130
|
originalFilename: string;
|
4131
|
-
}[]
|
4131
|
+
}[]>;
|
4132
4132
|
createdAt: string;
|
4133
4133
|
createdBy: string;
|
4134
4134
|
createdAtLocation: string;
|
@@ -4157,7 +4157,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4157
4157
|
option: string;
|
4158
4158
|
filename: string;
|
4159
4159
|
originalFilename: string;
|
4160
|
-
}[]
|
4160
|
+
}[]> | undefined;
|
4161
4161
|
}, {
|
4162
4162
|
type: "CUSTOM";
|
4163
4163
|
id: string;
|
@@ -4186,7 +4186,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4186
4186
|
option: string;
|
4187
4187
|
filename: string;
|
4188
4188
|
originalFilename: string;
|
4189
|
-
}[]
|
4189
|
+
}[]>;
|
4190
4190
|
createdAt: string;
|
4191
4191
|
createdBy: string;
|
4192
4192
|
createdAtLocation: string;
|
@@ -4215,7 +4215,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4215
4215
|
option: string;
|
4216
4216
|
filename: string;
|
4217
4217
|
originalFilename: string;
|
4218
|
-
}[]
|
4218
|
+
}[]> | undefined;
|
4219
4219
|
}>]>, "many">;
|
4220
4220
|
trackingId: z.ZodString;
|
4221
4221
|
}, "strip", z.ZodTypeAny, {
|
@@ -4252,7 +4252,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4252
4252
|
option: string;
|
4253
4253
|
filename: string;
|
4254
4254
|
originalFilename: string;
|
4255
|
-
}[]
|
4255
|
+
}[]>;
|
4256
4256
|
createdAt: string;
|
4257
4257
|
createdBy: string;
|
4258
4258
|
createdAtLocation: string;
|
@@ -4282,7 +4282,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4282
4282
|
option: string;
|
4283
4283
|
filename: string;
|
4284
4284
|
originalFilename: string;
|
4285
|
-
}[]
|
4285
|
+
}[]> | undefined;
|
4286
4286
|
} | {
|
4287
4287
|
type: "UNASSIGN";
|
4288
4288
|
id: string;
|
@@ -4311,7 +4311,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4311
4311
|
option: string;
|
4312
4312
|
filename: string;
|
4313
4313
|
originalFilename: string;
|
4314
|
-
}[]
|
4314
|
+
}[]>;
|
4315
4315
|
createdAt: string;
|
4316
4316
|
createdBy: string;
|
4317
4317
|
createdAtLocation: string;
|
@@ -4340,7 +4340,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4340
4340
|
option: string;
|
4341
4341
|
filename: string;
|
4342
4342
|
originalFilename: string;
|
4343
|
-
}[]
|
4343
|
+
}[]> | undefined;
|
4344
4344
|
} | {
|
4345
4345
|
type: "REGISTER";
|
4346
4346
|
id: string;
|
@@ -4369,7 +4369,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4369
4369
|
option: string;
|
4370
4370
|
filename: string;
|
4371
4371
|
originalFilename: string;
|
4372
|
-
}[]
|
4372
|
+
}[]>;
|
4373
4373
|
createdAt: string;
|
4374
4374
|
createdBy: string;
|
4375
4375
|
createdAtLocation: string;
|
@@ -4402,7 +4402,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4402
4402
|
option: string;
|
4403
4403
|
filename: string;
|
4404
4404
|
originalFilename: string;
|
4405
|
-
}[]
|
4405
|
+
}[]> | undefined;
|
4406
4406
|
} | {
|
4407
4407
|
type: "DECLARE";
|
4408
4408
|
id: string;
|
@@ -4431,7 +4431,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4431
4431
|
option: string;
|
4432
4432
|
filename: string;
|
4433
4433
|
originalFilename: string;
|
4434
|
-
}[]
|
4434
|
+
}[]>;
|
4435
4435
|
createdAt: string;
|
4436
4436
|
createdBy: string;
|
4437
4437
|
createdAtLocation: string;
|
@@ -4460,7 +4460,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4460
4460
|
option: string;
|
4461
4461
|
filename: string;
|
4462
4462
|
originalFilename: string;
|
4463
|
-
}[]
|
4463
|
+
}[]> | undefined;
|
4464
4464
|
} | {
|
4465
4465
|
type: "VALIDATE";
|
4466
4466
|
id: string;
|
@@ -4489,7 +4489,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4489
4489
|
option: string;
|
4490
4490
|
filename: string;
|
4491
4491
|
originalFilename: string;
|
4492
|
-
}[]
|
4492
|
+
}[]>;
|
4493
4493
|
createdAt: string;
|
4494
4494
|
createdBy: string;
|
4495
4495
|
createdAtLocation: string;
|
@@ -4518,7 +4518,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4518
4518
|
option: string;
|
4519
4519
|
filename: string;
|
4520
4520
|
originalFilename: string;
|
4521
|
-
}[]
|
4521
|
+
}[]> | undefined;
|
4522
4522
|
} | {
|
4523
4523
|
type: "REJECT";
|
4524
4524
|
id: string;
|
@@ -4547,7 +4547,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4547
4547
|
option: string;
|
4548
4548
|
filename: string;
|
4549
4549
|
originalFilename: string;
|
4550
|
-
}[]
|
4550
|
+
}[]>;
|
4551
4551
|
createdAt: string;
|
4552
4552
|
createdBy: string;
|
4553
4553
|
createdAtLocation: string;
|
@@ -4576,7 +4576,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4576
4576
|
option: string;
|
4577
4577
|
filename: string;
|
4578
4578
|
originalFilename: string;
|
4579
|
-
}[]
|
4579
|
+
}[]> | undefined;
|
4580
4580
|
} | {
|
4581
4581
|
type: "MARKED_AS_DUPLICATE";
|
4582
4582
|
id: string;
|
@@ -4605,7 +4605,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4605
4605
|
option: string;
|
4606
4606
|
filename: string;
|
4607
4607
|
originalFilename: string;
|
4608
|
-
}[]
|
4608
|
+
}[]>;
|
4609
4609
|
createdAt: string;
|
4610
4610
|
createdBy: string;
|
4611
4611
|
createdAtLocation: string;
|
@@ -4634,7 +4634,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4634
4634
|
option: string;
|
4635
4635
|
filename: string;
|
4636
4636
|
originalFilename: string;
|
4637
|
-
}[]
|
4637
|
+
}[]> | undefined;
|
4638
4638
|
} | {
|
4639
4639
|
type: "ARCHIVE";
|
4640
4640
|
id: string;
|
@@ -4663,7 +4663,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4663
4663
|
option: string;
|
4664
4664
|
filename: string;
|
4665
4665
|
originalFilename: string;
|
4666
|
-
}[]
|
4666
|
+
}[]>;
|
4667
4667
|
createdAt: string;
|
4668
4668
|
createdBy: string;
|
4669
4669
|
createdAtLocation: string;
|
@@ -4692,7 +4692,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4692
4692
|
option: string;
|
4693
4693
|
filename: string;
|
4694
4694
|
originalFilename: string;
|
4695
|
-
}[]
|
4695
|
+
}[]> | undefined;
|
4696
4696
|
} | {
|
4697
4697
|
type: "CREATE";
|
4698
4698
|
id: string;
|
@@ -4721,7 +4721,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4721
4721
|
option: string;
|
4722
4722
|
filename: string;
|
4723
4723
|
originalFilename: string;
|
4724
|
-
}[]
|
4724
|
+
}[]>;
|
4725
4725
|
createdAt: string;
|
4726
4726
|
createdBy: string;
|
4727
4727
|
createdAtLocation: string;
|
@@ -4750,7 +4750,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4750
4750
|
option: string;
|
4751
4751
|
filename: string;
|
4752
4752
|
originalFilename: string;
|
4753
|
-
}[]
|
4753
|
+
}[]> | undefined;
|
4754
4754
|
} | {
|
4755
4755
|
type: "NOTIFY";
|
4756
4756
|
id: string;
|
@@ -4779,7 +4779,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4779
4779
|
option: string;
|
4780
4780
|
filename: string;
|
4781
4781
|
originalFilename: string;
|
4782
|
-
}[]
|
4782
|
+
}[]>;
|
4783
4783
|
createdAt: string;
|
4784
4784
|
createdBy: string;
|
4785
4785
|
createdAtLocation: string;
|
@@ -4808,7 +4808,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4808
4808
|
option: string;
|
4809
4809
|
filename: string;
|
4810
4810
|
originalFilename: string;
|
4811
|
-
}[]
|
4811
|
+
}[]> | undefined;
|
4812
4812
|
} | {
|
4813
4813
|
type: "PRINT_CERTIFICATE";
|
4814
4814
|
id: string;
|
@@ -4837,7 +4837,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4837
4837
|
option: string;
|
4838
4838
|
filename: string;
|
4839
4839
|
originalFilename: string;
|
4840
|
-
}[]
|
4840
|
+
}[]>;
|
4841
4841
|
createdAt: string;
|
4842
4842
|
createdBy: string;
|
4843
4843
|
createdAtLocation: string;
|
@@ -4866,7 +4866,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4866
4866
|
option: string;
|
4867
4867
|
filename: string;
|
4868
4868
|
originalFilename: string;
|
4869
|
-
}[]
|
4869
|
+
}[]> | undefined;
|
4870
4870
|
} | {
|
4871
4871
|
type: "REQUEST_CORRECTION";
|
4872
4872
|
id: string;
|
@@ -4895,7 +4895,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4895
4895
|
option: string;
|
4896
4896
|
filename: string;
|
4897
4897
|
originalFilename: string;
|
4898
|
-
}[]
|
4898
|
+
}[]>;
|
4899
4899
|
createdAt: string;
|
4900
4900
|
createdBy: string;
|
4901
4901
|
createdAtLocation: string;
|
@@ -4924,7 +4924,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4924
4924
|
option: string;
|
4925
4925
|
filename: string;
|
4926
4926
|
originalFilename: string;
|
4927
|
-
}[]
|
4927
|
+
}[]> | undefined;
|
4928
4928
|
} | {
|
4929
4929
|
type: "APPROVE_CORRECTION";
|
4930
4930
|
id: string;
|
@@ -4953,7 +4953,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4953
4953
|
option: string;
|
4954
4954
|
filename: string;
|
4955
4955
|
originalFilename: string;
|
4956
|
-
}[]
|
4956
|
+
}[]>;
|
4957
4957
|
createdAt: string;
|
4958
4958
|
createdBy: string;
|
4959
4959
|
createdAtLocation: string;
|
@@ -4983,7 +4983,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4983
4983
|
option: string;
|
4984
4984
|
filename: string;
|
4985
4985
|
originalFilename: string;
|
4986
|
-
}[]
|
4986
|
+
}[]> | undefined;
|
4987
4987
|
} | {
|
4988
4988
|
type: "REJECT_CORRECTION";
|
4989
4989
|
id: string;
|
@@ -5012,7 +5012,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5012
5012
|
option: string;
|
5013
5013
|
filename: string;
|
5014
5014
|
originalFilename: string;
|
5015
|
-
}[]
|
5015
|
+
}[]>;
|
5016
5016
|
createdAt: string;
|
5017
5017
|
createdBy: string;
|
5018
5018
|
createdAtLocation: string;
|
@@ -5042,7 +5042,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5042
5042
|
option: string;
|
5043
5043
|
filename: string;
|
5044
5044
|
originalFilename: string;
|
5045
|
-
}[]
|
5045
|
+
}[]> | undefined;
|
5046
5046
|
} | {
|
5047
5047
|
type: "CUSTOM";
|
5048
5048
|
id: string;
|
@@ -5071,7 +5071,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5071
5071
|
option: string;
|
5072
5072
|
filename: string;
|
5073
5073
|
originalFilename: string;
|
5074
|
-
}[]
|
5074
|
+
}[]>;
|
5075
5075
|
createdAt: string;
|
5076
5076
|
createdBy: string;
|
5077
5077
|
createdAtLocation: string;
|
@@ -5100,7 +5100,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5100
5100
|
option: string;
|
5101
5101
|
filename: string;
|
5102
5102
|
originalFilename: string;
|
5103
|
-
}[]
|
5103
|
+
}[]> | undefined;
|
5104
5104
|
})[];
|
5105
5105
|
}, {
|
5106
5106
|
type: string;
|
@@ -5136,7 +5136,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5136
5136
|
option: string;
|
5137
5137
|
filename: string;
|
5138
5138
|
originalFilename: string;
|
5139
|
-
}[]
|
5139
|
+
}[]>;
|
5140
5140
|
createdAt: string;
|
5141
5141
|
createdBy: string;
|
5142
5142
|
createdAtLocation: string;
|
@@ -5166,7 +5166,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5166
5166
|
option: string;
|
5167
5167
|
filename: string;
|
5168
5168
|
originalFilename: string;
|
5169
|
-
}[]
|
5169
|
+
}[]> | undefined;
|
5170
5170
|
} | {
|
5171
5171
|
type: "UNASSIGN";
|
5172
5172
|
id: string;
|
@@ -5195,7 +5195,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5195
5195
|
option: string;
|
5196
5196
|
filename: string;
|
5197
5197
|
originalFilename: string;
|
5198
|
-
}[]
|
5198
|
+
}[]>;
|
5199
5199
|
createdAt: string;
|
5200
5200
|
createdBy: string;
|
5201
5201
|
createdAtLocation: string;
|
@@ -5224,7 +5224,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5224
5224
|
option: string;
|
5225
5225
|
filename: string;
|
5226
5226
|
originalFilename: string;
|
5227
|
-
}[]
|
5227
|
+
}[]> | undefined;
|
5228
5228
|
} | {
|
5229
5229
|
type: "REGISTER";
|
5230
5230
|
id: string;
|
@@ -5253,7 +5253,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5253
5253
|
option: string;
|
5254
5254
|
filename: string;
|
5255
5255
|
originalFilename: string;
|
5256
|
-
}[]
|
5256
|
+
}[]>;
|
5257
5257
|
createdAt: string;
|
5258
5258
|
createdBy: string;
|
5259
5259
|
createdAtLocation: string;
|
@@ -5286,7 +5286,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5286
5286
|
option: string;
|
5287
5287
|
filename: string;
|
5288
5288
|
originalFilename: string;
|
5289
|
-
}[]
|
5289
|
+
}[]> | undefined;
|
5290
5290
|
} | {
|
5291
5291
|
type: "DECLARE";
|
5292
5292
|
id: string;
|
@@ -5315,7 +5315,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5315
5315
|
option: string;
|
5316
5316
|
filename: string;
|
5317
5317
|
originalFilename: string;
|
5318
|
-
}[]
|
5318
|
+
}[]>;
|
5319
5319
|
createdAt: string;
|
5320
5320
|
createdBy: string;
|
5321
5321
|
createdAtLocation: string;
|
@@ -5344,7 +5344,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5344
5344
|
option: string;
|
5345
5345
|
filename: string;
|
5346
5346
|
originalFilename: string;
|
5347
|
-
}[]
|
5347
|
+
}[]> | undefined;
|
5348
5348
|
} | {
|
5349
5349
|
type: "VALIDATE";
|
5350
5350
|
id: string;
|
@@ -5373,7 +5373,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5373
5373
|
option: string;
|
5374
5374
|
filename: string;
|
5375
5375
|
originalFilename: string;
|
5376
|
-
}[]
|
5376
|
+
}[]>;
|
5377
5377
|
createdAt: string;
|
5378
5378
|
createdBy: string;
|
5379
5379
|
createdAtLocation: string;
|
@@ -5402,7 +5402,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5402
5402
|
option: string;
|
5403
5403
|
filename: string;
|
5404
5404
|
originalFilename: string;
|
5405
|
-
}[]
|
5405
|
+
}[]> | undefined;
|
5406
5406
|
} | {
|
5407
5407
|
type: "REJECT";
|
5408
5408
|
id: string;
|
@@ -5431,7 +5431,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5431
5431
|
option: string;
|
5432
5432
|
filename: string;
|
5433
5433
|
originalFilename: string;
|
5434
|
-
}[]
|
5434
|
+
}[]>;
|
5435
5435
|
createdAt: string;
|
5436
5436
|
createdBy: string;
|
5437
5437
|
createdAtLocation: string;
|
@@ -5460,7 +5460,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5460
5460
|
option: string;
|
5461
5461
|
filename: string;
|
5462
5462
|
originalFilename: string;
|
5463
|
-
}[]
|
5463
|
+
}[]> | undefined;
|
5464
5464
|
} | {
|
5465
5465
|
type: "MARKED_AS_DUPLICATE";
|
5466
5466
|
id: string;
|
@@ -5489,7 +5489,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5489
5489
|
option: string;
|
5490
5490
|
filename: string;
|
5491
5491
|
originalFilename: string;
|
5492
|
-
}[]
|
5492
|
+
}[]>;
|
5493
5493
|
createdAt: string;
|
5494
5494
|
createdBy: string;
|
5495
5495
|
createdAtLocation: string;
|
@@ -5518,7 +5518,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5518
5518
|
option: string;
|
5519
5519
|
filename: string;
|
5520
5520
|
originalFilename: string;
|
5521
|
-
}[]
|
5521
|
+
}[]> | undefined;
|
5522
5522
|
} | {
|
5523
5523
|
type: "ARCHIVE";
|
5524
5524
|
id: string;
|
@@ -5547,7 +5547,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5547
5547
|
option: string;
|
5548
5548
|
filename: string;
|
5549
5549
|
originalFilename: string;
|
5550
|
-
}[]
|
5550
|
+
}[]>;
|
5551
5551
|
createdAt: string;
|
5552
5552
|
createdBy: string;
|
5553
5553
|
createdAtLocation: string;
|
@@ -5576,7 +5576,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5576
5576
|
option: string;
|
5577
5577
|
filename: string;
|
5578
5578
|
originalFilename: string;
|
5579
|
-
}[]
|
5579
|
+
}[]> | undefined;
|
5580
5580
|
} | {
|
5581
5581
|
type: "CREATE";
|
5582
5582
|
id: string;
|
@@ -5605,7 +5605,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5605
5605
|
option: string;
|
5606
5606
|
filename: string;
|
5607
5607
|
originalFilename: string;
|
5608
|
-
}[]
|
5608
|
+
}[]>;
|
5609
5609
|
createdAt: string;
|
5610
5610
|
createdBy: string;
|
5611
5611
|
createdAtLocation: string;
|
@@ -5634,7 +5634,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5634
5634
|
option: string;
|
5635
5635
|
filename: string;
|
5636
5636
|
originalFilename: string;
|
5637
|
-
}[]
|
5637
|
+
}[]> | undefined;
|
5638
5638
|
} | {
|
5639
5639
|
type: "NOTIFY";
|
5640
5640
|
id: string;
|
@@ -5663,7 +5663,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5663
5663
|
option: string;
|
5664
5664
|
filename: string;
|
5665
5665
|
originalFilename: string;
|
5666
|
-
}[]
|
5666
|
+
}[]>;
|
5667
5667
|
createdAt: string;
|
5668
5668
|
createdBy: string;
|
5669
5669
|
createdAtLocation: string;
|
@@ -5692,7 +5692,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5692
5692
|
option: string;
|
5693
5693
|
filename: string;
|
5694
5694
|
originalFilename: string;
|
5695
|
-
}[]
|
5695
|
+
}[]> | undefined;
|
5696
5696
|
} | {
|
5697
5697
|
type: "PRINT_CERTIFICATE";
|
5698
5698
|
id: string;
|
@@ -5721,7 +5721,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5721
5721
|
option: string;
|
5722
5722
|
filename: string;
|
5723
5723
|
originalFilename: string;
|
5724
|
-
}[]
|
5724
|
+
}[]>;
|
5725
5725
|
createdAt: string;
|
5726
5726
|
createdBy: string;
|
5727
5727
|
createdAtLocation: string;
|
@@ -5750,7 +5750,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5750
5750
|
option: string;
|
5751
5751
|
filename: string;
|
5752
5752
|
originalFilename: string;
|
5753
|
-
}[]
|
5753
|
+
}[]> | undefined;
|
5754
5754
|
} | {
|
5755
5755
|
type: "REQUEST_CORRECTION";
|
5756
5756
|
id: string;
|
@@ -5779,7 +5779,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5779
5779
|
option: string;
|
5780
5780
|
filename: string;
|
5781
5781
|
originalFilename: string;
|
5782
|
-
}[]
|
5782
|
+
}[]>;
|
5783
5783
|
createdAt: string;
|
5784
5784
|
createdBy: string;
|
5785
5785
|
createdAtLocation: string;
|
@@ -5808,7 +5808,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5808
5808
|
option: string;
|
5809
5809
|
filename: string;
|
5810
5810
|
originalFilename: string;
|
5811
|
-
}[]
|
5811
|
+
}[]> | undefined;
|
5812
5812
|
} | {
|
5813
5813
|
type: "APPROVE_CORRECTION";
|
5814
5814
|
id: string;
|
@@ -5837,7 +5837,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5837
5837
|
option: string;
|
5838
5838
|
filename: string;
|
5839
5839
|
originalFilename: string;
|
5840
|
-
}[]
|
5840
|
+
}[]>;
|
5841
5841
|
createdAt: string;
|
5842
5842
|
createdBy: string;
|
5843
5843
|
createdAtLocation: string;
|
@@ -5867,7 +5867,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5867
5867
|
option: string;
|
5868
5868
|
filename: string;
|
5869
5869
|
originalFilename: string;
|
5870
|
-
}[]
|
5870
|
+
}[]> | undefined;
|
5871
5871
|
} | {
|
5872
5872
|
type: "REJECT_CORRECTION";
|
5873
5873
|
id: string;
|
@@ -5896,7 +5896,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5896
5896
|
option: string;
|
5897
5897
|
filename: string;
|
5898
5898
|
originalFilename: string;
|
5899
|
-
}[]
|
5899
|
+
}[]>;
|
5900
5900
|
createdAt: string;
|
5901
5901
|
createdBy: string;
|
5902
5902
|
createdAtLocation: string;
|
@@ -5926,7 +5926,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5926
5926
|
option: string;
|
5927
5927
|
filename: string;
|
5928
5928
|
originalFilename: string;
|
5929
|
-
}[]
|
5929
|
+
}[]> | undefined;
|
5930
5930
|
} | {
|
5931
5931
|
type: "CUSTOM";
|
5932
5932
|
id: string;
|
@@ -5955,7 +5955,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5955
5955
|
option: string;
|
5956
5956
|
filename: string;
|
5957
5957
|
originalFilename: string;
|
5958
|
-
}[]
|
5958
|
+
}[]>;
|
5959
5959
|
createdAt: string;
|
5960
5960
|
createdBy: string;
|
5961
5961
|
createdAtLocation: string;
|
@@ -5984,7 +5984,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5984
5984
|
option: string;
|
5985
5985
|
filename: string;
|
5986
5986
|
originalFilename: string;
|
5987
|
-
}[]
|
5987
|
+
}[]> | undefined;
|
5988
5988
|
})[];
|
5989
5989
|
}>;
|
5990
5990
|
export type EventDocument = z.infer<typeof EventDocument>;
|