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