import * as z from "zod"; import * as components from "../components/index.js"; export type EscalationsV2NumberUpdatePathRequest = { /** * Unique identifier for this escalation path. */ id: string; createPathRequestBody: components.CreatePathRequestBody; }; /** @internal */ export declare const EscalationsV2NumberUpdatePathRequest$inboundSchema: z.ZodType; /** @internal */ export type EscalationsV2NumberUpdatePathRequest$Outbound = { id: string; CreatePathRequestBody: components.CreatePathRequestBody$Outbound; }; /** @internal */ export declare const EscalationsV2NumberUpdatePathRequest$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 EscalationsV2NumberUpdatePathRequest$ { /** @deprecated use `EscalationsV2NumberUpdatePathRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `EscalationsV2NumberUpdatePathRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `EscalationsV2NumberUpdatePathRequest$Outbound` instead. */ type Outbound = EscalationsV2NumberUpdatePathRequest$Outbound; } //# sourceMappingURL=escalationsv2numberupdatepath.d.ts.map