Zod schemas for integration credentials stored in the credentials JSONB column.
Each integration type has a different credential shape.
These are the canonical schemas — use them for both server-side validation
and client-side form validation. For client-side Kipu forms, omit
access_id and secret_key (they're env-sourced on the server).
Zod schemas for integration credentials stored in the
credentialsJSONB column. Each integration type has a different credential shape.These are the canonical schemas — use them for both server-side validation and client-side form validation. For client-side Kipu forms, omit access_id and secret_key (they're env-sourced on the server).