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