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