Variable MJCompanyIntegrationFieldMapSchemaConst
MJCompanyIntegrationFieldMapSchema: ZodObject<
{
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
DefaultValue: ZodNullable<ZodString>;
DestinationFieldLabel: ZodNullable<ZodString>;
DestinationFieldName: ZodString;
Direction: ZodUnion<
[
ZodLiteral<"Both">,
ZodLiteral<"DestToSource">,
ZodLiteral<"SourceToDest">,
],
>;
EntityMap: ZodString;
EntityMapID: ZodString;
ID: ZodString;
IsKeyField: ZodBoolean;
IsRequired: ZodBoolean;
Priority: ZodNumber;
SourceFieldLabel: ZodNullable<ZodString>;
SourceFieldName: ZodString;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Inactive">]>;
TransformPipeline: ZodNullable<ZodString>;
},
"strip",
ZodTypeAny,
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultValue?: string;
DestinationFieldLabel?: string;
DestinationFieldName?: string;
Direction?: "Both"
| "DestToSource"
| "SourceToDest";
EntityMap?: string;
EntityMapID?: string;
ID?: string;
IsKeyField?: boolean;
IsRequired?: boolean;
Priority?: number;
SourceFieldLabel?: string;
SourceFieldName?: string;
Status?: "Active" | "Inactive";
TransformPipeline?: string;
},
{
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
DefaultValue?: string;
DestinationFieldLabel?: string;
DestinationFieldName?: string;
Direction?: "Both"
| "DestToSource"
| "SourceToDest";
EntityMap?: string;
EntityMapID?: string;
ID?: string;
IsKeyField?: boolean;
IsRequired?: boolean;
Priority?: number;
SourceFieldLabel?: string;
SourceFieldName?: string;
Status?: "Active" | "Inactive";
TransformPipeline?: string;
},
> = ...
zod schema definition for the entity MJ: Company Integration Field Maps