import * as z from "zod"; import * as components from "../components/index.js"; export type SeveritiesV1NumberUpdateRequest = { /** * Unique identifier of the severity */ id: string; createRequestBody13: components.CreateRequestBody13; }; /** @internal */ export declare const SeveritiesV1NumberUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type SeveritiesV1NumberUpdateRequest$Outbound = { id: string; CreateRequestBody13: components.CreateRequestBody13$Outbound; }; /** @internal */ export declare const SeveritiesV1NumberUpdateRequest$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 SeveritiesV1NumberUpdateRequest$ { /** @deprecated use `SeveritiesV1NumberUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SeveritiesV1NumberUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SeveritiesV1NumberUpdateRequest$Outbound` instead. */ type Outbound = SeveritiesV1NumberUpdateRequest$Outbound; } //# sourceMappingURL=severitiesv1numberupdate.d.ts.map