n8n-workflow
Advanced tools
Comparing version 0.35.0 to 0.36.0
@@ -12,2 +12,7 @@ import { Workflow } from './Workflow'; | ||
} | ||
export interface IOAuth2Options { | ||
includeCredentialsOnRefreshOnBody?: boolean; | ||
property?: string; | ||
tokenType?: string; | ||
} | ||
export interface IConnection { | ||
@@ -466,3 +471,3 @@ node: string; | ||
} | ||
export declare type WebhookHttpMethod = 'GET' | 'POST' | 'HEAD'; | ||
export declare type WebhookHttpMethod = 'GET' | 'POST' | 'HEAD' | 'OPTIONS'; | ||
export interface IWebhookResponseData { | ||
@@ -469,0 +474,0 @@ workflowData?: INodeExecutionData[][]; |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.35.0", | ||
"version": "0.36.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
416105
6624