import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1SegmentsControllerGenReadSegmentsStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1SegmentsControllerGenReadSegmentsStatus = ClosedEnum; /** * Segment not found. */ export type ConsoleV1SegmentsControllerGenReadSegmentsResponseBodyData = { status: ConsoleV1SegmentsControllerGenReadSegmentsStatus; message: string; }; /** * Segment not found. */ export declare class ConsoleV1SegmentsControllerGenReadSegmentsResponseBody extends Error { status: ConsoleV1SegmentsControllerGenReadSegmentsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1SegmentsControllerGenReadSegmentsResponseBodyData; constructor(err: ConsoleV1SegmentsControllerGenReadSegmentsResponseBodyData); } export declare const ConsoleV1SegmentsControllerGenReadStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1SegmentsControllerGenReadStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1SegmentsControllerGenReadResponseBodyData = { status: ConsoleV1SegmentsControllerGenReadStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1SegmentsControllerGenReadResponseBody extends Error { status: ConsoleV1SegmentsControllerGenReadStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1SegmentsControllerGenReadResponseBodyData; constructor(err: ConsoleV1SegmentsControllerGenReadResponseBodyData); } /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadSegmentsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadSegmentsStatus$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 ConsoleV1SegmentsControllerGenReadSegmentsStatus$ { /** @deprecated use `ConsoleV1SegmentsControllerGenReadSegmentsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1SegmentsControllerGenReadSegmentsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$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 ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$ { /** @deprecated use `ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsControllerGenReadSegmentsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadStatus$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 ConsoleV1SegmentsControllerGenReadStatus$ { /** @deprecated use `ConsoleV1SegmentsControllerGenReadStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1SegmentsControllerGenReadStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsControllerGenReadResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1SegmentsControllerGenReadResponseBody$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 ConsoleV1SegmentsControllerGenReadResponseBody$ { /** @deprecated use `ConsoleV1SegmentsControllerGenReadResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsControllerGenReadResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsControllerGenReadResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsControllerGenReadResponseBody$Outbound; } //# sourceMappingURL=consolev1segmentscontrollergenread.d.ts.map