@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.
@@ -127,16 +127,16 @@ export declare const EventDocument: z.ZodObject<{
127
127
  addressLine3?: string | null | undefined;
128
128
  postcodeOrZip?: string | null | undefined;
129
129
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
130
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
131
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
130
+ firstname: z.ZodString;
131
+ surname: z.ZodString;
132
132
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
133
133
  }, "strip", z.ZodTypeAny, {
134
- firstname?: string | null | undefined;
135
- surname?: string | null | undefined;
134
+ firstname: string;
135
+ surname: string;
136
136
  middlename?: string | null | undefined;
137
137
  }, {
138
- firstname?: string | null | undefined;
139
- surname?: string | null | undefined;
138
+ firstname: string;
139
+ surname: string;
140
140
  middlename?: string | null | undefined;
141
141
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
142
142
  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<{
@@ -253,16 +253,16 @@ export declare const EventDocument: z.ZodObject<{
253
253
  addressLine3?: string | null | undefined;
254
254
  postcodeOrZip?: string | null | undefined;
255
255
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
256
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
257
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
256
+ firstname: z.ZodString;
257
+ surname: z.ZodString;
258
258
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
259
259
  }, "strip", z.ZodTypeAny, {
260
- firstname?: string | null | undefined;
261
- surname?: string | null | undefined;
260
+ firstname: string;
261
+ surname: string;
262
262
  middlename?: string | null | undefined;
263
263
  }, {
264
- firstname?: string | null | undefined;
265
- surname?: string | null | undefined;
264
+ firstname: string;
265
+ surname: string;
266
266
  middlename?: string | null | undefined;
267
267
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
268
268
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -294,8 +294,8 @@ export declare const EventDocument: z.ZodObject<{
294
294
  street?: string | null | undefined;
295
295
  zipCode?: string | null | undefined;
296
296
  } | {
297
- firstname?: string | null | undefined;
298
- surname?: string | null | undefined;
297
+ firstname: string;
298
+ surname: string;
299
299
  middlename?: string | null | undefined;
300
300
  } | {
301
301
  country: string;
@@ -338,8 +338,8 @@ export declare const EventDocument: z.ZodObject<{
338
338
  street?: string | null | undefined;
339
339
  zipCode?: string | null | undefined;
340
340
  } | {
341
- firstname?: string | null | undefined;
342
- surname?: string | null | undefined;
341
+ firstname: string;
342
+ surname: string;
343
343
  middlename?: string | null | undefined;
344
344
  } | {
345
345
  country: string;
@@ -390,8 +390,8 @@ export declare const EventDocument: z.ZodObject<{
390
390
  street?: string | null | undefined;
391
391
  zipCode?: string | null | undefined;
392
392
  } | {
393
- firstname?: string | null | undefined;
394
- surname?: string | null | undefined;
393
+ firstname: string;
394
+ surname: string;
395
395
  middlename?: string | null | undefined;
396
396
  } | {
397
397
  country: string;
@@ -434,8 +434,8 @@ export declare const EventDocument: z.ZodObject<{
434
434
  street?: string | null | undefined;
435
435
  zipCode?: string | null | undefined;
436
436
  } | {
437
- firstname?: string | null | undefined;
438
- surname?: string | null | undefined;
437
+ firstname: string;
438
+ surname: string;
439
439
  middlename?: string | null | undefined;
440
440
  } | {
441
441
  country: string;
@@ -584,16 +584,16 @@ export declare const EventDocument: z.ZodObject<{
584
584
  addressLine3?: string | null | undefined;
585
585
  postcodeOrZip?: string | null | undefined;
586
586
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
587
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
588
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
587
+ firstname: z.ZodString;
588
+ surname: z.ZodString;
589
589
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
590
590
  }, "strip", z.ZodTypeAny, {
591
- firstname?: string | null | undefined;
592
- surname?: string | null | undefined;
591
+ firstname: string;
592
+ surname: string;
593
593
  middlename?: string | null | undefined;
594
594
  }, {
595
- firstname?: string | null | undefined;
596
- surname?: string | null | undefined;
595
+ firstname: string;
596
+ surname: string;
597
597
  middlename?: string | null | undefined;
598
598
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
599
599
  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<{
@@ -710,16 +710,16 @@ export declare const EventDocument: z.ZodObject<{
710
710
  addressLine3?: string | null | undefined;
711
711
  postcodeOrZip?: string | null | undefined;
712
712
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
713
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
714
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
713
+ firstname: z.ZodString;
714
+ surname: z.ZodString;
715
715
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
716
716
  }, "strip", z.ZodTypeAny, {
717
- firstname?: string | null | undefined;
718
- surname?: string | null | undefined;
717
+ firstname: string;
718
+ surname: string;
719
719
  middlename?: string | null | undefined;
720
720
  }, {
721
- firstname?: string | null | undefined;
722
- surname?: string | null | undefined;
721
+ firstname: string;
722
+ surname: string;
723
723
  middlename?: string | null | undefined;
724
724
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
725
725
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -751,8 +751,8 @@ export declare const EventDocument: z.ZodObject<{
751
751
  street?: string | null | undefined;
752
752
  zipCode?: string | null | undefined;
753
753
  } | {
754
- firstname?: string | null | undefined;
755
- surname?: string | null | undefined;
754
+ firstname: string;
755
+ surname: string;
756
756
  middlename?: string | null | undefined;
757
757
  } | {
758
758
  country: string;
@@ -795,8 +795,8 @@ export declare const EventDocument: z.ZodObject<{
795
795
  street?: string | null | undefined;
796
796
  zipCode?: string | null | undefined;
797
797
  } | {
798
- firstname?: string | null | undefined;
799
- surname?: string | null | undefined;
798
+ firstname: string;
799
+ surname: string;
800
800
  middlename?: string | null | undefined;
801
801
  } | {
802
802
  country: string;
@@ -847,8 +847,8 @@ export declare const EventDocument: z.ZodObject<{
847
847
  street?: string | null | undefined;
848
848
  zipCode?: string | null | undefined;
849
849
  } | {
850
- firstname?: string | null | undefined;
851
- surname?: string | null | undefined;
850
+ firstname: string;
851
+ surname: string;
852
852
  middlename?: string | null | undefined;
853
853
  } | {
854
854
  country: string;
@@ -891,8 +891,8 @@ export declare const EventDocument: z.ZodObject<{
891
891
  street?: string | null | undefined;
892
892
  zipCode?: string | null | undefined;
893
893
  } | {
894
- firstname?: string | null | undefined;
895
- surname?: string | null | undefined;
894
+ firstname: string;
895
+ surname: string;
896
896
  middlename?: string | null | undefined;
897
897
  } | {
898
898
  country: string;
@@ -1041,16 +1041,16 @@ export declare const EventDocument: z.ZodObject<{
1041
1041
  addressLine3?: string | null | undefined;
1042
1042
  postcodeOrZip?: string | null | undefined;
1043
1043
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1044
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1045
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1044
+ firstname: z.ZodString;
1045
+ surname: z.ZodString;
1046
1046
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1047
1047
  }, "strip", z.ZodTypeAny, {
1048
- firstname?: string | null | undefined;
1049
- surname?: string | null | undefined;
1048
+ firstname: string;
1049
+ surname: string;
1050
1050
  middlename?: string | null | undefined;
1051
1051
  }, {
1052
- firstname?: string | null | undefined;
1053
- surname?: string | null | undefined;
1052
+ firstname: string;
1053
+ surname: string;
1054
1054
  middlename?: string | null | undefined;
1055
1055
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
1056
1056
  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<{
@@ -1167,16 +1167,16 @@ export declare const EventDocument: z.ZodObject<{
1167
1167
  addressLine3?: string | null | undefined;
1168
1168
  postcodeOrZip?: string | null | undefined;
1169
1169
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1170
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1171
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1170
+ firstname: z.ZodString;
1171
+ surname: z.ZodString;
1172
1172
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1173
1173
  }, "strip", z.ZodTypeAny, {
1174
- firstname?: string | null | undefined;
1175
- surname?: string | null | undefined;
1174
+ firstname: string;
1175
+ surname: string;
1176
1176
  middlename?: string | null | undefined;
1177
1177
  }, {
1178
- firstname?: string | null | undefined;
1179
- surname?: string | null | undefined;
1178
+ firstname: string;
1179
+ surname: string;
1180
1180
  middlename?: string | null | undefined;
1181
1181
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
1182
1182
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -1222,8 +1222,8 @@ export declare const EventDocument: z.ZodObject<{
1222
1222
  street?: string | null | undefined;
1223
1223
  zipCode?: string | null | undefined;
1224
1224
  } | {
1225
- firstname?: string | null | undefined;
1226
- surname?: string | null | undefined;
1225
+ firstname: string;
1226
+ surname: string;
1227
1227
  middlename?: string | null | undefined;
1228
1228
  } | {
1229
1229
  country: string;
@@ -1266,8 +1266,8 @@ export declare const EventDocument: z.ZodObject<{
1266
1266
  street?: string | null | undefined;
1267
1267
  zipCode?: string | null | undefined;
1268
1268
  } | {
1269
- firstname?: string | null | undefined;
1270
- surname?: string | null | undefined;
1269
+ firstname: string;
1270
+ surname: string;
1271
1271
  middlename?: string | null | undefined;
1272
1272
  } | {
1273
1273
  country: string;
@@ -1322,8 +1322,8 @@ export declare const EventDocument: z.ZodObject<{
1322
1322
  street?: string | null | undefined;
1323
1323
  zipCode?: string | null | undefined;
1324
1324
  } | {
1325
- firstname?: string | null | undefined;
1326
- surname?: string | null | undefined;
1325
+ firstname: string;
1326
+ surname: string;
1327
1327
  middlename?: string | null | undefined;
1328
1328
  } | {
1329
1329
  country: string;
@@ -1366,8 +1366,8 @@ export declare const EventDocument: z.ZodObject<{
1366
1366
  street?: string | null | undefined;
1367
1367
  zipCode?: string | null | undefined;
1368
1368
  } | {
1369
- firstname?: string | null | undefined;
1370
- surname?: string | null | undefined;
1369
+ firstname: string;
1370
+ surname: string;
1371
1371
  middlename?: string | null | undefined;
1372
1372
  } | {
1373
1373
  country: string;
@@ -1516,16 +1516,16 @@ export declare const EventDocument: z.ZodObject<{
1516
1516
  addressLine3?: string | null | undefined;
1517
1517
  postcodeOrZip?: string | null | undefined;
1518
1518
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1519
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1520
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1519
+ firstname: z.ZodString;
1520
+ surname: z.ZodString;
1521
1521
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1522
1522
  }, "strip", z.ZodTypeAny, {
1523
- firstname?: string | null | undefined;
1524
- surname?: string | null | undefined;
1523
+ firstname: string;
1524
+ surname: string;
1525
1525
  middlename?: string | null | undefined;
1526
1526
  }, {
1527
- firstname?: string | null | undefined;
1528
- surname?: string | null | undefined;
1527
+ firstname: string;
1528
+ surname: string;
1529
1529
  middlename?: string | null | undefined;
1530
1530
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
1531
1531
  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<{
@@ -1642,16 +1642,16 @@ export declare const EventDocument: z.ZodObject<{
1642
1642
  addressLine3?: string | null | undefined;
1643
1643
  postcodeOrZip?: string | null | undefined;
1644
1644
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1645
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1646
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1645
+ firstname: z.ZodString;
1646
+ surname: z.ZodString;
1647
1647
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1648
1648
  }, "strip", z.ZodTypeAny, {
1649
- firstname?: string | null | undefined;
1650
- surname?: string | null | undefined;
1649
+ firstname: string;
1650
+ surname: string;
1651
1651
  middlename?: string | null | undefined;
1652
1652
  }, {
1653
- firstname?: string | null | undefined;
1654
- surname?: string | null | undefined;
1653
+ firstname: string;
1654
+ surname: string;
1655
1655
  middlename?: string | null | undefined;
1656
1656
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
1657
1657
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -1683,8 +1683,8 @@ export declare const EventDocument: z.ZodObject<{
1683
1683
  street?: string | null | undefined;
1684
1684
  zipCode?: string | null | undefined;
1685
1685
  } | {
1686
- firstname?: string | null | undefined;
1687
- surname?: string | null | undefined;
1686
+ firstname: string;
1687
+ surname: string;
1688
1688
  middlename?: string | null | undefined;
1689
1689
  } | {
1690
1690
  country: string;
@@ -1727,8 +1727,8 @@ export declare const EventDocument: z.ZodObject<{
1727
1727
  street?: string | null | undefined;
1728
1728
  zipCode?: string | null | undefined;
1729
1729
  } | {
1730
- firstname?: string | null | undefined;
1731
- surname?: string | null | undefined;
1730
+ firstname: string;
1731
+ surname: string;
1732
1732
  middlename?: string | null | undefined;
1733
1733
  } | {
1734
1734
  country: string;
@@ -1779,8 +1779,8 @@ export declare const EventDocument: z.ZodObject<{
1779
1779
  street?: string | null | undefined;
1780
1780
  zipCode?: string | null | undefined;
1781
1781
  } | {
1782
- firstname?: string | null | undefined;
1783
- surname?: string | null | undefined;
1782
+ firstname: string;
1783
+ surname: string;
1784
1784
  middlename?: string | null | undefined;
1785
1785
  } | {
1786
1786
  country: string;
@@ -1823,8 +1823,8 @@ export declare const EventDocument: z.ZodObject<{
1823
1823
  street?: string | null | undefined;
1824
1824
  zipCode?: string | null | undefined;
1825
1825
  } | {
1826
- firstname?: string | null | undefined;
1827
- surname?: string | null | undefined;
1826
+ firstname: string;
1827
+ surname: string;
1828
1828
  middlename?: string | null | undefined;
1829
1829
  } | {
1830
1830
  country: string;
@@ -1973,16 +1973,16 @@ export declare const EventDocument: z.ZodObject<{
1973
1973
  addressLine3?: string | null | undefined;
1974
1974
  postcodeOrZip?: string | null | undefined;
1975
1975
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
1976
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1977
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1976
+ firstname: z.ZodString;
1977
+ surname: z.ZodString;
1978
1978
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1979
1979
  }, "strip", z.ZodTypeAny, {
1980
- firstname?: string | null | undefined;
1981
- surname?: string | null | undefined;
1980
+ firstname: string;
1981
+ surname: string;
1982
1982
  middlename?: string | null | undefined;
1983
1983
  }, {
1984
- firstname?: string | null | undefined;
1985
- surname?: string | null | undefined;
1984
+ firstname: string;
1985
+ surname: string;
1986
1986
  middlename?: string | null | undefined;
1987
1987
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
1988
1988
  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<{
@@ -2099,16 +2099,16 @@ export declare const EventDocument: z.ZodObject<{
2099
2099
  addressLine3?: string | null | undefined;
2100
2100
  postcodeOrZip?: string | null | undefined;
2101
2101
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2102
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2103
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2102
+ firstname: z.ZodString;
2103
+ surname: z.ZodString;
2104
2104
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2105
2105
  }, "strip", z.ZodTypeAny, {
2106
- firstname?: string | null | undefined;
2107
- surname?: string | null | undefined;
2106
+ firstname: string;
2107
+ surname: string;
2108
2108
  middlename?: string | null | undefined;
2109
2109
  }, {
2110
- firstname?: string | null | undefined;
2111
- surname?: string | null | undefined;
2110
+ firstname: string;
2111
+ surname: string;
2112
2112
  middlename?: string | null | undefined;
2113
2113
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
2114
2114
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -2154,8 +2154,8 @@ export declare const EventDocument: z.ZodObject<{
2154
2154
  street?: string | null | undefined;
2155
2155
  zipCode?: string | null | undefined;
2156
2156
  } | {
2157
- firstname?: string | null | undefined;
2158
- surname?: string | null | undefined;
2157
+ firstname: string;
2158
+ surname: string;
2159
2159
  middlename?: string | null | undefined;
2160
2160
  } | {
2161
2161
  country: string;
@@ -2198,8 +2198,8 @@ export declare const EventDocument: z.ZodObject<{
2198
2198
  street?: string | null | undefined;
2199
2199
  zipCode?: string | null | undefined;
2200
2200
  } | {
2201
- firstname?: string | null | undefined;
2202
- surname?: string | null | undefined;
2201
+ firstname: string;
2202
+ surname: string;
2203
2203
  middlename?: string | null | undefined;
2204
2204
  } | {
2205
2205
  country: string;
@@ -2254,8 +2254,8 @@ export declare const EventDocument: z.ZodObject<{
2254
2254
  street?: string | null | undefined;
2255
2255
  zipCode?: string | null | undefined;
2256
2256
  } | {
2257
- firstname?: string | null | undefined;
2258
- surname?: string | null | undefined;
2257
+ firstname: string;
2258
+ surname: string;
2259
2259
  middlename?: string | null | undefined;
2260
2260
  } | {
2261
2261
  country: string;
@@ -2298,8 +2298,8 @@ export declare const EventDocument: z.ZodObject<{
2298
2298
  street?: string | null | undefined;
2299
2299
  zipCode?: string | null | undefined;
2300
2300
  } | {
2301
- firstname?: string | null | undefined;
2302
- surname?: string | null | undefined;
2301
+ firstname: string;
2302
+ surname: string;
2303
2303
  middlename?: string | null | undefined;
2304
2304
  } | {
2305
2305
  country: string;
@@ -2448,16 +2448,16 @@ export declare const EventDocument: z.ZodObject<{
2448
2448
  addressLine3?: string | null | undefined;
2449
2449
  postcodeOrZip?: string | null | undefined;
2450
2450
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2451
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2452
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2451
+ firstname: z.ZodString;
2452
+ surname: z.ZodString;
2453
2453
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2454
2454
  }, "strip", z.ZodTypeAny, {
2455
- firstname?: string | null | undefined;
2456
- surname?: string | null | undefined;
2455
+ firstname: string;
2456
+ surname: string;
2457
2457
  middlename?: string | null | undefined;
2458
2458
  }, {
2459
- firstname?: string | null | undefined;
2460
- surname?: string | null | undefined;
2459
+ firstname: string;
2460
+ surname: string;
2461
2461
  middlename?: string | null | undefined;
2462
2462
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
2463
2463
  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<{
@@ -2574,16 +2574,16 @@ export declare const EventDocument: z.ZodObject<{
2574
2574
  addressLine3?: string | null | undefined;
2575
2575
  postcodeOrZip?: string | null | undefined;
2576
2576
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2577
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2578
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2577
+ firstname: z.ZodString;
2578
+ surname: z.ZodString;
2579
2579
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2580
2580
  }, "strip", z.ZodTypeAny, {
2581
- firstname?: string | null | undefined;
2582
- surname?: string | null | undefined;
2581
+ firstname: string;
2582
+ surname: string;
2583
2583
  middlename?: string | null | undefined;
2584
2584
  }, {
2585
- firstname?: string | null | undefined;
2586
- surname?: string | null | undefined;
2585
+ firstname: string;
2586
+ surname: string;
2587
2587
  middlename?: string | null | undefined;
2588
2588
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
2589
2589
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -2615,8 +2615,8 @@ export declare const EventDocument: z.ZodObject<{
2615
2615
  street?: string | null | undefined;
2616
2616
  zipCode?: string | null | undefined;
2617
2617
  } | {
2618
- firstname?: string | null | undefined;
2619
- surname?: string | null | undefined;
2618
+ firstname: string;
2619
+ surname: string;
2620
2620
  middlename?: string | null | undefined;
2621
2621
  } | {
2622
2622
  country: string;
@@ -2659,8 +2659,8 @@ export declare const EventDocument: z.ZodObject<{
2659
2659
  street?: string | null | undefined;
2660
2660
  zipCode?: string | null | undefined;
2661
2661
  } | {
2662
- firstname?: string | null | undefined;
2663
- surname?: string | null | undefined;
2662
+ firstname: string;
2663
+ surname: string;
2664
2664
  middlename?: string | null | undefined;
2665
2665
  } | {
2666
2666
  country: string;
@@ -2711,8 +2711,8 @@ export declare const EventDocument: z.ZodObject<{
2711
2711
  street?: string | null | undefined;
2712
2712
  zipCode?: string | null | undefined;
2713
2713
  } | {
2714
- firstname?: string | null | undefined;
2715
- surname?: string | null | undefined;
2714
+ firstname: string;
2715
+ surname: string;
2716
2716
  middlename?: string | null | undefined;
2717
2717
  } | {
2718
2718
  country: string;
@@ -2755,8 +2755,8 @@ export declare const EventDocument: z.ZodObject<{
2755
2755
  street?: string | null | undefined;
2756
2756
  zipCode?: string | null | undefined;
2757
2757
  } | {
2758
- firstname?: string | null | undefined;
2759
- surname?: string | null | undefined;
2758
+ firstname: string;
2759
+ surname: string;
2760
2760
  middlename?: string | null | undefined;
2761
2761
  } | {
2762
2762
  country: string;
@@ -2905,16 +2905,16 @@ export declare const EventDocument: z.ZodObject<{
2905
2905
  addressLine3?: string | null | undefined;
2906
2906
  postcodeOrZip?: string | null | undefined;
2907
2907
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
2908
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2909
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2908
+ firstname: z.ZodString;
2909
+ surname: z.ZodString;
2910
2910
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2911
2911
  }, "strip", z.ZodTypeAny, {
2912
- firstname?: string | null | undefined;
2913
- surname?: string | null | undefined;
2912
+ firstname: string;
2913
+ surname: string;
2914
2914
  middlename?: string | null | undefined;
2915
2915
  }, {
2916
- firstname?: string | null | undefined;
2917
- surname?: string | null | undefined;
2916
+ firstname: string;
2917
+ surname: string;
2918
2918
  middlename?: string | null | undefined;
2919
2919
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
2920
2920
  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<{
@@ -3031,16 +3031,16 @@ export declare const EventDocument: z.ZodObject<{
3031
3031
  addressLine3?: string | null | undefined;
3032
3032
  postcodeOrZip?: string | null | undefined;
3033
3033
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3034
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3035
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3034
+ firstname: z.ZodString;
3035
+ surname: z.ZodString;
3036
3036
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3037
3037
  }, "strip", z.ZodTypeAny, {
3038
- firstname?: string | null | undefined;
3039
- surname?: string | null | undefined;
3038
+ firstname: string;
3039
+ surname: string;
3040
3040
  middlename?: string | null | undefined;
3041
3041
  }, {
3042
- firstname?: string | null | undefined;
3043
- surname?: string | null | undefined;
3042
+ firstname: string;
3043
+ surname: string;
3044
3044
  middlename?: string | null | undefined;
3045
3045
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
3046
3046
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -3073,8 +3073,8 @@ export declare const EventDocument: z.ZodObject<{
3073
3073
  street?: string | null | undefined;
3074
3074
  zipCode?: string | null | undefined;
3075
3075
  } | {
3076
- firstname?: string | null | undefined;
3077
- surname?: string | null | undefined;
3076
+ firstname: string;
3077
+ surname: string;
3078
3078
  middlename?: string | null | undefined;
3079
3079
  } | {
3080
3080
  country: string;
@@ -3117,8 +3117,8 @@ export declare const EventDocument: z.ZodObject<{
3117
3117
  street?: string | null | undefined;
3118
3118
  zipCode?: string | null | undefined;
3119
3119
  } | {
3120
- firstname?: string | null | undefined;
3121
- surname?: string | null | undefined;
3120
+ firstname: string;
3121
+ surname: string;
3122
3122
  middlename?: string | null | undefined;
3123
3123
  } | {
3124
3124
  country: string;
@@ -3170,8 +3170,8 @@ export declare const EventDocument: z.ZodObject<{
3170
3170
  street?: string | null | undefined;
3171
3171
  zipCode?: string | null | undefined;
3172
3172
  } | {
3173
- firstname?: string | null | undefined;
3174
- surname?: string | null | undefined;
3173
+ firstname: string;
3174
+ surname: string;
3175
3175
  middlename?: string | null | undefined;
3176
3176
  } | {
3177
3177
  country: string;
@@ -3214,8 +3214,8 @@ export declare const EventDocument: z.ZodObject<{
3214
3214
  street?: string | null | undefined;
3215
3215
  zipCode?: string | null | undefined;
3216
3216
  } | {
3217
- firstname?: string | null | undefined;
3218
- surname?: string | null | undefined;
3217
+ firstname: string;
3218
+ surname: string;
3219
3219
  middlename?: string | null | undefined;
3220
3220
  } | {
3221
3221
  country: string;
@@ -3365,16 +3365,16 @@ export declare const EventDocument: z.ZodObject<{
3365
3365
  addressLine3?: string | null | undefined;
3366
3366
  postcodeOrZip?: string | null | undefined;
3367
3367
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3368
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3369
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3368
+ firstname: z.ZodString;
3369
+ surname: z.ZodString;
3370
3370
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3371
3371
  }, "strip", z.ZodTypeAny, {
3372
- firstname?: string | null | undefined;
3373
- surname?: string | null | undefined;
3372
+ firstname: string;
3373
+ surname: string;
3374
3374
  middlename?: string | null | undefined;
3375
3375
  }, {
3376
- firstname?: string | null | undefined;
3377
- surname?: string | null | undefined;
3376
+ firstname: string;
3377
+ surname: string;
3378
3378
  middlename?: string | null | undefined;
3379
3379
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
3380
3380
  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<{
@@ -3491,16 +3491,16 @@ export declare const EventDocument: z.ZodObject<{
3491
3491
  addressLine3?: string | null | undefined;
3492
3492
  postcodeOrZip?: string | null | undefined;
3493
3493
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3494
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3495
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3494
+ firstname: z.ZodString;
3495
+ surname: z.ZodString;
3496
3496
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3497
3497
  }, "strip", z.ZodTypeAny, {
3498
- firstname?: string | null | undefined;
3499
- surname?: string | null | undefined;
3498
+ firstname: string;
3499
+ surname: string;
3500
3500
  middlename?: string | null | undefined;
3501
3501
  }, {
3502
- firstname?: string | null | undefined;
3503
- surname?: string | null | undefined;
3502
+ firstname: string;
3503
+ surname: string;
3504
3504
  middlename?: string | null | undefined;
3505
3505
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
3506
3506
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -3532,8 +3532,8 @@ export declare const EventDocument: z.ZodObject<{
3532
3532
  street?: string | null | undefined;
3533
3533
  zipCode?: string | null | undefined;
3534
3534
  } | {
3535
- firstname?: string | null | undefined;
3536
- surname?: string | null | undefined;
3535
+ firstname: string;
3536
+ surname: string;
3537
3537
  middlename?: string | null | undefined;
3538
3538
  } | {
3539
3539
  country: string;
@@ -3576,8 +3576,8 @@ export declare const EventDocument: z.ZodObject<{
3576
3576
  street?: string | null | undefined;
3577
3577
  zipCode?: string | null | undefined;
3578
3578
  } | {
3579
- firstname?: string | null | undefined;
3580
- surname?: string | null | undefined;
3579
+ firstname: string;
3580
+ surname: string;
3581
3581
  middlename?: string | null | undefined;
3582
3582
  } | {
3583
3583
  country: string;
@@ -3628,8 +3628,8 @@ export declare const EventDocument: z.ZodObject<{
3628
3628
  street?: string | null | undefined;
3629
3629
  zipCode?: string | null | undefined;
3630
3630
  } | {
3631
- firstname?: string | null | undefined;
3632
- surname?: string | null | undefined;
3631
+ firstname: string;
3632
+ surname: string;
3633
3633
  middlename?: string | null | undefined;
3634
3634
  } | {
3635
3635
  country: string;
@@ -3672,8 +3672,8 @@ export declare const EventDocument: z.ZodObject<{
3672
3672
  street?: string | null | undefined;
3673
3673
  zipCode?: string | null | undefined;
3674
3674
  } | {
3675
- firstname?: string | null | undefined;
3676
- surname?: string | null | undefined;
3675
+ firstname: string;
3676
+ surname: string;
3677
3677
  middlename?: string | null | undefined;
3678
3678
  } | {
3679
3679
  country: string;
@@ -3822,16 +3822,16 @@ export declare const EventDocument: z.ZodObject<{
3822
3822
  addressLine3?: string | null | undefined;
3823
3823
  postcodeOrZip?: string | null | undefined;
3824
3824
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3825
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3826
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3825
+ firstname: z.ZodString;
3826
+ surname: z.ZodString;
3827
3827
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3828
3828
  }, "strip", z.ZodTypeAny, {
3829
- firstname?: string | null | undefined;
3830
- surname?: string | null | undefined;
3829
+ firstname: string;
3830
+ surname: string;
3831
3831
  middlename?: string | null | undefined;
3832
3832
  }, {
3833
- firstname?: string | null | undefined;
3834
- surname?: string | null | undefined;
3833
+ firstname: string;
3834
+ surname: string;
3835
3835
  middlename?: string | null | undefined;
3836
3836
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
3837
3837
  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<{
@@ -3948,16 +3948,16 @@ export declare const EventDocument: z.ZodObject<{
3948
3948
  addressLine3?: string | null | undefined;
3949
3949
  postcodeOrZip?: string | null | undefined;
3950
3950
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
3951
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3952
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3951
+ firstname: z.ZodString;
3952
+ surname: z.ZodString;
3953
3953
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3954
3954
  }, "strip", z.ZodTypeAny, {
3955
- firstname?: string | null | undefined;
3956
- surname?: string | null | undefined;
3955
+ firstname: string;
3956
+ surname: string;
3957
3957
  middlename?: string | null | undefined;
3958
3958
  }, {
3959
- firstname?: string | null | undefined;
3960
- surname?: string | null | undefined;
3959
+ firstname: string;
3960
+ surname: string;
3961
3961
  middlename?: string | null | undefined;
3962
3962
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
3963
3963
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -3990,8 +3990,8 @@ export declare const EventDocument: z.ZodObject<{
3990
3990
  street?: string | null | undefined;
3991
3991
  zipCode?: string | null | undefined;
3992
3992
  } | {
3993
- firstname?: string | null | undefined;
3994
- surname?: string | null | undefined;
3993
+ firstname: string;
3994
+ surname: string;
3995
3995
  middlename?: string | null | undefined;
3996
3996
  } | {
3997
3997
  country: string;
@@ -4035,8 +4035,8 @@ export declare const EventDocument: z.ZodObject<{
4035
4035
  street?: string | null | undefined;
4036
4036
  zipCode?: string | null | undefined;
4037
4037
  } | {
4038
- firstname?: string | null | undefined;
4039
- surname?: string | null | undefined;
4038
+ firstname: string;
4039
+ surname: string;
4040
4040
  middlename?: string | null | undefined;
4041
4041
  } | {
4042
4042
  country: string;
@@ -4087,8 +4087,8 @@ export declare const EventDocument: z.ZodObject<{
4087
4087
  street?: string | null | undefined;
4088
4088
  zipCode?: string | null | undefined;
4089
4089
  } | {
4090
- firstname?: string | null | undefined;
4091
- surname?: string | null | undefined;
4090
+ firstname: string;
4091
+ surname: string;
4092
4092
  middlename?: string | null | undefined;
4093
4093
  } | {
4094
4094
  country: string;
@@ -4132,8 +4132,8 @@ export declare const EventDocument: z.ZodObject<{
4132
4132
  street?: string | null | undefined;
4133
4133
  zipCode?: string | null | undefined;
4134
4134
  } | {
4135
- firstname?: string | null | undefined;
4136
- surname?: string | null | undefined;
4135
+ firstname: string;
4136
+ surname: string;
4137
4137
  middlename?: string | null | undefined;
4138
4138
  } | {
4139
4139
  country: string;
@@ -4282,16 +4282,16 @@ export declare const EventDocument: z.ZodObject<{
4282
4282
  addressLine3?: string | null | undefined;
4283
4283
  postcodeOrZip?: string | null | undefined;
4284
4284
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4285
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4286
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4285
+ firstname: z.ZodString;
4286
+ surname: z.ZodString;
4287
4287
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4288
4288
  }, "strip", z.ZodTypeAny, {
4289
- firstname?: string | null | undefined;
4290
- surname?: string | null | undefined;
4289
+ firstname: string;
4290
+ surname: string;
4291
4291
  middlename?: string | null | undefined;
4292
4292
  }, {
4293
- firstname?: string | null | undefined;
4294
- surname?: string | null | undefined;
4293
+ firstname: string;
4294
+ surname: string;
4295
4295
  middlename?: string | null | undefined;
4296
4296
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
4297
4297
  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<{
@@ -4408,16 +4408,16 @@ export declare const EventDocument: z.ZodObject<{
4408
4408
  addressLine3?: string | null | undefined;
4409
4409
  postcodeOrZip?: string | null | undefined;
4410
4410
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4411
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4412
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4411
+ firstname: z.ZodString;
4412
+ surname: z.ZodString;
4413
4413
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4414
4414
  }, "strip", z.ZodTypeAny, {
4415
- firstname?: string | null | undefined;
4416
- surname?: string | null | undefined;
4415
+ firstname: string;
4416
+ surname: string;
4417
4417
  middlename?: string | null | undefined;
4418
4418
  }, {
4419
- firstname?: string | null | undefined;
4420
- surname?: string | null | undefined;
4419
+ firstname: string;
4420
+ surname: string;
4421
4421
  middlename?: string | null | undefined;
4422
4422
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
4423
4423
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -4449,8 +4449,8 @@ export declare const EventDocument: z.ZodObject<{
4449
4449
  street?: string | null | undefined;
4450
4450
  zipCode?: string | null | undefined;
4451
4451
  } | {
4452
- firstname?: string | null | undefined;
4453
- surname?: string | null | undefined;
4452
+ firstname: string;
4453
+ surname: string;
4454
4454
  middlename?: string | null | undefined;
4455
4455
  } | {
4456
4456
  country: string;
@@ -4493,8 +4493,8 @@ export declare const EventDocument: z.ZodObject<{
4493
4493
  street?: string | null | undefined;
4494
4494
  zipCode?: string | null | undefined;
4495
4495
  } | {
4496
- firstname?: string | null | undefined;
4497
- surname?: string | null | undefined;
4496
+ firstname: string;
4497
+ surname: string;
4498
4498
  middlename?: string | null | undefined;
4499
4499
  } | {
4500
4500
  country: string;
@@ -4545,8 +4545,8 @@ export declare const EventDocument: z.ZodObject<{
4545
4545
  street?: string | null | undefined;
4546
4546
  zipCode?: string | null | undefined;
4547
4547
  } | {
4548
- firstname?: string | null | undefined;
4549
- surname?: string | null | undefined;
4548
+ firstname: string;
4549
+ surname: string;
4550
4550
  middlename?: string | null | undefined;
4551
4551
  } | {
4552
4552
  country: string;
@@ -4589,8 +4589,8 @@ export declare const EventDocument: z.ZodObject<{
4589
4589
  street?: string | null | undefined;
4590
4590
  zipCode?: string | null | undefined;
4591
4591
  } | {
4592
- firstname?: string | null | undefined;
4593
- surname?: string | null | undefined;
4592
+ firstname: string;
4593
+ surname: string;
4594
4594
  middlename?: string | null | undefined;
4595
4595
  } | {
4596
4596
  country: string;
@@ -4739,16 +4739,16 @@ export declare const EventDocument: z.ZodObject<{
4739
4739
  addressLine3?: string | null | undefined;
4740
4740
  postcodeOrZip?: string | null | undefined;
4741
4741
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4742
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4743
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4742
+ firstname: z.ZodString;
4743
+ surname: z.ZodString;
4744
4744
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4745
4745
  }, "strip", z.ZodTypeAny, {
4746
- firstname?: string | null | undefined;
4747
- surname?: string | null | undefined;
4746
+ firstname: string;
4747
+ surname: string;
4748
4748
  middlename?: string | null | undefined;
4749
4749
  }, {
4750
- firstname?: string | null | undefined;
4751
- surname?: string | null | undefined;
4750
+ firstname: string;
4751
+ surname: string;
4752
4752
  middlename?: string | null | undefined;
4753
4753
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
4754
4754
  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<{
@@ -4865,16 +4865,16 @@ export declare const EventDocument: z.ZodObject<{
4865
4865
  addressLine3?: string | null | undefined;
4866
4866
  postcodeOrZip?: string | null | undefined;
4867
4867
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
4868
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4869
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4868
+ firstname: z.ZodString;
4869
+ surname: z.ZodString;
4870
4870
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4871
4871
  }, "strip", z.ZodTypeAny, {
4872
- firstname?: string | null | undefined;
4873
- surname?: string | null | undefined;
4872
+ firstname: string;
4873
+ surname: string;
4874
4874
  middlename?: string | null | undefined;
4875
4875
  }, {
4876
- firstname?: string | null | undefined;
4877
- surname?: string | null | undefined;
4876
+ firstname: string;
4877
+ surname: string;
4878
4878
  middlename?: string | null | undefined;
4879
4879
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
4880
4880
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -4907,8 +4907,8 @@ export declare const EventDocument: z.ZodObject<{
4907
4907
  street?: string | null | undefined;
4908
4908
  zipCode?: string | null | undefined;
4909
4909
  } | {
4910
- firstname?: string | null | undefined;
4911
- surname?: string | null | undefined;
4910
+ firstname: string;
4911
+ surname: string;
4912
4912
  middlename?: string | null | undefined;
4913
4913
  } | {
4914
4914
  country: string;
@@ -4952,8 +4952,8 @@ export declare const EventDocument: z.ZodObject<{
4952
4952
  street?: string | null | undefined;
4953
4953
  zipCode?: string | null | undefined;
4954
4954
  } | {
4955
- firstname?: string | null | undefined;
4956
- surname?: string | null | undefined;
4955
+ firstname: string;
4956
+ surname: string;
4957
4957
  middlename?: string | null | undefined;
4958
4958
  } | {
4959
4959
  country: string;
@@ -5004,8 +5004,8 @@ export declare const EventDocument: z.ZodObject<{
5004
5004
  street?: string | null | undefined;
5005
5005
  zipCode?: string | null | undefined;
5006
5006
  } | {
5007
- firstname?: string | null | undefined;
5008
- surname?: string | null | undefined;
5007
+ firstname: string;
5008
+ surname: string;
5009
5009
  middlename?: string | null | undefined;
5010
5010
  } | {
5011
5011
  country: string;
@@ -5049,8 +5049,8 @@ export declare const EventDocument: z.ZodObject<{
5049
5049
  street?: string | null | undefined;
5050
5050
  zipCode?: string | null | undefined;
5051
5051
  } | {
5052
- firstname?: string | null | undefined;
5053
- surname?: string | null | undefined;
5052
+ firstname: string;
5053
+ surname: string;
5054
5054
  middlename?: string | null | undefined;
5055
5055
  } | {
5056
5056
  country: string;
@@ -5199,16 +5199,16 @@ export declare const EventDocument: z.ZodObject<{
5199
5199
  addressLine3?: string | null | undefined;
5200
5200
  postcodeOrZip?: string | null | undefined;
5201
5201
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5202
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5203
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5202
+ firstname: z.ZodString;
5203
+ surname: z.ZodString;
5204
5204
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5205
5205
  }, "strip", z.ZodTypeAny, {
5206
- firstname?: string | null | undefined;
5207
- surname?: string | null | undefined;
5206
+ firstname: string;
5207
+ surname: string;
5208
5208
  middlename?: string | null | undefined;
5209
5209
  }, {
5210
- firstname?: string | null | undefined;
5211
- surname?: string | null | undefined;
5210
+ firstname: string;
5211
+ surname: string;
5212
5212
  middlename?: string | null | undefined;
5213
5213
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
5214
5214
  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<{
@@ -5325,16 +5325,16 @@ export declare const EventDocument: z.ZodObject<{
5325
5325
  addressLine3?: string | null | undefined;
5326
5326
  postcodeOrZip?: string | null | undefined;
5327
5327
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5328
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5329
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5328
+ firstname: z.ZodString;
5329
+ surname: z.ZodString;
5330
5330
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5331
5331
  }, "strip", z.ZodTypeAny, {
5332
- firstname?: string | null | undefined;
5333
- surname?: string | null | undefined;
5332
+ firstname: string;
5333
+ surname: string;
5334
5334
  middlename?: string | null | undefined;
5335
5335
  }, {
5336
- firstname?: string | null | undefined;
5337
- surname?: string | null | undefined;
5336
+ firstname: string;
5337
+ surname: string;
5338
5338
  middlename?: string | null | undefined;
5339
5339
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
5340
5340
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -5367,8 +5367,8 @@ export declare const EventDocument: z.ZodObject<{
5367
5367
  street?: string | null | undefined;
5368
5368
  zipCode?: string | null | undefined;
5369
5369
  } | {
5370
- firstname?: string | null | undefined;
5371
- surname?: string | null | undefined;
5370
+ firstname: string;
5371
+ surname: string;
5372
5372
  middlename?: string | null | undefined;
5373
5373
  } | {
5374
5374
  country: string;
@@ -5412,8 +5412,8 @@ export declare const EventDocument: z.ZodObject<{
5412
5412
  street?: string | null | undefined;
5413
5413
  zipCode?: string | null | undefined;
5414
5414
  } | {
5415
- firstname?: string | null | undefined;
5416
- surname?: string | null | undefined;
5415
+ firstname: string;
5416
+ surname: string;
5417
5417
  middlename?: string | null | undefined;
5418
5418
  } | {
5419
5419
  country: string;
@@ -5464,8 +5464,8 @@ export declare const EventDocument: z.ZodObject<{
5464
5464
  street?: string | null | undefined;
5465
5465
  zipCode?: string | null | undefined;
5466
5466
  } | {
5467
- firstname?: string | null | undefined;
5468
- surname?: string | null | undefined;
5467
+ firstname: string;
5468
+ surname: string;
5469
5469
  middlename?: string | null | undefined;
5470
5470
  } | {
5471
5471
  country: string;
@@ -5509,8 +5509,8 @@ export declare const EventDocument: z.ZodObject<{
5509
5509
  street?: string | null | undefined;
5510
5510
  zipCode?: string | null | undefined;
5511
5511
  } | {
5512
- firstname?: string | null | undefined;
5513
- surname?: string | null | undefined;
5512
+ firstname: string;
5513
+ surname: string;
5514
5514
  middlename?: string | null | undefined;
5515
5515
  } | {
5516
5516
  country: string;
@@ -5659,16 +5659,16 @@ export declare const EventDocument: z.ZodObject<{
5659
5659
  addressLine3?: string | null | undefined;
5660
5660
  postcodeOrZip?: string | null | undefined;
5661
5661
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5662
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5663
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5662
+ firstname: z.ZodString;
5663
+ surname: z.ZodString;
5664
5664
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5665
5665
  }, "strip", z.ZodTypeAny, {
5666
- firstname?: string | null | undefined;
5667
- surname?: string | null | undefined;
5666
+ firstname: string;
5667
+ surname: string;
5668
5668
  middlename?: string | null | undefined;
5669
5669
  }, {
5670
- firstname?: string | null | undefined;
5671
- surname?: string | null | undefined;
5670
+ firstname: string;
5671
+ surname: string;
5672
5672
  middlename?: string | null | undefined;
5673
5673
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
5674
5674
  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<{
@@ -5785,16 +5785,16 @@ export declare const EventDocument: z.ZodObject<{
5785
5785
  addressLine3?: string | null | undefined;
5786
5786
  postcodeOrZip?: string | null | undefined;
5787
5787
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
5788
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5789
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5788
+ firstname: z.ZodString;
5789
+ surname: z.ZodString;
5790
5790
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5791
5791
  }, "strip", z.ZodTypeAny, {
5792
- firstname?: string | null | undefined;
5793
- surname?: string | null | undefined;
5792
+ firstname: string;
5793
+ surname: string;
5794
5794
  middlename?: string | null | undefined;
5795
5795
  }, {
5796
- firstname?: string | null | undefined;
5797
- surname?: string | null | undefined;
5796
+ firstname: string;
5797
+ surname: string;
5798
5798
  middlename?: string | null | undefined;
5799
5799
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
5800
5800
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -5826,8 +5826,8 @@ export declare const EventDocument: z.ZodObject<{
5826
5826
  street?: string | null | undefined;
5827
5827
  zipCode?: string | null | undefined;
5828
5828
  } | {
5829
- firstname?: string | null | undefined;
5830
- surname?: string | null | undefined;
5829
+ firstname: string;
5830
+ surname: string;
5831
5831
  middlename?: string | null | undefined;
5832
5832
  } | {
5833
5833
  country: string;
@@ -5870,8 +5870,8 @@ export declare const EventDocument: z.ZodObject<{
5870
5870
  street?: string | null | undefined;
5871
5871
  zipCode?: string | null | undefined;
5872
5872
  } | {
5873
- firstname?: string | null | undefined;
5874
- surname?: string | null | undefined;
5873
+ firstname: string;
5874
+ surname: string;
5875
5875
  middlename?: string | null | undefined;
5876
5876
  } | {
5877
5877
  country: string;
@@ -5922,8 +5922,8 @@ export declare const EventDocument: z.ZodObject<{
5922
5922
  street?: string | null | undefined;
5923
5923
  zipCode?: string | null | undefined;
5924
5924
  } | {
5925
- firstname?: string | null | undefined;
5926
- surname?: string | null | undefined;
5925
+ firstname: string;
5926
+ surname: string;
5927
5927
  middlename?: string | null | undefined;
5928
5928
  } | {
5929
5929
  country: string;
@@ -5966,8 +5966,8 @@ export declare const EventDocument: z.ZodObject<{
5966
5966
  street?: string | null | undefined;
5967
5967
  zipCode?: string | null | undefined;
5968
5968
  } | {
5969
- firstname?: string | null | undefined;
5970
- surname?: string | null | undefined;
5969
+ firstname: string;
5970
+ surname: string;
5971
5971
  middlename?: string | null | undefined;
5972
5972
  } | {
5973
5973
  country: string;
@@ -6116,16 +6116,16 @@ export declare const EventDocument: z.ZodObject<{
6116
6116
  addressLine3?: string | null | undefined;
6117
6117
  postcodeOrZip?: string | null | undefined;
6118
6118
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6119
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6120
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6119
+ firstname: z.ZodString;
6120
+ surname: z.ZodString;
6121
6121
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6122
6122
  }, "strip", z.ZodTypeAny, {
6123
- firstname?: string | null | undefined;
6124
- surname?: string | null | undefined;
6123
+ firstname: string;
6124
+ surname: string;
6125
6125
  middlename?: string | null | undefined;
6126
6126
  }, {
6127
- firstname?: string | null | undefined;
6128
- surname?: string | null | undefined;
6127
+ firstname: string;
6128
+ surname: string;
6129
6129
  middlename?: string | null | undefined;
6130
6130
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
6131
6131
  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<{
@@ -6242,16 +6242,16 @@ export declare const EventDocument: z.ZodObject<{
6242
6242
  addressLine3?: string | null | undefined;
6243
6243
  postcodeOrZip?: string | null | undefined;
6244
6244
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6245
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6246
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6245
+ firstname: z.ZodString;
6246
+ surname: z.ZodString;
6247
6247
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6248
6248
  }, "strip", z.ZodTypeAny, {
6249
- firstname?: string | null | undefined;
6250
- surname?: string | null | undefined;
6249
+ firstname: string;
6250
+ surname: string;
6251
6251
  middlename?: string | null | undefined;
6252
6252
  }, {
6253
- firstname?: string | null | undefined;
6254
- surname?: string | null | undefined;
6253
+ firstname: string;
6254
+ surname: string;
6255
6255
  middlename?: string | null | undefined;
6256
6256
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
6257
6257
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -6283,8 +6283,8 @@ export declare const EventDocument: z.ZodObject<{
6283
6283
  street?: string | null | undefined;
6284
6284
  zipCode?: string | null | undefined;
6285
6285
  } | {
6286
- firstname?: string | null | undefined;
6287
- surname?: string | null | undefined;
6286
+ firstname: string;
6287
+ surname: string;
6288
6288
  middlename?: string | null | undefined;
6289
6289
  } | {
6290
6290
  country: string;
@@ -6327,8 +6327,8 @@ export declare const EventDocument: z.ZodObject<{
6327
6327
  street?: string | null | undefined;
6328
6328
  zipCode?: string | null | undefined;
6329
6329
  } | {
6330
- firstname?: string | null | undefined;
6331
- surname?: string | null | undefined;
6330
+ firstname: string;
6331
+ surname: string;
6332
6332
  middlename?: string | null | undefined;
6333
6333
  } | {
6334
6334
  country: string;
@@ -6379,8 +6379,8 @@ export declare const EventDocument: z.ZodObject<{
6379
6379
  street?: string | null | undefined;
6380
6380
  zipCode?: string | null | undefined;
6381
6381
  } | {
6382
- firstname?: string | null | undefined;
6383
- surname?: string | null | undefined;
6382
+ firstname: string;
6383
+ surname: string;
6384
6384
  middlename?: string | null | undefined;
6385
6385
  } | {
6386
6386
  country: string;
@@ -6423,8 +6423,8 @@ export declare const EventDocument: z.ZodObject<{
6423
6423
  street?: string | null | undefined;
6424
6424
  zipCode?: string | null | undefined;
6425
6425
  } | {
6426
- firstname?: string | null | undefined;
6427
- surname?: string | null | undefined;
6426
+ firstname: string;
6427
+ surname: string;
6428
6428
  middlename?: string | null | undefined;
6429
6429
  } | {
6430
6430
  country: string;
@@ -6573,16 +6573,16 @@ export declare const EventDocument: z.ZodObject<{
6573
6573
  addressLine3?: string | null | undefined;
6574
6574
  postcodeOrZip?: string | null | undefined;
6575
6575
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6576
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6577
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6576
+ firstname: z.ZodString;
6577
+ surname: z.ZodString;
6578
6578
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6579
6579
  }, "strip", z.ZodTypeAny, {
6580
- firstname?: string | null | undefined;
6581
- surname?: string | null | undefined;
6580
+ firstname: string;
6581
+ surname: string;
6582
6582
  middlename?: string | null | undefined;
6583
6583
  }, {
6584
- firstname?: string | null | undefined;
6585
- surname?: string | null | undefined;
6584
+ firstname: string;
6585
+ surname: string;
6586
6586
  middlename?: string | null | undefined;
6587
6587
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
6588
6588
  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<{
@@ -6699,16 +6699,16 @@ export declare const EventDocument: z.ZodObject<{
6699
6699
  addressLine3?: string | null | undefined;
6700
6700
  postcodeOrZip?: string | null | undefined;
6701
6701
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
6702
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6703
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6702
+ firstname: z.ZodString;
6703
+ surname: z.ZodString;
6704
6704
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6705
6705
  }, "strip", z.ZodTypeAny, {
6706
- firstname?: string | null | undefined;
6707
- surname?: string | null | undefined;
6706
+ firstname: string;
6707
+ surname: string;
6708
6708
  middlename?: string | null | undefined;
6709
6709
  }, {
6710
- firstname?: string | null | undefined;
6711
- surname?: string | null | undefined;
6710
+ firstname: string;
6711
+ surname: string;
6712
6712
  middlename?: string | null | undefined;
6713
6713
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
6714
6714
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -6740,8 +6740,8 @@ export declare const EventDocument: z.ZodObject<{
6740
6740
  street?: string | null | undefined;
6741
6741
  zipCode?: string | null | undefined;
6742
6742
  } | {
6743
- firstname?: string | null | undefined;
6744
- surname?: string | null | undefined;
6743
+ firstname: string;
6744
+ surname: string;
6745
6745
  middlename?: string | null | undefined;
6746
6746
  } | {
6747
6747
  country: string;
@@ -6784,8 +6784,8 @@ export declare const EventDocument: z.ZodObject<{
6784
6784
  street?: string | null | undefined;
6785
6785
  zipCode?: string | null | undefined;
6786
6786
  } | {
6787
- firstname?: string | null | undefined;
6788
- surname?: string | null | undefined;
6787
+ firstname: string;
6788
+ surname: string;
6789
6789
  middlename?: string | null | undefined;
6790
6790
  } | {
6791
6791
  country: string;
@@ -6836,8 +6836,8 @@ export declare const EventDocument: z.ZodObject<{
6836
6836
  street?: string | null | undefined;
6837
6837
  zipCode?: string | null | undefined;
6838
6838
  } | {
6839
- firstname?: string | null | undefined;
6840
- surname?: string | null | undefined;
6839
+ firstname: string;
6840
+ surname: string;
6841
6841
  middlename?: string | null | undefined;
6842
6842
  } | {
6843
6843
  country: string;
@@ -6880,8 +6880,8 @@ export declare const EventDocument: z.ZodObject<{
6880
6880
  street?: string | null | undefined;
6881
6881
  zipCode?: string | null | undefined;
6882
6882
  } | {
6883
- firstname?: string | null | undefined;
6884
- surname?: string | null | undefined;
6883
+ firstname: string;
6884
+ surname: string;
6885
6885
  middlename?: string | null | undefined;
6886
6886
  } | {
6887
6887
  country: string;
@@ -7030,16 +7030,16 @@ export declare const EventDocument: z.ZodObject<{
7030
7030
  addressLine3?: string | null | undefined;
7031
7031
  postcodeOrZip?: string | null | undefined;
7032
7032
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7033
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7034
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7033
+ firstname: z.ZodString;
7034
+ surname: z.ZodString;
7035
7035
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7036
7036
  }, "strip", z.ZodTypeAny, {
7037
- firstname?: string | null | undefined;
7038
- surname?: string | null | undefined;
7037
+ firstname: string;
7038
+ surname: string;
7039
7039
  middlename?: string | null | undefined;
7040
7040
  }, {
7041
- firstname?: string | null | undefined;
7042
- surname?: string | null | undefined;
7041
+ firstname: string;
7042
+ surname: string;
7043
7043
  middlename?: string | null | undefined;
7044
7044
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
7045
7045
  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<{
@@ -7156,16 +7156,16 @@ export declare const EventDocument: z.ZodObject<{
7156
7156
  addressLine3?: string | null | undefined;
7157
7157
  postcodeOrZip?: string | null | undefined;
7158
7158
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
7159
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7160
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7159
+ firstname: z.ZodString;
7160
+ surname: z.ZodString;
7161
7161
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7162
7162
  }, "strip", z.ZodTypeAny, {
7163
- firstname?: string | null | undefined;
7164
- surname?: string | null | undefined;
7163
+ firstname: string;
7164
+ surname: string;
7165
7165
  middlename?: string | null | undefined;
7166
7166
  }, {
7167
- firstname?: string | null | undefined;
7168
- surname?: string | null | undefined;
7167
+ firstname: string;
7168
+ surname: string;
7169
7169
  middlename?: string | null | undefined;
7170
7170
  }>, z.ZodNull]>, z.ZodUndefined]>]>>>>;
7171
7171
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
@@ -7229,8 +7229,8 @@ export declare const EventDocument: z.ZodObject<{
7229
7229
  street?: string | null | undefined;
7230
7230
  zipCode?: string | null | undefined;
7231
7231
  } | {
7232
- firstname?: string | null | undefined;
7233
- surname?: string | null | undefined;
7232
+ firstname: string;
7233
+ surname: string;
7234
7234
  middlename?: string | null | undefined;
7235
7235
  } | {
7236
7236
  country: string;
@@ -7274,8 +7274,8 @@ export declare const EventDocument: z.ZodObject<{
7274
7274
  street?: string | null | undefined;
7275
7275
  zipCode?: string | null | undefined;
7276
7276
  } | {
7277
- firstname?: string | null | undefined;
7278
- surname?: string | null | undefined;
7277
+ firstname: string;
7278
+ surname: string;
7279
7279
  middlename?: string | null | undefined;
7280
7280
  } | {
7281
7281
  country: string;
@@ -7326,8 +7326,8 @@ export declare const EventDocument: z.ZodObject<{
7326
7326
  street?: string | null | undefined;
7327
7327
  zipCode?: string | null | undefined;
7328
7328
  } | {
7329
- firstname?: string | null | undefined;
7330
- surname?: string | null | undefined;
7329
+ firstname: string;
7330
+ surname: string;
7331
7331
  middlename?: string | null | undefined;
7332
7332
  } | {
7333
7333
  country: string;
@@ -7370,8 +7370,8 @@ export declare const EventDocument: z.ZodObject<{
7370
7370
  street?: string | null | undefined;
7371
7371
  zipCode?: string | null | undefined;
7372
7372
  } | {
7373
- firstname?: string | null | undefined;
7374
- surname?: string | null | undefined;
7373
+ firstname: string;
7374
+ surname: string;
7375
7375
  middlename?: string | null | undefined;
7376
7376
  } | {
7377
7377
  country: string;
@@ -7422,8 +7422,8 @@ export declare const EventDocument: z.ZodObject<{
7422
7422
  street?: string | null | undefined;
7423
7423
  zipCode?: string | null | undefined;
7424
7424
  } | {
7425
- firstname?: string | null | undefined;
7426
- surname?: string | null | undefined;
7425
+ firstname: string;
7426
+ surname: string;
7427
7427
  middlename?: string | null | undefined;
7428
7428
  } | {
7429
7429
  country: string;
@@ -7466,8 +7466,8 @@ export declare const EventDocument: z.ZodObject<{
7466
7466
  street?: string | null | undefined;
7467
7467
  zipCode?: string | null | undefined;
7468
7468
  } | {
7469
- firstname?: string | null | undefined;
7470
- surname?: string | null | undefined;
7469
+ firstname: string;
7470
+ surname: string;
7471
7471
  middlename?: string | null | undefined;
7472
7472
  } | {
7473
7473
  country: string;
@@ -7519,8 +7519,8 @@ export declare const EventDocument: z.ZodObject<{
7519
7519
  street?: string | null | undefined;
7520
7520
  zipCode?: string | null | undefined;
7521
7521
  } | {
7522
- firstname?: string | null | undefined;
7523
- surname?: string | null | undefined;
7522
+ firstname: string;
7523
+ surname: string;
7524
7524
  middlename?: string | null | undefined;
7525
7525
  } | {
7526
7526
  country: string;
@@ -7563,8 +7563,8 @@ export declare const EventDocument: z.ZodObject<{
7563
7563
  street?: string | null | undefined;
7564
7564
  zipCode?: string | null | undefined;
7565
7565
  } | {
7566
- firstname?: string | null | undefined;
7567
- surname?: string | null | undefined;
7566
+ firstname: string;
7567
+ surname: string;
7568
7568
  middlename?: string | null | undefined;
7569
7569
  } | {
7570
7570
  country: string;
@@ -7615,8 +7615,8 @@ export declare const EventDocument: z.ZodObject<{
7615
7615
  street?: string | null | undefined;
7616
7616
  zipCode?: string | null | undefined;
7617
7617
  } | {
7618
- firstname?: string | null | undefined;
7619
- surname?: string | null | undefined;
7618
+ firstname: string;
7619
+ surname: string;
7620
7620
  middlename?: string | null | undefined;
7621
7621
  } | {
7622
7622
  country: string;
@@ -7659,8 +7659,8 @@ export declare const EventDocument: z.ZodObject<{
7659
7659
  street?: string | null | undefined;
7660
7660
  zipCode?: string | null | undefined;
7661
7661
  } | {
7662
- firstname?: string | null | undefined;
7663
- surname?: string | null | undefined;
7662
+ firstname: string;
7663
+ surname: string;
7664
7664
  middlename?: string | null | undefined;
7665
7665
  } | {
7666
7666
  country: string;
@@ -7715,8 +7715,8 @@ export declare const EventDocument: z.ZodObject<{
7715
7715
  street?: string | null | undefined;
7716
7716
  zipCode?: string | null | undefined;
7717
7717
  } | {
7718
- firstname?: string | null | undefined;
7719
- surname?: string | null | undefined;
7718
+ firstname: string;
7719
+ surname: string;
7720
7720
  middlename?: string | null | undefined;
7721
7721
  } | {
7722
7722
  country: string;
@@ -7759,8 +7759,8 @@ export declare const EventDocument: z.ZodObject<{
7759
7759
  street?: string | null | undefined;
7760
7760
  zipCode?: string | null | undefined;
7761
7761
  } | {
7762
- firstname?: string | null | undefined;
7763
- surname?: string | null | undefined;
7762
+ firstname: string;
7763
+ surname: string;
7764
7764
  middlename?: string | null | undefined;
7765
7765
  } | {
7766
7766
  country: string;
@@ -7811,8 +7811,8 @@ export declare const EventDocument: z.ZodObject<{
7811
7811
  street?: string | null | undefined;
7812
7812
  zipCode?: string | null | undefined;
7813
7813
  } | {
7814
- firstname?: string | null | undefined;
7815
- surname?: string | null | undefined;
7814
+ firstname: string;
7815
+ surname: string;
7816
7816
  middlename?: string | null | undefined;
7817
7817
  } | {
7818
7818
  country: string;
@@ -7855,8 +7855,8 @@ export declare const EventDocument: z.ZodObject<{
7855
7855
  street?: string | null | undefined;
7856
7856
  zipCode?: string | null | undefined;
7857
7857
  } | {
7858
- firstname?: string | null | undefined;
7859
- surname?: string | null | undefined;
7858
+ firstname: string;
7859
+ surname: string;
7860
7860
  middlename?: string | null | undefined;
7861
7861
  } | {
7862
7862
  country: string;
@@ -7911,8 +7911,8 @@ export declare const EventDocument: z.ZodObject<{
7911
7911
  street?: string | null | undefined;
7912
7912
  zipCode?: string | null | undefined;
7913
7913
  } | {
7914
- firstname?: string | null | undefined;
7915
- surname?: string | null | undefined;
7914
+ firstname: string;
7915
+ surname: string;
7916
7916
  middlename?: string | null | undefined;
7917
7917
  } | {
7918
7918
  country: string;
@@ -7955,8 +7955,8 @@ export declare const EventDocument: z.ZodObject<{
7955
7955
  street?: string | null | undefined;
7956
7956
  zipCode?: string | null | undefined;
7957
7957
  } | {
7958
- firstname?: string | null | undefined;
7959
- surname?: string | null | undefined;
7958
+ firstname: string;
7959
+ surname: string;
7960
7960
  middlename?: string | null | undefined;
7961
7961
  } | {
7962
7962
  country: string;
@@ -8007,8 +8007,8 @@ export declare const EventDocument: z.ZodObject<{
8007
8007
  street?: string | null | undefined;
8008
8008
  zipCode?: string | null | undefined;
8009
8009
  } | {
8010
- firstname?: string | null | undefined;
8011
- surname?: string | null | undefined;
8010
+ firstname: string;
8011
+ surname: string;
8012
8012
  middlename?: string | null | undefined;
8013
8013
  } | {
8014
8014
  country: string;
@@ -8051,8 +8051,8 @@ export declare const EventDocument: z.ZodObject<{
8051
8051
  street?: string | null | undefined;
8052
8052
  zipCode?: string | null | undefined;
8053
8053
  } | {
8054
- firstname?: string | null | undefined;
8055
- surname?: string | null | undefined;
8054
+ firstname: string;
8055
+ surname: string;
8056
8056
  middlename?: string | null | undefined;
8057
8057
  } | {
8058
8058
  country: string;
@@ -8103,8 +8103,8 @@ export declare const EventDocument: z.ZodObject<{
8103
8103
  street?: string | null | undefined;
8104
8104
  zipCode?: string | null | undefined;
8105
8105
  } | {
8106
- firstname?: string | null | undefined;
8107
- surname?: string | null | undefined;
8106
+ firstname: string;
8107
+ surname: string;
8108
8108
  middlename?: string | null | undefined;
8109
8109
  } | {
8110
8110
  country: string;
@@ -8147,8 +8147,8 @@ export declare const EventDocument: z.ZodObject<{
8147
8147
  street?: string | null | undefined;
8148
8148
  zipCode?: string | null | undefined;
8149
8149
  } | {
8150
- firstname?: string | null | undefined;
8151
- surname?: string | null | undefined;
8150
+ firstname: string;
8151
+ surname: string;
8152
8152
  middlename?: string | null | undefined;
8153
8153
  } | {
8154
8154
  country: string;
@@ -8199,8 +8199,8 @@ export declare const EventDocument: z.ZodObject<{
8199
8199
  street?: string | null | undefined;
8200
8200
  zipCode?: string | null | undefined;
8201
8201
  } | {
8202
- firstname?: string | null | undefined;
8203
- surname?: string | null | undefined;
8202
+ firstname: string;
8203
+ surname: string;
8204
8204
  middlename?: string | null | undefined;
8205
8205
  } | {
8206
8206
  country: string;
@@ -8243,8 +8243,8 @@ export declare const EventDocument: z.ZodObject<{
8243
8243
  street?: string | null | undefined;
8244
8244
  zipCode?: string | null | undefined;
8245
8245
  } | {
8246
- firstname?: string | null | undefined;
8247
- surname?: string | null | undefined;
8246
+ firstname: string;
8247
+ surname: string;
8248
8248
  middlename?: string | null | undefined;
8249
8249
  } | {
8250
8250
  country: string;
@@ -8295,8 +8295,8 @@ export declare const EventDocument: z.ZodObject<{
8295
8295
  street?: string | null | undefined;
8296
8296
  zipCode?: string | null | undefined;
8297
8297
  } | {
8298
- firstname?: string | null | undefined;
8299
- surname?: string | null | undefined;
8298
+ firstname: string;
8299
+ surname: string;
8300
8300
  middlename?: string | null | undefined;
8301
8301
  } | {
8302
8302
  country: string;
@@ -8339,8 +8339,8 @@ export declare const EventDocument: z.ZodObject<{
8339
8339
  street?: string | null | undefined;
8340
8340
  zipCode?: string | null | undefined;
8341
8341
  } | {
8342
- firstname?: string | null | undefined;
8343
- surname?: string | null | undefined;
8342
+ firstname: string;
8343
+ surname: string;
8344
8344
  middlename?: string | null | undefined;
8345
8345
  } | {
8346
8346
  country: string;
@@ -8391,8 +8391,8 @@ export declare const EventDocument: z.ZodObject<{
8391
8391
  street?: string | null | undefined;
8392
8392
  zipCode?: string | null | undefined;
8393
8393
  } | {
8394
- firstname?: string | null | undefined;
8395
- surname?: string | null | undefined;
8394
+ firstname: string;
8395
+ surname: string;
8396
8396
  middlename?: string | null | undefined;
8397
8397
  } | {
8398
8398
  country: string;
@@ -8436,8 +8436,8 @@ export declare const EventDocument: z.ZodObject<{
8436
8436
  street?: string | null | undefined;
8437
8437
  zipCode?: string | null | undefined;
8438
8438
  } | {
8439
- firstname?: string | null | undefined;
8440
- surname?: string | null | undefined;
8439
+ firstname: string;
8440
+ surname: string;
8441
8441
  middlename?: string | null | undefined;
8442
8442
  } | {
8443
8443
  country: string;
@@ -8488,8 +8488,8 @@ export declare const EventDocument: z.ZodObject<{
8488
8488
  street?: string | null | undefined;
8489
8489
  zipCode?: string | null | undefined;
8490
8490
  } | {
8491
- firstname?: string | null | undefined;
8492
- surname?: string | null | undefined;
8491
+ firstname: string;
8492
+ surname: string;
8493
8493
  middlename?: string | null | undefined;
8494
8494
  } | {
8495
8495
  country: string;
@@ -8533,8 +8533,8 @@ export declare const EventDocument: z.ZodObject<{
8533
8533
  street?: string | null | undefined;
8534
8534
  zipCode?: string | null | undefined;
8535
8535
  } | {
8536
- firstname?: string | null | undefined;
8537
- surname?: string | null | undefined;
8536
+ firstname: string;
8537
+ surname: string;
8538
8538
  middlename?: string | null | undefined;
8539
8539
  } | {
8540
8540
  country: string;
@@ -8585,8 +8585,8 @@ export declare const EventDocument: z.ZodObject<{
8585
8585
  street?: string | null | undefined;
8586
8586
  zipCode?: string | null | undefined;
8587
8587
  } | {
8588
- firstname?: string | null | undefined;
8589
- surname?: string | null | undefined;
8588
+ firstname: string;
8589
+ surname: string;
8590
8590
  middlename?: string | null | undefined;
8591
8591
  } | {
8592
8592
  country: string;
@@ -8629,8 +8629,8 @@ export declare const EventDocument: z.ZodObject<{
8629
8629
  street?: string | null | undefined;
8630
8630
  zipCode?: string | null | undefined;
8631
8631
  } | {
8632
- firstname?: string | null | undefined;
8633
- surname?: string | null | undefined;
8632
+ firstname: string;
8633
+ surname: string;
8634
8634
  middlename?: string | null | undefined;
8635
8635
  } | {
8636
8636
  country: string;
@@ -8700,8 +8700,8 @@ export declare const EventDocument: z.ZodObject<{
8700
8700
  street?: string | null | undefined;
8701
8701
  zipCode?: string | null | undefined;
8702
8702
  } | {
8703
- firstname?: string | null | undefined;
8704
- surname?: string | null | undefined;
8703
+ firstname: string;
8704
+ surname: string;
8705
8705
  middlename?: string | null | undefined;
8706
8706
  } | {
8707
8707
  country: string;
@@ -8745,8 +8745,8 @@ export declare const EventDocument: z.ZodObject<{
8745
8745
  street?: string | null | undefined;
8746
8746
  zipCode?: string | null | undefined;
8747
8747
  } | {
8748
- firstname?: string | null | undefined;
8749
- surname?: string | null | undefined;
8748
+ firstname: string;
8749
+ surname: string;
8750
8750
  middlename?: string | null | undefined;
8751
8751
  } | {
8752
8752
  country: string;
@@ -8797,8 +8797,8 @@ export declare const EventDocument: z.ZodObject<{
8797
8797
  street?: string | null | undefined;
8798
8798
  zipCode?: string | null | undefined;
8799
8799
  } | {
8800
- firstname?: string | null | undefined;
8801
- surname?: string | null | undefined;
8800
+ firstname: string;
8801
+ surname: string;
8802
8802
  middlename?: string | null | undefined;
8803
8803
  } | {
8804
8804
  country: string;
@@ -8841,8 +8841,8 @@ export declare const EventDocument: z.ZodObject<{
8841
8841
  street?: string | null | undefined;
8842
8842
  zipCode?: string | null | undefined;
8843
8843
  } | {
8844
- firstname?: string | null | undefined;
8845
- surname?: string | null | undefined;
8844
+ firstname: string;
8845
+ surname: string;
8846
8846
  middlename?: string | null | undefined;
8847
8847
  } | {
8848
8848
  country: string;
@@ -8893,8 +8893,8 @@ export declare const EventDocument: z.ZodObject<{
8893
8893
  street?: string | null | undefined;
8894
8894
  zipCode?: string | null | undefined;
8895
8895
  } | {
8896
- firstname?: string | null | undefined;
8897
- surname?: string | null | undefined;
8896
+ firstname: string;
8897
+ surname: string;
8898
8898
  middlename?: string | null | undefined;
8899
8899
  } | {
8900
8900
  country: string;
@@ -8937,8 +8937,8 @@ export declare const EventDocument: z.ZodObject<{
8937
8937
  street?: string | null | undefined;
8938
8938
  zipCode?: string | null | undefined;
8939
8939
  } | {
8940
- firstname?: string | null | undefined;
8941
- surname?: string | null | undefined;
8940
+ firstname: string;
8941
+ surname: string;
8942
8942
  middlename?: string | null | undefined;
8943
8943
  } | {
8944
8944
  country: string;
@@ -8990,8 +8990,8 @@ export declare const EventDocument: z.ZodObject<{
8990
8990
  street?: string | null | undefined;
8991
8991
  zipCode?: string | null | undefined;
8992
8992
  } | {
8993
- firstname?: string | null | undefined;
8994
- surname?: string | null | undefined;
8993
+ firstname: string;
8994
+ surname: string;
8995
8995
  middlename?: string | null | undefined;
8996
8996
  } | {
8997
8997
  country: string;
@@ -9034,8 +9034,8 @@ export declare const EventDocument: z.ZodObject<{
9034
9034
  street?: string | null | undefined;
9035
9035
  zipCode?: string | null | undefined;
9036
9036
  } | {
9037
- firstname?: string | null | undefined;
9038
- surname?: string | null | undefined;
9037
+ firstname: string;
9038
+ surname: string;
9039
9039
  middlename?: string | null | undefined;
9040
9040
  } | {
9041
9041
  country: string;
@@ -9086,8 +9086,8 @@ export declare const EventDocument: z.ZodObject<{
9086
9086
  street?: string | null | undefined;
9087
9087
  zipCode?: string | null | undefined;
9088
9088
  } | {
9089
- firstname?: string | null | undefined;
9090
- surname?: string | null | undefined;
9089
+ firstname: string;
9090
+ surname: string;
9091
9091
  middlename?: string | null | undefined;
9092
9092
  } | {
9093
9093
  country: string;
@@ -9130,8 +9130,8 @@ export declare const EventDocument: z.ZodObject<{
9130
9130
  street?: string | null | undefined;
9131
9131
  zipCode?: string | null | undefined;
9132
9132
  } | {
9133
- firstname?: string | null | undefined;
9134
- surname?: string | null | undefined;
9133
+ firstname: string;
9134
+ surname: string;
9135
9135
  middlename?: string | null | undefined;
9136
9136
  } | {
9137
9137
  country: string;
@@ -9186,8 +9186,8 @@ export declare const EventDocument: z.ZodObject<{
9186
9186
  street?: string | null | undefined;
9187
9187
  zipCode?: string | null | undefined;
9188
9188
  } | {
9189
- firstname?: string | null | undefined;
9190
- surname?: string | null | undefined;
9189
+ firstname: string;
9190
+ surname: string;
9191
9191
  middlename?: string | null | undefined;
9192
9192
  } | {
9193
9193
  country: string;
@@ -9230,8 +9230,8 @@ export declare const EventDocument: z.ZodObject<{
9230
9230
  street?: string | null | undefined;
9231
9231
  zipCode?: string | null | undefined;
9232
9232
  } | {
9233
- firstname?: string | null | undefined;
9234
- surname?: string | null | undefined;
9233
+ firstname: string;
9234
+ surname: string;
9235
9235
  middlename?: string | null | undefined;
9236
9236
  } | {
9237
9237
  country: string;
@@ -9282,8 +9282,8 @@ export declare const EventDocument: z.ZodObject<{
9282
9282
  street?: string | null | undefined;
9283
9283
  zipCode?: string | null | undefined;
9284
9284
  } | {
9285
- firstname?: string | null | undefined;
9286
- surname?: string | null | undefined;
9285
+ firstname: string;
9286
+ surname: string;
9287
9287
  middlename?: string | null | undefined;
9288
9288
  } | {
9289
9289
  country: string;
@@ -9326,8 +9326,8 @@ export declare const EventDocument: z.ZodObject<{
9326
9326
  street?: string | null | undefined;
9327
9327
  zipCode?: string | null | undefined;
9328
9328
  } | {
9329
- firstname?: string | null | undefined;
9330
- surname?: string | null | undefined;
9329
+ firstname: string;
9330
+ surname: string;
9331
9331
  middlename?: string | null | undefined;
9332
9332
  } | {
9333
9333
  country: string;
@@ -9382,8 +9382,8 @@ export declare const EventDocument: z.ZodObject<{
9382
9382
  street?: string | null | undefined;
9383
9383
  zipCode?: string | null | undefined;
9384
9384
  } | {
9385
- firstname?: string | null | undefined;
9386
- surname?: string | null | undefined;
9385
+ firstname: string;
9386
+ surname: string;
9387
9387
  middlename?: string | null | undefined;
9388
9388
  } | {
9389
9389
  country: string;
@@ -9426,8 +9426,8 @@ export declare const EventDocument: z.ZodObject<{
9426
9426
  street?: string | null | undefined;
9427
9427
  zipCode?: string | null | undefined;
9428
9428
  } | {
9429
- firstname?: string | null | undefined;
9430
- surname?: string | null | undefined;
9429
+ firstname: string;
9430
+ surname: string;
9431
9431
  middlename?: string | null | undefined;
9432
9432
  } | {
9433
9433
  country: string;
@@ -9478,8 +9478,8 @@ export declare const EventDocument: z.ZodObject<{
9478
9478
  street?: string | null | undefined;
9479
9479
  zipCode?: string | null | undefined;
9480
9480
  } | {
9481
- firstname?: string | null | undefined;
9482
- surname?: string | null | undefined;
9481
+ firstname: string;
9482
+ surname: string;
9483
9483
  middlename?: string | null | undefined;
9484
9484
  } | {
9485
9485
  country: string;
@@ -9522,8 +9522,8 @@ export declare const EventDocument: z.ZodObject<{
9522
9522
  street?: string | null | undefined;
9523
9523
  zipCode?: string | null | undefined;
9524
9524
  } | {
9525
- firstname?: string | null | undefined;
9526
- surname?: string | null | undefined;
9525
+ firstname: string;
9526
+ surname: string;
9527
9527
  middlename?: string | null | undefined;
9528
9528
  } | {
9529
9529
  country: string;
@@ -9574,8 +9574,8 @@ export declare const EventDocument: z.ZodObject<{
9574
9574
  street?: string | null | undefined;
9575
9575
  zipCode?: string | null | undefined;
9576
9576
  } | {
9577
- firstname?: string | null | undefined;
9578
- surname?: string | null | undefined;
9577
+ firstname: string;
9578
+ surname: string;
9579
9579
  middlename?: string | null | undefined;
9580
9580
  } | {
9581
9581
  country: string;
@@ -9618,8 +9618,8 @@ export declare const EventDocument: z.ZodObject<{
9618
9618
  street?: string | null | undefined;
9619
9619
  zipCode?: string | null | undefined;
9620
9620
  } | {
9621
- firstname?: string | null | undefined;
9622
- surname?: string | null | undefined;
9621
+ firstname: string;
9622
+ surname: string;
9623
9623
  middlename?: string | null | undefined;
9624
9624
  } | {
9625
9625
  country: string;
@@ -9670,8 +9670,8 @@ export declare const EventDocument: z.ZodObject<{
9670
9670
  street?: string | null | undefined;
9671
9671
  zipCode?: string | null | undefined;
9672
9672
  } | {
9673
- firstname?: string | null | undefined;
9674
- surname?: string | null | undefined;
9673
+ firstname: string;
9674
+ surname: string;
9675
9675
  middlename?: string | null | undefined;
9676
9676
  } | {
9677
9677
  country: string;
@@ -9714,8 +9714,8 @@ export declare const EventDocument: z.ZodObject<{
9714
9714
  street?: string | null | undefined;
9715
9715
  zipCode?: string | null | undefined;
9716
9716
  } | {
9717
- firstname?: string | null | undefined;
9718
- surname?: string | null | undefined;
9717
+ firstname: string;
9718
+ surname: string;
9719
9719
  middlename?: string | null | undefined;
9720
9720
  } | {
9721
9721
  country: string;
@@ -9766,8 +9766,8 @@ export declare const EventDocument: z.ZodObject<{
9766
9766
  street?: string | null | undefined;
9767
9767
  zipCode?: string | null | undefined;
9768
9768
  } | {
9769
- firstname?: string | null | undefined;
9770
- surname?: string | null | undefined;
9769
+ firstname: string;
9770
+ surname: string;
9771
9771
  middlename?: string | null | undefined;
9772
9772
  } | {
9773
9773
  country: string;
@@ -9810,8 +9810,8 @@ export declare const EventDocument: z.ZodObject<{
9810
9810
  street?: string | null | undefined;
9811
9811
  zipCode?: string | null | undefined;
9812
9812
  } | {
9813
- firstname?: string | null | undefined;
9814
- surname?: string | null | undefined;
9813
+ firstname: string;
9814
+ surname: string;
9815
9815
  middlename?: string | null | undefined;
9816
9816
  } | {
9817
9817
  country: string;
@@ -9862,8 +9862,8 @@ export declare const EventDocument: z.ZodObject<{
9862
9862
  street?: string | null | undefined;
9863
9863
  zipCode?: string | null | undefined;
9864
9864
  } | {
9865
- firstname?: string | null | undefined;
9866
- surname?: string | null | undefined;
9865
+ firstname: string;
9866
+ surname: string;
9867
9867
  middlename?: string | null | undefined;
9868
9868
  } | {
9869
9869
  country: string;
@@ -9907,8 +9907,8 @@ export declare const EventDocument: z.ZodObject<{
9907
9907
  street?: string | null | undefined;
9908
9908
  zipCode?: string | null | undefined;
9909
9909
  } | {
9910
- firstname?: string | null | undefined;
9911
- surname?: string | null | undefined;
9910
+ firstname: string;
9911
+ surname: string;
9912
9912
  middlename?: string | null | undefined;
9913
9913
  } | {
9914
9914
  country: string;
@@ -9959,8 +9959,8 @@ export declare const EventDocument: z.ZodObject<{
9959
9959
  street?: string | null | undefined;
9960
9960
  zipCode?: string | null | undefined;
9961
9961
  } | {
9962
- firstname?: string | null | undefined;
9963
- surname?: string | null | undefined;
9962
+ firstname: string;
9963
+ surname: string;
9964
9964
  middlename?: string | null | undefined;
9965
9965
  } | {
9966
9966
  country: string;
@@ -10004,8 +10004,8 @@ export declare const EventDocument: z.ZodObject<{
10004
10004
  street?: string | null | undefined;
10005
10005
  zipCode?: string | null | undefined;
10006
10006
  } | {
10007
- firstname?: string | null | undefined;
10008
- surname?: string | null | undefined;
10007
+ firstname: string;
10008
+ surname: string;
10009
10009
  middlename?: string | null | undefined;
10010
10010
  } | {
10011
10011
  country: string;
@@ -10056,8 +10056,8 @@ export declare const EventDocument: z.ZodObject<{
10056
10056
  street?: string | null | undefined;
10057
10057
  zipCode?: string | null | undefined;
10058
10058
  } | {
10059
- firstname?: string | null | undefined;
10060
- surname?: string | null | undefined;
10059
+ firstname: string;
10060
+ surname: string;
10061
10061
  middlename?: string | null | undefined;
10062
10062
  } | {
10063
10063
  country: string;
@@ -10100,8 +10100,8 @@ export declare const EventDocument: z.ZodObject<{
10100
10100
  street?: string | null | undefined;
10101
10101
  zipCode?: string | null | undefined;
10102
10102
  } | {
10103
- firstname?: string | null | undefined;
10104
- surname?: string | null | undefined;
10103
+ firstname: string;
10104
+ surname: string;
10105
10105
  middlename?: string | null | undefined;
10106
10106
  } | {
10107
10107
  country: string;