@delmalih/n8n-nodes-pennylane 0.1.3
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 +96 -0
- package/dist/credentials/PennylaneApi.credentials.d.ts +10 -0
- package/dist/credentials/PennylaneApi.credentials.js +39 -0
- package/dist/credentials/PennylaneApi.credentials.js.map +1 -0
- package/dist/credentials/pennylane.dark.png +0 -0
- package/dist/credentials/pennylane.png +0 -0
- package/dist/nodes/Pennylane/Pennylane.node.d.ts +4 -0
- package/dist/nodes/Pennylane/Pennylane.node.js +126 -0
- package/dist/nodes/Pennylane/Pennylane.node.js.map +1 -0
- package/dist/nodes/Pennylane/Pennylane.node.json +10 -0
- package/dist/nodes/Pennylane/pennylane.dark.png +0 -0
- package/dist/nodes/Pennylane/pennylane.png +0 -0
- package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.js +27 -0
- package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-account/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-account/create.js +70 -0
- package/dist/nodes/Pennylane/resources/bank-account/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-account/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-account/get.js +15 -0
- package/dist/nodes/Pennylane/resources/bank-account/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-account/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-account/getAll.js +54 -0
- package/dist/nodes/Pennylane/resources/bank-account/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-account/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-account/index.js +59 -0
- package/dist/nodes/Pennylane/resources/bank-account/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/getAll.js +121 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/index.js +26 -0
- package/dist/nodes/Pennylane/resources/bank-establishment/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/bank-transaction/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/bank-transaction/index.js +95 -0
- package/dist/nodes/Pennylane/resources/bank-transaction/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/create.js +69 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/get.js +15 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/index.js +51 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.js +41 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.js +41 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.js.map +1 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/update.js +79 -0
- package/dist/nodes/Pennylane/resources/billing-subscription/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category/create.js +49 -0
- package/dist/nodes/Pennylane/resources/category/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category/get.js +15 -0
- package/dist/nodes/Pennylane/resources/category/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category/getAll.js +155 -0
- package/dist/nodes/Pennylane/resources/category/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category/index.js +76 -0
- package/dist/nodes/Pennylane/resources/category/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category/update.js +48 -0
- package/dist/nodes/Pennylane/resources/category/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category-group/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category-group/get.js +15 -0
- package/dist/nodes/Pennylane/resources/category-group/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category-group/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category-group/getAll.js +54 -0
- package/dist/nodes/Pennylane/resources/category-group/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category-group/getCategories.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category-group/getCategories.js +63 -0
- package/dist/nodes/Pennylane/resources/category-group/getCategories.js.map +1 -0
- package/dist/nodes/Pennylane/resources/category-group/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/category-group/index.js +51 -0
- package/dist/nodes/Pennylane/resources/category-group/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/changelog/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/changelog/index.js +18 -0
- package/dist/nodes/Pennylane/resources/changelog/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/appendices.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/appendices.js +52 -0
- package/dist/nodes/Pennylane/resources/commercial-document/appendices.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/get.js +15 -0
- package/dist/nodes/Pennylane/resources/commercial-document/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/getAll.js +153 -0
- package/dist/nodes/Pennylane/resources/commercial-document/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/index.js +94 -0
- package/dist/nodes/Pennylane/resources/commercial-document/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.js +65 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.js +65 -0
- package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.js.map +1 -0
- package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.js +50 -0
- package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/categorize.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer/categorize.js +63 -0
- package/dist/nodes/Pennylane/resources/customer/categorize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/create.js +155 -0
- package/dist/nodes/Pennylane/resources/customer/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/createIndividual.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/createIndividual.js +193 -0
- package/dist/nodes/Pennylane/resources/customer/createIndividual.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/get.js +15 -0
- package/dist/nodes/Pennylane/resources/customer/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/customer/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/customer/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/getCategories.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/getCategories.js +63 -0
- package/dist/nodes/Pennylane/resources/customer/getCategories.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/getContacts.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/getContacts.js +63 -0
- package/dist/nodes/Pennylane/resources/customer/getContacts.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/index.js +166 -0
- package/dist/nodes/Pennylane/resources/customer/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer/update.js +235 -0
- package/dist/nodes/Pennylane/resources/customer/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/categorize.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/categorize.js +63 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/categorize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/create.js +93 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.js +16 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.js +80 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/finalize.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/finalize.js +16 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/finalize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/get.js +15 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/import.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/import.js +100 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/import.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/index.js +71 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.js +25 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.js +16 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.js +25 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.js +16 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/subLists.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/subLists.js +72 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/subLists.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/update.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/update.js +450 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.js +308 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.js +47 -0
- package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.js +66 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/index.js +34 -0
- package/dist/nodes/Pennylane/resources/customer-invoice-template/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/fec-export/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/fec-export/index.js +18 -0
- package/dist/nodes/Pennylane/resources/fec-export/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/file-attachment/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/file-attachment/index.js +40 -0
- package/dist/nodes/Pennylane/resources/file-attachment/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/getAll.js +68 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/index.js +34 -0
- package/dist/nodes/Pennylane/resources/fiscal-year/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/general-ledger-export/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/general-ledger-export/index.js +18 -0
- package/dist/nodes/Pennylane/resources/general-ledger-export/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.js +28 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.js +19 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/get.js +15 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.js +153 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/index.js +90 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.js +46 -0
- package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.js.map +1 -0
- package/dist/nodes/Pennylane/resources/journal/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/journal/create.js +28 -0
- package/dist/nodes/Pennylane/resources/journal/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/journal/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/journal/get.js +15 -0
- package/dist/nodes/Pennylane/resources/journal/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/journal/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/journal/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/journal/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/journal/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/journal/index.js +55 -0
- package/dist/nodes/Pennylane/resources/journal/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-account/create.js +44 -0
- package/dist/nodes/Pennylane/resources/ledger-account/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-account/get.js +15 -0
- package/dist/nodes/Pennylane/resources/ledger-account/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/ledger-account/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-account/index.js +75 -0
- package/dist/nodes/Pennylane/resources/ledger-account/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-account/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-account/update.js +35 -0
- package/dist/nodes/Pennylane/resources/ledger-account/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/create.js +19 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/get.js +15 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/getLines.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/getLines.js +41 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/getLines.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/index.js +28 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/update.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/update.js +132 -0
- package/dist/nodes/Pennylane/resources/ledger-entry/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.js +63 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/get.js +15 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.js +156 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.js +41 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.js +43 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/index.js +101 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.js +30 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.js.map +1 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.js +30 -0
- package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.js.map +1 -0
- package/dist/nodes/Pennylane/resources/me/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/me/index.js +30 -0
- package/dist/nodes/Pennylane/resources/me/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pa-registration/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pa-registration/getAll.js +54 -0
- package/dist/nodes/Pennylane/resources/pa-registration/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pa-registration/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pa-registration/index.js +31 -0
- package/dist/nodes/Pennylane/resources/pa-registration/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.js +148 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/index.js +71 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.js +15 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.js +17 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.js.map +1 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.js +152 -0
- package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.js.map +1 -0
- package/dist/nodes/Pennylane/resources/product/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/product/create.js +85 -0
- package/dist/nodes/Pennylane/resources/product/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/product/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/product/get.js +15 -0
- package/dist/nodes/Pennylane/resources/product/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/product/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/product/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/product/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/product/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/product/index.js +84 -0
- package/dist/nodes/Pennylane/resources/product/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/product/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/product/update.js +91 -0
- package/dist/nodes/Pennylane/resources/product/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/purchase-request/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/purchase-request/get.js +15 -0
- package/dist/nodes/Pennylane/resources/purchase-request/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/purchase-request/getAll.d.ts +1 -0
- package/dist/nodes/Pennylane/resources/purchase-request/getAll.js +6 -0
- package/dist/nodes/Pennylane/resources/purchase-request/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/purchase-request/import.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/purchase-request/import.js +139 -0
- package/dist/nodes/Pennylane/resources/purchase-request/import.js.map +1 -0
- package/dist/nodes/Pennylane/resources/purchase-request/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/purchase-request/index.js +71 -0
- package/dist/nodes/Pennylane/resources/purchase-request/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/appendices.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/appendices.js +32 -0
- package/dist/nodes/Pennylane/resources/quote/appendices.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/create.js +24 -0
- package/dist/nodes/Pennylane/resources/quote/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/get.js +15 -0
- package/dist/nodes/Pennylane/resources/quote/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/index.js +60 -0
- package/dist/nodes/Pennylane/resources/quote/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.js +41 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-lines.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-lines.js +41 -0
- package/dist/nodes/Pennylane/resources/quote/invoice-lines.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/send-by-email.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/send-by-email.js +13 -0
- package/dist/nodes/Pennylane/resources/quote/send-by-email.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/update-status.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/update-status.js +19 -0
- package/dist/nodes/Pennylane/resources/quote/update-status.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/quote/update.js +66 -0
- package/dist/nodes/Pennylane/resources/quote/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/quote/upload-appendix.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/quote/upload-appendix.js +35 -0
- package/dist/nodes/Pennylane/resources/quote/upload-appendix.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/create.js +23 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/delete.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/delete.js +15 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/delete.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/get.js +15 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.js +152 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/index.js +90 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/update.js +25 -0
- package/dist/nodes/Pennylane/resources/sepa-mandate/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/shared/operations.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/shared/operations.js +241 -0
- package/dist/nodes/Pennylane/resources/shared/operations.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier/categorize.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier/categorize.js +18 -0
- package/dist/nodes/Pennylane/resources/supplier/categorize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier/create.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier/create.js +33 -0
- package/dist/nodes/Pennylane/resources/supplier/create.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier/get.js +15 -0
- package/dist/nodes/Pennylane/resources/supplier/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier/index.js +64 -0
- package/dist/nodes/Pennylane/resources/supplier/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier/list-categories.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier/list-categories.js +20 -0
- package/dist/nodes/Pennylane/resources/supplier/list-categories.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.js +18 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/get.js +15 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.d.ts +3 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.js +55 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import.js +20 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/import.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/index.js +73 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/index.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.js +9 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.js +32 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.js +41 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.js +41 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.js +41 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.js +48 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update.js +153 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/update.js.map +1 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.js +8 -0
- package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.js.map +1 -0
- package/dist/nodes/Pennylane/resources/trial-balance/get.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/trial-balance/get.js +82 -0
- package/dist/nodes/Pennylane/resources/trial-balance/get.js.map +1 -0
- package/dist/nodes/Pennylane/resources/trial-balance/index.d.ts +2 -0
- package/dist/nodes/Pennylane/resources/trial-balance/index.js +36 -0
- package/dist/nodes/Pennylane/resources/trial-balance/index.js.map +1 -0
- package/dist/package.json +53 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +53 -0
package/README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# @delmalih/n8n-nodes-pennylane
|
|
2
|
+
|
|
3
|
+
This is an n8n community node. It lets you use [Pennylane](https://www.pennylane.com/) in your n8n workflows.
|
|
4
|
+
|
|
5
|
+
Pennylane is a French all-in-one accounting and financial management platform (invoicing, expense tracking, bank reconciliation, and bookkeeping) used by accounting firms and businesses across France.
|
|
6
|
+
|
|
7
|
+
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/sustainable-use-license/) workflow automation platform.
|
|
8
|
+
|
|
9
|
+
[Installation](#installation)
|
|
10
|
+
[Operations](#operations)
|
|
11
|
+
[Credentials](#credentials)
|
|
12
|
+
[Compatibility](#compatibility)
|
|
13
|
+
[Usage](#usage)
|
|
14
|
+
[Resources](#resources)
|
|
15
|
+
[Version history](#version-history)
|
|
16
|
+
|
|
17
|
+
## Installation
|
|
18
|
+
|
|
19
|
+
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
|
|
20
|
+
|
|
21
|
+
In n8n, go to **Settings > Community Nodes > Install**, and enter `@delmalih/n8n-nodes-pennylane`.
|
|
22
|
+
|
|
23
|
+
## Operations
|
|
24
|
+
|
|
25
|
+
The node covers Pennylane's API v2 across the following resources. Each resource exposes a "Get Many" or "Get" style read operation plus any create/update/delete/action operations Pennylane's API supports for it.
|
|
26
|
+
|
|
27
|
+
| Resource | Operations |
|
|
28
|
+
|---|---|
|
|
29
|
+
| Analytical General Ledger Export | Generate, Get |
|
|
30
|
+
| Bank Account | Get, Get Many, Create |
|
|
31
|
+
| Bank Establishment | Get Many |
|
|
32
|
+
| Bank Transaction | Get, Get Many, Create, Update, Reconcile, Categorize, List Matched Invoices, List Categories, Unmatch From Customer Invoice, Unmatch From Supplier Invoice |
|
|
33
|
+
| Billing Subscription | Get, Get Many, Create, Update, Stop, Resume, List Invoice Lines, List Invoice Line Sections |
|
|
34
|
+
| Category | Get, Get Many, Create, Update |
|
|
35
|
+
| Category Group | Get, Get Many, List Categories in a Group |
|
|
36
|
+
| Changelog | Get Many (poll for changes on customer/supplier invoices) |
|
|
37
|
+
| Commercial Document | Get, Get Many, List Invoice Line Sections, List Invoice Lines, List Appendices, Upload Appendix |
|
|
38
|
+
| Customer | Get, Get Many, Create (Company), Create Individual Customer, Update, List Contacts, List Categories, Categorize |
|
|
39
|
+
| Customer Invoice | Get, Get Many, Create, Create From Quote, Update, Update Imported Invoice, Delete Draft, Finalize Draft, Mark as Paid, Categorize, Import, Import E-Invoice, Send by Email, Send E-Invoice to PA, Link Credit Note, List Invoice Line Sections, List Invoice Lines, List Payments, List Matched Transactions, List Appendices, List Categories, List Custom Header Fields, Upload Appendix |
|
|
40
|
+
| Customer Invoice Template | Get Many |
|
|
41
|
+
| FEC Export | Generate, Get |
|
|
42
|
+
| File Attachment | Upload |
|
|
43
|
+
| Fiscal Year | Get Many |
|
|
44
|
+
| General Ledger Export | Generate, Get |
|
|
45
|
+
| GoCardless Mandate | Get, Get Many, Send Email Request, Associate to Customer, Cancel |
|
|
46
|
+
| Journal | Get, Get Many, Create |
|
|
47
|
+
| Ledger Account | Get, Get Many, Create, Update |
|
|
48
|
+
| Ledger Entry | Get, Get Many, Create, Update, List Entry Lines |
|
|
49
|
+
| Ledger Entry Line | Get, Get Many, List Lettered Lines, List Categories, Categorize, Letter, Unletter |
|
|
50
|
+
| Me | Get (current user and company) |
|
|
51
|
+
| PA Registration | Get Many |
|
|
52
|
+
| Pro Account Mandate | Get Many, List Migration Candidates, Send Mandate Request, Migrate to Pro Account |
|
|
53
|
+
| Product | Get, Get Many, Create, Update |
|
|
54
|
+
| Purchase Request | Get, Get Many, Import |
|
|
55
|
+
| Quote | Get, Get Many, Create, Update, Update Status, Convert to Invoice, Send by Email, List Invoice Line Sections, List Invoice Lines, List Appendices, Upload Appendix |
|
|
56
|
+
| SEPA Mandate | Get, Get Many, Create, Update, Delete |
|
|
57
|
+
| Supplier | Get, Get Many, Create, Update, List Categories, Categorize |
|
|
58
|
+
| Supplier Invoice | Get, Get Many, Import, Import E-Invoice, Update, Update Payment Status, Update E-Invoice Status, Categorize, Validate Accounting, Link Purchase Request, List Invoice Lines, List Payments, List Matched Transactions, List Categories |
|
|
59
|
+
| Trial Balance | Get |
|
|
60
|
+
|
|
61
|
+
"Get Many" operations that list a collection support Pennylane's cursor-based pagination (via **Return All** / **Limit**) and, where the API supports it, field-based **Filters**.
|
|
62
|
+
|
|
63
|
+
## Credentials
|
|
64
|
+
|
|
65
|
+
This node authenticates using a Pennylane API token (Bearer token).
|
|
66
|
+
|
|
67
|
+
1. Sign in to your Pennylane account.
|
|
68
|
+
2. Go to **Settings > Connectivity > Developers**.
|
|
69
|
+
3. Generate a **Company API token** (or a **Firm API token** if you manage multiple client companies, or an OAuth2 access token). See [Pennylane's guide to generating an API token](https://pennylane.readme.io/docs/generating-my-api-token) for details.
|
|
70
|
+
4. In n8n, create a new **Pennylane API** credential and paste the token into the **API Token** field.
|
|
71
|
+
|
|
72
|
+
The credential is verified by calling `GET /me` when you save it.
|
|
73
|
+
|
|
74
|
+
Each token is scoped to specific permissions (e.g. `customers:readonly`, `customer_invoices:all`) configured when you generate it in Pennylane — make sure the scopes you grant cover the resources/operations you intend to use in your workflow, otherwise Pennylane's API will return a 403.
|
|
75
|
+
|
|
76
|
+
## Compatibility
|
|
77
|
+
|
|
78
|
+
Built with `n8n-workflow` v2.x and the `@n8n/node-cli` toolchain. It targets current n8n releases; no legacy-API-version workarounds are used.
|
|
79
|
+
|
|
80
|
+
## Usage
|
|
81
|
+
|
|
82
|
+
- **Resource** and **Operation** dropdowns pick the Pennylane endpoint to call; the rest of the node's fields adapt to the selected operation.
|
|
83
|
+
- For "Get Many" operations, toggle **Return All** off and set a **Limit** to cap the number of results, or turn it on to page through all results automatically.
|
|
84
|
+
- Filterable list operations expose a **Filters** field where you can add one or more field/operator/value conditions. Not every operator is valid for every field — invalid combinations are rejected by Pennylane's API with a descriptive error.
|
|
85
|
+
- Operations that upload a file (e.g. File Attachment Upload, Customer Invoice Upload Appendix) read binary data from an input field — set **Input Binary Field** to the name of the binary property on the incoming item (e.g. from a preceding HTTP Request or Read Binary File node).
|
|
86
|
+
- If you're new to n8n, see the [Try it out](https://docs.n8n.io/try-it-out/) documentation to get started with workflows in general.
|
|
87
|
+
|
|
88
|
+
## Resources
|
|
89
|
+
|
|
90
|
+
- [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
|
|
91
|
+
- [Pennylane API v2 reference](https://pennylane.readme.io/reference)
|
|
92
|
+
- [Pennylane API guides](https://pennylane.readme.io/docs/api-overview)
|
|
93
|
+
|
|
94
|
+
## Version history
|
|
95
|
+
|
|
96
|
+
See [CHANGELOG.md](CHANGELOG.md) for the full version history.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, Icon, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class PennylaneApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
icon: Icon;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
properties: INodeProperties[];
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
|
+
test: ICredentialTestRequest;
|
|
10
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PennylaneApi = void 0;
|
|
4
|
+
class PennylaneApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'pennylaneApi';
|
|
7
|
+
this.displayName = 'Pennylane API';
|
|
8
|
+
this.icon = 'file:pennylane.png';
|
|
9
|
+
this.documentationUrl = 'https://pennylane.readme.io';
|
|
10
|
+
this.properties = [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'API Token',
|
|
13
|
+
name: 'apiToken',
|
|
14
|
+
type: 'string',
|
|
15
|
+
typeOptions: { password: true },
|
|
16
|
+
required: true,
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'Company API token, Firm API token, or OAuth2 access token. Generate it in Pennylane > Settings > Connectivity > Developers.',
|
|
19
|
+
},
|
|
20
|
+
];
|
|
21
|
+
this.authenticate = {
|
|
22
|
+
type: 'generic',
|
|
23
|
+
properties: {
|
|
24
|
+
headers: {
|
|
25
|
+
Authorization: '=Bearer {{$credentials.apiToken}}',
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
this.test = {
|
|
30
|
+
request: {
|
|
31
|
+
baseURL: 'https://app.pennylane.com/api/external/v2',
|
|
32
|
+
url: '/me',
|
|
33
|
+
method: 'GET',
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
exports.PennylaneApi = PennylaneApi;
|
|
39
|
+
//# sourceMappingURL=PennylaneApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PennylaneApi.credentials.js","sourceRoot":"","sources":["../../credentials/PennylaneApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QAEtB,gBAAW,GAAG,eAAe,CAAC;QAE9B,SAAI,GAAS,oBAAoB,CAAC;QAElC,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,QAAQ,EAAE,IAAI;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,6HAA6H;aAC9H;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,mCAAmC;iBAClD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2CAA2C;gBACpD,GAAG,EAAE,KAAK;gBACV,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAtCD,oCAsCC"}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Pennylane = void 0;
|
|
4
|
+
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
|
+
const analytical_general_ledger_export_1 = require("./resources/analytical-general-ledger-export");
|
|
6
|
+
const bank_account_1 = require("./resources/bank-account");
|
|
7
|
+
const bank_establishment_1 = require("./resources/bank-establishment");
|
|
8
|
+
const bank_transaction_1 = require("./resources/bank-transaction");
|
|
9
|
+
const billing_subscription_1 = require("./resources/billing-subscription");
|
|
10
|
+
const category_1 = require("./resources/category");
|
|
11
|
+
const category_group_1 = require("./resources/category-group");
|
|
12
|
+
const changelog_1 = require("./resources/changelog");
|
|
13
|
+
const commercial_document_1 = require("./resources/commercial-document");
|
|
14
|
+
const customer_1 = require("./resources/customer");
|
|
15
|
+
const customer_invoice_1 = require("./resources/customer-invoice");
|
|
16
|
+
const customer_invoice_template_1 = require("./resources/customer-invoice-template");
|
|
17
|
+
const fec_export_1 = require("./resources/fec-export");
|
|
18
|
+
const file_attachment_1 = require("./resources/file-attachment");
|
|
19
|
+
const fiscal_year_1 = require("./resources/fiscal-year");
|
|
20
|
+
const general_ledger_export_1 = require("./resources/general-ledger-export");
|
|
21
|
+
const gocardless_mandate_1 = require("./resources/gocardless-mandate");
|
|
22
|
+
const journal_1 = require("./resources/journal");
|
|
23
|
+
const ledger_account_1 = require("./resources/ledger-account");
|
|
24
|
+
const ledger_entry_1 = require("./resources/ledger-entry");
|
|
25
|
+
const ledger_entry_line_1 = require("./resources/ledger-entry-line");
|
|
26
|
+
const me_1 = require("./resources/me");
|
|
27
|
+
const pa_registration_1 = require("./resources/pa-registration");
|
|
28
|
+
const pro_account_mandate_1 = require("./resources/pro-account-mandate");
|
|
29
|
+
const product_1 = require("./resources/product");
|
|
30
|
+
const purchase_request_1 = require("./resources/purchase-request");
|
|
31
|
+
const quote_1 = require("./resources/quote");
|
|
32
|
+
const sepa_mandate_1 = require("./resources/sepa-mandate");
|
|
33
|
+
const supplier_1 = require("./resources/supplier");
|
|
34
|
+
const supplier_invoice_1 = require("./resources/supplier-invoice");
|
|
35
|
+
const trial_balance_1 = require("./resources/trial-balance");
|
|
36
|
+
class Pennylane {
|
|
37
|
+
constructor() {
|
|
38
|
+
this.description = {
|
|
39
|
+
displayName: 'Pennylane',
|
|
40
|
+
name: 'pennylane',
|
|
41
|
+
icon: { light: 'file:pennylane.png', dark: 'file:pennylane.dark.png' },
|
|
42
|
+
group: ['transform'],
|
|
43
|
+
version: 1,
|
|
44
|
+
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
|
45
|
+
description: 'Interact with the Pennylane API — customers, invoices, quotes, subscriptions, suppliers, ledger entries, bank transactions, and more.',
|
|
46
|
+
defaults: { name: 'Pennylane' },
|
|
47
|
+
usableAsTool: true,
|
|
48
|
+
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
49
|
+
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
50
|
+
credentials: [{ name: 'pennylaneApi', required: true }],
|
|
51
|
+
requestDefaults: {
|
|
52
|
+
baseURL: 'https://app.pennylane.com/api/external/v2',
|
|
53
|
+
headers: { Accept: 'application/json', 'Content-Type': 'application/json' },
|
|
54
|
+
},
|
|
55
|
+
properties: [
|
|
56
|
+
{ displayName: 'Resource', name: 'resource', type: 'options', noDataExpression: true, default: 'customerInvoice',
|
|
57
|
+
options: [
|
|
58
|
+
{ name: 'Analytical General Ledger Export', value: 'analyticalGeneralLedgerExport' },
|
|
59
|
+
{ name: 'Bank Account', value: 'bankAccount' },
|
|
60
|
+
{ name: 'Bank Establishment', value: 'bankEstablishment' },
|
|
61
|
+
{ name: 'Bank Transaction', value: 'bankTransaction' },
|
|
62
|
+
{ name: 'Billing Subscription', value: 'billingSubscription' },
|
|
63
|
+
{ name: 'Category', value: 'category' },
|
|
64
|
+
{ name: 'Category Group', value: 'categoryGroup' },
|
|
65
|
+
{ name: 'Changelog', value: 'changelog' },
|
|
66
|
+
{ name: 'Commercial Document', value: 'commercialDocument' },
|
|
67
|
+
{ name: 'Customer', value: 'customer' },
|
|
68
|
+
{ name: 'Customer Invoice', value: 'customerInvoice' },
|
|
69
|
+
{ name: 'Customer Invoice Template', value: 'customerInvoiceTemplate' },
|
|
70
|
+
{ name: 'FEC Export', value: 'fecExport' },
|
|
71
|
+
{ name: 'File Attachment', value: 'fileAttachment' },
|
|
72
|
+
{ name: 'Fiscal Year', value: 'fiscalYear' },
|
|
73
|
+
{ name: 'General Ledger Export', value: 'generalLedgerExport' },
|
|
74
|
+
{ name: 'GoCardless Mandate', value: 'gocardlessMandate' },
|
|
75
|
+
{ name: 'Journal', value: 'journal' },
|
|
76
|
+
{ name: 'Ledger Account', value: 'ledgerAccount' },
|
|
77
|
+
{ name: 'Ledger Entry', value: 'ledgerEntry' },
|
|
78
|
+
{ name: 'Ledger Entry Line', value: 'ledgerEntryLine' },
|
|
79
|
+
{ name: 'Me', value: 'me' },
|
|
80
|
+
{ name: 'PA Registration', value: 'paRegistration' },
|
|
81
|
+
{ name: 'Pro Account Mandate', value: 'proAccountMandate' },
|
|
82
|
+
{ name: 'Product', value: 'product' },
|
|
83
|
+
{ name: 'Purchase Request', value: 'purchaseRequest' },
|
|
84
|
+
{ name: 'Quote', value: 'quote' },
|
|
85
|
+
{ name: 'SEPA Mandate', value: 'sepaMandate' },
|
|
86
|
+
{ name: 'Supplier', value: 'supplier' },
|
|
87
|
+
{ name: 'Supplier Invoice', value: 'supplierInvoice' },
|
|
88
|
+
{ name: 'Trial Balance', value: 'trialBalance' },
|
|
89
|
+
] },
|
|
90
|
+
...analytical_general_ledger_export_1.analyticalGeneralLedgerExportDescription,
|
|
91
|
+
...bank_account_1.bankAccountDescription,
|
|
92
|
+
...bank_establishment_1.bankEstablishmentDescription,
|
|
93
|
+
...bank_transaction_1.bankTransactionDescription,
|
|
94
|
+
...billing_subscription_1.billingSubscriptionDescription,
|
|
95
|
+
...category_1.categoryDescription,
|
|
96
|
+
...category_group_1.categoryGroupDescription,
|
|
97
|
+
...changelog_1.changelogDescription,
|
|
98
|
+
...commercial_document_1.commercialDocumentDescription,
|
|
99
|
+
...customer_1.customerDescription,
|
|
100
|
+
...customer_invoice_1.customerInvoiceDescription,
|
|
101
|
+
...customer_invoice_template_1.customerInvoiceTemplateDescription,
|
|
102
|
+
...fec_export_1.fecExportDescription,
|
|
103
|
+
...file_attachment_1.fileAttachmentDescription,
|
|
104
|
+
...fiscal_year_1.fiscalYearDescription,
|
|
105
|
+
...general_ledger_export_1.generalLedgerExportDescription,
|
|
106
|
+
...gocardless_mandate_1.gocardlessMandateDescription,
|
|
107
|
+
...journal_1.journalDescription,
|
|
108
|
+
...ledger_account_1.ledgerAccountDescription,
|
|
109
|
+
...ledger_entry_1.ledgerEntryDescription,
|
|
110
|
+
...ledger_entry_line_1.ledgerEntryLineDescription,
|
|
111
|
+
...me_1.meDescription,
|
|
112
|
+
...pa_registration_1.paRegistrationDescription,
|
|
113
|
+
...pro_account_mandate_1.proAccountMandateDescription,
|
|
114
|
+
...product_1.productDescription,
|
|
115
|
+
...purchase_request_1.purchaseRequestDescription,
|
|
116
|
+
...quote_1.quoteDescription,
|
|
117
|
+
...sepa_mandate_1.sepaMandateDescription,
|
|
118
|
+
...supplier_1.supplierDescription,
|
|
119
|
+
...supplier_invoice_1.supplierInvoiceDescription,
|
|
120
|
+
...trial_balance_1.trialBalanceDescription,
|
|
121
|
+
],
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
exports.Pennylane = Pennylane;
|
|
126
|
+
//# sourceMappingURL=Pennylane.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pennylane.node.js","sourceRoot":"","sources":["../../../nodes/Pennylane/Pennylane.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node": "@delmalih/n8n-nodes-pennylane",
|
|
3
|
+
"nodeVersion": "1.0",
|
|
4
|
+
"codexVersion": "1.0",
|
|
5
|
+
"categories": ["Finance & Accounting"],
|
|
6
|
+
"resources": {
|
|
7
|
+
"credentialDocumentation": [{ "url": "https://pennylane.readme.io/docs/generating-my-api-token" }],
|
|
8
|
+
"primaryDocumentation": [{ "url": "https://github.com/delmalih/n8n-nodes-pennylane" }]
|
|
9
|
+
}
|
|
10
|
+
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.analyticalGeneralLedgerExportDescription = void 0;
|
|
4
|
+
exports.analyticalGeneralLedgerExportDescription = [
|
|
5
|
+
{
|
|
6
|
+
displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true,
|
|
7
|
+
displayOptions: { show: { resource: ['analyticalGeneralLedgerExport'] } },
|
|
8
|
+
options: [
|
|
9
|
+
{ name: 'Get', value: 'get', action: 'Get an export', description: 'Retrieve a generated Analytical General Ledger export by ID', routing: { request: { method: 'GET', url: '=/exports/analytical_general_ledgers/{{$parameter.exportId}}' } } },
|
|
10
|
+
{ name: 'Generate', value: 'create', action: 'Generate an export', description: 'Generate an Analytical General Ledger export file. May be asynchronous — poll with Get.', routing: { request: { method: 'POST', url: '/exports/analytical_general_ledgers', body: { period_start: '={{ $parameter.periodStart }}', period_end: '={{ $parameter.periodEnd }}', mode: '={{ $parameter.mode }}' } } } },
|
|
11
|
+
],
|
|
12
|
+
default: 'create',
|
|
13
|
+
},
|
|
14
|
+
{ displayName: 'Export ID', name: 'exportId', type: 'string', required: true, displayOptions: { show: { operation: ['get'], resource: ['analyticalGeneralLedgerExport'] } }, default: '', description: 'The ID of the Analytical General Ledger export to retrieve' },
|
|
15
|
+
{ displayName: 'Period Start', name: 'periodStart', type: 'string', required: true, displayOptions: { show: { operation: ['create'], resource: ['analyticalGeneralLedgerExport'] } }, default: '', description: 'Start date of the export period (YYYY-MM-DD)', placeholder: '2026-01-01' },
|
|
16
|
+
{ displayName: 'Period End', name: 'periodEnd', type: 'string', required: true, displayOptions: { show: { operation: ['create'], resource: ['analyticalGeneralLedgerExport'] } }, default: '', description: 'End date of the export period (YYYY-MM-DD)', placeholder: '2026-12-31' },
|
|
17
|
+
{
|
|
18
|
+
displayName: 'Mode', name: 'mode', type: 'options', displayOptions: { show: { operation: ['create'], resource: ['analyticalGeneralLedgerExport'] } },
|
|
19
|
+
options: [
|
|
20
|
+
{ name: 'In Line', value: 'in_line' },
|
|
21
|
+
{ name: 'In Column', value: 'in_column' },
|
|
22
|
+
],
|
|
23
|
+
default: 'in_line',
|
|
24
|
+
description: 'The layout of the export. The export can be in lines or in columns.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/analytical-general-ledger-export/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,wCAAwC,GAAsB;IAC1E;QACC,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,gBAAgB,EAAE,IAAI;QACpF,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE,EAAE;QACzE,OAAO,EAAE;YACR,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,6DAA6D,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,8DAA8D,EAAE,EAAE,EAAE;YAChP,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,EAAE,oBAAoB,EAAE,WAAW,EAAE,yFAAyF,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,qCAAqC,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,+BAA+B,EAAE,UAAU,EAAE,6BAA6B,EAAE,IAAI,EAAE,wBAAwB,EAAE,EAAE,EAAE,EAAE;SACrY;QACD,OAAO,EAAE,QAAQ;KACjB;IACD,EAAE,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,4DAA4D,EAAE;IACrQ,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,aAAa,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,8CAA8C,EAAE,WAAW,EAAE,YAAY,EAAE;IAC3R,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,4CAA4C,EAAE,WAAW,EAAE,YAAY,EAAE;IACrR;QACC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,+BAA+B,CAAC,EAAE,EAAE;QACpJ,OAAO,EAAE;YACR,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;SACzC;QACD,OAAO,EAAE,SAAS;QAClB,WAAW,EAAE,qEAAqE;KAClF;CACD,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bankAccountCreateDescription = void 0;
|
|
4
|
+
const showForBankAccountCreate = {
|
|
5
|
+
operation: ['create'],
|
|
6
|
+
resource: ['bankAccount'],
|
|
7
|
+
};
|
|
8
|
+
exports.bankAccountCreateDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Name',
|
|
11
|
+
name: 'name',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
default: '',
|
|
15
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
16
|
+
description: 'The account label',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
displayName: 'Bank Establishment ID',
|
|
20
|
+
name: 'bankEstablishmentId',
|
|
21
|
+
type: 'string',
|
|
22
|
+
default: '',
|
|
23
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
24
|
+
description: 'ID of the bank establishment (see the Bank Establishment resource\'s "Get Many" operation). Defaults to "Other" if left empty.',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
displayName: 'IBAN',
|
|
28
|
+
name: 'iban',
|
|
29
|
+
type: 'string',
|
|
30
|
+
default: '',
|
|
31
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
32
|
+
description: 'International Bank Account Number',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'BIC',
|
|
36
|
+
name: 'bic',
|
|
37
|
+
type: 'string',
|
|
38
|
+
default: '',
|
|
39
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
40
|
+
description: 'Bank Identifier Code',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
displayName: 'Currency',
|
|
44
|
+
name: 'currency',
|
|
45
|
+
type: 'string',
|
|
46
|
+
default: '',
|
|
47
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
48
|
+
description: 'ISO currency code (e.g. EUR, USD, GBP). Defaults to EUR if left empty.',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
displayName: 'Account Type',
|
|
52
|
+
name: 'accountType',
|
|
53
|
+
type: 'options',
|
|
54
|
+
default: '',
|
|
55
|
+
displayOptions: { show: showForBankAccountCreate },
|
|
56
|
+
description: 'The type of bank account',
|
|
57
|
+
options: [
|
|
58
|
+
{ name: '- Not Set -', value: '' },
|
|
59
|
+
{ name: 'Card', value: 'card' },
|
|
60
|
+
{ name: 'Checking', value: 'checking' },
|
|
61
|
+
{ name: 'Current', value: 'current' },
|
|
62
|
+
{ name: 'Life Insurance', value: 'life_insurance' },
|
|
63
|
+
{ name: 'Loan', value: 'loan' },
|
|
64
|
+
{ name: 'Other', value: 'other' },
|
|
65
|
+
{ name: 'Savings', value: 'savings' },
|
|
66
|
+
{ name: 'Shares', value: 'shares' },
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
];
|
|
70
|
+
//# sourceMappingURL=create.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/bank-account/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,wBAAwB,GAAG;IAChC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,aAAa,CAAC;CACzB,CAAC;AAEW,QAAA,4BAA4B,GAAsB;IAC9D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,mBAAmB;KAChC;IACD;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EACV,gIAAgI;KACjI;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,mCAAmC;KAChD;IACD;QACC,WAAW,EAAE,KAAK;QAClB,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,sBAAsB;KACnC;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,wEAAwE;KACrF;IACD;QACC,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,0BAA0B;QACvC,OAAO,EAAE;YACR,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,EAAE,EAAE;YAClC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAC/B,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;YACvC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,gBAAgB,EAAE;YACnD,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAC/B,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;YACjC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAE;SACnC;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bankAccountGetDescription = void 0;
|
|
4
|
+
exports.bankAccountGetDescription = [
|
|
5
|
+
{
|
|
6
|
+
displayName: 'Bank Account ID',
|
|
7
|
+
name: 'bankAccountId',
|
|
8
|
+
type: 'string',
|
|
9
|
+
required: true,
|
|
10
|
+
displayOptions: { show: { operation: ['get'], resource: ['bankAccount'] } },
|
|
11
|
+
default: '',
|
|
12
|
+
description: 'The ID of the bank account to retrieve',
|
|
13
|
+
},
|
|
14
|
+
];
|
|
15
|
+
//# sourceMappingURL=get.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/bank-account/get.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,eAAe;QACrB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC,aAAa,CAAC,EAAE,EAAE;QAC3E,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,wCAAwC;KACrD;CACD,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bankAccountGetAllDescription = void 0;
|
|
4
|
+
const showForBankAccountGetAll = {
|
|
5
|
+
operation: ['getAll'],
|
|
6
|
+
resource: ['bankAccount'],
|
|
7
|
+
};
|
|
8
|
+
exports.bankAccountGetAllDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Return All',
|
|
11
|
+
name: 'returnAll',
|
|
12
|
+
type: 'boolean',
|
|
13
|
+
default: false,
|
|
14
|
+
displayOptions: { show: showForBankAccountGetAll },
|
|
15
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
16
|
+
routing: {
|
|
17
|
+
send: {
|
|
18
|
+
paginate: '={{ $value }}',
|
|
19
|
+
},
|
|
20
|
+
operations: {
|
|
21
|
+
pagination: {
|
|
22
|
+
type: 'generic',
|
|
23
|
+
properties: {
|
|
24
|
+
continue: '={{ $response.body.has_more }}',
|
|
25
|
+
request: {
|
|
26
|
+
qs: {
|
|
27
|
+
cursor: '={{ $response.body.next_cursor }}',
|
|
28
|
+
},
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
displayName: 'Limit',
|
|
37
|
+
name: 'limit',
|
|
38
|
+
type: 'number',
|
|
39
|
+
typeOptions: { minValue: 1, maxValue: 100 },
|
|
40
|
+
default: 50,
|
|
41
|
+
displayOptions: { show: { ...showForBankAccountGetAll, returnAll: [false] } },
|
|
42
|
+
description: 'Max number of results to return',
|
|
43
|
+
routing: {
|
|
44
|
+
send: {
|
|
45
|
+
type: 'query',
|
|
46
|
+
property: 'limit',
|
|
47
|
+
},
|
|
48
|
+
output: {
|
|
49
|
+
maxResults: '={{$value}}',
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
];
|
|
54
|
+
//# sourceMappingURL=getAll.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/bank-account/getAll.ts"],"names":[],"mappings":";;;AAKA,MAAM,wBAAwB,GAAG;IAChC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,aAAa,CAAC;CACzB,CAAC;AAEW,QAAA,4BAA4B,GAAsB;IAC9D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,KAAK;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,wBAAwB,EAAE;QAClD,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;aACzB;YACD,UAAU,EAAE;gBACX,UAAU,EAAE;oBACX,IAAI,EAAE,SAAS;oBACf,UAAU,EAAE;wBACX,QAAQ,EAAE,gCAAgC;wBAC1C,OAAO,EAAE;4BACR,EAAE,EAAE;gCACH,MAAM,EAAE,mCAAmC;6BAC3C;yBACD;qBACD;iBACD;aACD;SACD;KACD;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE;QAC3C,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,wBAAwB,EAAE,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,EAAE;QAC7E,WAAW,EAAE,iCAAiC;QAC9C,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,OAAO;aACjB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;KACD;CACD,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bankAccountDescription = void 0;
|
|
4
|
+
const get_1 = require("./get");
|
|
5
|
+
const getAll_1 = require("./getAll");
|
|
6
|
+
const create_1 = require("./create");
|
|
7
|
+
const showOnlyForBankAccounts = { resource: ['bankAccount'] };
|
|
8
|
+
exports.bankAccountDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: 'Operation',
|
|
11
|
+
name: 'operation',
|
|
12
|
+
type: 'options',
|
|
13
|
+
noDataExpression: true,
|
|
14
|
+
displayOptions: { show: showOnlyForBankAccounts },
|
|
15
|
+
options: [
|
|
16
|
+
{
|
|
17
|
+
name: 'Get',
|
|
18
|
+
value: 'get',
|
|
19
|
+
action: 'Get a bank account',
|
|
20
|
+
description: 'Retrieve a single bank account by ID',
|
|
21
|
+
routing: {
|
|
22
|
+
request: { method: 'GET', url: '=/bank_accounts/{{$parameter.bankAccountId}}' },
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
name: 'Get Many',
|
|
27
|
+
value: 'getAll',
|
|
28
|
+
action: 'Get bank accounts',
|
|
29
|
+
description: 'Retrieve a list of bank accounts',
|
|
30
|
+
routing: { request: { method: 'GET', url: '/bank_accounts' } },
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
name: 'Create',
|
|
34
|
+
value: 'create',
|
|
35
|
+
action: 'Create a bank account',
|
|
36
|
+
description: 'Create a new bank account',
|
|
37
|
+
routing: {
|
|
38
|
+
request: {
|
|
39
|
+
method: 'POST',
|
|
40
|
+
url: '/bank_accounts',
|
|
41
|
+
body: {
|
|
42
|
+
name: '={{$parameter.name}}',
|
|
43
|
+
bank_establishment_id: '={{ $parameter.bankEstablishmentId ? parseInt($parameter.bankEstablishmentId, 10) : undefined }}',
|
|
44
|
+
iban: '={{ $parameter.iban ? $parameter.iban : undefined }}',
|
|
45
|
+
bic: '={{ $parameter.bic ? $parameter.bic : undefined }}',
|
|
46
|
+
currency: '={{ $parameter.currency ? $parameter.currency : undefined }}',
|
|
47
|
+
account_type: '={{ $parameter.accountType ? $parameter.accountType : undefined }}',
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
default: 'getAll',
|
|
54
|
+
},
|
|
55
|
+
...get_1.bankAccountGetDescription,
|
|
56
|
+
...getAll_1.bankAccountGetAllDescription,
|
|
57
|
+
...create_1.bankAccountCreateDescription,
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/bank-account/index.ts"],"names":[],"mappings":";;;AACA,+BAAkD;AAClD,qCAAwD;AACxD,qCAAwD;AAExD,MAAM,uBAAuB,GAAG,EAAE,QAAQ,EAAE,CAAC,aAAa,CAAC,EAAE,CAAC;AAEjD,QAAA,sBAAsB,GAAsB;IACxD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE,EAAE,IAAI,EAAE,uBAAuB,EAAE;QACjD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,sCAAsC;gBACnD,OAAO,EAAE;oBACR,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,8CAA8C,EAAE;iBAC/E;aACD;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,mBAAmB;gBAC3B,WAAW,EAAE,kCAAkC;gBAC/C,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,gBAAgB,EAAE,EAAE;aAC9D;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,uBAAuB;gBAC/B,WAAW,EAAE,2BAA2B;gBACxC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,gBAAgB;wBACrB,IAAI,EAAE;4BACL,IAAI,EAAE,sBAAsB;4BAC5B,qBAAqB,EACpB,kGAAkG;4BACnG,IAAI,EAAE,sDAAsD;4BAC5D,GAAG,EAAE,oDAAoD;4BACzD,QAAQ,EAAE,8DAA8D;4BACxE,YAAY,EAAE,oEAAoE;yBAClF;qBACD;iBACD;aACD;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD,GAAG,+BAAyB;IAC5B,GAAG,qCAA4B;IAC/B,GAAG,qCAA4B;CAC/B,CAAC"}
|