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