import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1SegmentsIDListControllerGenRemoveRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; segmentIDListContractDto: components.SegmentIDListContractDto; }; /** * Segment ids deleted successfully. */ export type ConsoleV1SegmentsIDListControllerGenRemoveResponseBody = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListControllerGenRemoveRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; SegmentIDListContractDto: components.SegmentIDListContractDto$Outbound; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveRequest$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 ConsoleV1SegmentsIDListControllerGenRemoveRequest$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveRequest$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListControllerGenRemoveRequest$Outbound; } /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$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 ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$ { /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListControllerGenRemoveResponseBody$Outbound; } //# sourceMappingURL=consolev1segmentsidlistcontrollergenremove.d.ts.map