import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest = { /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; entityPropertySourceCreationDto: components.EntityPropertySourceCreationDto; }; /** * Create Entity Property Source response */ export type ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.EntityPropertySourceDto; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$Outbound = { "x-respect-review-settings"?: string | undefined; EntityPropertySourceCreationDto: components.EntityPropertySourceCreationDto$Outbound; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$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 ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$Outbound = { message: string; data: components.EntityPropertySourceDto$Outbound; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$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 ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenCreateEntityPropertySourceResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergencreateentitypropertysource.d.ts.map