UNPKG

n8n-nodes-smartsuite

Version:
88 lines (87 loc) 4.55 kB
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare const description: readonly [{ readonly displayOptions: { readonly show: { readonly resource: readonly ["record"]; readonly operation: readonly ["createRecord"]; }; }; readonly displayName: string; readonly name: string; readonly type: import("n8n-workflow").NodePropertyTypes; readonly typeOptions?: import("n8n-workflow").INodePropertyTypeOptions; readonly default: import("n8n-workflow").NodeParameterValueType; readonly description?: string; readonly hint?: string; readonly disabledOptions?: import("n8n-workflow").IDisplayOptions; readonly options?: Array<import("n8n-workflow").INodePropertyOptions | import("n8n-workflow").INodeProperties | import("n8n-workflow").INodePropertyCollection>; readonly placeholder?: string; readonly isNodeSetting?: boolean; readonly noDataExpression?: boolean; readonly required?: boolean; readonly routing?: import("n8n-workflow").INodePropertyRouting; readonly credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">; readonly extractValue?: import("n8n-workflow").INodePropertyValueExtractor; readonly modes?: import("n8n-workflow").INodePropertyMode[]; readonly requiresDataPath?: "single" | "multiple"; readonly doNotInherit?: boolean; readonly validateType?: import("n8n-workflow").FieldType; readonly ignoreValidationDuringExecution?: boolean; }, { readonly displayOptions: { readonly show: { readonly resource: readonly ["record"]; readonly operation: readonly ["createRecord"]; }; }; readonly displayName: string; readonly name: string; readonly type: import("n8n-workflow").NodePropertyTypes; readonly typeOptions?: import("n8n-workflow").INodePropertyTypeOptions; readonly default: import("n8n-workflow").NodeParameterValueType; readonly description?: string; readonly hint?: string; readonly disabledOptions?: import("n8n-workflow").IDisplayOptions; readonly options?: Array<import("n8n-workflow").INodePropertyOptions | import("n8n-workflow").INodeProperties | import("n8n-workflow").INodePropertyCollection>; readonly placeholder?: string; readonly isNodeSetting?: boolean; readonly noDataExpression?: boolean; readonly required?: boolean; readonly routing?: import("n8n-workflow").INodePropertyRouting; readonly credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">; readonly extractValue?: import("n8n-workflow").INodePropertyValueExtractor; readonly modes?: import("n8n-workflow").INodePropertyMode[]; readonly requiresDataPath?: "single" | "multiple"; readonly doNotInherit?: boolean; readonly validateType?: import("n8n-workflow").FieldType; readonly ignoreValidationDuringExecution?: boolean; }, { readonly displayOptions: { readonly show: { readonly resource: readonly ["record"]; readonly operation: readonly ["createRecord"]; }; }; readonly displayName: string; readonly name: string; readonly type: import("n8n-workflow").NodePropertyTypes; readonly typeOptions?: import("n8n-workflow").INodePropertyTypeOptions; readonly default: import("n8n-workflow").NodeParameterValueType; readonly description?: string; readonly hint?: string; readonly disabledOptions?: import("n8n-workflow").IDisplayOptions; readonly options?: Array<import("n8n-workflow").INodePropertyOptions | import("n8n-workflow").INodeProperties | import("n8n-workflow").INodePropertyCollection>; readonly placeholder?: string; readonly isNodeSetting?: boolean; readonly noDataExpression?: boolean; readonly required?: boolean; readonly routing?: import("n8n-workflow").INodePropertyRouting; readonly credentialTypes?: Array<"extends:oAuth2Api" | "extends:oAuth1Api" | "has:authenticate" | "has:genericAuth">; readonly extractValue?: import("n8n-workflow").INodePropertyValueExtractor; readonly modes?: import("n8n-workflow").INodePropertyMode[]; readonly requiresDataPath?: "single" | "multiple"; readonly doNotInherit?: boolean; readonly validateType?: import("n8n-workflow").FieldType; readonly ignoreValidationDuringExecution?: boolean; }]; export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[]>;