@opencrvs/toolkit 1.8.0-rc.fd754eb → 1.8.0-rc.fd936ab
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +4205 -7695
- package/dist/commons/conditionals/conditionals.d.ts +6 -9
- package/dist/commons/conditionals/validate.d.ts +6 -4
- package/dist/commons/events/ActionConfig.d.ts +1680 -90025
- package/dist/commons/events/ActionDocument.d.ts +211 -542
- package/dist/commons/events/ActionInput.d.ts +240 -248
- package/dist/commons/events/AdvancedSearchConfig.d.ts +25 -369
- package/dist/commons/events/CompositeFieldValue.d.ts +0 -3
- package/dist/commons/events/Draft.d.ts +20 -33
- package/dist/commons/events/EventConfig.d.ts +1344 -42812
- package/dist/commons/events/EventDocument.d.ts +156 -337
- package/dist/commons/events/EventIndex.d.ts +13 -1346
- package/dist/commons/events/EventInput.d.ts +0 -13
- package/dist/commons/events/EventMetadata.d.ts +11 -273
- package/dist/commons/events/FieldConfig.d.ts +724 -3733
- package/dist/commons/events/FieldType.d.ts +3 -3
- package/dist/commons/events/FieldTypeMapping.d.ts +4 -11
- package/dist/commons/events/FieldValue.d.ts +4 -7
- package/dist/commons/events/FormConfig.d.ts +441 -40419
- package/dist/commons/events/PageConfig.d.ts +194 -10068
- package/dist/commons/events/SummaryConfig.d.ts +39 -95
- package/dist/commons/events/User.d.ts +0 -5
- package/dist/commons/events/WorkqueueConfig.d.ts +19 -1135
- package/dist/commons/events/defineConfig.d.ts +35 -6966
- package/dist/commons/events/index.d.ts +0 -3
- package/dist/commons/events/test.utils.d.ts +44 -7
- package/dist/commons/events/utils.d.ts +67 -3550
- package/dist/conditionals/index.js +33 -36
- package/dist/events/index.js +977 -1672
- package/package.json +2 -3
- package/dist/commons/events/event.d.ts +0 -27
- package/dist/commons/events/field.d.ts +0 -68
- package/dist/commons/events/scopes.d.ts +0 -26
@@ -2,7 +2,7 @@ import { z } from 'zod';
|
|
2
2
|
export declare const BaseActionInput: z.ZodObject<{
|
3
3
|
eventId: z.ZodString;
|
4
4
|
transactionId: z.ZodString;
|
5
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6
6
|
filename: z.ZodString;
|
7
7
|
originalFilename: z.ZodString;
|
8
8
|
type: z.ZodString;
|
@@ -116,7 +116,7 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
116
116
|
addressLine3?: string | null | undefined;
|
117
117
|
postcodeOrZip?: string | null | undefined;
|
118
118
|
}>]>>>;
|
119
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
119
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
120
120
|
filename: z.ZodString;
|
121
121
|
originalFilename: z.ZodString;
|
122
122
|
type: z.ZodString;
|
@@ -233,7 +233,6 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
233
233
|
originalActionId: z.ZodOptional<z.ZodString>;
|
234
234
|
keepAssignment: z.ZodOptional<z.ZodBoolean>;
|
235
235
|
}, "strip", z.ZodTypeAny, {
|
236
|
-
transactionId: string;
|
237
236
|
declaration: Record<string, string | number | boolean | {
|
238
237
|
type: string;
|
239
238
|
filename: string;
|
@@ -271,8 +270,9 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
271
270
|
option: string;
|
272
271
|
filename: string;
|
273
272
|
originalFilename: string;
|
274
|
-
}[] |
|
273
|
+
}[] | undefined>;
|
275
274
|
eventId: string;
|
275
|
+
transactionId: string;
|
276
276
|
annotation?: Record<string, string | number | boolean | {
|
277
277
|
type: string;
|
278
278
|
filename: string;
|
@@ -310,12 +310,12 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
310
310
|
option: string;
|
311
311
|
filename: string;
|
312
312
|
originalFilename: string;
|
313
|
-
}[] |
|
313
|
+
}[] | undefined> | undefined;
|
314
314
|
originalActionId?: string | undefined;
|
315
315
|
keepAssignment?: boolean | undefined;
|
316
316
|
}, {
|
317
|
-
transactionId: string;
|
318
317
|
eventId: string;
|
318
|
+
transactionId: string;
|
319
319
|
declaration?: Record<string, string | number | boolean | {
|
320
320
|
type: string;
|
321
321
|
filename: string;
|
@@ -353,7 +353,7 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
353
353
|
option: string;
|
354
354
|
filename: string;
|
355
355
|
originalFilename: string;
|
356
|
-
}[] |
|
356
|
+
}[] | undefined> | undefined;
|
357
357
|
annotation?: Record<string, string | number | boolean | {
|
358
358
|
type: string;
|
359
359
|
filename: string;
|
@@ -391,14 +391,14 @@ export declare const BaseActionInput: z.ZodObject<{
|
|
391
391
|
option: string;
|
392
392
|
filename: string;
|
393
393
|
originalFilename: string;
|
394
|
-
}[] |
|
394
|
+
}[] | undefined> | undefined;
|
395
395
|
originalActionId?: string | undefined;
|
396
396
|
keepAssignment?: boolean | undefined;
|
397
397
|
}>;
|
398
398
|
export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
399
399
|
eventId: z.ZodString;
|
400
400
|
transactionId: z.ZodString;
|
401
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
401
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
402
402
|
filename: z.ZodString;
|
403
403
|
originalFilename: z.ZodString;
|
404
404
|
type: z.ZodString;
|
@@ -512,7 +512,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
512
512
|
addressLine3?: string | null | undefined;
|
513
513
|
postcodeOrZip?: string | null | undefined;
|
514
514
|
}>]>>>;
|
515
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
515
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
516
516
|
filename: z.ZodString;
|
517
517
|
originalFilename: z.ZodString;
|
518
518
|
type: z.ZodString;
|
@@ -633,7 +633,6 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
633
633
|
registrationNumber: z.ZodOptional<z.ZodString>;
|
634
634
|
}>, "strip", z.ZodTypeAny, {
|
635
635
|
type: "REGISTER";
|
636
|
-
transactionId: string;
|
637
636
|
declaration: Record<string, string | number | boolean | {
|
638
637
|
type: string;
|
639
638
|
filename: string;
|
@@ -671,8 +670,9 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
671
670
|
option: string;
|
672
671
|
filename: string;
|
673
672
|
originalFilename: string;
|
674
|
-
}[] |
|
673
|
+
}[] | undefined>;
|
675
674
|
eventId: string;
|
675
|
+
transactionId: string;
|
676
676
|
annotation?: Record<string, string | number | boolean | {
|
677
677
|
type: string;
|
678
678
|
filename: string;
|
@@ -710,13 +710,13 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
710
710
|
option: string;
|
711
711
|
filename: string;
|
712
712
|
originalFilename: string;
|
713
|
-
}[] |
|
713
|
+
}[] | undefined> | undefined;
|
714
714
|
originalActionId?: string | undefined;
|
715
715
|
registrationNumber?: string | undefined;
|
716
716
|
keepAssignment?: boolean | undefined;
|
717
717
|
}, {
|
718
|
-
transactionId: string;
|
719
718
|
eventId: string;
|
719
|
+
transactionId: string;
|
720
720
|
type?: "REGISTER" | undefined;
|
721
721
|
declaration?: Record<string, string | number | boolean | {
|
722
722
|
type: string;
|
@@ -755,7 +755,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
755
755
|
option: string;
|
756
756
|
filename: string;
|
757
757
|
originalFilename: string;
|
758
|
-
}[] |
|
758
|
+
}[] | undefined> | undefined;
|
759
759
|
annotation?: Record<string, string | number | boolean | {
|
760
760
|
type: string;
|
761
761
|
filename: string;
|
@@ -793,7 +793,7 @@ export declare const RegisterActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
793
793
|
option: string;
|
794
794
|
filename: string;
|
795
795
|
originalFilename: string;
|
796
|
-
}[] |
|
796
|
+
}[] | undefined> | undefined;
|
797
797
|
originalActionId?: string | undefined;
|
798
798
|
registrationNumber?: string | undefined;
|
799
799
|
keepAssignment?: boolean | undefined;
|
@@ -802,7 +802,7 @@ export type RegisterActionInput = z.infer<typeof RegisterActionInput>;
|
|
802
802
|
export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
803
803
|
eventId: z.ZodString;
|
804
804
|
transactionId: z.ZodString;
|
805
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
805
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
806
806
|
filename: z.ZodString;
|
807
807
|
originalFilename: z.ZodString;
|
808
808
|
type: z.ZodString;
|
@@ -916,7 +916,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
916
916
|
addressLine3?: string | null | undefined;
|
917
917
|
postcodeOrZip?: string | null | undefined;
|
918
918
|
}>]>>>;
|
919
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
919
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
920
920
|
filename: z.ZodString;
|
921
921
|
originalFilename: z.ZodString;
|
922
922
|
type: z.ZodString;
|
@@ -1037,7 +1037,6 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1037
1037
|
duplicates: z.ZodArray<z.ZodString, "many">;
|
1038
1038
|
}>, "strip", z.ZodTypeAny, {
|
1039
1039
|
type: "VALIDATE";
|
1040
|
-
transactionId: string;
|
1041
1040
|
declaration: Record<string, string | number | boolean | {
|
1042
1041
|
type: string;
|
1043
1042
|
filename: string;
|
@@ -1075,8 +1074,9 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1075
1074
|
option: string;
|
1076
1075
|
filename: string;
|
1077
1076
|
originalFilename: string;
|
1078
|
-
}[] |
|
1077
|
+
}[] | undefined>;
|
1079
1078
|
eventId: string;
|
1079
|
+
transactionId: string;
|
1080
1080
|
duplicates: string[];
|
1081
1081
|
annotation?: Record<string, string | number | boolean | {
|
1082
1082
|
type: string;
|
@@ -1115,12 +1115,12 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1115
1115
|
option: string;
|
1116
1116
|
filename: string;
|
1117
1117
|
originalFilename: string;
|
1118
|
-
}[] |
|
1118
|
+
}[] | undefined> | undefined;
|
1119
1119
|
originalActionId?: string | undefined;
|
1120
1120
|
keepAssignment?: boolean | undefined;
|
1121
1121
|
}, {
|
1122
|
-
transactionId: string;
|
1123
1122
|
eventId: string;
|
1123
|
+
transactionId: string;
|
1124
1124
|
duplicates: string[];
|
1125
1125
|
type?: "VALIDATE" | undefined;
|
1126
1126
|
declaration?: Record<string, string | number | boolean | {
|
@@ -1160,7 +1160,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1160
1160
|
option: string;
|
1161
1161
|
filename: string;
|
1162
1162
|
originalFilename: string;
|
1163
|
-
}[] |
|
1163
|
+
}[] | undefined> | undefined;
|
1164
1164
|
annotation?: Record<string, string | number | boolean | {
|
1165
1165
|
type: string;
|
1166
1166
|
filename: string;
|
@@ -1198,7 +1198,7 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1198
1198
|
option: string;
|
1199
1199
|
filename: string;
|
1200
1200
|
originalFilename: string;
|
1201
|
-
}[] |
|
1201
|
+
}[] | undefined> | undefined;
|
1202
1202
|
originalActionId?: string | undefined;
|
1203
1203
|
keepAssignment?: boolean | undefined;
|
1204
1204
|
}>;
|
@@ -1206,7 +1206,7 @@ export type ValidateActionInput = z.infer<typeof ValidateActionInput>;
|
|
1206
1206
|
export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
1207
1207
|
eventId: z.ZodString;
|
1208
1208
|
transactionId: z.ZodString;
|
1209
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1209
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1210
1210
|
filename: z.ZodString;
|
1211
1211
|
originalFilename: z.ZodString;
|
1212
1212
|
type: z.ZodString;
|
@@ -1320,7 +1320,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1320
1320
|
addressLine3?: string | null | undefined;
|
1321
1321
|
postcodeOrZip?: string | null | undefined;
|
1322
1322
|
}>]>>>;
|
1323
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1323
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1324
1324
|
filename: z.ZodString;
|
1325
1325
|
originalFilename: z.ZodString;
|
1326
1326
|
type: z.ZodString;
|
@@ -1440,7 +1440,6 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1440
1440
|
type: z.ZodDefault<z.ZodLiteral<"NOTIFY">>;
|
1441
1441
|
}>, "strip", z.ZodTypeAny, {
|
1442
1442
|
type: "NOTIFY";
|
1443
|
-
transactionId: string;
|
1444
1443
|
declaration: Record<string, string | number | boolean | {
|
1445
1444
|
type: string;
|
1446
1445
|
filename: string;
|
@@ -1478,8 +1477,9 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1478
1477
|
option: string;
|
1479
1478
|
filename: string;
|
1480
1479
|
originalFilename: string;
|
1481
|
-
}[] |
|
1480
|
+
}[] | undefined>;
|
1482
1481
|
eventId: string;
|
1482
|
+
transactionId: string;
|
1483
1483
|
annotation?: Record<string, string | number | boolean | {
|
1484
1484
|
type: string;
|
1485
1485
|
filename: string;
|
@@ -1517,12 +1517,12 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1517
1517
|
option: string;
|
1518
1518
|
filename: string;
|
1519
1519
|
originalFilename: string;
|
1520
|
-
}[] |
|
1520
|
+
}[] | undefined> | undefined;
|
1521
1521
|
originalActionId?: string | undefined;
|
1522
1522
|
keepAssignment?: boolean | undefined;
|
1523
1523
|
}, {
|
1524
|
-
transactionId: string;
|
1525
1524
|
eventId: string;
|
1525
|
+
transactionId: string;
|
1526
1526
|
type?: "NOTIFY" | undefined;
|
1527
1527
|
declaration?: Record<string, string | number | boolean | {
|
1528
1528
|
type: string;
|
@@ -1561,7 +1561,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1561
1561
|
option: string;
|
1562
1562
|
filename: string;
|
1563
1563
|
originalFilename: string;
|
1564
|
-
}[] |
|
1564
|
+
}[] | undefined> | undefined;
|
1565
1565
|
annotation?: Record<string, string | number | boolean | {
|
1566
1566
|
type: string;
|
1567
1567
|
filename: string;
|
@@ -1599,7 +1599,7 @@ export declare const NotifyActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1599
1599
|
option: string;
|
1600
1600
|
filename: string;
|
1601
1601
|
originalFilename: string;
|
1602
|
-
}[] |
|
1602
|
+
}[] | undefined> | undefined;
|
1603
1603
|
originalActionId?: string | undefined;
|
1604
1604
|
keepAssignment?: boolean | undefined;
|
1605
1605
|
}>;
|
@@ -1607,7 +1607,7 @@ export type NotifyActionInput = z.infer<typeof NotifyActionInput>;
|
|
1607
1607
|
export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
1608
1608
|
eventId: z.ZodString;
|
1609
1609
|
transactionId: z.ZodString;
|
1610
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1610
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1611
1611
|
filename: z.ZodString;
|
1612
1612
|
originalFilename: z.ZodString;
|
1613
1613
|
type: z.ZodString;
|
@@ -1721,7 +1721,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1721
1721
|
addressLine3?: string | null | undefined;
|
1722
1722
|
postcodeOrZip?: string | null | undefined;
|
1723
1723
|
}>]>>>;
|
1724
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
1724
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
1725
1725
|
filename: z.ZodString;
|
1726
1726
|
originalFilename: z.ZodString;
|
1727
1727
|
type: z.ZodString;
|
@@ -1841,7 +1841,6 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1841
1841
|
type: z.ZodDefault<z.ZodLiteral<"DECLARE">>;
|
1842
1842
|
}>, "strip", z.ZodTypeAny, {
|
1843
1843
|
type: "DECLARE";
|
1844
|
-
transactionId: string;
|
1845
1844
|
declaration: Record<string, string | number | boolean | {
|
1846
1845
|
type: string;
|
1847
1846
|
filename: string;
|
@@ -1879,8 +1878,9 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1879
1878
|
option: string;
|
1880
1879
|
filename: string;
|
1881
1880
|
originalFilename: string;
|
1882
|
-
}[] |
|
1881
|
+
}[] | undefined>;
|
1883
1882
|
eventId: string;
|
1883
|
+
transactionId: string;
|
1884
1884
|
annotation?: Record<string, string | number | boolean | {
|
1885
1885
|
type: string;
|
1886
1886
|
filename: string;
|
@@ -1918,12 +1918,12 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1918
1918
|
option: string;
|
1919
1919
|
filename: string;
|
1920
1920
|
originalFilename: string;
|
1921
|
-
}[] |
|
1921
|
+
}[] | undefined> | undefined;
|
1922
1922
|
originalActionId?: string | undefined;
|
1923
1923
|
keepAssignment?: boolean | undefined;
|
1924
1924
|
}, {
|
1925
|
-
transactionId: string;
|
1926
1925
|
eventId: string;
|
1926
|
+
transactionId: string;
|
1927
1927
|
type?: "DECLARE" | undefined;
|
1928
1928
|
declaration?: Record<string, string | number | boolean | {
|
1929
1929
|
type: string;
|
@@ -1962,7 +1962,7 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
1962
1962
|
option: string;
|
1963
1963
|
filename: string;
|
1964
1964
|
originalFilename: string;
|
1965
|
-
}[] |
|
1965
|
+
}[] | undefined> | undefined;
|
1966
1966
|
annotation?: Record<string, string | number | boolean | {
|
1967
1967
|
type: string;
|
1968
1968
|
filename: string;
|
@@ -2000,14 +2000,14 @@ export declare const DeclareActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
2000
2000
|
option: string;
|
2001
2001
|
filename: string;
|
2002
2002
|
originalFilename: string;
|
2003
|
-
}[] |
|
2003
|
+
}[] | undefined> | undefined;
|
2004
2004
|
originalActionId?: string | undefined;
|
2005
2005
|
keepAssignment?: boolean | undefined;
|
2006
2006
|
}>;
|
2007
2007
|
export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
2008
2008
|
eventId: z.ZodString;
|
2009
2009
|
transactionId: z.ZodString;
|
2010
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2010
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2011
2011
|
filename: z.ZodString;
|
2012
2012
|
originalFilename: z.ZodString;
|
2013
2013
|
type: z.ZodString;
|
@@ -2121,7 +2121,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2121
2121
|
addressLine3?: string | null | undefined;
|
2122
2122
|
postcodeOrZip?: string | null | undefined;
|
2123
2123
|
}>]>>>;
|
2124
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2124
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2125
2125
|
filename: z.ZodString;
|
2126
2126
|
originalFilename: z.ZodString;
|
2127
2127
|
type: z.ZodString;
|
@@ -2241,7 +2241,6 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2241
2241
|
type: z.ZodDefault<z.ZodLiteral<"PRINT_CERTIFICATE">>;
|
2242
2242
|
}>, "strip", z.ZodTypeAny, {
|
2243
2243
|
type: "PRINT_CERTIFICATE";
|
2244
|
-
transactionId: string;
|
2245
2244
|
declaration: Record<string, string | number | boolean | {
|
2246
2245
|
type: string;
|
2247
2246
|
filename: string;
|
@@ -2279,8 +2278,9 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2279
2278
|
option: string;
|
2280
2279
|
filename: string;
|
2281
2280
|
originalFilename: string;
|
2282
|
-
}[] |
|
2281
|
+
}[] | undefined>;
|
2283
2282
|
eventId: string;
|
2283
|
+
transactionId: string;
|
2284
2284
|
annotation?: Record<string, string | number | boolean | {
|
2285
2285
|
type: string;
|
2286
2286
|
filename: string;
|
@@ -2318,12 +2318,12 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2318
2318
|
option: string;
|
2319
2319
|
filename: string;
|
2320
2320
|
originalFilename: string;
|
2321
|
-
}[] |
|
2321
|
+
}[] | undefined> | undefined;
|
2322
2322
|
originalActionId?: string | undefined;
|
2323
2323
|
keepAssignment?: boolean | undefined;
|
2324
2324
|
}, {
|
2325
|
-
transactionId: string;
|
2326
2325
|
eventId: string;
|
2326
|
+
transactionId: string;
|
2327
2327
|
type?: "PRINT_CERTIFICATE" | undefined;
|
2328
2328
|
declaration?: Record<string, string | number | boolean | {
|
2329
2329
|
type: string;
|
@@ -2362,7 +2362,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2362
2362
|
option: string;
|
2363
2363
|
filename: string;
|
2364
2364
|
originalFilename: string;
|
2365
|
-
}[] |
|
2365
|
+
}[] | undefined> | undefined;
|
2366
2366
|
annotation?: Record<string, string | number | boolean | {
|
2367
2367
|
type: string;
|
2368
2368
|
filename: string;
|
@@ -2400,7 +2400,7 @@ export declare const PrintCertificateActionInput: z.ZodObject<z.objectUtil.exten
|
|
2400
2400
|
option: string;
|
2401
2401
|
filename: string;
|
2402
2402
|
originalFilename: string;
|
2403
|
-
}[] |
|
2403
|
+
}[] | undefined> | undefined;
|
2404
2404
|
originalActionId?: string | undefined;
|
2405
2405
|
keepAssignment?: boolean | undefined;
|
2406
2406
|
}>;
|
@@ -2408,7 +2408,7 @@ export type DeclareActionInput = z.infer<typeof DeclareActionInput>;
|
|
2408
2408
|
export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
2409
2409
|
eventId: z.ZodString;
|
2410
2410
|
transactionId: z.ZodString;
|
2411
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2411
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2412
2412
|
filename: z.ZodString;
|
2413
2413
|
originalFilename: z.ZodString;
|
2414
2414
|
type: z.ZodString;
|
@@ -2522,7 +2522,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2522
2522
|
addressLine3?: string | null | undefined;
|
2523
2523
|
postcodeOrZip?: string | null | undefined;
|
2524
2524
|
}>]>>>;
|
2525
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2525
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2526
2526
|
filename: z.ZodString;
|
2527
2527
|
originalFilename: z.ZodString;
|
2528
2528
|
type: z.ZodString;
|
@@ -2642,7 +2642,6 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2642
2642
|
type: z.ZodDefault<z.ZodLiteral<"REJECT">>;
|
2643
2643
|
}>, "strip", z.ZodTypeAny, {
|
2644
2644
|
type: "REJECT";
|
2645
|
-
transactionId: string;
|
2646
2645
|
declaration: Record<string, string | number | boolean | {
|
2647
2646
|
type: string;
|
2648
2647
|
filename: string;
|
@@ -2680,8 +2679,9 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2680
2679
|
option: string;
|
2681
2680
|
filename: string;
|
2682
2681
|
originalFilename: string;
|
2683
|
-
}[] |
|
2682
|
+
}[] | undefined>;
|
2684
2683
|
eventId: string;
|
2684
|
+
transactionId: string;
|
2685
2685
|
annotation?: Record<string, string | number | boolean | {
|
2686
2686
|
type: string;
|
2687
2687
|
filename: string;
|
@@ -2719,12 +2719,12 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2719
2719
|
option: string;
|
2720
2720
|
filename: string;
|
2721
2721
|
originalFilename: string;
|
2722
|
-
}[] |
|
2722
|
+
}[] | undefined> | undefined;
|
2723
2723
|
originalActionId?: string | undefined;
|
2724
2724
|
keepAssignment?: boolean | undefined;
|
2725
2725
|
}, {
|
2726
|
-
transactionId: string;
|
2727
2726
|
eventId: string;
|
2727
|
+
transactionId: string;
|
2728
2728
|
type?: "REJECT" | undefined;
|
2729
2729
|
declaration?: Record<string, string | number | boolean | {
|
2730
2730
|
type: string;
|
@@ -2763,7 +2763,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2763
2763
|
option: string;
|
2764
2764
|
filename: string;
|
2765
2765
|
originalFilename: string;
|
2766
|
-
}[] |
|
2766
|
+
}[] | undefined> | undefined;
|
2767
2767
|
annotation?: Record<string, string | number | boolean | {
|
2768
2768
|
type: string;
|
2769
2769
|
filename: string;
|
@@ -2801,7 +2801,7 @@ export declare const RejectDeclarationActionInput: z.ZodObject<z.objectUtil.exte
|
|
2801
2801
|
option: string;
|
2802
2802
|
filename: string;
|
2803
2803
|
originalFilename: string;
|
2804
|
-
}[] |
|
2804
|
+
}[] | undefined> | undefined;
|
2805
2805
|
originalActionId?: string | undefined;
|
2806
2806
|
keepAssignment?: boolean | undefined;
|
2807
2807
|
}>;
|
@@ -2809,7 +2809,7 @@ export type RejectDeclarationActionInput = z.infer<typeof RejectDeclarationActio
|
|
2809
2809
|
export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
2810
2810
|
eventId: z.ZodString;
|
2811
2811
|
transactionId: z.ZodString;
|
2812
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2812
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2813
2813
|
filename: z.ZodString;
|
2814
2814
|
originalFilename: z.ZodString;
|
2815
2815
|
type: z.ZodString;
|
@@ -2923,7 +2923,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
2923
2923
|
addressLine3?: string | null | undefined;
|
2924
2924
|
postcodeOrZip?: string | null | undefined;
|
2925
2925
|
}>]>>>;
|
2926
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
2926
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
2927
2927
|
filename: z.ZodString;
|
2928
2928
|
originalFilename: z.ZodString;
|
2929
2929
|
type: z.ZodString;
|
@@ -3043,7 +3043,6 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3043
3043
|
type: z.ZodDefault<z.ZodLiteral<"MARKED_AS_DUPLICATE">>;
|
3044
3044
|
}>, "strip", z.ZodTypeAny, {
|
3045
3045
|
type: "MARKED_AS_DUPLICATE";
|
3046
|
-
transactionId: string;
|
3047
3046
|
declaration: Record<string, string | number | boolean | {
|
3048
3047
|
type: string;
|
3049
3048
|
filename: string;
|
@@ -3081,8 +3080,9 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3081
3080
|
option: string;
|
3082
3081
|
filename: string;
|
3083
3082
|
originalFilename: string;
|
3084
|
-
}[] |
|
3083
|
+
}[] | undefined>;
|
3085
3084
|
eventId: string;
|
3085
|
+
transactionId: string;
|
3086
3086
|
annotation?: Record<string, string | number | boolean | {
|
3087
3087
|
type: string;
|
3088
3088
|
filename: string;
|
@@ -3120,12 +3120,12 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3120
3120
|
option: string;
|
3121
3121
|
filename: string;
|
3122
3122
|
originalFilename: string;
|
3123
|
-
}[] |
|
3123
|
+
}[] | undefined> | undefined;
|
3124
3124
|
originalActionId?: string | undefined;
|
3125
3125
|
keepAssignment?: boolean | undefined;
|
3126
3126
|
}, {
|
3127
|
-
transactionId: string;
|
3128
3127
|
eventId: string;
|
3128
|
+
transactionId: string;
|
3129
3129
|
type?: "MARKED_AS_DUPLICATE" | undefined;
|
3130
3130
|
declaration?: Record<string, string | number | boolean | {
|
3131
3131
|
type: string;
|
@@ -3164,7 +3164,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3164
3164
|
option: string;
|
3165
3165
|
filename: string;
|
3166
3166
|
originalFilename: string;
|
3167
|
-
}[] |
|
3167
|
+
}[] | undefined> | undefined;
|
3168
3168
|
annotation?: Record<string, string | number | boolean | {
|
3169
3169
|
type: string;
|
3170
3170
|
filename: string;
|
@@ -3202,7 +3202,7 @@ export declare const MarkedAsDuplicateActionInput: z.ZodObject<z.objectUtil.exte
|
|
3202
3202
|
option: string;
|
3203
3203
|
filename: string;
|
3204
3204
|
originalFilename: string;
|
3205
|
-
}[] |
|
3205
|
+
}[] | undefined> | undefined;
|
3206
3206
|
originalActionId?: string | undefined;
|
3207
3207
|
keepAssignment?: boolean | undefined;
|
3208
3208
|
}>;
|
@@ -3210,7 +3210,7 @@ export type MarkedAsDuplicateActionInput = z.infer<typeof MarkedAsDuplicateActio
|
|
3210
3210
|
export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
3211
3211
|
eventId: z.ZodString;
|
3212
3212
|
transactionId: z.ZodString;
|
3213
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3213
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3214
3214
|
filename: z.ZodString;
|
3215
3215
|
originalFilename: z.ZodString;
|
3216
3216
|
type: z.ZodString;
|
@@ -3324,7 +3324,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3324
3324
|
addressLine3?: string | null | undefined;
|
3325
3325
|
postcodeOrZip?: string | null | undefined;
|
3326
3326
|
}>]>>>;
|
3327
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3327
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3328
3328
|
filename: z.ZodString;
|
3329
3329
|
originalFilename: z.ZodString;
|
3330
3330
|
type: z.ZodString;
|
@@ -3444,7 +3444,6 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3444
3444
|
type: z.ZodDefault<z.ZodLiteral<"ARCHIVE">>;
|
3445
3445
|
}>, "strip", z.ZodTypeAny, {
|
3446
3446
|
type: "ARCHIVE";
|
3447
|
-
transactionId: string;
|
3448
3447
|
declaration: Record<string, string | number | boolean | {
|
3449
3448
|
type: string;
|
3450
3449
|
filename: string;
|
@@ -3482,8 +3481,9 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3482
3481
|
option: string;
|
3483
3482
|
filename: string;
|
3484
3483
|
originalFilename: string;
|
3485
|
-
}[] |
|
3484
|
+
}[] | undefined>;
|
3486
3485
|
eventId: string;
|
3486
|
+
transactionId: string;
|
3487
3487
|
annotation?: Record<string, string | number | boolean | {
|
3488
3488
|
type: string;
|
3489
3489
|
filename: string;
|
@@ -3521,12 +3521,12 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3521
3521
|
option: string;
|
3522
3522
|
filename: string;
|
3523
3523
|
originalFilename: string;
|
3524
|
-
}[] |
|
3524
|
+
}[] | undefined> | undefined;
|
3525
3525
|
originalActionId?: string | undefined;
|
3526
3526
|
keepAssignment?: boolean | undefined;
|
3527
3527
|
}, {
|
3528
|
-
transactionId: string;
|
3529
3528
|
eventId: string;
|
3529
|
+
transactionId: string;
|
3530
3530
|
type?: "ARCHIVE" | undefined;
|
3531
3531
|
declaration?: Record<string, string | number | boolean | {
|
3532
3532
|
type: string;
|
@@ -3565,7 +3565,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3565
3565
|
option: string;
|
3566
3566
|
filename: string;
|
3567
3567
|
originalFilename: string;
|
3568
|
-
}[] |
|
3568
|
+
}[] | undefined> | undefined;
|
3569
3569
|
annotation?: Record<string, string | number | boolean | {
|
3570
3570
|
type: string;
|
3571
3571
|
filename: string;
|
@@ -3603,7 +3603,7 @@ export declare const ArchiveActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3603
3603
|
option: string;
|
3604
3604
|
filename: string;
|
3605
3605
|
originalFilename: string;
|
3606
|
-
}[] |
|
3606
|
+
}[] | undefined> | undefined;
|
3607
3607
|
originalActionId?: string | undefined;
|
3608
3608
|
keepAssignment?: boolean | undefined;
|
3609
3609
|
}>;
|
@@ -3611,7 +3611,7 @@ export type ArchiveActionInput = z.infer<typeof ArchiveActionInput>;
|
|
3611
3611
|
export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
3612
3612
|
eventId: z.ZodString;
|
3613
3613
|
transactionId: z.ZodString;
|
3614
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3614
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3615
3615
|
filename: z.ZodString;
|
3616
3616
|
originalFilename: z.ZodString;
|
3617
3617
|
type: z.ZodString;
|
@@ -3725,7 +3725,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3725
3725
|
addressLine3?: string | null | undefined;
|
3726
3726
|
postcodeOrZip?: string | null | undefined;
|
3727
3727
|
}>]>>>;
|
3728
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
3728
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
3729
3729
|
filename: z.ZodString;
|
3730
3730
|
originalFilename: z.ZodString;
|
3731
3731
|
type: z.ZodString;
|
@@ -3846,7 +3846,6 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3846
3846
|
assignedTo: z.ZodString;
|
3847
3847
|
}>, "strip", z.ZodTypeAny, {
|
3848
3848
|
type: "ASSIGN";
|
3849
|
-
transactionId: string;
|
3850
3849
|
declaration: Record<string, string | number | boolean | {
|
3851
3850
|
type: string;
|
3852
3851
|
filename: string;
|
@@ -3884,9 +3883,10 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3884
3883
|
option: string;
|
3885
3884
|
filename: string;
|
3886
3885
|
originalFilename: string;
|
3887
|
-
}[] |
|
3886
|
+
}[] | undefined>;
|
3888
3887
|
assignedTo: string;
|
3889
3888
|
eventId: string;
|
3889
|
+
transactionId: string;
|
3890
3890
|
annotation?: Record<string, string | number | boolean | {
|
3891
3891
|
type: string;
|
3892
3892
|
filename: string;
|
@@ -3924,13 +3924,13 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3924
3924
|
option: string;
|
3925
3925
|
filename: string;
|
3926
3926
|
originalFilename: string;
|
3927
|
-
}[] |
|
3927
|
+
}[] | undefined> | undefined;
|
3928
3928
|
originalActionId?: string | undefined;
|
3929
3929
|
keepAssignment?: boolean | undefined;
|
3930
3930
|
}, {
|
3931
|
-
transactionId: string;
|
3932
3931
|
assignedTo: string;
|
3933
3932
|
eventId: string;
|
3933
|
+
transactionId: string;
|
3934
3934
|
type?: "ASSIGN" | undefined;
|
3935
3935
|
declaration?: Record<string, string | number | boolean | {
|
3936
3936
|
type: string;
|
@@ -3969,7 +3969,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
3969
3969
|
option: string;
|
3970
3970
|
filename: string;
|
3971
3971
|
originalFilename: string;
|
3972
|
-
}[] |
|
3972
|
+
}[] | undefined> | undefined;
|
3973
3973
|
annotation?: Record<string, string | number | boolean | {
|
3974
3974
|
type: string;
|
3975
3975
|
filename: string;
|
@@ -4007,7 +4007,7 @@ export declare const AssignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4007
4007
|
option: string;
|
4008
4008
|
filename: string;
|
4009
4009
|
originalFilename: string;
|
4010
|
-
}[] |
|
4010
|
+
}[] | undefined> | undefined;
|
4011
4011
|
originalActionId?: string | undefined;
|
4012
4012
|
keepAssignment?: boolean | undefined;
|
4013
4013
|
}>;
|
@@ -4015,7 +4015,7 @@ export type AssignActionInput = z.infer<typeof AssignActionInput>;
|
|
4015
4015
|
export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4016
4016
|
eventId: z.ZodString;
|
4017
4017
|
transactionId: z.ZodString;
|
4018
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4018
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4019
4019
|
filename: z.ZodString;
|
4020
4020
|
originalFilename: z.ZodString;
|
4021
4021
|
type: z.ZodString;
|
@@ -4129,7 +4129,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4129
4129
|
addressLine3?: string | null | undefined;
|
4130
4130
|
postcodeOrZip?: string | null | undefined;
|
4131
4131
|
}>]>>>;
|
4132
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4132
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4133
4133
|
filename: z.ZodString;
|
4134
4134
|
originalFilename: z.ZodString;
|
4135
4135
|
type: z.ZodString;
|
@@ -4250,7 +4250,6 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4250
4250
|
assignedTo: z.ZodDefault<z.ZodLiteral<null>>;
|
4251
4251
|
}>, "strip", z.ZodTypeAny, {
|
4252
4252
|
type: "UNASSIGN";
|
4253
|
-
transactionId: string;
|
4254
4253
|
declaration: Record<string, string | number | boolean | {
|
4255
4254
|
type: string;
|
4256
4255
|
filename: string;
|
@@ -4288,9 +4287,10 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4288
4287
|
option: string;
|
4289
4288
|
filename: string;
|
4290
4289
|
originalFilename: string;
|
4291
|
-
}[] |
|
4290
|
+
}[] | undefined>;
|
4292
4291
|
assignedTo: null;
|
4293
4292
|
eventId: string;
|
4293
|
+
transactionId: string;
|
4294
4294
|
annotation?: Record<string, string | number | boolean | {
|
4295
4295
|
type: string;
|
4296
4296
|
filename: string;
|
@@ -4328,12 +4328,12 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4328
4328
|
option: string;
|
4329
4329
|
filename: string;
|
4330
4330
|
originalFilename: string;
|
4331
|
-
}[] |
|
4331
|
+
}[] | undefined> | undefined;
|
4332
4332
|
originalActionId?: string | undefined;
|
4333
4333
|
keepAssignment?: boolean | undefined;
|
4334
4334
|
}, {
|
4335
|
-
transactionId: string;
|
4336
4335
|
eventId: string;
|
4336
|
+
transactionId: string;
|
4337
4337
|
type?: "UNASSIGN" | undefined;
|
4338
4338
|
declaration?: Record<string, string | number | boolean | {
|
4339
4339
|
type: string;
|
@@ -4372,7 +4372,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4372
4372
|
option: string;
|
4373
4373
|
filename: string;
|
4374
4374
|
originalFilename: string;
|
4375
|
-
}[] |
|
4375
|
+
}[] | undefined> | undefined;
|
4376
4376
|
annotation?: Record<string, string | number | boolean | {
|
4377
4377
|
type: string;
|
4378
4378
|
filename: string;
|
@@ -4410,7 +4410,7 @@ export declare const UnassignActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
4410
4410
|
option: string;
|
4411
4411
|
filename: string;
|
4412
4412
|
originalFilename: string;
|
4413
|
-
}[] |
|
4413
|
+
}[] | undefined> | undefined;
|
4414
4414
|
originalActionId?: string | undefined;
|
4415
4415
|
assignedTo?: null | undefined;
|
4416
4416
|
keepAssignment?: boolean | undefined;
|
@@ -4419,7 +4419,7 @@ export type UnassignActionInput = z.infer<typeof UnassignActionInput>;
|
|
4419
4419
|
export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4420
4420
|
eventId: z.ZodString;
|
4421
4421
|
transactionId: z.ZodString;
|
4422
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4422
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4423
4423
|
filename: z.ZodString;
|
4424
4424
|
originalFilename: z.ZodString;
|
4425
4425
|
type: z.ZodString;
|
@@ -4533,7 +4533,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4533
4533
|
addressLine3?: string | null | undefined;
|
4534
4534
|
postcodeOrZip?: string | null | undefined;
|
4535
4535
|
}>]>>>;
|
4536
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4536
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4537
4537
|
filename: z.ZodString;
|
4538
4538
|
originalFilename: z.ZodString;
|
4539
4539
|
type: z.ZodString;
|
@@ -4653,7 +4653,6 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4653
4653
|
type: z.ZodDefault<z.ZodLiteral<"REQUEST_CORRECTION">>;
|
4654
4654
|
}>, "strip", z.ZodTypeAny, {
|
4655
4655
|
type: "REQUEST_CORRECTION";
|
4656
|
-
transactionId: string;
|
4657
4656
|
declaration: Record<string, string | number | boolean | {
|
4658
4657
|
type: string;
|
4659
4658
|
filename: string;
|
@@ -4691,8 +4690,9 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4691
4690
|
option: string;
|
4692
4691
|
filename: string;
|
4693
4692
|
originalFilename: string;
|
4694
|
-
}[] |
|
4693
|
+
}[] | undefined>;
|
4695
4694
|
eventId: string;
|
4695
|
+
transactionId: string;
|
4696
4696
|
annotation?: Record<string, string | number | boolean | {
|
4697
4697
|
type: string;
|
4698
4698
|
filename: string;
|
@@ -4730,12 +4730,12 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4730
4730
|
option: string;
|
4731
4731
|
filename: string;
|
4732
4732
|
originalFilename: string;
|
4733
|
-
}[] |
|
4733
|
+
}[] | undefined> | undefined;
|
4734
4734
|
originalActionId?: string | undefined;
|
4735
4735
|
keepAssignment?: boolean | undefined;
|
4736
4736
|
}, {
|
4737
|
-
transactionId: string;
|
4738
4737
|
eventId: string;
|
4738
|
+
transactionId: string;
|
4739
4739
|
type?: "REQUEST_CORRECTION" | undefined;
|
4740
4740
|
declaration?: Record<string, string | number | boolean | {
|
4741
4741
|
type: string;
|
@@ -4774,7 +4774,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4774
4774
|
option: string;
|
4775
4775
|
filename: string;
|
4776
4776
|
originalFilename: string;
|
4777
|
-
}[] |
|
4777
|
+
}[] | undefined> | undefined;
|
4778
4778
|
annotation?: Record<string, string | number | boolean | {
|
4779
4779
|
type: string;
|
4780
4780
|
filename: string;
|
@@ -4812,7 +4812,7 @@ export declare const RequestCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
4812
4812
|
option: string;
|
4813
4813
|
filename: string;
|
4814
4814
|
originalFilename: string;
|
4815
|
-
}[] |
|
4815
|
+
}[] | undefined> | undefined;
|
4816
4816
|
originalActionId?: string | undefined;
|
4817
4817
|
keepAssignment?: boolean | undefined;
|
4818
4818
|
}>;
|
@@ -4820,7 +4820,7 @@ export type RequestCorrectionActionInput = z.infer<typeof RequestCorrectionActio
|
|
4820
4820
|
export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
4821
4821
|
eventId: z.ZodString;
|
4822
4822
|
transactionId: z.ZodString;
|
4823
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4823
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4824
4824
|
filename: z.ZodString;
|
4825
4825
|
originalFilename: z.ZodString;
|
4826
4826
|
type: z.ZodString;
|
@@ -4934,7 +4934,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
4934
4934
|
addressLine3?: string | null | undefined;
|
4935
4935
|
postcodeOrZip?: string | null | undefined;
|
4936
4936
|
}>]>>>;
|
4937
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
4937
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
4938
4938
|
filename: z.ZodString;
|
4939
4939
|
originalFilename: z.ZodString;
|
4940
4940
|
type: z.ZodString;
|
@@ -5055,7 +5055,6 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5055
5055
|
type: z.ZodDefault<z.ZodLiteral<"REJECT_CORRECTION">>;
|
5056
5056
|
}>, "strip", z.ZodTypeAny, {
|
5057
5057
|
type: "REJECT_CORRECTION";
|
5058
|
-
transactionId: string;
|
5059
5058
|
declaration: Record<string, string | number | boolean | {
|
5060
5059
|
type: string;
|
5061
5060
|
filename: string;
|
@@ -5093,9 +5092,10 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5093
5092
|
option: string;
|
5094
5093
|
filename: string;
|
5095
5094
|
originalFilename: string;
|
5096
|
-
}[] |
|
5095
|
+
}[] | undefined>;
|
5097
5096
|
requestId: string;
|
5098
5097
|
eventId: string;
|
5098
|
+
transactionId: string;
|
5099
5099
|
annotation?: Record<string, string | number | boolean | {
|
5100
5100
|
type: string;
|
5101
5101
|
filename: string;
|
@@ -5133,13 +5133,13 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5133
5133
|
option: string;
|
5134
5134
|
filename: string;
|
5135
5135
|
originalFilename: string;
|
5136
|
-
}[] |
|
5136
|
+
}[] | undefined> | undefined;
|
5137
5137
|
originalActionId?: string | undefined;
|
5138
5138
|
keepAssignment?: boolean | undefined;
|
5139
5139
|
}, {
|
5140
|
-
transactionId: string;
|
5141
5140
|
requestId: string;
|
5142
5141
|
eventId: string;
|
5142
|
+
transactionId: string;
|
5143
5143
|
type?: "REJECT_CORRECTION" | undefined;
|
5144
5144
|
declaration?: Record<string, string | number | boolean | {
|
5145
5145
|
type: string;
|
@@ -5178,7 +5178,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5178
5178
|
option: string;
|
5179
5179
|
filename: string;
|
5180
5180
|
originalFilename: string;
|
5181
|
-
}[] |
|
5181
|
+
}[] | undefined> | undefined;
|
5182
5182
|
annotation?: Record<string, string | number | boolean | {
|
5183
5183
|
type: string;
|
5184
5184
|
filename: string;
|
@@ -5216,7 +5216,7 @@ export declare const RejectCorrectionActionInput: z.ZodObject<z.objectUtil.exten
|
|
5216
5216
|
option: string;
|
5217
5217
|
filename: string;
|
5218
5218
|
originalFilename: string;
|
5219
|
-
}[] |
|
5219
|
+
}[] | undefined> | undefined;
|
5220
5220
|
originalActionId?: string | undefined;
|
5221
5221
|
keepAssignment?: boolean | undefined;
|
5222
5222
|
}>;
|
@@ -5224,7 +5224,7 @@ export type RejectCorrectionActionInput = z.infer<typeof RejectCorrectionActionI
|
|
5224
5224
|
export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
5225
5225
|
eventId: z.ZodString;
|
5226
5226
|
transactionId: z.ZodString;
|
5227
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5227
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5228
5228
|
filename: z.ZodString;
|
5229
5229
|
originalFilename: z.ZodString;
|
5230
5230
|
type: z.ZodString;
|
@@ -5338,7 +5338,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5338
5338
|
addressLine3?: string | null | undefined;
|
5339
5339
|
postcodeOrZip?: string | null | undefined;
|
5340
5340
|
}>]>>>;
|
5341
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5341
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5342
5342
|
filename: z.ZodString;
|
5343
5343
|
originalFilename: z.ZodString;
|
5344
5344
|
type: z.ZodString;
|
@@ -5459,7 +5459,6 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5459
5459
|
type: z.ZodDefault<z.ZodLiteral<"APPROVE_CORRECTION">>;
|
5460
5460
|
}>, "strip", z.ZodTypeAny, {
|
5461
5461
|
type: "APPROVE_CORRECTION";
|
5462
|
-
transactionId: string;
|
5463
5462
|
declaration: Record<string, string | number | boolean | {
|
5464
5463
|
type: string;
|
5465
5464
|
filename: string;
|
@@ -5497,9 +5496,10 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5497
5496
|
option: string;
|
5498
5497
|
filename: string;
|
5499
5498
|
originalFilename: string;
|
5500
|
-
}[] |
|
5499
|
+
}[] | undefined>;
|
5501
5500
|
requestId: string;
|
5502
5501
|
eventId: string;
|
5502
|
+
transactionId: string;
|
5503
5503
|
annotation?: Record<string, string | number | boolean | {
|
5504
5504
|
type: string;
|
5505
5505
|
filename: string;
|
@@ -5537,13 +5537,13 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5537
5537
|
option: string;
|
5538
5538
|
filename: string;
|
5539
5539
|
originalFilename: string;
|
5540
|
-
}[] |
|
5540
|
+
}[] | undefined> | undefined;
|
5541
5541
|
originalActionId?: string | undefined;
|
5542
5542
|
keepAssignment?: boolean | undefined;
|
5543
5543
|
}, {
|
5544
|
-
transactionId: string;
|
5545
5544
|
requestId: string;
|
5546
5545
|
eventId: string;
|
5546
|
+
transactionId: string;
|
5547
5547
|
type?: "APPROVE_CORRECTION" | undefined;
|
5548
5548
|
declaration?: Record<string, string | number | boolean | {
|
5549
5549
|
type: string;
|
@@ -5582,7 +5582,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5582
5582
|
option: string;
|
5583
5583
|
filename: string;
|
5584
5584
|
originalFilename: string;
|
5585
|
-
}[] |
|
5585
|
+
}[] | undefined> | undefined;
|
5586
5586
|
annotation?: Record<string, string | number | boolean | {
|
5587
5587
|
type: string;
|
5588
5588
|
filename: string;
|
@@ -5620,7 +5620,7 @@ export declare const ApproveCorrectionActionInput: z.ZodObject<z.objectUtil.exte
|
|
5620
5620
|
option: string;
|
5621
5621
|
filename: string;
|
5622
5622
|
originalFilename: string;
|
5623
|
-
}[] |
|
5623
|
+
}[] | undefined> | undefined;
|
5624
5624
|
originalActionId?: string | undefined;
|
5625
5625
|
keepAssignment?: boolean | undefined;
|
5626
5626
|
}>;
|
@@ -5628,7 +5628,7 @@ export type ApproveCorrectionActionInput = z.infer<typeof ApproveCorrectionActio
|
|
5628
5628
|
export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
5629
5629
|
eventId: z.ZodString;
|
5630
5630
|
transactionId: z.ZodString;
|
5631
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5631
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5632
5632
|
filename: z.ZodString;
|
5633
5633
|
originalFilename: z.ZodString;
|
5634
5634
|
type: z.ZodString;
|
@@ -5742,7 +5742,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5742
5742
|
addressLine3?: string | null | undefined;
|
5743
5743
|
postcodeOrZip?: string | null | undefined;
|
5744
5744
|
}>]>>>;
|
5745
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
5745
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
5746
5746
|
filename: z.ZodString;
|
5747
5747
|
originalFilename: z.ZodString;
|
5748
5748
|
type: z.ZodString;
|
@@ -5862,7 +5862,6 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5862
5862
|
type: z.ZodDefault<z.ZodLiteral<"READ">>;
|
5863
5863
|
}>, "strip", z.ZodTypeAny, {
|
5864
5864
|
type: "READ";
|
5865
|
-
transactionId: string;
|
5866
5865
|
declaration: Record<string, string | number | boolean | {
|
5867
5866
|
type: string;
|
5868
5867
|
filename: string;
|
@@ -5900,8 +5899,9 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5900
5899
|
option: string;
|
5901
5900
|
filename: string;
|
5902
5901
|
originalFilename: string;
|
5903
|
-
}[] |
|
5902
|
+
}[] | undefined>;
|
5904
5903
|
eventId: string;
|
5904
|
+
transactionId: string;
|
5905
5905
|
annotation?: Record<string, string | number | boolean | {
|
5906
5906
|
type: string;
|
5907
5907
|
filename: string;
|
@@ -5939,12 +5939,12 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5939
5939
|
option: string;
|
5940
5940
|
filename: string;
|
5941
5941
|
originalFilename: string;
|
5942
|
-
}[] |
|
5942
|
+
}[] | undefined> | undefined;
|
5943
5943
|
originalActionId?: string | undefined;
|
5944
5944
|
keepAssignment?: boolean | undefined;
|
5945
5945
|
}, {
|
5946
|
-
transactionId: string;
|
5947
5946
|
eventId: string;
|
5947
|
+
transactionId: string;
|
5948
5948
|
type?: "READ" | undefined;
|
5949
5949
|
declaration?: Record<string, string | number | boolean | {
|
5950
5950
|
type: string;
|
@@ -5983,7 +5983,7 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
5983
5983
|
option: string;
|
5984
5984
|
filename: string;
|
5985
5985
|
originalFilename: string;
|
5986
|
-
}[] |
|
5986
|
+
}[] | undefined> | undefined;
|
5987
5987
|
annotation?: Record<string, string | number | boolean | {
|
5988
5988
|
type: string;
|
5989
5989
|
filename: string;
|
@@ -6021,19 +6021,11 @@ export declare const ReadActionInput: z.ZodObject<z.objectUtil.extendShape<{
|
|
6021
6021
|
option: string;
|
6022
6022
|
filename: string;
|
6023
6023
|
originalFilename: string;
|
6024
|
-
}[] |
|
6024
|
+
}[] | undefined> | undefined;
|
6025
6025
|
originalActionId?: string | undefined;
|
6026
6026
|
keepAssignment?: boolean | undefined;
|
6027
6027
|
}>;
|
6028
6028
|
export type ReadActionInput = z.infer<typeof ReadActionInput>;
|
6029
|
-
export declare const DeleteActionInput: z.ZodObject<{
|
6030
|
-
eventId: z.ZodString;
|
6031
|
-
}, "strip", z.ZodTypeAny, {
|
6032
|
-
eventId: string;
|
6033
|
-
}, {
|
6034
|
-
eventId: string;
|
6035
|
-
}>;
|
6036
|
-
export type DeleteActionInput = z.infer<typeof DeleteActionInput>;
|
6037
6029
|
/**
|
6038
6030
|
* ActionInput types are used to validate the input data for the action.
|
6039
6031
|
* In our use case, we use it directly with TRPC to validate the input data for the action.
|
@@ -6045,7 +6037,7 @@ export type DeleteActionInput = z.infer<typeof DeleteActionInput>;
|
|
6045
6037
|
export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
6046
6038
|
eventId: z.ZodString;
|
6047
6039
|
transactionId: z.ZodString;
|
6048
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6040
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6049
6041
|
filename: z.ZodString;
|
6050
6042
|
originalFilename: z.ZodString;
|
6051
6043
|
type: z.ZodString;
|
@@ -6159,7 +6151,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6159
6151
|
addressLine3?: string | null | undefined;
|
6160
6152
|
postcodeOrZip?: string | null | undefined;
|
6161
6153
|
}>]>>>;
|
6162
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6154
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6163
6155
|
filename: z.ZodString;
|
6164
6156
|
originalFilename: z.ZodString;
|
6165
6157
|
type: z.ZodString;
|
@@ -6280,7 +6272,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6280
6272
|
createdAtLocation: z.ZodString;
|
6281
6273
|
}>, "strip", z.ZodTypeAny, {
|
6282
6274
|
type: "CREATE";
|
6283
|
-
transactionId: string;
|
6284
6275
|
declaration: Record<string, string | number | boolean | {
|
6285
6276
|
type: string;
|
6286
6277
|
filename: string;
|
@@ -6318,9 +6309,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6318
6309
|
option: string;
|
6319
6310
|
filename: string;
|
6320
6311
|
originalFilename: string;
|
6321
|
-
}[] |
|
6312
|
+
}[] | undefined>;
|
6322
6313
|
createdAtLocation: string;
|
6323
6314
|
eventId: string;
|
6315
|
+
transactionId: string;
|
6324
6316
|
annotation?: Record<string, string | number | boolean | {
|
6325
6317
|
type: string;
|
6326
6318
|
filename: string;
|
@@ -6358,13 +6350,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6358
6350
|
option: string;
|
6359
6351
|
filename: string;
|
6360
6352
|
originalFilename: string;
|
6361
|
-
}[] |
|
6353
|
+
}[] | undefined> | undefined;
|
6362
6354
|
originalActionId?: string | undefined;
|
6363
6355
|
keepAssignment?: boolean | undefined;
|
6364
6356
|
}, {
|
6365
|
-
transactionId: string;
|
6366
6357
|
createdAtLocation: string;
|
6367
6358
|
eventId: string;
|
6359
|
+
transactionId: string;
|
6368
6360
|
type?: "CREATE" | undefined;
|
6369
6361
|
declaration?: Record<string, string | number | boolean | {
|
6370
6362
|
type: string;
|
@@ -6403,7 +6395,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6403
6395
|
option: string;
|
6404
6396
|
filename: string;
|
6405
6397
|
originalFilename: string;
|
6406
|
-
}[] |
|
6398
|
+
}[] | undefined> | undefined;
|
6407
6399
|
annotation?: Record<string, string | number | boolean | {
|
6408
6400
|
type: string;
|
6409
6401
|
filename: string;
|
@@ -6441,13 +6433,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6441
6433
|
option: string;
|
6442
6434
|
filename: string;
|
6443
6435
|
originalFilename: string;
|
6444
|
-
}[] |
|
6436
|
+
}[] | undefined> | undefined;
|
6445
6437
|
originalActionId?: string | undefined;
|
6446
6438
|
keepAssignment?: boolean | undefined;
|
6447
6439
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
6448
6440
|
eventId: z.ZodString;
|
6449
6441
|
transactionId: z.ZodString;
|
6450
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6442
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6451
6443
|
filename: z.ZodString;
|
6452
6444
|
originalFilename: z.ZodString;
|
6453
6445
|
type: z.ZodString;
|
@@ -6561,7 +6553,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6561
6553
|
addressLine3?: string | null | undefined;
|
6562
6554
|
postcodeOrZip?: string | null | undefined;
|
6563
6555
|
}>]>>>;
|
6564
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6556
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6565
6557
|
filename: z.ZodString;
|
6566
6558
|
originalFilename: z.ZodString;
|
6567
6559
|
type: z.ZodString;
|
@@ -6682,7 +6674,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6682
6674
|
duplicates: z.ZodArray<z.ZodString, "many">;
|
6683
6675
|
}>, "strip", z.ZodTypeAny, {
|
6684
6676
|
type: "VALIDATE";
|
6685
|
-
transactionId: string;
|
6686
6677
|
declaration: Record<string, string | number | boolean | {
|
6687
6678
|
type: string;
|
6688
6679
|
filename: string;
|
@@ -6720,8 +6711,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6720
6711
|
option: string;
|
6721
6712
|
filename: string;
|
6722
6713
|
originalFilename: string;
|
6723
|
-
}[] |
|
6714
|
+
}[] | undefined>;
|
6724
6715
|
eventId: string;
|
6716
|
+
transactionId: string;
|
6725
6717
|
duplicates: string[];
|
6726
6718
|
annotation?: Record<string, string | number | boolean | {
|
6727
6719
|
type: string;
|
@@ -6760,12 +6752,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6760
6752
|
option: string;
|
6761
6753
|
filename: string;
|
6762
6754
|
originalFilename: string;
|
6763
|
-
}[] |
|
6755
|
+
}[] | undefined> | undefined;
|
6764
6756
|
originalActionId?: string | undefined;
|
6765
6757
|
keepAssignment?: boolean | undefined;
|
6766
6758
|
}, {
|
6767
|
-
transactionId: string;
|
6768
6759
|
eventId: string;
|
6760
|
+
transactionId: string;
|
6769
6761
|
duplicates: string[];
|
6770
6762
|
type?: "VALIDATE" | undefined;
|
6771
6763
|
declaration?: Record<string, string | number | boolean | {
|
@@ -6805,7 +6797,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6805
6797
|
option: string;
|
6806
6798
|
filename: string;
|
6807
6799
|
originalFilename: string;
|
6808
|
-
}[] |
|
6800
|
+
}[] | undefined> | undefined;
|
6809
6801
|
annotation?: Record<string, string | number | boolean | {
|
6810
6802
|
type: string;
|
6811
6803
|
filename: string;
|
@@ -6843,13 +6835,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6843
6835
|
option: string;
|
6844
6836
|
filename: string;
|
6845
6837
|
originalFilename: string;
|
6846
|
-
}[] |
|
6838
|
+
}[] | undefined> | undefined;
|
6847
6839
|
originalActionId?: string | undefined;
|
6848
6840
|
keepAssignment?: boolean | undefined;
|
6849
6841
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
6850
6842
|
eventId: z.ZodString;
|
6851
6843
|
transactionId: z.ZodString;
|
6852
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6844
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6853
6845
|
filename: z.ZodString;
|
6854
6846
|
originalFilename: z.ZodString;
|
6855
6847
|
type: z.ZodString;
|
@@ -6963,7 +6955,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
6963
6955
|
addressLine3?: string | null | undefined;
|
6964
6956
|
postcodeOrZip?: string | null | undefined;
|
6965
6957
|
}>]>>>;
|
6966
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
6958
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
6967
6959
|
filename: z.ZodString;
|
6968
6960
|
originalFilename: z.ZodString;
|
6969
6961
|
type: z.ZodString;
|
@@ -7084,7 +7076,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7084
7076
|
registrationNumber: z.ZodOptional<z.ZodString>;
|
7085
7077
|
}>, "strip", z.ZodTypeAny, {
|
7086
7078
|
type: "REGISTER";
|
7087
|
-
transactionId: string;
|
7088
7079
|
declaration: Record<string, string | number | boolean | {
|
7089
7080
|
type: string;
|
7090
7081
|
filename: string;
|
@@ -7122,8 +7113,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7122
7113
|
option: string;
|
7123
7114
|
filename: string;
|
7124
7115
|
originalFilename: string;
|
7125
|
-
}[] |
|
7116
|
+
}[] | undefined>;
|
7126
7117
|
eventId: string;
|
7118
|
+
transactionId: string;
|
7127
7119
|
annotation?: Record<string, string | number | boolean | {
|
7128
7120
|
type: string;
|
7129
7121
|
filename: string;
|
@@ -7161,13 +7153,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7161
7153
|
option: string;
|
7162
7154
|
filename: string;
|
7163
7155
|
originalFilename: string;
|
7164
|
-
}[] |
|
7156
|
+
}[] | undefined> | undefined;
|
7165
7157
|
originalActionId?: string | undefined;
|
7166
7158
|
registrationNumber?: string | undefined;
|
7167
7159
|
keepAssignment?: boolean | undefined;
|
7168
7160
|
}, {
|
7169
|
-
transactionId: string;
|
7170
7161
|
eventId: string;
|
7162
|
+
transactionId: string;
|
7171
7163
|
type?: "REGISTER" | undefined;
|
7172
7164
|
declaration?: Record<string, string | number | boolean | {
|
7173
7165
|
type: string;
|
@@ -7206,7 +7198,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7206
7198
|
option: string;
|
7207
7199
|
filename: string;
|
7208
7200
|
originalFilename: string;
|
7209
|
-
}[] |
|
7201
|
+
}[] | undefined> | undefined;
|
7210
7202
|
annotation?: Record<string, string | number | boolean | {
|
7211
7203
|
type: string;
|
7212
7204
|
filename: string;
|
@@ -7244,14 +7236,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7244
7236
|
option: string;
|
7245
7237
|
filename: string;
|
7246
7238
|
originalFilename: string;
|
7247
|
-
}[] |
|
7239
|
+
}[] | undefined> | undefined;
|
7248
7240
|
originalActionId?: string | undefined;
|
7249
7241
|
registrationNumber?: string | undefined;
|
7250
7242
|
keepAssignment?: boolean | undefined;
|
7251
7243
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
7252
7244
|
eventId: z.ZodString;
|
7253
7245
|
transactionId: z.ZodString;
|
7254
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7246
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7255
7247
|
filename: z.ZodString;
|
7256
7248
|
originalFilename: z.ZodString;
|
7257
7249
|
type: z.ZodString;
|
@@ -7365,7 +7357,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7365
7357
|
addressLine3?: string | null | undefined;
|
7366
7358
|
postcodeOrZip?: string | null | undefined;
|
7367
7359
|
}>]>>>;
|
7368
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7360
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7369
7361
|
filename: z.ZodString;
|
7370
7362
|
originalFilename: z.ZodString;
|
7371
7363
|
type: z.ZodString;
|
@@ -7485,7 +7477,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7485
7477
|
type: z.ZodDefault<z.ZodLiteral<"NOTIFY">>;
|
7486
7478
|
}>, "strip", z.ZodTypeAny, {
|
7487
7479
|
type: "NOTIFY";
|
7488
|
-
transactionId: string;
|
7489
7480
|
declaration: Record<string, string | number | boolean | {
|
7490
7481
|
type: string;
|
7491
7482
|
filename: string;
|
@@ -7523,8 +7514,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7523
7514
|
option: string;
|
7524
7515
|
filename: string;
|
7525
7516
|
originalFilename: string;
|
7526
|
-
}[] |
|
7517
|
+
}[] | undefined>;
|
7527
7518
|
eventId: string;
|
7519
|
+
transactionId: string;
|
7528
7520
|
annotation?: Record<string, string | number | boolean | {
|
7529
7521
|
type: string;
|
7530
7522
|
filename: string;
|
@@ -7562,12 +7554,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7562
7554
|
option: string;
|
7563
7555
|
filename: string;
|
7564
7556
|
originalFilename: string;
|
7565
|
-
}[] |
|
7557
|
+
}[] | undefined> | undefined;
|
7566
7558
|
originalActionId?: string | undefined;
|
7567
7559
|
keepAssignment?: boolean | undefined;
|
7568
7560
|
}, {
|
7569
|
-
transactionId: string;
|
7570
7561
|
eventId: string;
|
7562
|
+
transactionId: string;
|
7571
7563
|
type?: "NOTIFY" | undefined;
|
7572
7564
|
declaration?: Record<string, string | number | boolean | {
|
7573
7565
|
type: string;
|
@@ -7606,7 +7598,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7606
7598
|
option: string;
|
7607
7599
|
filename: string;
|
7608
7600
|
originalFilename: string;
|
7609
|
-
}[] |
|
7601
|
+
}[] | undefined> | undefined;
|
7610
7602
|
annotation?: Record<string, string | number | boolean | {
|
7611
7603
|
type: string;
|
7612
7604
|
filename: string;
|
@@ -7644,13 +7636,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7644
7636
|
option: string;
|
7645
7637
|
filename: string;
|
7646
7638
|
originalFilename: string;
|
7647
|
-
}[] |
|
7639
|
+
}[] | undefined> | undefined;
|
7648
7640
|
originalActionId?: string | undefined;
|
7649
7641
|
keepAssignment?: boolean | undefined;
|
7650
7642
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
7651
7643
|
eventId: z.ZodString;
|
7652
7644
|
transactionId: z.ZodString;
|
7653
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7645
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7654
7646
|
filename: z.ZodString;
|
7655
7647
|
originalFilename: z.ZodString;
|
7656
7648
|
type: z.ZodString;
|
@@ -7764,7 +7756,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7764
7756
|
addressLine3?: string | null | undefined;
|
7765
7757
|
postcodeOrZip?: string | null | undefined;
|
7766
7758
|
}>]>>>;
|
7767
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
7759
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
7768
7760
|
filename: z.ZodString;
|
7769
7761
|
originalFilename: z.ZodString;
|
7770
7762
|
type: z.ZodString;
|
@@ -7884,7 +7876,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7884
7876
|
type: z.ZodDefault<z.ZodLiteral<"DECLARE">>;
|
7885
7877
|
}>, "strip", z.ZodTypeAny, {
|
7886
7878
|
type: "DECLARE";
|
7887
|
-
transactionId: string;
|
7888
7879
|
declaration: Record<string, string | number | boolean | {
|
7889
7880
|
type: string;
|
7890
7881
|
filename: string;
|
@@ -7922,8 +7913,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7922
7913
|
option: string;
|
7923
7914
|
filename: string;
|
7924
7915
|
originalFilename: string;
|
7925
|
-
}[] |
|
7916
|
+
}[] | undefined>;
|
7926
7917
|
eventId: string;
|
7918
|
+
transactionId: string;
|
7927
7919
|
annotation?: Record<string, string | number | boolean | {
|
7928
7920
|
type: string;
|
7929
7921
|
filename: string;
|
@@ -7961,12 +7953,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
7961
7953
|
option: string;
|
7962
7954
|
filename: string;
|
7963
7955
|
originalFilename: string;
|
7964
|
-
}[] |
|
7956
|
+
}[] | undefined> | undefined;
|
7965
7957
|
originalActionId?: string | undefined;
|
7966
7958
|
keepAssignment?: boolean | undefined;
|
7967
7959
|
}, {
|
7968
|
-
transactionId: string;
|
7969
7960
|
eventId: string;
|
7961
|
+
transactionId: string;
|
7970
7962
|
type?: "DECLARE" | undefined;
|
7971
7963
|
declaration?: Record<string, string | number | boolean | {
|
7972
7964
|
type: string;
|
@@ -8005,7 +7997,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8005
7997
|
option: string;
|
8006
7998
|
filename: string;
|
8007
7999
|
originalFilename: string;
|
8008
|
-
}[] |
|
8000
|
+
}[] | undefined> | undefined;
|
8009
8001
|
annotation?: Record<string, string | number | boolean | {
|
8010
8002
|
type: string;
|
8011
8003
|
filename: string;
|
@@ -8043,13 +8035,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8043
8035
|
option: string;
|
8044
8036
|
filename: string;
|
8045
8037
|
originalFilename: string;
|
8046
|
-
}[] |
|
8038
|
+
}[] | undefined> | undefined;
|
8047
8039
|
originalActionId?: string | undefined;
|
8048
8040
|
keepAssignment?: boolean | undefined;
|
8049
8041
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8050
8042
|
eventId: z.ZodString;
|
8051
8043
|
transactionId: z.ZodString;
|
8052
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8044
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8053
8045
|
filename: z.ZodString;
|
8054
8046
|
originalFilename: z.ZodString;
|
8055
8047
|
type: z.ZodString;
|
@@ -8163,7 +8155,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8163
8155
|
addressLine3?: string | null | undefined;
|
8164
8156
|
postcodeOrZip?: string | null | undefined;
|
8165
8157
|
}>]>>>;
|
8166
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8158
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8167
8159
|
filename: z.ZodString;
|
8168
8160
|
originalFilename: z.ZodString;
|
8169
8161
|
type: z.ZodString;
|
@@ -8283,7 +8275,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8283
8275
|
type: z.ZodDefault<z.ZodLiteral<"REJECT">>;
|
8284
8276
|
}>, "strip", z.ZodTypeAny, {
|
8285
8277
|
type: "REJECT";
|
8286
|
-
transactionId: string;
|
8287
8278
|
declaration: Record<string, string | number | boolean | {
|
8288
8279
|
type: string;
|
8289
8280
|
filename: string;
|
@@ -8321,8 +8312,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8321
8312
|
option: string;
|
8322
8313
|
filename: string;
|
8323
8314
|
originalFilename: string;
|
8324
|
-
}[] |
|
8315
|
+
}[] | undefined>;
|
8325
8316
|
eventId: string;
|
8317
|
+
transactionId: string;
|
8326
8318
|
annotation?: Record<string, string | number | boolean | {
|
8327
8319
|
type: string;
|
8328
8320
|
filename: string;
|
@@ -8360,12 +8352,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8360
8352
|
option: string;
|
8361
8353
|
filename: string;
|
8362
8354
|
originalFilename: string;
|
8363
|
-
}[] |
|
8355
|
+
}[] | undefined> | undefined;
|
8364
8356
|
originalActionId?: string | undefined;
|
8365
8357
|
keepAssignment?: boolean | undefined;
|
8366
8358
|
}, {
|
8367
|
-
transactionId: string;
|
8368
8359
|
eventId: string;
|
8360
|
+
transactionId: string;
|
8369
8361
|
type?: "REJECT" | undefined;
|
8370
8362
|
declaration?: Record<string, string | number | boolean | {
|
8371
8363
|
type: string;
|
@@ -8404,7 +8396,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8404
8396
|
option: string;
|
8405
8397
|
filename: string;
|
8406
8398
|
originalFilename: string;
|
8407
|
-
}[] |
|
8399
|
+
}[] | undefined> | undefined;
|
8408
8400
|
annotation?: Record<string, string | number | boolean | {
|
8409
8401
|
type: string;
|
8410
8402
|
filename: string;
|
@@ -8442,13 +8434,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8442
8434
|
option: string;
|
8443
8435
|
filename: string;
|
8444
8436
|
originalFilename: string;
|
8445
|
-
}[] |
|
8437
|
+
}[] | undefined> | undefined;
|
8446
8438
|
originalActionId?: string | undefined;
|
8447
8439
|
keepAssignment?: boolean | undefined;
|
8448
8440
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8449
8441
|
eventId: z.ZodString;
|
8450
8442
|
transactionId: z.ZodString;
|
8451
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8443
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8452
8444
|
filename: z.ZodString;
|
8453
8445
|
originalFilename: z.ZodString;
|
8454
8446
|
type: z.ZodString;
|
@@ -8562,7 +8554,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8562
8554
|
addressLine3?: string | null | undefined;
|
8563
8555
|
postcodeOrZip?: string | null | undefined;
|
8564
8556
|
}>]>>>;
|
8565
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8557
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8566
8558
|
filename: z.ZodString;
|
8567
8559
|
originalFilename: z.ZodString;
|
8568
8560
|
type: z.ZodString;
|
@@ -8682,7 +8674,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8682
8674
|
type: z.ZodDefault<z.ZodLiteral<"MARKED_AS_DUPLICATE">>;
|
8683
8675
|
}>, "strip", z.ZodTypeAny, {
|
8684
8676
|
type: "MARKED_AS_DUPLICATE";
|
8685
|
-
transactionId: string;
|
8686
8677
|
declaration: Record<string, string | number | boolean | {
|
8687
8678
|
type: string;
|
8688
8679
|
filename: string;
|
@@ -8720,8 +8711,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8720
8711
|
option: string;
|
8721
8712
|
filename: string;
|
8722
8713
|
originalFilename: string;
|
8723
|
-
}[] |
|
8714
|
+
}[] | undefined>;
|
8724
8715
|
eventId: string;
|
8716
|
+
transactionId: string;
|
8725
8717
|
annotation?: Record<string, string | number | boolean | {
|
8726
8718
|
type: string;
|
8727
8719
|
filename: string;
|
@@ -8759,12 +8751,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8759
8751
|
option: string;
|
8760
8752
|
filename: string;
|
8761
8753
|
originalFilename: string;
|
8762
|
-
}[] |
|
8754
|
+
}[] | undefined> | undefined;
|
8763
8755
|
originalActionId?: string | undefined;
|
8764
8756
|
keepAssignment?: boolean | undefined;
|
8765
8757
|
}, {
|
8766
|
-
transactionId: string;
|
8767
8758
|
eventId: string;
|
8759
|
+
transactionId: string;
|
8768
8760
|
type?: "MARKED_AS_DUPLICATE" | undefined;
|
8769
8761
|
declaration?: Record<string, string | number | boolean | {
|
8770
8762
|
type: string;
|
@@ -8803,7 +8795,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8803
8795
|
option: string;
|
8804
8796
|
filename: string;
|
8805
8797
|
originalFilename: string;
|
8806
|
-
}[] |
|
8798
|
+
}[] | undefined> | undefined;
|
8807
8799
|
annotation?: Record<string, string | number | boolean | {
|
8808
8800
|
type: string;
|
8809
8801
|
filename: string;
|
@@ -8841,13 +8833,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8841
8833
|
option: string;
|
8842
8834
|
filename: string;
|
8843
8835
|
originalFilename: string;
|
8844
|
-
}[] |
|
8836
|
+
}[] | undefined> | undefined;
|
8845
8837
|
originalActionId?: string | undefined;
|
8846
8838
|
keepAssignment?: boolean | undefined;
|
8847
8839
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
8848
8840
|
eventId: z.ZodString;
|
8849
8841
|
transactionId: z.ZodString;
|
8850
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8842
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8851
8843
|
filename: z.ZodString;
|
8852
8844
|
originalFilename: z.ZodString;
|
8853
8845
|
type: z.ZodString;
|
@@ -8961,7 +8953,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
8961
8953
|
addressLine3?: string | null | undefined;
|
8962
8954
|
postcodeOrZip?: string | null | undefined;
|
8963
8955
|
}>]>>>;
|
8964
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
8956
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
8965
8957
|
filename: z.ZodString;
|
8966
8958
|
originalFilename: z.ZodString;
|
8967
8959
|
type: z.ZodString;
|
@@ -9081,7 +9073,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9081
9073
|
type: z.ZodDefault<z.ZodLiteral<"ARCHIVE">>;
|
9082
9074
|
}>, "strip", z.ZodTypeAny, {
|
9083
9075
|
type: "ARCHIVE";
|
9084
|
-
transactionId: string;
|
9085
9076
|
declaration: Record<string, string | number | boolean | {
|
9086
9077
|
type: string;
|
9087
9078
|
filename: string;
|
@@ -9119,8 +9110,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9119
9110
|
option: string;
|
9120
9111
|
filename: string;
|
9121
9112
|
originalFilename: string;
|
9122
|
-
}[] |
|
9113
|
+
}[] | undefined>;
|
9123
9114
|
eventId: string;
|
9115
|
+
transactionId: string;
|
9124
9116
|
annotation?: Record<string, string | number | boolean | {
|
9125
9117
|
type: string;
|
9126
9118
|
filename: string;
|
@@ -9158,12 +9150,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9158
9150
|
option: string;
|
9159
9151
|
filename: string;
|
9160
9152
|
originalFilename: string;
|
9161
|
-
}[] |
|
9153
|
+
}[] | undefined> | undefined;
|
9162
9154
|
originalActionId?: string | undefined;
|
9163
9155
|
keepAssignment?: boolean | undefined;
|
9164
9156
|
}, {
|
9165
|
-
transactionId: string;
|
9166
9157
|
eventId: string;
|
9158
|
+
transactionId: string;
|
9167
9159
|
type?: "ARCHIVE" | undefined;
|
9168
9160
|
declaration?: Record<string, string | number | boolean | {
|
9169
9161
|
type: string;
|
@@ -9202,7 +9194,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9202
9194
|
option: string;
|
9203
9195
|
filename: string;
|
9204
9196
|
originalFilename: string;
|
9205
|
-
}[] |
|
9197
|
+
}[] | undefined> | undefined;
|
9206
9198
|
annotation?: Record<string, string | number | boolean | {
|
9207
9199
|
type: string;
|
9208
9200
|
filename: string;
|
@@ -9240,13 +9232,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9240
9232
|
option: string;
|
9241
9233
|
filename: string;
|
9242
9234
|
originalFilename: string;
|
9243
|
-
}[] |
|
9235
|
+
}[] | undefined> | undefined;
|
9244
9236
|
originalActionId?: string | undefined;
|
9245
9237
|
keepAssignment?: boolean | undefined;
|
9246
9238
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
9247
9239
|
eventId: z.ZodString;
|
9248
9240
|
transactionId: z.ZodString;
|
9249
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9241
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9250
9242
|
filename: z.ZodString;
|
9251
9243
|
originalFilename: z.ZodString;
|
9252
9244
|
type: z.ZodString;
|
@@ -9360,7 +9352,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9360
9352
|
addressLine3?: string | null | undefined;
|
9361
9353
|
postcodeOrZip?: string | null | undefined;
|
9362
9354
|
}>]>>>;
|
9363
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9355
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9364
9356
|
filename: z.ZodString;
|
9365
9357
|
originalFilename: z.ZodString;
|
9366
9358
|
type: z.ZodString;
|
@@ -9481,7 +9473,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9481
9473
|
assignedTo: z.ZodString;
|
9482
9474
|
}>, "strip", z.ZodTypeAny, {
|
9483
9475
|
type: "ASSIGN";
|
9484
|
-
transactionId: string;
|
9485
9476
|
declaration: Record<string, string | number | boolean | {
|
9486
9477
|
type: string;
|
9487
9478
|
filename: string;
|
@@ -9519,9 +9510,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9519
9510
|
option: string;
|
9520
9511
|
filename: string;
|
9521
9512
|
originalFilename: string;
|
9522
|
-
}[] |
|
9513
|
+
}[] | undefined>;
|
9523
9514
|
assignedTo: string;
|
9524
9515
|
eventId: string;
|
9516
|
+
transactionId: string;
|
9525
9517
|
annotation?: Record<string, string | number | boolean | {
|
9526
9518
|
type: string;
|
9527
9519
|
filename: string;
|
@@ -9559,13 +9551,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9559
9551
|
option: string;
|
9560
9552
|
filename: string;
|
9561
9553
|
originalFilename: string;
|
9562
|
-
}[] |
|
9554
|
+
}[] | undefined> | undefined;
|
9563
9555
|
originalActionId?: string | undefined;
|
9564
9556
|
keepAssignment?: boolean | undefined;
|
9565
9557
|
}, {
|
9566
|
-
transactionId: string;
|
9567
9558
|
assignedTo: string;
|
9568
9559
|
eventId: string;
|
9560
|
+
transactionId: string;
|
9569
9561
|
type?: "ASSIGN" | undefined;
|
9570
9562
|
declaration?: Record<string, string | number | boolean | {
|
9571
9563
|
type: string;
|
@@ -9604,7 +9596,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9604
9596
|
option: string;
|
9605
9597
|
filename: string;
|
9606
9598
|
originalFilename: string;
|
9607
|
-
}[] |
|
9599
|
+
}[] | undefined> | undefined;
|
9608
9600
|
annotation?: Record<string, string | number | boolean | {
|
9609
9601
|
type: string;
|
9610
9602
|
filename: string;
|
@@ -9642,13 +9634,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9642
9634
|
option: string;
|
9643
9635
|
filename: string;
|
9644
9636
|
originalFilename: string;
|
9645
|
-
}[] |
|
9637
|
+
}[] | undefined> | undefined;
|
9646
9638
|
originalActionId?: string | undefined;
|
9647
9639
|
keepAssignment?: boolean | undefined;
|
9648
9640
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
9649
9641
|
eventId: z.ZodString;
|
9650
9642
|
transactionId: z.ZodString;
|
9651
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9643
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9652
9644
|
filename: z.ZodString;
|
9653
9645
|
originalFilename: z.ZodString;
|
9654
9646
|
type: z.ZodString;
|
@@ -9762,7 +9754,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9762
9754
|
addressLine3?: string | null | undefined;
|
9763
9755
|
postcodeOrZip?: string | null | undefined;
|
9764
9756
|
}>]>>>;
|
9765
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
9757
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
9766
9758
|
filename: z.ZodString;
|
9767
9759
|
originalFilename: z.ZodString;
|
9768
9760
|
type: z.ZodString;
|
@@ -9883,7 +9875,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9883
9875
|
assignedTo: z.ZodDefault<z.ZodLiteral<null>>;
|
9884
9876
|
}>, "strip", z.ZodTypeAny, {
|
9885
9877
|
type: "UNASSIGN";
|
9886
|
-
transactionId: string;
|
9887
9878
|
declaration: Record<string, string | number | boolean | {
|
9888
9879
|
type: string;
|
9889
9880
|
filename: string;
|
@@ -9921,9 +9912,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9921
9912
|
option: string;
|
9922
9913
|
filename: string;
|
9923
9914
|
originalFilename: string;
|
9924
|
-
}[] |
|
9915
|
+
}[] | undefined>;
|
9925
9916
|
assignedTo: null;
|
9926
9917
|
eventId: string;
|
9918
|
+
transactionId: string;
|
9927
9919
|
annotation?: Record<string, string | number | boolean | {
|
9928
9920
|
type: string;
|
9929
9921
|
filename: string;
|
@@ -9961,12 +9953,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
9961
9953
|
option: string;
|
9962
9954
|
filename: string;
|
9963
9955
|
originalFilename: string;
|
9964
|
-
}[] |
|
9956
|
+
}[] | undefined> | undefined;
|
9965
9957
|
originalActionId?: string | undefined;
|
9966
9958
|
keepAssignment?: boolean | undefined;
|
9967
9959
|
}, {
|
9968
|
-
transactionId: string;
|
9969
9960
|
eventId: string;
|
9961
|
+
transactionId: string;
|
9970
9962
|
type?: "UNASSIGN" | undefined;
|
9971
9963
|
declaration?: Record<string, string | number | boolean | {
|
9972
9964
|
type: string;
|
@@ -10005,7 +9997,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10005
9997
|
option: string;
|
10006
9998
|
filename: string;
|
10007
9999
|
originalFilename: string;
|
10008
|
-
}[] |
|
10000
|
+
}[] | undefined> | undefined;
|
10009
10001
|
annotation?: Record<string, string | number | boolean | {
|
10010
10002
|
type: string;
|
10011
10003
|
filename: string;
|
@@ -10043,14 +10035,14 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10043
10035
|
option: string;
|
10044
10036
|
filename: string;
|
10045
10037
|
originalFilename: string;
|
10046
|
-
}[] |
|
10038
|
+
}[] | undefined> | undefined;
|
10047
10039
|
originalActionId?: string | undefined;
|
10048
10040
|
assignedTo?: null | undefined;
|
10049
10041
|
keepAssignment?: boolean | undefined;
|
10050
10042
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10051
10043
|
eventId: z.ZodString;
|
10052
10044
|
transactionId: z.ZodString;
|
10053
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10045
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10054
10046
|
filename: z.ZodString;
|
10055
10047
|
originalFilename: z.ZodString;
|
10056
10048
|
type: z.ZodString;
|
@@ -10164,7 +10156,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10164
10156
|
addressLine3?: string | null | undefined;
|
10165
10157
|
postcodeOrZip?: string | null | undefined;
|
10166
10158
|
}>]>>>;
|
10167
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10159
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10168
10160
|
filename: z.ZodString;
|
10169
10161
|
originalFilename: z.ZodString;
|
10170
10162
|
type: z.ZodString;
|
@@ -10284,7 +10276,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10284
10276
|
type: z.ZodDefault<z.ZodLiteral<"PRINT_CERTIFICATE">>;
|
10285
10277
|
}>, "strip", z.ZodTypeAny, {
|
10286
10278
|
type: "PRINT_CERTIFICATE";
|
10287
|
-
transactionId: string;
|
10288
10279
|
declaration: Record<string, string | number | boolean | {
|
10289
10280
|
type: string;
|
10290
10281
|
filename: string;
|
@@ -10322,8 +10313,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10322
10313
|
option: string;
|
10323
10314
|
filename: string;
|
10324
10315
|
originalFilename: string;
|
10325
|
-
}[] |
|
10316
|
+
}[] | undefined>;
|
10326
10317
|
eventId: string;
|
10318
|
+
transactionId: string;
|
10327
10319
|
annotation?: Record<string, string | number | boolean | {
|
10328
10320
|
type: string;
|
10329
10321
|
filename: string;
|
@@ -10361,12 +10353,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10361
10353
|
option: string;
|
10362
10354
|
filename: string;
|
10363
10355
|
originalFilename: string;
|
10364
|
-
}[] |
|
10356
|
+
}[] | undefined> | undefined;
|
10365
10357
|
originalActionId?: string | undefined;
|
10366
10358
|
keepAssignment?: boolean | undefined;
|
10367
10359
|
}, {
|
10368
|
-
transactionId: string;
|
10369
10360
|
eventId: string;
|
10361
|
+
transactionId: string;
|
10370
10362
|
type?: "PRINT_CERTIFICATE" | undefined;
|
10371
10363
|
declaration?: Record<string, string | number | boolean | {
|
10372
10364
|
type: string;
|
@@ -10405,7 +10397,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10405
10397
|
option: string;
|
10406
10398
|
filename: string;
|
10407
10399
|
originalFilename: string;
|
10408
|
-
}[] |
|
10400
|
+
}[] | undefined> | undefined;
|
10409
10401
|
annotation?: Record<string, string | number | boolean | {
|
10410
10402
|
type: string;
|
10411
10403
|
filename: string;
|
@@ -10443,13 +10435,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10443
10435
|
option: string;
|
10444
10436
|
filename: string;
|
10445
10437
|
originalFilename: string;
|
10446
|
-
}[] |
|
10438
|
+
}[] | undefined> | undefined;
|
10447
10439
|
originalActionId?: string | undefined;
|
10448
10440
|
keepAssignment?: boolean | undefined;
|
10449
10441
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10450
10442
|
eventId: z.ZodString;
|
10451
10443
|
transactionId: z.ZodString;
|
10452
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10444
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10453
10445
|
filename: z.ZodString;
|
10454
10446
|
originalFilename: z.ZodString;
|
10455
10447
|
type: z.ZodString;
|
@@ -10563,7 +10555,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10563
10555
|
addressLine3?: string | null | undefined;
|
10564
10556
|
postcodeOrZip?: string | null | undefined;
|
10565
10557
|
}>]>>>;
|
10566
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10558
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10567
10559
|
filename: z.ZodString;
|
10568
10560
|
originalFilename: z.ZodString;
|
10569
10561
|
type: z.ZodString;
|
@@ -10683,7 +10675,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10683
10675
|
type: z.ZodDefault<z.ZodLiteral<"REQUEST_CORRECTION">>;
|
10684
10676
|
}>, "strip", z.ZodTypeAny, {
|
10685
10677
|
type: "REQUEST_CORRECTION";
|
10686
|
-
transactionId: string;
|
10687
10678
|
declaration: Record<string, string | number | boolean | {
|
10688
10679
|
type: string;
|
10689
10680
|
filename: string;
|
@@ -10721,8 +10712,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10721
10712
|
option: string;
|
10722
10713
|
filename: string;
|
10723
10714
|
originalFilename: string;
|
10724
|
-
}[] |
|
10715
|
+
}[] | undefined>;
|
10725
10716
|
eventId: string;
|
10717
|
+
transactionId: string;
|
10726
10718
|
annotation?: Record<string, string | number | boolean | {
|
10727
10719
|
type: string;
|
10728
10720
|
filename: string;
|
@@ -10760,12 +10752,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10760
10752
|
option: string;
|
10761
10753
|
filename: string;
|
10762
10754
|
originalFilename: string;
|
10763
|
-
}[] |
|
10755
|
+
}[] | undefined> | undefined;
|
10764
10756
|
originalActionId?: string | undefined;
|
10765
10757
|
keepAssignment?: boolean | undefined;
|
10766
10758
|
}, {
|
10767
|
-
transactionId: string;
|
10768
10759
|
eventId: string;
|
10760
|
+
transactionId: string;
|
10769
10761
|
type?: "REQUEST_CORRECTION" | undefined;
|
10770
10762
|
declaration?: Record<string, string | number | boolean | {
|
10771
10763
|
type: string;
|
@@ -10804,7 +10796,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10804
10796
|
option: string;
|
10805
10797
|
filename: string;
|
10806
10798
|
originalFilename: string;
|
10807
|
-
}[] |
|
10799
|
+
}[] | undefined> | undefined;
|
10808
10800
|
annotation?: Record<string, string | number | boolean | {
|
10809
10801
|
type: string;
|
10810
10802
|
filename: string;
|
@@ -10842,13 +10834,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10842
10834
|
option: string;
|
10843
10835
|
filename: string;
|
10844
10836
|
originalFilename: string;
|
10845
|
-
}[] |
|
10837
|
+
}[] | undefined> | undefined;
|
10846
10838
|
originalActionId?: string | undefined;
|
10847
10839
|
keepAssignment?: boolean | undefined;
|
10848
10840
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
10849
10841
|
eventId: z.ZodString;
|
10850
10842
|
transactionId: z.ZodString;
|
10851
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10843
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10852
10844
|
filename: z.ZodString;
|
10853
10845
|
originalFilename: z.ZodString;
|
10854
10846
|
type: z.ZodString;
|
@@ -10962,7 +10954,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
10962
10954
|
addressLine3?: string | null | undefined;
|
10963
10955
|
postcodeOrZip?: string | null | undefined;
|
10964
10956
|
}>]>>>;
|
10965
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
10957
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
10966
10958
|
filename: z.ZodString;
|
10967
10959
|
originalFilename: z.ZodString;
|
10968
10960
|
type: z.ZodString;
|
@@ -11083,7 +11075,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11083
11075
|
type: z.ZodDefault<z.ZodLiteral<"REJECT_CORRECTION">>;
|
11084
11076
|
}>, "strip", z.ZodTypeAny, {
|
11085
11077
|
type: "REJECT_CORRECTION";
|
11086
|
-
transactionId: string;
|
11087
11078
|
declaration: Record<string, string | number | boolean | {
|
11088
11079
|
type: string;
|
11089
11080
|
filename: string;
|
@@ -11121,9 +11112,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11121
11112
|
option: string;
|
11122
11113
|
filename: string;
|
11123
11114
|
originalFilename: string;
|
11124
|
-
}[] |
|
11115
|
+
}[] | undefined>;
|
11125
11116
|
requestId: string;
|
11126
11117
|
eventId: string;
|
11118
|
+
transactionId: string;
|
11127
11119
|
annotation?: Record<string, string | number | boolean | {
|
11128
11120
|
type: string;
|
11129
11121
|
filename: string;
|
@@ -11161,13 +11153,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11161
11153
|
option: string;
|
11162
11154
|
filename: string;
|
11163
11155
|
originalFilename: string;
|
11164
|
-
}[] |
|
11156
|
+
}[] | undefined> | undefined;
|
11165
11157
|
originalActionId?: string | undefined;
|
11166
11158
|
keepAssignment?: boolean | undefined;
|
11167
11159
|
}, {
|
11168
|
-
transactionId: string;
|
11169
11160
|
requestId: string;
|
11170
11161
|
eventId: string;
|
11162
|
+
transactionId: string;
|
11171
11163
|
type?: "REJECT_CORRECTION" | undefined;
|
11172
11164
|
declaration?: Record<string, string | number | boolean | {
|
11173
11165
|
type: string;
|
@@ -11206,7 +11198,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11206
11198
|
option: string;
|
11207
11199
|
filename: string;
|
11208
11200
|
originalFilename: string;
|
11209
|
-
}[] |
|
11201
|
+
}[] | undefined> | undefined;
|
11210
11202
|
annotation?: Record<string, string | number | boolean | {
|
11211
11203
|
type: string;
|
11212
11204
|
filename: string;
|
@@ -11244,13 +11236,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11244
11236
|
option: string;
|
11245
11237
|
filename: string;
|
11246
11238
|
originalFilename: string;
|
11247
|
-
}[] |
|
11239
|
+
}[] | undefined> | undefined;
|
11248
11240
|
originalActionId?: string | undefined;
|
11249
11241
|
keepAssignment?: boolean | undefined;
|
11250
11242
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
11251
11243
|
eventId: z.ZodString;
|
11252
11244
|
transactionId: z.ZodString;
|
11253
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11245
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11254
11246
|
filename: z.ZodString;
|
11255
11247
|
originalFilename: z.ZodString;
|
11256
11248
|
type: z.ZodString;
|
@@ -11364,7 +11356,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11364
11356
|
addressLine3?: string | null | undefined;
|
11365
11357
|
postcodeOrZip?: string | null | undefined;
|
11366
11358
|
}>]>>>;
|
11367
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11359
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11368
11360
|
filename: z.ZodString;
|
11369
11361
|
originalFilename: z.ZodString;
|
11370
11362
|
type: z.ZodString;
|
@@ -11485,7 +11477,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11485
11477
|
type: z.ZodDefault<z.ZodLiteral<"APPROVE_CORRECTION">>;
|
11486
11478
|
}>, "strip", z.ZodTypeAny, {
|
11487
11479
|
type: "APPROVE_CORRECTION";
|
11488
|
-
transactionId: string;
|
11489
11480
|
declaration: Record<string, string | number | boolean | {
|
11490
11481
|
type: string;
|
11491
11482
|
filename: string;
|
@@ -11523,9 +11514,10 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11523
11514
|
option: string;
|
11524
11515
|
filename: string;
|
11525
11516
|
originalFilename: string;
|
11526
|
-
}[] |
|
11517
|
+
}[] | undefined>;
|
11527
11518
|
requestId: string;
|
11528
11519
|
eventId: string;
|
11520
|
+
transactionId: string;
|
11529
11521
|
annotation?: Record<string, string | number | boolean | {
|
11530
11522
|
type: string;
|
11531
11523
|
filename: string;
|
@@ -11563,13 +11555,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11563
11555
|
option: string;
|
11564
11556
|
filename: string;
|
11565
11557
|
originalFilename: string;
|
11566
|
-
}[] |
|
11558
|
+
}[] | undefined> | undefined;
|
11567
11559
|
originalActionId?: string | undefined;
|
11568
11560
|
keepAssignment?: boolean | undefined;
|
11569
11561
|
}, {
|
11570
|
-
transactionId: string;
|
11571
11562
|
requestId: string;
|
11572
11563
|
eventId: string;
|
11564
|
+
transactionId: string;
|
11573
11565
|
type?: "APPROVE_CORRECTION" | undefined;
|
11574
11566
|
declaration?: Record<string, string | number | boolean | {
|
11575
11567
|
type: string;
|
@@ -11608,7 +11600,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11608
11600
|
option: string;
|
11609
11601
|
filename: string;
|
11610
11602
|
originalFilename: string;
|
11611
|
-
}[] |
|
11603
|
+
}[] | undefined> | undefined;
|
11612
11604
|
annotation?: Record<string, string | number | boolean | {
|
11613
11605
|
type: string;
|
11614
11606
|
filename: string;
|
@@ -11646,13 +11638,13 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11646
11638
|
option: string;
|
11647
11639
|
filename: string;
|
11648
11640
|
originalFilename: string;
|
11649
|
-
}[] |
|
11641
|
+
}[] | undefined> | undefined;
|
11650
11642
|
originalActionId?: string | undefined;
|
11651
11643
|
keepAssignment?: boolean | undefined;
|
11652
11644
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
11653
11645
|
eventId: z.ZodString;
|
11654
11646
|
transactionId: z.ZodString;
|
11655
|
-
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11647
|
+
declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11656
11648
|
filename: z.ZodString;
|
11657
11649
|
originalFilename: z.ZodString;
|
11658
11650
|
type: z.ZodString;
|
@@ -11766,7 +11758,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11766
11758
|
addressLine3?: string | null | undefined;
|
11767
11759
|
postcodeOrZip?: string | null | undefined;
|
11768
11760
|
}>]>>>;
|
11769
|
-
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.
|
11761
|
+
annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
11770
11762
|
filename: z.ZodString;
|
11771
11763
|
originalFilename: z.ZodString;
|
11772
11764
|
type: z.ZodString;
|
@@ -11886,7 +11878,6 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11886
11878
|
type: z.ZodDefault<z.ZodLiteral<"READ">>;
|
11887
11879
|
}>, "strip", z.ZodTypeAny, {
|
11888
11880
|
type: "READ";
|
11889
|
-
transactionId: string;
|
11890
11881
|
declaration: Record<string, string | number | boolean | {
|
11891
11882
|
type: string;
|
11892
11883
|
filename: string;
|
@@ -11924,8 +11915,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11924
11915
|
option: string;
|
11925
11916
|
filename: string;
|
11926
11917
|
originalFilename: string;
|
11927
|
-
}[] |
|
11918
|
+
}[] | undefined>;
|
11928
11919
|
eventId: string;
|
11920
|
+
transactionId: string;
|
11929
11921
|
annotation?: Record<string, string | number | boolean | {
|
11930
11922
|
type: string;
|
11931
11923
|
filename: string;
|
@@ -11963,12 +11955,12 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
11963
11955
|
option: string;
|
11964
11956
|
filename: string;
|
11965
11957
|
originalFilename: string;
|
11966
|
-
}[] |
|
11958
|
+
}[] | undefined> | undefined;
|
11967
11959
|
originalActionId?: string | undefined;
|
11968
11960
|
keepAssignment?: boolean | undefined;
|
11969
11961
|
}, {
|
11970
|
-
transactionId: string;
|
11971
11962
|
eventId: string;
|
11963
|
+
transactionId: string;
|
11972
11964
|
type?: "READ" | undefined;
|
11973
11965
|
declaration?: Record<string, string | number | boolean | {
|
11974
11966
|
type: string;
|
@@ -12007,7 +11999,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12007
11999
|
option: string;
|
12008
12000
|
filename: string;
|
12009
12001
|
originalFilename: string;
|
12010
|
-
}[] |
|
12002
|
+
}[] | undefined> | undefined;
|
12011
12003
|
annotation?: Record<string, string | number | boolean | {
|
12012
12004
|
type: string;
|
12013
12005
|
filename: string;
|
@@ -12045,7 +12037,7 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
|
|
12045
12037
|
option: string;
|
12046
12038
|
filename: string;
|
12047
12039
|
originalFilename: string;
|
12048
|
-
}[] |
|
12040
|
+
}[] | undefined> | undefined;
|
12049
12041
|
originalActionId?: string | undefined;
|
12050
12042
|
keepAssignment?: boolean | undefined;
|
12051
12043
|
}>]>;
|