import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest = { sourceName?: string | undefined; eventName?: string | undefined; startDate: string; endDate: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Get Ingestion Event Delta Ledger Success */ export type ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: Array; }; /** @internal */ export declare const ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$Outbound = { source_name?: string | undefined; event_name?: string | undefined; start_date: string; end_date: string; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$ { /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$Outbound` instead. */ type Outbound = ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerRequest$Outbound; } /** @internal */ export declare const ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$Outbound = { message: string; data: Array; }; /** @internal */ export declare const ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$ { /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionEventsControllerGenIngestionDeltaLedgerResponseBody$Outbound; } //# sourceMappingURL=consolev1ingestioneventscontrollergeningestiondeltaledger.d.ts.map