import { z } from 'zod'; /** * Zod schema for the StripeConfigCollection 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 stripeConfigCollection: z.ZodLazy; webhookSigningSecret: z.ZodString; }, "strip", z.ZodTypeAny, { webhookSigningSecret: string; id?: string | undefined; }, { webhookSigningSecret: string; id?: string | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }, { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {StripeConfigCollection} stripeConfigCollection * @property {StripeConfig[]} * @property {Links} */ export type StripeConfigCollection = z.infer; /** * Zod schema for mapping API responses to the StripeConfigCollection 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 stripeConfigCollectionResponse: z.ZodLazy; webhook_signing_secret: z.ZodString; }, "strip", z.ZodTypeAny, { webhook_signing_secret: string; id?: string | undefined; }, { webhook_signing_secret: string; id?: string | undefined; }>, { id: string | undefined; webhookSigningSecret: string; }, { webhook_signing_secret: string; id?: string | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { id: string | undefined; webhookSigningSecret: string; }; id: string; name: string; }, { config: { webhook_signing_secret: string; id?: string | undefined; }; id: string; name: string; }>, { config: { id: string | undefined; webhookSigningSecret: string; }; id: string; name: string; }, { config: { webhook_signing_secret: string; id?: string | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>, { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { id: string | undefined; webhookSigningSecret: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { webhook_signing_secret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { id: string | undefined; webhookSigningSecret: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { webhook_signing_secret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the StripeConfigCollection 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 stripeConfigCollectionRequest: z.ZodLazy; webhookSigningSecret: z.ZodString; }, "strip", z.ZodTypeAny, { webhookSigningSecret: string; id?: string | undefined; }, { webhookSigningSecret: string; id?: string | undefined; }>, { id: string | undefined; webhook_signing_secret: string; }, { webhookSigningSecret: string; id?: string | undefined; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { id: string | undefined; webhook_signing_secret: string; }; id: string; name: string; }, { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }>, { config: { id: string | undefined; webhook_signing_secret: string; }; id: string; name: string; }, { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }>>, "many">>; links: z.ZodOptional; next: z.ZodNullable>; prev: z.ZodNullable>; }, "strip", z.ZodTypeAny, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>, { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; }, { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; }>>>; }, "strip", z.ZodTypeAny, { data?: { config: { id: string | undefined; webhook_signing_secret: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { id: string | undefined; webhook_signing_secret: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { webhookSigningSecret: string; id?: string | undefined; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=stripe-config-collection.d.ts.map