import { z } from 'zod'; /** * Zod schema for the SlackBotConfigCollection 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 slackBotConfigCollection: z.ZodLazy>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { enabled: boolean; }; id: string; name: string; }, { config: { enabled: boolean; }; 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: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {SlackBotConfigCollection} slackBotConfigCollection * @property {SlackBotConfig[]} * @property {Links} */ export type SlackBotConfigCollection = z.infer; /** * Zod schema for mapping API responses to the SlackBotConfigCollection 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 slackBotConfigCollectionResponse: z.ZodLazy, { enabled: boolean; }, { enabled: boolean; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { enabled: boolean; }; id: string; name: string; }, { config: { enabled: boolean; }; id: string; name: string; }>, { config: { enabled: boolean; }; id: string; name: string; }, { config: { enabled: boolean; }; 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: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the SlackBotConfigCollection 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 slackBotConfigCollectionRequest: z.ZodLazy, { enabled: boolean; }, { enabled: boolean; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { enabled: boolean; }; id: string; name: string; }, { config: { enabled: boolean; }; id: string; name: string; }>, { config: { enabled: boolean; }; id: string; name: string; }, { config: { enabled: boolean; }; 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: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { enabled: boolean; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=slack-bot-config-collection.d.ts.map