import { z } from 'zod'; /** * Zod schema for the SendgridConfig model. * Defines the structure and validation rules for this data type. * This is the shape used in application code - what developers interact with. */ export declare const sendgridConfig: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; replyTo: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }, { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>; /** * * @typedef {SendgridConfig} sendgridConfig * @property {SendgridConfigPayload} * @property {string} * @property {string} */ export type SendgridConfig = z.infer; /** * Zod schema for mapping API responses to the SendgridConfig application shape. * Handles any property name transformations from the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const sendgridConfigResponse: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; reply_to: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { api_key: string; from?: { email: string; name: string | null | undefined; } | undefined; reply_to?: { email: string; name: string | null | undefined; } | undefined; }, { api_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; reply_to?: { email: string; name?: string | null | undefined; } | undefined; }>, { apiKey: string; from: { email: string; name: string | null | undefined; } | undefined; replyTo: { email: string; name: string | null | undefined; } | undefined; }, { api_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; reply_to?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { apiKey: string; from: { email: string; name: string | null | undefined; } | undefined; replyTo: { email: string; name: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { api_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; reply_to?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>, { config: { apiKey: string; from: { email: string; name: string | null | undefined; } | undefined; replyTo: { email: string; name: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { api_key: string; from?: { email: string; name?: string | null | undefined; } | undefined; reply_to?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>; /** * Zod schema for mapping the SendgridConfig application shape to API requests. * Handles any property name transformations required by the API schema. * If property names match the API schema exactly, this is identical to the application shape. */ export declare const sendgridConfigRequest: z.ZodLazy>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; replyTo: z.ZodOptional>; }, "strip", z.ZodTypeAny, { email: string; name?: string | null | undefined; }, { email: string; name?: string | null | undefined; }>, { email: string; name: string | null | undefined; }, { email: string; name?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { apiKey: string; from?: { email: string; name: string | null | undefined; } | undefined; replyTo?: { email: string; name: string | null | undefined; } | undefined; }, { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }>, { api_key: string; from: { email: string; name: string | null | undefined; } | undefined; reply_to: { email: string; name: string | null | undefined; } | undefined; }, { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { api_key: string; from: { email: string; name: string | null | undefined; } | undefined; reply_to: { email: string; name: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>, { config: { api_key: string; from: { email: string; name: string | null | undefined; } | undefined; reply_to: { email: string; name: string | null | undefined; } | undefined; }; id: string; name: string; }, { config: { apiKey: string; from?: { email: string; name?: string | null | undefined; } | undefined; replyTo?: { email: string; name?: string | null | undefined; } | undefined; }; id: string; name: string; }>>; //# sourceMappingURL=sendgrid-config.d.ts.map