import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1SegmentsIDListResetControllerResetRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; segmentIDListResetContractDto: components.SegmentIDListResetContractDto; }; /** * Upsert ID List Segment Success */ export type ConsoleV1SegmentsIDListResetControllerResetResponseBody = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1SegmentsIDListResetControllerResetRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListResetControllerResetRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; SegmentIDListResetContractDto: components.SegmentIDListResetContractDto$Outbound; }; /** @internal */ export declare const ConsoleV1SegmentsIDListResetControllerResetRequest$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 ConsoleV1SegmentsIDListResetControllerResetRequest$ { /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetRequest$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListResetControllerResetRequest$Outbound; } /** @internal */ export declare const ConsoleV1SegmentsIDListResetControllerResetResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1SegmentsIDListResetControllerResetResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1SegmentsIDListResetControllerResetResponseBody$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 ConsoleV1SegmentsIDListResetControllerResetResponseBody$ { /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1SegmentsIDListResetControllerResetResponseBody$Outbound` instead. */ type Outbound = ConsoleV1SegmentsIDListResetControllerResetResponseBody$Outbound; } //# sourceMappingURL=consolev1segmentsidlistresetcontrollerreset.d.ts.map