@vercel/sdk
Version:
<p align="center"> <a href="https://vercel.com"> <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96"> <h3 align="center">Vercel</h3> </a> <p align="center">Develop. Preview. Ship.</p> </p>
960 lines • 76.3 kB
TypeScript
import * as z from "zod/v3";
import { ClosedEnum } from "../types/enums.js";
import { Result as SafeParseResult } from "../types/fp.js";
import { GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden, GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly, GetConfigurationProductsPropertiesIntegrationsUiOptions, GetConfigurationProductsType, PrimaryProtocol, Properties10, Properties11, Properties12, Properties9, Protocols } from "./getconfigurationproductspropertiesintegrationsresponse200applicationjsonresponsebodyuidisabled.js";
import { SDKValidationError } from "./sdkvalidationerror.js";
export type GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | string;
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue = {
expr: string;
};
export type Properties8 = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsType;
uiControl: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiControl;
uiOptions: Array<GetConfigurationProductsPropertiesIntegrationsUiOptions>;
description?: string | undefined;
enum?: Array<string> | undefined;
maxLength?: number | undefined;
minLength?: number | undefined;
pattern?: string | undefined;
default?: string | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiReadOnly | undefined;
uiHidden?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiHidden | undefined;
uiDisabled?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDisabled | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType: {
readonly Array: "array";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType>;
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type: {
readonly String: "string";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type>;
export type GetConfigurationProductsPropertiesItems = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type;
description?: string | undefined;
enum?: Array<string> | undefined;
maxLength?: number | undefined;
minLength?: number | undefined;
pattern?: string | undefined;
default?: string | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl: {
readonly MultiSelect: "multi-select";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
export declare const GetConfigurationProductsDisabledIntegrations3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsDisabledIntegrations3 = ClosedEnum<typeof GetConfigurationProductsDisabledIntegrations3>;
export type GetConfigurationProductsDisabledIntegrations1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesDisabled = GetConfigurationProductsDisabledIntegrations1 | boolean | GetConfigurationProductsDisabledIntegrations3;
export declare const GetConfigurationProductsHiddenIntegrations3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsHiddenIntegrations3 = ClosedEnum<typeof GetConfigurationProductsHiddenIntegrations3>;
export type GetConfigurationProductsHiddenIntegrations1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesHidden = GetConfigurationProductsHiddenIntegrations1 | boolean | GetConfigurationProductsHiddenIntegrations3;
export type GetConfigurationProductsPropertiesUiOptions = {
value: string;
label: string;
description?: string | undefined;
disabled?: GetConfigurationProductsDisabledIntegrations1 | boolean | GetConfigurationProductsDisabledIntegrations3 | undefined;
hidden?: GetConfigurationProductsHiddenIntegrations1 | boolean | GetConfigurationProductsHiddenIntegrations3 | undefined;
};
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3>;
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3;
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3>;
export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3;
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3>;
export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3;
export type GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2 | string;
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue = {
expr: string;
};
export type Properties7 = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType;
items: GetConfigurationProductsPropertiesItems;
uiControl: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl;
uiOptions: Array<GetConfigurationProductsPropertiesUiOptions>;
description?: string | undefined;
maxItems?: number | undefined;
minItems?: number | undefined;
default?: Array<string> | undefined;
example?: Array<string> | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
uiHidden?: GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3 | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType: {
readonly String: "string";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType>;
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiControl: {
readonly RadioButton: "radio-button";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200UiControl>;
export declare const GetConfigurationProductsDisabled3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsDisabled3 = ClosedEnum<typeof GetConfigurationProductsDisabled3>;
export type GetConfigurationProductsDisabled1 = {
expr: string;
};
export type PropertiesDisabled = GetConfigurationProductsDisabled1 | boolean | GetConfigurationProductsDisabled3;
export declare const GetConfigurationProductsHidden3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsHidden3 = ClosedEnum<typeof GetConfigurationProductsHidden3>;
export type GetConfigurationProductsHidden1 = {
expr: string;
};
export type PropertiesHidden = GetConfigurationProductsHidden1 | boolean | GetConfigurationProductsHidden3;
export type PropertiesUiOptions = {
value: string;
label: string;
description?: string | undefined;
disabled?: GetConfigurationProductsDisabled1 | boolean | GetConfigurationProductsDisabled3 | undefined;
hidden?: GetConfigurationProductsHidden1 | boolean | GetConfigurationProductsHidden3 | undefined;
};
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3>;
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly = GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3;
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3>;
export type GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden = GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3;
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3>;
export type GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled = GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3;
export type GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2 | string;
export type GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue = {
expr: string;
};
export type Properties6 = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType;
uiControl: GetConfigurationProductsPropertiesIntegrationsResponse200UiControl;
uiOptions: Array<PropertiesUiOptions>;
description?: string | undefined;
enum?: Array<string> | undefined;
maxLength?: number | undefined;
minLength?: number | undefined;
pattern?: string | undefined;
default?: string | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3 | undefined;
uiHidden?: GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3 | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Type: {
readonly String: "string";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200Type>;
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiControl: {
readonly Select: "select";
};
export type GetConfigurationProductsPropertiesIntegrationsResponseUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponseUiControl>;
export declare const Disabled3: {
readonly Create: "create";
readonly Update: "update";
};
export type Disabled3 = ClosedEnum<typeof Disabled3>;
export type Disabled1 = {
expr: string;
};
export type Disabled = Disabled1 | boolean | Disabled3;
export declare const Hidden3: {
readonly Create: "create";
readonly Update: "update";
};
export type Hidden3 = ClosedEnum<typeof Hidden3>;
export type Hidden1 = {
expr: string;
};
export type Hidden = Hidden1 | boolean | Hidden3;
export type UiOptions = {
value: string;
label: string;
description?: string | undefined;
disabled?: Disabled1 | boolean | Disabled3 | undefined;
hidden?: Hidden1 | boolean | Hidden3 | undefined;
};
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse2003>;
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse2001 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly = GetConfigurationProductsUiReadOnlyIntegrationsResponse2001 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse2003;
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse2003: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHiddenIntegrationsResponse2003 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse2003>;
export type GetConfigurationProductsUiHiddenIntegrationsResponse2001 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponseUiHidden = GetConfigurationProductsUiHiddenIntegrationsResponse2001 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse2003;
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse2003: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabledIntegrationsResponse2003 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse2003>;
export type GetConfigurationProductsUiDisabledIntegrationsResponse2001 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled = GetConfigurationProductsUiDisabledIntegrationsResponse2001 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse2003;
export type GetConfigurationProductsUiDescriptionIntegrationsResponse2002 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsResponseUiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse2002 | string;
export type GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue = {
expr: string;
};
export type Properties5 = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200Type;
uiControl: GetConfigurationProductsPropertiesIntegrationsResponseUiControl;
uiOptions: Array<UiOptions>;
description?: string | undefined;
enum?: Array<string> | undefined;
maxLength?: number | undefined;
minLength?: number | undefined;
pattern?: string | undefined;
default?: string | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrationsResponse2001 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse2003 | undefined;
uiHidden?: GetConfigurationProductsUiHiddenIntegrationsResponse2001 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse2003 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabledIntegrationsResponse2001 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse2003 | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse2002 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsResponseType: {
readonly Array: "array";
};
export type GetConfigurationProductsPropertiesIntegrationsResponseType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponseType>;
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type: {
readonly Number: "number";
};
export type GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type>;
export type PropertiesItems = {
type: GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type;
minimum?: number | undefined;
maximum?: number | undefined;
description?: string | undefined;
exclusiveMaximum?: number | undefined;
exclusiveMinimum?: number | undefined;
default?: number | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsUiControl: {
readonly Slider: "slider";
};
export type GetConfigurationProductsPropertiesIntegrationsUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsUiControl>;
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse3>;
export type GetConfigurationProductsUiReadOnlyIntegrationsResponse1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsUiReadOnly = GetConfigurationProductsUiReadOnlyIntegrationsResponse1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse3;
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHiddenIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse3>;
export type GetConfigurationProductsUiHiddenIntegrationsResponse1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsUiHidden = GetConfigurationProductsUiHiddenIntegrationsResponse1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse3;
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabledIntegrationsResponse3 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse3>;
export type GetConfigurationProductsUiDisabledIntegrationsResponse1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsUiDisabled = GetConfigurationProductsUiDisabledIntegrationsResponse1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse3;
export type GetConfigurationProductsUiDescriptionIntegrationsResponse2 = {
expr: string;
};
export type GetConfigurationProductsPropertiesIntegrationsUiDescription = GetConfigurationProductsUiDescriptionIntegrationsResponse2 | string;
export type GetConfigurationProductsPropertiesIntegrationsUiFormattedValue = {
expr: string;
};
export type Properties4 = {
type: GetConfigurationProductsPropertiesIntegrationsResponseType;
items: PropertiesItems;
uiControl: GetConfigurationProductsPropertiesIntegrationsUiControl;
uiSteps: Array<number>;
description?: string | undefined;
maxItems?: number | undefined;
minItems?: number | undefined;
default?: Array<number> | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrationsResponse1 | boolean | GetConfigurationProductsUiReadOnlyIntegrationsResponse3 | undefined;
uiHidden?: GetConfigurationProductsUiHiddenIntegrationsResponse1 | boolean | GetConfigurationProductsUiHiddenIntegrationsResponse3 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabledIntegrationsResponse1 | boolean | GetConfigurationProductsUiDisabledIntegrationsResponse3 | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrationsResponse2 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesIntegrationsUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
};
export declare const GetConfigurationProductsPropertiesIntegrationsType: {
readonly Boolean: "boolean";
};
export type GetConfigurationProductsPropertiesIntegrationsType = ClosedEnum<typeof GetConfigurationProductsPropertiesIntegrationsType>;
export declare const GetConfigurationProductsPropertiesUiControl: {
readonly Toggle: "toggle";
};
export type GetConfigurationProductsPropertiesUiControl = ClosedEnum<typeof GetConfigurationProductsPropertiesUiControl>;
export declare const GetConfigurationProductsUiReadOnlyIntegrations3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnlyIntegrations3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnlyIntegrations3>;
export type GetConfigurationProductsUiReadOnlyIntegrations1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesUiReadOnly = GetConfigurationProductsUiReadOnlyIntegrations1 | boolean | GetConfigurationProductsUiReadOnlyIntegrations3;
export declare const GetConfigurationProductsUiHiddenIntegrations3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHiddenIntegrations3 = ClosedEnum<typeof GetConfigurationProductsUiHiddenIntegrations3>;
export type GetConfigurationProductsUiHiddenIntegrations1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesUiHidden = GetConfigurationProductsUiHiddenIntegrations1 | boolean | GetConfigurationProductsUiHiddenIntegrations3;
export declare const GetConfigurationProductsUiDisabledIntegrations3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabledIntegrations3 = ClosedEnum<typeof GetConfigurationProductsUiDisabledIntegrations3>;
export type GetConfigurationProductsUiDisabledIntegrations1 = {
expr: string;
};
export type GetConfigurationProductsPropertiesUiDisabled = GetConfigurationProductsUiDisabledIntegrations1 | boolean | GetConfigurationProductsUiDisabledIntegrations3;
export type GetConfigurationProductsUiDescriptionIntegrations2 = {
expr: string;
};
export type GetConfigurationProductsPropertiesUiDescription = GetConfigurationProductsUiDescriptionIntegrations2 | string;
export type GetConfigurationProductsPropertiesUiFormattedValue = {
expr: string;
};
export type Properties3 = {
type: GetConfigurationProductsPropertiesIntegrationsType;
uiControl: GetConfigurationProductsPropertiesUiControl;
description?: string | undefined;
default?: boolean | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnlyIntegrations1 | boolean | GetConfigurationProductsUiReadOnlyIntegrations3 | undefined;
uiHidden?: GetConfigurationProductsUiHiddenIntegrations1 | boolean | GetConfigurationProductsUiHiddenIntegrations3 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabledIntegrations1 | boolean | GetConfigurationProductsUiDisabledIntegrations3 | undefined;
uiDescription?: GetConfigurationProductsUiDescriptionIntegrations2 | string | undefined;
uiFormattedValue?: GetConfigurationProductsPropertiesUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
};
export declare const GetConfigurationProductsPropertiesType: {
readonly Number: "number";
};
export type GetConfigurationProductsPropertiesType = ClosedEnum<typeof GetConfigurationProductsPropertiesType>;
export declare const PropertiesUiControl: {
readonly Input: "input";
};
export type PropertiesUiControl = ClosedEnum<typeof PropertiesUiControl>;
export declare const GetConfigurationProductsUiReadOnly3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiReadOnly3 = ClosedEnum<typeof GetConfigurationProductsUiReadOnly3>;
export type GetConfigurationProductsUiReadOnly1 = {
expr: string;
};
export type PropertiesUiReadOnly = GetConfigurationProductsUiReadOnly1 | boolean | GetConfigurationProductsUiReadOnly3;
export declare const GetConfigurationProductsUiHidden3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiHidden3 = ClosedEnum<typeof GetConfigurationProductsUiHidden3>;
export type GetConfigurationProductsUiHidden1 = {
expr: string;
};
export type PropertiesUiHidden = GetConfigurationProductsUiHidden1 | boolean | GetConfigurationProductsUiHidden3;
export declare const GetConfigurationProductsUiDisabled3: {
readonly Create: "create";
readonly Update: "update";
};
export type GetConfigurationProductsUiDisabled3 = ClosedEnum<typeof GetConfigurationProductsUiDisabled3>;
export type GetConfigurationProductsUiDisabled1 = {
expr: string;
};
export type PropertiesUiDisabled = GetConfigurationProductsUiDisabled1 | boolean | GetConfigurationProductsUiDisabled3;
export type GetConfigurationProductsUiDescription2 = {
expr: string;
};
export type PropertiesUiDescription = GetConfigurationProductsUiDescription2 | string;
export type PropertiesUiFormattedValue = {
expr: string;
};
export type Properties2 = {
type: GetConfigurationProductsPropertiesType;
uiControl: PropertiesUiControl;
minimum?: number | undefined;
maximum?: number | undefined;
description?: string | undefined;
exclusiveMaximum?: number | undefined;
exclusiveMinimum?: number | undefined;
default?: number | undefined;
uiLabel?: string | undefined;
uiReadOnly?: GetConfigurationProductsUiReadOnly1 | boolean | GetConfigurationProductsUiReadOnly3 | undefined;
uiHidden?: GetConfigurationProductsUiHidden1 | boolean | GetConfigurationProductsUiHidden3 | undefined;
uiDisabled?: GetConfigurationProductsUiDisabled1 | boolean | GetConfigurationProductsUiDisabled3 | undefined;
uiDescription?: GetConfigurationProductsUiDescription2 | string | undefined;
uiFormattedValue?: PropertiesUiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export declare const PropertiesType: {
readonly String: "string";
};
export type PropertiesType = ClosedEnum<typeof PropertiesType>;
export declare const UiControl: {
readonly Input: "input";
};
export type UiControl = ClosedEnum<typeof UiControl>;
export declare const UiReadOnly3: {
readonly Create: "create";
readonly Update: "update";
};
export type UiReadOnly3 = ClosedEnum<typeof UiReadOnly3>;
export type UiReadOnly1 = {
expr: string;
};
export type UiReadOnly = UiReadOnly1 | boolean | UiReadOnly3;
export declare const UiHidden3: {
readonly Create: "create";
readonly Update: "update";
};
export type UiHidden3 = ClosedEnum<typeof UiHidden3>;
export type UiHidden1 = {
expr: string;
};
export type UiHidden = UiHidden1 | boolean | UiHidden3;
export declare const UiDisabled3: {
readonly Create: "create";
readonly Update: "update";
};
export type UiDisabled3 = ClosedEnum<typeof UiDisabled3>;
export type UiDisabled1 = {
expr: string;
};
export type UiDisabled = UiDisabled1 | boolean | UiDisabled3;
export type UiDescription2 = {
expr: string;
};
export type UiDescription = UiDescription2 | string;
export type UiFormattedValue = {
expr: string;
};
export type Properties1 = {
type: PropertiesType;
uiControl: UiControl;
description?: string | undefined;
enum?: Array<string> | undefined;
maxLength?: number | undefined;
minLength?: number | undefined;
pattern?: string | undefined;
default?: string | undefined;
uiLabel?: string | undefined;
uiReadOnly?: UiReadOnly1 | boolean | UiReadOnly3 | undefined;
uiHidden?: UiHidden1 | boolean | UiHidden3 | undefined;
uiDisabled?: UiDisabled1 | boolean | UiDisabled3 | undefined;
uiDescription?: UiDescription2 | string | undefined;
uiFormattedValue?: UiFormattedValue | undefined;
uiPaidOnly?: boolean | undefined;
uiPlaceholder?: string | undefined;
};
export type Properties = Properties4 | Properties7 | Properties9 | Properties5 | Properties6 | Properties8 | Properties10 | Properties1 | Properties2 | Properties3 | Properties11 | Properties12;
export type MetadataSchema = {
type: GetConfigurationProductsType;
properties: {
[k: string]: Properties4 | Properties7 | Properties9 | Properties5 | Properties6 | Properties8 | Properties10 | Properties1 | Properties2 | Properties3 | Properties11 | Properties12;
};
required?: Array<string> | undefined;
uiOrder?: Array<string> | undefined;
};
export type Products = {
id: string;
slug: string;
name: string;
protocols: Protocols;
primaryProtocol?: PrimaryProtocol | undefined;
metadataSchema: MetadataSchema;
};
export type GetConfigurationProductsIntegration = {
id: string;
slug: string;
name: string;
};
export type GetConfigurationProductsConfiguration = {
id: string;
};
/**
* List of products available for this integration configuration
*/
export type GetConfigurationProductsResponseBody = {
products: Array<Products>;
integration: GetConfigurationProductsIntegration;
configuration: GetConfigurationProductsConfiguration;
};
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyProducts2, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties8$inboundSchema: z.ZodType<Properties8, z.ZodTypeDef, unknown>;
export declare function properties8FromJSON(jsonString: string): SafeParseResult<Properties8, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema7Type>;
/** @internal */
export declare const GetConfigurationProductsPropertiesItems$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesItems, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesItemsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesItems, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiControl>;
/** @internal */
export declare const GetConfigurationProductsDisabledIntegrations3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabledIntegrations3>;
/** @internal */
export declare const GetConfigurationProductsDisabledIntegrations1$inboundSchema: z.ZodType<GetConfigurationProductsDisabledIntegrations1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsDisabledIntegrations1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabledIntegrations1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsHiddenIntegrations3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHiddenIntegrations3>;
/** @internal */
export declare const GetConfigurationProductsHiddenIntegrations1$inboundSchema: z.ZodType<GetConfigurationProductsHiddenIntegrations1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsHiddenIntegrations1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHiddenIntegrations1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiOptions$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiOptions, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiOptions, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody3>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBody1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody3>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSONResponseBody1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody3>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSONResponseBody1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSONResponseBody2, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties7$inboundSchema: z.ZodType<Properties7, z.ZodTypeDef, unknown>;
export declare function properties7FromJSON(jsonString: string): SafeParseResult<Properties7, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONType>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200UiControl>;
/** @internal */
export declare const GetConfigurationProductsDisabled3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsDisabled3>;
/** @internal */
export declare const GetConfigurationProductsDisabled1$inboundSchema: z.ZodType<GetConfigurationProductsDisabled1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsDisabled1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsDisabled1, SDKValidationError>;
/** @internal */
export declare const PropertiesDisabled$inboundSchema: z.ZodType<PropertiesDisabled, z.ZodTypeDef, unknown>;
export declare function propertiesDisabledFromJSON(jsonString: string): SafeParseResult<PropertiesDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsHidden3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsHidden3>;
/** @internal */
export declare const GetConfigurationProductsHidden1$inboundSchema: z.ZodType<GetConfigurationProductsHidden1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsHidden1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsHidden1, SDKValidationError>;
/** @internal */
export declare const PropertiesHidden$inboundSchema: z.ZodType<PropertiesHidden, z.ZodTypeDef, unknown>;
export declare function propertiesHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesHidden, SDKValidationError>;
/** @internal */
export declare const PropertiesUiOptions$inboundSchema: z.ZodType<PropertiesUiOptions, z.ZodTypeDef, unknown>;
export declare function propertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<PropertiesUiOptions, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson3>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJSON1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrationsResponse200ApplicationJson1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200UiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200UiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson3>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJSON1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrationsResponse200ApplicationJson1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200UiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200UiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson3>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJSON1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrationsResponse200ApplicationJson1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200UiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200UiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJSON2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse200ApplicationJson2, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200UiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200UiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponse200UiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties6$inboundSchema: z.ZodType<Properties6, z.ZodTypeDef, unknown>;
export declare function properties6FromJSON(jsonString: string): SafeParseResult<Properties6, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200Type$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200Type>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponseUiControl>;
/** @internal */
export declare const Disabled3$inboundSchema: z.ZodNativeEnum<typeof Disabled3>;
/** @internal */
export declare const Disabled1$inboundSchema: z.ZodType<Disabled1, z.ZodTypeDef, unknown>;
export declare function disabled1FromJSON(jsonString: string): SafeParseResult<Disabled1, SDKValidationError>;
/** @internal */
export declare const Disabled$inboundSchema: z.ZodType<Disabled, z.ZodTypeDef, unknown>;
export declare function disabledFromJSON(jsonString: string): SafeParseResult<Disabled, SDKValidationError>;
/** @internal */
export declare const Hidden3$inboundSchema: z.ZodNativeEnum<typeof Hidden3>;
/** @internal */
export declare const Hidden1$inboundSchema: z.ZodType<Hidden1, z.ZodTypeDef, unknown>;
export declare function hidden1FromJSON(jsonString: string): SafeParseResult<Hidden1, SDKValidationError>;
/** @internal */
export declare const Hidden$inboundSchema: z.ZodType<Hidden, z.ZodTypeDef, unknown>;
export declare function hiddenFromJSON(jsonString: string): SafeParseResult<Hidden, SDKValidationError>;
/** @internal */
export declare const UiOptions$inboundSchema: z.ZodType<UiOptions, z.ZodTypeDef, unknown>;
export declare function uiOptionsFromJSON(jsonString: string): SafeParseResult<UiOptions, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2003$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse2003>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse2001$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse2001, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse2001FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrationsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponseUiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseUiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse2003$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse2003>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse2001$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse2001, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHiddenIntegrationsResponse2001FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrationsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseUiHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponseUiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseUiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse2003$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse2003>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse2001$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse2001, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabledIntegrationsResponse2001FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrationsResponse2001, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponseUiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseUiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse2002$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse2002, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrationsResponse2002FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse2002, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseUiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponseUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseUiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsResponseUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsResponseUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties5$inboundSchema: z.ZodType<Properties5, z.ZodTypeDef, unknown>;
export declare function properties5FromJSON(jsonString: string): SafeParseResult<Properties5, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponseType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponseType>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsResponse200ApplicationJSONResponseBodyProductsMetadataSchema4Type>;
/** @internal */
export declare const PropertiesItems$inboundSchema: z.ZodType<PropertiesItems, z.ZodTypeDef, unknown>;
export declare function propertiesItemsFromJSON(jsonString: string): SafeParseResult<PropertiesItems, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsUiControl>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrationsResponse3>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrationsResponse1$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrationsResponse1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnlyIntegrationsResponse1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrationsResponse1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsUiReadOnly, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsUiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsUiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrationsResponse3>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrationsResponse1$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrationsResponse1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHiddenIntegrationsResponse1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrationsResponse1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsUiHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsUiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsUiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrationsResponse3>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrationsResponse1$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrationsResponse1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabledIntegrationsResponse1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrationsResponse1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsUiDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsUiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsUiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrationsResponse2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrationsResponse2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrationsResponse2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrationsResponse2, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsUiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsUiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesIntegrationsUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesIntegrationsUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesIntegrationsUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties4$inboundSchema: z.ZodType<Properties4, z.ZodTypeDef, unknown>;
export declare function properties4FromJSON(jsonString: string): SafeParseResult<Properties4, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesIntegrationsType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesIntegrationsType>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiControl$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesUiControl>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrations3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnlyIntegrations3>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnlyIntegrations1$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnlyIntegrations1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnlyIntegrations1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnlyIntegrations1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiReadOnly$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiReadOnly, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiReadOnlyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrations3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHiddenIntegrations3>;
/** @internal */
export declare const GetConfigurationProductsUiHiddenIntegrations1$inboundSchema: z.ZodType<GetConfigurationProductsUiHiddenIntegrations1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHiddenIntegrations1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHiddenIntegrations1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiHidden$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiHidden, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiHiddenFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrations3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabledIntegrations3>;
/** @internal */
export declare const GetConfigurationProductsUiDisabledIntegrations1$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabledIntegrations1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabledIntegrations1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabledIntegrations1, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiDisabled$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiDisabled, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiDisabledFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescriptionIntegrations2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescriptionIntegrations2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescriptionIntegrations2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescriptionIntegrations2, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiDescription$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiDescription, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiDescriptionFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiDescription, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesUiFormattedValue$inboundSchema: z.ZodType<GetConfigurationProductsPropertiesUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsPropertiesUiFormattedValueFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsPropertiesUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties3$inboundSchema: z.ZodType<Properties3, z.ZodTypeDef, unknown>;
export declare function properties3FromJSON(jsonString: string): SafeParseResult<Properties3, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsPropertiesType$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsPropertiesType>;
/** @internal */
export declare const PropertiesUiControl$inboundSchema: z.ZodNativeEnum<typeof PropertiesUiControl>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnly3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiReadOnly3>;
/** @internal */
export declare const GetConfigurationProductsUiReadOnly1$inboundSchema: z.ZodType<GetConfigurationProductsUiReadOnly1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiReadOnly1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiReadOnly1, SDKValidationError>;
/** @internal */
export declare const PropertiesUiReadOnly$inboundSchema: z.ZodType<PropertiesUiReadOnly, z.ZodTypeDef, unknown>;
export declare function propertiesUiReadOnlyFromJSON(jsonString: string): SafeParseResult<PropertiesUiReadOnly, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiHidden3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiHidden3>;
/** @internal */
export declare const GetConfigurationProductsUiHidden1$inboundSchema: z.ZodType<GetConfigurationProductsUiHidden1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiHidden1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiHidden1, SDKValidationError>;
/** @internal */
export declare const PropertiesUiHidden$inboundSchema: z.ZodType<PropertiesUiHidden, z.ZodTypeDef, unknown>;
export declare function propertiesUiHiddenFromJSON(jsonString: string): SafeParseResult<PropertiesUiHidden, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDisabled3$inboundSchema: z.ZodNativeEnum<typeof GetConfigurationProductsUiDisabled3>;
/** @internal */
export declare const GetConfigurationProductsUiDisabled1$inboundSchema: z.ZodType<GetConfigurationProductsUiDisabled1, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDisabled1FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDisabled1, SDKValidationError>;
/** @internal */
export declare const PropertiesUiDisabled$inboundSchema: z.ZodType<PropertiesUiDisabled, z.ZodTypeDef, unknown>;
export declare function propertiesUiDisabledFromJSON(jsonString: string): SafeParseResult<PropertiesUiDisabled, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsUiDescription2$inboundSchema: z.ZodType<GetConfigurationProductsUiDescription2, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsUiDescription2FromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsUiDescription2, SDKValidationError>;
/** @internal */
export declare const PropertiesUiDescription$inboundSchema: z.ZodType<PropertiesUiDescription, z.ZodTypeDef, unknown>;
export declare function propertiesUiDescriptionFromJSON(jsonString: string): SafeParseResult<PropertiesUiDescription, SDKValidationError>;
/** @internal */
export declare const PropertiesUiFormattedValue$inboundSchema: z.ZodType<PropertiesUiFormattedValue, z.ZodTypeDef, unknown>;
export declare function propertiesUiFormattedValueFromJSON(jsonString: string): SafeParseResult<PropertiesUiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties2$inboundSchema: z.ZodType<Properties2, z.ZodTypeDef, unknown>;
export declare function properties2FromJSON(jsonString: string): SafeParseResult<Properties2, SDKValidationError>;
/** @internal */
export declare const PropertiesType$inboundSchema: z.ZodNativeEnum<typeof PropertiesType>;
/** @internal */
export declare const UiControl$inboundSchema: z.ZodNativeEnum<typeof UiControl>;
/** @internal */
export declare const UiReadOnly3$inboundSchema: z.ZodNativeEnum<typeof UiReadOnly3>;
/** @internal */
export declare const UiReadOnly1$inboundSchema: z.ZodType<UiReadOnly1, z.ZodTypeDef, unknown>;
export declare function uiReadOnly1FromJSON(jsonString: string): SafeParseResult<UiReadOnly1, SDKValidationError>;
/** @internal */
export declare const UiReadOnly$inboundSchema: z.ZodType<UiReadOnly, z.ZodTypeDef, unknown>;
export declare function uiReadOnlyFromJSON(jsonString: string): SafeParseResult<UiReadOnly, SDKValidationError>;
/** @internal */
export declare const UiHidden3$inboundSchema: z.ZodNativeEnum<typeof UiHidden3>;
/** @internal */
export declare const UiHidden1$inboundSchema: z.ZodType<UiHidden1, z.ZodTypeDef, unknown>;
export declare function uiHidden1FromJSON(jsonString: string): SafeParseResult<UiHidden1, SDKValidationError>;
/** @internal */
export declare const UiHidden$inboundSchema: z.ZodType<UiHidden, z.ZodTypeDef, unknown>;
export declare function uiHiddenFromJSON(jsonString: string): SafeParseResult<UiHidden, SDKValidationError>;
/** @internal */
export declare const UiDisabled3$inboundSchema: z.ZodNativeEnum<typeof UiDisabled3>;
/** @internal */
export declare const UiDisabled1$inboundSchema: z.ZodType<UiDisabled1, z.ZodTypeDef, unknown>;
export declare function uiDisabled1FromJSON(jsonString: string): SafeParseResult<UiDisabled1, SDKValidationError>;
/** @internal */
export declare const UiDisabled$inboundSchema: z.ZodType<UiDisabled, z.ZodTypeDef, unknown>;
export declare function uiDisabledFromJSON(jsonString: string): SafeParseResult<UiDisabled, SDKValidationError>;
/** @internal */
export declare const UiDescription2$inboundSchema: z.ZodType<UiDescription2, z.ZodTypeDef, unknown>;
export declare function uiDescription2FromJSON(jsonString: string): SafeParseResult<UiDescription2, SDKValidationError>;
/** @internal */
export declare const UiDescription$inboundSchema: z.ZodType<UiDescription, z.ZodTypeDef, unknown>;
export declare function uiDescriptionFromJSON(jsonString: string): SafeParseResult<UiDescription, SDKValidationError>;
/** @internal */
export declare const UiFormattedValue$inboundSchema: z.ZodType<UiFormattedValue, z.ZodTypeDef, unknown>;
export declare function uiFormattedValueFromJSON(jsonString: string): SafeParseResult<UiFormattedValue, SDKValidationError>;
/** @internal */
export declare const Properties1$inboundSchema: z.ZodType<Properties1, z.ZodTypeDef, unknown>;
export declare function properties1FromJSON(jsonString: string): SafeParseResult<Properties1, SDKValidationError>;
/** @internal */
export declare const Properties$inboundSchema: z.ZodType<Properties, z.ZodTypeDef, unknown>;
export declare function propertiesFromJSON(jsonString: string): SafeParseResult<Properties, SDKValidationError>;
/** @internal */
export declare const MetadataSchema$inboundSchema: z.ZodType<MetadataSchema, z.ZodTypeDef, unknown>;
export declare function metadataSchemaFromJSON(jsonString: string): SafeParseResult<MetadataSchema, SDKValidationError>;
/** @internal */
export declare const Products$inboundSchema: z.ZodType<Products, z.ZodTypeDef, unknown>;
export declare function productsFromJSON(jsonString: string): SafeParseResult<Products, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsIntegration$inboundSchema: z.ZodType<GetConfigurationProductsIntegration, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsIntegrationFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsIntegration, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsConfiguration$inboundSchema: z.ZodType<GetConfigurationProductsConfiguration, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsConfigurationFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsConfiguration, SDKValidationError>;
/** @internal */
export declare const GetConfigurationProductsResponseBody$inboundSchema: z.ZodType<GetConfigurationProductsResponseBody, z.ZodTypeDef, unknown>;
export declare function getConfigurationProductsResponseBodyFromJSON(jsonString: string): SafeParseResult<GetConfigurationProductsResponseBody, SDKValidationError>;
//# sourceMappingURL=getconfigurationproductsresponsebody.d.ts.map