UNPKG

n8n-nodes-soaprequest

Version:
6 lines (5 loc) 298 B
import { INodeProperties } from "n8n-workflow"; export declare const AUTHENTICATION = "authentication"; export declare const SOAP_API_CREDENTIAL = "soapApi"; export declare const SOAP_API_CREDENTIALS_TYPE = "soapAPICredentialType"; export declare const authenticationOperations: INodeProperties[];