import { z } from 'zod'; /** * Zod schema for the ApnsTokenCollection 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 apnsTokenCollection: z.ZodLazy; createdAt: z.ZodString; deviceToken: z.ZodString; discardedAt: z.ZodNullable>; id: z.ZodString; installationId: z.ZodOptional; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }, { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | 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; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {ApnsTokenCollection} apnsTokenCollection * @property {ApnsToken[]} * @property {Links} */ export type ApnsTokenCollection = z.infer; /** * Zod schema for mapping API responses to the ApnsTokenCollection 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 apnsTokenCollectionResponse: z.ZodLazy; created_at: z.ZodString; device_token: z.ZodString; discarded_at: z.ZodNullable>; id: z.ZodString; installation_id: z.ZodOptional; updated_at: z.ZodNullable>; }, "strip", z.ZodTypeAny, { id: string; created_at: string; device_token: string; updated_at?: string | null | undefined; app_id?: string | undefined; discarded_at?: string | null | undefined; installation_id?: string | undefined; }, { id: string; created_at: string; device_token: string; updated_at?: string | null | undefined; app_id?: string | undefined; discarded_at?: string | null | undefined; installation_id?: string | undefined; }>, { appId: string | undefined; createdAt: string; deviceToken: string; discardedAt: string | null | undefined; id: string; installationId: string | undefined; updatedAt: string | null | undefined; }, { id: string; created_at: string; device_token: string; updated_at?: string | null | undefined; app_id?: string | undefined; discarded_at?: string | null | undefined; installation_id?: string | 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?: { appId: string | undefined; createdAt: string; deviceToken: string; discardedAt: string | null | undefined; id: string; installationId: string | undefined; updatedAt: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { id: string; created_at: string; device_token: string; updated_at?: string | null | undefined; app_id?: string | undefined; discarded_at?: string | null | undefined; installation_id?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { appId: string | undefined; createdAt: string; deviceToken: string; discardedAt: string | null | undefined; id: string; installationId: string | undefined; updatedAt: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { id: string; created_at: string; device_token: string; updated_at?: string | null | undefined; app_id?: string | undefined; discarded_at?: string | null | undefined; installation_id?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the ApnsTokenCollection 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 apnsTokenCollectionRequest: z.ZodLazy; createdAt: z.ZodString; deviceToken: z.ZodString; discardedAt: z.ZodNullable>; id: z.ZodString; installationId: z.ZodOptional; updatedAt: z.ZodNullable>; }, "strip", z.ZodTypeAny, { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }, { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }>, { app_id: string | undefined; created_at: string; device_token: string; discarded_at: string | null | undefined; id: string; installation_id: string | undefined; updated_at: string | null | undefined; }, { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | 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?: { app_id: string | undefined; created_at: string; device_token: string; discarded_at: string | null | undefined; id: string; installation_id: string | undefined; updated_at: string | null | undefined; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { app_id: string | undefined; created_at: string; device_token: string; discarded_at: string | null | undefined; id: string; installation_id: string | undefined; updated_at: string | null | undefined; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { createdAt: string; id: string; deviceToken: string; updatedAt?: string | null | undefined; appId?: string | undefined; discardedAt?: string | null | undefined; installationId?: string | undefined; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=apns-token-collection.d.ts.map