import { z } from 'zod'; /** * Zod schema for the WebPushTokenCollection 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 webPushTokenCollection: z.ZodLazy>; endpoint: z.ZodString; id: z.ZodString; keys: z.ZodLazy>; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }, { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: 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?: { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {WebPushTokenCollection} webPushTokenCollection * @property {WebPushToken[]} * @property {Links} */ export type WebPushTokenCollection = z.infer; /** * Zod schema for mapping API responses to the WebPushTokenCollection 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 webPushTokenCollectionResponse: z.ZodLazy>; endpoint: z.ZodString; id: z.ZodString; keys: z.ZodLazy, { auth: string; p256dh: string; }, { auth: string; p256dh: string; }>>; updated_at: z.ZodNullable>; }, "strip", z.ZodTypeAny, { keys: { auth: string; p256dh: string; }; id: string; created_at: string; endpoint: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; }, { keys: { auth: string; p256dh: string; }; id: string; created_at: string; endpoint: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; }>, { createdAt: string; discardedAt: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updatedAt: string | null | undefined; }, { keys: { auth: string; p256dh: string; }; id: string; created_at: string; endpoint: string; updated_at?: string | null | undefined; discarded_at?: 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?: { createdAt: string; discardedAt: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updatedAt: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { keys: { auth: string; p256dh: string; }; id: string; created_at: string; endpoint: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { createdAt: string; discardedAt: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updatedAt: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { keys: { auth: string; p256dh: string; }; id: string; created_at: string; endpoint: string; updated_at?: string | null | undefined; discarded_at?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the WebPushTokenCollection 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 webPushTokenCollectionRequest: z.ZodLazy>; endpoint: z.ZodString; id: z.ZodString; keys: z.ZodLazy, { auth: string; p256dh: string; }, { auth: string; p256dh: string; }>>; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }, { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }>, { created_at: string; discarded_at: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updated_at: string | null | undefined; }, { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: 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?: { created_at: string; discarded_at: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updated_at: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { created_at: string; discarded_at: string | null | undefined; endpoint: string; id: string; keys: { auth: string; p256dh: string; }; updated_at: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { keys: { auth: string; p256dh: string; }; createdAt: string; id: string; endpoint: string; updatedAt?: string | null | undefined; discardedAt?: string | null | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=web-push-token-collection.d.ts.map