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