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