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