@opencrvs/toolkit 1.8.0-rc.fb8e005 → 1.8.0-rc.fb96ec1
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 +9779 -578
- package/dist/commons/events/ActionConfig.d.ts +0 -2856
- package/dist/commons/events/ActionDocument.d.ts +696 -696
- package/dist/commons/events/ActionInput.d.ts +600 -600
- package/dist/commons/events/ActionType.d.ts +2 -0
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -18
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/Draft.d.ts +48 -48
- package/dist/commons/events/EventConfig.d.ts +0 -1432
- package/dist/commons/events/EventDocument.d.ts +432 -432
- package/dist/commons/events/EventIndex.d.ts +10 -10
- package/dist/commons/events/FieldConfig.d.ts +0 -179
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +0 -1200
- package/dist/commons/events/PageConfig.d.ts +0 -288
- package/dist/commons/events/defineConfig.d.ts +0 -308
- package/dist/commons/events/test.utils.d.ts +12 -12
- package/dist/commons/events/utils.d.ts +8 -456
- package/dist/events/index.js +40 -43
- package/package.json +1 -1
@@ -116,16 +116,16 @@ export declare const ActionUpdate: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodStr
|
|
116
116
|
addressLine3?: string | null | undefined;
|
117
117
|
postcodeOrZip?: string | null | undefined;
|
118
118
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
119
|
-
firstname: z.
|
120
|
-
surname: z.
|
119
|
+
firstname: z.ZodString;
|
120
|
+
surname: z.ZodString;
|
121
121
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
123
|
-
firstname
|
124
|
-
surname
|
123
|
+
firstname: string;
|
124
|
+
surname: string;
|
125
125
|
middlename?: string | null | undefined;
|
126
126
|
}, {
|
127
|
-
firstname
|
128
|
-
surname
|
127
|
+
firstname: string;
|
128
|
+
surname: string;
|
129
129
|
middlename?: string | null | undefined;
|
130
130
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
131
131
|
export type ActionUpdate = z.infer<typeof ActionUpdate>;
|
@@ -258,16 +258,16 @@ export declare const EventState: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodStrin
|
|
258
258
|
surname: string;
|
259
259
|
middlename?: string | undefined;
|
260
260
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
261
|
-
firstname: z.
|
262
|
-
surname: z.
|
261
|
+
firstname: z.ZodString;
|
262
|
+
surname: z.ZodString;
|
263
263
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
264
264
|
}, "strip", z.ZodTypeAny, {
|
265
|
-
firstname
|
266
|
-
surname
|
265
|
+
firstname: string;
|
266
|
+
surname: string;
|
267
267
|
middlename?: string | null | undefined;
|
268
268
|
}, {
|
269
|
-
firstname
|
270
|
-
surname
|
269
|
+
firstname: string;
|
270
|
+
surname: string;
|
271
271
|
middlename?: string | null | undefined;
|
272
272
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
273
273
|
export type EventState = z.infer<typeof EventState>;
|
@@ -400,16 +400,16 @@ export declare const ActionBase: z.ZodObject<{
|
|
400
400
|
addressLine3?: string | null | undefined;
|
401
401
|
postcodeOrZip?: string | null | undefined;
|
402
402
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
403
|
-
firstname: z.
|
404
|
-
surname: z.
|
403
|
+
firstname: z.ZodString;
|
404
|
+
surname: z.ZodString;
|
405
405
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
406
406
|
}, "strip", z.ZodTypeAny, {
|
407
|
-
firstname
|
408
|
-
surname
|
407
|
+
firstname: string;
|
408
|
+
surname: string;
|
409
409
|
middlename?: string | null | undefined;
|
410
410
|
}, {
|
411
|
-
firstname
|
412
|
-
surname
|
411
|
+
firstname: string;
|
412
|
+
surname: string;
|
413
413
|
middlename?: string | null | undefined;
|
414
414
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
415
415
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -526,16 +526,16 @@ export declare const ActionBase: z.ZodObject<{
|
|
526
526
|
addressLine3?: string | null | undefined;
|
527
527
|
postcodeOrZip?: string | null | undefined;
|
528
528
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
529
|
-
firstname: z.
|
530
|
-
surname: z.
|
529
|
+
firstname: z.ZodString;
|
530
|
+
surname: z.ZodString;
|
531
531
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
532
532
|
}, "strip", z.ZodTypeAny, {
|
533
|
-
firstname
|
534
|
-
surname
|
533
|
+
firstname: string;
|
534
|
+
surname: string;
|
535
535
|
middlename?: string | null | undefined;
|
536
536
|
}, {
|
537
|
-
firstname
|
538
|
-
surname
|
537
|
+
firstname: string;
|
538
|
+
surname: string;
|
539
539
|
middlename?: string | null | undefined;
|
540
540
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
541
541
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -564,8 +564,8 @@ export declare const ActionBase: z.ZodObject<{
|
|
564
564
|
street?: string | null | undefined;
|
565
565
|
zipCode?: string | null | undefined;
|
566
566
|
} | {
|
567
|
-
firstname
|
568
|
-
surname
|
567
|
+
firstname: string;
|
568
|
+
surname: string;
|
569
569
|
middlename?: string | null | undefined;
|
570
570
|
} | {
|
571
571
|
country: string;
|
@@ -608,8 +608,8 @@ export declare const ActionBase: z.ZodObject<{
|
|
608
608
|
street?: string | null | undefined;
|
609
609
|
zipCode?: string | null | undefined;
|
610
610
|
} | {
|
611
|
-
firstname
|
612
|
-
surname
|
611
|
+
firstname: string;
|
612
|
+
surname: string;
|
613
613
|
middlename?: string | null | undefined;
|
614
614
|
} | {
|
615
615
|
country: string;
|
@@ -659,8 +659,8 @@ export declare const ActionBase: z.ZodObject<{
|
|
659
659
|
street?: string | null | undefined;
|
660
660
|
zipCode?: string | null | undefined;
|
661
661
|
} | {
|
662
|
-
firstname
|
663
|
-
surname
|
662
|
+
firstname: string;
|
663
|
+
surname: string;
|
664
664
|
middlename?: string | null | undefined;
|
665
665
|
} | {
|
666
666
|
country: string;
|
@@ -703,8 +703,8 @@ export declare const ActionBase: z.ZodObject<{
|
|
703
703
|
street?: string | null | undefined;
|
704
704
|
zipCode?: string | null | undefined;
|
705
705
|
} | {
|
706
|
-
firstname
|
707
|
-
surname
|
706
|
+
firstname: string;
|
707
|
+
surname: string;
|
708
708
|
middlename?: string | null | undefined;
|
709
709
|
} | {
|
710
710
|
country: string;
|
@@ -855,16 +855,16 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
855
855
|
addressLine3?: string | null | undefined;
|
856
856
|
postcodeOrZip?: string | null | undefined;
|
857
857
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
858
|
-
firstname: z.
|
859
|
-
surname: z.
|
858
|
+
firstname: z.ZodString;
|
859
|
+
surname: z.ZodString;
|
860
860
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
862
|
-
firstname
|
863
|
-
surname
|
862
|
+
firstname: string;
|
863
|
+
surname: string;
|
864
864
|
middlename?: string | null | undefined;
|
865
865
|
}, {
|
866
|
-
firstname
|
867
|
-
surname
|
866
|
+
firstname: string;
|
867
|
+
surname: string;
|
868
868
|
middlename?: string | null | undefined;
|
869
869
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
870
870
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -981,16 +981,16 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
981
981
|
addressLine3?: string | null | undefined;
|
982
982
|
postcodeOrZip?: string | null | undefined;
|
983
983
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
984
|
-
firstname: z.
|
985
|
-
surname: z.
|
984
|
+
firstname: z.ZodString;
|
985
|
+
surname: z.ZodString;
|
986
986
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
987
987
|
}, "strip", z.ZodTypeAny, {
|
988
|
-
firstname
|
989
|
-
surname
|
988
|
+
firstname: string;
|
989
|
+
surname: string;
|
990
990
|
middlename?: string | null | undefined;
|
991
991
|
}, {
|
992
|
-
firstname
|
993
|
-
surname
|
992
|
+
firstname: string;
|
993
|
+
surname: string;
|
994
994
|
middlename?: string | null | undefined;
|
995
995
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
996
996
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -1023,8 +1023,8 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1023
1023
|
street?: string | null | undefined;
|
1024
1024
|
zipCode?: string | null | undefined;
|
1025
1025
|
} | {
|
1026
|
-
firstname
|
1027
|
-
surname
|
1026
|
+
firstname: string;
|
1027
|
+
surname: string;
|
1028
1028
|
middlename?: string | null | undefined;
|
1029
1029
|
} | {
|
1030
1030
|
country: string;
|
@@ -1067,8 +1067,8 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1067
1067
|
street?: string | null | undefined;
|
1068
1068
|
zipCode?: string | null | undefined;
|
1069
1069
|
} | {
|
1070
|
-
firstname
|
1071
|
-
surname
|
1070
|
+
firstname: string;
|
1071
|
+
surname: string;
|
1072
1072
|
middlename?: string | null | undefined;
|
1073
1073
|
} | {
|
1074
1074
|
country: string;
|
@@ -1120,8 +1120,8 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1120
1120
|
street?: string | null | undefined;
|
1121
1121
|
zipCode?: string | null | undefined;
|
1122
1122
|
} | {
|
1123
|
-
firstname
|
1124
|
-
surname
|
1123
|
+
firstname: string;
|
1124
|
+
surname: string;
|
1125
1125
|
middlename?: string | null | undefined;
|
1126
1126
|
} | {
|
1127
1127
|
country: string;
|
@@ -1164,8 +1164,8 @@ export declare const RegisterAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1164
1164
|
street?: string | null | undefined;
|
1165
1165
|
zipCode?: string | null | undefined;
|
1166
1166
|
} | {
|
1167
|
-
firstname
|
1168
|
-
surname
|
1167
|
+
firstname: string;
|
1168
|
+
surname: string;
|
1169
1169
|
middlename?: string | null | undefined;
|
1170
1170
|
} | {
|
1171
1171
|
country: string;
|
@@ -1327,16 +1327,16 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1327
1327
|
addressLine3?: string | null | undefined;
|
1328
1328
|
postcodeOrZip?: string | null | undefined;
|
1329
1329
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1330
|
-
firstname: z.
|
1331
|
-
surname: z.
|
1330
|
+
firstname: z.ZodString;
|
1331
|
+
surname: z.ZodString;
|
1332
1332
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1333
1333
|
}, "strip", z.ZodTypeAny, {
|
1334
|
-
firstname
|
1335
|
-
surname
|
1334
|
+
firstname: string;
|
1335
|
+
surname: string;
|
1336
1336
|
middlename?: string | null | undefined;
|
1337
1337
|
}, {
|
1338
|
-
firstname
|
1339
|
-
surname
|
1338
|
+
firstname: string;
|
1339
|
+
surname: string;
|
1340
1340
|
middlename?: string | null | undefined;
|
1341
1341
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1342
1342
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -1453,16 +1453,16 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1453
1453
|
addressLine3?: string | null | undefined;
|
1454
1454
|
postcodeOrZip?: string | null | undefined;
|
1455
1455
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1456
|
-
firstname: z.
|
1457
|
-
surname: z.
|
1456
|
+
firstname: z.ZodString;
|
1457
|
+
surname: z.ZodString;
|
1458
1458
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1459
1459
|
}, "strip", z.ZodTypeAny, {
|
1460
|
-
firstname
|
1461
|
-
surname
|
1460
|
+
firstname: string;
|
1461
|
+
surname: string;
|
1462
1462
|
middlename?: string | null | undefined;
|
1463
1463
|
}, {
|
1464
|
-
firstname
|
1465
|
-
surname
|
1464
|
+
firstname: string;
|
1465
|
+
surname: string;
|
1466
1466
|
middlename?: string | null | undefined;
|
1467
1467
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
1468
1468
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -1494,8 +1494,8 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1494
1494
|
street?: string | null | undefined;
|
1495
1495
|
zipCode?: string | null | undefined;
|
1496
1496
|
} | {
|
1497
|
-
firstname
|
1498
|
-
surname
|
1497
|
+
firstname: string;
|
1498
|
+
surname: string;
|
1499
1499
|
middlename?: string | null | undefined;
|
1500
1500
|
} | {
|
1501
1501
|
country: string;
|
@@ -1538,8 +1538,8 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1538
1538
|
street?: string | null | undefined;
|
1539
1539
|
zipCode?: string | null | undefined;
|
1540
1540
|
} | {
|
1541
|
-
firstname
|
1542
|
-
surname
|
1541
|
+
firstname: string;
|
1542
|
+
surname: string;
|
1543
1543
|
middlename?: string | null | undefined;
|
1544
1544
|
} | {
|
1545
1545
|
country: string;
|
@@ -1590,8 +1590,8 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1590
1590
|
street?: string | null | undefined;
|
1591
1591
|
zipCode?: string | null | undefined;
|
1592
1592
|
} | {
|
1593
|
-
firstname
|
1594
|
-
surname
|
1593
|
+
firstname: string;
|
1594
|
+
surname: string;
|
1595
1595
|
middlename?: string | null | undefined;
|
1596
1596
|
} | {
|
1597
1597
|
country: string;
|
@@ -1634,8 +1634,8 @@ declare const CreatedAction: z.ZodObject<z.objectUtil.extendShape<{
|
|
1634
1634
|
street?: string | null | undefined;
|
1635
1635
|
zipCode?: string | null | undefined;
|
1636
1636
|
} | {
|
1637
|
-
firstname
|
1638
|
-
surname
|
1637
|
+
firstname: string;
|
1638
|
+
surname: string;
|
1639
1639
|
middlename?: string | null | undefined;
|
1640
1640
|
} | {
|
1641
1641
|
country: string;
|
@@ -1785,16 +1785,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
1785
1785
|
addressLine3?: string | null | undefined;
|
1786
1786
|
postcodeOrZip?: string | null | undefined;
|
1787
1787
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1788
|
-
firstname: z.
|
1789
|
-
surname: z.
|
1788
|
+
firstname: z.ZodString;
|
1789
|
+
surname: z.ZodString;
|
1790
1790
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1791
1791
|
}, "strip", z.ZodTypeAny, {
|
1792
|
-
firstname
|
1793
|
-
surname
|
1792
|
+
firstname: string;
|
1793
|
+
surname: string;
|
1794
1794
|
middlename?: string | null | undefined;
|
1795
1795
|
}, {
|
1796
|
-
firstname
|
1797
|
-
surname
|
1796
|
+
firstname: string;
|
1797
|
+
surname: string;
|
1798
1798
|
middlename?: string | null | undefined;
|
1799
1799
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
1800
1800
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -1911,16 +1911,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
1911
1911
|
addressLine3?: string | null | undefined;
|
1912
1912
|
postcodeOrZip?: string | null | undefined;
|
1913
1913
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
1914
|
-
firstname: z.
|
1915
|
-
surname: z.
|
1914
|
+
firstname: z.ZodString;
|
1915
|
+
surname: z.ZodString;
|
1916
1916
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
1918
|
-
firstname
|
1919
|
-
surname
|
1918
|
+
firstname: string;
|
1919
|
+
surname: string;
|
1920
1920
|
middlename?: string | null | undefined;
|
1921
1921
|
}, {
|
1922
|
-
firstname
|
1923
|
-
surname
|
1922
|
+
firstname: string;
|
1923
|
+
surname: string;
|
1924
1924
|
middlename?: string | null | undefined;
|
1925
1925
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
1926
1926
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -1952,8 +1952,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
1952
1952
|
street?: string | null | undefined;
|
1953
1953
|
zipCode?: string | null | undefined;
|
1954
1954
|
} | {
|
1955
|
-
firstname
|
1956
|
-
surname
|
1955
|
+
firstname: string;
|
1956
|
+
surname: string;
|
1957
1957
|
middlename?: string | null | undefined;
|
1958
1958
|
} | {
|
1959
1959
|
country: string;
|
@@ -1996,8 +1996,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
1996
1996
|
street?: string | null | undefined;
|
1997
1997
|
zipCode?: string | null | undefined;
|
1998
1998
|
} | {
|
1999
|
-
firstname
|
2000
|
-
surname
|
1999
|
+
firstname: string;
|
2000
|
+
surname: string;
|
2001
2001
|
middlename?: string | null | undefined;
|
2002
2002
|
} | {
|
2003
2003
|
country: string;
|
@@ -2048,8 +2048,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2048
2048
|
street?: string | null | undefined;
|
2049
2049
|
zipCode?: string | null | undefined;
|
2050
2050
|
} | {
|
2051
|
-
firstname
|
2052
|
-
surname
|
2051
|
+
firstname: string;
|
2052
|
+
surname: string;
|
2053
2053
|
middlename?: string | null | undefined;
|
2054
2054
|
} | {
|
2055
2055
|
country: string;
|
@@ -2092,8 +2092,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2092
2092
|
street?: string | null | undefined;
|
2093
2093
|
zipCode?: string | null | undefined;
|
2094
2094
|
} | {
|
2095
|
-
firstname
|
2096
|
-
surname
|
2095
|
+
firstname: string;
|
2096
|
+
surname: string;
|
2097
2097
|
middlename?: string | null | undefined;
|
2098
2098
|
} | {
|
2099
2099
|
country: string;
|
@@ -2242,16 +2242,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2242
2242
|
addressLine3?: string | null | undefined;
|
2243
2243
|
postcodeOrZip?: string | null | undefined;
|
2244
2244
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2245
|
-
firstname: z.
|
2246
|
-
surname: z.
|
2245
|
+
firstname: z.ZodString;
|
2246
|
+
surname: z.ZodString;
|
2247
2247
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2248
2248
|
}, "strip", z.ZodTypeAny, {
|
2249
|
-
firstname
|
2250
|
-
surname
|
2249
|
+
firstname: string;
|
2250
|
+
surname: string;
|
2251
2251
|
middlename?: string | null | undefined;
|
2252
2252
|
}, {
|
2253
|
-
firstname
|
2254
|
-
surname
|
2253
|
+
firstname: string;
|
2254
|
+
surname: string;
|
2255
2255
|
middlename?: string | null | undefined;
|
2256
2256
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2257
2257
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -2368,16 +2368,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2368
2368
|
addressLine3?: string | null | undefined;
|
2369
2369
|
postcodeOrZip?: string | null | undefined;
|
2370
2370
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2371
|
-
firstname: z.
|
2372
|
-
surname: z.
|
2371
|
+
firstname: z.ZodString;
|
2372
|
+
surname: z.ZodString;
|
2373
2373
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2374
2374
|
}, "strip", z.ZodTypeAny, {
|
2375
|
-
firstname
|
2376
|
-
surname
|
2375
|
+
firstname: string;
|
2376
|
+
surname: string;
|
2377
2377
|
middlename?: string | null | undefined;
|
2378
2378
|
}, {
|
2379
|
-
firstname
|
2380
|
-
surname
|
2379
|
+
firstname: string;
|
2380
|
+
surname: string;
|
2381
2381
|
middlename?: string | null | undefined;
|
2382
2382
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
2383
2383
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -2409,8 +2409,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2409
2409
|
street?: string | null | undefined;
|
2410
2410
|
zipCode?: string | null | undefined;
|
2411
2411
|
} | {
|
2412
|
-
firstname
|
2413
|
-
surname
|
2412
|
+
firstname: string;
|
2413
|
+
surname: string;
|
2414
2414
|
middlename?: string | null | undefined;
|
2415
2415
|
} | {
|
2416
2416
|
country: string;
|
@@ -2453,8 +2453,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2453
2453
|
street?: string | null | undefined;
|
2454
2454
|
zipCode?: string | null | undefined;
|
2455
2455
|
} | {
|
2456
|
-
firstname
|
2457
|
-
surname
|
2456
|
+
firstname: string;
|
2457
|
+
surname: string;
|
2458
2458
|
middlename?: string | null | undefined;
|
2459
2459
|
} | {
|
2460
2460
|
country: string;
|
@@ -2505,8 +2505,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2505
2505
|
street?: string | null | undefined;
|
2506
2506
|
zipCode?: string | null | undefined;
|
2507
2507
|
} | {
|
2508
|
-
firstname
|
2509
|
-
surname
|
2508
|
+
firstname: string;
|
2509
|
+
surname: string;
|
2510
2510
|
middlename?: string | null | undefined;
|
2511
2511
|
} | {
|
2512
2512
|
country: string;
|
@@ -2549,8 +2549,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2549
2549
|
street?: string | null | undefined;
|
2550
2550
|
zipCode?: string | null | undefined;
|
2551
2551
|
} | {
|
2552
|
-
firstname
|
2553
|
-
surname
|
2552
|
+
firstname: string;
|
2553
|
+
surname: string;
|
2554
2554
|
middlename?: string | null | undefined;
|
2555
2555
|
} | {
|
2556
2556
|
country: string;
|
@@ -2699,16 +2699,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2699
2699
|
addressLine3?: string | null | undefined;
|
2700
2700
|
postcodeOrZip?: string | null | undefined;
|
2701
2701
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2702
|
-
firstname: z.
|
2703
|
-
surname: z.
|
2702
|
+
firstname: z.ZodString;
|
2703
|
+
surname: z.ZodString;
|
2704
2704
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2705
2705
|
}, "strip", z.ZodTypeAny, {
|
2706
|
-
firstname
|
2707
|
-
surname
|
2706
|
+
firstname: string;
|
2707
|
+
surname: string;
|
2708
2708
|
middlename?: string | null | undefined;
|
2709
2709
|
}, {
|
2710
|
-
firstname
|
2711
|
-
surname
|
2710
|
+
firstname: string;
|
2711
|
+
surname: string;
|
2712
2712
|
middlename?: string | null | undefined;
|
2713
2713
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
2714
2714
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -2825,16 +2825,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2825
2825
|
addressLine3?: string | null | undefined;
|
2826
2826
|
postcodeOrZip?: string | null | undefined;
|
2827
2827
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
2828
|
-
firstname: z.
|
2829
|
-
surname: z.
|
2828
|
+
firstname: z.ZodString;
|
2829
|
+
surname: z.ZodString;
|
2830
2830
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2831
2831
|
}, "strip", z.ZodTypeAny, {
|
2832
|
-
firstname
|
2833
|
-
surname
|
2832
|
+
firstname: string;
|
2833
|
+
surname: string;
|
2834
2834
|
middlename?: string | null | undefined;
|
2835
2835
|
}, {
|
2836
|
-
firstname
|
2837
|
-
surname
|
2836
|
+
firstname: string;
|
2837
|
+
surname: string;
|
2838
2838
|
middlename?: string | null | undefined;
|
2839
2839
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
2840
2840
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -2880,8 +2880,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2880
2880
|
street?: string | null | undefined;
|
2881
2881
|
zipCode?: string | null | undefined;
|
2882
2882
|
} | {
|
2883
|
-
firstname
|
2884
|
-
surname
|
2883
|
+
firstname: string;
|
2884
|
+
surname: string;
|
2885
2885
|
middlename?: string | null | undefined;
|
2886
2886
|
} | {
|
2887
2887
|
country: string;
|
@@ -2924,8 +2924,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2924
2924
|
street?: string | null | undefined;
|
2925
2925
|
zipCode?: string | null | undefined;
|
2926
2926
|
} | {
|
2927
|
-
firstname
|
2928
|
-
surname
|
2927
|
+
firstname: string;
|
2928
|
+
surname: string;
|
2929
2929
|
middlename?: string | null | undefined;
|
2930
2930
|
} | {
|
2931
2931
|
country: string;
|
@@ -2980,8 +2980,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
2980
2980
|
street?: string | null | undefined;
|
2981
2981
|
zipCode?: string | null | undefined;
|
2982
2982
|
} | {
|
2983
|
-
firstname
|
2984
|
-
surname
|
2983
|
+
firstname: string;
|
2984
|
+
surname: string;
|
2985
2985
|
middlename?: string | null | undefined;
|
2986
2986
|
} | {
|
2987
2987
|
country: string;
|
@@ -3024,8 +3024,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3024
3024
|
street?: string | null | undefined;
|
3025
3025
|
zipCode?: string | null | undefined;
|
3026
3026
|
} | {
|
3027
|
-
firstname
|
3028
|
-
surname
|
3027
|
+
firstname: string;
|
3028
|
+
surname: string;
|
3029
3029
|
middlename?: string | null | undefined;
|
3030
3030
|
} | {
|
3031
3031
|
country: string;
|
@@ -3174,16 +3174,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3174
3174
|
addressLine3?: string | null | undefined;
|
3175
3175
|
postcodeOrZip?: string | null | undefined;
|
3176
3176
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3177
|
-
firstname: z.
|
3178
|
-
surname: z.
|
3177
|
+
firstname: z.ZodString;
|
3178
|
+
surname: z.ZodString;
|
3179
3179
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3180
3180
|
}, "strip", z.ZodTypeAny, {
|
3181
|
-
firstname
|
3182
|
-
surname
|
3181
|
+
firstname: string;
|
3182
|
+
surname: string;
|
3183
3183
|
middlename?: string | null | undefined;
|
3184
3184
|
}, {
|
3185
|
-
firstname
|
3186
|
-
surname
|
3185
|
+
firstname: string;
|
3186
|
+
surname: string;
|
3187
3187
|
middlename?: string | null | undefined;
|
3188
3188
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3189
3189
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -3300,16 +3300,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3300
3300
|
addressLine3?: string | null | undefined;
|
3301
3301
|
postcodeOrZip?: string | null | undefined;
|
3302
3302
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3303
|
-
firstname: z.
|
3304
|
-
surname: z.
|
3303
|
+
firstname: z.ZodString;
|
3304
|
+
surname: z.ZodString;
|
3305
3305
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3306
3306
|
}, "strip", z.ZodTypeAny, {
|
3307
|
-
firstname
|
3308
|
-
surname
|
3307
|
+
firstname: string;
|
3308
|
+
surname: string;
|
3309
3309
|
middlename?: string | null | undefined;
|
3310
3310
|
}, {
|
3311
|
-
firstname
|
3312
|
-
surname
|
3311
|
+
firstname: string;
|
3312
|
+
surname: string;
|
3313
3313
|
middlename?: string | null | undefined;
|
3314
3314
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
3315
3315
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -3341,8 +3341,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3341
3341
|
street?: string | null | undefined;
|
3342
3342
|
zipCode?: string | null | undefined;
|
3343
3343
|
} | {
|
3344
|
-
firstname
|
3345
|
-
surname
|
3344
|
+
firstname: string;
|
3345
|
+
surname: string;
|
3346
3346
|
middlename?: string | null | undefined;
|
3347
3347
|
} | {
|
3348
3348
|
country: string;
|
@@ -3385,8 +3385,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3385
3385
|
street?: string | null | undefined;
|
3386
3386
|
zipCode?: string | null | undefined;
|
3387
3387
|
} | {
|
3388
|
-
firstname
|
3389
|
-
surname
|
3388
|
+
firstname: string;
|
3389
|
+
surname: string;
|
3390
3390
|
middlename?: string | null | undefined;
|
3391
3391
|
} | {
|
3392
3392
|
country: string;
|
@@ -3437,8 +3437,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3437
3437
|
street?: string | null | undefined;
|
3438
3438
|
zipCode?: string | null | undefined;
|
3439
3439
|
} | {
|
3440
|
-
firstname
|
3441
|
-
surname
|
3440
|
+
firstname: string;
|
3441
|
+
surname: string;
|
3442
3442
|
middlename?: string | null | undefined;
|
3443
3443
|
} | {
|
3444
3444
|
country: string;
|
@@ -3481,8 +3481,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3481
3481
|
street?: string | null | undefined;
|
3482
3482
|
zipCode?: string | null | undefined;
|
3483
3483
|
} | {
|
3484
|
-
firstname
|
3485
|
-
surname
|
3484
|
+
firstname: string;
|
3485
|
+
surname: string;
|
3486
3486
|
middlename?: string | null | undefined;
|
3487
3487
|
} | {
|
3488
3488
|
country: string;
|
@@ -3631,16 +3631,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3631
3631
|
addressLine3?: string | null | undefined;
|
3632
3632
|
postcodeOrZip?: string | null | undefined;
|
3633
3633
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3634
|
-
firstname: z.
|
3635
|
-
surname: z.
|
3634
|
+
firstname: z.ZodString;
|
3635
|
+
surname: z.ZodString;
|
3636
3636
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3637
3637
|
}, "strip", z.ZodTypeAny, {
|
3638
|
-
firstname
|
3639
|
-
surname
|
3638
|
+
firstname: string;
|
3639
|
+
surname: string;
|
3640
3640
|
middlename?: string | null | undefined;
|
3641
3641
|
}, {
|
3642
|
-
firstname
|
3643
|
-
surname
|
3642
|
+
firstname: string;
|
3643
|
+
surname: string;
|
3644
3644
|
middlename?: string | null | undefined;
|
3645
3645
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
3646
3646
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -3757,16 +3757,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3757
3757
|
addressLine3?: string | null | undefined;
|
3758
3758
|
postcodeOrZip?: string | null | undefined;
|
3759
3759
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
3760
|
-
firstname: z.
|
3761
|
-
surname: z.
|
3760
|
+
firstname: z.ZodString;
|
3761
|
+
surname: z.ZodString;
|
3762
3762
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3763
3763
|
}, "strip", z.ZodTypeAny, {
|
3764
|
-
firstname
|
3765
|
-
surname
|
3764
|
+
firstname: string;
|
3765
|
+
surname: string;
|
3766
3766
|
middlename?: string | null | undefined;
|
3767
3767
|
}, {
|
3768
|
-
firstname
|
3769
|
-
surname
|
3768
|
+
firstname: string;
|
3769
|
+
surname: string;
|
3770
3770
|
middlename?: string | null | undefined;
|
3771
3771
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
3772
3772
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -3812,8 +3812,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3812
3812
|
street?: string | null | undefined;
|
3813
3813
|
zipCode?: string | null | undefined;
|
3814
3814
|
} | {
|
3815
|
-
firstname
|
3816
|
-
surname
|
3815
|
+
firstname: string;
|
3816
|
+
surname: string;
|
3817
3817
|
middlename?: string | null | undefined;
|
3818
3818
|
} | {
|
3819
3819
|
country: string;
|
@@ -3856,8 +3856,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3856
3856
|
street?: string | null | undefined;
|
3857
3857
|
zipCode?: string | null | undefined;
|
3858
3858
|
} | {
|
3859
|
-
firstname
|
3860
|
-
surname
|
3859
|
+
firstname: string;
|
3860
|
+
surname: string;
|
3861
3861
|
middlename?: string | null | undefined;
|
3862
3862
|
} | {
|
3863
3863
|
country: string;
|
@@ -3912,8 +3912,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3912
3912
|
street?: string | null | undefined;
|
3913
3913
|
zipCode?: string | null | undefined;
|
3914
3914
|
} | {
|
3915
|
-
firstname
|
3916
|
-
surname
|
3915
|
+
firstname: string;
|
3916
|
+
surname: string;
|
3917
3917
|
middlename?: string | null | undefined;
|
3918
3918
|
} | {
|
3919
3919
|
country: string;
|
@@ -3956,8 +3956,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
3956
3956
|
street?: string | null | undefined;
|
3957
3957
|
zipCode?: string | null | undefined;
|
3958
3958
|
} | {
|
3959
|
-
firstname
|
3960
|
-
surname
|
3959
|
+
firstname: string;
|
3960
|
+
surname: string;
|
3961
3961
|
middlename?: string | null | undefined;
|
3962
3962
|
} | {
|
3963
3963
|
country: string;
|
@@ -4106,16 +4106,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4106
4106
|
addressLine3?: string | null | undefined;
|
4107
4107
|
postcodeOrZip?: string | null | undefined;
|
4108
4108
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4109
|
-
firstname: z.
|
4110
|
-
surname: z.
|
4109
|
+
firstname: z.ZodString;
|
4110
|
+
surname: z.ZodString;
|
4111
4111
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4112
4112
|
}, "strip", z.ZodTypeAny, {
|
4113
|
-
firstname
|
4114
|
-
surname
|
4113
|
+
firstname: string;
|
4114
|
+
surname: string;
|
4115
4115
|
middlename?: string | null | undefined;
|
4116
4116
|
}, {
|
4117
|
-
firstname
|
4118
|
-
surname
|
4117
|
+
firstname: string;
|
4118
|
+
surname: string;
|
4119
4119
|
middlename?: string | null | undefined;
|
4120
4120
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4121
4121
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -4232,16 +4232,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4232
4232
|
addressLine3?: string | null | undefined;
|
4233
4233
|
postcodeOrZip?: string | null | undefined;
|
4234
4234
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4235
|
-
firstname: z.
|
4236
|
-
surname: z.
|
4235
|
+
firstname: z.ZodString;
|
4236
|
+
surname: z.ZodString;
|
4237
4237
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4238
4238
|
}, "strip", z.ZodTypeAny, {
|
4239
|
-
firstname
|
4240
|
-
surname
|
4239
|
+
firstname: string;
|
4240
|
+
surname: string;
|
4241
4241
|
middlename?: string | null | undefined;
|
4242
4242
|
}, {
|
4243
|
-
firstname
|
4244
|
-
surname
|
4243
|
+
firstname: string;
|
4244
|
+
surname: string;
|
4245
4245
|
middlename?: string | null | undefined;
|
4246
4246
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
4247
4247
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -4273,8 +4273,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4273
4273
|
street?: string | null | undefined;
|
4274
4274
|
zipCode?: string | null | undefined;
|
4275
4275
|
} | {
|
4276
|
-
firstname
|
4277
|
-
surname
|
4276
|
+
firstname: string;
|
4277
|
+
surname: string;
|
4278
4278
|
middlename?: string | null | undefined;
|
4279
4279
|
} | {
|
4280
4280
|
country: string;
|
@@ -4317,8 +4317,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4317
4317
|
street?: string | null | undefined;
|
4318
4318
|
zipCode?: string | null | undefined;
|
4319
4319
|
} | {
|
4320
|
-
firstname
|
4321
|
-
surname
|
4320
|
+
firstname: string;
|
4321
|
+
surname: string;
|
4322
4322
|
middlename?: string | null | undefined;
|
4323
4323
|
} | {
|
4324
4324
|
country: string;
|
@@ -4369,8 +4369,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4369
4369
|
street?: string | null | undefined;
|
4370
4370
|
zipCode?: string | null | undefined;
|
4371
4371
|
} | {
|
4372
|
-
firstname
|
4373
|
-
surname
|
4372
|
+
firstname: string;
|
4373
|
+
surname: string;
|
4374
4374
|
middlename?: string | null | undefined;
|
4375
4375
|
} | {
|
4376
4376
|
country: string;
|
@@ -4413,8 +4413,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4413
4413
|
street?: string | null | undefined;
|
4414
4414
|
zipCode?: string | null | undefined;
|
4415
4415
|
} | {
|
4416
|
-
firstname
|
4417
|
-
surname
|
4416
|
+
firstname: string;
|
4417
|
+
surname: string;
|
4418
4418
|
middlename?: string | null | undefined;
|
4419
4419
|
} | {
|
4420
4420
|
country: string;
|
@@ -4563,16 +4563,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4563
4563
|
addressLine3?: string | null | undefined;
|
4564
4564
|
postcodeOrZip?: string | null | undefined;
|
4565
4565
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4566
|
-
firstname: z.
|
4567
|
-
surname: z.
|
4566
|
+
firstname: z.ZodString;
|
4567
|
+
surname: z.ZodString;
|
4568
4568
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4569
4569
|
}, "strip", z.ZodTypeAny, {
|
4570
|
-
firstname
|
4571
|
-
surname
|
4570
|
+
firstname: string;
|
4571
|
+
surname: string;
|
4572
4572
|
middlename?: string | null | undefined;
|
4573
4573
|
}, {
|
4574
|
-
firstname
|
4575
|
-
surname
|
4574
|
+
firstname: string;
|
4575
|
+
surname: string;
|
4576
4576
|
middlename?: string | null | undefined;
|
4577
4577
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
4578
4578
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -4689,16 +4689,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4689
4689
|
addressLine3?: string | null | undefined;
|
4690
4690
|
postcodeOrZip?: string | null | undefined;
|
4691
4691
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
4692
|
-
firstname: z.
|
4693
|
-
surname: z.
|
4692
|
+
firstname: z.ZodString;
|
4693
|
+
surname: z.ZodString;
|
4694
4694
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4695
4695
|
}, "strip", z.ZodTypeAny, {
|
4696
|
-
firstname
|
4697
|
-
surname
|
4696
|
+
firstname: string;
|
4697
|
+
surname: string;
|
4698
4698
|
middlename?: string | null | undefined;
|
4699
4699
|
}, {
|
4700
|
-
firstname
|
4701
|
-
surname
|
4700
|
+
firstname: string;
|
4701
|
+
surname: string;
|
4702
4702
|
middlename?: string | null | undefined;
|
4703
4703
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
4704
4704
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -4731,8 +4731,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4731
4731
|
street?: string | null | undefined;
|
4732
4732
|
zipCode?: string | null | undefined;
|
4733
4733
|
} | {
|
4734
|
-
firstname
|
4735
|
-
surname
|
4734
|
+
firstname: string;
|
4735
|
+
surname: string;
|
4736
4736
|
middlename?: string | null | undefined;
|
4737
4737
|
} | {
|
4738
4738
|
country: string;
|
@@ -4775,8 +4775,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4775
4775
|
street?: string | null | undefined;
|
4776
4776
|
zipCode?: string | null | undefined;
|
4777
4777
|
} | {
|
4778
|
-
firstname
|
4779
|
-
surname
|
4778
|
+
firstname: string;
|
4779
|
+
surname: string;
|
4780
4780
|
middlename?: string | null | undefined;
|
4781
4781
|
} | {
|
4782
4782
|
country: string;
|
@@ -4828,8 +4828,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4828
4828
|
street?: string | null | undefined;
|
4829
4829
|
zipCode?: string | null | undefined;
|
4830
4830
|
} | {
|
4831
|
-
firstname
|
4832
|
-
surname
|
4831
|
+
firstname: string;
|
4832
|
+
surname: string;
|
4833
4833
|
middlename?: string | null | undefined;
|
4834
4834
|
} | {
|
4835
4835
|
country: string;
|
@@ -4872,8 +4872,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
4872
4872
|
street?: string | null | undefined;
|
4873
4873
|
zipCode?: string | null | undefined;
|
4874
4874
|
} | {
|
4875
|
-
firstname
|
4876
|
-
surname
|
4875
|
+
firstname: string;
|
4876
|
+
surname: string;
|
4877
4877
|
middlename?: string | null | undefined;
|
4878
4878
|
} | {
|
4879
4879
|
country: string;
|
@@ -5023,16 +5023,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5023
5023
|
addressLine3?: string | null | undefined;
|
5024
5024
|
postcodeOrZip?: string | null | undefined;
|
5025
5025
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5026
|
-
firstname: z.
|
5027
|
-
surname: z.
|
5026
|
+
firstname: z.ZodString;
|
5027
|
+
surname: z.ZodString;
|
5028
5028
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5029
5029
|
}, "strip", z.ZodTypeAny, {
|
5030
|
-
firstname
|
5031
|
-
surname
|
5030
|
+
firstname: string;
|
5031
|
+
surname: string;
|
5032
5032
|
middlename?: string | null | undefined;
|
5033
5033
|
}, {
|
5034
|
-
firstname
|
5035
|
-
surname
|
5034
|
+
firstname: string;
|
5035
|
+
surname: string;
|
5036
5036
|
middlename?: string | null | undefined;
|
5037
5037
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5038
5038
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -5149,16 +5149,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5149
5149
|
addressLine3?: string | null | undefined;
|
5150
5150
|
postcodeOrZip?: string | null | undefined;
|
5151
5151
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5152
|
-
firstname: z.
|
5153
|
-
surname: z.
|
5152
|
+
firstname: z.ZodString;
|
5153
|
+
surname: z.ZodString;
|
5154
5154
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5155
5155
|
}, "strip", z.ZodTypeAny, {
|
5156
|
-
firstname
|
5157
|
-
surname
|
5156
|
+
firstname: string;
|
5157
|
+
surname: string;
|
5158
5158
|
middlename?: string | null | undefined;
|
5159
5159
|
}, {
|
5160
|
-
firstname
|
5161
|
-
surname
|
5160
|
+
firstname: string;
|
5161
|
+
surname: string;
|
5162
5162
|
middlename?: string | null | undefined;
|
5163
5163
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
5164
5164
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -5190,8 +5190,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5190
5190
|
street?: string | null | undefined;
|
5191
5191
|
zipCode?: string | null | undefined;
|
5192
5192
|
} | {
|
5193
|
-
firstname
|
5194
|
-
surname
|
5193
|
+
firstname: string;
|
5194
|
+
surname: string;
|
5195
5195
|
middlename?: string | null | undefined;
|
5196
5196
|
} | {
|
5197
5197
|
country: string;
|
@@ -5234,8 +5234,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5234
5234
|
street?: string | null | undefined;
|
5235
5235
|
zipCode?: string | null | undefined;
|
5236
5236
|
} | {
|
5237
|
-
firstname
|
5238
|
-
surname
|
5237
|
+
firstname: string;
|
5238
|
+
surname: string;
|
5239
5239
|
middlename?: string | null | undefined;
|
5240
5240
|
} | {
|
5241
5241
|
country: string;
|
@@ -5286,8 +5286,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5286
5286
|
street?: string | null | undefined;
|
5287
5287
|
zipCode?: string | null | undefined;
|
5288
5288
|
} | {
|
5289
|
-
firstname
|
5290
|
-
surname
|
5289
|
+
firstname: string;
|
5290
|
+
surname: string;
|
5291
5291
|
middlename?: string | null | undefined;
|
5292
5292
|
} | {
|
5293
5293
|
country: string;
|
@@ -5330,8 +5330,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5330
5330
|
street?: string | null | undefined;
|
5331
5331
|
zipCode?: string | null | undefined;
|
5332
5332
|
} | {
|
5333
|
-
firstname
|
5334
|
-
surname
|
5333
|
+
firstname: string;
|
5334
|
+
surname: string;
|
5335
5335
|
middlename?: string | null | undefined;
|
5336
5336
|
} | {
|
5337
5337
|
country: string;
|
@@ -5480,16 +5480,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5480
5480
|
addressLine3?: string | null | undefined;
|
5481
5481
|
postcodeOrZip?: string | null | undefined;
|
5482
5482
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5483
|
-
firstname: z.
|
5484
|
-
surname: z.
|
5483
|
+
firstname: z.ZodString;
|
5484
|
+
surname: z.ZodString;
|
5485
5485
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5486
5486
|
}, "strip", z.ZodTypeAny, {
|
5487
|
-
firstname
|
5488
|
-
surname
|
5487
|
+
firstname: string;
|
5488
|
+
surname: string;
|
5489
5489
|
middlename?: string | null | undefined;
|
5490
5490
|
}, {
|
5491
|
-
firstname
|
5492
|
-
surname
|
5491
|
+
firstname: string;
|
5492
|
+
surname: string;
|
5493
5493
|
middlename?: string | null | undefined;
|
5494
5494
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5495
5495
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -5606,16 +5606,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5606
5606
|
addressLine3?: string | null | undefined;
|
5607
5607
|
postcodeOrZip?: string | null | undefined;
|
5608
5608
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5609
|
-
firstname: z.
|
5610
|
-
surname: z.
|
5609
|
+
firstname: z.ZodString;
|
5610
|
+
surname: z.ZodString;
|
5611
5611
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5612
5612
|
}, "strip", z.ZodTypeAny, {
|
5613
|
-
firstname
|
5614
|
-
surname
|
5613
|
+
firstname: string;
|
5614
|
+
surname: string;
|
5615
5615
|
middlename?: string | null | undefined;
|
5616
5616
|
}, {
|
5617
|
-
firstname
|
5618
|
-
surname
|
5617
|
+
firstname: string;
|
5618
|
+
surname: string;
|
5619
5619
|
middlename?: string | null | undefined;
|
5620
5620
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
5621
5621
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -5648,8 +5648,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5648
5648
|
street?: string | null | undefined;
|
5649
5649
|
zipCode?: string | null | undefined;
|
5650
5650
|
} | {
|
5651
|
-
firstname
|
5652
|
-
surname
|
5651
|
+
firstname: string;
|
5652
|
+
surname: string;
|
5653
5653
|
middlename?: string | null | undefined;
|
5654
5654
|
} | {
|
5655
5655
|
country: string;
|
@@ -5693,8 +5693,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5693
5693
|
street?: string | null | undefined;
|
5694
5694
|
zipCode?: string | null | undefined;
|
5695
5695
|
} | {
|
5696
|
-
firstname
|
5697
|
-
surname
|
5696
|
+
firstname: string;
|
5697
|
+
surname: string;
|
5698
5698
|
middlename?: string | null | undefined;
|
5699
5699
|
} | {
|
5700
5700
|
country: string;
|
@@ -5745,8 +5745,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5745
5745
|
street?: string | null | undefined;
|
5746
5746
|
zipCode?: string | null | undefined;
|
5747
5747
|
} | {
|
5748
|
-
firstname
|
5749
|
-
surname
|
5748
|
+
firstname: string;
|
5749
|
+
surname: string;
|
5750
5750
|
middlename?: string | null | undefined;
|
5751
5751
|
} | {
|
5752
5752
|
country: string;
|
@@ -5790,8 +5790,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5790
5790
|
street?: string | null | undefined;
|
5791
5791
|
zipCode?: string | null | undefined;
|
5792
5792
|
} | {
|
5793
|
-
firstname
|
5794
|
-
surname
|
5793
|
+
firstname: string;
|
5794
|
+
surname: string;
|
5795
5795
|
middlename?: string | null | undefined;
|
5796
5796
|
} | {
|
5797
5797
|
country: string;
|
@@ -5940,16 +5940,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
5940
5940
|
addressLine3?: string | null | undefined;
|
5941
5941
|
postcodeOrZip?: string | null | undefined;
|
5942
5942
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
5943
|
-
firstname: z.
|
5944
|
-
surname: z.
|
5943
|
+
firstname: z.ZodString;
|
5944
|
+
surname: z.ZodString;
|
5945
5945
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5946
5946
|
}, "strip", z.ZodTypeAny, {
|
5947
|
-
firstname
|
5948
|
-
surname
|
5947
|
+
firstname: string;
|
5948
|
+
surname: string;
|
5949
5949
|
middlename?: string | null | undefined;
|
5950
5950
|
}, {
|
5951
|
-
firstname
|
5952
|
-
surname
|
5951
|
+
firstname: string;
|
5952
|
+
surname: string;
|
5953
5953
|
middlename?: string | null | undefined;
|
5954
5954
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
5955
5955
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -6066,16 +6066,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6066
6066
|
addressLine3?: string | null | undefined;
|
6067
6067
|
postcodeOrZip?: string | null | undefined;
|
6068
6068
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6069
|
-
firstname: z.
|
6070
|
-
surname: z.
|
6069
|
+
firstname: z.ZodString;
|
6070
|
+
surname: z.ZodString;
|
6071
6071
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6072
6072
|
}, "strip", z.ZodTypeAny, {
|
6073
|
-
firstname
|
6074
|
-
surname
|
6073
|
+
firstname: string;
|
6074
|
+
surname: string;
|
6075
6075
|
middlename?: string | null | undefined;
|
6076
6076
|
}, {
|
6077
|
-
firstname
|
6078
|
-
surname
|
6077
|
+
firstname: string;
|
6078
|
+
surname: string;
|
6079
6079
|
middlename?: string | null | undefined;
|
6080
6080
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
6081
6081
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -6107,8 +6107,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6107
6107
|
street?: string | null | undefined;
|
6108
6108
|
zipCode?: string | null | undefined;
|
6109
6109
|
} | {
|
6110
|
-
firstname
|
6111
|
-
surname
|
6110
|
+
firstname: string;
|
6111
|
+
surname: string;
|
6112
6112
|
middlename?: string | null | undefined;
|
6113
6113
|
} | {
|
6114
6114
|
country: string;
|
@@ -6151,8 +6151,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6151
6151
|
street?: string | null | undefined;
|
6152
6152
|
zipCode?: string | null | undefined;
|
6153
6153
|
} | {
|
6154
|
-
firstname
|
6155
|
-
surname
|
6154
|
+
firstname: string;
|
6155
|
+
surname: string;
|
6156
6156
|
middlename?: string | null | undefined;
|
6157
6157
|
} | {
|
6158
6158
|
country: string;
|
@@ -6203,8 +6203,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6203
6203
|
street?: string | null | undefined;
|
6204
6204
|
zipCode?: string | null | undefined;
|
6205
6205
|
} | {
|
6206
|
-
firstname
|
6207
|
-
surname
|
6206
|
+
firstname: string;
|
6207
|
+
surname: string;
|
6208
6208
|
middlename?: string | null | undefined;
|
6209
6209
|
} | {
|
6210
6210
|
country: string;
|
@@ -6247,8 +6247,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6247
6247
|
street?: string | null | undefined;
|
6248
6248
|
zipCode?: string | null | undefined;
|
6249
6249
|
} | {
|
6250
|
-
firstname
|
6251
|
-
surname
|
6250
|
+
firstname: string;
|
6251
|
+
surname: string;
|
6252
6252
|
middlename?: string | null | undefined;
|
6253
6253
|
} | {
|
6254
6254
|
country: string;
|
@@ -6397,16 +6397,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6397
6397
|
addressLine3?: string | null | undefined;
|
6398
6398
|
postcodeOrZip?: string | null | undefined;
|
6399
6399
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6400
|
-
firstname: z.
|
6401
|
-
surname: z.
|
6400
|
+
firstname: z.ZodString;
|
6401
|
+
surname: z.ZodString;
|
6402
6402
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6403
6403
|
}, "strip", z.ZodTypeAny, {
|
6404
|
-
firstname
|
6405
|
-
surname
|
6404
|
+
firstname: string;
|
6405
|
+
surname: string;
|
6406
6406
|
middlename?: string | null | undefined;
|
6407
6407
|
}, {
|
6408
|
-
firstname
|
6409
|
-
surname
|
6408
|
+
firstname: string;
|
6409
|
+
surname: string;
|
6410
6410
|
middlename?: string | null | undefined;
|
6411
6411
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6412
6412
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -6523,16 +6523,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6523
6523
|
addressLine3?: string | null | undefined;
|
6524
6524
|
postcodeOrZip?: string | null | undefined;
|
6525
6525
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6526
|
-
firstname: z.
|
6527
|
-
surname: z.
|
6526
|
+
firstname: z.ZodString;
|
6527
|
+
surname: z.ZodString;
|
6528
6528
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6529
6529
|
}, "strip", z.ZodTypeAny, {
|
6530
|
-
firstname
|
6531
|
-
surname
|
6530
|
+
firstname: string;
|
6531
|
+
surname: string;
|
6532
6532
|
middlename?: string | null | undefined;
|
6533
6533
|
}, {
|
6534
|
-
firstname
|
6535
|
-
surname
|
6534
|
+
firstname: string;
|
6535
|
+
surname: string;
|
6536
6536
|
middlename?: string | null | undefined;
|
6537
6537
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
6538
6538
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -6565,8 +6565,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6565
6565
|
street?: string | null | undefined;
|
6566
6566
|
zipCode?: string | null | undefined;
|
6567
6567
|
} | {
|
6568
|
-
firstname
|
6569
|
-
surname
|
6568
|
+
firstname: string;
|
6569
|
+
surname: string;
|
6570
6570
|
middlename?: string | null | undefined;
|
6571
6571
|
} | {
|
6572
6572
|
country: string;
|
@@ -6610,8 +6610,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6610
6610
|
street?: string | null | undefined;
|
6611
6611
|
zipCode?: string | null | undefined;
|
6612
6612
|
} | {
|
6613
|
-
firstname
|
6614
|
-
surname
|
6613
|
+
firstname: string;
|
6614
|
+
surname: string;
|
6615
6615
|
middlename?: string | null | undefined;
|
6616
6616
|
} | {
|
6617
6617
|
country: string;
|
@@ -6662,8 +6662,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6662
6662
|
street?: string | null | undefined;
|
6663
6663
|
zipCode?: string | null | undefined;
|
6664
6664
|
} | {
|
6665
|
-
firstname
|
6666
|
-
surname
|
6665
|
+
firstname: string;
|
6666
|
+
surname: string;
|
6667
6667
|
middlename?: string | null | undefined;
|
6668
6668
|
} | {
|
6669
6669
|
country: string;
|
@@ -6707,8 +6707,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6707
6707
|
street?: string | null | undefined;
|
6708
6708
|
zipCode?: string | null | undefined;
|
6709
6709
|
} | {
|
6710
|
-
firstname
|
6711
|
-
surname
|
6710
|
+
firstname: string;
|
6711
|
+
surname: string;
|
6712
6712
|
middlename?: string | null | undefined;
|
6713
6713
|
} | {
|
6714
6714
|
country: string;
|
@@ -6857,16 +6857,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6857
6857
|
addressLine3?: string | null | undefined;
|
6858
6858
|
postcodeOrZip?: string | null | undefined;
|
6859
6859
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6860
|
-
firstname: z.
|
6861
|
-
surname: z.
|
6860
|
+
firstname: z.ZodString;
|
6861
|
+
surname: z.ZodString;
|
6862
6862
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6863
6863
|
}, "strip", z.ZodTypeAny, {
|
6864
|
-
firstname
|
6865
|
-
surname
|
6864
|
+
firstname: string;
|
6865
|
+
surname: string;
|
6866
6866
|
middlename?: string | null | undefined;
|
6867
6867
|
}, {
|
6868
|
-
firstname
|
6869
|
-
surname
|
6868
|
+
firstname: string;
|
6869
|
+
surname: string;
|
6870
6870
|
middlename?: string | null | undefined;
|
6871
6871
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
6872
6872
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -6983,16 +6983,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
6983
6983
|
addressLine3?: string | null | undefined;
|
6984
6984
|
postcodeOrZip?: string | null | undefined;
|
6985
6985
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
6986
|
-
firstname: z.
|
6987
|
-
surname: z.
|
6986
|
+
firstname: z.ZodString;
|
6987
|
+
surname: z.ZodString;
|
6988
6988
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6989
6989
|
}, "strip", z.ZodTypeAny, {
|
6990
|
-
firstname
|
6991
|
-
surname
|
6990
|
+
firstname: string;
|
6991
|
+
surname: string;
|
6992
6992
|
middlename?: string | null | undefined;
|
6993
6993
|
}, {
|
6994
|
-
firstname
|
6995
|
-
surname
|
6994
|
+
firstname: string;
|
6995
|
+
surname: string;
|
6996
6996
|
middlename?: string | null | undefined;
|
6997
6997
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
6998
6998
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -7025,8 +7025,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7025
7025
|
street?: string | null | undefined;
|
7026
7026
|
zipCode?: string | null | undefined;
|
7027
7027
|
} | {
|
7028
|
-
firstname
|
7029
|
-
surname
|
7028
|
+
firstname: string;
|
7029
|
+
surname: string;
|
7030
7030
|
middlename?: string | null | undefined;
|
7031
7031
|
} | {
|
7032
7032
|
country: string;
|
@@ -7070,8 +7070,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7070
7070
|
street?: string | null | undefined;
|
7071
7071
|
zipCode?: string | null | undefined;
|
7072
7072
|
} | {
|
7073
|
-
firstname
|
7074
|
-
surname
|
7073
|
+
firstname: string;
|
7074
|
+
surname: string;
|
7075
7075
|
middlename?: string | null | undefined;
|
7076
7076
|
} | {
|
7077
7077
|
country: string;
|
@@ -7122,8 +7122,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7122
7122
|
street?: string | null | undefined;
|
7123
7123
|
zipCode?: string | null | undefined;
|
7124
7124
|
} | {
|
7125
|
-
firstname
|
7126
|
-
surname
|
7125
|
+
firstname: string;
|
7126
|
+
surname: string;
|
7127
7127
|
middlename?: string | null | undefined;
|
7128
7128
|
} | {
|
7129
7129
|
country: string;
|
@@ -7167,8 +7167,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7167
7167
|
street?: string | null | undefined;
|
7168
7168
|
zipCode?: string | null | undefined;
|
7169
7169
|
} | {
|
7170
|
-
firstname
|
7171
|
-
surname
|
7170
|
+
firstname: string;
|
7171
|
+
surname: string;
|
7172
7172
|
middlename?: string | null | undefined;
|
7173
7173
|
} | {
|
7174
7174
|
country: string;
|
@@ -7317,16 +7317,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7317
7317
|
addressLine3?: string | null | undefined;
|
7318
7318
|
postcodeOrZip?: string | null | undefined;
|
7319
7319
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7320
|
-
firstname: z.
|
7321
|
-
surname: z.
|
7320
|
+
firstname: z.ZodString;
|
7321
|
+
surname: z.ZodString;
|
7322
7322
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7323
7323
|
}, "strip", z.ZodTypeAny, {
|
7324
|
-
firstname
|
7325
|
-
surname
|
7324
|
+
firstname: string;
|
7325
|
+
surname: string;
|
7326
7326
|
middlename?: string | null | undefined;
|
7327
7327
|
}, {
|
7328
|
-
firstname
|
7329
|
-
surname
|
7328
|
+
firstname: string;
|
7329
|
+
surname: string;
|
7330
7330
|
middlename?: string | null | undefined;
|
7331
7331
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
7332
7332
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -7443,16 +7443,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7443
7443
|
addressLine3?: string | null | undefined;
|
7444
7444
|
postcodeOrZip?: string | null | undefined;
|
7445
7445
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7446
|
-
firstname: z.
|
7447
|
-
surname: z.
|
7446
|
+
firstname: z.ZodString;
|
7447
|
+
surname: z.ZodString;
|
7448
7448
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7449
7449
|
}, "strip", z.ZodTypeAny, {
|
7450
|
-
firstname
|
7451
|
-
surname
|
7450
|
+
firstname: string;
|
7451
|
+
surname: string;
|
7452
7452
|
middlename?: string | null | undefined;
|
7453
7453
|
}, {
|
7454
|
-
firstname
|
7455
|
-
surname
|
7454
|
+
firstname: string;
|
7455
|
+
surname: string;
|
7456
7456
|
middlename?: string | null | undefined;
|
7457
7457
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
7458
7458
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -7484,8 +7484,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7484
7484
|
street?: string | null | undefined;
|
7485
7485
|
zipCode?: string | null | undefined;
|
7486
7486
|
} | {
|
7487
|
-
firstname
|
7488
|
-
surname
|
7487
|
+
firstname: string;
|
7488
|
+
surname: string;
|
7489
7489
|
middlename?: string | null | undefined;
|
7490
7490
|
} | {
|
7491
7491
|
country: string;
|
@@ -7528,8 +7528,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7528
7528
|
street?: string | null | undefined;
|
7529
7529
|
zipCode?: string | null | undefined;
|
7530
7530
|
} | {
|
7531
|
-
firstname
|
7532
|
-
surname
|
7531
|
+
firstname: string;
|
7532
|
+
surname: string;
|
7533
7533
|
middlename?: string | null | undefined;
|
7534
7534
|
} | {
|
7535
7535
|
country: string;
|
@@ -7580,8 +7580,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7580
7580
|
street?: string | null | undefined;
|
7581
7581
|
zipCode?: string | null | undefined;
|
7582
7582
|
} | {
|
7583
|
-
firstname
|
7584
|
-
surname
|
7583
|
+
firstname: string;
|
7584
|
+
surname: string;
|
7585
7585
|
middlename?: string | null | undefined;
|
7586
7586
|
} | {
|
7587
7587
|
country: string;
|
@@ -7624,8 +7624,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7624
7624
|
street?: string | null | undefined;
|
7625
7625
|
zipCode?: string | null | undefined;
|
7626
7626
|
} | {
|
7627
|
-
firstname
|
7628
|
-
surname
|
7627
|
+
firstname: string;
|
7628
|
+
surname: string;
|
7629
7629
|
middlename?: string | null | undefined;
|
7630
7630
|
} | {
|
7631
7631
|
country: string;
|
@@ -7774,16 +7774,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7774
7774
|
addressLine3?: string | null | undefined;
|
7775
7775
|
postcodeOrZip?: string | null | undefined;
|
7776
7776
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7777
|
-
firstname: z.
|
7778
|
-
surname: z.
|
7777
|
+
firstname: z.ZodString;
|
7778
|
+
surname: z.ZodString;
|
7779
7779
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7780
7780
|
}, "strip", z.ZodTypeAny, {
|
7781
|
-
firstname
|
7782
|
-
surname
|
7781
|
+
firstname: string;
|
7782
|
+
surname: string;
|
7783
7783
|
middlename?: string | null | undefined;
|
7784
7784
|
}, {
|
7785
|
-
firstname
|
7786
|
-
surname
|
7785
|
+
firstname: string;
|
7786
|
+
surname: string;
|
7787
7787
|
middlename?: string | null | undefined;
|
7788
7788
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
7789
7789
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -7900,16 +7900,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7900
7900
|
addressLine3?: string | null | undefined;
|
7901
7901
|
postcodeOrZip?: string | null | undefined;
|
7902
7902
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
7903
|
-
firstname: z.
|
7904
|
-
surname: z.
|
7903
|
+
firstname: z.ZodString;
|
7904
|
+
surname: z.ZodString;
|
7905
7905
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7906
7906
|
}, "strip", z.ZodTypeAny, {
|
7907
|
-
firstname
|
7908
|
-
surname
|
7907
|
+
firstname: string;
|
7908
|
+
surname: string;
|
7909
7909
|
middlename?: string | null | undefined;
|
7910
7910
|
}, {
|
7911
|
-
firstname
|
7912
|
-
surname
|
7911
|
+
firstname: string;
|
7912
|
+
surname: string;
|
7913
7913
|
middlename?: string | null | undefined;
|
7914
7914
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
7915
7915
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -7941,8 +7941,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7941
7941
|
street?: string | null | undefined;
|
7942
7942
|
zipCode?: string | null | undefined;
|
7943
7943
|
} | {
|
7944
|
-
firstname
|
7945
|
-
surname
|
7944
|
+
firstname: string;
|
7945
|
+
surname: string;
|
7946
7946
|
middlename?: string | null | undefined;
|
7947
7947
|
} | {
|
7948
7948
|
country: string;
|
@@ -7985,8 +7985,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
7985
7985
|
street?: string | null | undefined;
|
7986
7986
|
zipCode?: string | null | undefined;
|
7987
7987
|
} | {
|
7988
|
-
firstname
|
7989
|
-
surname
|
7988
|
+
firstname: string;
|
7989
|
+
surname: string;
|
7990
7990
|
middlename?: string | null | undefined;
|
7991
7991
|
} | {
|
7992
7992
|
country: string;
|
@@ -8037,8 +8037,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8037
8037
|
street?: string | null | undefined;
|
8038
8038
|
zipCode?: string | null | undefined;
|
8039
8039
|
} | {
|
8040
|
-
firstname
|
8041
|
-
surname
|
8040
|
+
firstname: string;
|
8041
|
+
surname: string;
|
8042
8042
|
middlename?: string | null | undefined;
|
8043
8043
|
} | {
|
8044
8044
|
country: string;
|
@@ -8081,8 +8081,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8081
8081
|
street?: string | null | undefined;
|
8082
8082
|
zipCode?: string | null | undefined;
|
8083
8083
|
} | {
|
8084
|
-
firstname
|
8085
|
-
surname
|
8084
|
+
firstname: string;
|
8085
|
+
surname: string;
|
8086
8086
|
middlename?: string | null | undefined;
|
8087
8087
|
} | {
|
8088
8088
|
country: string;
|
@@ -8231,16 +8231,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8231
8231
|
addressLine3?: string | null | undefined;
|
8232
8232
|
postcodeOrZip?: string | null | undefined;
|
8233
8233
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8234
|
-
firstname: z.
|
8235
|
-
surname: z.
|
8234
|
+
firstname: z.ZodString;
|
8235
|
+
surname: z.ZodString;
|
8236
8236
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8237
8237
|
}, "strip", z.ZodTypeAny, {
|
8238
|
-
firstname
|
8239
|
-
surname
|
8238
|
+
firstname: string;
|
8239
|
+
surname: string;
|
8240
8240
|
middlename?: string | null | undefined;
|
8241
8241
|
}, {
|
8242
|
-
firstname
|
8243
|
-
surname
|
8242
|
+
firstname: string;
|
8243
|
+
surname: string;
|
8244
8244
|
middlename?: string | null | undefined;
|
8245
8245
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
8246
8246
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -8357,16 +8357,16 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8357
8357
|
addressLine3?: string | null | undefined;
|
8358
8358
|
postcodeOrZip?: string | null | undefined;
|
8359
8359
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8360
|
-
firstname: z.
|
8361
|
-
surname: z.
|
8360
|
+
firstname: z.ZodString;
|
8361
|
+
surname: z.ZodString;
|
8362
8362
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8363
8363
|
}, "strip", z.ZodTypeAny, {
|
8364
|
-
firstname
|
8365
|
-
surname
|
8364
|
+
firstname: string;
|
8365
|
+
surname: string;
|
8366
8366
|
middlename?: string | null | undefined;
|
8367
8367
|
}, {
|
8368
|
-
firstname
|
8369
|
-
surname
|
8368
|
+
firstname: string;
|
8369
|
+
surname: string;
|
8370
8370
|
middlename?: string | null | undefined;
|
8371
8371
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
8372
8372
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -8398,8 +8398,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8398
8398
|
street?: string | null | undefined;
|
8399
8399
|
zipCode?: string | null | undefined;
|
8400
8400
|
} | {
|
8401
|
-
firstname
|
8402
|
-
surname
|
8401
|
+
firstname: string;
|
8402
|
+
surname: string;
|
8403
8403
|
middlename?: string | null | undefined;
|
8404
8404
|
} | {
|
8405
8405
|
country: string;
|
@@ -8442,8 +8442,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8442
8442
|
street?: string | null | undefined;
|
8443
8443
|
zipCode?: string | null | undefined;
|
8444
8444
|
} | {
|
8445
|
-
firstname
|
8446
|
-
surname
|
8445
|
+
firstname: string;
|
8446
|
+
surname: string;
|
8447
8447
|
middlename?: string | null | undefined;
|
8448
8448
|
} | {
|
8449
8449
|
country: string;
|
@@ -8494,8 +8494,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8494
8494
|
street?: string | null | undefined;
|
8495
8495
|
zipCode?: string | null | undefined;
|
8496
8496
|
} | {
|
8497
|
-
firstname
|
8498
|
-
surname
|
8497
|
+
firstname: string;
|
8498
|
+
surname: string;
|
8499
8499
|
middlename?: string | null | undefined;
|
8500
8500
|
} | {
|
8501
8501
|
country: string;
|
@@ -8538,8 +8538,8 @@ export declare const ActionDocument: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
8538
8538
|
street?: string | null | undefined;
|
8539
8539
|
zipCode?: string | null | undefined;
|
8540
8540
|
} | {
|
8541
|
-
firstname
|
8542
|
-
surname
|
8541
|
+
firstname: string;
|
8542
|
+
surname: string;
|
8543
8543
|
middlename?: string | null | undefined;
|
8544
8544
|
} | {
|
8545
8545
|
country: string;
|
@@ -8690,16 +8690,16 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
|
|
8690
8690
|
addressLine3?: string | null | undefined;
|
8691
8691
|
postcodeOrZip?: string | null | undefined;
|
8692
8692
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8693
|
-
firstname: z.
|
8694
|
-
surname: z.
|
8693
|
+
firstname: z.ZodString;
|
8694
|
+
surname: z.ZodString;
|
8695
8695
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8696
8696
|
}, "strip", z.ZodTypeAny, {
|
8697
|
-
firstname
|
8698
|
-
surname
|
8697
|
+
firstname: string;
|
8698
|
+
surname: string;
|
8699
8699
|
middlename?: string | null | undefined;
|
8700
8700
|
}, {
|
8701
|
-
firstname
|
8702
|
-
surname
|
8701
|
+
firstname: string;
|
8702
|
+
surname: string;
|
8703
8703
|
middlename?: string | null | undefined;
|
8704
8704
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
8705
8705
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -8816,16 +8816,16 @@ export declare const AsyncRejectActionDocument: z.ZodObject<z.objectUtil.extendS
|
|
8816
8816
|
addressLine3?: string | null | undefined;
|
8817
8817
|
postcodeOrZip?: string | null | undefined;
|
8818
8818
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8819
|
-
firstname: z.
|
8820
|
-
surname: z.
|
8819
|
+
firstname: z.ZodString;
|
8820
|
+
surname: z.ZodString;
|
8821
8821
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8822
8822
|
}, "strip", z.ZodTypeAny, {
|
8823
|
-
firstname
|
8824
|
-
surname
|
8823
|
+
firstname: string;
|
8824
|
+
surname: string;
|
8825
8825
|
middlename?: string | null | undefined;
|
8826
8826
|
}, {
|
8827
|
-
firstname
|
8828
|
-
surname
|
8827
|
+
firstname: string;
|
8828
|
+
surname: string;
|
8829
8829
|
middlename?: string | null | undefined;
|
8830
8830
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
8831
8831
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -8982,16 +8982,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
8982
8982
|
addressLine3?: string | null | undefined;
|
8983
8983
|
postcodeOrZip?: string | null | undefined;
|
8984
8984
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
8985
|
-
firstname: z.
|
8986
|
-
surname: z.
|
8985
|
+
firstname: z.ZodString;
|
8986
|
+
surname: z.ZodString;
|
8987
8987
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
8988
8988
|
}, "strip", z.ZodTypeAny, {
|
8989
|
-
firstname
|
8990
|
-
surname
|
8989
|
+
firstname: string;
|
8990
|
+
surname: string;
|
8991
8991
|
middlename?: string | null | undefined;
|
8992
8992
|
}, {
|
8993
|
-
firstname
|
8994
|
-
surname
|
8993
|
+
firstname: string;
|
8994
|
+
surname: string;
|
8995
8995
|
middlename?: string | null | undefined;
|
8996
8996
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
8997
8997
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -9108,16 +9108,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9108
9108
|
addressLine3?: string | null | undefined;
|
9109
9109
|
postcodeOrZip?: string | null | undefined;
|
9110
9110
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9111
|
-
firstname: z.
|
9112
|
-
surname: z.
|
9111
|
+
firstname: z.ZodString;
|
9112
|
+
surname: z.ZodString;
|
9113
9113
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9114
9114
|
}, "strip", z.ZodTypeAny, {
|
9115
|
-
firstname
|
9116
|
-
surname
|
9115
|
+
firstname: string;
|
9116
|
+
surname: string;
|
9117
9117
|
middlename?: string | null | undefined;
|
9118
9118
|
}, {
|
9119
|
-
firstname
|
9120
|
-
surname
|
9119
|
+
firstname: string;
|
9120
|
+
surname: string;
|
9121
9121
|
middlename?: string | null | undefined;
|
9122
9122
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
9123
9123
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -9149,8 +9149,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9149
9149
|
street?: string | null | undefined;
|
9150
9150
|
zipCode?: string | null | undefined;
|
9151
9151
|
} | {
|
9152
|
-
firstname
|
9153
|
-
surname
|
9152
|
+
firstname: string;
|
9153
|
+
surname: string;
|
9154
9154
|
middlename?: string | null | undefined;
|
9155
9155
|
} | {
|
9156
9156
|
country: string;
|
@@ -9193,8 +9193,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9193
9193
|
street?: string | null | undefined;
|
9194
9194
|
zipCode?: string | null | undefined;
|
9195
9195
|
} | {
|
9196
|
-
firstname
|
9197
|
-
surname
|
9196
|
+
firstname: string;
|
9197
|
+
surname: string;
|
9198
9198
|
middlename?: string | null | undefined;
|
9199
9199
|
} | {
|
9200
9200
|
country: string;
|
@@ -9245,8 +9245,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9245
9245
|
street?: string | null | undefined;
|
9246
9246
|
zipCode?: string | null | undefined;
|
9247
9247
|
} | {
|
9248
|
-
firstname
|
9249
|
-
surname
|
9248
|
+
firstname: string;
|
9249
|
+
surname: string;
|
9250
9250
|
middlename?: string | null | undefined;
|
9251
9251
|
} | {
|
9252
9252
|
country: string;
|
@@ -9289,8 +9289,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9289
9289
|
street?: string | null | undefined;
|
9290
9290
|
zipCode?: string | null | undefined;
|
9291
9291
|
} | {
|
9292
|
-
firstname
|
9293
|
-
surname
|
9292
|
+
firstname: string;
|
9293
|
+
surname: string;
|
9294
9294
|
middlename?: string | null | undefined;
|
9295
9295
|
} | {
|
9296
9296
|
country: string;
|
@@ -9439,16 +9439,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9439
9439
|
addressLine3?: string | null | undefined;
|
9440
9440
|
postcodeOrZip?: string | null | undefined;
|
9441
9441
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9442
|
-
firstname: z.
|
9443
|
-
surname: z.
|
9442
|
+
firstname: z.ZodString;
|
9443
|
+
surname: z.ZodString;
|
9444
9444
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9445
9445
|
}, "strip", z.ZodTypeAny, {
|
9446
|
-
firstname
|
9447
|
-
surname
|
9446
|
+
firstname: string;
|
9447
|
+
surname: string;
|
9448
9448
|
middlename?: string | null | undefined;
|
9449
9449
|
}, {
|
9450
|
-
firstname
|
9451
|
-
surname
|
9450
|
+
firstname: string;
|
9451
|
+
surname: string;
|
9452
9452
|
middlename?: string | null | undefined;
|
9453
9453
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
9454
9454
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -9565,16 +9565,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9565
9565
|
addressLine3?: string | null | undefined;
|
9566
9566
|
postcodeOrZip?: string | null | undefined;
|
9567
9567
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9568
|
-
firstname: z.
|
9569
|
-
surname: z.
|
9568
|
+
firstname: z.ZodString;
|
9569
|
+
surname: z.ZodString;
|
9570
9570
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9571
9571
|
}, "strip", z.ZodTypeAny, {
|
9572
|
-
firstname
|
9573
|
-
surname
|
9572
|
+
firstname: string;
|
9573
|
+
surname: string;
|
9574
9574
|
middlename?: string | null | undefined;
|
9575
9575
|
}, {
|
9576
|
-
firstname
|
9577
|
-
surname
|
9576
|
+
firstname: string;
|
9577
|
+
surname: string;
|
9578
9578
|
middlename?: string | null | undefined;
|
9579
9579
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
9580
9580
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -9606,8 +9606,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9606
9606
|
street?: string | null | undefined;
|
9607
9607
|
zipCode?: string | null | undefined;
|
9608
9608
|
} | {
|
9609
|
-
firstname
|
9610
|
-
surname
|
9609
|
+
firstname: string;
|
9610
|
+
surname: string;
|
9611
9611
|
middlename?: string | null | undefined;
|
9612
9612
|
} | {
|
9613
9613
|
country: string;
|
@@ -9650,8 +9650,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9650
9650
|
street?: string | null | undefined;
|
9651
9651
|
zipCode?: string | null | undefined;
|
9652
9652
|
} | {
|
9653
|
-
firstname
|
9654
|
-
surname
|
9653
|
+
firstname: string;
|
9654
|
+
surname: string;
|
9655
9655
|
middlename?: string | null | undefined;
|
9656
9656
|
} | {
|
9657
9657
|
country: string;
|
@@ -9702,8 +9702,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9702
9702
|
street?: string | null | undefined;
|
9703
9703
|
zipCode?: string | null | undefined;
|
9704
9704
|
} | {
|
9705
|
-
firstname
|
9706
|
-
surname
|
9705
|
+
firstname: string;
|
9706
|
+
surname: string;
|
9707
9707
|
middlename?: string | null | undefined;
|
9708
9708
|
} | {
|
9709
9709
|
country: string;
|
@@ -9746,8 +9746,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9746
9746
|
street?: string | null | undefined;
|
9747
9747
|
zipCode?: string | null | undefined;
|
9748
9748
|
} | {
|
9749
|
-
firstname
|
9750
|
-
surname
|
9749
|
+
firstname: string;
|
9750
|
+
surname: string;
|
9751
9751
|
middlename?: string | null | undefined;
|
9752
9752
|
} | {
|
9753
9753
|
country: string;
|
@@ -9896,16 +9896,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
9896
9896
|
addressLine3?: string | null | undefined;
|
9897
9897
|
postcodeOrZip?: string | null | undefined;
|
9898
9898
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
9899
|
-
firstname: z.
|
9900
|
-
surname: z.
|
9899
|
+
firstname: z.ZodString;
|
9900
|
+
surname: z.ZodString;
|
9901
9901
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
9902
9902
|
}, "strip", z.ZodTypeAny, {
|
9903
|
-
firstname
|
9904
|
-
surname
|
9903
|
+
firstname: string;
|
9904
|
+
surname: string;
|
9905
9905
|
middlename?: string | null | undefined;
|
9906
9906
|
}, {
|
9907
|
-
firstname
|
9908
|
-
surname
|
9907
|
+
firstname: string;
|
9908
|
+
surname: string;
|
9909
9909
|
middlename?: string | null | undefined;
|
9910
9910
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
9911
9911
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -10022,16 +10022,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10022
10022
|
addressLine3?: string | null | undefined;
|
10023
10023
|
postcodeOrZip?: string | null | undefined;
|
10024
10024
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10025
|
-
firstname: z.
|
10026
|
-
surname: z.
|
10025
|
+
firstname: z.ZodString;
|
10026
|
+
surname: z.ZodString;
|
10027
10027
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10028
10028
|
}, "strip", z.ZodTypeAny, {
|
10029
|
-
firstname
|
10030
|
-
surname
|
10029
|
+
firstname: string;
|
10030
|
+
surname: string;
|
10031
10031
|
middlename?: string | null | undefined;
|
10032
10032
|
}, {
|
10033
|
-
firstname
|
10034
|
-
surname
|
10033
|
+
firstname: string;
|
10034
|
+
surname: string;
|
10035
10035
|
middlename?: string | null | undefined;
|
10036
10036
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
10037
10037
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -10077,8 +10077,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10077
10077
|
street?: string | null | undefined;
|
10078
10078
|
zipCode?: string | null | undefined;
|
10079
10079
|
} | {
|
10080
|
-
firstname
|
10081
|
-
surname
|
10080
|
+
firstname: string;
|
10081
|
+
surname: string;
|
10082
10082
|
middlename?: string | null | undefined;
|
10083
10083
|
} | {
|
10084
10084
|
country: string;
|
@@ -10121,8 +10121,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10121
10121
|
street?: string | null | undefined;
|
10122
10122
|
zipCode?: string | null | undefined;
|
10123
10123
|
} | {
|
10124
|
-
firstname
|
10125
|
-
surname
|
10124
|
+
firstname: string;
|
10125
|
+
surname: string;
|
10126
10126
|
middlename?: string | null | undefined;
|
10127
10127
|
} | {
|
10128
10128
|
country: string;
|
@@ -10177,8 +10177,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10177
10177
|
street?: string | null | undefined;
|
10178
10178
|
zipCode?: string | null | undefined;
|
10179
10179
|
} | {
|
10180
|
-
firstname
|
10181
|
-
surname
|
10180
|
+
firstname: string;
|
10181
|
+
surname: string;
|
10182
10182
|
middlename?: string | null | undefined;
|
10183
10183
|
} | {
|
10184
10184
|
country: string;
|
@@ -10221,8 +10221,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10221
10221
|
street?: string | null | undefined;
|
10222
10222
|
zipCode?: string | null | undefined;
|
10223
10223
|
} | {
|
10224
|
-
firstname
|
10225
|
-
surname
|
10224
|
+
firstname: string;
|
10225
|
+
surname: string;
|
10226
10226
|
middlename?: string | null | undefined;
|
10227
10227
|
} | {
|
10228
10228
|
country: string;
|
@@ -10371,16 +10371,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10371
10371
|
addressLine3?: string | null | undefined;
|
10372
10372
|
postcodeOrZip?: string | null | undefined;
|
10373
10373
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10374
|
-
firstname: z.
|
10375
|
-
surname: z.
|
10374
|
+
firstname: z.ZodString;
|
10375
|
+
surname: z.ZodString;
|
10376
10376
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10377
10377
|
}, "strip", z.ZodTypeAny, {
|
10378
|
-
firstname
|
10379
|
-
surname
|
10378
|
+
firstname: string;
|
10379
|
+
surname: string;
|
10380
10380
|
middlename?: string | null | undefined;
|
10381
10381
|
}, {
|
10382
|
-
firstname
|
10383
|
-
surname
|
10382
|
+
firstname: string;
|
10383
|
+
surname: string;
|
10384
10384
|
middlename?: string | null | undefined;
|
10385
10385
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
10386
10386
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -10497,16 +10497,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10497
10497
|
addressLine3?: string | null | undefined;
|
10498
10498
|
postcodeOrZip?: string | null | undefined;
|
10499
10499
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10500
|
-
firstname: z.
|
10501
|
-
surname: z.
|
10500
|
+
firstname: z.ZodString;
|
10501
|
+
surname: z.ZodString;
|
10502
10502
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10503
10503
|
}, "strip", z.ZodTypeAny, {
|
10504
|
-
firstname
|
10505
|
-
surname
|
10504
|
+
firstname: string;
|
10505
|
+
surname: string;
|
10506
10506
|
middlename?: string | null | undefined;
|
10507
10507
|
}, {
|
10508
|
-
firstname
|
10509
|
-
surname
|
10508
|
+
firstname: string;
|
10509
|
+
surname: string;
|
10510
10510
|
middlename?: string | null | undefined;
|
10511
10511
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
10512
10512
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -10538,8 +10538,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10538
10538
|
street?: string | null | undefined;
|
10539
10539
|
zipCode?: string | null | undefined;
|
10540
10540
|
} | {
|
10541
|
-
firstname
|
10542
|
-
surname
|
10541
|
+
firstname: string;
|
10542
|
+
surname: string;
|
10543
10543
|
middlename?: string | null | undefined;
|
10544
10544
|
} | {
|
10545
10545
|
country: string;
|
@@ -10582,8 +10582,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10582
10582
|
street?: string | null | undefined;
|
10583
10583
|
zipCode?: string | null | undefined;
|
10584
10584
|
} | {
|
10585
|
-
firstname
|
10586
|
-
surname
|
10585
|
+
firstname: string;
|
10586
|
+
surname: string;
|
10587
10587
|
middlename?: string | null | undefined;
|
10588
10588
|
} | {
|
10589
10589
|
country: string;
|
@@ -10634,8 +10634,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10634
10634
|
street?: string | null | undefined;
|
10635
10635
|
zipCode?: string | null | undefined;
|
10636
10636
|
} | {
|
10637
|
-
firstname
|
10638
|
-
surname
|
10637
|
+
firstname: string;
|
10638
|
+
surname: string;
|
10639
10639
|
middlename?: string | null | undefined;
|
10640
10640
|
} | {
|
10641
10641
|
country: string;
|
@@ -10678,8 +10678,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10678
10678
|
street?: string | null | undefined;
|
10679
10679
|
zipCode?: string | null | undefined;
|
10680
10680
|
} | {
|
10681
|
-
firstname
|
10682
|
-
surname
|
10681
|
+
firstname: string;
|
10682
|
+
surname: string;
|
10683
10683
|
middlename?: string | null | undefined;
|
10684
10684
|
} | {
|
10685
10685
|
country: string;
|
@@ -10828,16 +10828,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10828
10828
|
addressLine3?: string | null | undefined;
|
10829
10829
|
postcodeOrZip?: string | null | undefined;
|
10830
10830
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10831
|
-
firstname: z.
|
10832
|
-
surname: z.
|
10831
|
+
firstname: z.ZodString;
|
10832
|
+
surname: z.ZodString;
|
10833
10833
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10834
10834
|
}, "strip", z.ZodTypeAny, {
|
10835
|
-
firstname
|
10836
|
-
surname
|
10835
|
+
firstname: string;
|
10836
|
+
surname: string;
|
10837
10837
|
middlename?: string | null | undefined;
|
10838
10838
|
}, {
|
10839
|
-
firstname
|
10840
|
-
surname
|
10839
|
+
firstname: string;
|
10840
|
+
surname: string;
|
10841
10841
|
middlename?: string | null | undefined;
|
10842
10842
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
10843
10843
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -10954,16 +10954,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
10954
10954
|
addressLine3?: string | null | undefined;
|
10955
10955
|
postcodeOrZip?: string | null | undefined;
|
10956
10956
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
10957
|
-
firstname: z.
|
10958
|
-
surname: z.
|
10957
|
+
firstname: z.ZodString;
|
10958
|
+
surname: z.ZodString;
|
10959
10959
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
10960
10960
|
}, "strip", z.ZodTypeAny, {
|
10961
|
-
firstname
|
10962
|
-
surname
|
10961
|
+
firstname: string;
|
10962
|
+
surname: string;
|
10963
10963
|
middlename?: string | null | undefined;
|
10964
10964
|
}, {
|
10965
|
-
firstname
|
10966
|
-
surname
|
10965
|
+
firstname: string;
|
10966
|
+
surname: string;
|
10967
10967
|
middlename?: string | null | undefined;
|
10968
10968
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
10969
10969
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -11009,8 +11009,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11009
11009
|
street?: string | null | undefined;
|
11010
11010
|
zipCode?: string | null | undefined;
|
11011
11011
|
} | {
|
11012
|
-
firstname
|
11013
|
-
surname
|
11012
|
+
firstname: string;
|
11013
|
+
surname: string;
|
11014
11014
|
middlename?: string | null | undefined;
|
11015
11015
|
} | {
|
11016
11016
|
country: string;
|
@@ -11053,8 +11053,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11053
11053
|
street?: string | null | undefined;
|
11054
11054
|
zipCode?: string | null | undefined;
|
11055
11055
|
} | {
|
11056
|
-
firstname
|
11057
|
-
surname
|
11056
|
+
firstname: string;
|
11057
|
+
surname: string;
|
11058
11058
|
middlename?: string | null | undefined;
|
11059
11059
|
} | {
|
11060
11060
|
country: string;
|
@@ -11109,8 +11109,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11109
11109
|
street?: string | null | undefined;
|
11110
11110
|
zipCode?: string | null | undefined;
|
11111
11111
|
} | {
|
11112
|
-
firstname
|
11113
|
-
surname
|
11112
|
+
firstname: string;
|
11113
|
+
surname: string;
|
11114
11114
|
middlename?: string | null | undefined;
|
11115
11115
|
} | {
|
11116
11116
|
country: string;
|
@@ -11153,8 +11153,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11153
11153
|
street?: string | null | undefined;
|
11154
11154
|
zipCode?: string | null | undefined;
|
11155
11155
|
} | {
|
11156
|
-
firstname
|
11157
|
-
surname
|
11156
|
+
firstname: string;
|
11157
|
+
surname: string;
|
11158
11158
|
middlename?: string | null | undefined;
|
11159
11159
|
} | {
|
11160
11160
|
country: string;
|
@@ -11303,16 +11303,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11303
11303
|
addressLine3?: string | null | undefined;
|
11304
11304
|
postcodeOrZip?: string | null | undefined;
|
11305
11305
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11306
|
-
firstname: z.
|
11307
|
-
surname: z.
|
11306
|
+
firstname: z.ZodString;
|
11307
|
+
surname: z.ZodString;
|
11308
11308
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11309
11309
|
}, "strip", z.ZodTypeAny, {
|
11310
|
-
firstname
|
11311
|
-
surname
|
11310
|
+
firstname: string;
|
11311
|
+
surname: string;
|
11312
11312
|
middlename?: string | null | undefined;
|
11313
11313
|
}, {
|
11314
|
-
firstname
|
11315
|
-
surname
|
11314
|
+
firstname: string;
|
11315
|
+
surname: string;
|
11316
11316
|
middlename?: string | null | undefined;
|
11317
11317
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
11318
11318
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -11429,16 +11429,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11429
11429
|
addressLine3?: string | null | undefined;
|
11430
11430
|
postcodeOrZip?: string | null | undefined;
|
11431
11431
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11432
|
-
firstname: z.
|
11433
|
-
surname: z.
|
11432
|
+
firstname: z.ZodString;
|
11433
|
+
surname: z.ZodString;
|
11434
11434
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11435
11435
|
}, "strip", z.ZodTypeAny, {
|
11436
|
-
firstname
|
11437
|
-
surname
|
11436
|
+
firstname: string;
|
11437
|
+
surname: string;
|
11438
11438
|
middlename?: string | null | undefined;
|
11439
11439
|
}, {
|
11440
|
-
firstname
|
11441
|
-
surname
|
11440
|
+
firstname: string;
|
11441
|
+
surname: string;
|
11442
11442
|
middlename?: string | null | undefined;
|
11443
11443
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
11444
11444
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -11470,8 +11470,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11470
11470
|
street?: string | null | undefined;
|
11471
11471
|
zipCode?: string | null | undefined;
|
11472
11472
|
} | {
|
11473
|
-
firstname
|
11474
|
-
surname
|
11473
|
+
firstname: string;
|
11474
|
+
surname: string;
|
11475
11475
|
middlename?: string | null | undefined;
|
11476
11476
|
} | {
|
11477
11477
|
country: string;
|
@@ -11514,8 +11514,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11514
11514
|
street?: string | null | undefined;
|
11515
11515
|
zipCode?: string | null | undefined;
|
11516
11516
|
} | {
|
11517
|
-
firstname
|
11518
|
-
surname
|
11517
|
+
firstname: string;
|
11518
|
+
surname: string;
|
11519
11519
|
middlename?: string | null | undefined;
|
11520
11520
|
} | {
|
11521
11521
|
country: string;
|
@@ -11566,8 +11566,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11566
11566
|
street?: string | null | undefined;
|
11567
11567
|
zipCode?: string | null | undefined;
|
11568
11568
|
} | {
|
11569
|
-
firstname
|
11570
|
-
surname
|
11569
|
+
firstname: string;
|
11570
|
+
surname: string;
|
11571
11571
|
middlename?: string | null | undefined;
|
11572
11572
|
} | {
|
11573
11573
|
country: string;
|
@@ -11610,8 +11610,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11610
11610
|
street?: string | null | undefined;
|
11611
11611
|
zipCode?: string | null | undefined;
|
11612
11612
|
} | {
|
11613
|
-
firstname
|
11614
|
-
surname
|
11613
|
+
firstname: string;
|
11614
|
+
surname: string;
|
11615
11615
|
middlename?: string | null | undefined;
|
11616
11616
|
} | {
|
11617
11617
|
country: string;
|
@@ -11760,16 +11760,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11760
11760
|
addressLine3?: string | null | undefined;
|
11761
11761
|
postcodeOrZip?: string | null | undefined;
|
11762
11762
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11763
|
-
firstname: z.
|
11764
|
-
surname: z.
|
11763
|
+
firstname: z.ZodString;
|
11764
|
+
surname: z.ZodString;
|
11765
11765
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11766
11766
|
}, "strip", z.ZodTypeAny, {
|
11767
|
-
firstname
|
11768
|
-
surname
|
11767
|
+
firstname: string;
|
11768
|
+
surname: string;
|
11769
11769
|
middlename?: string | null | undefined;
|
11770
11770
|
}, {
|
11771
|
-
firstname
|
11772
|
-
surname
|
11771
|
+
firstname: string;
|
11772
|
+
surname: string;
|
11773
11773
|
middlename?: string | null | undefined;
|
11774
11774
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
11775
11775
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -11886,16 +11886,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11886
11886
|
addressLine3?: string | null | undefined;
|
11887
11887
|
postcodeOrZip?: string | null | undefined;
|
11888
11888
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
11889
|
-
firstname: z.
|
11890
|
-
surname: z.
|
11889
|
+
firstname: z.ZodString;
|
11890
|
+
surname: z.ZodString;
|
11891
11891
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
11892
11892
|
}, "strip", z.ZodTypeAny, {
|
11893
|
-
firstname
|
11894
|
-
surname
|
11893
|
+
firstname: string;
|
11894
|
+
surname: string;
|
11895
11895
|
middlename?: string | null | undefined;
|
11896
11896
|
}, {
|
11897
|
-
firstname
|
11898
|
-
surname
|
11897
|
+
firstname: string;
|
11898
|
+
surname: string;
|
11899
11899
|
middlename?: string | null | undefined;
|
11900
11900
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
11901
11901
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -11928,8 +11928,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11928
11928
|
street?: string | null | undefined;
|
11929
11929
|
zipCode?: string | null | undefined;
|
11930
11930
|
} | {
|
11931
|
-
firstname
|
11932
|
-
surname
|
11931
|
+
firstname: string;
|
11932
|
+
surname: string;
|
11933
11933
|
middlename?: string | null | undefined;
|
11934
11934
|
} | {
|
11935
11935
|
country: string;
|
@@ -11972,8 +11972,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
11972
11972
|
street?: string | null | undefined;
|
11973
11973
|
zipCode?: string | null | undefined;
|
11974
11974
|
} | {
|
11975
|
-
firstname
|
11976
|
-
surname
|
11975
|
+
firstname: string;
|
11976
|
+
surname: string;
|
11977
11977
|
middlename?: string | null | undefined;
|
11978
11978
|
} | {
|
11979
11979
|
country: string;
|
@@ -12025,8 +12025,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12025
12025
|
street?: string | null | undefined;
|
12026
12026
|
zipCode?: string | null | undefined;
|
12027
12027
|
} | {
|
12028
|
-
firstname
|
12029
|
-
surname
|
12028
|
+
firstname: string;
|
12029
|
+
surname: string;
|
12030
12030
|
middlename?: string | null | undefined;
|
12031
12031
|
} | {
|
12032
12032
|
country: string;
|
@@ -12069,8 +12069,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12069
12069
|
street?: string | null | undefined;
|
12070
12070
|
zipCode?: string | null | undefined;
|
12071
12071
|
} | {
|
12072
|
-
firstname
|
12073
|
-
surname
|
12072
|
+
firstname: string;
|
12073
|
+
surname: string;
|
12074
12074
|
middlename?: string | null | undefined;
|
12075
12075
|
} | {
|
12076
12076
|
country: string;
|
@@ -12220,16 +12220,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12220
12220
|
addressLine3?: string | null | undefined;
|
12221
12221
|
postcodeOrZip?: string | null | undefined;
|
12222
12222
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12223
|
-
firstname: z.
|
12224
|
-
surname: z.
|
12223
|
+
firstname: z.ZodString;
|
12224
|
+
surname: z.ZodString;
|
12225
12225
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12226
12226
|
}, "strip", z.ZodTypeAny, {
|
12227
|
-
firstname
|
12228
|
-
surname
|
12227
|
+
firstname: string;
|
12228
|
+
surname: string;
|
12229
12229
|
middlename?: string | null | undefined;
|
12230
12230
|
}, {
|
12231
|
-
firstname
|
12232
|
-
surname
|
12231
|
+
firstname: string;
|
12232
|
+
surname: string;
|
12233
12233
|
middlename?: string | null | undefined;
|
12234
12234
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
12235
12235
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -12346,16 +12346,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12346
12346
|
addressLine3?: string | null | undefined;
|
12347
12347
|
postcodeOrZip?: string | null | undefined;
|
12348
12348
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12349
|
-
firstname: z.
|
12350
|
-
surname: z.
|
12349
|
+
firstname: z.ZodString;
|
12350
|
+
surname: z.ZodString;
|
12351
12351
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12352
12352
|
}, "strip", z.ZodTypeAny, {
|
12353
|
-
firstname
|
12354
|
-
surname
|
12353
|
+
firstname: string;
|
12354
|
+
surname: string;
|
12355
12355
|
middlename?: string | null | undefined;
|
12356
12356
|
}, {
|
12357
|
-
firstname
|
12358
|
-
surname
|
12357
|
+
firstname: string;
|
12358
|
+
surname: string;
|
12359
12359
|
middlename?: string | null | undefined;
|
12360
12360
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
12361
12361
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -12387,8 +12387,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12387
12387
|
street?: string | null | undefined;
|
12388
12388
|
zipCode?: string | null | undefined;
|
12389
12389
|
} | {
|
12390
|
-
firstname
|
12391
|
-
surname
|
12390
|
+
firstname: string;
|
12391
|
+
surname: string;
|
12392
12392
|
middlename?: string | null | undefined;
|
12393
12393
|
} | {
|
12394
12394
|
country: string;
|
@@ -12431,8 +12431,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12431
12431
|
street?: string | null | undefined;
|
12432
12432
|
zipCode?: string | null | undefined;
|
12433
12433
|
} | {
|
12434
|
-
firstname
|
12435
|
-
surname
|
12434
|
+
firstname: string;
|
12435
|
+
surname: string;
|
12436
12436
|
middlename?: string | null | undefined;
|
12437
12437
|
} | {
|
12438
12438
|
country: string;
|
@@ -12483,8 +12483,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12483
12483
|
street?: string | null | undefined;
|
12484
12484
|
zipCode?: string | null | undefined;
|
12485
12485
|
} | {
|
12486
|
-
firstname
|
12487
|
-
surname
|
12486
|
+
firstname: string;
|
12487
|
+
surname: string;
|
12488
12488
|
middlename?: string | null | undefined;
|
12489
12489
|
} | {
|
12490
12490
|
country: string;
|
@@ -12527,8 +12527,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12527
12527
|
street?: string | null | undefined;
|
12528
12528
|
zipCode?: string | null | undefined;
|
12529
12529
|
} | {
|
12530
|
-
firstname
|
12531
|
-
surname
|
12530
|
+
firstname: string;
|
12531
|
+
surname: string;
|
12532
12532
|
middlename?: string | null | undefined;
|
12533
12533
|
} | {
|
12534
12534
|
country: string;
|
@@ -12677,16 +12677,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12677
12677
|
addressLine3?: string | null | undefined;
|
12678
12678
|
postcodeOrZip?: string | null | undefined;
|
12679
12679
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12680
|
-
firstname: z.
|
12681
|
-
surname: z.
|
12680
|
+
firstname: z.ZodString;
|
12681
|
+
surname: z.ZodString;
|
12682
12682
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12683
12683
|
}, "strip", z.ZodTypeAny, {
|
12684
|
-
firstname
|
12685
|
-
surname
|
12684
|
+
firstname: string;
|
12685
|
+
surname: string;
|
12686
12686
|
middlename?: string | null | undefined;
|
12687
12687
|
}, {
|
12688
|
-
firstname
|
12689
|
-
surname
|
12688
|
+
firstname: string;
|
12689
|
+
surname: string;
|
12690
12690
|
middlename?: string | null | undefined;
|
12691
12691
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
12692
12692
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -12803,16 +12803,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12803
12803
|
addressLine3?: string | null | undefined;
|
12804
12804
|
postcodeOrZip?: string | null | undefined;
|
12805
12805
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
12806
|
-
firstname: z.
|
12807
|
-
surname: z.
|
12806
|
+
firstname: z.ZodString;
|
12807
|
+
surname: z.ZodString;
|
12808
12808
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
12809
12809
|
}, "strip", z.ZodTypeAny, {
|
12810
|
-
firstname
|
12811
|
-
surname
|
12810
|
+
firstname: string;
|
12811
|
+
surname: string;
|
12812
12812
|
middlename?: string | null | undefined;
|
12813
12813
|
}, {
|
12814
|
-
firstname
|
12815
|
-
surname
|
12814
|
+
firstname: string;
|
12815
|
+
surname: string;
|
12816
12816
|
middlename?: string | null | undefined;
|
12817
12817
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
12818
12818
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -12845,8 +12845,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12845
12845
|
street?: string | null | undefined;
|
12846
12846
|
zipCode?: string | null | undefined;
|
12847
12847
|
} | {
|
12848
|
-
firstname
|
12849
|
-
surname
|
12848
|
+
firstname: string;
|
12849
|
+
surname: string;
|
12850
12850
|
middlename?: string | null | undefined;
|
12851
12851
|
} | {
|
12852
12852
|
country: string;
|
@@ -12890,8 +12890,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12890
12890
|
street?: string | null | undefined;
|
12891
12891
|
zipCode?: string | null | undefined;
|
12892
12892
|
} | {
|
12893
|
-
firstname
|
12894
|
-
surname
|
12893
|
+
firstname: string;
|
12894
|
+
surname: string;
|
12895
12895
|
middlename?: string | null | undefined;
|
12896
12896
|
} | {
|
12897
12897
|
country: string;
|
@@ -12942,8 +12942,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12942
12942
|
street?: string | null | undefined;
|
12943
12943
|
zipCode?: string | null | undefined;
|
12944
12944
|
} | {
|
12945
|
-
firstname
|
12946
|
-
surname
|
12945
|
+
firstname: string;
|
12946
|
+
surname: string;
|
12947
12947
|
middlename?: string | null | undefined;
|
12948
12948
|
} | {
|
12949
12949
|
country: string;
|
@@ -12987,8 +12987,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
12987
12987
|
street?: string | null | undefined;
|
12988
12988
|
zipCode?: string | null | undefined;
|
12989
12989
|
} | {
|
12990
|
-
firstname
|
12991
|
-
surname
|
12990
|
+
firstname: string;
|
12991
|
+
surname: string;
|
12992
12992
|
middlename?: string | null | undefined;
|
12993
12993
|
} | {
|
12994
12994
|
country: string;
|
@@ -13137,16 +13137,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13137
13137
|
addressLine3?: string | null | undefined;
|
13138
13138
|
postcodeOrZip?: string | null | undefined;
|
13139
13139
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13140
|
-
firstname: z.
|
13141
|
-
surname: z.
|
13140
|
+
firstname: z.ZodString;
|
13141
|
+
surname: z.ZodString;
|
13142
13142
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13143
13143
|
}, "strip", z.ZodTypeAny, {
|
13144
|
-
firstname
|
13145
|
-
surname
|
13144
|
+
firstname: string;
|
13145
|
+
surname: string;
|
13146
13146
|
middlename?: string | null | undefined;
|
13147
13147
|
}, {
|
13148
|
-
firstname
|
13149
|
-
surname
|
13148
|
+
firstname: string;
|
13149
|
+
surname: string;
|
13150
13150
|
middlename?: string | null | undefined;
|
13151
13151
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
13152
13152
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -13263,16 +13263,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13263
13263
|
addressLine3?: string | null | undefined;
|
13264
13264
|
postcodeOrZip?: string | null | undefined;
|
13265
13265
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13266
|
-
firstname: z.
|
13267
|
-
surname: z.
|
13266
|
+
firstname: z.ZodString;
|
13267
|
+
surname: z.ZodString;
|
13268
13268
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13269
13269
|
}, "strip", z.ZodTypeAny, {
|
13270
|
-
firstname
|
13271
|
-
surname
|
13270
|
+
firstname: string;
|
13271
|
+
surname: string;
|
13272
13272
|
middlename?: string | null | undefined;
|
13273
13273
|
}, {
|
13274
|
-
firstname
|
13275
|
-
surname
|
13274
|
+
firstname: string;
|
13275
|
+
surname: string;
|
13276
13276
|
middlename?: string | null | undefined;
|
13277
13277
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
13278
13278
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -13304,8 +13304,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13304
13304
|
street?: string | null | undefined;
|
13305
13305
|
zipCode?: string | null | undefined;
|
13306
13306
|
} | {
|
13307
|
-
firstname
|
13308
|
-
surname
|
13307
|
+
firstname: string;
|
13308
|
+
surname: string;
|
13309
13309
|
middlename?: string | null | undefined;
|
13310
13310
|
} | {
|
13311
13311
|
country: string;
|
@@ -13348,8 +13348,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13348
13348
|
street?: string | null | undefined;
|
13349
13349
|
zipCode?: string | null | undefined;
|
13350
13350
|
} | {
|
13351
|
-
firstname
|
13352
|
-
surname
|
13351
|
+
firstname: string;
|
13352
|
+
surname: string;
|
13353
13353
|
middlename?: string | null | undefined;
|
13354
13354
|
} | {
|
13355
13355
|
country: string;
|
@@ -13400,8 +13400,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13400
13400
|
street?: string | null | undefined;
|
13401
13401
|
zipCode?: string | null | undefined;
|
13402
13402
|
} | {
|
13403
|
-
firstname
|
13404
|
-
surname
|
13403
|
+
firstname: string;
|
13404
|
+
surname: string;
|
13405
13405
|
middlename?: string | null | undefined;
|
13406
13406
|
} | {
|
13407
13407
|
country: string;
|
@@ -13444,8 +13444,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13444
13444
|
street?: string | null | undefined;
|
13445
13445
|
zipCode?: string | null | undefined;
|
13446
13446
|
} | {
|
13447
|
-
firstname
|
13448
|
-
surname
|
13447
|
+
firstname: string;
|
13448
|
+
surname: string;
|
13449
13449
|
middlename?: string | null | undefined;
|
13450
13450
|
} | {
|
13451
13451
|
country: string;
|
@@ -13594,16 +13594,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13594
13594
|
addressLine3?: string | null | undefined;
|
13595
13595
|
postcodeOrZip?: string | null | undefined;
|
13596
13596
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13597
|
-
firstname: z.
|
13598
|
-
surname: z.
|
13597
|
+
firstname: z.ZodString;
|
13598
|
+
surname: z.ZodString;
|
13599
13599
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13600
13600
|
}, "strip", z.ZodTypeAny, {
|
13601
|
-
firstname
|
13602
|
-
surname
|
13601
|
+
firstname: string;
|
13602
|
+
surname: string;
|
13603
13603
|
middlename?: string | null | undefined;
|
13604
13604
|
}, {
|
13605
|
-
firstname
|
13606
|
-
surname
|
13605
|
+
firstname: string;
|
13606
|
+
surname: string;
|
13607
13607
|
middlename?: string | null | undefined;
|
13608
13608
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
13609
13609
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -13720,16 +13720,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13720
13720
|
addressLine3?: string | null | undefined;
|
13721
13721
|
postcodeOrZip?: string | null | undefined;
|
13722
13722
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
13723
|
-
firstname: z.
|
13724
|
-
surname: z.
|
13723
|
+
firstname: z.ZodString;
|
13724
|
+
surname: z.ZodString;
|
13725
13725
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
13726
13726
|
}, "strip", z.ZodTypeAny, {
|
13727
|
-
firstname
|
13728
|
-
surname
|
13727
|
+
firstname: string;
|
13728
|
+
surname: string;
|
13729
13729
|
middlename?: string | null | undefined;
|
13730
13730
|
}, {
|
13731
|
-
firstname
|
13732
|
-
surname
|
13731
|
+
firstname: string;
|
13732
|
+
surname: string;
|
13733
13733
|
middlename?: string | null | undefined;
|
13734
13734
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
13735
13735
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -13762,8 +13762,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13762
13762
|
street?: string | null | undefined;
|
13763
13763
|
zipCode?: string | null | undefined;
|
13764
13764
|
} | {
|
13765
|
-
firstname
|
13766
|
-
surname
|
13765
|
+
firstname: string;
|
13766
|
+
surname: string;
|
13767
13767
|
middlename?: string | null | undefined;
|
13768
13768
|
} | {
|
13769
13769
|
country: string;
|
@@ -13807,8 +13807,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13807
13807
|
street?: string | null | undefined;
|
13808
13808
|
zipCode?: string | null | undefined;
|
13809
13809
|
} | {
|
13810
|
-
firstname
|
13811
|
-
surname
|
13810
|
+
firstname: string;
|
13811
|
+
surname: string;
|
13812
13812
|
middlename?: string | null | undefined;
|
13813
13813
|
} | {
|
13814
13814
|
country: string;
|
@@ -13859,8 +13859,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13859
13859
|
street?: string | null | undefined;
|
13860
13860
|
zipCode?: string | null | undefined;
|
13861
13861
|
} | {
|
13862
|
-
firstname
|
13863
|
-
surname
|
13862
|
+
firstname: string;
|
13863
|
+
surname: string;
|
13864
13864
|
middlename?: string | null | undefined;
|
13865
13865
|
} | {
|
13866
13866
|
country: string;
|
@@ -13904,8 +13904,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
13904
13904
|
street?: string | null | undefined;
|
13905
13905
|
zipCode?: string | null | undefined;
|
13906
13906
|
} | {
|
13907
|
-
firstname
|
13908
|
-
surname
|
13907
|
+
firstname: string;
|
13908
|
+
surname: string;
|
13909
13909
|
middlename?: string | null | undefined;
|
13910
13910
|
} | {
|
13911
13911
|
country: string;
|
@@ -14054,16 +14054,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14054
14054
|
addressLine3?: string | null | undefined;
|
14055
14055
|
postcodeOrZip?: string | null | undefined;
|
14056
14056
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14057
|
-
firstname: z.
|
14058
|
-
surname: z.
|
14057
|
+
firstname: z.ZodString;
|
14058
|
+
surname: z.ZodString;
|
14059
14059
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14060
14060
|
}, "strip", z.ZodTypeAny, {
|
14061
|
-
firstname
|
14062
|
-
surname
|
14061
|
+
firstname: string;
|
14062
|
+
surname: string;
|
14063
14063
|
middlename?: string | null | undefined;
|
14064
14064
|
}, {
|
14065
|
-
firstname
|
14066
|
-
surname
|
14065
|
+
firstname: string;
|
14066
|
+
surname: string;
|
14067
14067
|
middlename?: string | null | undefined;
|
14068
14068
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
14069
14069
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -14180,16 +14180,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14180
14180
|
addressLine3?: string | null | undefined;
|
14181
14181
|
postcodeOrZip?: string | null | undefined;
|
14182
14182
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14183
|
-
firstname: z.
|
14184
|
-
surname: z.
|
14183
|
+
firstname: z.ZodString;
|
14184
|
+
surname: z.ZodString;
|
14185
14185
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14186
14186
|
}, "strip", z.ZodTypeAny, {
|
14187
|
-
firstname
|
14188
|
-
surname
|
14187
|
+
firstname: string;
|
14188
|
+
surname: string;
|
14189
14189
|
middlename?: string | null | undefined;
|
14190
14190
|
}, {
|
14191
|
-
firstname
|
14192
|
-
surname
|
14191
|
+
firstname: string;
|
14192
|
+
surname: string;
|
14193
14193
|
middlename?: string | null | undefined;
|
14194
14194
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
14195
14195
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -14222,8 +14222,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14222
14222
|
street?: string | null | undefined;
|
14223
14223
|
zipCode?: string | null | undefined;
|
14224
14224
|
} | {
|
14225
|
-
firstname
|
14226
|
-
surname
|
14225
|
+
firstname: string;
|
14226
|
+
surname: string;
|
14227
14227
|
middlename?: string | null | undefined;
|
14228
14228
|
} | {
|
14229
14229
|
country: string;
|
@@ -14267,8 +14267,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14267
14267
|
street?: string | null | undefined;
|
14268
14268
|
zipCode?: string | null | undefined;
|
14269
14269
|
} | {
|
14270
|
-
firstname
|
14271
|
-
surname
|
14270
|
+
firstname: string;
|
14271
|
+
surname: string;
|
14272
14272
|
middlename?: string | null | undefined;
|
14273
14273
|
} | {
|
14274
14274
|
country: string;
|
@@ -14319,8 +14319,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14319
14319
|
street?: string | null | undefined;
|
14320
14320
|
zipCode?: string | null | undefined;
|
14321
14321
|
} | {
|
14322
|
-
firstname
|
14323
|
-
surname
|
14322
|
+
firstname: string;
|
14323
|
+
surname: string;
|
14324
14324
|
middlename?: string | null | undefined;
|
14325
14325
|
} | {
|
14326
14326
|
country: string;
|
@@ -14364,8 +14364,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14364
14364
|
street?: string | null | undefined;
|
14365
14365
|
zipCode?: string | null | undefined;
|
14366
14366
|
} | {
|
14367
|
-
firstname
|
14368
|
-
surname
|
14367
|
+
firstname: string;
|
14368
|
+
surname: string;
|
14369
14369
|
middlename?: string | null | undefined;
|
14370
14370
|
} | {
|
14371
14371
|
country: string;
|
@@ -14514,16 +14514,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14514
14514
|
addressLine3?: string | null | undefined;
|
14515
14515
|
postcodeOrZip?: string | null | undefined;
|
14516
14516
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14517
|
-
firstname: z.
|
14518
|
-
surname: z.
|
14517
|
+
firstname: z.ZodString;
|
14518
|
+
surname: z.ZodString;
|
14519
14519
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14520
14520
|
}, "strip", z.ZodTypeAny, {
|
14521
|
-
firstname
|
14522
|
-
surname
|
14521
|
+
firstname: string;
|
14522
|
+
surname: string;
|
14523
14523
|
middlename?: string | null | undefined;
|
14524
14524
|
}, {
|
14525
|
-
firstname
|
14526
|
-
surname
|
14525
|
+
firstname: string;
|
14526
|
+
surname: string;
|
14527
14527
|
middlename?: string | null | undefined;
|
14528
14528
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
14529
14529
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -14640,16 +14640,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14640
14640
|
addressLine3?: string | null | undefined;
|
14641
14641
|
postcodeOrZip?: string | null | undefined;
|
14642
14642
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14643
|
-
firstname: z.
|
14644
|
-
surname: z.
|
14643
|
+
firstname: z.ZodString;
|
14644
|
+
surname: z.ZodString;
|
14645
14645
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14646
14646
|
}, "strip", z.ZodTypeAny, {
|
14647
|
-
firstname
|
14648
|
-
surname
|
14647
|
+
firstname: string;
|
14648
|
+
surname: string;
|
14649
14649
|
middlename?: string | null | undefined;
|
14650
14650
|
}, {
|
14651
|
-
firstname
|
14652
|
-
surname
|
14651
|
+
firstname: string;
|
14652
|
+
surname: string;
|
14653
14653
|
middlename?: string | null | undefined;
|
14654
14654
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
14655
14655
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -14681,8 +14681,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14681
14681
|
street?: string | null | undefined;
|
14682
14682
|
zipCode?: string | null | undefined;
|
14683
14683
|
} | {
|
14684
|
-
firstname
|
14685
|
-
surname
|
14684
|
+
firstname: string;
|
14685
|
+
surname: string;
|
14686
14686
|
middlename?: string | null | undefined;
|
14687
14687
|
} | {
|
14688
14688
|
country: string;
|
@@ -14725,8 +14725,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14725
14725
|
street?: string | null | undefined;
|
14726
14726
|
zipCode?: string | null | undefined;
|
14727
14727
|
} | {
|
14728
|
-
firstname
|
14729
|
-
surname
|
14728
|
+
firstname: string;
|
14729
|
+
surname: string;
|
14730
14730
|
middlename?: string | null | undefined;
|
14731
14731
|
} | {
|
14732
14732
|
country: string;
|
@@ -14777,8 +14777,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14777
14777
|
street?: string | null | undefined;
|
14778
14778
|
zipCode?: string | null | undefined;
|
14779
14779
|
} | {
|
14780
|
-
firstname
|
14781
|
-
surname
|
14780
|
+
firstname: string;
|
14781
|
+
surname: string;
|
14782
14782
|
middlename?: string | null | undefined;
|
14783
14783
|
} | {
|
14784
14784
|
country: string;
|
@@ -14821,8 +14821,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14821
14821
|
street?: string | null | undefined;
|
14822
14822
|
zipCode?: string | null | undefined;
|
14823
14823
|
} | {
|
14824
|
-
firstname
|
14825
|
-
surname
|
14824
|
+
firstname: string;
|
14825
|
+
surname: string;
|
14826
14826
|
middlename?: string | null | undefined;
|
14827
14827
|
} | {
|
14828
14828
|
country: string;
|
@@ -14971,16 +14971,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
14971
14971
|
addressLine3?: string | null | undefined;
|
14972
14972
|
postcodeOrZip?: string | null | undefined;
|
14973
14973
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
14974
|
-
firstname: z.
|
14975
|
-
surname: z.
|
14974
|
+
firstname: z.ZodString;
|
14975
|
+
surname: z.ZodString;
|
14976
14976
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
14977
14977
|
}, "strip", z.ZodTypeAny, {
|
14978
|
-
firstname
|
14979
|
-
surname
|
14978
|
+
firstname: string;
|
14979
|
+
surname: string;
|
14980
14980
|
middlename?: string | null | undefined;
|
14981
14981
|
}, {
|
14982
|
-
firstname
|
14983
|
-
surname
|
14982
|
+
firstname: string;
|
14983
|
+
surname: string;
|
14984
14984
|
middlename?: string | null | undefined;
|
14985
14985
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
14986
14986
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -15097,16 +15097,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15097
15097
|
addressLine3?: string | null | undefined;
|
15098
15098
|
postcodeOrZip?: string | null | undefined;
|
15099
15099
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15100
|
-
firstname: z.
|
15101
|
-
surname: z.
|
15100
|
+
firstname: z.ZodString;
|
15101
|
+
surname: z.ZodString;
|
15102
15102
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15103
15103
|
}, "strip", z.ZodTypeAny, {
|
15104
|
-
firstname
|
15105
|
-
surname
|
15104
|
+
firstname: string;
|
15105
|
+
surname: string;
|
15106
15106
|
middlename?: string | null | undefined;
|
15107
15107
|
}, {
|
15108
|
-
firstname
|
15109
|
-
surname
|
15108
|
+
firstname: string;
|
15109
|
+
surname: string;
|
15110
15110
|
middlename?: string | null | undefined;
|
15111
15111
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
15112
15112
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -15138,8 +15138,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15138
15138
|
street?: string | null | undefined;
|
15139
15139
|
zipCode?: string | null | undefined;
|
15140
15140
|
} | {
|
15141
|
-
firstname
|
15142
|
-
surname
|
15141
|
+
firstname: string;
|
15142
|
+
surname: string;
|
15143
15143
|
middlename?: string | null | undefined;
|
15144
15144
|
} | {
|
15145
15145
|
country: string;
|
@@ -15182,8 +15182,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15182
15182
|
street?: string | null | undefined;
|
15183
15183
|
zipCode?: string | null | undefined;
|
15184
15184
|
} | {
|
15185
|
-
firstname
|
15186
|
-
surname
|
15185
|
+
firstname: string;
|
15186
|
+
surname: string;
|
15187
15187
|
middlename?: string | null | undefined;
|
15188
15188
|
} | {
|
15189
15189
|
country: string;
|
@@ -15234,8 +15234,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15234
15234
|
street?: string | null | undefined;
|
15235
15235
|
zipCode?: string | null | undefined;
|
15236
15236
|
} | {
|
15237
|
-
firstname
|
15238
|
-
surname
|
15237
|
+
firstname: string;
|
15238
|
+
surname: string;
|
15239
15239
|
middlename?: string | null | undefined;
|
15240
15240
|
} | {
|
15241
15241
|
country: string;
|
@@ -15278,8 +15278,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15278
15278
|
street?: string | null | undefined;
|
15279
15279
|
zipCode?: string | null | undefined;
|
15280
15280
|
} | {
|
15281
|
-
firstname
|
15282
|
-
surname
|
15281
|
+
firstname: string;
|
15282
|
+
surname: string;
|
15283
15283
|
middlename?: string | null | undefined;
|
15284
15284
|
} | {
|
15285
15285
|
country: string;
|
@@ -15428,16 +15428,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15428
15428
|
addressLine3?: string | null | undefined;
|
15429
15429
|
postcodeOrZip?: string | null | undefined;
|
15430
15430
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15431
|
-
firstname: z.
|
15432
|
-
surname: z.
|
15431
|
+
firstname: z.ZodString;
|
15432
|
+
surname: z.ZodString;
|
15433
15433
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15434
15434
|
}, "strip", z.ZodTypeAny, {
|
15435
|
-
firstname
|
15436
|
-
surname
|
15435
|
+
firstname: string;
|
15436
|
+
surname: string;
|
15437
15437
|
middlename?: string | null | undefined;
|
15438
15438
|
}, {
|
15439
|
-
firstname
|
15440
|
-
surname
|
15439
|
+
firstname: string;
|
15440
|
+
surname: string;
|
15441
15441
|
middlename?: string | null | undefined;
|
15442
15442
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
15443
15443
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -15554,16 +15554,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15554
15554
|
addressLine3?: string | null | undefined;
|
15555
15555
|
postcodeOrZip?: string | null | undefined;
|
15556
15556
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15557
|
-
firstname: z.
|
15558
|
-
surname: z.
|
15557
|
+
firstname: z.ZodString;
|
15558
|
+
surname: z.ZodString;
|
15559
15559
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15560
15560
|
}, "strip", z.ZodTypeAny, {
|
15561
|
-
firstname
|
15562
|
-
surname
|
15561
|
+
firstname: string;
|
15562
|
+
surname: string;
|
15563
15563
|
middlename?: string | null | undefined;
|
15564
15564
|
}, {
|
15565
|
-
firstname
|
15566
|
-
surname
|
15565
|
+
firstname: string;
|
15566
|
+
surname: string;
|
15567
15567
|
middlename?: string | null | undefined;
|
15568
15568
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
15569
15569
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|
@@ -15595,8 +15595,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15595
15595
|
street?: string | null | undefined;
|
15596
15596
|
zipCode?: string | null | undefined;
|
15597
15597
|
} | {
|
15598
|
-
firstname
|
15599
|
-
surname
|
15598
|
+
firstname: string;
|
15599
|
+
surname: string;
|
15600
15600
|
middlename?: string | null | undefined;
|
15601
15601
|
} | {
|
15602
15602
|
country: string;
|
@@ -15639,8 +15639,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15639
15639
|
street?: string | null | undefined;
|
15640
15640
|
zipCode?: string | null | undefined;
|
15641
15641
|
} | {
|
15642
|
-
firstname
|
15643
|
-
surname
|
15642
|
+
firstname: string;
|
15643
|
+
surname: string;
|
15644
15644
|
middlename?: string | null | undefined;
|
15645
15645
|
} | {
|
15646
15646
|
country: string;
|
@@ -15691,8 +15691,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15691
15691
|
street?: string | null | undefined;
|
15692
15692
|
zipCode?: string | null | undefined;
|
15693
15693
|
} | {
|
15694
|
-
firstname
|
15695
|
-
surname
|
15694
|
+
firstname: string;
|
15695
|
+
surname: string;
|
15696
15696
|
middlename?: string | null | undefined;
|
15697
15697
|
} | {
|
15698
15698
|
country: string;
|
@@ -15735,8 +15735,8 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15735
15735
|
street?: string | null | undefined;
|
15736
15736
|
zipCode?: string | null | undefined;
|
15737
15737
|
} | {
|
15738
|
-
firstname
|
15739
|
-
surname
|
15738
|
+
firstname: string;
|
15739
|
+
surname: string;
|
15740
15740
|
middlename?: string | null | undefined;
|
15741
15741
|
} | {
|
15742
15742
|
country: string;
|
@@ -15885,16 +15885,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
15885
15885
|
addressLine3?: string | null | undefined;
|
15886
15886
|
postcodeOrZip?: string | null | undefined;
|
15887
15887
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
15888
|
-
firstname: z.
|
15889
|
-
surname: z.
|
15888
|
+
firstname: z.ZodString;
|
15889
|
+
surname: z.ZodString;
|
15890
15890
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
15891
15891
|
}, "strip", z.ZodTypeAny, {
|
15892
|
-
firstname
|
15893
|
-
surname
|
15892
|
+
firstname: string;
|
15893
|
+
surname: string;
|
15894
15894
|
middlename?: string | null | undefined;
|
15895
15895
|
}, {
|
15896
|
-
firstname
|
15897
|
-
surname
|
15896
|
+
firstname: string;
|
15897
|
+
surname: string;
|
15898
15898
|
middlename?: string | null | undefined;
|
15899
15899
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>;
|
15900
15900
|
annotation: z.ZodNullable<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString, z.ZodString, z.ZodUnion<[z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>, z.ZodBoolean, z.ZodNumber, z.ZodObject<{
|
@@ -16011,16 +16011,16 @@ export declare const Action: z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodO
|
|
16011
16011
|
addressLine3?: string | null | undefined;
|
16012
16012
|
postcodeOrZip?: string | null | undefined;
|
16013
16013
|
}>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
16014
|
-
firstname: z.
|
16015
|
-
surname: z.
|
16014
|
+
firstname: z.ZodString;
|
16015
|
+
surname: z.ZodString;
|
16016
16016
|
middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
16017
16017
|
}, "strip", z.ZodTypeAny, {
|
16018
|
-
firstname
|
16019
|
-
surname
|
16018
|
+
firstname: string;
|
16019
|
+
surname: string;
|
16020
16020
|
middlename?: string | null | undefined;
|
16021
16021
|
}, {
|
16022
|
-
firstname
|
16023
|
-
surname
|
16022
|
+
firstname: string;
|
16023
|
+
surname: string;
|
16024
16024
|
middlename?: string | null | undefined;
|
16025
16025
|
}>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
|
16026
16026
|
status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
|