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