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