@opencrvs/toolkit 1.8.0-rc.fc4c805 → 1.8.0-rc.fcd89ec

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.
@@ -0,0 +1,3 @@
1
+ import { z } from 'zod';
2
+ export declare const CreatedAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3
+ //# sourceMappingURL=CreatedAtLocation.d.ts.map
@@ -10,6 +10,7 @@ export declare const Draft: z.ZodObject<{
10
10
  createdAt: z.ZodString;
11
11
  createdBy: z.ZodString;
12
12
  createdByRole: z.ZodString;
13
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
14
  declaration: 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<{
14
15
  filename: z.ZodString;
15
16
  originalFilename: z.ZodString;
@@ -238,7 +239,6 @@ export declare const Draft: z.ZodObject<{
238
239
  addressLine3?: string | null | undefined;
239
240
  postcodeOrZip?: string | null | undefined;
240
241
  }>]>>>;
241
- createdAtLocation: z.ZodString;
242
242
  status: z.ZodEnum<["Requested", "Accepted", "Rejected"]>;
243
243
  originalActionId: z.ZodOptional<z.ZodString>;
244
244
  }, {
@@ -288,7 +288,7 @@ export declare const Draft: z.ZodObject<{
288
288
  filename: string;
289
289
  originalFilename: string;
290
290
  }[] | [string, string] | undefined>;
291
- createdAtLocation: string;
291
+ createdAtLocation?: string | null | undefined;
292
292
  annotation?: Record<string, string | number | boolean | {
293
293
  type: string;
294
294
  filename: string;
@@ -373,7 +373,7 @@ export declare const Draft: z.ZodObject<{
373
373
  filename: string;
374
374
  originalFilename: string;
375
375
  }[] | [string, string] | undefined>;
376
- createdAtLocation: string;
376
+ createdAtLocation?: string | null | undefined;
377
377
  annotation?: Record<string, string | number | boolean | {
378
378
  type: string;
379
379
  filename: string;
@@ -464,7 +464,7 @@ export declare const Draft: z.ZodObject<{
464
464
  filename: string;
465
465
  originalFilename: string;
466
466
  }[] | [string, string] | undefined>;
467
- createdAtLocation: string;
467
+ createdAtLocation?: string | null | undefined;
468
468
  annotation?: Record<string, string | number | boolean | {
469
469
  type: string;
470
470
  filename: string;
@@ -555,7 +555,7 @@ export declare const Draft: z.ZodObject<{
555
555
  filename: string;
556
556
  originalFilename: string;
557
557
  }[] | [string, string] | undefined>;
558
- createdAtLocation: string;
558
+ createdAtLocation?: string | null | undefined;
559
559
  annotation?: Record<string, string | number | boolean | {
560
560
  type: string;
561
561
  filename: string;