import * as z from "zod"; import * as components from "../components/index.js"; export type CatalogV2NumberUpdateEntryRequest = { /** * ID of this catalog entry */ id: string; updateEntryRequestBody: components.UpdateEntryRequestBody; }; /** @internal */ export declare const CatalogV2NumberUpdateEntryRequest$inboundSchema: z.ZodType; /** @internal */ export type CatalogV2NumberUpdateEntryRequest$Outbound = { id: string; UpdateEntryRequestBody: components.UpdateEntryRequestBody$Outbound; }; /** @internal */ export declare const CatalogV2NumberUpdateEntryRequest$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 CatalogV2NumberUpdateEntryRequest$ { /** @deprecated use `CatalogV2NumberUpdateEntryRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberUpdateEntryRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogV2NumberUpdateEntryRequest$Outbound` instead. */ type Outbound = CatalogV2NumberUpdateEntryRequest$Outbound; } //# sourceMappingURL=catalogv2numberupdateentry.d.ts.map