n8n-nodes-base 0.202.0 → 0.203.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/credentials/PostmarkApi.credentials.d.ts +3 -1
- package/dist/credentials/PostmarkApi.credentials.js +15 -0
- package/dist/credentials/PostmarkApi.credentials.js.map +1 -1
- package/dist/credentials/TodoistApi.credentials.js +1 -1
- package/dist/known/credentials.json +1289 -299
- package/dist/nodes/Aws/AwsSns.node.d.ts +3 -3
- package/dist/nodes/Aws/AwsSns.node.js +166 -23
- package/dist/nodes/Aws/AwsSns.node.js.map +1 -1
- package/dist/nodes/Aws/AwsSnsTrigger.node.d.ts +3 -3
- package/dist/nodes/Aws/AwsSnsTrigger.node.js +77 -15
- package/dist/nodes/Aws/AwsSnsTrigger.node.js.map +1 -1
- package/dist/nodes/DateTime/DateTime.node.json +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.js +4 -0
- package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
- package/dist/nodes/Google/Calendar/CalendarDescription.js +71 -14
- package/dist/nodes/Google/Calendar/CalendarDescription.js.map +1 -1
- package/dist/nodes/Google/Calendar/EventDescription.js +106 -21
- package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
- package/dist/nodes/Google/Calendar/GenericFunctions.d.ts +5 -1
- package/dist/nodes/Google/Calendar/GenericFunctions.js +52 -1
- package/dist/nodes/Google/Calendar/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts +5 -2
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +24 -36
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.d.ts +4 -3
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js +38 -20
- package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/router.js +15 -8
- package/dist/nodes/Google/Sheet/v2/actions/router.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +7 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +3 -2
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.d.ts +1 -0
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +26 -0
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js +3 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/listSearch.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/listSearch.js +41 -52
- package/dist/nodes/Google/Sheet/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/methods/loadOptions.js +37 -47
- package/dist/nodes/Google/Sheet/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
- package/dist/nodes/ItemLists/ItemLists.node.json +1 -1
- package/dist/nodes/Markdown/Markdown.node.json +3 -0
- package/dist/nodes/Microsoft/Outlook/GenericFunctions.d.ts +5 -0
- package/dist/nodes/Microsoft/Outlook/GenericFunctions.js +24 -1
- package/dist/nodes/Microsoft/Outlook/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js +4 -52
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js.map +1 -1
- package/dist/nodes/Mocean/Mocean.node.js +3 -3
- package/dist/nodes/Mocean/Mocean.node.js.map +1 -1
- package/dist/nodes/Pipedrive/GenericFunctions.js +14 -12
- package/dist/nodes/Pipedrive/GenericFunctions.js.map +1 -1
- package/dist/nodes/Pipedrive/Pipedrive.node.js +1 -1
- package/dist/nodes/Pipedrive/Pipedrive.node.js.map +1 -1
- package/dist/nodes/Postmark/GenericFunctions.js +1 -3
- package/dist/nodes/Postmark/GenericFunctions.js.map +1 -1
- package/dist/nodes/Todoist/GenericFunctions.js +2 -2
- package/dist/nodes/Todoist/Todoist.node.d.ts +3 -13
- package/dist/nodes/Todoist/Todoist.node.js +10 -589
- package/dist/nodes/Todoist/Todoist.node.js.map +1 -1
- package/dist/nodes/Todoist/{OperationHandler.d.ts → v1/OperationHandler.d.ts} +3 -3
- package/dist/nodes/Todoist/v1/OperationHandler.js +256 -0
- package/dist/nodes/Todoist/v1/OperationHandler.js.map +1 -0
- package/dist/nodes/Todoist/{Service.d.ts → v1/Service.d.ts} +1 -1
- package/dist/nodes/Todoist/{Service.js → v1/Service.js} +0 -0
- package/dist/nodes/Todoist/v1/Service.js.map +1 -0
- package/dist/nodes/Todoist/v1/TodoistV1.node.d.ts +19 -0
- package/dist/nodes/Todoist/v1/TodoistV1.node.js +645 -0
- package/dist/nodes/Todoist/v1/TodoistV1.node.js.map +1 -0
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts +77 -0
- package/dist/nodes/Todoist/{OperationHandler.js → v2/OperationHandler.js} +15 -8
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -0
- package/dist/nodes/Todoist/v2/Service.d.ts +28 -0
- package/dist/nodes/Todoist/v2/Service.js +36 -0
- package/dist/nodes/Todoist/v2/Service.js.map +1 -0
- package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts +19 -0
- package/dist/nodes/Todoist/v2/TodoistV2.node.js +644 -0
- package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -0
- package/dist/nodes/Wait/Wait.node.js +32 -29
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.js +32 -29
- package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/credentials.json +2 -2
- package/dist/types/nodes.json +10 -9
- package/package.json +4 -4
- package/dist/nodes/Todoist/OperationHandler.js.map +0 -1
- package/dist/nodes/Todoist/Service.js.map +0 -1
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class PostmarkApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
6
|
properties: INodeProperties[];
|
|
7
|
+
authenticate: IAuthenticateGeneric;
|
|
8
|
+
test: ICredentialTestRequest;
|
|
7
9
|
}
|
|
@@ -14,6 +14,21 @@ class PostmarkApi {
|
|
|
14
14
|
default: '',
|
|
15
15
|
},
|
|
16
16
|
];
|
|
17
|
+
this.authenticate = {
|
|
18
|
+
type: 'generic',
|
|
19
|
+
properties: {
|
|
20
|
+
headers: {
|
|
21
|
+
'X-Postmark-Server-Token': '={{$credentials.serverToken}}',
|
|
22
|
+
},
|
|
23
|
+
},
|
|
24
|
+
};
|
|
25
|
+
this.test = {
|
|
26
|
+
request: {
|
|
27
|
+
baseURL: 'https://api.postmarkapp.com',
|
|
28
|
+
url: '/server',
|
|
29
|
+
method: 'GET',
|
|
30
|
+
},
|
|
31
|
+
};
|
|
17
32
|
}
|
|
18
33
|
}
|
|
19
34
|
exports.PostmarkApi = PostmarkApi;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PostmarkApi.credentials.js","sourceRoot":"","sources":["../../credentials/PostmarkApi.credentials.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"PostmarkApi.credentials.js","sourceRoot":"","sources":["../../credentials/PostmarkApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,aAAa,CAAC;QACrB,gBAAW,GAAG,cAAc,CAAC;QAC7B,qBAAgB,GAAG,UAAU,CAAC;QAC9B,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;SACD,CAAC;QACF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,yBAAyB,EAAE,+BAA+B;iBAC1D;aACD;SACD,CAAC;QACF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,6BAA6B;gBACtC,GAAG,EAAE,SAAS;gBACd,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AA3BD,kCA2BC"}
|