@opencrvs/toolkit 1.8.0-rc.ff2e7b6 → 1.8.0-rc.ffe8c17

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.
@@ -752,9 +752,9 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
752
752
  filename: string;
753
753
  originalFilename: string;
754
754
  }[]>;
755
- duplicates: string[];
756
755
  eventId: string;
757
756
  transactionId: string;
757
+ duplicates: string[];
758
758
  metadata?: Record<string, string | number | boolean | {
759
759
  type: string;
760
760
  filename: string;
@@ -808,9 +808,9 @@ export declare const ValidateActionInput: z.ZodObject<z.objectUtil.extendShape<{
808
808
  filename: string;
809
809
  originalFilename: string;
810
810
  }[]>;
811
- duplicates: string[];
812
811
  eventId: string;
813
812
  transactionId: string;
813
+ duplicates: string[];
814
814
  type?: "VALIDATE" | undefined;
815
815
  metadata?: Record<string, string | number | boolean | {
816
816
  type: string;
@@ -3794,9 +3794,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
3794
3794
  filename: string;
3795
3795
  originalFilename: string;
3796
3796
  }[]>;
3797
- duplicates: string[];
3798
3797
  eventId: string;
3799
3798
  transactionId: string;
3799
+ duplicates: string[];
3800
3800
  metadata?: Record<string, string | number | boolean | {
3801
3801
  type: string;
3802
3802
  filename: string;
@@ -3850,9 +3850,9 @@ export declare const ActionInput: z.ZodDiscriminatedUnion<"type", [z.ZodObject<z
3850
3850
  filename: string;
3851
3851
  originalFilename: string;
3852
3852
  }[]>;
3853
- duplicates: string[];
3854
3853
  eventId: string;
3855
3854
  transactionId: string;
3855
+ duplicates: string[];
3856
3856
  type?: "VALIDATE" | undefined;
3857
3857
  metadata?: Record<string, string | number | boolean | {
3858
3858
  type: string;