import * as z from "zod"; import * as components from "../components/index.js"; export type AlertRoutesV2NumberUpdateRequest = { /** * Unique identifier for this alert route config */ id: string; updateRequestBody: components.UpdateRequestBody; }; /** @internal */ export declare const AlertRoutesV2NumberUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type AlertRoutesV2NumberUpdateRequest$Outbound = { id: string; UpdateRequestBody: components.UpdateRequestBody$Outbound; }; /** @internal */ export declare const AlertRoutesV2NumberUpdateRequest$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 AlertRoutesV2NumberUpdateRequest$ { /** @deprecated use `AlertRoutesV2NumberUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `AlertRoutesV2NumberUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `AlertRoutesV2NumberUpdateRequest$Outbound` instead. */ type Outbound = AlertRoutesV2NumberUpdateRequest$Outbound; } //# sourceMappingURL=alertroutesv2numberupdate.d.ts.map