import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; multiRuleUpdateDto: components.MultiRuleUpdateDto; }; /** * Update List of Dynamic Config Rule Response */ export type ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.DynamicConfigDto; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; MultiRuleUpdateDto: components.MultiRuleUpdateDto$Outbound; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$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 ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenMultiRuleUpdateRequest$Outbound; } /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$Outbound = { message: string; data: components.DynamicConfigDto$Outbound; }; /** @internal */ export declare const ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$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 ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$ { /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$Outbound` instead. */ type Outbound = ConsoleV1DynamicConfigControllerGenMultiRuleUpdateResponseBody$Outbound; } //# sourceMappingURL=consolev1dynamicconfigcontrollergenmultiruleupdate.d.ts.map