import { z } from 'zod'; /** * Zod schema for the SlackConfigCollection 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 slackConfigCollection: z.ZodLazy>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; 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: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {SlackConfigCollection} slackConfigCollection * @property {SlackConfig[]} * @property {Links} */ export type SlackConfigCollection = z.infer; /** * Zod schema for mapping API responses to the SlackConfigCollection 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 slackConfigCollectionResponse: z.ZodLazy, { appId: string; clientId: string; clientSecret: string; signingSecret: string; }, { app_id: string; client_id: string; client_secret: string; signing_secret: string; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }, { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }>, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }, { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; 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: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the SlackConfigCollection 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 slackConfigCollectionRequest: z.ZodLazy, { app_id: string; client_id: string; client_secret: string; signing_secret: string; }, { appId: string; clientId: string; clientSecret: string; signingSecret: string; }>>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }>, { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }, { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; 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: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { config: { app_id: string; client_id: string; client_secret: string; signing_secret: string; }; id: string; name: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { config: { appId: string; clientId: string; clientSecret: string; signingSecret: string; }; id: string; name: string; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=slack-config-collection.d.ts.map