Variable CommunicationProviderSchemaConst
CommunicationProviderSchema: ZodObject<{
Description: ZodNullable<ZodString>;
ID: ZodString;
Name: ZodString;
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Disabled">]>;
SupportsDrafts: ZodBoolean;
SupportsForwarding: ZodBoolean;
SupportsReceiving: ZodBoolean;
SupportsReplying: ZodBoolean;
SupportsScheduledSending: ZodBoolean;
SupportsSending: ZodBoolean;
__mj_CreatedAt: ZodDate;
__mj_UpdatedAt: ZodDate;
}, "strip", ZodTypeAny, {
Description?: string;
ID?: string;
Name?: string;
Status?: "Active" | "Disabled";
SupportsDrafts?: boolean;
SupportsForwarding?: boolean;
SupportsReceiving?: boolean;
SupportsReplying?: boolean;
SupportsScheduledSending?: boolean;
SupportsSending?: boolean;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}, {
Description?: string;
ID?: string;
Name?: string;
Status?: "Active" | "Disabled";
SupportsDrafts?: boolean;
SupportsForwarding?: boolean;
SupportsReceiving?: boolean;
SupportsReplying?: boolean;
SupportsScheduledSending?: boolean;
SupportsSending?: boolean;
__mj_CreatedAt?: Date;
__mj_UpdatedAt?: Date;
}> = ...
Type declaration
Description: ZodNullable<ZodString>
ID: ZodString
Name: ZodString
Status: ZodUnion<[ZodLiteral<"Active">, ZodLiteral<"Disabled">]>
SupportsDrafts: ZodBoolean
SupportsForwarding: ZodBoolean
SupportsReceiving: ZodBoolean
SupportsReplying: ZodBoolean
SupportsScheduledSending: ZodBoolean
SupportsSending: ZodBoolean
__mj_CreatedAt: ZodDate
__mj_UpdatedAt: ZodDate
Type declaration
Optional Description?: string
Optional ID?: string
Optional Name?: string
Optional Status?: "Active" | "Disabled"
Optional SupportsDrafts?: boolean
Optional SupportsForwarding?: boolean
Optional SupportsReceiving?: boolean
Optional SupportsReplying?: boolean
Optional SupportsScheduledSending?: boolean
Optional SupportsSending?: boolean
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
Type declaration
Optional Description?: string
Optional ID?: string
Optional Name?: string
Optional Status?: "Active" | "Disabled"
Optional SupportsDrafts?: boolean
Optional SupportsForwarding?: boolean
Optional SupportsReceiving?: boolean
Optional SupportsReplying?: boolean
Optional SupportsScheduledSending?: boolean
Optional SupportsSending?: boolean
Optional __mj_CreatedAt?: Date
Optional __mj_UpdatedAt?: Date
zod schema definition for the entity Communication Providers