import * as z from "zod"; import * as components from "../components/index.js"; export type IncidentStatusesV1NumberUpdateRequest = { /** * Unique ID of this incident status */ id: string; updateRequestBody7: components.UpdateRequestBody7; }; /** @internal */ export declare const IncidentStatusesV1NumberUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type IncidentStatusesV1NumberUpdateRequest$Outbound = { id: string; UpdateRequestBody7: components.UpdateRequestBody7$Outbound; }; /** @internal */ export declare const IncidentStatusesV1NumberUpdateRequest$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 IncidentStatusesV1NumberUpdateRequest$ { /** @deprecated use `IncidentStatusesV1NumberUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `IncidentStatusesV1NumberUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `IncidentStatusesV1NumberUpdateRequest$Outbound` instead. */ type Outbound = IncidentStatusesV1NumberUpdateRequest$Outbound; } //# sourceMappingURL=incidentstatusesv1numberupdate.d.ts.map