import * as components from "../components/index.js"; import * as z from "zod"; export type ConsoleV1MetricsControllerGenReadMetricDefinitionRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Get Metric Definition response */ export type ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody = { /** * A simple string explaining the result of the operation. */ message: string; data: components.ExternalMetricDefinitionContractDto; }; /** @internal */ export declare const ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$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 ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$ { /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$Outbound` instead. */ type Outbound = ConsoleV1MetricsControllerGenReadMetricDefinitionRequest$Outbound; } /** @internal */ export declare const ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$Outbound = { message: string; data: components.ExternalMetricDefinitionContractDto$Outbound; }; /** @internal */ export declare const ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$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 ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$ { /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$Outbound` instead. */ type Outbound = ConsoleV1MetricsControllerGenReadMetricDefinitionResponseBody$Outbound; } //# sourceMappingURL=consolev1metricscontrollergenreadmetricdefinition.d.ts.map