@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
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerInvoiceSendToPADescription = void 0;
|
|
4
|
+
const showForCustomerInvoiceSendToPA = { operation: ['sendToPA'], resource: ['customerInvoice'] };
|
|
5
|
+
exports.customerInvoiceSendToPADescription = [
|
|
6
|
+
{
|
|
7
|
+
displayName: 'Invoice ID',
|
|
8
|
+
name: 'invoiceId',
|
|
9
|
+
type: 'string',
|
|
10
|
+
required: true,
|
|
11
|
+
default: '',
|
|
12
|
+
displayOptions: { show: showForCustomerInvoiceSendToPA },
|
|
13
|
+
description: 'The ID of the customer e-invoice to send to the Partner Dematerialization Platform (PA)',
|
|
14
|
+
},
|
|
15
|
+
];
|
|
16
|
+
//# sourceMappingURL=sendToPA.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendToPA.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/sendToPA.ts"],"names":[],"mappings":";;;AAEA,MAAM,8BAA8B,GAAG,EAAE,SAAS,EAAE,CAAC,UAAU,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAErF,QAAA,kCAAkC,GAAsB;IACpE;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,8BAA8B,EAAE;QACxD,WAAW,EAAE,yFAAyF;KACtG;CACD,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerInvoiceSubListsDescription = void 0;
|
|
4
|
+
const CUSTOMER_INVOICE_SUB_LIST_OPERATIONS = [
|
|
5
|
+
'getInvoiceLineSections',
|
|
6
|
+
'getInvoiceLines',
|
|
7
|
+
'getPayments',
|
|
8
|
+
'getMatchedTransactions',
|
|
9
|
+
'getAppendices',
|
|
10
|
+
'getCategories',
|
|
11
|
+
'getCustomHeaderFields',
|
|
12
|
+
];
|
|
13
|
+
function buildSubListFields(operation) {
|
|
14
|
+
const show = { operation: [operation], resource: ['customerInvoice'] };
|
|
15
|
+
return [
|
|
16
|
+
{
|
|
17
|
+
displayName: 'Invoice ID',
|
|
18
|
+
name: 'invoiceId',
|
|
19
|
+
type: 'string',
|
|
20
|
+
required: true,
|
|
21
|
+
default: '',
|
|
22
|
+
displayOptions: { show },
|
|
23
|
+
description: 'The ID of the customer invoice',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
displayName: 'Return All',
|
|
27
|
+
name: 'returnAll',
|
|
28
|
+
type: 'boolean',
|
|
29
|
+
default: false,
|
|
30
|
+
displayOptions: { show },
|
|
31
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
32
|
+
routing: {
|
|
33
|
+
send: {
|
|
34
|
+
paginate: '={{ $value }}',
|
|
35
|
+
},
|
|
36
|
+
operations: {
|
|
37
|
+
pagination: {
|
|
38
|
+
type: 'generic',
|
|
39
|
+
properties: {
|
|
40
|
+
continue: '={{ $response.body.has_more }}',
|
|
41
|
+
request: {
|
|
42
|
+
qs: {
|
|
43
|
+
cursor: '={{ $response.body.next_cursor }}',
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
displayName: 'Limit',
|
|
53
|
+
name: 'limit',
|
|
54
|
+
type: 'number',
|
|
55
|
+
typeOptions: { minValue: 1, maxValue: 100 },
|
|
56
|
+
default: 50,
|
|
57
|
+
displayOptions: { show: { ...show, returnAll: [false] } },
|
|
58
|
+
description: 'Max number of results to return',
|
|
59
|
+
routing: {
|
|
60
|
+
send: {
|
|
61
|
+
type: 'query',
|
|
62
|
+
property: 'limit',
|
|
63
|
+
},
|
|
64
|
+
output: {
|
|
65
|
+
maxResults: '={{$value}}',
|
|
66
|
+
},
|
|
67
|
+
},
|
|
68
|
+
},
|
|
69
|
+
];
|
|
70
|
+
}
|
|
71
|
+
exports.customerInvoiceSubListsDescription = CUSTOMER_INVOICE_SUB_LIST_OPERATIONS.flatMap(buildSubListFields);
|
|
72
|
+
//# sourceMappingURL=subLists.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subLists.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/subLists.ts"],"names":[],"mappings":";;;AAMA,MAAM,oCAAoC,GAAG;IAC5C,wBAAwB;IACxB,iBAAiB;IACjB,aAAa;IACb,wBAAwB;IACxB,eAAe;IACf,eAAe;IACf,uBAAuB;CACd,CAAC;AAEX,SAAS,kBAAkB,CAAC,SAAiB;IAC5C,MAAM,IAAI,GAAG,EAAE,SAAS,EAAE,CAAC,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;IAEvE,OAAO;QACN;YACC,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,EAAE;YACX,cAAc,EAAE,EAAE,IAAI,EAAE;YACxB,WAAW,EAAE,gCAAgC;SAC7C;QACD;YACC,WAAW,EAAE,YAAY;YACzB,IAAI,EAAE,WAAW;YACjB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,KAAK;YACd,cAAc,EAAE,EAAE,IAAI,EAAE;YACxB,WAAW,EAAE,2DAA2D;YACxE,OAAO,EAAE;gBACR,IAAI,EAAE;oBACL,QAAQ,EAAE,eAAe;iBACzB;gBACD,UAAU,EAAE;oBACX,UAAU,EAAE;wBACX,IAAI,EAAE,SAAS;wBACf,UAAU,EAAE;4BACX,QAAQ,EAAE,gCAAgC;4BAC1C,OAAO,EAAE;gCACR,EAAE,EAAE;oCACH,MAAM,EAAE,mCAAmC;iCAC3C;6BACD;yBACD;qBACD;iBACD;aACD;SACD;QACD;YACC,WAAW,EAAE,OAAO;YACpB,IAAI,EAAE,OAAO;YACb,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,GAAG,EAAE;YAC3C,OAAO,EAAE,EAAE;YACX,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,GAAG,IAAI,EAAE,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,EAAE;YACzD,WAAW,EAAE,iCAAiC;YAC9C,OAAO,EAAE;gBACR,IAAI,EAAE;oBACL,IAAI,EAAE,OAAO;oBACb,QAAQ,EAAE,OAAO;iBACjB;gBACD,MAAM,EAAE;oBACP,UAAU,EAAE,aAAa;iBACzB;aACD;SACD;KACD,CAAC;AACH,CAAC;AAEY,QAAA,kCAAkC,GAAsB,oCAAoC,CAAC,OAAO,CAChH,kBAAkB,CAClB,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteSingleFunctions, IHttpRequestOptions, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare function applyCustomerInvoiceUpdatePreSend(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
|
|
3
|
+
export declare const customerInvoiceUpdateDescription: INodeProperties[];
|
|
@@ -0,0 +1,450 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customerInvoiceUpdateDescription = void 0;
|
|
4
|
+
exports.applyCustomerInvoiceUpdatePreSend = applyCustomerInvoiceUpdatePreSend;
|
|
5
|
+
const showForCustomerInvoiceUpdate = { operation: ['update'], resource: ['customerInvoice'] };
|
|
6
|
+
const showForCustomerInvoiceUpdateDraft = { operation: ['update'], resource: ['customerInvoice'], invoiceState: ['draft'] };
|
|
7
|
+
const showForCustomerInvoiceUpdateFinalized = { operation: ['update'], resource: ['customerInvoice'], invoiceState: ['finalized'] };
|
|
8
|
+
async function applyCustomerInvoiceUpdatePreSend(requestOptions) {
|
|
9
|
+
const invoiceState = this.getNodeParameter('invoiceState', 'draft');
|
|
10
|
+
const label = this.getNodeParameter('label', '');
|
|
11
|
+
const externalReference = this.getNodeParameter('externalReference', '');
|
|
12
|
+
const body = {};
|
|
13
|
+
if (label)
|
|
14
|
+
body.label = label;
|
|
15
|
+
if (externalReference)
|
|
16
|
+
body.external_reference = externalReference;
|
|
17
|
+
if (invoiceState === 'draft') {
|
|
18
|
+
const customerId = this.getNodeParameter('customerId', '');
|
|
19
|
+
const date = this.getNodeParameter('date', '');
|
|
20
|
+
const deadline = this.getNodeParameter('deadline', '');
|
|
21
|
+
const templateId = this.getNodeParameter('customerInvoiceTemplateId', '');
|
|
22
|
+
const currency = this.getNodeParameter('currency', '');
|
|
23
|
+
const specialMention = this.getNodeParameter('specialMention', '');
|
|
24
|
+
const pdfFreeText = this.getNodeParameter('pdfInvoiceFreeText', '');
|
|
25
|
+
const pdfSubject = this.getNodeParameter('pdfInvoiceSubject', '');
|
|
26
|
+
const pdfDescription = this.getNodeParameter('pdfDescription', '');
|
|
27
|
+
const language = this.getNodeParameter('language', '');
|
|
28
|
+
const discountType = this.getNodeParameter('discountType', '');
|
|
29
|
+
const discountValue = this.getNodeParameter('discountValue', '');
|
|
30
|
+
if (customerId)
|
|
31
|
+
body.customer_id = customerId;
|
|
32
|
+
if (date)
|
|
33
|
+
body.date = date;
|
|
34
|
+
if (deadline)
|
|
35
|
+
body.deadline = deadline;
|
|
36
|
+
if (templateId)
|
|
37
|
+
body.customer_invoice_template_id = templateId;
|
|
38
|
+
if (currency)
|
|
39
|
+
body.currency = currency;
|
|
40
|
+
if (specialMention)
|
|
41
|
+
body.special_mention = specialMention;
|
|
42
|
+
if (pdfFreeText)
|
|
43
|
+
body.pdf_invoice_free_text = pdfFreeText;
|
|
44
|
+
if (pdfSubject)
|
|
45
|
+
body.pdf_invoice_subject = pdfSubject;
|
|
46
|
+
if (pdfDescription)
|
|
47
|
+
body.pdf_description = pdfDescription;
|
|
48
|
+
if (language)
|
|
49
|
+
body.language = language;
|
|
50
|
+
if (discountType)
|
|
51
|
+
body.discount = { type: discountType, value: discountValue || undefined };
|
|
52
|
+
const createLines = this.getNodeParameter('linesToCreate.line', []);
|
|
53
|
+
const updateLines = this.getNodeParameter('linesToUpdate.line', []);
|
|
54
|
+
const deleteIds = this.getNodeParameter('lineIdsToDelete', '');
|
|
55
|
+
const invoiceLines = {};
|
|
56
|
+
if (Array.isArray(createLines) && createLines.length > 0) {
|
|
57
|
+
invoiceLines.create = createLines.map((line) => ({
|
|
58
|
+
label: line.label || undefined,
|
|
59
|
+
ledger_account_id: line.ledgerAccountId ? parseInt(line.ledgerAccountId, 10) : undefined,
|
|
60
|
+
product_id: line.productId ? parseInt(line.productId, 10) : undefined,
|
|
61
|
+
quantity: line.quantity,
|
|
62
|
+
unit: line.unit,
|
|
63
|
+
raw_currency_unit_price: line.unitPrice,
|
|
64
|
+
vat_rate: line.vatRate,
|
|
65
|
+
}));
|
|
66
|
+
}
|
|
67
|
+
if (Array.isArray(updateLines) && updateLines.length > 0) {
|
|
68
|
+
invoiceLines.update = updateLines.map((line) => ({
|
|
69
|
+
id: parseInt(line.lineId, 10),
|
|
70
|
+
label: line.label || undefined,
|
|
71
|
+
ledger_account_id: line.ledgerAccountId ? parseInt(line.ledgerAccountId, 10) : undefined,
|
|
72
|
+
product_id: line.productId ? parseInt(line.productId, 10) : undefined,
|
|
73
|
+
quantity: line.quantity || undefined,
|
|
74
|
+
unit: line.unit || undefined,
|
|
75
|
+
raw_currency_unit_price: line.unitPrice || undefined,
|
|
76
|
+
vat_rate: line.vatRate || undefined,
|
|
77
|
+
}));
|
|
78
|
+
}
|
|
79
|
+
if (deleteIds) {
|
|
80
|
+
invoiceLines.delete = deleteIds
|
|
81
|
+
.split(',')
|
|
82
|
+
.map((id) => id.trim())
|
|
83
|
+
.filter((id) => id.length > 0)
|
|
84
|
+
.map((id) => ({ id: parseInt(id, 10) }));
|
|
85
|
+
}
|
|
86
|
+
if (Object.keys(invoiceLines).length > 0)
|
|
87
|
+
body.invoice_lines = invoiceLines;
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
const bankingProvider = this.getNodeParameter('bankingProvider', '');
|
|
91
|
+
const providerFieldName = this.getNodeParameter('providerFieldName', '');
|
|
92
|
+
const providerFieldValue = this.getNodeParameter('providerFieldValue', '');
|
|
93
|
+
if (bankingProvider && providerFieldName && providerFieldValue) {
|
|
94
|
+
body.transaction_reference = {
|
|
95
|
+
banking_provider: bankingProvider,
|
|
96
|
+
provider_field_name: providerFieldName,
|
|
97
|
+
provider_field_value: providerFieldValue,
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
const imputationLines = this.getNodeParameter('linesToUpdateImputationDates.line', []);
|
|
101
|
+
if (Array.isArray(imputationLines) && imputationLines.length > 0) {
|
|
102
|
+
body.invoice_lines = {
|
|
103
|
+
update: imputationLines.map((line) => ({
|
|
104
|
+
id: parseInt(line.lineId, 10),
|
|
105
|
+
imputation_dates: {
|
|
106
|
+
start_date: line.startDate || undefined,
|
|
107
|
+
end_date: line.endDate || undefined,
|
|
108
|
+
},
|
|
109
|
+
})),
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
requestOptions.body = body;
|
|
114
|
+
return requestOptions;
|
|
115
|
+
}
|
|
116
|
+
exports.customerInvoiceUpdateDescription = [
|
|
117
|
+
{
|
|
118
|
+
displayName: 'Invoice ID',
|
|
119
|
+
name: 'invoiceId',
|
|
120
|
+
type: 'string',
|
|
121
|
+
required: true,
|
|
122
|
+
default: '',
|
|
123
|
+
displayOptions: { show: showForCustomerInvoiceUpdate },
|
|
124
|
+
description: 'The ID of the customer invoice to update',
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
displayName: 'Invoice State',
|
|
128
|
+
name: 'invoiceState',
|
|
129
|
+
type: 'options',
|
|
130
|
+
required: true,
|
|
131
|
+
default: 'draft',
|
|
132
|
+
displayOptions: { show: showForCustomerInvoiceUpdate },
|
|
133
|
+
description: 'Whether the invoice being updated is still a draft or has been finalized. The API validates the update body against a different schema for each state — only fill in the fields relevant to the current state.',
|
|
134
|
+
options: [
|
|
135
|
+
{ name: 'Draft', value: 'draft' },
|
|
136
|
+
{ name: 'Finalized', value: 'finalized' },
|
|
137
|
+
],
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
displayName: 'Label',
|
|
141
|
+
name: 'label',
|
|
142
|
+
type: 'string',
|
|
143
|
+
default: '',
|
|
144
|
+
displayOptions: { show: showForCustomerInvoiceUpdate },
|
|
145
|
+
description: 'Custom accounting label (max 2000 chars). Valid for both draft and finalized invoices.',
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
displayName: 'External Reference',
|
|
149
|
+
name: 'externalReference',
|
|
150
|
+
type: 'string',
|
|
151
|
+
default: '',
|
|
152
|
+
displayOptions: { show: showForCustomerInvoiceUpdate },
|
|
153
|
+
description: 'Your external reference for this invoice. Valid for both draft and finalized invoices.',
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
displayName: 'Customer ID',
|
|
157
|
+
name: 'customerId',
|
|
158
|
+
type: 'string',
|
|
159
|
+
default: '',
|
|
160
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
161
|
+
description: 'The ID of the customer to invoice',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
displayName: 'Date',
|
|
165
|
+
name: 'date',
|
|
166
|
+
type: 'string',
|
|
167
|
+
default: '',
|
|
168
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
169
|
+
description: 'Invoice date (ISO 8601)',
|
|
170
|
+
placeholder: '2026-07-07',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
displayName: 'Deadline',
|
|
174
|
+
name: 'deadline',
|
|
175
|
+
type: 'string',
|
|
176
|
+
default: '',
|
|
177
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
178
|
+
description: 'Payment deadline date (ISO 8601)',
|
|
179
|
+
placeholder: '2026-08-06',
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
displayName: 'Customer Invoice Template ID',
|
|
183
|
+
name: 'customerInvoiceTemplateId',
|
|
184
|
+
type: 'string',
|
|
185
|
+
default: '',
|
|
186
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
187
|
+
description: 'The ID of the invoice template to use',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
displayName: 'Currency',
|
|
191
|
+
name: 'currency',
|
|
192
|
+
type: 'string',
|
|
193
|
+
default: '',
|
|
194
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
195
|
+
description: 'ISO 4217 currency code (defaults to EUR)',
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
displayName: 'Language',
|
|
199
|
+
name: 'language',
|
|
200
|
+
type: 'options',
|
|
201
|
+
default: 'fr_FR',
|
|
202
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
203
|
+
description: 'The language of the invoice PDF',
|
|
204
|
+
options: [
|
|
205
|
+
{ name: 'French (FR)', value: 'fr_FR' },
|
|
206
|
+
{ name: 'English (GB)', value: 'en_GB' },
|
|
207
|
+
{ name: 'German (DE)', value: 'de_DE' },
|
|
208
|
+
],
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
displayName: 'PDF Free Text',
|
|
212
|
+
name: 'pdfInvoiceFreeText',
|
|
213
|
+
type: 'string',
|
|
214
|
+
default: '',
|
|
215
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
216
|
+
description: 'Free text to include on the PDF invoice',
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
displayName: 'PDF Subject',
|
|
220
|
+
name: 'pdfInvoiceSubject',
|
|
221
|
+
type: 'string',
|
|
222
|
+
default: '',
|
|
223
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
224
|
+
description: 'Subject line to include on the PDF invoice',
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
displayName: 'PDF Description',
|
|
228
|
+
name: 'pdfDescription',
|
|
229
|
+
type: 'string',
|
|
230
|
+
default: '',
|
|
231
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
232
|
+
description: 'Description text to include on the PDF invoice (max 5000 chars)',
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
displayName: 'Special Mention',
|
|
236
|
+
name: 'specialMention',
|
|
237
|
+
type: 'string',
|
|
238
|
+
default: '',
|
|
239
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
240
|
+
description: 'Special legal mention to include on the invoice (max 20000 chars)',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
displayName: 'Discount Type',
|
|
244
|
+
name: 'discountType',
|
|
245
|
+
type: 'options',
|
|
246
|
+
default: '',
|
|
247
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
248
|
+
description: 'Type of invoice-level discount to apply. Leave as-is to not change the discount.',
|
|
249
|
+
options: [
|
|
250
|
+
{ name: 'None', value: '' },
|
|
251
|
+
{ name: 'Absolute', value: 'absolute' },
|
|
252
|
+
{ name: 'Relative', value: 'relative' },
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
displayName: 'Discount Value',
|
|
257
|
+
name: 'discountValue',
|
|
258
|
+
type: 'string',
|
|
259
|
+
default: '',
|
|
260
|
+
displayOptions: { show: { ...showForCustomerInvoiceUpdateDraft, discountType: ['absolute', 'relative'] } },
|
|
261
|
+
description: 'The discount value (an amount for "Absolute", a percentage for "Relative")',
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
displayName: 'Lines to Create',
|
|
265
|
+
name: 'linesToCreate',
|
|
266
|
+
type: 'fixedCollection',
|
|
267
|
+
default: {},
|
|
268
|
+
typeOptions: { multipleValues: true },
|
|
269
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
270
|
+
description: 'New invoice lines to add to the invoice',
|
|
271
|
+
options: [{
|
|
272
|
+
name: 'line',
|
|
273
|
+
displayName: 'Invoice Line',
|
|
274
|
+
values: [
|
|
275
|
+
{
|
|
276
|
+
displayName: 'Label',
|
|
277
|
+
name: 'label',
|
|
278
|
+
type: 'string',
|
|
279
|
+
default: '',
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
displayName: 'Ledger Account ID',
|
|
283
|
+
name: 'ledgerAccountId',
|
|
284
|
+
type: 'string',
|
|
285
|
+
default: '',
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
displayName: 'Product ID',
|
|
289
|
+
name: 'productId',
|
|
290
|
+
type: 'string',
|
|
291
|
+
default: '',
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
displayName: 'Quantity',
|
|
295
|
+
name: 'quantity',
|
|
296
|
+
type: 'number',
|
|
297
|
+
default: 1
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
displayName: 'Unit',
|
|
301
|
+
name: 'unit',
|
|
302
|
+
type: 'string',
|
|
303
|
+
default: 'piece',
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
displayName: 'Unit Price (Excl. Tax)',
|
|
307
|
+
name: 'unitPrice',
|
|
308
|
+
type: 'string',
|
|
309
|
+
default: '',
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
displayName: 'VAT Rate',
|
|
313
|
+
name: 'vatRate',
|
|
314
|
+
type: 'string',
|
|
315
|
+
default: 'FR_200',
|
|
316
|
+
},
|
|
317
|
+
],
|
|
318
|
+
}],
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
displayName: 'Lines to Update',
|
|
322
|
+
name: 'linesToUpdate',
|
|
323
|
+
type: 'fixedCollection',
|
|
324
|
+
default: {},
|
|
325
|
+
typeOptions: { multipleValues: true },
|
|
326
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
327
|
+
description: 'Existing invoice lines to modify',
|
|
328
|
+
options: [{
|
|
329
|
+
name: 'line',
|
|
330
|
+
displayName: 'Invoice Line',
|
|
331
|
+
values: [
|
|
332
|
+
{
|
|
333
|
+
displayName: 'Label',
|
|
334
|
+
name: 'label',
|
|
335
|
+
type: 'string',
|
|
336
|
+
default: '',
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
displayName: 'Ledger Account ID',
|
|
340
|
+
name: 'ledgerAccountId',
|
|
341
|
+
type: 'string',
|
|
342
|
+
default: '',
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
displayName: 'Line ID',
|
|
346
|
+
name: 'lineId',
|
|
347
|
+
type: 'string',
|
|
348
|
+
required: true,
|
|
349
|
+
default: '',
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
displayName: 'Product ID',
|
|
353
|
+
name: 'productId',
|
|
354
|
+
type: 'string',
|
|
355
|
+
default: '',
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
displayName: 'Quantity',
|
|
359
|
+
name: 'quantity',
|
|
360
|
+
type: 'number',
|
|
361
|
+
default: 1
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
displayName: 'Unit',
|
|
365
|
+
name: 'unit',
|
|
366
|
+
type: 'string',
|
|
367
|
+
default: '',
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
displayName: 'Unit Price (Excl. Tax)',
|
|
371
|
+
name: 'unitPrice',
|
|
372
|
+
type: 'string',
|
|
373
|
+
default: '',
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
displayName: 'VAT Rate',
|
|
377
|
+
name: 'vatRate',
|
|
378
|
+
type: 'string',
|
|
379
|
+
default: '',
|
|
380
|
+
},
|
|
381
|
+
],
|
|
382
|
+
}],
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
displayName: 'Line IDs to Delete',
|
|
386
|
+
name: 'lineIdsToDelete',
|
|
387
|
+
type: 'string',
|
|
388
|
+
default: '',
|
|
389
|
+
placeholder: '123, 456',
|
|
390
|
+
displayOptions: { show: showForCustomerInvoiceUpdateDraft },
|
|
391
|
+
description: 'Comma-separated IDs of invoice lines to remove',
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
displayName: 'Banking Provider',
|
|
395
|
+
name: 'bankingProvider',
|
|
396
|
+
type: 'options',
|
|
397
|
+
default: '',
|
|
398
|
+
displayOptions: { show: showForCustomerInvoiceUpdateFinalized },
|
|
399
|
+
description: 'Banking provider used for automatic payment matching. Leave as-is to not change the transaction reference.',
|
|
400
|
+
options: [
|
|
401
|
+
{ name: 'Bank', value: 'bank' },
|
|
402
|
+
{ name: 'Budget Insight', value: 'budgetinsight' },
|
|
403
|
+
{ name: 'GoCardless', value: 'gocardless' },
|
|
404
|
+
{ name: 'None', value: '' },
|
|
405
|
+
{ name: 'Stripe', value: 'stripe' },
|
|
406
|
+
],
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
displayName: 'Provider Field Name',
|
|
410
|
+
name: 'providerFieldName',
|
|
411
|
+
type: 'options',
|
|
412
|
+
default: 'payment_id',
|
|
413
|
+
displayOptions: { show: { ...showForCustomerInvoiceUpdateFinalized, bankingProvider: ['stripe', 'gocardless', 'bank', 'budgetinsight'] } },
|
|
414
|
+
description: 'The field used to match the transaction',
|
|
415
|
+
options: [
|
|
416
|
+
{ name: 'Charge ID', value: 'charge_id' },
|
|
417
|
+
{ name: 'Label', value: 'label' },
|
|
418
|
+
{ name: 'Payment ID', value: 'payment_id' },
|
|
419
|
+
{ name: 'Report ID', value: 'report_id' },
|
|
420
|
+
{ name: 'Web ID', value: 'webid' },
|
|
421
|
+
],
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
displayName: 'Provider Field Value',
|
|
425
|
+
name: 'providerFieldValue',
|
|
426
|
+
type: 'string',
|
|
427
|
+
default: '',
|
|
428
|
+
displayOptions: { show: { ...showForCustomerInvoiceUpdateFinalized, bankingProvider: ['stripe', 'gocardless', 'bank', 'budgetinsight'] } },
|
|
429
|
+
description: 'The value to match against',
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
displayName: 'Lines to Update Imputation Dates',
|
|
433
|
+
name: 'linesToUpdateImputationDates',
|
|
434
|
+
type: 'fixedCollection',
|
|
435
|
+
default: {},
|
|
436
|
+
typeOptions: { multipleValues: true },
|
|
437
|
+
displayOptions: { show: showForCustomerInvoiceUpdateFinalized },
|
|
438
|
+
description: 'Update the imputation period of existing invoice lines. This is the only invoice_lines change allowed on a finalized invoice.',
|
|
439
|
+
options: [{
|
|
440
|
+
name: 'line',
|
|
441
|
+
displayName: 'Invoice Line',
|
|
442
|
+
values: [
|
|
443
|
+
{ displayName: 'Line ID', name: 'lineId', type: 'string', required: true, default: '' },
|
|
444
|
+
{ displayName: 'Start Date', name: 'startDate', type: 'string', default: '', placeholder: '2026-07-01' },
|
|
445
|
+
{ displayName: 'End Date', name: 'endDate', type: 'string', default: '', placeholder: '2026-07-31' },
|
|
446
|
+
],
|
|
447
|
+
}],
|
|
448
|
+
},
|
|
449
|
+
];
|
|
450
|
+
//# sourceMappingURL=update.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/update.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { IExecuteSingleFunctions, IHttpRequestOptions, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare function applyCustomerInvoiceUpdateImportedPreSend(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
|
|
3
|
+
export declare const customerInvoiceUpdateImportedDescription: INodeProperties[];
|