import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBodyData = { status: ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody extends Error { status: ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBodyData; constructor(err: ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBodyData); } export declare const ConsoleV1IngestionControllerGenIngestionRunStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1IngestionControllerGenIngestionRunStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1IngestionControllerGenIngestionRunResponseBodyData = { status: ConsoleV1IngestionControllerGenIngestionRunStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1IngestionControllerGenIngestionRunResponseBody extends Error { status: ConsoleV1IngestionControllerGenIngestionRunStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1IngestionControllerGenIngestionRunResponseBodyData; constructor(err: ConsoleV1IngestionControllerGenIngestionRunResponseBodyData); } /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus$ { /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunIngestionsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$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 ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$ { /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenIngestionRunIngestionsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunStatus$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1IngestionControllerGenIngestionRunStatus$ { /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1IngestionControllerGenIngestionRunResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1IngestionControllerGenIngestionRunResponseBody$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 ConsoleV1IngestionControllerGenIngestionRunResponseBody$ { /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1IngestionControllerGenIngestionRunResponseBody$Outbound` instead. */ type Outbound = ConsoleV1IngestionControllerGenIngestionRunResponseBody$Outbound; } //# sourceMappingURL=consolev1ingestioncontrollergeningestionrun.d.ts.map