/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; export namespace Components { interface SecurecallWebexccTelephony { "accessToken": string; "agentEmailId": string; /** * @default true */ "allowIconClick": boolean; "apiLocation": string; "cjdsAgentName": any; /** * @default {} */ "cjdsFields": object; "cjdsWorkspaceId": string; "orgId": string; /** * @default {} */ "responseMapping": object; /** * @default false */ "responseMappingOverride": boolean; /** * @default 'webexcc' */ "switchHint": string; "webhookCustomerCAD": string; "webhookServiceKey": string; "webhookUrl": string; "wxccUrl": string; } interface SecurecallWebexccWidget { "agentEmailId": string; "apiLocation": string; /** * @default null */ "currentInteraction": any; /** * @default false */ "darkMode": boolean; "orgId": string; /** * @default false */ "readOnlyIfMapped": boolean; /** * @default {} */ "requestFields": object; /** * @default {} */ "requestMapping": object; /** * @default false */ "requestMappingOverride": boolean; /** * @default {} */ "responseFields": object; /** * @default {} */ "responseMapping": object; /** * @default false */ "responseMappingOverride": boolean; /** * @default 'webexcc' */ "switchHint": string; } } declare global { interface HTMLSecurecallWebexccTelephonyElement extends Components.SecurecallWebexccTelephony, HTMLStencilElement { } var HTMLSecurecallWebexccTelephonyElement: { prototype: HTMLSecurecallWebexccTelephonyElement; new (): HTMLSecurecallWebexccTelephonyElement; }; interface HTMLSecurecallWebexccWidgetElement extends Components.SecurecallWebexccWidget, HTMLStencilElement { } var HTMLSecurecallWebexccWidgetElement: { prototype: HTMLSecurecallWebexccWidgetElement; new (): HTMLSecurecallWebexccWidgetElement; }; interface HTMLElementTagNameMap { "securecall-webexcc-telephony": HTMLSecurecallWebexccTelephonyElement; "securecall-webexcc-widget": HTMLSecurecallWebexccWidgetElement; } } declare namespace LocalJSX { interface SecurecallWebexccTelephony { "accessToken"?: string; "agentEmailId"?: string; /** * @default true */ "allowIconClick"?: boolean; "apiLocation"?: string; "cjdsAgentName"?: any; /** * @default {} */ "cjdsFields"?: object; "cjdsWorkspaceId"?: string; "orgId"?: string; /** * @default {} */ "responseMapping"?: object; /** * @default false */ "responseMappingOverride"?: boolean; /** * @default 'webexcc' */ "switchHint"?: string; "webhookCustomerCAD"?: string; "webhookServiceKey"?: string; "webhookUrl"?: string; "wxccUrl"?: string; } interface SecurecallWebexccWidget { "agentEmailId"?: string; "apiLocation"?: string; /** * @default null */ "currentInteraction"?: any; /** * @default false */ "darkMode"?: boolean; "orgId"?: string; /** * @default false */ "readOnlyIfMapped"?: boolean; /** * @default {} */ "requestFields"?: object; /** * @default {} */ "requestMapping"?: object; /** * @default false */ "requestMappingOverride"?: boolean; /** * @default {} */ "responseFields"?: object; /** * @default {} */ "responseMapping"?: object; /** * @default false */ "responseMappingOverride"?: boolean; /** * @default 'webexcc' */ "switchHint"?: string; } interface IntrinsicElements { "securecall-webexcc-telephony": SecurecallWebexccTelephony; "securecall-webexcc-widget": SecurecallWebexccWidget; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "securecall-webexcc-telephony": LocalJSX.SecurecallWebexccTelephony & JSXBase.HTMLAttributes; "securecall-webexcc-widget": LocalJSX.SecurecallWebexccWidget & JSXBase.HTMLAttributes; } } }