import * as z from "zod"; import { CatalogEntryReferenceV2, CatalogEntryReferenceV2$Outbound } from "./catalogentryreferencev2.js"; export type CatalogEntryEngineParamBindingValueV2 = { catalogEntry?: CatalogEntryReferenceV2 | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ helptext?: string | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ imageUrl?: string | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ isImageSlackIcon?: boolean | undefined; /** * Human readable label to be displayed for user to select */ label: string; /** * If set, this is the literal value of the step parameter */ literal?: string | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ reference?: string | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ sortKey: string; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ unavailable?: boolean | undefined; /** * This field is deprecated. It will not be present in any responses, and will be removed in a future version */ value?: string | undefined; }; /** @internal */ export declare const CatalogEntryEngineParamBindingValueV2$inboundSchema: z.ZodType; /** @internal */ export type CatalogEntryEngineParamBindingValueV2$Outbound = { catalog_entry?: CatalogEntryReferenceV2$Outbound | undefined; helptext?: string | undefined; image_url?: string | undefined; is_image_slack_icon?: boolean | undefined; label: string; literal?: string | undefined; reference?: string | undefined; sort_key: string; unavailable?: boolean | undefined; value?: string | undefined; }; /** @internal */ export declare const CatalogEntryEngineParamBindingValueV2$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 CatalogEntryEngineParamBindingValueV2$ { /** @deprecated use `CatalogEntryEngineParamBindingValueV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CatalogEntryEngineParamBindingValueV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CatalogEntryEngineParamBindingValueV2$Outbound` instead. */ type Outbound = CatalogEntryEngineParamBindingValueV2$Outbound; } //# sourceMappingURL=catalogentryengineparambindingvaluev2.d.ts.map