@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.
@@ -244,16 +244,16 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
244
244
  surname: string;
245
245
  middlename?: string | undefined;
246
246
  }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
247
- firstname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
248
- surname: z.ZodOptional<z.ZodNullable<z.ZodString>>;
247
+ firstname: z.ZodString;
248
+ surname: z.ZodString;
249
249
  middlename: z.ZodOptional<z.ZodNullable<z.ZodString>>;
250
250
  }, "strip", z.ZodTypeAny, {
251
- firstname?: string | null | undefined;
252
- surname?: string | null | undefined;
251
+ firstname: string;
252
+ surname: string;
253
253
  middlename?: string | null | undefined;
254
254
  }, {
255
- firstname?: string | null | undefined;
256
- surname?: string | null | undefined;
255
+ firstname: string;
256
+ surname: string;
257
257
  middlename?: string | null | undefined;
258
258
  }>, z.ZodNull]>, z.ZodUndefined]>]>>;
259
259
  }>, "strip", z.ZodTypeAny, {
@@ -289,8 +289,8 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
289
289
  surname: string;
290
290
  middlename?: string | undefined;
291
291
  } | {
292
- firstname?: string | null | undefined;
293
- surname?: string | null | undefined;
292
+ firstname: string;
293
+ surname: string;
294
294
  middlename?: string | null | undefined;
295
295
  } | {
296
296
  country: string;
@@ -373,8 +373,8 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
373
373
  surname: string;
374
374
  middlename?: string | undefined;
375
375
  } | {
376
- firstname?: string | null | undefined;
377
- surname?: string | null | undefined;
376
+ firstname: string;
377
+ surname: string;
378
378
  middlename?: string | null | undefined;
379
379
  } | {
380
380
  country: string;