import { ClosedEnum } from "../../types/enums.js"; import * as components from "../components/index.js"; import * as z from "zod"; export declare const Refresh: { readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }; export type Refresh = ClosedEnum; export type ConsoleV1ExperimentsControllerGenLoadPulseRequest = { /** * id */ id: string; refresh?: Refresh | undefined; ruleId?: string | undefined; turboMode?: boolean | undefined; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; echidnaLoadPulseQueryDto: components.EchidnaLoadPulseQueryDto; }; /** * Load Pulse Success */ export type ConsoleV1ExperimentsControllerGenLoadPulseResponseBody = { message?: string | undefined; }; /** @internal */ export declare const Refresh$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const Refresh$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace Refresh$ { /** @deprecated use `Refresh$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }>; /** @deprecated use `Refresh$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Full: "full"; readonly Incremental: "incremental"; readonly Metric: "metric"; readonly Power: "power"; }>; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenLoadPulseRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenLoadPulseRequest$Outbound = { id: string; refresh: string; ruleId?: string | undefined; turboMode?: boolean | undefined; "x-respect-review-settings"?: string | undefined; EchidnaLoadPulseQueryDto: components.EchidnaLoadPulseQueryDto$Outbound; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenLoadPulseRequest$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 ConsoleV1ExperimentsControllerGenLoadPulseRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenLoadPulseRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$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 ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenLoadPulseResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenloadpulse.d.ts.map