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