import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1HoldoutsControllerGenFullUpdateRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; holdoutFullUpdateContractDto: components.HoldoutFullUpdateContractDto; }; /** * Update holdout response */ export type ConsoleV1HoldoutsControllerGenFullUpdateResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.HoldoutDto; }; /** @internal */ export declare const ConsoleV1HoldoutsControllerGenFullUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1HoldoutsControllerGenFullUpdateRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; HoldoutFullUpdateContractDto: components.HoldoutFullUpdateContractDto$Outbound; }; /** @internal */ export declare const ConsoleV1HoldoutsControllerGenFullUpdateRequest$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 ConsoleV1HoldoutsControllerGenFullUpdateRequest$ { /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateRequest$Outbound` instead. */ type Outbound = ConsoleV1HoldoutsControllerGenFullUpdateRequest$Outbound; } /** @internal */ export declare const ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$Outbound = { message: string; data: components.HoldoutDto$Outbound; }; /** @internal */ export declare const ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$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 ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$ { /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$Outbound` instead. */ type Outbound = ConsoleV1HoldoutsControllerGenFullUpdateResponseBody$Outbound; } //# sourceMappingURL=consolev1holdoutscontrollergenfullupdate.d.ts.map