import * as z from "zod"; import * as components from "../components/index.js"; export type SchedulesV2NumberUpdateRequest = { /** * The schedule ID to update. */ id: string; updateRequestBody8: components.UpdateRequestBody8; }; /** @internal */ export declare const SchedulesV2NumberUpdateRequest$inboundSchema: z.ZodType; /** @internal */ export type SchedulesV2NumberUpdateRequest$Outbound = { id: string; UpdateRequestBody8: components.UpdateRequestBody8$Outbound; }; /** @internal */ export declare const SchedulesV2NumberUpdateRequest$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 SchedulesV2NumberUpdateRequest$ { /** @deprecated use `SchedulesV2NumberUpdateRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `SchedulesV2NumberUpdateRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `SchedulesV2NumberUpdateRequest$Outbound` instead. */ type Outbound = SchedulesV2NumberUpdateRequest$Outbound; } //# sourceMappingURL=schedulesv2numberupdate.d.ts.map