n8n-nodes-base 1.49.0 → 1.50.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/LICENSE_EE.md +27 -0
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/MySql.credentials.js +2 -115
- package/dist/credentials/MySql.credentials.js.map +1 -1
- package/dist/credentials/OrbitApi.credentials.js +6 -0
- package/dist/credentials/OrbitApi.credentials.js.map +1 -1
- package/dist/credentials/Postgres.credentials.js +2 -115
- package/dist/credentials/Postgres.credentials.js.map +1 -1
- package/dist/credentials/SplunkApi.credentials.d.ts +3 -1
- package/dist/credentials/SplunkApi.credentials.js +15 -0
- package/dist/credentials/SplunkApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +2 -1
- package/dist/nodes/Copper/descriptions/CompanyDescription.js +2 -2
- package/dist/nodes/Copper/descriptions/CompanyDescription.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js +12 -0
- package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js +10 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +32 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Google/GenericFunctions.js +4 -0
- package/dist/nodes/Google/GenericFunctions.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 +30 -15
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +53 -19
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +11 -3
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +34 -19
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +8 -0
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.d.ts +36 -4
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +5 -5
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/YouTube/YouTube.node.js +2 -2
- package/dist/nodes/Google/YouTube/YouTube.node.js.map +1 -1
- package/dist/nodes/HelpScout/HelpScout.node.js +2 -2
- package/dist/nodes/HelpScout/HelpScout.node.js.map +1 -1
- package/dist/nodes/Html/Html.node.js +1 -1
- package/dist/nodes/Html/Html.node.js.map +1 -1
- package/dist/nodes/InvoiceNinja/ClientDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/InvoiceDescription.js +6 -0
- package/dist/nodes/InvoiceNinja/InvoiceDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js +53 -25
- package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js.map +1 -1
- package/dist/nodes/InvoiceNinja/PaymentInterface.d.ts +6 -0
- package/dist/nodes/InvoiceNinja/QuoteDescription.js +1 -1
- package/dist/nodes/InvoiceNinja/QuoteDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/invoiceInterface.d.ts +2 -2
- package/dist/nodes/MySql/v2/actions/router.js +2 -13
- package/dist/nodes/MySql/v2/actions/router.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +22 -1
- package/dist/nodes/MySql/v2/methods/credentialTest.js +1 -9
- package/dist/nodes/MySql/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/MySql/v2/methods/listSearch.js +2 -13
- package/dist/nodes/MySql/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/MySql/v2/methods/loadOptions.js +2 -13
- package/dist/nodes/MySql/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/MySql/v2/transport/index.d.ts +3 -4
- package/dist/nodes/MySql/v2/transport/index.js +39 -69
- package/dist/nodes/MySql/v2/transport/index.js.map +1 -1
- package/dist/nodes/Orbit/ActivityDescription.js +3 -3
- package/dist/nodes/Orbit/ActivityDescription.js.map +1 -1
- package/dist/nodes/Orbit/MemberDescription.js +6 -6
- package/dist/nodes/Orbit/MemberDescription.js.map +1 -1
- package/dist/nodes/Orbit/NoteDescription.js +3 -3
- package/dist/nodes/Orbit/NoteDescription.js.map +1 -1
- package/dist/nodes/Orbit/Orbit.node.js +14 -346
- package/dist/nodes/Orbit/Orbit.node.js.map +1 -1
- package/dist/nodes/Orbit/PostDescription.js +3 -3
- package/dist/nodes/Orbit/PostDescription.js.map +1 -1
- package/dist/nodes/Postgres/PostgresTrigger.functions.d.ts +3 -7
- package/dist/nodes/Postgres/PostgresTrigger.functions.js +3 -33
- package/dist/nodes/Postgres/PostgresTrigger.functions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js +1 -7
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +6 -13
- package/dist/nodes/Postgres/v2/methods/credentialTest.js +1 -7
- package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/listSearch.js +2 -14
- package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/loadOptions.js +1 -7
- package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -7
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/Postgres/v2/transport/index.d.ts +3 -12
- package/dist/nodes/Postgres/v2/transport/index.js +62 -84
- package/dist/nodes/Postgres/v2/transport/index.js.map +1 -1
- package/dist/nodes/Splunk/Splunk.node.d.ts +3 -15
- package/dist/nodes/Splunk/Splunk.node.js +9 -276
- package/dist/nodes/Splunk/Splunk.node.js.map +1 -1
- package/dist/nodes/Splunk/splunk.svg +381 -134
- package/dist/nodes/Splunk/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +2 -2
- package/dist/nodes/Splunk/{GenericFunctions.js → v1/GenericFunctions.js} +8 -8
- package/dist/nodes/Splunk/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.d.ts +14 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.js +266 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/FiredAlertDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchConfigurationDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchJobDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchResultDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/UserDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/index.js.map +1 -0
- package/dist/nodes/Splunk/{types.d.ts → v1/types.d.ts} +6 -0
- package/dist/nodes/Splunk/v1/types.js +10 -0
- package/dist/nodes/Splunk/v1/types.js.map +1 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.d.ts +11 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.js +20 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js +20 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js +20 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.d.ts +5 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.js +61 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/node.type.d.ts +9 -0
- package/dist/nodes/Splunk/{types.js → v2/actions/node.type.js} +1 -1
- package/dist/nodes/Splunk/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.js +46 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js +70 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/index.d.ts +7 -0
- package/dist/nodes/Splunk/v2/actions/report/index.js +79 -0
- package/dist/nodes/Splunk/v2/actions/report/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/router.d.ts +2 -0
- package/dist/nodes/Splunk/v2/actions/router.js +88 -0
- package/dist/nodes/Splunk/v2/actions/router.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.js +231 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js +114 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js +112 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/index.d.ts +8 -0
- package/dist/nodes/Splunk/v2/actions/search/index.js +88 -0
- package/dist/nodes/Splunk/v2/actions/search/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.js +81 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js +46 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/index.d.ts +8 -0
- package/dist/nodes/Splunk/v2/actions/user/index.js +88 -0
- package/dist/nodes/Splunk/v2/actions/user/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.js +71 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.js +82 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.d.ts +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.js +18 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.d.ts +4 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js +79 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.d.ts +23 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.js +3 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/utils.d.ts +10 -0
- package/dist/nodes/Splunk/v2/helpers/utils.js +91 -0
- package/dist/nodes/Splunk/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/index.d.ts +2 -0
- package/dist/nodes/Splunk/v2/methods/index.js +29 -0
- package/dist/nodes/Splunk/v2/methods/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.d.ts +4 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.js +58 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.d.ts +2 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.js +13 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.js.map +1 -0
- package/dist/nodes/Splunk/v2/transport/index.d.ts +3 -0
- package/dist/nodes/Splunk/v2/transport/index.js +116 -0
- package/dist/nodes/Splunk/v2/transport/index.js.map +1 -0
- package/dist/nodes/Spotify/Spotify.node.js +3 -3
- package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +40 -0
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/types/credentials.json +4 -4
- package/dist/types/nodes.json +11 -10
- package/dist/utils/ISOCountryCodes.d.ts +9 -0
- package/dist/{nodes/InvoiceNinja → utils}/ISOCountryCodes.js +2 -2
- package/dist/utils/ISOCountryCodes.js.map +1 -0
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +6 -0
- package/dist/utils/constants.js.map +1 -0
- package/dist/utils/sshTunnel.properties.d.ts +2 -0
- package/dist/utils/sshTunnel.properties.js +110 -0
- package/dist/utils/sshTunnel.properties.js.map +1 -0
- package/package.json +18 -20
- package/dist/nodes/Copper/utils/isoCountryCodes.d.ts +0 -4
- package/dist/nodes/Copper/utils/isoCountryCodes.js +0 -1002
- package/dist/nodes/Copper/utils/isoCountryCodes.js.map +0 -1
- package/dist/nodes/Google/YouTube/CountryCodes.d.ts +0 -29
- package/dist/nodes/Google/YouTube/CountryCodes.js +0 -1583
- package/dist/nodes/Google/YouTube/CountryCodes.js.map +0 -1
- package/dist/nodes/HelpScout/CountriesCodes.d.ts +0 -29
- package/dist/nodes/HelpScout/CountriesCodes.js +0 -1583
- package/dist/nodes/HelpScout/CountriesCodes.js.map +0 -1
- package/dist/nodes/InvoiceNinja/ISOCountryCodes.d.ts +0 -2
- package/dist/nodes/InvoiceNinja/ISOCountryCodes.js.map +0 -1
- package/dist/nodes/Splunk/GenericFunctions.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/FiredAlertDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchConfigurationDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchJobDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchResultDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/UserDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/index.js.map +0 -1
- package/dist/nodes/Splunk/types.js.map +0 -1
- package/dist/nodes/Spotify/IsoCountryCodes.d.ts +0 -4
- package/dist/nodes/Spotify/IsoCountryCodes.js +0 -1002
- package/dist/nodes/Spotify/IsoCountryCodes.js.map +0 -1
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.js +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.