@opencrvs/toolkit 1.8.1-rc.06c1a33 → 1.8.1-rc.0c6d168
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/build.sh +5 -0
- package/dist/commons/api/router.d.ts +1 -1347
- package/dist/commons/events/ActionConfig.d.ts +3777 -13563
- package/dist/commons/events/ActionDocument.d.ts +1 -3036
- package/dist/commons/events/ActionInput.d.ts +0 -2460
- package/dist/commons/events/AdvancedSearchConfig.d.ts +3 -93
- package/dist/commons/events/CompositeFieldValue.d.ts +0 -60
- package/dist/commons/events/Draft.d.ts +0 -192
- package/dist/commons/events/EventConfig.d.ts +3864 -8123
- package/dist/commons/events/EventDocument.d.ts +0 -1704
- package/dist/commons/events/EventIndex.d.ts +1 -47
- package/dist/commons/events/FieldConfig.d.ts +990 -1752
- package/dist/commons/events/FieldType.d.ts +1 -3
- package/dist/commons/events/FieldTypeMapping.d.ts +3 -85
- package/dist/commons/events/FieldValue.d.ts +3 -62
- package/dist/commons/events/FormConfig.d.ts +1148 -5750
- package/dist/commons/events/PageConfig.d.ts +1206 -2352
- package/dist/commons/events/WorkqueueConfig.d.ts +8 -8
- package/dist/commons/events/defineConfig.d.ts +16 -727
- package/dist/commons/events/test.utils.d.ts +0 -42
- package/dist/commons/events/utils.d.ts +18 -1319
- package/dist/commons/notification/UserNotifications.d.ts +547 -0
- package/dist/commons/notification/index.d.ts +2 -0
- package/dist/events/index.js +19 -74
- package/dist/notification/index.d.ts +2 -0
- package/dist/notification/index.d.ts.map +1 -0
- package/dist/notification/index.js +5333 -0
- package/package.json +3 -2
- package/tsconfig.json +2 -1
- package/tsconfig.tsbuildinfo +1 -1
@@ -136,33 +136,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
136
136
|
firstname: string;
|
137
137
|
surname: string;
|
138
138
|
middlename?: string | null | undefined;
|
139
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
140
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
141
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
142
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
143
|
-
message: z.ZodString;
|
144
|
-
}, "strip", z.ZodTypeAny, {
|
145
|
-
message: string;
|
146
|
-
statusCode: number | null;
|
147
|
-
}, {
|
148
|
-
message: string;
|
149
|
-
statusCode: number | null;
|
150
|
-
}>>>;
|
151
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
152
|
-
}, "strip", z.ZodTypeAny, {
|
153
|
-
data?: any;
|
154
|
-
error?: {
|
155
|
-
message: string;
|
156
|
-
statusCode: number | null;
|
157
|
-
} | null | undefined;
|
158
|
-
loading?: boolean | null | undefined;
|
159
|
-
}, {
|
160
|
-
data?: any;
|
161
|
-
error?: {
|
162
|
-
message: string;
|
163
|
-
statusCode: number | null;
|
164
|
-
} | null | undefined;
|
165
|
-
loading?: boolean | null | undefined;
|
166
139
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
167
140
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
168
141
|
start: z.ZodString;
|
@@ -298,33 +271,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
298
271
|
firstname: string;
|
299
272
|
surname: string;
|
300
273
|
middlename?: string | null | undefined;
|
301
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
302
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
303
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
304
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
305
|
-
message: z.ZodString;
|
306
|
-
}, "strip", z.ZodTypeAny, {
|
307
|
-
message: string;
|
308
|
-
statusCode: number | null;
|
309
|
-
}, {
|
310
|
-
message: string;
|
311
|
-
statusCode: number | null;
|
312
|
-
}>>>;
|
313
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
314
|
-
}, "strip", z.ZodTypeAny, {
|
315
|
-
data?: any;
|
316
|
-
error?: {
|
317
|
-
message: string;
|
318
|
-
statusCode: number | null;
|
319
|
-
} | null | undefined;
|
320
|
-
loading?: boolean | null | undefined;
|
321
|
-
}, {
|
322
|
-
data?: any;
|
323
|
-
error?: {
|
324
|
-
message: string;
|
325
|
-
statusCode: number | null;
|
326
|
-
} | null | undefined;
|
327
|
-
loading?: boolean | null | undefined;
|
328
274
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
329
275
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
330
276
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -372,13 +318,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
372
318
|
path: string;
|
373
319
|
originalFilename: string;
|
374
320
|
}[] | {
|
375
|
-
data?: any;
|
376
|
-
error?: {
|
377
|
-
message: string;
|
378
|
-
statusCode: number | null;
|
379
|
-
} | null | undefined;
|
380
|
-
loading?: boolean | null | undefined;
|
381
|
-
} | {
|
382
321
|
start: string;
|
383
322
|
end: string;
|
384
323
|
} | null | undefined>;
|
@@ -425,13 +364,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
425
364
|
path: string;
|
426
365
|
originalFilename: string;
|
427
366
|
}[] | {
|
428
|
-
data?: any;
|
429
|
-
error?: {
|
430
|
-
message: string;
|
431
|
-
statusCode: number | null;
|
432
|
-
} | null | undefined;
|
433
|
-
loading?: boolean | null | undefined;
|
434
|
-
} | {
|
435
367
|
start: string;
|
436
368
|
end: string;
|
437
369
|
} | null | undefined> | undefined;
|
@@ -482,13 +414,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
482
414
|
path: string;
|
483
415
|
originalFilename: string;
|
484
416
|
}[] | {
|
485
|
-
data?: any;
|
486
|
-
error?: {
|
487
|
-
message: string;
|
488
|
-
statusCode: number | null;
|
489
|
-
} | null | undefined;
|
490
|
-
loading?: boolean | null | undefined;
|
491
|
-
} | {
|
492
417
|
start: string;
|
493
418
|
end: string;
|
494
419
|
} | null | undefined> | undefined;
|
@@ -534,13 +459,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
534
459
|
path: string;
|
535
460
|
originalFilename: string;
|
536
461
|
}[] | {
|
537
|
-
data?: any;
|
538
|
-
error?: {
|
539
|
-
message: string;
|
540
|
-
statusCode: number | null;
|
541
|
-
} | null | undefined;
|
542
|
-
loading?: boolean | null | undefined;
|
543
|
-
} | {
|
544
462
|
start: string;
|
545
463
|
end: string;
|
546
464
|
} | null | undefined> | undefined;
|
@@ -684,33 +602,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
684
602
|
firstname: string;
|
685
603
|
surname: string;
|
686
604
|
middlename?: string | null | undefined;
|
687
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
688
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
689
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
690
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
691
|
-
message: z.ZodString;
|
692
|
-
}, "strip", z.ZodTypeAny, {
|
693
|
-
message: string;
|
694
|
-
statusCode: number | null;
|
695
|
-
}, {
|
696
|
-
message: string;
|
697
|
-
statusCode: number | null;
|
698
|
-
}>>>;
|
699
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
700
|
-
}, "strip", z.ZodTypeAny, {
|
701
|
-
data?: any;
|
702
|
-
error?: {
|
703
|
-
message: string;
|
704
|
-
statusCode: number | null;
|
705
|
-
} | null | undefined;
|
706
|
-
loading?: boolean | null | undefined;
|
707
|
-
}, {
|
708
|
-
data?: any;
|
709
|
-
error?: {
|
710
|
-
message: string;
|
711
|
-
statusCode: number | null;
|
712
|
-
} | null | undefined;
|
713
|
-
loading?: boolean | null | undefined;
|
714
605
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
715
606
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
716
607
|
start: z.ZodString;
|
@@ -846,33 +737,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
846
737
|
firstname: string;
|
847
738
|
surname: string;
|
848
739
|
middlename?: string | null | undefined;
|
849
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
850
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
851
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
852
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
853
|
-
message: z.ZodString;
|
854
|
-
}, "strip", z.ZodTypeAny, {
|
855
|
-
message: string;
|
856
|
-
statusCode: number | null;
|
857
|
-
}, {
|
858
|
-
message: string;
|
859
|
-
statusCode: number | null;
|
860
|
-
}>>>;
|
861
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
862
|
-
}, "strip", z.ZodTypeAny, {
|
863
|
-
data?: any;
|
864
|
-
error?: {
|
865
|
-
message: string;
|
866
|
-
statusCode: number | null;
|
867
|
-
} | null | undefined;
|
868
|
-
loading?: boolean | null | undefined;
|
869
|
-
}, {
|
870
|
-
data?: any;
|
871
|
-
error?: {
|
872
|
-
message: string;
|
873
|
-
statusCode: number | null;
|
874
|
-
} | null | undefined;
|
875
|
-
loading?: boolean | null | undefined;
|
876
740
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
877
741
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
878
742
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -924,13 +788,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
924
788
|
path: string;
|
925
789
|
originalFilename: string;
|
926
790
|
}[] | {
|
927
|
-
data?: any;
|
928
|
-
error?: {
|
929
|
-
message: string;
|
930
|
-
statusCode: number | null;
|
931
|
-
} | null | undefined;
|
932
|
-
loading?: boolean | null | undefined;
|
933
|
-
} | {
|
934
791
|
start: string;
|
935
792
|
end: string;
|
936
793
|
} | null | undefined>;
|
@@ -977,13 +834,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
977
834
|
path: string;
|
978
835
|
originalFilename: string;
|
979
836
|
}[] | {
|
980
|
-
data?: any;
|
981
|
-
error?: {
|
982
|
-
message: string;
|
983
|
-
statusCode: number | null;
|
984
|
-
} | null | undefined;
|
985
|
-
loading?: boolean | null | undefined;
|
986
|
-
} | {
|
987
837
|
start: string;
|
988
838
|
end: string;
|
989
839
|
} | null | undefined> | undefined;
|
@@ -1036,13 +886,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1036
886
|
path: string;
|
1037
887
|
originalFilename: string;
|
1038
888
|
}[] | {
|
1039
|
-
data?: any;
|
1040
|
-
error?: {
|
1041
|
-
message: string;
|
1042
|
-
statusCode: number | null;
|
1043
|
-
} | null | undefined;
|
1044
|
-
loading?: boolean | null | undefined;
|
1045
|
-
} | {
|
1046
889
|
start: string;
|
1047
890
|
end: string;
|
1048
891
|
} | null | undefined> | undefined;
|
@@ -1088,13 +931,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1088
931
|
path: string;
|
1089
932
|
originalFilename: string;
|
1090
933
|
}[] | {
|
1091
|
-
data?: any;
|
1092
|
-
error?: {
|
1093
|
-
message: string;
|
1094
|
-
statusCode: number | null;
|
1095
|
-
} | null | undefined;
|
1096
|
-
loading?: boolean | null | undefined;
|
1097
|
-
} | {
|
1098
934
|
start: string;
|
1099
935
|
end: string;
|
1100
936
|
} | null | undefined> | undefined;
|
@@ -1240,33 +1076,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1240
1076
|
firstname: string;
|
1241
1077
|
surname: string;
|
1242
1078
|
middlename?: string | null | undefined;
|
1243
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1244
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1245
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1246
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
1247
|
-
message: z.ZodString;
|
1248
|
-
}, "strip", z.ZodTypeAny, {
|
1249
|
-
message: string;
|
1250
|
-
statusCode: number | null;
|
1251
|
-
}, {
|
1252
|
-
message: string;
|
1253
|
-
statusCode: number | null;
|
1254
|
-
}>>>;
|
1255
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
1256
|
-
}, "strip", z.ZodTypeAny, {
|
1257
|
-
data?: any;
|
1258
|
-
error?: {
|
1259
|
-
message: string;
|
1260
|
-
statusCode: number | null;
|
1261
|
-
} | null | undefined;
|
1262
|
-
loading?: boolean | null | undefined;
|
1263
|
-
}, {
|
1264
|
-
data?: any;
|
1265
|
-
error?: {
|
1266
|
-
message: string;
|
1267
|
-
statusCode: number | null;
|
1268
|
-
} | null | undefined;
|
1269
|
-
loading?: boolean | null | undefined;
|
1270
1079
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1271
1080
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1272
1081
|
start: z.ZodString;
|
@@ -1402,33 +1211,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1402
1211
|
firstname: string;
|
1403
1212
|
surname: string;
|
1404
1213
|
middlename?: string | null | undefined;
|
1405
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1406
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1407
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1408
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
1409
|
-
message: z.ZodString;
|
1410
|
-
}, "strip", z.ZodTypeAny, {
|
1411
|
-
message: string;
|
1412
|
-
statusCode: number | null;
|
1413
|
-
}, {
|
1414
|
-
message: string;
|
1415
|
-
statusCode: number | null;
|
1416
|
-
}>>>;
|
1417
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
1418
|
-
}, "strip", z.ZodTypeAny, {
|
1419
|
-
data?: any;
|
1420
|
-
error?: {
|
1421
|
-
message: string;
|
1422
|
-
statusCode: number | null;
|
1423
|
-
} | null | undefined;
|
1424
|
-
loading?: boolean | null | undefined;
|
1425
|
-
}, {
|
1426
|
-
data?: any;
|
1427
|
-
error?: {
|
1428
|
-
message: string;
|
1429
|
-
statusCode: number | null;
|
1430
|
-
} | null | undefined;
|
1431
|
-
loading?: boolean | null | undefined;
|
1432
1214
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1433
1215
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
1434
1216
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -1480,13 +1262,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1480
1262
|
path: string;
|
1481
1263
|
originalFilename: string;
|
1482
1264
|
}[] | {
|
1483
|
-
data?: any;
|
1484
|
-
error?: {
|
1485
|
-
message: string;
|
1486
|
-
statusCode: number | null;
|
1487
|
-
} | null | undefined;
|
1488
|
-
loading?: boolean | null | undefined;
|
1489
|
-
} | {
|
1490
1265
|
start: string;
|
1491
1266
|
end: string;
|
1492
1267
|
} | null | undefined>;
|
@@ -1534,13 +1309,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1534
1309
|
path: string;
|
1535
1310
|
originalFilename: string;
|
1536
1311
|
}[] | {
|
1537
|
-
data?: any;
|
1538
|
-
error?: {
|
1539
|
-
message: string;
|
1540
|
-
statusCode: number | null;
|
1541
|
-
} | null | undefined;
|
1542
|
-
loading?: boolean | null | undefined;
|
1543
|
-
} | {
|
1544
1312
|
start: string;
|
1545
1313
|
end: string;
|
1546
1314
|
} | null | undefined> | undefined;
|
@@ -1593,13 +1361,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1593
1361
|
path: string;
|
1594
1362
|
originalFilename: string;
|
1595
1363
|
}[] | {
|
1596
|
-
data?: any;
|
1597
|
-
error?: {
|
1598
|
-
message: string;
|
1599
|
-
statusCode: number | null;
|
1600
|
-
} | null | undefined;
|
1601
|
-
loading?: boolean | null | undefined;
|
1602
|
-
} | {
|
1603
1364
|
start: string;
|
1604
1365
|
end: string;
|
1605
1366
|
} | null | undefined> | undefined;
|
@@ -1645,13 +1406,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1645
1406
|
path: string;
|
1646
1407
|
originalFilename: string;
|
1647
1408
|
}[] | {
|
1648
|
-
data?: any;
|
1649
|
-
error?: {
|
1650
|
-
message: string;
|
1651
|
-
statusCode: number | null;
|
1652
|
-
} | null | undefined;
|
1653
|
-
loading?: boolean | null | undefined;
|
1654
|
-
} | {
|
1655
1409
|
start: string;
|
1656
1410
|
end: string;
|
1657
1411
|
} | null | undefined> | undefined;
|
@@ -1796,33 +1550,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1796
1550
|
firstname: string;
|
1797
1551
|
surname: string;
|
1798
1552
|
middlename?: string | null | undefined;
|
1799
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1800
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1801
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1802
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
1803
|
-
message: z.ZodString;
|
1804
|
-
}, "strip", z.ZodTypeAny, {
|
1805
|
-
message: string;
|
1806
|
-
statusCode: number | null;
|
1807
|
-
}, {
|
1808
|
-
message: string;
|
1809
|
-
statusCode: number | null;
|
1810
|
-
}>>>;
|
1811
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
1812
|
-
}, "strip", z.ZodTypeAny, {
|
1813
|
-
data?: any;
|
1814
|
-
error?: {
|
1815
|
-
message: string;
|
1816
|
-
statusCode: number | null;
|
1817
|
-
} | null | undefined;
|
1818
|
-
loading?: boolean | null | undefined;
|
1819
|
-
}, {
|
1820
|
-
data?: any;
|
1821
|
-
error?: {
|
1822
|
-
message: string;
|
1823
|
-
statusCode: number | null;
|
1824
|
-
} | null | undefined;
|
1825
|
-
loading?: boolean | null | undefined;
|
1826
1553
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1827
1554
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
1828
1555
|
start: z.ZodString;
|
@@ -1958,33 +1685,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1958
1685
|
firstname: string;
|
1959
1686
|
surname: string;
|
1960
1687
|
middlename?: string | null | undefined;
|
1961
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1962
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1963
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1964
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
1965
|
-
message: z.ZodString;
|
1966
|
-
}, "strip", z.ZodTypeAny, {
|
1967
|
-
message: string;
|
1968
|
-
statusCode: number | null;
|
1969
|
-
}, {
|
1970
|
-
message: string;
|
1971
|
-
statusCode: number | null;
|
1972
|
-
}>>>;
|
1973
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
1974
|
-
}, "strip", z.ZodTypeAny, {
|
1975
|
-
data?: any;
|
1976
|
-
error?: {
|
1977
|
-
message: string;
|
1978
|
-
statusCode: number | null;
|
1979
|
-
} | null | undefined;
|
1980
|
-
loading?: boolean | null | undefined;
|
1981
|
-
}, {
|
1982
|
-
data?: any;
|
1983
|
-
error?: {
|
1984
|
-
message: string;
|
1985
|
-
statusCode: number | null;
|
1986
|
-
} | null | undefined;
|
1987
|
-
loading?: boolean | null | undefined;
|
1988
1688
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
1989
1689
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
1990
1690
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -2035,13 +1735,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2035
1735
|
path: string;
|
2036
1736
|
originalFilename: string;
|
2037
1737
|
}[] | {
|
2038
|
-
data?: any;
|
2039
|
-
error?: {
|
2040
|
-
message: string;
|
2041
|
-
statusCode: number | null;
|
2042
|
-
} | null | undefined;
|
2043
|
-
loading?: boolean | null | undefined;
|
2044
|
-
} | {
|
2045
1738
|
start: string;
|
2046
1739
|
end: string;
|
2047
1740
|
} | null | undefined>;
|
@@ -2088,13 +1781,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2088
1781
|
path: string;
|
2089
1782
|
originalFilename: string;
|
2090
1783
|
}[] | {
|
2091
|
-
data?: any;
|
2092
|
-
error?: {
|
2093
|
-
message: string;
|
2094
|
-
statusCode: number | null;
|
2095
|
-
} | null | undefined;
|
2096
|
-
loading?: boolean | null | undefined;
|
2097
|
-
} | {
|
2098
1784
|
start: string;
|
2099
1785
|
end: string;
|
2100
1786
|
} | null | undefined> | undefined;
|
@@ -2146,13 +1832,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2146
1832
|
path: string;
|
2147
1833
|
originalFilename: string;
|
2148
1834
|
}[] | {
|
2149
|
-
data?: any;
|
2150
|
-
error?: {
|
2151
|
-
message: string;
|
2152
|
-
statusCode: number | null;
|
2153
|
-
} | null | undefined;
|
2154
|
-
loading?: boolean | null | undefined;
|
2155
|
-
} | {
|
2156
1835
|
start: string;
|
2157
1836
|
end: string;
|
2158
1837
|
} | null | undefined> | undefined;
|
@@ -2198,13 +1877,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2198
1877
|
path: string;
|
2199
1878
|
originalFilename: string;
|
2200
1879
|
}[] | {
|
2201
|
-
data?: any;
|
2202
|
-
error?: {
|
2203
|
-
message: string;
|
2204
|
-
statusCode: number | null;
|
2205
|
-
} | null | undefined;
|
2206
|
-
loading?: boolean | null | undefined;
|
2207
|
-
} | {
|
2208
1880
|
start: string;
|
2209
1881
|
end: string;
|
2210
1882
|
} | null | undefined> | undefined;
|
@@ -2349,33 +2021,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2349
2021
|
firstname: string;
|
2350
2022
|
surname: string;
|
2351
2023
|
middlename?: string | null | undefined;
|
2352
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2353
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2354
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2355
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
2356
|
-
message: z.ZodString;
|
2357
|
-
}, "strip", z.ZodTypeAny, {
|
2358
|
-
message: string;
|
2359
|
-
statusCode: number | null;
|
2360
|
-
}, {
|
2361
|
-
message: string;
|
2362
|
-
statusCode: number | null;
|
2363
|
-
}>>>;
|
2364
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
2365
|
-
}, "strip", z.ZodTypeAny, {
|
2366
|
-
data?: any;
|
2367
|
-
error?: {
|
2368
|
-
message: string;
|
2369
|
-
statusCode: number | null;
|
2370
|
-
} | null | undefined;
|
2371
|
-
loading?: boolean | null | undefined;
|
2372
|
-
}, {
|
2373
|
-
data?: any;
|
2374
|
-
error?: {
|
2375
|
-
message: string;
|
2376
|
-
statusCode: number | null;
|
2377
|
-
} | null | undefined;
|
2378
|
-
loading?: boolean | null | undefined;
|
2379
2024
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2380
2025
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2381
2026
|
start: z.ZodString;
|
@@ -2511,33 +2156,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2511
2156
|
firstname: string;
|
2512
2157
|
surname: string;
|
2513
2158
|
middlename?: string | null | undefined;
|
2514
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2515
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2516
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2517
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
2518
|
-
message: z.ZodString;
|
2519
|
-
}, "strip", z.ZodTypeAny, {
|
2520
|
-
message: string;
|
2521
|
-
statusCode: number | null;
|
2522
|
-
}, {
|
2523
|
-
message: string;
|
2524
|
-
statusCode: number | null;
|
2525
|
-
}>>>;
|
2526
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
2527
|
-
}, "strip", z.ZodTypeAny, {
|
2528
|
-
data?: any;
|
2529
|
-
error?: {
|
2530
|
-
message: string;
|
2531
|
-
statusCode: number | null;
|
2532
|
-
} | null | undefined;
|
2533
|
-
loading?: boolean | null | undefined;
|
2534
|
-
}, {
|
2535
|
-
data?: any;
|
2536
|
-
error?: {
|
2537
|
-
message: string;
|
2538
|
-
statusCode: number | null;
|
2539
|
-
} | null | undefined;
|
2540
|
-
loading?: boolean | null | undefined;
|
2541
2159
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2542
2160
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
2543
2161
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -2588,13 +2206,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2588
2206
|
path: string;
|
2589
2207
|
originalFilename: string;
|
2590
2208
|
}[] | {
|
2591
|
-
data?: any;
|
2592
|
-
error?: {
|
2593
|
-
message: string;
|
2594
|
-
statusCode: number | null;
|
2595
|
-
} | null | undefined;
|
2596
|
-
loading?: boolean | null | undefined;
|
2597
|
-
} | {
|
2598
2209
|
start: string;
|
2599
2210
|
end: string;
|
2600
2211
|
} | null | undefined>;
|
@@ -2641,13 +2252,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2641
2252
|
path: string;
|
2642
2253
|
originalFilename: string;
|
2643
2254
|
}[] | {
|
2644
|
-
data?: any;
|
2645
|
-
error?: {
|
2646
|
-
message: string;
|
2647
|
-
statusCode: number | null;
|
2648
|
-
} | null | undefined;
|
2649
|
-
loading?: boolean | null | undefined;
|
2650
|
-
} | {
|
2651
2255
|
start: string;
|
2652
2256
|
end: string;
|
2653
2257
|
} | null | undefined> | undefined;
|
@@ -2699,13 +2303,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2699
2303
|
path: string;
|
2700
2304
|
originalFilename: string;
|
2701
2305
|
}[] | {
|
2702
|
-
data?: any;
|
2703
|
-
error?: {
|
2704
|
-
message: string;
|
2705
|
-
statusCode: number | null;
|
2706
|
-
} | null | undefined;
|
2707
|
-
loading?: boolean | null | undefined;
|
2708
|
-
} | {
|
2709
2306
|
start: string;
|
2710
2307
|
end: string;
|
2711
2308
|
} | null | undefined> | undefined;
|
@@ -2751,13 +2348,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2751
2348
|
path: string;
|
2752
2349
|
originalFilename: string;
|
2753
2350
|
}[] | {
|
2754
|
-
data?: any;
|
2755
|
-
error?: {
|
2756
|
-
message: string;
|
2757
|
-
statusCode: number | null;
|
2758
|
-
} | null | undefined;
|
2759
|
-
loading?: boolean | null | undefined;
|
2760
|
-
} | {
|
2761
2351
|
start: string;
|
2762
2352
|
end: string;
|
2763
2353
|
} | null | undefined> | undefined;
|
@@ -2901,33 +2491,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2901
2491
|
firstname: string;
|
2902
2492
|
surname: string;
|
2903
2493
|
middlename?: string | null | undefined;
|
2904
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2905
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2906
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2907
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
2908
|
-
message: z.ZodString;
|
2909
|
-
}, "strip", z.ZodTypeAny, {
|
2910
|
-
message: string;
|
2911
|
-
statusCode: number | null;
|
2912
|
-
}, {
|
2913
|
-
message: string;
|
2914
|
-
statusCode: number | null;
|
2915
|
-
}>>>;
|
2916
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
2917
|
-
}, "strip", z.ZodTypeAny, {
|
2918
|
-
data?: any;
|
2919
|
-
error?: {
|
2920
|
-
message: string;
|
2921
|
-
statusCode: number | null;
|
2922
|
-
} | null | undefined;
|
2923
|
-
loading?: boolean | null | undefined;
|
2924
|
-
}, {
|
2925
|
-
data?: any;
|
2926
|
-
error?: {
|
2927
|
-
message: string;
|
2928
|
-
statusCode: number | null;
|
2929
|
-
} | null | undefined;
|
2930
|
-
loading?: boolean | null | undefined;
|
2931
2494
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
2932
2495
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
2933
2496
|
start: z.ZodString;
|
@@ -3063,33 +2626,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
3063
2626
|
firstname: string;
|
3064
2627
|
surname: string;
|
3065
2628
|
middlename?: string | null | undefined;
|
3066
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3067
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3068
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3069
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
3070
|
-
message: z.ZodString;
|
3071
|
-
}, "strip", z.ZodTypeAny, {
|
3072
|
-
message: string;
|
3073
|
-
statusCode: number | null;
|
3074
|
-
}, {
|
3075
|
-
message: string;
|
3076
|
-
statusCode: number | null;
|
3077
|
-
}>>>;
|
3078
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
3079
|
-
}, "strip", z.ZodTypeAny, {
|
3080
|
-
data?: any;
|
3081
|
-
error?: {
|
3082
|
-
message: string;
|
3083
|
-
statusCode: number | null;
|
3084
|
-
} | null | undefined;
|
3085
|
-
loading?: boolean | null | undefined;
|
3086
|
-
}, {
|
3087
|
-
data?: any;
|
3088
|
-
error?: {
|
3089
|
-
message: string;
|
3090
|
-
statusCode: number | null;
|
3091
|
-
} | null | undefined;
|
3092
|
-
loading?: boolean | null | undefined;
|
3093
2629
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3094
2630
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
3095
2631
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -3147,13 +2683,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
3147
2683
|
path: string;
|
3148
2684
|
originalFilename: string;
|
3149
2685
|
}[] | {
|
3150
|
-
data?: any;
|
3151
|
-
error?: {
|
3152
|
-
message: string;
|
3153
|
-
statusCode: number | null;
|
3154
|
-
} | null | undefined;
|
3155
|
-
loading?: boolean | null | undefined;
|
3156
|
-
} | {
|
3157
2686
|
start: string;
|
3158
2687
|
end: string;
|
3159
2688
|
} | null | undefined>;
|
@@ -3203,13 +2732,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
3203
2732
|
path: string;
|
3204
2733
|
originalFilename: string;
|
3205
2734
|
}[] | {
|
3206
|
-
data?: any;
|
3207
|
-
error?: {
|
3208
|
-
message: string;
|
3209
|
-
statusCode: number | null;
|
3210
|
-
} | null | undefined;
|
3211
|
-
loading?: boolean | null | undefined;
|
3212
|
-
} | {
|
3213
2735
|
start: string;
|
3214
2736
|
end: string;
|
3215
2737
|
} | null | undefined> | undefined;
|
@@ -3264,13 +2786,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
3264
2786
|
path: string;
|
3265
2787
|
originalFilename: string;
|
3266
2788
|
}[] | {
|
3267
|
-
data?: any;
|
3268
|
-
error?: {
|
3269
|
-
message: string;
|
3270
|
-
statusCode: number | null;
|
3271
|
-
} | null | undefined;
|
3272
|
-
loading?: boolean | null | undefined;
|
3273
|
-
} | {
|
3274
2789
|
start: string;
|
3275
2790
|
end: string;
|
3276
2791
|
} | null | undefined> | undefined;
|
@@ -3316,13 +2831,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
3316
2831
|
path: string;
|
3317
2832
|
originalFilename: string;
|
3318
2833
|
}[] | {
|
3319
|
-
data?: any;
|
3320
|
-
error?: {
|
3321
|
-
message: string;
|
3322
|
-
statusCode: number | null;
|
3323
|
-
} | null | undefined;
|
3324
|
-
loading?: boolean | null | undefined;
|
3325
|
-
} | {
|
3326
2834
|
start: string;
|
3327
2835
|
end: string;
|
3328
2836
|
} | null | undefined> | undefined;
|
@@ -3467,33 +2975,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3467
2975
|
firstname: string;
|
3468
2976
|
surname: string;
|
3469
2977
|
middlename?: string | null | undefined;
|
3470
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3471
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3472
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3473
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
3474
|
-
message: z.ZodString;
|
3475
|
-
}, "strip", z.ZodTypeAny, {
|
3476
|
-
message: string;
|
3477
|
-
statusCode: number | null;
|
3478
|
-
}, {
|
3479
|
-
message: string;
|
3480
|
-
statusCode: number | null;
|
3481
|
-
}>>>;
|
3482
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
3483
|
-
}, "strip", z.ZodTypeAny, {
|
3484
|
-
data?: any;
|
3485
|
-
error?: {
|
3486
|
-
message: string;
|
3487
|
-
statusCode: number | null;
|
3488
|
-
} | null | undefined;
|
3489
|
-
loading?: boolean | null | undefined;
|
3490
|
-
}, {
|
3491
|
-
data?: any;
|
3492
|
-
error?: {
|
3493
|
-
message: string;
|
3494
|
-
statusCode: number | null;
|
3495
|
-
} | null | undefined;
|
3496
|
-
loading?: boolean | null | undefined;
|
3497
2978
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3498
2979
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
3499
2980
|
start: z.ZodString;
|
@@ -3629,33 +3110,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3629
3110
|
firstname: string;
|
3630
3111
|
surname: string;
|
3631
3112
|
middlename?: string | null | undefined;
|
3632
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3633
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3634
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3635
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
3636
|
-
message: z.ZodString;
|
3637
|
-
}, "strip", z.ZodTypeAny, {
|
3638
|
-
message: string;
|
3639
|
-
statusCode: number | null;
|
3640
|
-
}, {
|
3641
|
-
message: string;
|
3642
|
-
statusCode: number | null;
|
3643
|
-
}>>>;
|
3644
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
3645
|
-
}, "strip", z.ZodTypeAny, {
|
3646
|
-
data?: any;
|
3647
|
-
error?: {
|
3648
|
-
message: string;
|
3649
|
-
statusCode: number | null;
|
3650
|
-
} | null | undefined;
|
3651
|
-
loading?: boolean | null | undefined;
|
3652
|
-
}, {
|
3653
|
-
data?: any;
|
3654
|
-
error?: {
|
3655
|
-
message: string;
|
3656
|
-
statusCode: number | null;
|
3657
|
-
} | null | undefined;
|
3658
|
-
loading?: boolean | null | undefined;
|
3659
3113
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
3660
3114
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
3661
3115
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -3720,13 +3174,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3720
3174
|
path: string;
|
3721
3175
|
originalFilename: string;
|
3722
3176
|
}[] | {
|
3723
|
-
data?: any;
|
3724
|
-
error?: {
|
3725
|
-
message: string;
|
3726
|
-
statusCode: number | null;
|
3727
|
-
} | null | undefined;
|
3728
|
-
loading?: boolean | null | undefined;
|
3729
|
-
} | {
|
3730
3177
|
start: string;
|
3731
3178
|
end: string;
|
3732
3179
|
} | null | undefined>;
|
@@ -3773,13 +3220,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3773
3220
|
path: string;
|
3774
3221
|
originalFilename: string;
|
3775
3222
|
}[] | {
|
3776
|
-
data?: any;
|
3777
|
-
error?: {
|
3778
|
-
message: string;
|
3779
|
-
statusCode: number | null;
|
3780
|
-
} | null | undefined;
|
3781
|
-
loading?: boolean | null | undefined;
|
3782
|
-
} | {
|
3783
3223
|
start: string;
|
3784
3224
|
end: string;
|
3785
3225
|
} | null | undefined> | undefined;
|
@@ -3835,13 +3275,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3835
3275
|
path: string;
|
3836
3276
|
originalFilename: string;
|
3837
3277
|
}[] | {
|
3838
|
-
data?: any;
|
3839
|
-
error?: {
|
3840
|
-
message: string;
|
3841
|
-
statusCode: number | null;
|
3842
|
-
} | null | undefined;
|
3843
|
-
loading?: boolean | null | undefined;
|
3844
|
-
} | {
|
3845
3278
|
start: string;
|
3846
3279
|
end: string;
|
3847
3280
|
} | null | undefined> | undefined;
|
@@ -3887,13 +3320,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
3887
3320
|
path: string;
|
3888
3321
|
originalFilename: string;
|
3889
3322
|
}[] | {
|
3890
|
-
data?: any;
|
3891
|
-
error?: {
|
3892
|
-
message: string;
|
3893
|
-
statusCode: number | null;
|
3894
|
-
} | null | undefined;
|
3895
|
-
loading?: boolean | null | undefined;
|
3896
|
-
} | {
|
3897
3323
|
start: string;
|
3898
3324
|
end: string;
|
3899
3325
|
} | null | undefined> | undefined;
|
@@ -4038,33 +3464,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4038
3464
|
firstname: string;
|
4039
3465
|
surname: string;
|
4040
3466
|
middlename?: string | null | undefined;
|
4041
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4042
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4043
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4044
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
4045
|
-
message: z.ZodString;
|
4046
|
-
}, "strip", z.ZodTypeAny, {
|
4047
|
-
message: string;
|
4048
|
-
statusCode: number | null;
|
4049
|
-
}, {
|
4050
|
-
message: string;
|
4051
|
-
statusCode: number | null;
|
4052
|
-
}>>>;
|
4053
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
4054
|
-
}, "strip", z.ZodTypeAny, {
|
4055
|
-
data?: any;
|
4056
|
-
error?: {
|
4057
|
-
message: string;
|
4058
|
-
statusCode: number | null;
|
4059
|
-
} | null | undefined;
|
4060
|
-
loading?: boolean | null | undefined;
|
4061
|
-
}, {
|
4062
|
-
data?: any;
|
4063
|
-
error?: {
|
4064
|
-
message: string;
|
4065
|
-
statusCode: number | null;
|
4066
|
-
} | null | undefined;
|
4067
|
-
loading?: boolean | null | undefined;
|
4068
3467
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4069
3468
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4070
3469
|
start: z.ZodString;
|
@@ -4200,33 +3599,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4200
3599
|
firstname: string;
|
4201
3600
|
surname: string;
|
4202
3601
|
middlename?: string | null | undefined;
|
4203
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4204
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4205
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4206
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
4207
|
-
message: z.ZodString;
|
4208
|
-
}, "strip", z.ZodTypeAny, {
|
4209
|
-
message: string;
|
4210
|
-
statusCode: number | null;
|
4211
|
-
}, {
|
4212
|
-
message: string;
|
4213
|
-
statusCode: number | null;
|
4214
|
-
}>>>;
|
4215
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
4216
|
-
}, "strip", z.ZodTypeAny, {
|
4217
|
-
data?: any;
|
4218
|
-
error?: {
|
4219
|
-
message: string;
|
4220
|
-
statusCode: number | null;
|
4221
|
-
} | null | undefined;
|
4222
|
-
loading?: boolean | null | undefined;
|
4223
|
-
}, {
|
4224
|
-
data?: any;
|
4225
|
-
error?: {
|
4226
|
-
message: string;
|
4227
|
-
statusCode: number | null;
|
4228
|
-
} | null | undefined;
|
4229
|
-
loading?: boolean | null | undefined;
|
4230
3602
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4231
3603
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
4232
3604
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -4277,13 +3649,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4277
3649
|
path: string;
|
4278
3650
|
originalFilename: string;
|
4279
3651
|
}[] | {
|
4280
|
-
data?: any;
|
4281
|
-
error?: {
|
4282
|
-
message: string;
|
4283
|
-
statusCode: number | null;
|
4284
|
-
} | null | undefined;
|
4285
|
-
loading?: boolean | null | undefined;
|
4286
|
-
} | {
|
4287
3652
|
start: string;
|
4288
3653
|
end: string;
|
4289
3654
|
} | null | undefined>;
|
@@ -4330,13 +3695,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4330
3695
|
path: string;
|
4331
3696
|
originalFilename: string;
|
4332
3697
|
}[] | {
|
4333
|
-
data?: any;
|
4334
|
-
error?: {
|
4335
|
-
message: string;
|
4336
|
-
statusCode: number | null;
|
4337
|
-
} | null | undefined;
|
4338
|
-
loading?: boolean | null | undefined;
|
4339
|
-
} | {
|
4340
3698
|
start: string;
|
4341
3699
|
end: string;
|
4342
3700
|
} | null | undefined> | undefined;
|
@@ -4388,13 +3746,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4388
3746
|
path: string;
|
4389
3747
|
originalFilename: string;
|
4390
3748
|
}[] | {
|
4391
|
-
data?: any;
|
4392
|
-
error?: {
|
4393
|
-
message: string;
|
4394
|
-
statusCode: number | null;
|
4395
|
-
} | null | undefined;
|
4396
|
-
loading?: boolean | null | undefined;
|
4397
|
-
} | {
|
4398
3749
|
start: string;
|
4399
3750
|
end: string;
|
4400
3751
|
} | null | undefined> | undefined;
|
@@ -4440,13 +3791,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
4440
3791
|
path: string;
|
4441
3792
|
originalFilename: string;
|
4442
3793
|
}[] | {
|
4443
|
-
data?: any;
|
4444
|
-
error?: {
|
4445
|
-
message: string;
|
4446
|
-
statusCode: number | null;
|
4447
|
-
} | null | undefined;
|
4448
|
-
loading?: boolean | null | undefined;
|
4449
|
-
} | {
|
4450
3794
|
start: string;
|
4451
3795
|
end: string;
|
4452
3796
|
} | null | undefined> | undefined;
|
@@ -4591,33 +3935,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4591
3935
|
firstname: string;
|
4592
3936
|
surname: string;
|
4593
3937
|
middlename?: string | null | undefined;
|
4594
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4595
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4596
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4597
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
4598
|
-
message: z.ZodString;
|
4599
|
-
}, "strip", z.ZodTypeAny, {
|
4600
|
-
message: string;
|
4601
|
-
statusCode: number | null;
|
4602
|
-
}, {
|
4603
|
-
message: string;
|
4604
|
-
statusCode: number | null;
|
4605
|
-
}>>>;
|
4606
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
4607
|
-
}, "strip", z.ZodTypeAny, {
|
4608
|
-
data?: any;
|
4609
|
-
error?: {
|
4610
|
-
message: string;
|
4611
|
-
statusCode: number | null;
|
4612
|
-
} | null | undefined;
|
4613
|
-
loading?: boolean | null | undefined;
|
4614
|
-
}, {
|
4615
|
-
data?: any;
|
4616
|
-
error?: {
|
4617
|
-
message: string;
|
4618
|
-
statusCode: number | null;
|
4619
|
-
} | null | undefined;
|
4620
|
-
loading?: boolean | null | undefined;
|
4621
3938
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4622
3939
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
4623
3940
|
start: z.ZodString;
|
@@ -4753,33 +4070,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4753
4070
|
firstname: string;
|
4754
4071
|
surname: string;
|
4755
4072
|
middlename?: string | null | undefined;
|
4756
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4757
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4758
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4759
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
4760
|
-
message: z.ZodString;
|
4761
|
-
}, "strip", z.ZodTypeAny, {
|
4762
|
-
message: string;
|
4763
|
-
statusCode: number | null;
|
4764
|
-
}, {
|
4765
|
-
message: string;
|
4766
|
-
statusCode: number | null;
|
4767
|
-
}>>>;
|
4768
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
4769
|
-
}, "strip", z.ZodTypeAny, {
|
4770
|
-
data?: any;
|
4771
|
-
error?: {
|
4772
|
-
message: string;
|
4773
|
-
statusCode: number | null;
|
4774
|
-
} | null | undefined;
|
4775
|
-
loading?: boolean | null | undefined;
|
4776
|
-
}, {
|
4777
|
-
data?: any;
|
4778
|
-
error?: {
|
4779
|
-
message: string;
|
4780
|
-
statusCode: number | null;
|
4781
|
-
} | null | undefined;
|
4782
|
-
loading?: boolean | null | undefined;
|
4783
4073
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
4784
4074
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
4785
4075
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -4844,13 +4134,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4844
4134
|
path: string;
|
4845
4135
|
originalFilename: string;
|
4846
4136
|
}[] | {
|
4847
|
-
data?: any;
|
4848
|
-
error?: {
|
4849
|
-
message: string;
|
4850
|
-
statusCode: number | null;
|
4851
|
-
} | null | undefined;
|
4852
|
-
loading?: boolean | null | undefined;
|
4853
|
-
} | {
|
4854
4137
|
start: string;
|
4855
4138
|
end: string;
|
4856
4139
|
} | null | undefined>;
|
@@ -4897,13 +4180,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4897
4180
|
path: string;
|
4898
4181
|
originalFilename: string;
|
4899
4182
|
}[] | {
|
4900
|
-
data?: any;
|
4901
|
-
error?: {
|
4902
|
-
message: string;
|
4903
|
-
statusCode: number | null;
|
4904
|
-
} | null | undefined;
|
4905
|
-
loading?: boolean | null | undefined;
|
4906
|
-
} | {
|
4907
4183
|
start: string;
|
4908
4184
|
end: string;
|
4909
4185
|
} | null | undefined> | undefined;
|
@@ -4959,13 +4235,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4959
4235
|
path: string;
|
4960
4236
|
originalFilename: string;
|
4961
4237
|
}[] | {
|
4962
|
-
data?: any;
|
4963
|
-
error?: {
|
4964
|
-
message: string;
|
4965
|
-
statusCode: number | null;
|
4966
|
-
} | null | undefined;
|
4967
|
-
loading?: boolean | null | undefined;
|
4968
|
-
} | {
|
4969
4238
|
start: string;
|
4970
4239
|
end: string;
|
4971
4240
|
} | null | undefined> | undefined;
|
@@ -5011,13 +4280,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5011
4280
|
path: string;
|
5012
4281
|
originalFilename: string;
|
5013
4282
|
}[] | {
|
5014
|
-
data?: any;
|
5015
|
-
error?: {
|
5016
|
-
message: string;
|
5017
|
-
statusCode: number | null;
|
5018
|
-
} | null | undefined;
|
5019
|
-
loading?: boolean | null | undefined;
|
5020
|
-
} | {
|
5021
4283
|
start: string;
|
5022
4284
|
end: string;
|
5023
4285
|
} | null | undefined> | undefined;
|
@@ -5162,33 +4424,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5162
4424
|
firstname: string;
|
5163
4425
|
surname: string;
|
5164
4426
|
middlename?: string | null | undefined;
|
5165
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5166
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5167
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5168
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
5169
|
-
message: z.ZodString;
|
5170
|
-
}, "strip", z.ZodTypeAny, {
|
5171
|
-
message: string;
|
5172
|
-
statusCode: number | null;
|
5173
|
-
}, {
|
5174
|
-
message: string;
|
5175
|
-
statusCode: number | null;
|
5176
|
-
}>>>;
|
5177
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
5178
|
-
}, "strip", z.ZodTypeAny, {
|
5179
|
-
data?: any;
|
5180
|
-
error?: {
|
5181
|
-
message: string;
|
5182
|
-
statusCode: number | null;
|
5183
|
-
} | null | undefined;
|
5184
|
-
loading?: boolean | null | undefined;
|
5185
|
-
}, {
|
5186
|
-
data?: any;
|
5187
|
-
error?: {
|
5188
|
-
message: string;
|
5189
|
-
statusCode: number | null;
|
5190
|
-
} | null | undefined;
|
5191
|
-
loading?: boolean | null | undefined;
|
5192
4427
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5193
4428
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5194
4429
|
start: z.ZodString;
|
@@ -5324,33 +4559,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5324
4559
|
firstname: string;
|
5325
4560
|
surname: string;
|
5326
4561
|
middlename?: string | null | undefined;
|
5327
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5328
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5329
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5330
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
5331
|
-
message: z.ZodString;
|
5332
|
-
}, "strip", z.ZodTypeAny, {
|
5333
|
-
message: string;
|
5334
|
-
statusCode: number | null;
|
5335
|
-
}, {
|
5336
|
-
message: string;
|
5337
|
-
statusCode: number | null;
|
5338
|
-
}>>>;
|
5339
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
5340
|
-
}, "strip", z.ZodTypeAny, {
|
5341
|
-
data?: any;
|
5342
|
-
error?: {
|
5343
|
-
message: string;
|
5344
|
-
statusCode: number | null;
|
5345
|
-
} | null | undefined;
|
5346
|
-
loading?: boolean | null | undefined;
|
5347
|
-
}, {
|
5348
|
-
data?: any;
|
5349
|
-
error?: {
|
5350
|
-
message: string;
|
5351
|
-
statusCode: number | null;
|
5352
|
-
} | null | undefined;
|
5353
|
-
loading?: boolean | null | undefined;
|
5354
4562
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5355
4563
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
5356
4564
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -5402,13 +4610,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5402
4610
|
path: string;
|
5403
4611
|
originalFilename: string;
|
5404
4612
|
}[] | {
|
5405
|
-
data?: any;
|
5406
|
-
error?: {
|
5407
|
-
message: string;
|
5408
|
-
statusCode: number | null;
|
5409
|
-
} | null | undefined;
|
5410
|
-
loading?: boolean | null | undefined;
|
5411
|
-
} | {
|
5412
4613
|
start: string;
|
5413
4614
|
end: string;
|
5414
4615
|
} | null | undefined>;
|
@@ -5456,13 +4657,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5456
4657
|
path: string;
|
5457
4658
|
originalFilename: string;
|
5458
4659
|
}[] | {
|
5459
|
-
data?: any;
|
5460
|
-
error?: {
|
5461
|
-
message: string;
|
5462
|
-
statusCode: number | null;
|
5463
|
-
} | null | undefined;
|
5464
|
-
loading?: boolean | null | undefined;
|
5465
|
-
} | {
|
5466
4660
|
start: string;
|
5467
4661
|
end: string;
|
5468
4662
|
} | null | undefined> | undefined;
|
@@ -5515,13 +4709,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5515
4709
|
path: string;
|
5516
4710
|
originalFilename: string;
|
5517
4711
|
}[] | {
|
5518
|
-
data?: any;
|
5519
|
-
error?: {
|
5520
|
-
message: string;
|
5521
|
-
statusCode: number | null;
|
5522
|
-
} | null | undefined;
|
5523
|
-
loading?: boolean | null | undefined;
|
5524
|
-
} | {
|
5525
4712
|
start: string;
|
5526
4713
|
end: string;
|
5527
4714
|
} | null | undefined> | undefined;
|
@@ -5567,13 +4754,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5567
4754
|
path: string;
|
5568
4755
|
originalFilename: string;
|
5569
4756
|
}[] | {
|
5570
|
-
data?: any;
|
5571
|
-
error?: {
|
5572
|
-
message: string;
|
5573
|
-
statusCode: number | null;
|
5574
|
-
} | null | undefined;
|
5575
|
-
loading?: boolean | null | undefined;
|
5576
|
-
} | {
|
5577
4757
|
start: string;
|
5578
4758
|
end: string;
|
5579
4759
|
} | null | undefined> | undefined;
|
@@ -5718,33 +4898,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5718
4898
|
firstname: string;
|
5719
4899
|
surname: string;
|
5720
4900
|
middlename?: string | null | undefined;
|
5721
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5722
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5723
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5724
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
5725
|
-
message: z.ZodString;
|
5726
|
-
}, "strip", z.ZodTypeAny, {
|
5727
|
-
message: string;
|
5728
|
-
statusCode: number | null;
|
5729
|
-
}, {
|
5730
|
-
message: string;
|
5731
|
-
statusCode: number | null;
|
5732
|
-
}>>>;
|
5733
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
5734
|
-
}, "strip", z.ZodTypeAny, {
|
5735
|
-
data?: any;
|
5736
|
-
error?: {
|
5737
|
-
message: string;
|
5738
|
-
statusCode: number | null;
|
5739
|
-
} | null | undefined;
|
5740
|
-
loading?: boolean | null | undefined;
|
5741
|
-
}, {
|
5742
|
-
data?: any;
|
5743
|
-
error?: {
|
5744
|
-
message: string;
|
5745
|
-
statusCode: number | null;
|
5746
|
-
} | null | undefined;
|
5747
|
-
loading?: boolean | null | undefined;
|
5748
4901
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5749
4902
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
5750
4903
|
start: z.ZodString;
|
@@ -5880,33 +5033,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5880
5033
|
firstname: string;
|
5881
5034
|
surname: string;
|
5882
5035
|
middlename?: string | null | undefined;
|
5883
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5884
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5885
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5886
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
5887
|
-
message: z.ZodString;
|
5888
|
-
}, "strip", z.ZodTypeAny, {
|
5889
|
-
message: string;
|
5890
|
-
statusCode: number | null;
|
5891
|
-
}, {
|
5892
|
-
message: string;
|
5893
|
-
statusCode: number | null;
|
5894
|
-
}>>>;
|
5895
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
5896
|
-
}, "strip", z.ZodTypeAny, {
|
5897
|
-
data?: any;
|
5898
|
-
error?: {
|
5899
|
-
message: string;
|
5900
|
-
statusCode: number | null;
|
5901
|
-
} | null | undefined;
|
5902
|
-
loading?: boolean | null | undefined;
|
5903
|
-
}, {
|
5904
|
-
data?: any;
|
5905
|
-
error?: {
|
5906
|
-
message: string;
|
5907
|
-
statusCode: number | null;
|
5908
|
-
} | null | undefined;
|
5909
|
-
loading?: boolean | null | undefined;
|
5910
5036
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
5911
5037
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
5912
5038
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -5958,13 +5084,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5958
5084
|
path: string;
|
5959
5085
|
originalFilename: string;
|
5960
5086
|
}[] | {
|
5961
|
-
data?: any;
|
5962
|
-
error?: {
|
5963
|
-
message: string;
|
5964
|
-
statusCode: number | null;
|
5965
|
-
} | null | undefined;
|
5966
|
-
loading?: boolean | null | undefined;
|
5967
|
-
} | {
|
5968
5087
|
start: string;
|
5969
5088
|
end: string;
|
5970
5089
|
} | null | undefined>;
|
@@ -6012,13 +5131,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6012
5131
|
path: string;
|
6013
5132
|
originalFilename: string;
|
6014
5133
|
}[] | {
|
6015
|
-
data?: any;
|
6016
|
-
error?: {
|
6017
|
-
message: string;
|
6018
|
-
statusCode: number | null;
|
6019
|
-
} | null | undefined;
|
6020
|
-
loading?: boolean | null | undefined;
|
6021
|
-
} | {
|
6022
5134
|
start: string;
|
6023
5135
|
end: string;
|
6024
5136
|
} | null | undefined> | undefined;
|
@@ -6070,13 +5182,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6070
5182
|
path: string;
|
6071
5183
|
originalFilename: string;
|
6072
5184
|
}[] | {
|
6073
|
-
data?: any;
|
6074
|
-
error?: {
|
6075
|
-
message: string;
|
6076
|
-
statusCode: number | null;
|
6077
|
-
} | null | undefined;
|
6078
|
-
loading?: boolean | null | undefined;
|
6079
|
-
} | {
|
6080
5185
|
start: string;
|
6081
5186
|
end: string;
|
6082
5187
|
} | null | undefined> | undefined;
|
@@ -6122,13 +5227,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6122
5227
|
path: string;
|
6123
5228
|
originalFilename: string;
|
6124
5229
|
}[] | {
|
6125
|
-
data?: any;
|
6126
|
-
error?: {
|
6127
|
-
message: string;
|
6128
|
-
statusCode: number | null;
|
6129
|
-
} | null | undefined;
|
6130
|
-
loading?: boolean | null | undefined;
|
6131
|
-
} | {
|
6132
5230
|
start: string;
|
6133
5231
|
end: string;
|
6134
5232
|
} | null | undefined> | undefined;
|
@@ -6274,33 +5372,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6274
5372
|
firstname: string;
|
6275
5373
|
surname: string;
|
6276
5374
|
middlename?: string | null | undefined;
|
6277
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6278
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6279
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6280
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
6281
|
-
message: z.ZodString;
|
6282
|
-
}, "strip", z.ZodTypeAny, {
|
6283
|
-
message: string;
|
6284
|
-
statusCode: number | null;
|
6285
|
-
}, {
|
6286
|
-
message: string;
|
6287
|
-
statusCode: number | null;
|
6288
|
-
}>>>;
|
6289
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
6290
|
-
}, "strip", z.ZodTypeAny, {
|
6291
|
-
data?: any;
|
6292
|
-
error?: {
|
6293
|
-
message: string;
|
6294
|
-
statusCode: number | null;
|
6295
|
-
} | null | undefined;
|
6296
|
-
loading?: boolean | null | undefined;
|
6297
|
-
}, {
|
6298
|
-
data?: any;
|
6299
|
-
error?: {
|
6300
|
-
message: string;
|
6301
|
-
statusCode: number | null;
|
6302
|
-
} | null | undefined;
|
6303
|
-
loading?: boolean | null | undefined;
|
6304
5375
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6305
5376
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6306
5377
|
start: z.ZodString;
|
@@ -6436,33 +5507,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6436
5507
|
firstname: string;
|
6437
5508
|
surname: string;
|
6438
5509
|
middlename?: string | null | undefined;
|
6439
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6440
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6441
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6442
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
6443
|
-
message: z.ZodString;
|
6444
|
-
}, "strip", z.ZodTypeAny, {
|
6445
|
-
message: string;
|
6446
|
-
statusCode: number | null;
|
6447
|
-
}, {
|
6448
|
-
message: string;
|
6449
|
-
statusCode: number | null;
|
6450
|
-
}>>>;
|
6451
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
6452
|
-
}, "strip", z.ZodTypeAny, {
|
6453
|
-
data?: any;
|
6454
|
-
error?: {
|
6455
|
-
message: string;
|
6456
|
-
statusCode: number | null;
|
6457
|
-
} | null | undefined;
|
6458
|
-
loading?: boolean | null | undefined;
|
6459
|
-
}, {
|
6460
|
-
data?: any;
|
6461
|
-
error?: {
|
6462
|
-
message: string;
|
6463
|
-
statusCode: number | null;
|
6464
|
-
} | null | undefined;
|
6465
|
-
loading?: boolean | null | undefined;
|
6466
5510
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6467
5511
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
6468
5512
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -6513,13 +5557,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6513
5557
|
path: string;
|
6514
5558
|
originalFilename: string;
|
6515
5559
|
}[] | {
|
6516
|
-
data?: any;
|
6517
|
-
error?: {
|
6518
|
-
message: string;
|
6519
|
-
statusCode: number | null;
|
6520
|
-
} | null | undefined;
|
6521
|
-
loading?: boolean | null | undefined;
|
6522
|
-
} | {
|
6523
5560
|
start: string;
|
6524
5561
|
end: string;
|
6525
5562
|
} | null | undefined>;
|
@@ -6566,13 +5603,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6566
5603
|
path: string;
|
6567
5604
|
originalFilename: string;
|
6568
5605
|
}[] | {
|
6569
|
-
data?: any;
|
6570
|
-
error?: {
|
6571
|
-
message: string;
|
6572
|
-
statusCode: number | null;
|
6573
|
-
} | null | undefined;
|
6574
|
-
loading?: boolean | null | undefined;
|
6575
|
-
} | {
|
6576
5606
|
start: string;
|
6577
5607
|
end: string;
|
6578
5608
|
} | null | undefined> | undefined;
|
@@ -6624,13 +5654,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6624
5654
|
path: string;
|
6625
5655
|
originalFilename: string;
|
6626
5656
|
}[] | {
|
6627
|
-
data?: any;
|
6628
|
-
error?: {
|
6629
|
-
message: string;
|
6630
|
-
statusCode: number | null;
|
6631
|
-
} | null | undefined;
|
6632
|
-
loading?: boolean | null | undefined;
|
6633
|
-
} | {
|
6634
5657
|
start: string;
|
6635
5658
|
end: string;
|
6636
5659
|
} | null | undefined> | undefined;
|
@@ -6676,13 +5699,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
6676
5699
|
path: string;
|
6677
5700
|
originalFilename: string;
|
6678
5701
|
}[] | {
|
6679
|
-
data?: any;
|
6680
|
-
error?: {
|
6681
|
-
message: string;
|
6682
|
-
statusCode: number | null;
|
6683
|
-
} | null | undefined;
|
6684
|
-
loading?: boolean | null | undefined;
|
6685
|
-
} | {
|
6686
5702
|
start: string;
|
6687
5703
|
end: string;
|
6688
5704
|
} | null | undefined> | undefined;
|
@@ -6827,33 +5843,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
6827
5843
|
firstname: string;
|
6828
5844
|
surname: string;
|
6829
5845
|
middlename?: string | null | undefined;
|
6830
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6831
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6832
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6833
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
6834
|
-
message: z.ZodString;
|
6835
|
-
}, "strip", z.ZodTypeAny, {
|
6836
|
-
message: string;
|
6837
|
-
statusCode: number | null;
|
6838
|
-
}, {
|
6839
|
-
message: string;
|
6840
|
-
statusCode: number | null;
|
6841
|
-
}>>>;
|
6842
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
6843
|
-
}, "strip", z.ZodTypeAny, {
|
6844
|
-
data?: any;
|
6845
|
-
error?: {
|
6846
|
-
message: string;
|
6847
|
-
statusCode: number | null;
|
6848
|
-
} | null | undefined;
|
6849
|
-
loading?: boolean | null | undefined;
|
6850
|
-
}, {
|
6851
|
-
data?: any;
|
6852
|
-
error?: {
|
6853
|
-
message: string;
|
6854
|
-
statusCode: number | null;
|
6855
|
-
} | null | undefined;
|
6856
|
-
loading?: boolean | null | undefined;
|
6857
5846
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
6858
5847
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
6859
5848
|
start: z.ZodString;
|
@@ -6989,33 +5978,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
6989
5978
|
firstname: string;
|
6990
5979
|
surname: string;
|
6991
5980
|
middlename?: string | null | undefined;
|
6992
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6993
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6994
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6995
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
6996
|
-
message: z.ZodString;
|
6997
|
-
}, "strip", z.ZodTypeAny, {
|
6998
|
-
message: string;
|
6999
|
-
statusCode: number | null;
|
7000
|
-
}, {
|
7001
|
-
message: string;
|
7002
|
-
statusCode: number | null;
|
7003
|
-
}>>>;
|
7004
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
7005
|
-
}, "strip", z.ZodTypeAny, {
|
7006
|
-
data?: any;
|
7007
|
-
error?: {
|
7008
|
-
message: string;
|
7009
|
-
statusCode: number | null;
|
7010
|
-
} | null | undefined;
|
7011
|
-
loading?: boolean | null | undefined;
|
7012
|
-
}, {
|
7013
|
-
data?: any;
|
7014
|
-
error?: {
|
7015
|
-
message: string;
|
7016
|
-
statusCode: number | null;
|
7017
|
-
} | null | undefined;
|
7018
|
-
loading?: boolean | null | undefined;
|
7019
5981
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7020
5982
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
7021
5983
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -7081,13 +6043,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
7081
6043
|
path: string;
|
7082
6044
|
originalFilename: string;
|
7083
6045
|
}[] | {
|
7084
|
-
data?: any;
|
7085
|
-
error?: {
|
7086
|
-
message: string;
|
7087
|
-
statusCode: number | null;
|
7088
|
-
} | null | undefined;
|
7089
|
-
loading?: boolean | null | undefined;
|
7090
|
-
} | {
|
7091
6046
|
start: string;
|
7092
6047
|
end: string;
|
7093
6048
|
} | null | undefined>;
|
@@ -7135,13 +6090,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
7135
6090
|
path: string;
|
7136
6091
|
originalFilename: string;
|
7137
6092
|
}[] | {
|
7138
|
-
data?: any;
|
7139
|
-
error?: {
|
7140
|
-
message: string;
|
7141
|
-
statusCode: number | null;
|
7142
|
-
} | null | undefined;
|
7143
|
-
loading?: boolean | null | undefined;
|
7144
|
-
} | {
|
7145
6093
|
start: string;
|
7146
6094
|
end: string;
|
7147
6095
|
} | null | undefined> | undefined;
|
@@ -7198,13 +6146,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
7198
6146
|
path: string;
|
7199
6147
|
originalFilename: string;
|
7200
6148
|
}[] | {
|
7201
|
-
data?: any;
|
7202
|
-
error?: {
|
7203
|
-
message: string;
|
7204
|
-
statusCode: number | null;
|
7205
|
-
} | null | undefined;
|
7206
|
-
loading?: boolean | null | undefined;
|
7207
|
-
} | {
|
7208
6149
|
start: string;
|
7209
6150
|
end: string;
|
7210
6151
|
} | null | undefined> | undefined;
|
@@ -7250,13 +6191,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
7250
6191
|
path: string;
|
7251
6192
|
originalFilename: string;
|
7252
6193
|
}[] | {
|
7253
|
-
data?: any;
|
7254
|
-
error?: {
|
7255
|
-
message: string;
|
7256
|
-
statusCode: number | null;
|
7257
|
-
} | null | undefined;
|
7258
|
-
loading?: boolean | null | undefined;
|
7259
|
-
} | {
|
7260
6194
|
start: string;
|
7261
6195
|
end: string;
|
7262
6196
|
} | null | undefined> | undefined;
|
@@ -7401,33 +6335,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7401
6335
|
firstname: string;
|
7402
6336
|
surname: string;
|
7403
6337
|
middlename?: string | null | undefined;
|
7404
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7405
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7406
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7407
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
7408
|
-
message: z.ZodString;
|
7409
|
-
}, "strip", z.ZodTypeAny, {
|
7410
|
-
message: string;
|
7411
|
-
statusCode: number | null;
|
7412
|
-
}, {
|
7413
|
-
message: string;
|
7414
|
-
statusCode: number | null;
|
7415
|
-
}>>>;
|
7416
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
7417
|
-
}, "strip", z.ZodTypeAny, {
|
7418
|
-
data?: any;
|
7419
|
-
error?: {
|
7420
|
-
message: string;
|
7421
|
-
statusCode: number | null;
|
7422
|
-
} | null | undefined;
|
7423
|
-
loading?: boolean | null | undefined;
|
7424
|
-
}, {
|
7425
|
-
data?: any;
|
7426
|
-
error?: {
|
7427
|
-
message: string;
|
7428
|
-
statusCode: number | null;
|
7429
|
-
} | null | undefined;
|
7430
|
-
loading?: boolean | null | undefined;
|
7431
6338
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7432
6339
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
7433
6340
|
start: z.ZodString;
|
@@ -7563,33 +6470,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7563
6470
|
firstname: string;
|
7564
6471
|
surname: string;
|
7565
6472
|
middlename?: string | null | undefined;
|
7566
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7567
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7568
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7569
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
7570
|
-
message: z.ZodString;
|
7571
|
-
}, "strip", z.ZodTypeAny, {
|
7572
|
-
message: string;
|
7573
|
-
statusCode: number | null;
|
7574
|
-
}, {
|
7575
|
-
message: string;
|
7576
|
-
statusCode: number | null;
|
7577
|
-
}>>>;
|
7578
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
7579
|
-
}, "strip", z.ZodTypeAny, {
|
7580
|
-
data?: any;
|
7581
|
-
error?: {
|
7582
|
-
message: string;
|
7583
|
-
statusCode: number | null;
|
7584
|
-
} | null | undefined;
|
7585
|
-
loading?: boolean | null | undefined;
|
7586
|
-
}, {
|
7587
|
-
data?: any;
|
7588
|
-
error?: {
|
7589
|
-
message: string;
|
7590
|
-
statusCode: number | null;
|
7591
|
-
} | null | undefined;
|
7592
|
-
loading?: boolean | null | undefined;
|
7593
6473
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7594
6474
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
7595
6475
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -7641,13 +6521,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7641
6521
|
path: string;
|
7642
6522
|
originalFilename: string;
|
7643
6523
|
}[] | {
|
7644
|
-
data?: any;
|
7645
|
-
error?: {
|
7646
|
-
message: string;
|
7647
|
-
statusCode: number | null;
|
7648
|
-
} | null | undefined;
|
7649
|
-
loading?: boolean | null | undefined;
|
7650
|
-
} | {
|
7651
6524
|
start: string;
|
7652
6525
|
end: string;
|
7653
6526
|
} | null | undefined>;
|
@@ -7695,13 +6568,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7695
6568
|
path: string;
|
7696
6569
|
originalFilename: string;
|
7697
6570
|
}[] | {
|
7698
|
-
data?: any;
|
7699
|
-
error?: {
|
7700
|
-
message: string;
|
7701
|
-
statusCode: number | null;
|
7702
|
-
} | null | undefined;
|
7703
|
-
loading?: boolean | null | undefined;
|
7704
|
-
} | {
|
7705
6571
|
start: string;
|
7706
6572
|
end: string;
|
7707
6573
|
} | null | undefined> | undefined;
|
@@ -7754,13 +6620,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7754
6620
|
path: string;
|
7755
6621
|
originalFilename: string;
|
7756
6622
|
}[] | {
|
7757
|
-
data?: any;
|
7758
|
-
error?: {
|
7759
|
-
message: string;
|
7760
|
-
statusCode: number | null;
|
7761
|
-
} | null | undefined;
|
7762
|
-
loading?: boolean | null | undefined;
|
7763
|
-
} | {
|
7764
6623
|
start: string;
|
7765
6624
|
end: string;
|
7766
6625
|
} | null | undefined> | undefined;
|
@@ -7806,13 +6665,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
7806
6665
|
path: string;
|
7807
6666
|
originalFilename: string;
|
7808
6667
|
}[] | {
|
7809
|
-
data?: any;
|
7810
|
-
error?: {
|
7811
|
-
message: string;
|
7812
|
-
statusCode: number | null;
|
7813
|
-
} | null | undefined;
|
7814
|
-
loading?: boolean | null | undefined;
|
7815
|
-
} | {
|
7816
6668
|
start: string;
|
7817
6669
|
end: string;
|
7818
6670
|
} | null | undefined> | undefined;
|
@@ -7957,33 +6809,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
7957
6809
|
firstname: string;
|
7958
6810
|
surname: string;
|
7959
6811
|
middlename?: string | null | undefined;
|
7960
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7961
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7962
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7963
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
7964
|
-
message: z.ZodString;
|
7965
|
-
}, "strip", z.ZodTypeAny, {
|
7966
|
-
message: string;
|
7967
|
-
statusCode: number | null;
|
7968
|
-
}, {
|
7969
|
-
message: string;
|
7970
|
-
statusCode: number | null;
|
7971
|
-
}>>>;
|
7972
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
7973
|
-
}, "strip", z.ZodTypeAny, {
|
7974
|
-
data?: any;
|
7975
|
-
error?: {
|
7976
|
-
message: string;
|
7977
|
-
statusCode: number | null;
|
7978
|
-
} | null | undefined;
|
7979
|
-
loading?: boolean | null | undefined;
|
7980
|
-
}, {
|
7981
|
-
data?: any;
|
7982
|
-
error?: {
|
7983
|
-
message: string;
|
7984
|
-
statusCode: number | null;
|
7985
|
-
} | null | undefined;
|
7986
|
-
loading?: boolean | null | undefined;
|
7987
6812
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
7988
6813
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
7989
6814
|
start: z.ZodString;
|
@@ -8119,33 +6944,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
8119
6944
|
firstname: string;
|
8120
6945
|
surname: string;
|
8121
6946
|
middlename?: string | null | undefined;
|
8122
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8123
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
8124
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
8125
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
8126
|
-
message: z.ZodString;
|
8127
|
-
}, "strip", z.ZodTypeAny, {
|
8128
|
-
message: string;
|
8129
|
-
statusCode: number | null;
|
8130
|
-
}, {
|
8131
|
-
message: string;
|
8132
|
-
statusCode: number | null;
|
8133
|
-
}>>>;
|
8134
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
8135
|
-
}, "strip", z.ZodTypeAny, {
|
8136
|
-
data?: any;
|
8137
|
-
error?: {
|
8138
|
-
message: string;
|
8139
|
-
statusCode: number | null;
|
8140
|
-
} | null | undefined;
|
8141
|
-
loading?: boolean | null | undefined;
|
8142
|
-
}, {
|
8143
|
-
data?: any;
|
8144
|
-
error?: {
|
8145
|
-
message: string;
|
8146
|
-
statusCode: number | null;
|
8147
|
-
} | null | undefined;
|
8148
|
-
loading?: boolean | null | undefined;
|
8149
6947
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8150
6948
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
8151
6949
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -8196,13 +6994,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
8196
6994
|
path: string;
|
8197
6995
|
originalFilename: string;
|
8198
6996
|
}[] | {
|
8199
|
-
data?: any;
|
8200
|
-
error?: {
|
8201
|
-
message: string;
|
8202
|
-
statusCode: number | null;
|
8203
|
-
} | null | undefined;
|
8204
|
-
loading?: boolean | null | undefined;
|
8205
|
-
} | {
|
8206
6997
|
start: string;
|
8207
6998
|
end: string;
|
8208
6999
|
} | null | undefined>;
|
@@ -8249,13 +7040,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
8249
7040
|
path: string;
|
8250
7041
|
originalFilename: string;
|
8251
7042
|
}[] | {
|
8252
|
-
data?: any;
|
8253
|
-
error?: {
|
8254
|
-
message: string;
|
8255
|
-
statusCode: number | null;
|
8256
|
-
} | null | undefined;
|
8257
|
-
loading?: boolean | null | undefined;
|
8258
|
-
} | {
|
8259
7043
|
start: string;
|
8260
7044
|
end: string;
|
8261
7045
|
} | null | undefined> | undefined;
|
@@ -8307,13 +7091,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
8307
7091
|
path: string;
|
8308
7092
|
originalFilename: string;
|
8309
7093
|
}[] | {
|
8310
|
-
data?: any;
|
8311
|
-
error?: {
|
8312
|
-
message: string;
|
8313
|
-
statusCode: number | null;
|
8314
|
-
} | null | undefined;
|
8315
|
-
loading?: boolean | null | undefined;
|
8316
|
-
} | {
|
8317
7094
|
start: string;
|
8318
7095
|
end: string;
|
8319
7096
|
} | null | undefined> | undefined;
|
@@ -8359,13 +7136,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
8359
7136
|
path: string;
|
8360
7137
|
originalFilename: string;
|
8361
7138
|
}[] | {
|
8362
|
-
data?: any;
|
8363
|
-
error?: {
|
8364
|
-
message: string;
|
8365
|
-
statusCode: number | null;
|
8366
|
-
} | null | undefined;
|
8367
|
-
loading?: boolean | null | undefined;
|
8368
|
-
} | {
|
8369
7139
|
start: string;
|
8370
7140
|
end: string;
|
8371
7141
|
} | null | undefined> | undefined;
|
@@ -8526,33 +7296,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8526
7296
|
firstname: string;
|
8527
7297
|
surname: string;
|
8528
7298
|
middlename?: string | null | undefined;
|
8529
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8530
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
8531
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
8532
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
8533
|
-
message: z.ZodString;
|
8534
|
-
}, "strip", z.ZodTypeAny, {
|
8535
|
-
message: string;
|
8536
|
-
statusCode: number | null;
|
8537
|
-
}, {
|
8538
|
-
message: string;
|
8539
|
-
statusCode: number | null;
|
8540
|
-
}>>>;
|
8541
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
8542
|
-
}, "strip", z.ZodTypeAny, {
|
8543
|
-
data?: any;
|
8544
|
-
error?: {
|
8545
|
-
message: string;
|
8546
|
-
statusCode: number | null;
|
8547
|
-
} | null | undefined;
|
8548
|
-
loading?: boolean | null | undefined;
|
8549
|
-
}, {
|
8550
|
-
data?: any;
|
8551
|
-
error?: {
|
8552
|
-
message: string;
|
8553
|
-
statusCode: number | null;
|
8554
|
-
} | null | undefined;
|
8555
|
-
loading?: boolean | null | undefined;
|
8556
7299
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8557
7300
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
8558
7301
|
start: z.ZodString;
|
@@ -8688,33 +7431,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8688
7431
|
firstname: string;
|
8689
7432
|
surname: string;
|
8690
7433
|
middlename?: string | null | undefined;
|
8691
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8692
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
8693
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
8694
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
8695
|
-
message: z.ZodString;
|
8696
|
-
}, "strip", z.ZodTypeAny, {
|
8697
|
-
message: string;
|
8698
|
-
statusCode: number | null;
|
8699
|
-
}, {
|
8700
|
-
message: string;
|
8701
|
-
statusCode: number | null;
|
8702
|
-
}>>>;
|
8703
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
8704
|
-
}, "strip", z.ZodTypeAny, {
|
8705
|
-
data?: any;
|
8706
|
-
error?: {
|
8707
|
-
message: string;
|
8708
|
-
statusCode: number | null;
|
8709
|
-
} | null | undefined;
|
8710
|
-
loading?: boolean | null | undefined;
|
8711
|
-
}, {
|
8712
|
-
data?: any;
|
8713
|
-
error?: {
|
8714
|
-
message: string;
|
8715
|
-
statusCode: number | null;
|
8716
|
-
} | null | undefined;
|
8717
|
-
loading?: boolean | null | undefined;
|
8718
7434
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
8719
7435
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
8720
7436
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -8766,13 +7482,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8766
7482
|
path: string;
|
8767
7483
|
originalFilename: string;
|
8768
7484
|
}[] | {
|
8769
|
-
data?: any;
|
8770
|
-
error?: {
|
8771
|
-
message: string;
|
8772
|
-
statusCode: number | null;
|
8773
|
-
} | null | undefined;
|
8774
|
-
loading?: boolean | null | undefined;
|
8775
|
-
} | {
|
8776
7485
|
start: string;
|
8777
7486
|
end: string;
|
8778
7487
|
} | null | undefined>;
|
@@ -8820,13 +7529,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8820
7529
|
path: string;
|
8821
7530
|
originalFilename: string;
|
8822
7531
|
}[] | {
|
8823
|
-
data?: any;
|
8824
|
-
error?: {
|
8825
|
-
message: string;
|
8826
|
-
statusCode: number | null;
|
8827
|
-
} | null | undefined;
|
8828
|
-
loading?: boolean | null | undefined;
|
8829
|
-
} | {
|
8830
7532
|
start: string;
|
8831
7533
|
end: string;
|
8832
7534
|
} | null | undefined> | undefined;
|
@@ -8879,13 +7581,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8879
7581
|
path: string;
|
8880
7582
|
originalFilename: string;
|
8881
7583
|
}[] | {
|
8882
|
-
data?: any;
|
8883
|
-
error?: {
|
8884
|
-
message: string;
|
8885
|
-
statusCode: number | null;
|
8886
|
-
} | null | undefined;
|
8887
|
-
loading?: boolean | null | undefined;
|
8888
|
-
} | {
|
8889
7584
|
start: string;
|
8890
7585
|
end: string;
|
8891
7586
|
} | null | undefined> | undefined;
|
@@ -8931,13 +7626,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8931
7626
|
path: string;
|
8932
7627
|
originalFilename: string;
|
8933
7628
|
}[] | {
|
8934
|
-
data?: any;
|
8935
|
-
error?: {
|
8936
|
-
message: string;
|
8937
|
-
statusCode: number | null;
|
8938
|
-
} | null | undefined;
|
8939
|
-
loading?: boolean | null | undefined;
|
8940
|
-
} | {
|
8941
7629
|
start: string;
|
8942
7630
|
end: string;
|
8943
7631
|
} | null | undefined> | undefined;
|
@@ -9080,33 +7768,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9080
7768
|
firstname: string;
|
9081
7769
|
surname: string;
|
9082
7770
|
middlename?: string | null | undefined;
|
9083
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9084
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
9085
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
9086
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
9087
|
-
message: z.ZodString;
|
9088
|
-
}, "strip", z.ZodTypeAny, {
|
9089
|
-
message: string;
|
9090
|
-
statusCode: number | null;
|
9091
|
-
}, {
|
9092
|
-
message: string;
|
9093
|
-
statusCode: number | null;
|
9094
|
-
}>>>;
|
9095
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
9096
|
-
}, "strip", z.ZodTypeAny, {
|
9097
|
-
data?: any;
|
9098
|
-
error?: {
|
9099
|
-
message: string;
|
9100
|
-
statusCode: number | null;
|
9101
|
-
} | null | undefined;
|
9102
|
-
loading?: boolean | null | undefined;
|
9103
|
-
}, {
|
9104
|
-
data?: any;
|
9105
|
-
error?: {
|
9106
|
-
message: string;
|
9107
|
-
statusCode: number | null;
|
9108
|
-
} | null | undefined;
|
9109
|
-
loading?: boolean | null | undefined;
|
9110
7771
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9111
7772
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
9112
7773
|
start: z.ZodString;
|
@@ -9242,33 +7903,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9242
7903
|
firstname: string;
|
9243
7904
|
surname: string;
|
9244
7905
|
middlename?: string | null | undefined;
|
9245
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9246
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
9247
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
9248
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
9249
|
-
message: z.ZodString;
|
9250
|
-
}, "strip", z.ZodTypeAny, {
|
9251
|
-
message: string;
|
9252
|
-
statusCode: number | null;
|
9253
|
-
}, {
|
9254
|
-
message: string;
|
9255
|
-
statusCode: number | null;
|
9256
|
-
}>>>;
|
9257
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
9258
|
-
}, "strip", z.ZodTypeAny, {
|
9259
|
-
data?: any;
|
9260
|
-
error?: {
|
9261
|
-
message: string;
|
9262
|
-
statusCode: number | null;
|
9263
|
-
} | null | undefined;
|
9264
|
-
loading?: boolean | null | undefined;
|
9265
|
-
}, {
|
9266
|
-
data?: any;
|
9267
|
-
error?: {
|
9268
|
-
message: string;
|
9269
|
-
statusCode: number | null;
|
9270
|
-
} | null | undefined;
|
9271
|
-
loading?: boolean | null | undefined;
|
9272
7906
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9273
7907
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
9274
7908
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -9320,13 +7954,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9320
7954
|
path: string;
|
9321
7955
|
originalFilename: string;
|
9322
7956
|
}[] | {
|
9323
|
-
data?: any;
|
9324
|
-
error?: {
|
9325
|
-
message: string;
|
9326
|
-
statusCode: number | null;
|
9327
|
-
} | null | undefined;
|
9328
|
-
loading?: boolean | null | undefined;
|
9329
|
-
} | {
|
9330
7957
|
start: string;
|
9331
7958
|
end: string;
|
9332
7959
|
} | null | undefined>;
|
@@ -9374,13 +8001,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9374
8001
|
path: string;
|
9375
8002
|
originalFilename: string;
|
9376
8003
|
}[] | {
|
9377
|
-
data?: any;
|
9378
|
-
error?: {
|
9379
|
-
message: string;
|
9380
|
-
statusCode: number | null;
|
9381
|
-
} | null | undefined;
|
9382
|
-
loading?: boolean | null | undefined;
|
9383
|
-
} | {
|
9384
8004
|
start: string;
|
9385
8005
|
end: string;
|
9386
8006
|
} | null | undefined> | undefined;
|
@@ -9433,13 +8053,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9433
8053
|
path: string;
|
9434
8054
|
originalFilename: string;
|
9435
8055
|
}[] | {
|
9436
|
-
data?: any;
|
9437
|
-
error?: {
|
9438
|
-
message: string;
|
9439
|
-
statusCode: number | null;
|
9440
|
-
} | null | undefined;
|
9441
|
-
loading?: boolean | null | undefined;
|
9442
|
-
} | {
|
9443
8056
|
start: string;
|
9444
8057
|
end: string;
|
9445
8058
|
} | null | undefined> | undefined;
|
@@ -9485,13 +8098,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9485
8098
|
path: string;
|
9486
8099
|
originalFilename: string;
|
9487
8100
|
}[] | {
|
9488
|
-
data?: any;
|
9489
|
-
error?: {
|
9490
|
-
message: string;
|
9491
|
-
statusCode: number | null;
|
9492
|
-
} | null | undefined;
|
9493
|
-
loading?: boolean | null | undefined;
|
9494
|
-
} | {
|
9495
8101
|
start: string;
|
9496
8102
|
end: string;
|
9497
8103
|
} | null | undefined> | undefined;
|
@@ -9634,33 +8240,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9634
8240
|
firstname: string;
|
9635
8241
|
surname: string;
|
9636
8242
|
middlename?: string | null | undefined;
|
9637
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9638
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
9639
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
9640
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
9641
|
-
message: z.ZodString;
|
9642
|
-
}, "strip", z.ZodTypeAny, {
|
9643
|
-
message: string;
|
9644
|
-
statusCode: number | null;
|
9645
|
-
}, {
|
9646
|
-
message: string;
|
9647
|
-
statusCode: number | null;
|
9648
|
-
}>>>;
|
9649
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
9650
|
-
}, "strip", z.ZodTypeAny, {
|
9651
|
-
data?: any;
|
9652
|
-
error?: {
|
9653
|
-
message: string;
|
9654
|
-
statusCode: number | null;
|
9655
|
-
} | null | undefined;
|
9656
|
-
loading?: boolean | null | undefined;
|
9657
|
-
}, {
|
9658
|
-
data?: any;
|
9659
|
-
error?: {
|
9660
|
-
message: string;
|
9661
|
-
statusCode: number | null;
|
9662
|
-
} | null | undefined;
|
9663
|
-
loading?: boolean | null | undefined;
|
9664
8243
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9665
8244
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
9666
8245
|
start: z.ZodString;
|
@@ -9796,33 +8375,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9796
8375
|
firstname: string;
|
9797
8376
|
surname: string;
|
9798
8377
|
middlename?: string | null | undefined;
|
9799
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9800
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
9801
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
9802
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
9803
|
-
message: z.ZodString;
|
9804
|
-
}, "strip", z.ZodTypeAny, {
|
9805
|
-
message: string;
|
9806
|
-
statusCode: number | null;
|
9807
|
-
}, {
|
9808
|
-
message: string;
|
9809
|
-
statusCode: number | null;
|
9810
|
-
}>>>;
|
9811
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
9812
|
-
}, "strip", z.ZodTypeAny, {
|
9813
|
-
data?: any;
|
9814
|
-
error?: {
|
9815
|
-
message: string;
|
9816
|
-
statusCode: number | null;
|
9817
|
-
} | null | undefined;
|
9818
|
-
loading?: boolean | null | undefined;
|
9819
|
-
}, {
|
9820
|
-
data?: any;
|
9821
|
-
error?: {
|
9822
|
-
message: string;
|
9823
|
-
statusCode: number | null;
|
9824
|
-
} | null | undefined;
|
9825
|
-
loading?: boolean | null | undefined;
|
9826
8378
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
9827
8379
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
9828
8380
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -9874,13 +8426,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9874
8426
|
path: string;
|
9875
8427
|
originalFilename: string;
|
9876
8428
|
}[] | {
|
9877
|
-
data?: any;
|
9878
|
-
error?: {
|
9879
|
-
message: string;
|
9880
|
-
statusCode: number | null;
|
9881
|
-
} | null | undefined;
|
9882
|
-
loading?: boolean | null | undefined;
|
9883
|
-
} | {
|
9884
8429
|
start: string;
|
9885
8430
|
end: string;
|
9886
8431
|
} | null | undefined>;
|
@@ -9927,13 +8472,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9927
8472
|
path: string;
|
9928
8473
|
originalFilename: string;
|
9929
8474
|
}[] | {
|
9930
|
-
data?: any;
|
9931
|
-
error?: {
|
9932
|
-
message: string;
|
9933
|
-
statusCode: number | null;
|
9934
|
-
} | null | undefined;
|
9935
|
-
loading?: boolean | null | undefined;
|
9936
|
-
} | {
|
9937
8475
|
start: string;
|
9938
8476
|
end: string;
|
9939
8477
|
} | null | undefined> | undefined;
|
@@ -9986,13 +8524,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9986
8524
|
path: string;
|
9987
8525
|
originalFilename: string;
|
9988
8526
|
}[] | {
|
9989
|
-
data?: any;
|
9990
|
-
error?: {
|
9991
|
-
message: string;
|
9992
|
-
statusCode: number | null;
|
9993
|
-
} | null | undefined;
|
9994
|
-
loading?: boolean | null | undefined;
|
9995
|
-
} | {
|
9996
8527
|
start: string;
|
9997
8528
|
end: string;
|
9998
8529
|
} | null | undefined> | undefined;
|
@@ -10038,13 +8569,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10038
8569
|
path: string;
|
10039
8570
|
originalFilename: string;
|
10040
8571
|
}[] | {
|
10041
|
-
data?: any;
|
10042
|
-
error?: {
|
10043
|
-
message: string;
|
10044
|
-
statusCode: number | null;
|
10045
|
-
} | null | undefined;
|
10046
|
-
loading?: boolean | null | undefined;
|
10047
|
-
} | {
|
10048
8572
|
start: string;
|
10049
8573
|
end: string;
|
10050
8574
|
} | null | undefined> | undefined;
|
@@ -10188,33 +8712,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10188
8712
|
firstname: string;
|
10189
8713
|
surname: string;
|
10190
8714
|
middlename?: string | null | undefined;
|
10191
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10192
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
10193
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
10194
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
10195
|
-
message: z.ZodString;
|
10196
|
-
}, "strip", z.ZodTypeAny, {
|
10197
|
-
message: string;
|
10198
|
-
statusCode: number | null;
|
10199
|
-
}, {
|
10200
|
-
message: string;
|
10201
|
-
statusCode: number | null;
|
10202
|
-
}>>>;
|
10203
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
10204
|
-
}, "strip", z.ZodTypeAny, {
|
10205
|
-
data?: any;
|
10206
|
-
error?: {
|
10207
|
-
message: string;
|
10208
|
-
statusCode: number | null;
|
10209
|
-
} | null | undefined;
|
10210
|
-
loading?: boolean | null | undefined;
|
10211
|
-
}, {
|
10212
|
-
data?: any;
|
10213
|
-
error?: {
|
10214
|
-
message: string;
|
10215
|
-
statusCode: number | null;
|
10216
|
-
} | null | undefined;
|
10217
|
-
loading?: boolean | null | undefined;
|
10218
8715
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10219
8716
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
10220
8717
|
start: z.ZodString;
|
@@ -10350,33 +8847,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10350
8847
|
firstname: string;
|
10351
8848
|
surname: string;
|
10352
8849
|
middlename?: string | null | undefined;
|
10353
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10354
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
10355
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
10356
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
10357
|
-
message: z.ZodString;
|
10358
|
-
}, "strip", z.ZodTypeAny, {
|
10359
|
-
message: string;
|
10360
|
-
statusCode: number | null;
|
10361
|
-
}, {
|
10362
|
-
message: string;
|
10363
|
-
statusCode: number | null;
|
10364
|
-
}>>>;
|
10365
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
10366
|
-
}, "strip", z.ZodTypeAny, {
|
10367
|
-
data?: any;
|
10368
|
-
error?: {
|
10369
|
-
message: string;
|
10370
|
-
statusCode: number | null;
|
10371
|
-
} | null | undefined;
|
10372
|
-
loading?: boolean | null | undefined;
|
10373
|
-
}, {
|
10374
|
-
data?: any;
|
10375
|
-
error?: {
|
10376
|
-
message: string;
|
10377
|
-
statusCode: number | null;
|
10378
|
-
} | null | undefined;
|
10379
|
-
loading?: boolean | null | undefined;
|
10380
8850
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10381
8851
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
10382
8852
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -10427,13 +8897,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10427
8897
|
path: string;
|
10428
8898
|
originalFilename: string;
|
10429
8899
|
}[] | {
|
10430
|
-
data?: any;
|
10431
|
-
error?: {
|
10432
|
-
message: string;
|
10433
|
-
statusCode: number | null;
|
10434
|
-
} | null | undefined;
|
10435
|
-
loading?: boolean | null | undefined;
|
10436
|
-
} | {
|
10437
8900
|
start: string;
|
10438
8901
|
end: string;
|
10439
8902
|
} | null | undefined>;
|
@@ -10480,13 +8943,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10480
8943
|
path: string;
|
10481
8944
|
originalFilename: string;
|
10482
8945
|
}[] | {
|
10483
|
-
data?: any;
|
10484
|
-
error?: {
|
10485
|
-
message: string;
|
10486
|
-
statusCode: number | null;
|
10487
|
-
} | null | undefined;
|
10488
|
-
loading?: boolean | null | undefined;
|
10489
|
-
} | {
|
10490
8946
|
start: string;
|
10491
8947
|
end: string;
|
10492
8948
|
} | null | undefined> | undefined;
|
@@ -10538,13 +8994,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10538
8994
|
path: string;
|
10539
8995
|
originalFilename: string;
|
10540
8996
|
}[] | {
|
10541
|
-
data?: any;
|
10542
|
-
error?: {
|
10543
|
-
message: string;
|
10544
|
-
statusCode: number | null;
|
10545
|
-
} | null | undefined;
|
10546
|
-
loading?: boolean | null | undefined;
|
10547
|
-
} | {
|
10548
8997
|
start: string;
|
10549
8998
|
end: string;
|
10550
8999
|
} | null | undefined> | undefined;
|
@@ -10590,13 +9039,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10590
9039
|
path: string;
|
10591
9040
|
originalFilename: string;
|
10592
9041
|
}[] | {
|
10593
|
-
data?: any;
|
10594
|
-
error?: {
|
10595
|
-
message: string;
|
10596
|
-
statusCode: number | null;
|
10597
|
-
} | null | undefined;
|
10598
|
-
loading?: boolean | null | undefined;
|
10599
|
-
} | {
|
10600
9042
|
start: string;
|
10601
9043
|
end: string;
|
10602
9044
|
} | null | undefined> | undefined;
|
@@ -10739,33 +9181,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10739
9181
|
firstname: string;
|
10740
9182
|
surname: string;
|
10741
9183
|
middlename?: string | null | undefined;
|
10742
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10743
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
10744
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
10745
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
10746
|
-
message: z.ZodString;
|
10747
|
-
}, "strip", z.ZodTypeAny, {
|
10748
|
-
message: string;
|
10749
|
-
statusCode: number | null;
|
10750
|
-
}, {
|
10751
|
-
message: string;
|
10752
|
-
statusCode: number | null;
|
10753
|
-
}>>>;
|
10754
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
10755
|
-
}, "strip", z.ZodTypeAny, {
|
10756
|
-
data?: any;
|
10757
|
-
error?: {
|
10758
|
-
message: string;
|
10759
|
-
statusCode: number | null;
|
10760
|
-
} | null | undefined;
|
10761
|
-
loading?: boolean | null | undefined;
|
10762
|
-
}, {
|
10763
|
-
data?: any;
|
10764
|
-
error?: {
|
10765
|
-
message: string;
|
10766
|
-
statusCode: number | null;
|
10767
|
-
} | null | undefined;
|
10768
|
-
loading?: boolean | null | undefined;
|
10769
9184
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10770
9185
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
10771
9186
|
start: z.ZodString;
|
@@ -10901,33 +9316,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10901
9316
|
firstname: string;
|
10902
9317
|
surname: string;
|
10903
9318
|
middlename?: string | null | undefined;
|
10904
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10905
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
10906
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
10907
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
10908
|
-
message: z.ZodString;
|
10909
|
-
}, "strip", z.ZodTypeAny, {
|
10910
|
-
message: string;
|
10911
|
-
statusCode: number | null;
|
10912
|
-
}, {
|
10913
|
-
message: string;
|
10914
|
-
statusCode: number | null;
|
10915
|
-
}>>>;
|
10916
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
10917
|
-
}, "strip", z.ZodTypeAny, {
|
10918
|
-
data?: any;
|
10919
|
-
error?: {
|
10920
|
-
message: string;
|
10921
|
-
statusCode: number | null;
|
10922
|
-
} | null | undefined;
|
10923
|
-
loading?: boolean | null | undefined;
|
10924
|
-
}, {
|
10925
|
-
data?: any;
|
10926
|
-
error?: {
|
10927
|
-
message: string;
|
10928
|
-
statusCode: number | null;
|
10929
|
-
} | null | undefined;
|
10930
|
-
loading?: boolean | null | undefined;
|
10931
9319
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
10932
9320
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
10933
9321
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -10978,13 +9366,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10978
9366
|
path: string;
|
10979
9367
|
originalFilename: string;
|
10980
9368
|
}[] | {
|
10981
|
-
data?: any;
|
10982
|
-
error?: {
|
10983
|
-
message: string;
|
10984
|
-
statusCode: number | null;
|
10985
|
-
} | null | undefined;
|
10986
|
-
loading?: boolean | null | undefined;
|
10987
|
-
} | {
|
10988
9369
|
start: string;
|
10989
9370
|
end: string;
|
10990
9371
|
} | null | undefined>;
|
@@ -11031,13 +9412,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11031
9412
|
path: string;
|
11032
9413
|
originalFilename: string;
|
11033
9414
|
}[] | {
|
11034
|
-
data?: any;
|
11035
|
-
error?: {
|
11036
|
-
message: string;
|
11037
|
-
statusCode: number | null;
|
11038
|
-
} | null | undefined;
|
11039
|
-
loading?: boolean | null | undefined;
|
11040
|
-
} | {
|
11041
9415
|
start: string;
|
11042
9416
|
end: string;
|
11043
9417
|
} | null | undefined> | undefined;
|
@@ -11089,13 +9463,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11089
9463
|
path: string;
|
11090
9464
|
originalFilename: string;
|
11091
9465
|
}[] | {
|
11092
|
-
data?: any;
|
11093
|
-
error?: {
|
11094
|
-
message: string;
|
11095
|
-
statusCode: number | null;
|
11096
|
-
} | null | undefined;
|
11097
|
-
loading?: boolean | null | undefined;
|
11098
|
-
} | {
|
11099
9466
|
start: string;
|
11100
9467
|
end: string;
|
11101
9468
|
} | null | undefined> | undefined;
|
@@ -11141,13 +9508,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11141
9508
|
path: string;
|
11142
9509
|
originalFilename: string;
|
11143
9510
|
}[] | {
|
11144
|
-
data?: any;
|
11145
|
-
error?: {
|
11146
|
-
message: string;
|
11147
|
-
statusCode: number | null;
|
11148
|
-
} | null | undefined;
|
11149
|
-
loading?: boolean | null | undefined;
|
11150
|
-
} | {
|
11151
9511
|
start: string;
|
11152
9512
|
end: string;
|
11153
9513
|
} | null | undefined> | undefined;
|
@@ -11290,33 +9650,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11290
9650
|
firstname: string;
|
11291
9651
|
surname: string;
|
11292
9652
|
middlename?: string | null | undefined;
|
11293
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11294
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
11295
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
11296
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
11297
|
-
message: z.ZodString;
|
11298
|
-
}, "strip", z.ZodTypeAny, {
|
11299
|
-
message: string;
|
11300
|
-
statusCode: number | null;
|
11301
|
-
}, {
|
11302
|
-
message: string;
|
11303
|
-
statusCode: number | null;
|
11304
|
-
}>>>;
|
11305
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
11306
|
-
}, "strip", z.ZodTypeAny, {
|
11307
|
-
data?: any;
|
11308
|
-
error?: {
|
11309
|
-
message: string;
|
11310
|
-
statusCode: number | null;
|
11311
|
-
} | null | undefined;
|
11312
|
-
loading?: boolean | null | undefined;
|
11313
|
-
}, {
|
11314
|
-
data?: any;
|
11315
|
-
error?: {
|
11316
|
-
message: string;
|
11317
|
-
statusCode: number | null;
|
11318
|
-
} | null | undefined;
|
11319
|
-
loading?: boolean | null | undefined;
|
11320
9653
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11321
9654
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
11322
9655
|
start: z.ZodString;
|
@@ -11452,33 +9785,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11452
9785
|
firstname: string;
|
11453
9786
|
surname: string;
|
11454
9787
|
middlename?: string | null | undefined;
|
11455
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11456
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
11457
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
11458
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
11459
|
-
message: z.ZodString;
|
11460
|
-
}, "strip", z.ZodTypeAny, {
|
11461
|
-
message: string;
|
11462
|
-
statusCode: number | null;
|
11463
|
-
}, {
|
11464
|
-
message: string;
|
11465
|
-
statusCode: number | null;
|
11466
|
-
}>>>;
|
11467
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
11468
|
-
}, "strip", z.ZodTypeAny, {
|
11469
|
-
data?: any;
|
11470
|
-
error?: {
|
11471
|
-
message: string;
|
11472
|
-
statusCode: number | null;
|
11473
|
-
} | null | undefined;
|
11474
|
-
loading?: boolean | null | undefined;
|
11475
|
-
}, {
|
11476
|
-
data?: any;
|
11477
|
-
error?: {
|
11478
|
-
message: string;
|
11479
|
-
statusCode: number | null;
|
11480
|
-
} | null | undefined;
|
11481
|
-
loading?: boolean | null | undefined;
|
11482
9788
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11483
9789
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
11484
9790
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -11543,13 +9849,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11543
9849
|
path: string;
|
11544
9850
|
originalFilename: string;
|
11545
9851
|
}[] | {
|
11546
|
-
data?: any;
|
11547
|
-
error?: {
|
11548
|
-
message: string;
|
11549
|
-
statusCode: number | null;
|
11550
|
-
} | null | undefined;
|
11551
|
-
loading?: boolean | null | undefined;
|
11552
|
-
} | {
|
11553
9852
|
start: string;
|
11554
9853
|
end: string;
|
11555
9854
|
} | null | undefined>;
|
@@ -11596,13 +9895,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11596
9895
|
path: string;
|
11597
9896
|
originalFilename: string;
|
11598
9897
|
}[] | {
|
11599
|
-
data?: any;
|
11600
|
-
error?: {
|
11601
|
-
message: string;
|
11602
|
-
statusCode: number | null;
|
11603
|
-
} | null | undefined;
|
11604
|
-
loading?: boolean | null | undefined;
|
11605
|
-
} | {
|
11606
9898
|
start: string;
|
11607
9899
|
end: string;
|
11608
9900
|
} | null | undefined> | undefined;
|
@@ -11658,13 +9950,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11658
9950
|
path: string;
|
11659
9951
|
originalFilename: string;
|
11660
9952
|
}[] | {
|
11661
|
-
data?: any;
|
11662
|
-
error?: {
|
11663
|
-
message: string;
|
11664
|
-
statusCode: number | null;
|
11665
|
-
} | null | undefined;
|
11666
|
-
loading?: boolean | null | undefined;
|
11667
|
-
} | {
|
11668
9953
|
start: string;
|
11669
9954
|
end: string;
|
11670
9955
|
} | null | undefined> | undefined;
|
@@ -11710,13 +9995,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11710
9995
|
path: string;
|
11711
9996
|
originalFilename: string;
|
11712
9997
|
}[] | {
|
11713
|
-
data?: any;
|
11714
|
-
error?: {
|
11715
|
-
message: string;
|
11716
|
-
statusCode: number | null;
|
11717
|
-
} | null | undefined;
|
11718
|
-
loading?: boolean | null | undefined;
|
11719
|
-
} | {
|
11720
9998
|
start: string;
|
11721
9999
|
end: string;
|
11722
10000
|
} | null | undefined> | undefined;
|
@@ -11859,33 +10137,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11859
10137
|
firstname: string;
|
11860
10138
|
surname: string;
|
11861
10139
|
middlename?: string | null | undefined;
|
11862
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11863
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
11864
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
11865
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
11866
|
-
message: z.ZodString;
|
11867
|
-
}, "strip", z.ZodTypeAny, {
|
11868
|
-
message: string;
|
11869
|
-
statusCode: number | null;
|
11870
|
-
}, {
|
11871
|
-
message: string;
|
11872
|
-
statusCode: number | null;
|
11873
|
-
}>>>;
|
11874
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
11875
|
-
}, "strip", z.ZodTypeAny, {
|
11876
|
-
data?: any;
|
11877
|
-
error?: {
|
11878
|
-
message: string;
|
11879
|
-
statusCode: number | null;
|
11880
|
-
} | null | undefined;
|
11881
|
-
loading?: boolean | null | undefined;
|
11882
|
-
}, {
|
11883
|
-
data?: any;
|
11884
|
-
error?: {
|
11885
|
-
message: string;
|
11886
|
-
statusCode: number | null;
|
11887
|
-
} | null | undefined;
|
11888
|
-
loading?: boolean | null | undefined;
|
11889
10140
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
11890
10141
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
11891
10142
|
start: z.ZodString;
|
@@ -12021,33 +10272,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12021
10272
|
firstname: string;
|
12022
10273
|
surname: string;
|
12023
10274
|
middlename?: string | null | undefined;
|
12024
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12025
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
12026
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
12027
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
12028
|
-
message: z.ZodString;
|
12029
|
-
}, "strip", z.ZodTypeAny, {
|
12030
|
-
message: string;
|
12031
|
-
statusCode: number | null;
|
12032
|
-
}, {
|
12033
|
-
message: string;
|
12034
|
-
statusCode: number | null;
|
12035
|
-
}>>>;
|
12036
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
12037
|
-
}, "strip", z.ZodTypeAny, {
|
12038
|
-
data?: any;
|
12039
|
-
error?: {
|
12040
|
-
message: string;
|
12041
|
-
statusCode: number | null;
|
12042
|
-
} | null | undefined;
|
12043
|
-
loading?: boolean | null | undefined;
|
12044
|
-
}, {
|
12045
|
-
data?: any;
|
12046
|
-
error?: {
|
12047
|
-
message: string;
|
12048
|
-
statusCode: number | null;
|
12049
|
-
} | null | undefined;
|
12050
|
-
loading?: boolean | null | undefined;
|
12051
10275
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
12052
10276
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
12053
10277
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -12098,13 +10322,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12098
10322
|
path: string;
|
12099
10323
|
originalFilename: string;
|
12100
10324
|
}[] | {
|
12101
|
-
data?: any;
|
12102
|
-
error?: {
|
12103
|
-
message: string;
|
12104
|
-
statusCode: number | null;
|
12105
|
-
} | null | undefined;
|
12106
|
-
loading?: boolean | null | undefined;
|
12107
|
-
} | {
|
12108
10325
|
start: string;
|
12109
10326
|
end: string;
|
12110
10327
|
} | null | undefined>;
|
@@ -12151,13 +10368,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12151
10368
|
path: string;
|
12152
10369
|
originalFilename: string;
|
12153
10370
|
}[] | {
|
12154
|
-
data?: any;
|
12155
|
-
error?: {
|
12156
|
-
message: string;
|
12157
|
-
statusCode: number | null;
|
12158
|
-
} | null | undefined;
|
12159
|
-
loading?: boolean | null | undefined;
|
12160
|
-
} | {
|
12161
10371
|
start: string;
|
12162
10372
|
end: string;
|
12163
10373
|
} | null | undefined> | undefined;
|
@@ -12209,13 +10419,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12209
10419
|
path: string;
|
12210
10420
|
originalFilename: string;
|
12211
10421
|
}[] | {
|
12212
|
-
data?: any;
|
12213
|
-
error?: {
|
12214
|
-
message: string;
|
12215
|
-
statusCode: number | null;
|
12216
|
-
} | null | undefined;
|
12217
|
-
loading?: boolean | null | undefined;
|
12218
|
-
} | {
|
12219
10422
|
start: string;
|
12220
10423
|
end: string;
|
12221
10424
|
} | null | undefined> | undefined;
|
@@ -12261,13 +10464,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12261
10464
|
path: string;
|
12262
10465
|
originalFilename: string;
|
12263
10466
|
}[] | {
|
12264
|
-
data?: any;
|
12265
|
-
error?: {
|
12266
|
-
message: string;
|
12267
|
-
statusCode: number | null;
|
12268
|
-
} | null | undefined;
|
12269
|
-
loading?: boolean | null | undefined;
|
12270
|
-
} | {
|
12271
10467
|
start: string;
|
12272
10468
|
end: string;
|
12273
10469
|
} | null | undefined> | undefined;
|
@@ -12410,33 +10606,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12410
10606
|
firstname: string;
|
12411
10607
|
surname: string;
|
12412
10608
|
middlename?: string | null | undefined;
|
12413
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12414
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
12415
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
12416
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
12417
|
-
message: z.ZodString;
|
12418
|
-
}, "strip", z.ZodTypeAny, {
|
12419
|
-
message: string;
|
12420
|
-
statusCode: number | null;
|
12421
|
-
}, {
|
12422
|
-
message: string;
|
12423
|
-
statusCode: number | null;
|
12424
|
-
}>>>;
|
12425
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
12426
|
-
}, "strip", z.ZodTypeAny, {
|
12427
|
-
data?: any;
|
12428
|
-
error?: {
|
12429
|
-
message: string;
|
12430
|
-
statusCode: number | null;
|
12431
|
-
} | null | undefined;
|
12432
|
-
loading?: boolean | null | undefined;
|
12433
|
-
}, {
|
12434
|
-
data?: any;
|
12435
|
-
error?: {
|
12436
|
-
message: string;
|
12437
|
-
statusCode: number | null;
|
12438
|
-
} | null | undefined;
|
12439
|
-
loading?: boolean | null | undefined;
|
12440
10609
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
12441
10610
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
12442
10611
|
start: z.ZodString;
|
@@ -12572,33 +10741,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12572
10741
|
firstname: string;
|
12573
10742
|
surname: string;
|
12574
10743
|
middlename?: string | null | undefined;
|
12575
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12576
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
12577
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
12578
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
12579
|
-
message: z.ZodString;
|
12580
|
-
}, "strip", z.ZodTypeAny, {
|
12581
|
-
message: string;
|
12582
|
-
statusCode: number | null;
|
12583
|
-
}, {
|
12584
|
-
message: string;
|
12585
|
-
statusCode: number | null;
|
12586
|
-
}>>>;
|
12587
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
12588
|
-
}, "strip", z.ZodTypeAny, {
|
12589
|
-
data?: any;
|
12590
|
-
error?: {
|
12591
|
-
message: string;
|
12592
|
-
statusCode: number | null;
|
12593
|
-
} | null | undefined;
|
12594
|
-
loading?: boolean | null | undefined;
|
12595
|
-
}, {
|
12596
|
-
data?: any;
|
12597
|
-
error?: {
|
12598
|
-
message: string;
|
12599
|
-
statusCode: number | null;
|
12600
|
-
} | null | undefined;
|
12601
|
-
loading?: boolean | null | undefined;
|
12602
10744
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
12603
10745
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
12604
10746
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -12663,13 +10805,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12663
10805
|
path: string;
|
12664
10806
|
originalFilename: string;
|
12665
10807
|
}[] | {
|
12666
|
-
data?: any;
|
12667
|
-
error?: {
|
12668
|
-
message: string;
|
12669
|
-
statusCode: number | null;
|
12670
|
-
} | null | undefined;
|
12671
|
-
loading?: boolean | null | undefined;
|
12672
|
-
} | {
|
12673
10808
|
start: string;
|
12674
10809
|
end: string;
|
12675
10810
|
} | null | undefined>;
|
@@ -12716,13 +10851,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12716
10851
|
path: string;
|
12717
10852
|
originalFilename: string;
|
12718
10853
|
}[] | {
|
12719
|
-
data?: any;
|
12720
|
-
error?: {
|
12721
|
-
message: string;
|
12722
|
-
statusCode: number | null;
|
12723
|
-
} | null | undefined;
|
12724
|
-
loading?: boolean | null | undefined;
|
12725
|
-
} | {
|
12726
10854
|
start: string;
|
12727
10855
|
end: string;
|
12728
10856
|
} | null | undefined> | undefined;
|
@@ -12778,13 +10906,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12778
10906
|
path: string;
|
12779
10907
|
originalFilename: string;
|
12780
10908
|
}[] | {
|
12781
|
-
data?: any;
|
12782
|
-
error?: {
|
12783
|
-
message: string;
|
12784
|
-
statusCode: number | null;
|
12785
|
-
} | null | undefined;
|
12786
|
-
loading?: boolean | null | undefined;
|
12787
|
-
} | {
|
12788
10909
|
start: string;
|
12789
10910
|
end: string;
|
12790
10911
|
} | null | undefined> | undefined;
|
@@ -12830,13 +10951,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12830
10951
|
path: string;
|
12831
10952
|
originalFilename: string;
|
12832
10953
|
}[] | {
|
12833
|
-
data?: any;
|
12834
|
-
error?: {
|
12835
|
-
message: string;
|
12836
|
-
statusCode: number | null;
|
12837
|
-
} | null | undefined;
|
12838
|
-
loading?: boolean | null | undefined;
|
12839
|
-
} | {
|
12840
10954
|
start: string;
|
12841
10955
|
end: string;
|
12842
10956
|
} | null | undefined> | undefined;
|
@@ -12979,33 +11093,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12979
11093
|
firstname: string;
|
12980
11094
|
surname: string;
|
12981
11095
|
middlename?: string | null | undefined;
|
12982
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12983
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
12984
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
12985
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
12986
|
-
message: z.ZodString;
|
12987
|
-
}, "strip", z.ZodTypeAny, {
|
12988
|
-
message: string;
|
12989
|
-
statusCode: number | null;
|
12990
|
-
}, {
|
12991
|
-
message: string;
|
12992
|
-
statusCode: number | null;
|
12993
|
-
}>>>;
|
12994
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
12995
|
-
}, "strip", z.ZodTypeAny, {
|
12996
|
-
data?: any;
|
12997
|
-
error?: {
|
12998
|
-
message: string;
|
12999
|
-
statusCode: number | null;
|
13000
|
-
} | null | undefined;
|
13001
|
-
loading?: boolean | null | undefined;
|
13002
|
-
}, {
|
13003
|
-
data?: any;
|
13004
|
-
error?: {
|
13005
|
-
message: string;
|
13006
|
-
statusCode: number | null;
|
13007
|
-
} | null | undefined;
|
13008
|
-
loading?: boolean | null | undefined;
|
13009
11096
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
13010
11097
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
13011
11098
|
start: z.ZodString;
|
@@ -13141,33 +11228,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13141
11228
|
firstname: string;
|
13142
11229
|
surname: string;
|
13143
11230
|
middlename?: string | null | undefined;
|
13144
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13145
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
13146
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
13147
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
13148
|
-
message: z.ZodString;
|
13149
|
-
}, "strip", z.ZodTypeAny, {
|
13150
|
-
message: string;
|
13151
|
-
statusCode: number | null;
|
13152
|
-
}, {
|
13153
|
-
message: string;
|
13154
|
-
statusCode: number | null;
|
13155
|
-
}>>>;
|
13156
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
13157
|
-
}, "strip", z.ZodTypeAny, {
|
13158
|
-
data?: any;
|
13159
|
-
error?: {
|
13160
|
-
message: string;
|
13161
|
-
statusCode: number | null;
|
13162
|
-
} | null | undefined;
|
13163
|
-
loading?: boolean | null | undefined;
|
13164
|
-
}, {
|
13165
|
-
data?: any;
|
13166
|
-
error?: {
|
13167
|
-
message: string;
|
13168
|
-
statusCode: number | null;
|
13169
|
-
} | null | undefined;
|
13170
|
-
loading?: boolean | null | undefined;
|
13171
11231
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
13172
11232
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
13173
11233
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -13219,13 +11279,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13219
11279
|
path: string;
|
13220
11280
|
originalFilename: string;
|
13221
11281
|
}[] | {
|
13222
|
-
data?: any;
|
13223
|
-
error?: {
|
13224
|
-
message: string;
|
13225
|
-
statusCode: number | null;
|
13226
|
-
} | null | undefined;
|
13227
|
-
loading?: boolean | null | undefined;
|
13228
|
-
} | {
|
13229
11282
|
start: string;
|
13230
11283
|
end: string;
|
13231
11284
|
} | null | undefined>;
|
@@ -13273,13 +11326,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13273
11326
|
path: string;
|
13274
11327
|
originalFilename: string;
|
13275
11328
|
}[] | {
|
13276
|
-
data?: any;
|
13277
|
-
error?: {
|
13278
|
-
message: string;
|
13279
|
-
statusCode: number | null;
|
13280
|
-
} | null | undefined;
|
13281
|
-
loading?: boolean | null | undefined;
|
13282
|
-
} | {
|
13283
11329
|
start: string;
|
13284
11330
|
end: string;
|
13285
11331
|
} | null | undefined> | undefined;
|
@@ -13332,13 +11378,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13332
11378
|
path: string;
|
13333
11379
|
originalFilename: string;
|
13334
11380
|
}[] | {
|
13335
|
-
data?: any;
|
13336
|
-
error?: {
|
13337
|
-
message: string;
|
13338
|
-
statusCode: number | null;
|
13339
|
-
} | null | undefined;
|
13340
|
-
loading?: boolean | null | undefined;
|
13341
|
-
} | {
|
13342
11381
|
start: string;
|
13343
11382
|
end: string;
|
13344
11383
|
} | null | undefined> | undefined;
|
@@ -13384,13 +11423,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13384
11423
|
path: string;
|
13385
11424
|
originalFilename: string;
|
13386
11425
|
}[] | {
|
13387
|
-
data?: any;
|
13388
|
-
error?: {
|
13389
|
-
message: string;
|
13390
|
-
statusCode: number | null;
|
13391
|
-
} | null | undefined;
|
13392
|
-
loading?: boolean | null | undefined;
|
13393
|
-
} | {
|
13394
11426
|
start: string;
|
13395
11427
|
end: string;
|
13396
11428
|
} | null | undefined> | undefined;
|
@@ -13533,33 +11565,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13533
11565
|
firstname: string;
|
13534
11566
|
surname: string;
|
13535
11567
|
middlename?: string | null | undefined;
|
13536
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13537
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
13538
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
13539
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
13540
|
-
message: z.ZodString;
|
13541
|
-
}, "strip", z.ZodTypeAny, {
|
13542
|
-
message: string;
|
13543
|
-
statusCode: number | null;
|
13544
|
-
}, {
|
13545
|
-
message: string;
|
13546
|
-
statusCode: number | null;
|
13547
|
-
}>>>;
|
13548
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
13549
|
-
}, "strip", z.ZodTypeAny, {
|
13550
|
-
data?: any;
|
13551
|
-
error?: {
|
13552
|
-
message: string;
|
13553
|
-
statusCode: number | null;
|
13554
|
-
} | null | undefined;
|
13555
|
-
loading?: boolean | null | undefined;
|
13556
|
-
}, {
|
13557
|
-
data?: any;
|
13558
|
-
error?: {
|
13559
|
-
message: string;
|
13560
|
-
statusCode: number | null;
|
13561
|
-
} | null | undefined;
|
13562
|
-
loading?: boolean | null | undefined;
|
13563
11568
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
13564
11569
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
13565
11570
|
start: z.ZodString;
|
@@ -13695,33 +11700,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13695
11700
|
firstname: string;
|
13696
11701
|
surname: string;
|
13697
11702
|
middlename?: string | null | undefined;
|
13698
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13699
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
13700
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
13701
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
13702
|
-
message: z.ZodString;
|
13703
|
-
}, "strip", z.ZodTypeAny, {
|
13704
|
-
message: string;
|
13705
|
-
statusCode: number | null;
|
13706
|
-
}, {
|
13707
|
-
message: string;
|
13708
|
-
statusCode: number | null;
|
13709
|
-
}>>>;
|
13710
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
13711
|
-
}, "strip", z.ZodTypeAny, {
|
13712
|
-
data?: any;
|
13713
|
-
error?: {
|
13714
|
-
message: string;
|
13715
|
-
statusCode: number | null;
|
13716
|
-
} | null | undefined;
|
13717
|
-
loading?: boolean | null | undefined;
|
13718
|
-
}, {
|
13719
|
-
data?: any;
|
13720
|
-
error?: {
|
13721
|
-
message: string;
|
13722
|
-
statusCode: number | null;
|
13723
|
-
} | null | undefined;
|
13724
|
-
loading?: boolean | null | undefined;
|
13725
11703
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
13726
11704
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
13727
11705
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -13773,13 +11751,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13773
11751
|
path: string;
|
13774
11752
|
originalFilename: string;
|
13775
11753
|
}[] | {
|
13776
|
-
data?: any;
|
13777
|
-
error?: {
|
13778
|
-
message: string;
|
13779
|
-
statusCode: number | null;
|
13780
|
-
} | null | undefined;
|
13781
|
-
loading?: boolean | null | undefined;
|
13782
|
-
} | {
|
13783
11754
|
start: string;
|
13784
11755
|
end: string;
|
13785
11756
|
} | null | undefined>;
|
@@ -13827,13 +11798,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13827
11798
|
path: string;
|
13828
11799
|
originalFilename: string;
|
13829
11800
|
}[] | {
|
13830
|
-
data?: any;
|
13831
|
-
error?: {
|
13832
|
-
message: string;
|
13833
|
-
statusCode: number | null;
|
13834
|
-
} | null | undefined;
|
13835
|
-
loading?: boolean | null | undefined;
|
13836
|
-
} | {
|
13837
11801
|
start: string;
|
13838
11802
|
end: string;
|
13839
11803
|
} | null | undefined> | undefined;
|
@@ -13885,13 +11849,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13885
11849
|
path: string;
|
13886
11850
|
originalFilename: string;
|
13887
11851
|
}[] | {
|
13888
|
-
data?: any;
|
13889
|
-
error?: {
|
13890
|
-
message: string;
|
13891
|
-
statusCode: number | null;
|
13892
|
-
} | null | undefined;
|
13893
|
-
loading?: boolean | null | undefined;
|
13894
|
-
} | {
|
13895
11852
|
start: string;
|
13896
11853
|
end: string;
|
13897
11854
|
} | null | undefined> | undefined;
|
@@ -13937,13 +11894,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
13937
11894
|
path: string;
|
13938
11895
|
originalFilename: string;
|
13939
11896
|
}[] | {
|
13940
|
-
data?: any;
|
13941
|
-
error?: {
|
13942
|
-
message: string;
|
13943
|
-
statusCode: number | null;
|
13944
|
-
} | null | undefined;
|
13945
|
-
loading?: boolean | null | undefined;
|
13946
|
-
} | {
|
13947
11897
|
start: string;
|
13948
11898
|
end: string;
|
13949
11899
|
} | null | undefined> | undefined;
|
@@ -14087,33 +12037,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14087
12037
|
firstname: string;
|
14088
12038
|
surname: string;
|
14089
12039
|
middlename?: string | null | undefined;
|
14090
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14091
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
14092
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
14093
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
14094
|
-
message: z.ZodString;
|
14095
|
-
}, "strip", z.ZodTypeAny, {
|
14096
|
-
message: string;
|
14097
|
-
statusCode: number | null;
|
14098
|
-
}, {
|
14099
|
-
message: string;
|
14100
|
-
statusCode: number | null;
|
14101
|
-
}>>>;
|
14102
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
14103
|
-
}, "strip", z.ZodTypeAny, {
|
14104
|
-
data?: any;
|
14105
|
-
error?: {
|
14106
|
-
message: string;
|
14107
|
-
statusCode: number | null;
|
14108
|
-
} | null | undefined;
|
14109
|
-
loading?: boolean | null | undefined;
|
14110
|
-
}, {
|
14111
|
-
data?: any;
|
14112
|
-
error?: {
|
14113
|
-
message: string;
|
14114
|
-
statusCode: number | null;
|
14115
|
-
} | null | undefined;
|
14116
|
-
loading?: boolean | null | undefined;
|
14117
12040
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
14118
12041
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
14119
12042
|
start: z.ZodString;
|
@@ -14249,33 +12172,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14249
12172
|
firstname: string;
|
14250
12173
|
surname: string;
|
14251
12174
|
middlename?: string | null | undefined;
|
14252
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14253
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
14254
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
14255
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
14256
|
-
message: z.ZodString;
|
14257
|
-
}, "strip", z.ZodTypeAny, {
|
14258
|
-
message: string;
|
14259
|
-
statusCode: number | null;
|
14260
|
-
}, {
|
14261
|
-
message: string;
|
14262
|
-
statusCode: number | null;
|
14263
|
-
}>>>;
|
14264
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
14265
|
-
}, "strip", z.ZodTypeAny, {
|
14266
|
-
data?: any;
|
14267
|
-
error?: {
|
14268
|
-
message: string;
|
14269
|
-
statusCode: number | null;
|
14270
|
-
} | null | undefined;
|
14271
|
-
loading?: boolean | null | undefined;
|
14272
|
-
}, {
|
14273
|
-
data?: any;
|
14274
|
-
error?: {
|
14275
|
-
message: string;
|
14276
|
-
statusCode: number | null;
|
14277
|
-
} | null | undefined;
|
14278
|
-
loading?: boolean | null | undefined;
|
14279
12175
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
14280
12176
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
14281
12177
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -14333,13 +12229,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14333
12229
|
path: string;
|
14334
12230
|
originalFilename: string;
|
14335
12231
|
}[] | {
|
14336
|
-
data?: any;
|
14337
|
-
error?: {
|
14338
|
-
message: string;
|
14339
|
-
statusCode: number | null;
|
14340
|
-
} | null | undefined;
|
14341
|
-
loading?: boolean | null | undefined;
|
14342
|
-
} | {
|
14343
12232
|
start: string;
|
14344
12233
|
end: string;
|
14345
12234
|
} | null | undefined>;
|
@@ -14389,13 +12278,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14389
12278
|
path: string;
|
14390
12279
|
originalFilename: string;
|
14391
12280
|
}[] | {
|
14392
|
-
data?: any;
|
14393
|
-
error?: {
|
14394
|
-
message: string;
|
14395
|
-
statusCode: number | null;
|
14396
|
-
} | null | undefined;
|
14397
|
-
loading?: boolean | null | undefined;
|
14398
|
-
} | {
|
14399
12281
|
start: string;
|
14400
12282
|
end: string;
|
14401
12283
|
} | null | undefined> | undefined;
|
@@ -14450,13 +12332,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14450
12332
|
path: string;
|
14451
12333
|
originalFilename: string;
|
14452
12334
|
}[] | {
|
14453
|
-
data?: any;
|
14454
|
-
error?: {
|
14455
|
-
message: string;
|
14456
|
-
statusCode: number | null;
|
14457
|
-
} | null | undefined;
|
14458
|
-
loading?: boolean | null | undefined;
|
14459
|
-
} | {
|
14460
12335
|
start: string;
|
14461
12336
|
end: string;
|
14462
12337
|
} | null | undefined> | undefined;
|
@@ -14502,13 +12377,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14502
12377
|
path: string;
|
14503
12378
|
originalFilename: string;
|
14504
12379
|
}[] | {
|
14505
|
-
data?: any;
|
14506
|
-
error?: {
|
14507
|
-
message: string;
|
14508
|
-
statusCode: number | null;
|
14509
|
-
} | null | undefined;
|
14510
|
-
loading?: boolean | null | undefined;
|
14511
|
-
} | {
|
14512
12380
|
start: string;
|
14513
12381
|
end: string;
|
14514
12382
|
} | null | undefined> | undefined;
|
@@ -14651,33 +12519,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14651
12519
|
firstname: string;
|
14652
12520
|
surname: string;
|
14653
12521
|
middlename?: string | null | undefined;
|
14654
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14655
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
14656
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
14657
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
14658
|
-
message: z.ZodString;
|
14659
|
-
}, "strip", z.ZodTypeAny, {
|
14660
|
-
message: string;
|
14661
|
-
statusCode: number | null;
|
14662
|
-
}, {
|
14663
|
-
message: string;
|
14664
|
-
statusCode: number | null;
|
14665
|
-
}>>>;
|
14666
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
14667
|
-
}, "strip", z.ZodTypeAny, {
|
14668
|
-
data?: any;
|
14669
|
-
error?: {
|
14670
|
-
message: string;
|
14671
|
-
statusCode: number | null;
|
14672
|
-
} | null | undefined;
|
14673
|
-
loading?: boolean | null | undefined;
|
14674
|
-
}, {
|
14675
|
-
data?: any;
|
14676
|
-
error?: {
|
14677
|
-
message: string;
|
14678
|
-
statusCode: number | null;
|
14679
|
-
} | null | undefined;
|
14680
|
-
loading?: boolean | null | undefined;
|
14681
12522
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
14682
12523
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
14683
12524
|
start: z.ZodString;
|
@@ -14813,33 +12654,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14813
12654
|
firstname: string;
|
14814
12655
|
surname: string;
|
14815
12656
|
middlename?: string | null | undefined;
|
14816
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14817
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
14818
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
14819
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
14820
|
-
message: z.ZodString;
|
14821
|
-
}, "strip", z.ZodTypeAny, {
|
14822
|
-
message: string;
|
14823
|
-
statusCode: number | null;
|
14824
|
-
}, {
|
14825
|
-
message: string;
|
14826
|
-
statusCode: number | null;
|
14827
|
-
}>>>;
|
14828
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
14829
|
-
}, "strip", z.ZodTypeAny, {
|
14830
|
-
data?: any;
|
14831
|
-
error?: {
|
14832
|
-
message: string;
|
14833
|
-
statusCode: number | null;
|
14834
|
-
} | null | undefined;
|
14835
|
-
loading?: boolean | null | undefined;
|
14836
|
-
}, {
|
14837
|
-
data?: any;
|
14838
|
-
error?: {
|
14839
|
-
message: string;
|
14840
|
-
statusCode: number | null;
|
14841
|
-
} | null | undefined;
|
14842
|
-
loading?: boolean | null | undefined;
|
14843
12657
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
14844
12658
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
14845
12659
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -14890,13 +12704,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14890
12704
|
path: string;
|
14891
12705
|
originalFilename: string;
|
14892
12706
|
}[] | {
|
14893
|
-
data?: any;
|
14894
|
-
error?: {
|
14895
|
-
message: string;
|
14896
|
-
statusCode: number | null;
|
14897
|
-
} | null | undefined;
|
14898
|
-
loading?: boolean | null | undefined;
|
14899
|
-
} | {
|
14900
12707
|
start: string;
|
14901
12708
|
end: string;
|
14902
12709
|
} | null | undefined>;
|
@@ -14943,13 +12750,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
14943
12750
|
path: string;
|
14944
12751
|
originalFilename: string;
|
14945
12752
|
}[] | {
|
14946
|
-
data?: any;
|
14947
|
-
error?: {
|
14948
|
-
message: string;
|
14949
|
-
statusCode: number | null;
|
14950
|
-
} | null | undefined;
|
14951
|
-
loading?: boolean | null | undefined;
|
14952
|
-
} | {
|
14953
12753
|
start: string;
|
14954
12754
|
end: string;
|
14955
12755
|
} | null | undefined> | undefined;
|
@@ -15001,13 +12801,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15001
12801
|
path: string;
|
15002
12802
|
originalFilename: string;
|
15003
12803
|
}[] | {
|
15004
|
-
data?: any;
|
15005
|
-
error?: {
|
15006
|
-
message: string;
|
15007
|
-
statusCode: number | null;
|
15008
|
-
} | null | undefined;
|
15009
|
-
loading?: boolean | null | undefined;
|
15010
|
-
} | {
|
15011
12804
|
start: string;
|
15012
12805
|
end: string;
|
15013
12806
|
} | null | undefined> | undefined;
|
@@ -15053,13 +12846,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15053
12846
|
path: string;
|
15054
12847
|
originalFilename: string;
|
15055
12848
|
}[] | {
|
15056
|
-
data?: any;
|
15057
|
-
error?: {
|
15058
|
-
message: string;
|
15059
|
-
statusCode: number | null;
|
15060
|
-
} | null | undefined;
|
15061
|
-
loading?: boolean | null | undefined;
|
15062
|
-
} | {
|
15063
12849
|
start: string;
|
15064
12850
|
end: string;
|
15065
12851
|
} | null | undefined> | undefined;
|
@@ -15202,33 +12988,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15202
12988
|
firstname: string;
|
15203
12989
|
surname: string;
|
15204
12990
|
middlename?: string | null | undefined;
|
15205
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15206
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
15207
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
15208
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
15209
|
-
message: z.ZodString;
|
15210
|
-
}, "strip", z.ZodTypeAny, {
|
15211
|
-
message: string;
|
15212
|
-
statusCode: number | null;
|
15213
|
-
}, {
|
15214
|
-
message: string;
|
15215
|
-
statusCode: number | null;
|
15216
|
-
}>>>;
|
15217
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
15218
|
-
}, "strip", z.ZodTypeAny, {
|
15219
|
-
data?: any;
|
15220
|
-
error?: {
|
15221
|
-
message: string;
|
15222
|
-
statusCode: number | null;
|
15223
|
-
} | null | undefined;
|
15224
|
-
loading?: boolean | null | undefined;
|
15225
|
-
}, {
|
15226
|
-
data?: any;
|
15227
|
-
error?: {
|
15228
|
-
message: string;
|
15229
|
-
statusCode: number | null;
|
15230
|
-
} | null | undefined;
|
15231
|
-
loading?: boolean | null | undefined;
|
15232
12991
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
15233
12992
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
15234
12993
|
start: z.ZodString;
|
@@ -15364,33 +13123,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15364
13123
|
firstname: string;
|
15365
13124
|
surname: string;
|
15366
13125
|
middlename?: string | null | undefined;
|
15367
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15368
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
15369
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
15370
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
15371
|
-
message: z.ZodString;
|
15372
|
-
}, "strip", z.ZodTypeAny, {
|
15373
|
-
message: string;
|
15374
|
-
statusCode: number | null;
|
15375
|
-
}, {
|
15376
|
-
message: string;
|
15377
|
-
statusCode: number | null;
|
15378
|
-
}>>>;
|
15379
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
15380
|
-
}, "strip", z.ZodTypeAny, {
|
15381
|
-
data?: any;
|
15382
|
-
error?: {
|
15383
|
-
message: string;
|
15384
|
-
statusCode: number | null;
|
15385
|
-
} | null | undefined;
|
15386
|
-
loading?: boolean | null | undefined;
|
15387
|
-
}, {
|
15388
|
-
data?: any;
|
15389
|
-
error?: {
|
15390
|
-
message: string;
|
15391
|
-
statusCode: number | null;
|
15392
|
-
} | null | undefined;
|
15393
|
-
loading?: boolean | null | undefined;
|
15394
13126
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
15395
13127
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
15396
13128
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -15456,13 +13188,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15456
13188
|
path: string;
|
15457
13189
|
originalFilename: string;
|
15458
13190
|
}[] | {
|
15459
|
-
data?: any;
|
15460
|
-
error?: {
|
15461
|
-
message: string;
|
15462
|
-
statusCode: number | null;
|
15463
|
-
} | null | undefined;
|
15464
|
-
loading?: boolean | null | undefined;
|
15465
|
-
} | {
|
15466
13191
|
start: string;
|
15467
13192
|
end: string;
|
15468
13193
|
} | null | undefined>;
|
@@ -15510,13 +13235,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15510
13235
|
path: string;
|
15511
13236
|
originalFilename: string;
|
15512
13237
|
}[] | {
|
15513
|
-
data?: any;
|
15514
|
-
error?: {
|
15515
|
-
message: string;
|
15516
|
-
statusCode: number | null;
|
15517
|
-
} | null | undefined;
|
15518
|
-
loading?: boolean | null | undefined;
|
15519
|
-
} | {
|
15520
13238
|
start: string;
|
15521
13239
|
end: string;
|
15522
13240
|
} | null | undefined> | undefined;
|
@@ -15573,13 +13291,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15573
13291
|
path: string;
|
15574
13292
|
originalFilename: string;
|
15575
13293
|
}[] | {
|
15576
|
-
data?: any;
|
15577
|
-
error?: {
|
15578
|
-
message: string;
|
15579
|
-
statusCode: number | null;
|
15580
|
-
} | null | undefined;
|
15581
|
-
loading?: boolean | null | undefined;
|
15582
|
-
} | {
|
15583
13294
|
start: string;
|
15584
13295
|
end: string;
|
15585
13296
|
} | null | undefined> | undefined;
|
@@ -15625,13 +13336,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15625
13336
|
path: string;
|
15626
13337
|
originalFilename: string;
|
15627
13338
|
}[] | {
|
15628
|
-
data?: any;
|
15629
|
-
error?: {
|
15630
|
-
message: string;
|
15631
|
-
statusCode: number | null;
|
15632
|
-
} | null | undefined;
|
15633
|
-
loading?: boolean | null | undefined;
|
15634
|
-
} | {
|
15635
13339
|
start: string;
|
15636
13340
|
end: string;
|
15637
13341
|
} | null | undefined> | undefined;
|
@@ -15774,33 +13478,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15774
13478
|
firstname: string;
|
15775
13479
|
surname: string;
|
15776
13480
|
middlename?: string | null | undefined;
|
15777
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15778
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
15779
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
15780
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
15781
|
-
message: z.ZodString;
|
15782
|
-
}, "strip", z.ZodTypeAny, {
|
15783
|
-
message: string;
|
15784
|
-
statusCode: number | null;
|
15785
|
-
}, {
|
15786
|
-
message: string;
|
15787
|
-
statusCode: number | null;
|
15788
|
-
}>>>;
|
15789
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
15790
|
-
}, "strip", z.ZodTypeAny, {
|
15791
|
-
data?: any;
|
15792
|
-
error?: {
|
15793
|
-
message: string;
|
15794
|
-
statusCode: number | null;
|
15795
|
-
} | null | undefined;
|
15796
|
-
loading?: boolean | null | undefined;
|
15797
|
-
}, {
|
15798
|
-
data?: any;
|
15799
|
-
error?: {
|
15800
|
-
message: string;
|
15801
|
-
statusCode: number | null;
|
15802
|
-
} | null | undefined;
|
15803
|
-
loading?: boolean | null | undefined;
|
15804
13481
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
15805
13482
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
15806
13483
|
start: z.ZodString;
|
@@ -15936,33 +13613,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
15936
13613
|
firstname: string;
|
15937
13614
|
surname: string;
|
15938
13615
|
middlename?: string | null | undefined;
|
15939
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15940
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
15941
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
15942
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
15943
|
-
message: z.ZodString;
|
15944
|
-
}, "strip", z.ZodTypeAny, {
|
15945
|
-
message: string;
|
15946
|
-
statusCode: number | null;
|
15947
|
-
}, {
|
15948
|
-
message: string;
|
15949
|
-
statusCode: number | null;
|
15950
|
-
}>>>;
|
15951
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
15952
|
-
}, "strip", z.ZodTypeAny, {
|
15953
|
-
data?: any;
|
15954
|
-
error?: {
|
15955
|
-
message: string;
|
15956
|
-
statusCode: number | null;
|
15957
|
-
} | null | undefined;
|
15958
|
-
loading?: boolean | null | undefined;
|
15959
|
-
}, {
|
15960
|
-
data?: any;
|
15961
|
-
error?: {
|
15962
|
-
message: string;
|
15963
|
-
statusCode: number | null;
|
15964
|
-
} | null | undefined;
|
15965
|
-
loading?: boolean | null | undefined;
|
15966
13616
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
15967
13617
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
15968
13618
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -16014,13 +13664,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16014
13664
|
path: string;
|
16015
13665
|
originalFilename: string;
|
16016
13666
|
}[] | {
|
16017
|
-
data?: any;
|
16018
|
-
error?: {
|
16019
|
-
message: string;
|
16020
|
-
statusCode: number | null;
|
16021
|
-
} | null | undefined;
|
16022
|
-
loading?: boolean | null | undefined;
|
16023
|
-
} | {
|
16024
13667
|
start: string;
|
16025
13668
|
end: string;
|
16026
13669
|
} | null | undefined>;
|
@@ -16068,13 +13711,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16068
13711
|
path: string;
|
16069
13712
|
originalFilename: string;
|
16070
13713
|
}[] | {
|
16071
|
-
data?: any;
|
16072
|
-
error?: {
|
16073
|
-
message: string;
|
16074
|
-
statusCode: number | null;
|
16075
|
-
} | null | undefined;
|
16076
|
-
loading?: boolean | null | undefined;
|
16077
|
-
} | {
|
16078
13714
|
start: string;
|
16079
13715
|
end: string;
|
16080
13716
|
} | null | undefined> | undefined;
|
@@ -16127,13 +13763,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16127
13763
|
path: string;
|
16128
13764
|
originalFilename: string;
|
16129
13765
|
}[] | {
|
16130
|
-
data?: any;
|
16131
|
-
error?: {
|
16132
|
-
message: string;
|
16133
|
-
statusCode: number | null;
|
16134
|
-
} | null | undefined;
|
16135
|
-
loading?: boolean | null | undefined;
|
16136
|
-
} | {
|
16137
13766
|
start: string;
|
16138
13767
|
end: string;
|
16139
13768
|
} | null | undefined> | undefined;
|
@@ -16179,13 +13808,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16179
13808
|
path: string;
|
16180
13809
|
originalFilename: string;
|
16181
13810
|
}[] | {
|
16182
|
-
data?: any;
|
16183
|
-
error?: {
|
16184
|
-
message: string;
|
16185
|
-
statusCode: number | null;
|
16186
|
-
} | null | undefined;
|
16187
|
-
loading?: boolean | null | undefined;
|
16188
|
-
} | {
|
16189
13811
|
start: string;
|
16190
13812
|
end: string;
|
16191
13813
|
} | null | undefined> | undefined;
|
@@ -16328,33 +13950,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16328
13950
|
firstname: string;
|
16329
13951
|
surname: string;
|
16330
13952
|
middlename?: string | null | undefined;
|
16331
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
16332
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
16333
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
16334
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
16335
|
-
message: z.ZodString;
|
16336
|
-
}, "strip", z.ZodTypeAny, {
|
16337
|
-
message: string;
|
16338
|
-
statusCode: number | null;
|
16339
|
-
}, {
|
16340
|
-
message: string;
|
16341
|
-
statusCode: number | null;
|
16342
|
-
}>>>;
|
16343
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
16344
|
-
}, "strip", z.ZodTypeAny, {
|
16345
|
-
data?: any;
|
16346
|
-
error?: {
|
16347
|
-
message: string;
|
16348
|
-
statusCode: number | null;
|
16349
|
-
} | null | undefined;
|
16350
|
-
loading?: boolean | null | undefined;
|
16351
|
-
}, {
|
16352
|
-
data?: any;
|
16353
|
-
error?: {
|
16354
|
-
message: string;
|
16355
|
-
statusCode: number | null;
|
16356
|
-
} | null | undefined;
|
16357
|
-
loading?: boolean | null | undefined;
|
16358
13953
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
16359
13954
|
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodString, z.ZodUnion<[z.ZodObject<{
|
16360
13955
|
start: z.ZodString;
|
@@ -16490,33 +14085,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16490
14085
|
firstname: string;
|
16491
14086
|
surname: string;
|
16492
14087
|
middlename?: string | null | undefined;
|
16493
|
-
}>, z.ZodNull]>, z.ZodUndefined]>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
16494
|
-
loading: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
16495
|
-
error: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
16496
|
-
statusCode: z.ZodNullable<z.ZodNumber>;
|
16497
|
-
message: z.ZodString;
|
16498
|
-
}, "strip", z.ZodTypeAny, {
|
16499
|
-
message: string;
|
16500
|
-
statusCode: number | null;
|
16501
|
-
}, {
|
16502
|
-
message: string;
|
16503
|
-
statusCode: number | null;
|
16504
|
-
}>>>;
|
16505
|
-
data: z.ZodOptional<z.ZodNullable<z.ZodAny>>;
|
16506
|
-
}, "strip", z.ZodTypeAny, {
|
16507
|
-
data?: any;
|
16508
|
-
error?: {
|
16509
|
-
message: string;
|
16510
|
-
statusCode: number | null;
|
16511
|
-
} | null | undefined;
|
16512
|
-
loading?: boolean | null | undefined;
|
16513
|
-
}, {
|
16514
|
-
data?: any;
|
16515
|
-
error?: {
|
16516
|
-
message: string;
|
16517
|
-
statusCode: number | null;
|
16518
|
-
} | null | undefined;
|
16519
|
-
loading?: boolean | null | undefined;
|
16520
14088
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>;
|
16521
14089
|
originalActionId: z.ZodOptional<z.ZodBranded<z.ZodString, "UUID">>;
|
16522
14090
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
@@ -16567,13 +14135,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16567
14135
|
path: string;
|
16568
14136
|
originalFilename: string;
|
16569
14137
|
}[] | {
|
16570
|
-
data?: any;
|
16571
|
-
error?: {
|
16572
|
-
message: string;
|
16573
|
-
statusCode: number | null;
|
16574
|
-
} | null | undefined;
|
16575
|
-
loading?: boolean | null | undefined;
|
16576
|
-
} | {
|
16577
14138
|
start: string;
|
16578
14139
|
end: string;
|
16579
14140
|
} | null | undefined>;
|
@@ -16620,13 +14181,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16620
14181
|
path: string;
|
16621
14182
|
originalFilename: string;
|
16622
14183
|
}[] | {
|
16623
|
-
data?: any;
|
16624
|
-
error?: {
|
16625
|
-
message: string;
|
16626
|
-
statusCode: number | null;
|
16627
|
-
} | null | undefined;
|
16628
|
-
loading?: boolean | null | undefined;
|
16629
|
-
} | {
|
16630
14184
|
start: string;
|
16631
14185
|
end: string;
|
16632
14186
|
} | null | undefined> | undefined;
|
@@ -16678,13 +14232,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16678
14232
|
path: string;
|
16679
14233
|
originalFilename: string;
|
16680
14234
|
}[] | {
|
16681
|
-
data?: any;
|
16682
|
-
error?: {
|
16683
|
-
message: string;
|
16684
|
-
statusCode: number | null;
|
16685
|
-
} | null | undefined;
|
16686
|
-
loading?: boolean | null | undefined;
|
16687
|
-
} | {
|
16688
14235
|
start: string;
|
16689
14236
|
end: string;
|
16690
14237
|
} | null | undefined> | undefined;
|
@@ -16730,13 +14277,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
16730
14277
|
path: string;
|
16731
14278
|
originalFilename: string;
|
16732
14279
|
}[] | {
|
16733
|
-
data?: any;
|
16734
|
-
error?: {
|
16735
|
-
message: string;
|
16736
|
-
statusCode: number | null;
|
16737
|
-
} | null | undefined;
|
16738
|
-
loading?: boolean | null | undefined;
|
16739
|
-
} | {
|
16740
14280
|
start: string;
|
16741
14281
|
end: string;
|
16742
14282
|
} | null | undefined> | undefined;
|