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