n8n-nodes-qonto-api 1.0.5 → 1.0.7
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/README.md +1 -1
- package/dist/nodes/Qonto/Qonto.node.js +526 -78
- package/dist/nodes/Qonto/Qonto.node.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js +181 -12
- package/dist/nodes/Qonto/descriptions/BeneficiariesDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/CardsDescriptions.js +370 -27
- package/dist/nodes/Qonto/descriptions/CardsDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js +309 -18
- package/dist/nodes/Qonto/descriptions/ClientsDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js +326 -76
- package/dist/nodes/Qonto/descriptions/ClientsInvoicesDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js +291 -59
- package/dist/nodes/Qonto/descriptions/InsuranceContractsDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js +28 -17
- package/dist/nodes/Qonto/descriptions/MembershipsDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js +17 -30
- package/dist/nodes/Qonto/descriptions/TeamsDescriptions.js.map +1 -1
- package/dist/nodes/Qonto/helpers.d.ts +1 -0
- package/dist/nodes/Qonto/helpers.js +6 -1
- package/dist/nodes/Qonto/helpers.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
>
|
|
19
19
|
> This node was primarily developed using AI agents and subsequently manually reviewed and improved to ensure quality and reliability.
|
|
20
20
|
>
|
|
21
|
-
> If you encounter any issues or have suggestions, please [open an issue](https://github.com/JanThiel/n8n-nodes-qonto/issues) and we'll get it fixed!
|
|
21
|
+
> If you encounter any issues or have suggestions, please [open an issue](https://github.com/JanThiel/n8n-nodes-qonto-api/issues) and we'll get it fixed!
|
|
22
22
|
|
|
23
23
|
This is an n8n community node. It lets you use Qonto banking API in your n8n workflows.
|
|
24
24
|
|