🔀 Merge branch 'Jhalter5Stones-feat/webhook-node/response-mode'

This commit is contained in:
Jan Oberhauser
2022-02-19 12:39:39 +01:00
3 changed files with 66 additions and 26 deletions

View File

@@ -1186,7 +1186,7 @@ export interface IWebhookResponseData {
noWebhookResponse?: boolean;
}
export type WebhookResponseData = 'allEntries' | 'firstEntryJson' | 'firstEntryBinary';
export type WebhookResponseData = 'allEntries' | 'firstEntryJson' | 'firstEntryBinary' | 'noData';
export type WebhookResponseMode = 'onReceived' | 'lastNode';
export interface INodeTypes {