import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus = ClosedEnum; /** * Segment not found. */ export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBodyData = { status: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus; message: string; }; /** * Segment not found. */ export declare class ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody extends Error { status: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBodyData; constructor(err: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBodyData); } export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBodyData = { status: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody extends Error { status: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBodyData; constructor(err: ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBodyData); } export declare const ConsoleV1SegmentsIDListControllerGenRemoveStatus: { readonly FourHundred: 400; }; export type ConsoleV1SegmentsIDListControllerGenRemoveStatus = ClosedEnum; /** * Segment must be of type 'id_list' to be modified on this endpoint */ export type ConsoleV1SegmentsIDListControllerGenRemoveResponseBodyData = { status: ConsoleV1SegmentsIDListControllerGenRemoveStatus; message: string; }; /** * Segment must be of type 'id_list' to be modified on this endpoint */ export declare class ConsoleV1SegmentsIDListControllerGenRemoveResponseBody extends Error { status: ConsoleV1SegmentsIDListControllerGenRemoveStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1SegmentsIDListControllerGenRemoveResponseBodyData; constructor(err: ConsoleV1SegmentsIDListControllerGenRemoveResponseBodyData); } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus$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 ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$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 ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus$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 ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$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 ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListControllerGenRemoveSegmentsResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveStatus$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 ConsoleV1SegmentsIDListControllerGenRemoveStatus$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$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 ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound; } //# sourceMappingURL=consolev1segmentsidlistcontrollergenremove.d.ts.map