n8n-nodes-soaprequest
Version:
n8n node for soap requests
6 lines (5 loc) • 298 B
TypeScript
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[];