import { z } from 'zod'; /** * Zod schema for the EventCollection 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 eventCollection: z.ZodLazy; context: z.ZodNullable>; id: z.ZodString; level: z.ZodOptional; log: z.ZodNullable>; payload: z.ZodNullable>; timestamp: z.ZodString; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }>>, "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?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }, { data?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * * @typedef {EventCollection} eventCollection * @property {Event[]} * @property {Links} */ export type EventCollection = z.infer; /** * Zod schema for mapping API responses to the EventCollection 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 eventCollectionResponse: z.ZodLazy; context: z.ZodNullable>; id: z.ZodString; level: z.ZodOptional; log: z.ZodNullable>; payload: z.ZodNullable>; timestamp: z.ZodString; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }>, { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }>>, "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?: { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; /** * Zod schema for mapping the EventCollection 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 eventCollectionRequest: z.ZodLazy; context: z.ZodNullable>; id: z.ZodString; level: z.ZodOptional; log: z.ZodNullable>; payload: z.ZodNullable>; timestamp: z.ZodString; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }>, { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }, { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }>>, "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?: { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }[] | undefined; links?: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>, { data: { code: number | undefined; context: any; id: string; level: string | undefined; log: string | null | undefined; payload: any; timestamp: string; type: string; }[] | undefined; links: { first: string | undefined; next: string | null | undefined; prev: string | null | undefined; } | undefined; }, { data?: { type: string; id: string; timestamp: string; code?: number | undefined; context?: any; level?: string | undefined; log?: string | null | undefined; payload?: any; }[] | undefined; links?: { first?: string | undefined; next?: string | null | undefined; prev?: string | null | undefined; } | undefined; }>>; //# sourceMappingURL=event-collection.d.ts.map