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.
Files changed (95) hide show
  1. package/dist/credentials/PostmarkApi.credentials.d.ts +3 -1
  2. package/dist/credentials/PostmarkApi.credentials.js +15 -0
  3. package/dist/credentials/PostmarkApi.credentials.js.map +1 -1
  4. package/dist/credentials/TodoistApi.credentials.js +1 -1
  5. package/dist/known/credentials.json +1289 -299
  6. package/dist/nodes/Aws/AwsSns.node.d.ts +3 -3
  7. package/dist/nodes/Aws/AwsSns.node.js +166 -23
  8. package/dist/nodes/Aws/AwsSns.node.js.map +1 -1
  9. package/dist/nodes/Aws/AwsSnsTrigger.node.d.ts +3 -3
  10. package/dist/nodes/Aws/AwsSnsTrigger.node.js +77 -15
  11. package/dist/nodes/Aws/AwsSnsTrigger.node.js.map +1 -1
  12. package/dist/nodes/DateTime/DateTime.node.json +1 -1
  13. package/dist/nodes/Facebook/FacebookGraphApi.node.js +4 -0
  14. package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
  15. package/dist/nodes/Google/Calendar/CalendarDescription.js +71 -14
  16. package/dist/nodes/Google/Calendar/CalendarDescription.js.map +1 -1
  17. package/dist/nodes/Google/Calendar/EventDescription.js +106 -21
  18. package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
  19. package/dist/nodes/Google/Calendar/GenericFunctions.d.ts +5 -1
  20. package/dist/nodes/Google/Calendar/GenericFunctions.js +52 -1
  21. package/dist/nodes/Google/Calendar/GenericFunctions.js.map +1 -1
  22. package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts +5 -2
  23. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +24 -36
  24. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
  25. package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.d.ts +4 -3
  26. package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js +38 -20
  27. package/dist/nodes/Google/Calendar/GoogleCalendarTrigger.node.js.map +1 -1
  28. package/dist/nodes/Google/Sheet/v2/actions/router.js +15 -8
  29. package/dist/nodes/Google/Sheet/v2/actions/router.js.map +1 -1
  30. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.d.ts +1 -1
  31. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +7 -1
  32. package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
  33. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.d.ts +1 -1
  34. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +3 -2
  35. package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
  36. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +1 -1
  37. package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
  38. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.d.ts +1 -0
  39. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +26 -0
  40. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
  41. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js +3 -1
  42. package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheets.utils.js.map +1 -1
  43. package/dist/nodes/Google/Sheet/v2/methods/listSearch.d.ts +1 -1
  44. package/dist/nodes/Google/Sheet/v2/methods/listSearch.js +41 -52
  45. package/dist/nodes/Google/Sheet/v2/methods/listSearch.js.map +1 -1
  46. package/dist/nodes/Google/Sheet/v2/methods/loadOptions.js +37 -47
  47. package/dist/nodes/Google/Sheet/v2/methods/loadOptions.js.map +1 -1
  48. package/dist/nodes/Google/Sheet/v2/transport/index.js.map +1 -1
  49. package/dist/nodes/ItemLists/ItemLists.node.json +1 -1
  50. package/dist/nodes/Markdown/Markdown.node.json +3 -0
  51. package/dist/nodes/Microsoft/Outlook/GenericFunctions.d.ts +5 -0
  52. package/dist/nodes/Microsoft/Outlook/GenericFunctions.js +24 -1
  53. package/dist/nodes/Microsoft/Outlook/GenericFunctions.js.map +1 -1
  54. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js +4 -52
  55. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js.map +1 -1
  56. package/dist/nodes/Mocean/Mocean.node.js +3 -3
  57. package/dist/nodes/Mocean/Mocean.node.js.map +1 -1
  58. package/dist/nodes/Pipedrive/GenericFunctions.js +14 -12
  59. package/dist/nodes/Pipedrive/GenericFunctions.js.map +1 -1
  60. package/dist/nodes/Pipedrive/Pipedrive.node.js +1 -1
  61. package/dist/nodes/Pipedrive/Pipedrive.node.js.map +1 -1
  62. package/dist/nodes/Postmark/GenericFunctions.js +1 -3
  63. package/dist/nodes/Postmark/GenericFunctions.js.map +1 -1
  64. package/dist/nodes/Todoist/GenericFunctions.js +2 -2
  65. package/dist/nodes/Todoist/Todoist.node.d.ts +3 -13
  66. package/dist/nodes/Todoist/Todoist.node.js +10 -589
  67. package/dist/nodes/Todoist/Todoist.node.js.map +1 -1
  68. package/dist/nodes/Todoist/{OperationHandler.d.ts → v1/OperationHandler.d.ts} +3 -3
  69. package/dist/nodes/Todoist/v1/OperationHandler.js +256 -0
  70. package/dist/nodes/Todoist/v1/OperationHandler.js.map +1 -0
  71. package/dist/nodes/Todoist/{Service.d.ts → v1/Service.d.ts} +1 -1
  72. package/dist/nodes/Todoist/{Service.js → v1/Service.js} +0 -0
  73. package/dist/nodes/Todoist/v1/Service.js.map +1 -0
  74. package/dist/nodes/Todoist/v1/TodoistV1.node.d.ts +19 -0
  75. package/dist/nodes/Todoist/v1/TodoistV1.node.js +645 -0
  76. package/dist/nodes/Todoist/v1/TodoistV1.node.js.map +1 -0
  77. package/dist/nodes/Todoist/v2/OperationHandler.d.ts +77 -0
  78. package/dist/nodes/Todoist/{OperationHandler.js → v2/OperationHandler.js} +15 -8
  79. package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -0
  80. package/dist/nodes/Todoist/v2/Service.d.ts +28 -0
  81. package/dist/nodes/Todoist/v2/Service.js +36 -0
  82. package/dist/nodes/Todoist/v2/Service.js.map +1 -0
  83. package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts +19 -0
  84. package/dist/nodes/Todoist/v2/TodoistV2.node.js +644 -0
  85. package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -0
  86. package/dist/nodes/Wait/Wait.node.js +32 -29
  87. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  88. package/dist/nodes/Webhook/Webhook.node.js +32 -29
  89. package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
  90. package/dist/tsconfig.tsbuildinfo +1 -1
  91. package/dist/types/credentials.json +2 -2
  92. package/dist/types/nodes.json +10 -9
  93. package/package.json +4 -4
  94. package/dist/nodes/Todoist/OperationHandler.js.map +0 -1
  95. 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":";;;AAEA,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;IACH,CAAC;CAAA;AAZD,kCAYC"}
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"}
@@ -25,7 +25,7 @@ class TodoistApi {
25
25
  };
26
26
  this.test = {
27
27
  request: {
28
- baseURL: 'https://api.todoist.com/rest/v1',
28
+ baseURL: 'https://api.todoist.com/rest/v2',
29
29
  url: '/labels',
30
30
  },
31
31
  };