🔀 Merge branch 'surveymonkey-dev'

This commit is contained in:
Jan Oberhauser
2020-05-02 12:32:00 +02:00
8 changed files with 911 additions and 4 deletions

View File

@@ -548,7 +548,7 @@ export interface IWorkflowMetadata {
active: boolean;
}
export type WebhookHttpMethod = 'GET' | 'POST';
export type WebhookHttpMethod = 'GET' | 'POST' | 'HEAD';
export interface IWebhookResponseData {
workflowData?: INodeExecutionData[][];