DuplicateRunDetailMatchSchema: ZodObject<{
    Action: ZodString;
    ApprovalStatus: ZodUnion<[ZodLiteral<"Approved">, ZodLiteral<"Pending">, ZodLiteral<"Rejected">]>;
    DuplicateRunDetail: ZodString;
    DuplicateRunDetailID: ZodString;
    ID: ZodString;
    MatchProbability: ZodNumber;
    MatchRecordID: ZodString;
    MatchSource: ZodUnion<[ZodLiteral<"SP">, ZodLiteral<"Vector">]>;
    MatchedAt: ZodDate;
    MergeStatus: ZodUnion<[ZodLiteral<"Complete">, ZodLiteral<"Error">, ZodLiteral<"Pending">]>;
    MergedAt: ZodDate;
    RecordMergeLog: ZodNullable<ZodString>;
    RecordMergeLogID: ZodNullable<ZodString>;
    __mj_CreatedAt: ZodDate;
    __mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
    Action?: string;
    ApprovalStatus?: "Pending" | "Approved" | "Rejected";
    DuplicateRunDetail?: string;
    DuplicateRunDetailID?: string;
    ID?: string;
    MatchProbability?: number;
    MatchRecordID?: string;
    MatchSource?: "Vector" | "SP";
    MatchedAt?: Date;
    MergeStatus?: "Pending" | "Complete" | "Error";
    MergedAt?: Date;
    RecordMergeLog?: string;
    RecordMergeLogID?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}, {
    Action?: string;
    ApprovalStatus?: "Pending" | "Approved" | "Rejected";
    DuplicateRunDetail?: string;
    DuplicateRunDetailID?: string;
    ID?: string;
    MatchProbability?: number;
    MatchRecordID?: string;
    MatchSource?: "Vector" | "SP";
    MatchedAt?: Date;
    MergeStatus?: "Pending" | "Complete" | "Error";
    MergedAt?: Date;
    RecordMergeLog?: string;
    RecordMergeLogID?: string;
    __mj_CreatedAt?: Date;
    __mj_UpdatedAt?: Date;
}> = ...

zod schema definition for the entity Duplicate Run Detail Matches

Type declaration

  • Action: ZodString
  • ApprovalStatus: ZodUnion<[ZodLiteral<"Approved">, ZodLiteral<"Pending">, ZodLiteral<"Rejected">]>
  • DuplicateRunDetail: ZodString
  • DuplicateRunDetailID: ZodString
  • ID: ZodString
  • MatchProbability: ZodNumber
  • MatchRecordID: ZodString
  • MatchSource: ZodUnion<[ZodLiteral<"SP">, ZodLiteral<"Vector">]>
  • MatchedAt: ZodDate
  • MergeStatus: ZodUnion<[ZodLiteral<"Complete">, ZodLiteral<"Error">, ZodLiteral<"Pending">]>
  • MergedAt: ZodDate
  • RecordMergeLog: ZodNullable<ZodString>
  • RecordMergeLogID: ZodNullable<ZodString>
  • __mj_CreatedAt: ZodDate
  • __mj_UpdatedAt: ZodDate

Type declaration

  • Optional Action?: string
  • Optional ApprovalStatus?: "Pending" | "Approved" | "Rejected"
  • Optional DuplicateRunDetail?: string
  • Optional DuplicateRunDetailID?: string
  • Optional ID?: string
  • Optional MatchProbability?: number
  • Optional MatchRecordID?: string
  • Optional MatchSource?: "Vector" | "SP"
  • Optional MatchedAt?: Date
  • Optional MergeStatus?: "Pending" | "Complete" | "Error"
  • Optional MergedAt?: Date
  • Optional RecordMergeLog?: string
  • Optional RecordMergeLogID?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date

Type declaration

  • Optional Action?: string
  • Optional ApprovalStatus?: "Pending" | "Approved" | "Rejected"
  • Optional DuplicateRunDetail?: string
  • Optional DuplicateRunDetailID?: string
  • Optional ID?: string
  • Optional MatchProbability?: number
  • Optional MatchRecordID?: string
  • Optional MatchSource?: "Vector" | "SP"
  • Optional MatchedAt?: Date
  • Optional MergeStatus?: "Pending" | "Complete" | "Error"
  • Optional MergedAt?: Date
  • Optional RecordMergeLog?: string
  • Optional RecordMergeLogID?: string
  • Optional __mj_CreatedAt?: Date
  • Optional __mj_UpdatedAt?: Date