import { z } from 'zod'; /** * Zod schema for the InboxTokenResponseCollection 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 inboxTokenResponseCollection: z.ZodLazy>; createdAt: z.ZodString; discardedAt: z.ZodNullable>; id: z.ZodString; token: z.ZodString; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }, { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }>>, "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?: { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {InboxTokenResponseCollection} inboxTokenResponseCollection * @property {InboxTokenResponse[]} * @property {Links} */ export type InboxTokenResponseCollection = z.infer; /** * Zod schema for mapping API responses to the InboxTokenResponseCollection 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 inboxTokenResponseCollectionResponse: z.ZodLazy>; created_at: z.ZodString; discarded_at: z.ZodNullable>; id: z.ZodString; token: z.ZodString; updated_at: z.ZodNullable>; }, "strip", z.ZodTypeAny, { id: string; created_at: string; token: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; connection_id?: string | null | undefined; }, { id: string; created_at: string; token: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; connection_id?: string | null | undefined; }>, { connectionId: string | null | undefined; createdAt: string; discardedAt: string | null | undefined; id: string; token: string; updatedAt: string | null | undefined; }, { id: string; created_at: string; token: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; connection_id?: string | null | undefined; }>>, "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?: { connectionId: string | null | undefined; createdAt: string; discardedAt: string | null | undefined; id: string; token: string; updatedAt: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { id: string; created_at: string; token: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; connection_id?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { connectionId: string | null | undefined; createdAt: string; discardedAt: string | null | undefined; id: string; token: string; updatedAt: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { id: string; created_at: string; token: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; connection_id?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the InboxTokenResponseCollection 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 inboxTokenResponseCollectionRequest: z.ZodLazy>; createdAt: z.ZodString; discardedAt: z.ZodNullable>; id: z.ZodString; token: z.ZodString; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }, { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }>, { connection_id: string | null | undefined; created_at: string; discarded_at: string | null | undefined; id: string; token: string; updated_at: string | null | undefined; }, { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }>>, "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?: { connection_id: string | null | undefined; created_at: string; discarded_at: string | null | undefined; id: string; token: string; updated_at: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { connection_id: string | null | undefined; created_at: string; discarded_at: string | null | undefined; id: string; token: string; updated_at: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; token: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; connectionId?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=inbox-token-response-collection.d.ts.map