n8n-workflow
Advanced tools
Comparing version 0.52.0 to 0.53.0
@@ -17,2 +17,3 @@ import { Workflow } from './Workflow'; | ||
keepBearer?: boolean; | ||
tokenExpiredStatusCode?: number; | ||
} | ||
@@ -574,3 +575,3 @@ export interface IConnection { | ||
encryptionKey: string; | ||
executeWorkflow: (workflowInfo: IExecuteWorkflowInfo, additionalData: IWorkflowExecuteAdditionalData, inputData?: INodeExecutionData[]) => Promise<any>; | ||
executeWorkflow: (workflowInfo: IExecuteWorkflowInfo, additionalData: IWorkflowExecuteAdditionalData, inputData?: INodeExecutionData[], parentExecutionId?: string, loadedWorkflowData?: IWorkflowBase, loadedRunData?: any) => Promise<any>; | ||
hooks?: WorkflowHooks; | ||
@@ -577,0 +578,0 @@ httpResponse?: express.Response; |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.52.0", | ||
"version": "0.53.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
424993
6740