n8n-nodes-base 0.220.1 → 0.221.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 (150) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/credentials/Postgres.credentials.js +115 -0
  3. package/dist/credentials/Postgres.credentials.js.map +1 -1
  4. package/dist/credentials/SshPrivateKey.credentials.js +1 -0
  5. package/dist/credentials/SshPrivateKey.credentials.js.map +1 -1
  6. package/dist/known/credentials.json +1 -0
  7. package/dist/nodes/ActionNetwork/GenericFunctions.d.ts +1 -1
  8. package/dist/nodes/Autopilot/GenericFunctions.js +2 -1
  9. package/dist/nodes/Autopilot/GenericFunctions.js.map +1 -1
  10. package/dist/nodes/Aws/Rekognition/GenericFunctions.js +2 -1
  11. package/dist/nodes/Aws/Rekognition/GenericFunctions.js.map +1 -1
  12. package/dist/nodes/Aws/S3/GenericFunctions.js +2 -1
  13. package/dist/nodes/Aws/S3/GenericFunctions.js.map +1 -1
  14. package/dist/nodes/ClickUp/GenericFunctions.js +2 -1
  15. package/dist/nodes/ClickUp/GenericFunctions.js.map +1 -1
  16. package/dist/nodes/Clockify/GenericFunctions.js +2 -1
  17. package/dist/nodes/Clockify/GenericFunctions.js.map +1 -1
  18. package/dist/nodes/CompareDatasets/CompareDatasets.node.js +42 -6
  19. package/dist/nodes/CompareDatasets/CompareDatasets.node.js.map +1 -1
  20. package/dist/nodes/CompareDatasets/GenericFunctions.js +60 -18
  21. package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
  22. package/dist/nodes/CompareDatasets/test/node/workflow.compareDatasets.fuzzy.missing_keys.json +232 -0
  23. package/dist/nodes/CompareDatasets/test/node/workflow.compareDatasets.skipFields.json +897 -0
  24. package/dist/nodes/CrateDb/CrateDb.node.js +7 -7
  25. package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
  26. package/dist/nodes/DateTime/DateTime.node.js +11 -1
  27. package/dist/nodes/DateTime/DateTime.node.js.map +1 -1
  28. package/dist/nodes/DateTime/test/node/workflow.luxonDateTime.json +165 -0
  29. package/dist/nodes/Filter/Filter.node.js +12 -5
  30. package/dist/nodes/Filter/Filter.node.js.map +1 -1
  31. package/dist/nodes/Github/SearchFunctions.js +1 -1
  32. package/dist/nodes/Github/SearchFunctions.js.map +1 -1
  33. package/dist/nodes/GoToWebinar/GenericFunctions.d.ts +1 -1
  34. package/dist/nodes/GoToWebinar/GenericFunctions.js +5 -4
  35. package/dist/nodes/GoToWebinar/GenericFunctions.js.map +1 -1
  36. package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.utils.d.ts +7 -1
  37. package/dist/nodes/HelpScout/GenericFunctions.js +2 -1
  38. package/dist/nodes/HelpScout/GenericFunctions.js.map +1 -1
  39. package/dist/nodes/HtmlExtract/HtmlExtract.node.js +4 -2
  40. package/dist/nodes/HtmlExtract/HtmlExtract.node.js.map +1 -1
  41. package/dist/nodes/HtmlExtract/test/workflow.dotNotation.json +143 -0
  42. package/dist/nodes/HttpRequest/GenericFunctions.d.ts +9 -0
  43. package/dist/nodes/HttpRequest/GenericFunctions.js +18 -1
  44. package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
  45. package/dist/nodes/HttpRequest/HttpRequest.node.js +2 -1
  46. package/dist/nodes/HttpRequest/HttpRequest.node.js.map +1 -1
  47. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +55 -5
  48. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  49. package/dist/nodes/Hubspot/GenericFunctions.js +2 -1
  50. package/dist/nodes/Hubspot/GenericFunctions.js.map +1 -1
  51. package/dist/nodes/LinkedIn/GenericFunctions.js +16 -4
  52. package/dist/nodes/LinkedIn/GenericFunctions.js.map +1 -1
  53. package/dist/nodes/LinkedIn/LinkedIn.node.js +33 -77
  54. package/dist/nodes/LinkedIn/LinkedIn.node.js.map +1 -1
  55. package/dist/nodes/Microsoft/Teams/GenericFunctions.js +2 -1
  56. package/dist/nodes/Microsoft/Teams/GenericFunctions.js.map +1 -1
  57. package/dist/nodes/Notion/GenericFunctions.js +2 -1
  58. package/dist/nodes/Notion/GenericFunctions.js.map +1 -1
  59. package/dist/nodes/Orbit/GenericFunctions.js +2 -1
  60. package/dist/nodes/Orbit/GenericFunctions.js.map +1 -1
  61. package/dist/nodes/Postgres/Postgres.node.d.ts +3 -9
  62. package/dist/nodes/Postgres/Postgres.node.js +9 -319
  63. package/dist/nodes/Postgres/Postgres.node.js.map +1 -1
  64. package/dist/nodes/Postgres/v1/PostgresV1.node.d.ts +12 -0
  65. package/dist/nodes/Postgres/v1/PostgresV1.node.js +345 -0
  66. package/dist/nodes/Postgres/v1/PostgresV1.node.js.map +1 -0
  67. package/dist/nodes/Postgres/{Postgres.node.functions.js → v1/genericFunctions.js} +1 -1
  68. package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -0
  69. package/dist/nodes/Postgres/v2/PostgresV2.node.d.ts +13 -0
  70. package/dist/nodes/Postgres/v2/PostgresV2.node.js +20 -0
  71. package/dist/nodes/Postgres/v2/PostgresV2.node.js.map +1 -0
  72. package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts +7 -0
  73. package/dist/nodes/Postgres/v2/actions/common.descriptions.js +317 -0
  74. package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -0
  75. package/dist/nodes/Postgres/v2/actions/database/Database.resource.d.ts +9 -0
  76. package/dist/nodes/Postgres/v2/actions/database/Database.resource.js +100 -0
  77. package/dist/nodes/Postgres/v2/actions/database/Database.resource.js.map +1 -0
  78. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +24 -0
  79. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js +110 -0
  80. package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -0
  81. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +24 -0
  82. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +60 -0
  83. package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -0
  84. package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +24 -0
  85. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js +129 -0
  86. package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -0
  87. package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +24 -0
  88. package/dist/nodes/Postgres/v2/actions/database/select.operation.js +87 -0
  89. package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -0
  90. package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +24 -0
  91. package/dist/nodes/Postgres/v2/actions/database/update.operation.js +164 -0
  92. package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -0
  93. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +24 -0
  94. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js +165 -0
  95. package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -0
  96. package/dist/nodes/Postgres/v2/actions/node.type.d.ts +7 -0
  97. package/dist/nodes/Postgres/v2/actions/node.type.js +3 -0
  98. package/dist/nodes/Postgres/v2/actions/node.type.js.map +1 -0
  99. package/dist/nodes/Postgres/v2/actions/router.d.ts +2 -0
  100. package/dist/nodes/Postgres/v2/actions/router.js +65 -0
  101. package/dist/nodes/Postgres/v2/actions/router.js.map +1 -0
  102. package/dist/nodes/Postgres/v2/actions/versionDescription.d.ts +2 -0
  103. package/dist/nodes/Postgres/v2/actions/versionDescription.js +65 -0
  104. package/dist/nodes/Postgres/v2/actions/versionDescription.js.map +1 -0
  105. package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +37 -0
  106. package/dist/nodes/Postgres/v2/helpers/interfaces.js +3 -0
  107. package/dist/nodes/Postgres/v2/helpers/interfaces.js.map +1 -0
  108. package/dist/nodes/Postgres/v2/helpers/utils.d.ts +29 -0
  109. package/dist/nodes/Postgres/v2/helpers/utils.js +258 -0
  110. package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -0
  111. package/dist/nodes/Postgres/v2/methods/credentialTest.d.ts +2 -0
  112. package/dist/nodes/Postgres/v2/methods/credentialTest.js +47 -0
  113. package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -0
  114. package/dist/nodes/Postgres/v2/methods/index.d.ts +3 -0
  115. package/dist/nodes/Postgres/v2/methods/index.js +30 -0
  116. package/dist/nodes/Postgres/v2/methods/index.js.map +1 -0
  117. package/dist/nodes/Postgres/v2/methods/listSearch.d.ts +3 -0
  118. package/dist/nodes/Postgres/v2/methods/listSearch.js +42 -0
  119. package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -0
  120. package/dist/nodes/Postgres/v2/methods/loadOptions.d.ts +4 -0
  121. package/dist/nodes/Postgres/v2/methods/loadOptions.js +40 -0
  122. package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -0
  123. package/dist/nodes/Postgres/v2/transport/index.d.ts +10 -0
  124. package/dist/nodes/Postgres/v2/transport/index.js +168 -0
  125. package/dist/nodes/Postgres/v2/transport/index.js.map +1 -0
  126. package/dist/nodes/QuestDb/QuestDb.node.js +3 -3
  127. package/dist/nodes/QuestDb/QuestDb.node.js.map +1 -1
  128. package/dist/nodes/Redis/Redis.node.js +35 -4
  129. package/dist/nodes/Redis/Redis.node.js.map +1 -1
  130. package/dist/nodes/S3/GenericFunctions.js +2 -1
  131. package/dist/nodes/S3/GenericFunctions.js.map +1 -1
  132. package/dist/nodes/Schedule/ScheduleTrigger.node.js +2 -2
  133. package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -1
  134. package/dist/nodes/SendGrid/GenericFunctions.js +2 -1
  135. package/dist/nodes/SendGrid/GenericFunctions.js.map +1 -1
  136. package/dist/nodes/SentryIo/GenericFunctions.js +2 -1
  137. package/dist/nodes/SentryIo/GenericFunctions.js.map +1 -1
  138. package/dist/nodes/ServiceNow/IncidentDescription.js +7 -0
  139. package/dist/nodes/ServiceNow/IncidentDescription.js.map +1 -1
  140. package/dist/nodes/Taiga/GenericFunctions.js +2 -1
  141. package/dist/nodes/Taiga/GenericFunctions.js.map +1 -1
  142. package/dist/nodes/TimescaleDb/TimescaleDb.node.js +4 -4
  143. package/dist/nodes/TimescaleDb/TimescaleDb.node.js.map +1 -1
  144. package/dist/nodes/Zendesk/GenericFunctions.js +2 -1
  145. package/dist/nodes/Zendesk/GenericFunctions.js.map +1 -1
  146. package/dist/types/credentials.json +2 -2
  147. package/dist/types/nodes.json +13 -11
  148. package/package.json +3 -3
  149. package/dist/nodes/Postgres/Postgres.node.functions.js.map +0 -1
  150. /package/dist/nodes/Postgres/{Postgres.node.functions.d.ts → v1/genericFunctions.d.ts} +0 -0
@@ -208,7 +208,7 @@
208
208
  {"name":"pipedriveApi","displayName":"Pipedrive API","documentationUrl":"pipedrive","properties":[{"displayName":"API Token","name":"apiToken","type":"string","default":""}],"authenticate":{"type":"generic","properties":{"qs":{"api_token":"={{$credentials.apiToken}}"}}}},
209
209
  {"name":"pipedriveOAuth2Api","extends":["oAuth2Api"],"displayName":"Pipedrive OAuth2 API","documentationUrl":"pipedrive","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://oauth.pipedrive.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://oauth.pipedrive.com/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}]},
210
210
  {"name":"plivoApi","displayName":"Plivo API","documentationUrl":"plivo","properties":[{"displayName":"Auth ID","name":"authId","type":"string","default":""},{"displayName":"Auth Token","name":"authToken","type":"string","default":""}]},
211
- {"name":"postgres","displayName":"Postgres","documentationUrl":"postgres","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}]},
211
+ {"name":"postgres","displayName":"Postgres","documentationUrl":"postgres","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432},{"displayName":"SSH Tunnel","name":"sshTunnel","type":"boolean","default":false},{"displayName":"SSH Authenticate with","name":"sshAuthenticateWith","type":"options","default":"password","options":[{"name":"Password","value":"password"},{"name":"Private Key","value":"privateKey"}],"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Host","name":"sshHost","type":"string","default":"localhost","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Port","name":"sshPort","type":"number","default":22,"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Postgres Port","name":"sshPostgresPort","type":"number","default":5432,"displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH User","name":"sshUser","type":"string","default":"root","displayOptions":{"show":{"sshTunnel":[true]}}},{"displayName":"SSH Password","name":"sshPassword","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":"","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"Passphase used to create the key, if no passphase was used leave empty","displayOptions":{"show":{"sshTunnel":[true],"sshAuthenticateWith":["privateKey"]}}}]},
212
212
  {"name":"postHogApi","displayName":"PostHog API","documentationUrl":"postHog","properties":[{"displayName":"URL","name":"url","type":"string","default":"https://app.posthog.com"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}]},
213
213
  {"name":"postmarkApi","displayName":"Postmark API","documentationUrl":"postmark","properties":[{"displayName":"Server API Token","name":"serverToken","type":"string","default":""}],"authenticate":{"type":"generic","properties":{"headers":{"X-Postmark-Server-Token":"={{$credentials.serverToken}}"}}},"test":{"request":{"baseURL":"https://api.postmarkapp.com","url":"/server","method":"GET"}}},
214
214
  {"name":"profitWellApi","displayName":"ProfitWell API","documentationUrl":"profitWell","properties":[{"displayName":"API Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Your Private Token"}]},
@@ -253,7 +253,7 @@
253
253
  {"name":"spontitApi","displayName":"Spontit API","documentationUrl":"spontit","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Username","name":"username","type":"string","default":""}]},
254
254
  {"name":"spotifyOAuth2Api","extends":["oAuth2Api"],"displayName":"Spotify OAuth2 API","documentationUrl":"spotify","properties":[{"displayName":"Spotify Server","name":"server","type":"hidden","default":"https://api.spotify.com/"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://accounts.spotify.com/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://accounts.spotify.com/api/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"user-read-playback-state playlist-read-collaborative user-modify-playback-state playlist-modify-public user-read-currently-playing playlist-read-private user-read-recently-played playlist-modify-private user-library-read user-follow-read"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}]},
255
255
  {"name":"sshPassword","displayName":"SSH Password","documentationUrl":"ssh","properties":[{"displayName":"Host","name":"host","required":true,"type":"string","default":"","placeholder":"localhost"},{"displayName":"Port","name":"port","required":true,"type":"number","default":22},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""}]},
256
- {"name":"sshPrivateKey","displayName":"SSH Private Key","documentationUrl":"ssh","properties":[{"displayName":"Host","name":"host","required":true,"type":"string","default":"","placeholder":"localhost"},{"displayName":"Port","name":"port","required":true,"type":"number","default":22},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"rows":4},"default":""},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"Passphase used to create the key, if no passphase was used leave empty"}]},
256
+ {"name":"sshPrivateKey","displayName":"SSH Private Key","documentationUrl":"ssh","properties":[{"displayName":"Host","name":"host","required":true,"type":"string","default":"","placeholder":"localhost"},{"displayName":"Port","name":"port","required":true,"type":"number","default":22},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"rows":4,"password":true},"default":""},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"Passphase used to create the key, if no passphase was used leave empty"}]},
257
257
  {"name":"stackbyApi","displayName":"Stackby API","documentationUrl":"stackby","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}]},
258
258
  {"name":"storyblokContentApi","displayName":"Storyblok Content API","documentationUrl":"storyblok","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}]},
259
259
  {"name":"storyblokManagementApi","displayName":"Storyblok Management API","documentationUrl":"storyblok","properties":[{"displayName":"Personal Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}]},