import { ClosedEnum } from "../../types/enums.js"; import * as z from "zod"; export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus: { readonly FourHundredAndFour: 404; }; export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus = ClosedEnum; /** * Not Found. The requested resource could not be found. */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBodyData = { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus; message: string; }; /** * Not Found. The requested resource could not be found. */ export declare class ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody extends Error { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBodyData; constructor(err: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBodyData); } export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus: { readonly FourHundredAndOne: 401; }; export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus = ClosedEnum; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBodyData = { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus; message: string; }; /** * This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx */ export declare class ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody extends Error { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBodyData; constructor(err: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBodyData); } export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus: { readonly FourHundred: 400; }; export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus = ClosedEnum; /** * Invalid request. Please check the request input and try again. */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBodyData = { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus; message: string; }; /** * Invalid request. Please check the request input and try again. */ export declare class ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody extends Error { status: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus; /** The original data that was passed to this error instance. */ data$: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBodyData; constructor(err: ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBodyData); } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndFour: 404; }>; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundredAndOne: 401; }>; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceExperimentsWarehouseNativeResponseBody$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceStatus$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FourHundred: 400; }>; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$Outbound = { status: number; message: string; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$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 ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenUpdateAssignmentSourceResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenupdateassignmentsource.d.ts.map