@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.
Files changed (453) hide show
  1. package/README.md +96 -0
  2. package/dist/credentials/PennylaneApi.credentials.d.ts +10 -0
  3. package/dist/credentials/PennylaneApi.credentials.js +39 -0
  4. package/dist/credentials/PennylaneApi.credentials.js.map +1 -0
  5. package/dist/credentials/pennylane.dark.png +0 -0
  6. package/dist/credentials/pennylane.png +0 -0
  7. package/dist/nodes/Pennylane/Pennylane.node.d.ts +4 -0
  8. package/dist/nodes/Pennylane/Pennylane.node.js +126 -0
  9. package/dist/nodes/Pennylane/Pennylane.node.js.map +1 -0
  10. package/dist/nodes/Pennylane/Pennylane.node.json +10 -0
  11. package/dist/nodes/Pennylane/pennylane.dark.png +0 -0
  12. package/dist/nodes/Pennylane/pennylane.png +0 -0
  13. package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.d.ts +2 -0
  14. package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.js +27 -0
  15. package/dist/nodes/Pennylane/resources/analytical-general-ledger-export/index.js.map +1 -0
  16. package/dist/nodes/Pennylane/resources/bank-account/create.d.ts +2 -0
  17. package/dist/nodes/Pennylane/resources/bank-account/create.js +70 -0
  18. package/dist/nodes/Pennylane/resources/bank-account/create.js.map +1 -0
  19. package/dist/nodes/Pennylane/resources/bank-account/get.d.ts +2 -0
  20. package/dist/nodes/Pennylane/resources/bank-account/get.js +15 -0
  21. package/dist/nodes/Pennylane/resources/bank-account/get.js.map +1 -0
  22. package/dist/nodes/Pennylane/resources/bank-account/getAll.d.ts +2 -0
  23. package/dist/nodes/Pennylane/resources/bank-account/getAll.js +54 -0
  24. package/dist/nodes/Pennylane/resources/bank-account/getAll.js.map +1 -0
  25. package/dist/nodes/Pennylane/resources/bank-account/index.d.ts +2 -0
  26. package/dist/nodes/Pennylane/resources/bank-account/index.js +59 -0
  27. package/dist/nodes/Pennylane/resources/bank-account/index.js.map +1 -0
  28. package/dist/nodes/Pennylane/resources/bank-establishment/getAll.d.ts +2 -0
  29. package/dist/nodes/Pennylane/resources/bank-establishment/getAll.js +121 -0
  30. package/dist/nodes/Pennylane/resources/bank-establishment/getAll.js.map +1 -0
  31. package/dist/nodes/Pennylane/resources/bank-establishment/index.d.ts +2 -0
  32. package/dist/nodes/Pennylane/resources/bank-establishment/index.js +26 -0
  33. package/dist/nodes/Pennylane/resources/bank-establishment/index.js.map +1 -0
  34. package/dist/nodes/Pennylane/resources/bank-transaction/index.d.ts +2 -0
  35. package/dist/nodes/Pennylane/resources/bank-transaction/index.js +95 -0
  36. package/dist/nodes/Pennylane/resources/bank-transaction/index.js.map +1 -0
  37. package/dist/nodes/Pennylane/resources/billing-subscription/create.d.ts +2 -0
  38. package/dist/nodes/Pennylane/resources/billing-subscription/create.js +69 -0
  39. package/dist/nodes/Pennylane/resources/billing-subscription/create.js.map +1 -0
  40. package/dist/nodes/Pennylane/resources/billing-subscription/get.d.ts +2 -0
  41. package/dist/nodes/Pennylane/resources/billing-subscription/get.js +15 -0
  42. package/dist/nodes/Pennylane/resources/billing-subscription/get.js.map +1 -0
  43. package/dist/nodes/Pennylane/resources/billing-subscription/index.d.ts +2 -0
  44. package/dist/nodes/Pennylane/resources/billing-subscription/index.js +51 -0
  45. package/dist/nodes/Pennylane/resources/billing-subscription/index.js.map +1 -0
  46. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.d.ts +2 -0
  47. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.js +41 -0
  48. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-line-sections.js.map +1 -0
  49. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.d.ts +2 -0
  50. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.js +41 -0
  51. package/dist/nodes/Pennylane/resources/billing-subscription/invoice-lines.js.map +1 -0
  52. package/dist/nodes/Pennylane/resources/billing-subscription/update.d.ts +2 -0
  53. package/dist/nodes/Pennylane/resources/billing-subscription/update.js +79 -0
  54. package/dist/nodes/Pennylane/resources/billing-subscription/update.js.map +1 -0
  55. package/dist/nodes/Pennylane/resources/category/create.d.ts +2 -0
  56. package/dist/nodes/Pennylane/resources/category/create.js +49 -0
  57. package/dist/nodes/Pennylane/resources/category/create.js.map +1 -0
  58. package/dist/nodes/Pennylane/resources/category/get.d.ts +2 -0
  59. package/dist/nodes/Pennylane/resources/category/get.js +15 -0
  60. package/dist/nodes/Pennylane/resources/category/get.js.map +1 -0
  61. package/dist/nodes/Pennylane/resources/category/getAll.d.ts +2 -0
  62. package/dist/nodes/Pennylane/resources/category/getAll.js +155 -0
  63. package/dist/nodes/Pennylane/resources/category/getAll.js.map +1 -0
  64. package/dist/nodes/Pennylane/resources/category/index.d.ts +2 -0
  65. package/dist/nodes/Pennylane/resources/category/index.js +76 -0
  66. package/dist/nodes/Pennylane/resources/category/index.js.map +1 -0
  67. package/dist/nodes/Pennylane/resources/category/update.d.ts +2 -0
  68. package/dist/nodes/Pennylane/resources/category/update.js +48 -0
  69. package/dist/nodes/Pennylane/resources/category/update.js.map +1 -0
  70. package/dist/nodes/Pennylane/resources/category-group/get.d.ts +2 -0
  71. package/dist/nodes/Pennylane/resources/category-group/get.js +15 -0
  72. package/dist/nodes/Pennylane/resources/category-group/get.js.map +1 -0
  73. package/dist/nodes/Pennylane/resources/category-group/getAll.d.ts +2 -0
  74. package/dist/nodes/Pennylane/resources/category-group/getAll.js +54 -0
  75. package/dist/nodes/Pennylane/resources/category-group/getAll.js.map +1 -0
  76. package/dist/nodes/Pennylane/resources/category-group/getCategories.d.ts +2 -0
  77. package/dist/nodes/Pennylane/resources/category-group/getCategories.js +63 -0
  78. package/dist/nodes/Pennylane/resources/category-group/getCategories.js.map +1 -0
  79. package/dist/nodes/Pennylane/resources/category-group/index.d.ts +2 -0
  80. package/dist/nodes/Pennylane/resources/category-group/index.js +51 -0
  81. package/dist/nodes/Pennylane/resources/category-group/index.js.map +1 -0
  82. package/dist/nodes/Pennylane/resources/changelog/index.d.ts +2 -0
  83. package/dist/nodes/Pennylane/resources/changelog/index.js +18 -0
  84. package/dist/nodes/Pennylane/resources/changelog/index.js.map +1 -0
  85. package/dist/nodes/Pennylane/resources/commercial-document/appendices.d.ts +2 -0
  86. package/dist/nodes/Pennylane/resources/commercial-document/appendices.js +52 -0
  87. package/dist/nodes/Pennylane/resources/commercial-document/appendices.js.map +1 -0
  88. package/dist/nodes/Pennylane/resources/commercial-document/get.d.ts +2 -0
  89. package/dist/nodes/Pennylane/resources/commercial-document/get.js +15 -0
  90. package/dist/nodes/Pennylane/resources/commercial-document/get.js.map +1 -0
  91. package/dist/nodes/Pennylane/resources/commercial-document/getAll.d.ts +2 -0
  92. package/dist/nodes/Pennylane/resources/commercial-document/getAll.js +153 -0
  93. package/dist/nodes/Pennylane/resources/commercial-document/getAll.js.map +1 -0
  94. package/dist/nodes/Pennylane/resources/commercial-document/index.d.ts +2 -0
  95. package/dist/nodes/Pennylane/resources/commercial-document/index.js +94 -0
  96. package/dist/nodes/Pennylane/resources/commercial-document/index.js.map +1 -0
  97. package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.d.ts +2 -0
  98. package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.js +65 -0
  99. package/dist/nodes/Pennylane/resources/commercial-document/invoice-line-sections.js.map +1 -0
  100. package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.d.ts +2 -0
  101. package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.js +65 -0
  102. package/dist/nodes/Pennylane/resources/commercial-document/invoice-lines.js.map +1 -0
  103. package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.d.ts +3 -0
  104. package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.js +50 -0
  105. package/dist/nodes/Pennylane/resources/commercial-document/upload-appendix.js.map +1 -0
  106. package/dist/nodes/Pennylane/resources/customer/categorize.d.ts +3 -0
  107. package/dist/nodes/Pennylane/resources/customer/categorize.js +63 -0
  108. package/dist/nodes/Pennylane/resources/customer/categorize.js.map +1 -0
  109. package/dist/nodes/Pennylane/resources/customer/create.d.ts +2 -0
  110. package/dist/nodes/Pennylane/resources/customer/create.js +155 -0
  111. package/dist/nodes/Pennylane/resources/customer/create.js.map +1 -0
  112. package/dist/nodes/Pennylane/resources/customer/createIndividual.d.ts +2 -0
  113. package/dist/nodes/Pennylane/resources/customer/createIndividual.js +193 -0
  114. package/dist/nodes/Pennylane/resources/customer/createIndividual.js.map +1 -0
  115. package/dist/nodes/Pennylane/resources/customer/get.d.ts +2 -0
  116. package/dist/nodes/Pennylane/resources/customer/get.js +15 -0
  117. package/dist/nodes/Pennylane/resources/customer/get.js.map +1 -0
  118. package/dist/nodes/Pennylane/resources/customer/getAll.d.ts +1 -0
  119. package/dist/nodes/Pennylane/resources/customer/getAll.js +6 -0
  120. package/dist/nodes/Pennylane/resources/customer/getAll.js.map +1 -0
  121. package/dist/nodes/Pennylane/resources/customer/getCategories.d.ts +2 -0
  122. package/dist/nodes/Pennylane/resources/customer/getCategories.js +63 -0
  123. package/dist/nodes/Pennylane/resources/customer/getCategories.js.map +1 -0
  124. package/dist/nodes/Pennylane/resources/customer/getContacts.d.ts +2 -0
  125. package/dist/nodes/Pennylane/resources/customer/getContacts.js +63 -0
  126. package/dist/nodes/Pennylane/resources/customer/getContacts.js.map +1 -0
  127. package/dist/nodes/Pennylane/resources/customer/index.d.ts +2 -0
  128. package/dist/nodes/Pennylane/resources/customer/index.js +166 -0
  129. package/dist/nodes/Pennylane/resources/customer/index.js.map +1 -0
  130. package/dist/nodes/Pennylane/resources/customer/update.d.ts +2 -0
  131. package/dist/nodes/Pennylane/resources/customer/update.js +235 -0
  132. package/dist/nodes/Pennylane/resources/customer/update.js.map +1 -0
  133. package/dist/nodes/Pennylane/resources/customer-invoice/categorize.d.ts +3 -0
  134. package/dist/nodes/Pennylane/resources/customer-invoice/categorize.js +63 -0
  135. package/dist/nodes/Pennylane/resources/customer-invoice/categorize.js.map +1 -0
  136. package/dist/nodes/Pennylane/resources/customer-invoice/create.d.ts +2 -0
  137. package/dist/nodes/Pennylane/resources/customer-invoice/create.js +93 -0
  138. package/dist/nodes/Pennylane/resources/customer-invoice/create.js.map +1 -0
  139. package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.d.ts +2 -0
  140. package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.js +16 -0
  141. package/dist/nodes/Pennylane/resources/customer-invoice/deleteInvoice.js.map +1 -0
  142. package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.d.ts +3 -0
  143. package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.js +80 -0
  144. package/dist/nodes/Pennylane/resources/customer-invoice/eInvoiceImport.js.map +1 -0
  145. package/dist/nodes/Pennylane/resources/customer-invoice/finalize.d.ts +2 -0
  146. package/dist/nodes/Pennylane/resources/customer-invoice/finalize.js +16 -0
  147. package/dist/nodes/Pennylane/resources/customer-invoice/finalize.js.map +1 -0
  148. package/dist/nodes/Pennylane/resources/customer-invoice/get.d.ts +2 -0
  149. package/dist/nodes/Pennylane/resources/customer-invoice/get.js +15 -0
  150. package/dist/nodes/Pennylane/resources/customer-invoice/get.js.map +1 -0
  151. package/dist/nodes/Pennylane/resources/customer-invoice/getAll.d.ts +1 -0
  152. package/dist/nodes/Pennylane/resources/customer-invoice/getAll.js +6 -0
  153. package/dist/nodes/Pennylane/resources/customer-invoice/getAll.js.map +1 -0
  154. package/dist/nodes/Pennylane/resources/customer-invoice/import.d.ts +2 -0
  155. package/dist/nodes/Pennylane/resources/customer-invoice/import.js +100 -0
  156. package/dist/nodes/Pennylane/resources/customer-invoice/import.js.map +1 -0
  157. package/dist/nodes/Pennylane/resources/customer-invoice/index.d.ts +2 -0
  158. package/dist/nodes/Pennylane/resources/customer-invoice/index.js +71 -0
  159. package/dist/nodes/Pennylane/resources/customer-invoice/index.js.map +1 -0
  160. package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.d.ts +2 -0
  161. package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.js +25 -0
  162. package/dist/nodes/Pennylane/resources/customer-invoice/linkCreditNote.js.map +1 -0
  163. package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.d.ts +2 -0
  164. package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.js +16 -0
  165. package/dist/nodes/Pennylane/resources/customer-invoice/markAsPaid.js.map +1 -0
  166. package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.d.ts +2 -0
  167. package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.js +25 -0
  168. package/dist/nodes/Pennylane/resources/customer-invoice/sendByEmail.js.map +1 -0
  169. package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.d.ts +2 -0
  170. package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.js +16 -0
  171. package/dist/nodes/Pennylane/resources/customer-invoice/sendToPA.js.map +1 -0
  172. package/dist/nodes/Pennylane/resources/customer-invoice/subLists.d.ts +2 -0
  173. package/dist/nodes/Pennylane/resources/customer-invoice/subLists.js +72 -0
  174. package/dist/nodes/Pennylane/resources/customer-invoice/subLists.js.map +1 -0
  175. package/dist/nodes/Pennylane/resources/customer-invoice/update.d.ts +3 -0
  176. package/dist/nodes/Pennylane/resources/customer-invoice/update.js +450 -0
  177. package/dist/nodes/Pennylane/resources/customer-invoice/update.js.map +1 -0
  178. package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.d.ts +3 -0
  179. package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.js +308 -0
  180. package/dist/nodes/Pennylane/resources/customer-invoice/updateImported.js.map +1 -0
  181. package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.d.ts +3 -0
  182. package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.js +47 -0
  183. package/dist/nodes/Pennylane/resources/customer-invoice/uploadAppendix.js.map +1 -0
  184. package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.d.ts +2 -0
  185. package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.js +66 -0
  186. package/dist/nodes/Pennylane/resources/customer-invoice-template/getAll.js.map +1 -0
  187. package/dist/nodes/Pennylane/resources/customer-invoice-template/index.d.ts +2 -0
  188. package/dist/nodes/Pennylane/resources/customer-invoice-template/index.js +34 -0
  189. package/dist/nodes/Pennylane/resources/customer-invoice-template/index.js.map +1 -0
  190. package/dist/nodes/Pennylane/resources/fec-export/index.d.ts +2 -0
  191. package/dist/nodes/Pennylane/resources/fec-export/index.js +18 -0
  192. package/dist/nodes/Pennylane/resources/fec-export/index.js.map +1 -0
  193. package/dist/nodes/Pennylane/resources/file-attachment/index.d.ts +2 -0
  194. package/dist/nodes/Pennylane/resources/file-attachment/index.js +40 -0
  195. package/dist/nodes/Pennylane/resources/file-attachment/index.js.map +1 -0
  196. package/dist/nodes/Pennylane/resources/fiscal-year/getAll.d.ts +2 -0
  197. package/dist/nodes/Pennylane/resources/fiscal-year/getAll.js +68 -0
  198. package/dist/nodes/Pennylane/resources/fiscal-year/getAll.js.map +1 -0
  199. package/dist/nodes/Pennylane/resources/fiscal-year/index.d.ts +2 -0
  200. package/dist/nodes/Pennylane/resources/fiscal-year/index.js +34 -0
  201. package/dist/nodes/Pennylane/resources/fiscal-year/index.js.map +1 -0
  202. package/dist/nodes/Pennylane/resources/general-ledger-export/index.d.ts +2 -0
  203. package/dist/nodes/Pennylane/resources/general-ledger-export/index.js +18 -0
  204. package/dist/nodes/Pennylane/resources/general-ledger-export/index.js.map +1 -0
  205. package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.d.ts +2 -0
  206. package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.js +28 -0
  207. package/dist/nodes/Pennylane/resources/gocardless-mandate/associate.js.map +1 -0
  208. package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.d.ts +2 -0
  209. package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.js +19 -0
  210. package/dist/nodes/Pennylane/resources/gocardless-mandate/cancel.js.map +1 -0
  211. package/dist/nodes/Pennylane/resources/gocardless-mandate/get.d.ts +2 -0
  212. package/dist/nodes/Pennylane/resources/gocardless-mandate/get.js +15 -0
  213. package/dist/nodes/Pennylane/resources/gocardless-mandate/get.js.map +1 -0
  214. package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.d.ts +2 -0
  215. package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.js +153 -0
  216. package/dist/nodes/Pennylane/resources/gocardless-mandate/getAll.js.map +1 -0
  217. package/dist/nodes/Pennylane/resources/gocardless-mandate/index.d.ts +2 -0
  218. package/dist/nodes/Pennylane/resources/gocardless-mandate/index.js +90 -0
  219. package/dist/nodes/Pennylane/resources/gocardless-mandate/index.js.map +1 -0
  220. package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.d.ts +2 -0
  221. package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.js +46 -0
  222. package/dist/nodes/Pennylane/resources/gocardless-mandate/sendMailRequest.js.map +1 -0
  223. package/dist/nodes/Pennylane/resources/journal/create.d.ts +2 -0
  224. package/dist/nodes/Pennylane/resources/journal/create.js +28 -0
  225. package/dist/nodes/Pennylane/resources/journal/create.js.map +1 -0
  226. package/dist/nodes/Pennylane/resources/journal/get.d.ts +2 -0
  227. package/dist/nodes/Pennylane/resources/journal/get.js +15 -0
  228. package/dist/nodes/Pennylane/resources/journal/get.js.map +1 -0
  229. package/dist/nodes/Pennylane/resources/journal/getAll.d.ts +1 -0
  230. package/dist/nodes/Pennylane/resources/journal/getAll.js +6 -0
  231. package/dist/nodes/Pennylane/resources/journal/getAll.js.map +1 -0
  232. package/dist/nodes/Pennylane/resources/journal/index.d.ts +2 -0
  233. package/dist/nodes/Pennylane/resources/journal/index.js +55 -0
  234. package/dist/nodes/Pennylane/resources/journal/index.js.map +1 -0
  235. package/dist/nodes/Pennylane/resources/ledger-account/create.d.ts +2 -0
  236. package/dist/nodes/Pennylane/resources/ledger-account/create.js +44 -0
  237. package/dist/nodes/Pennylane/resources/ledger-account/create.js.map +1 -0
  238. package/dist/nodes/Pennylane/resources/ledger-account/get.d.ts +2 -0
  239. package/dist/nodes/Pennylane/resources/ledger-account/get.js +15 -0
  240. package/dist/nodes/Pennylane/resources/ledger-account/get.js.map +1 -0
  241. package/dist/nodes/Pennylane/resources/ledger-account/getAll.d.ts +1 -0
  242. package/dist/nodes/Pennylane/resources/ledger-account/getAll.js +6 -0
  243. package/dist/nodes/Pennylane/resources/ledger-account/getAll.js.map +1 -0
  244. package/dist/nodes/Pennylane/resources/ledger-account/index.d.ts +2 -0
  245. package/dist/nodes/Pennylane/resources/ledger-account/index.js +75 -0
  246. package/dist/nodes/Pennylane/resources/ledger-account/index.js.map +1 -0
  247. package/dist/nodes/Pennylane/resources/ledger-account/update.d.ts +2 -0
  248. package/dist/nodes/Pennylane/resources/ledger-account/update.js +35 -0
  249. package/dist/nodes/Pennylane/resources/ledger-account/update.js.map +1 -0
  250. package/dist/nodes/Pennylane/resources/ledger-entry/create.d.ts +2 -0
  251. package/dist/nodes/Pennylane/resources/ledger-entry/create.js +19 -0
  252. package/dist/nodes/Pennylane/resources/ledger-entry/create.js.map +1 -0
  253. package/dist/nodes/Pennylane/resources/ledger-entry/get.d.ts +2 -0
  254. package/dist/nodes/Pennylane/resources/ledger-entry/get.js +15 -0
  255. package/dist/nodes/Pennylane/resources/ledger-entry/get.js.map +1 -0
  256. package/dist/nodes/Pennylane/resources/ledger-entry/getLines.d.ts +2 -0
  257. package/dist/nodes/Pennylane/resources/ledger-entry/getLines.js +41 -0
  258. package/dist/nodes/Pennylane/resources/ledger-entry/getLines.js.map +1 -0
  259. package/dist/nodes/Pennylane/resources/ledger-entry/index.d.ts +2 -0
  260. package/dist/nodes/Pennylane/resources/ledger-entry/index.js +28 -0
  261. package/dist/nodes/Pennylane/resources/ledger-entry/index.js.map +1 -0
  262. package/dist/nodes/Pennylane/resources/ledger-entry/update.d.ts +3 -0
  263. package/dist/nodes/Pennylane/resources/ledger-entry/update.js +132 -0
  264. package/dist/nodes/Pennylane/resources/ledger-entry/update.js.map +1 -0
  265. package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.d.ts +3 -0
  266. package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.js +63 -0
  267. package/dist/nodes/Pennylane/resources/ledger-entry-line/categorize.js.map +1 -0
  268. package/dist/nodes/Pennylane/resources/ledger-entry-line/get.d.ts +2 -0
  269. package/dist/nodes/Pennylane/resources/ledger-entry-line/get.js +15 -0
  270. package/dist/nodes/Pennylane/resources/ledger-entry-line/get.js.map +1 -0
  271. package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.d.ts +2 -0
  272. package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.js +156 -0
  273. package/dist/nodes/Pennylane/resources/ledger-entry-line/getAll.js.map +1 -0
  274. package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.d.ts +2 -0
  275. package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.js +41 -0
  276. package/dist/nodes/Pennylane/resources/ledger-entry-line/getCategories.js.map +1 -0
  277. package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.d.ts +2 -0
  278. package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.js +43 -0
  279. package/dist/nodes/Pennylane/resources/ledger-entry-line/getLettered.js.map +1 -0
  280. package/dist/nodes/Pennylane/resources/ledger-entry-line/index.d.ts +2 -0
  281. package/dist/nodes/Pennylane/resources/ledger-entry-line/index.js +101 -0
  282. package/dist/nodes/Pennylane/resources/ledger-entry-line/index.js.map +1 -0
  283. package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.d.ts +2 -0
  284. package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.js +30 -0
  285. package/dist/nodes/Pennylane/resources/ledger-entry-line/letter.js.map +1 -0
  286. package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.d.ts +2 -0
  287. package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.js +30 -0
  288. package/dist/nodes/Pennylane/resources/ledger-entry-line/unletter.js.map +1 -0
  289. package/dist/nodes/Pennylane/resources/me/index.d.ts +2 -0
  290. package/dist/nodes/Pennylane/resources/me/index.js +30 -0
  291. package/dist/nodes/Pennylane/resources/me/index.js.map +1 -0
  292. package/dist/nodes/Pennylane/resources/pa-registration/getAll.d.ts +2 -0
  293. package/dist/nodes/Pennylane/resources/pa-registration/getAll.js +54 -0
  294. package/dist/nodes/Pennylane/resources/pa-registration/getAll.js.map +1 -0
  295. package/dist/nodes/Pennylane/resources/pa-registration/index.d.ts +2 -0
  296. package/dist/nodes/Pennylane/resources/pa-registration/index.js +31 -0
  297. package/dist/nodes/Pennylane/resources/pa-registration/index.js.map +1 -0
  298. package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.d.ts +2 -0
  299. package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.js +148 -0
  300. package/dist/nodes/Pennylane/resources/pro-account-mandate/getAll.js.map +1 -0
  301. package/dist/nodes/Pennylane/resources/pro-account-mandate/index.d.ts +2 -0
  302. package/dist/nodes/Pennylane/resources/pro-account-mandate/index.js +71 -0
  303. package/dist/nodes/Pennylane/resources/pro-account-mandate/index.js.map +1 -0
  304. package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.d.ts +2 -0
  305. package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.js +15 -0
  306. package/dist/nodes/Pennylane/resources/pro-account-mandate/mandateRequest.js.map +1 -0
  307. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.d.ts +2 -0
  308. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.js +17 -0
  309. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrate.js.map +1 -0
  310. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.d.ts +2 -0
  311. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.js +152 -0
  312. package/dist/nodes/Pennylane/resources/pro-account-mandate/migrationCandidates.js.map +1 -0
  313. package/dist/nodes/Pennylane/resources/product/create.d.ts +2 -0
  314. package/dist/nodes/Pennylane/resources/product/create.js +85 -0
  315. package/dist/nodes/Pennylane/resources/product/create.js.map +1 -0
  316. package/dist/nodes/Pennylane/resources/product/get.d.ts +2 -0
  317. package/dist/nodes/Pennylane/resources/product/get.js +15 -0
  318. package/dist/nodes/Pennylane/resources/product/get.js.map +1 -0
  319. package/dist/nodes/Pennylane/resources/product/getAll.d.ts +1 -0
  320. package/dist/nodes/Pennylane/resources/product/getAll.js +6 -0
  321. package/dist/nodes/Pennylane/resources/product/getAll.js.map +1 -0
  322. package/dist/nodes/Pennylane/resources/product/index.d.ts +2 -0
  323. package/dist/nodes/Pennylane/resources/product/index.js +84 -0
  324. package/dist/nodes/Pennylane/resources/product/index.js.map +1 -0
  325. package/dist/nodes/Pennylane/resources/product/update.d.ts +2 -0
  326. package/dist/nodes/Pennylane/resources/product/update.js +91 -0
  327. package/dist/nodes/Pennylane/resources/product/update.js.map +1 -0
  328. package/dist/nodes/Pennylane/resources/purchase-request/get.d.ts +2 -0
  329. package/dist/nodes/Pennylane/resources/purchase-request/get.js +15 -0
  330. package/dist/nodes/Pennylane/resources/purchase-request/get.js.map +1 -0
  331. package/dist/nodes/Pennylane/resources/purchase-request/getAll.d.ts +1 -0
  332. package/dist/nodes/Pennylane/resources/purchase-request/getAll.js +6 -0
  333. package/dist/nodes/Pennylane/resources/purchase-request/getAll.js.map +1 -0
  334. package/dist/nodes/Pennylane/resources/purchase-request/import.d.ts +2 -0
  335. package/dist/nodes/Pennylane/resources/purchase-request/import.js +139 -0
  336. package/dist/nodes/Pennylane/resources/purchase-request/import.js.map +1 -0
  337. package/dist/nodes/Pennylane/resources/purchase-request/index.d.ts +2 -0
  338. package/dist/nodes/Pennylane/resources/purchase-request/index.js +71 -0
  339. package/dist/nodes/Pennylane/resources/purchase-request/index.js.map +1 -0
  340. package/dist/nodes/Pennylane/resources/quote/appendices.d.ts +2 -0
  341. package/dist/nodes/Pennylane/resources/quote/appendices.js +32 -0
  342. package/dist/nodes/Pennylane/resources/quote/appendices.js.map +1 -0
  343. package/dist/nodes/Pennylane/resources/quote/create.d.ts +2 -0
  344. package/dist/nodes/Pennylane/resources/quote/create.js +24 -0
  345. package/dist/nodes/Pennylane/resources/quote/create.js.map +1 -0
  346. package/dist/nodes/Pennylane/resources/quote/get.d.ts +2 -0
  347. package/dist/nodes/Pennylane/resources/quote/get.js +15 -0
  348. package/dist/nodes/Pennylane/resources/quote/get.js.map +1 -0
  349. package/dist/nodes/Pennylane/resources/quote/index.d.ts +2 -0
  350. package/dist/nodes/Pennylane/resources/quote/index.js +60 -0
  351. package/dist/nodes/Pennylane/resources/quote/index.js.map +1 -0
  352. package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.d.ts +2 -0
  353. package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.js +41 -0
  354. package/dist/nodes/Pennylane/resources/quote/invoice-line-sections.js.map +1 -0
  355. package/dist/nodes/Pennylane/resources/quote/invoice-lines.d.ts +2 -0
  356. package/dist/nodes/Pennylane/resources/quote/invoice-lines.js +41 -0
  357. package/dist/nodes/Pennylane/resources/quote/invoice-lines.js.map +1 -0
  358. package/dist/nodes/Pennylane/resources/quote/send-by-email.d.ts +2 -0
  359. package/dist/nodes/Pennylane/resources/quote/send-by-email.js +13 -0
  360. package/dist/nodes/Pennylane/resources/quote/send-by-email.js.map +1 -0
  361. package/dist/nodes/Pennylane/resources/quote/update-status.d.ts +2 -0
  362. package/dist/nodes/Pennylane/resources/quote/update-status.js +19 -0
  363. package/dist/nodes/Pennylane/resources/quote/update-status.js.map +1 -0
  364. package/dist/nodes/Pennylane/resources/quote/update.d.ts +2 -0
  365. package/dist/nodes/Pennylane/resources/quote/update.js +66 -0
  366. package/dist/nodes/Pennylane/resources/quote/update.js.map +1 -0
  367. package/dist/nodes/Pennylane/resources/quote/upload-appendix.d.ts +3 -0
  368. package/dist/nodes/Pennylane/resources/quote/upload-appendix.js +35 -0
  369. package/dist/nodes/Pennylane/resources/quote/upload-appendix.js.map +1 -0
  370. package/dist/nodes/Pennylane/resources/sepa-mandate/create.d.ts +2 -0
  371. package/dist/nodes/Pennylane/resources/sepa-mandate/create.js +23 -0
  372. package/dist/nodes/Pennylane/resources/sepa-mandate/create.js.map +1 -0
  373. package/dist/nodes/Pennylane/resources/sepa-mandate/delete.d.ts +2 -0
  374. package/dist/nodes/Pennylane/resources/sepa-mandate/delete.js +15 -0
  375. package/dist/nodes/Pennylane/resources/sepa-mandate/delete.js.map +1 -0
  376. package/dist/nodes/Pennylane/resources/sepa-mandate/get.d.ts +2 -0
  377. package/dist/nodes/Pennylane/resources/sepa-mandate/get.js +15 -0
  378. package/dist/nodes/Pennylane/resources/sepa-mandate/get.js.map +1 -0
  379. package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.d.ts +2 -0
  380. package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.js +152 -0
  381. package/dist/nodes/Pennylane/resources/sepa-mandate/getAll.js.map +1 -0
  382. package/dist/nodes/Pennylane/resources/sepa-mandate/index.d.ts +2 -0
  383. package/dist/nodes/Pennylane/resources/sepa-mandate/index.js +90 -0
  384. package/dist/nodes/Pennylane/resources/sepa-mandate/index.js.map +1 -0
  385. package/dist/nodes/Pennylane/resources/sepa-mandate/update.d.ts +2 -0
  386. package/dist/nodes/Pennylane/resources/sepa-mandate/update.js +25 -0
  387. package/dist/nodes/Pennylane/resources/sepa-mandate/update.js.map +1 -0
  388. package/dist/nodes/Pennylane/resources/shared/operations.d.ts +2 -0
  389. package/dist/nodes/Pennylane/resources/shared/operations.js +241 -0
  390. package/dist/nodes/Pennylane/resources/shared/operations.js.map +1 -0
  391. package/dist/nodes/Pennylane/resources/supplier/categorize.d.ts +2 -0
  392. package/dist/nodes/Pennylane/resources/supplier/categorize.js +18 -0
  393. package/dist/nodes/Pennylane/resources/supplier/categorize.js.map +1 -0
  394. package/dist/nodes/Pennylane/resources/supplier/create.d.ts +2 -0
  395. package/dist/nodes/Pennylane/resources/supplier/create.js +33 -0
  396. package/dist/nodes/Pennylane/resources/supplier/create.js.map +1 -0
  397. package/dist/nodes/Pennylane/resources/supplier/get.d.ts +2 -0
  398. package/dist/nodes/Pennylane/resources/supplier/get.js +15 -0
  399. package/dist/nodes/Pennylane/resources/supplier/get.js.map +1 -0
  400. package/dist/nodes/Pennylane/resources/supplier/index.d.ts +2 -0
  401. package/dist/nodes/Pennylane/resources/supplier/index.js +64 -0
  402. package/dist/nodes/Pennylane/resources/supplier/index.js.map +1 -0
  403. package/dist/nodes/Pennylane/resources/supplier/list-categories.d.ts +2 -0
  404. package/dist/nodes/Pennylane/resources/supplier/list-categories.js +20 -0
  405. package/dist/nodes/Pennylane/resources/supplier/list-categories.js.map +1 -0
  406. package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.d.ts +2 -0
  407. package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.js +18 -0
  408. package/dist/nodes/Pennylane/resources/supplier-invoice/categorize.js.map +1 -0
  409. package/dist/nodes/Pennylane/resources/supplier-invoice/get.d.ts +2 -0
  410. package/dist/nodes/Pennylane/resources/supplier-invoice/get.js +15 -0
  411. package/dist/nodes/Pennylane/resources/supplier-invoice/get.js.map +1 -0
  412. package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.d.ts +3 -0
  413. package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.js +55 -0
  414. package/dist/nodes/Pennylane/resources/supplier-invoice/import-e-invoice.js.map +1 -0
  415. package/dist/nodes/Pennylane/resources/supplier-invoice/import.d.ts +2 -0
  416. package/dist/nodes/Pennylane/resources/supplier-invoice/import.js +20 -0
  417. package/dist/nodes/Pennylane/resources/supplier-invoice/import.js.map +1 -0
  418. package/dist/nodes/Pennylane/resources/supplier-invoice/index.d.ts +2 -0
  419. package/dist/nodes/Pennylane/resources/supplier-invoice/index.js +73 -0
  420. package/dist/nodes/Pennylane/resources/supplier-invoice/index.js.map +1 -0
  421. package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.d.ts +2 -0
  422. package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.js +9 -0
  423. package/dist/nodes/Pennylane/resources/supplier-invoice/link-purchase-request.js.map +1 -0
  424. package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.d.ts +2 -0
  425. package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.js +32 -0
  426. package/dist/nodes/Pennylane/resources/supplier-invoice/list-categories.js.map +1 -0
  427. package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.d.ts +2 -0
  428. package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.js +41 -0
  429. package/dist/nodes/Pennylane/resources/supplier-invoice/list-invoice-lines.js.map +1 -0
  430. package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.d.ts +2 -0
  431. package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.js +41 -0
  432. package/dist/nodes/Pennylane/resources/supplier-invoice/list-matched-transactions.js.map +1 -0
  433. package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.d.ts +2 -0
  434. package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.js +41 -0
  435. package/dist/nodes/Pennylane/resources/supplier-invoice/list-payments.js.map +1 -0
  436. package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.d.ts +2 -0
  437. package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.js +48 -0
  438. package/dist/nodes/Pennylane/resources/supplier-invoice/update-e-invoice-status.js.map +1 -0
  439. package/dist/nodes/Pennylane/resources/supplier-invoice/update.d.ts +2 -0
  440. package/dist/nodes/Pennylane/resources/supplier-invoice/update.js +153 -0
  441. package/dist/nodes/Pennylane/resources/supplier-invoice/update.js.map +1 -0
  442. package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.d.ts +2 -0
  443. package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.js +8 -0
  444. package/dist/nodes/Pennylane/resources/supplier-invoice/validate-accounting.js.map +1 -0
  445. package/dist/nodes/Pennylane/resources/trial-balance/get.d.ts +2 -0
  446. package/dist/nodes/Pennylane/resources/trial-balance/get.js +82 -0
  447. package/dist/nodes/Pennylane/resources/trial-balance/get.js.map +1 -0
  448. package/dist/nodes/Pennylane/resources/trial-balance/index.d.ts +2 -0
  449. package/dist/nodes/Pennylane/resources/trial-balance/index.js +36 -0
  450. package/dist/nodes/Pennylane/resources/trial-balance/index.js.map +1 -0
  451. package/dist/package.json +53 -0
  452. package/dist/tsconfig.tsbuildinfo +1 -0
  453. package/package.json +53 -0
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceCreateDescription = void 0;
4
+ const showForCustomerInvoiceCreate = {
5
+ operation: ['create'],
6
+ resource: ['customerInvoice'],
7
+ };
8
+ exports.customerInvoiceCreateDescription = [
9
+ {
10
+ displayName: 'Customer ID',
11
+ name: 'customerId',
12
+ type: 'string',
13
+ required: true,
14
+ default: '',
15
+ displayOptions: { show: showForCustomerInvoiceCreate },
16
+ description: 'The ID of the customer to invoice',
17
+ },
18
+ {
19
+ displayName: 'Date',
20
+ name: 'date',
21
+ type: 'string',
22
+ required: true,
23
+ default: '',
24
+ displayOptions: { show: showForCustomerInvoiceCreate },
25
+ description: 'Invoice date (ISO 8601, e.g. 2026-07-07)',
26
+ placeholder: '2026-07-07',
27
+ },
28
+ {
29
+ displayName: 'Deadline',
30
+ name: 'deadline',
31
+ type: 'string',
32
+ required: true,
33
+ default: '',
34
+ displayOptions: { show: showForCustomerInvoiceCreate },
35
+ description: 'Payment deadline date (ISO 8601, e.g. 2026-08-06)',
36
+ placeholder: '2026-08-06',
37
+ },
38
+ {
39
+ displayName: 'Draft',
40
+ name: 'draft',
41
+ type: 'boolean',
42
+ default: true,
43
+ displayOptions: { show: showForCustomerInvoiceCreate },
44
+ description: 'Whether to create the invoice as a draft (true) or finalize it immediately (false)',
45
+ },
46
+ {
47
+ displayName: 'External Reference',
48
+ name: 'externalReference',
49
+ type: 'string',
50
+ default: '',
51
+ displayOptions: { show: showForCustomerInvoiceCreate },
52
+ description: 'Your external reference for this invoice',
53
+ },
54
+ {
55
+ displayName: 'Invoice Lines',
56
+ name: 'invoiceLines',
57
+ type: 'fixedCollection',
58
+ default: {},
59
+ required: true,
60
+ displayOptions: { show: showForCustomerInvoiceCreate },
61
+ description: 'Line items for the invoice. At least one line is required.',
62
+ options: [{
63
+ name: 'line',
64
+ displayName: 'Invoice Line',
65
+ values: [
66
+ { displayName: 'Label', name: 'label', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'Line item label / description' },
67
+ { displayName: 'Ledger Account ID', name: 'ledgerAccountId', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'The ledger account ID (optional)' },
68
+ { displayName: 'Product ID', name: 'productId', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'The ID of the product (optional)' },
69
+ { displayName: 'Quantity', name: 'quantity', type: 'number', default: 1, displayOptions: { show: showForCustomerInvoiceCreate } },
70
+ { displayName: 'Unit', name: 'unit', type: 'string', default: 'piece', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'Unit of measurement' },
71
+ { displayName: 'Unit Price (Excl. Tax)', name: 'unitPrice', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'Raw currency unit price excluding tax, as a string' },
72
+ { displayName: 'VAT Rate', name: 'vatRate', type: 'string', default: 'FR_200', displayOptions: { show: showForCustomerInvoiceCreate }, description: 'VAT rate identifier (e.g. FR_200 for 20%)' },
73
+ ],
74
+ }],
75
+ },
76
+ {
77
+ displayName: 'PDF Free Text',
78
+ name: 'pdfInvoiceFreeText',
79
+ type: 'string',
80
+ default: '',
81
+ displayOptions: { show: showForCustomerInvoiceCreate },
82
+ description: 'Free text to include on the PDF invoice',
83
+ },
84
+ {
85
+ displayName: 'PDF Subject',
86
+ name: 'pdfInvoiceSubject',
87
+ type: 'string',
88
+ default: '',
89
+ displayOptions: { show: showForCustomerInvoiceCreate },
90
+ description: 'Subject line to include on the PDF invoice',
91
+ },
92
+ ];
93
+ //# sourceMappingURL=create.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/create.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceDeleteDescription: INodeProperties[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceDeleteDescription = void 0;
4
+ const showForCustomerInvoiceDelete = { operation: ['delete'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceDeleteDescription = [
6
+ {
7
+ displayName: 'Invoice ID',
8
+ name: 'invoiceId',
9
+ type: 'string',
10
+ required: true,
11
+ default: '',
12
+ displayOptions: { show: showForCustomerInvoiceDelete },
13
+ description: 'The ID of the draft customer invoice to delete. Only draft invoices can be deleted.',
14
+ },
15
+ ];
16
+ //# sourceMappingURL=deleteInvoice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deleteInvoice.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/deleteInvoice.ts"],"names":[],"mappings":";;;AAEA,MAAM,4BAA4B,GAAG,EAAE,SAAS,EAAE,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAEjF,QAAA,gCAAgC,GAAsB;IAClE;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,4BAA4B,EAAE;QACtD,WAAW,EAAE,qFAAqF;KAClG;CACD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { IExecuteSingleFunctions, IHttpRequestOptions, INodeProperties } from 'n8n-workflow';
2
+ export declare function applyCustomerInvoiceEInvoiceImportPreSend(this: IExecuteSingleFunctions, requestOptions: IHttpRequestOptions): Promise<IHttpRequestOptions>;
3
+ export declare const customerInvoiceEInvoiceImportDescription: INodeProperties[];
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceEInvoiceImportDescription = void 0;
4
+ exports.applyCustomerInvoiceEInvoiceImportPreSend = applyCustomerInvoiceEInvoiceImportPreSend;
5
+ const showForCustomerInvoiceEInvoiceImport = { operation: ['eInvoiceImport'], resource: ['customerInvoice'] };
6
+ async function applyCustomerInvoiceEInvoiceImportPreSend(requestOptions) {
7
+ var _a;
8
+ const propertyName = this.getNodeParameter('binaryPropertyName');
9
+ const binaryData = this.helpers.assertBinaryData(propertyName);
10
+ const buffer = await this.helpers.getBinaryDataBuffer(propertyName);
11
+ const customerId = this.getNodeParameter('customerId', '');
12
+ const lines = this.getNodeParameter('invoiceLines.line', []);
13
+ const invoiceOptions = {};
14
+ if (customerId) {
15
+ invoiceOptions.customer_id = parseInt(customerId, 10);
16
+ }
17
+ if (Array.isArray(lines) && lines.length > 0) {
18
+ invoiceOptions.invoice_lines = lines.map((line) => ({
19
+ e_invoice_line_id: line.eInvoiceLineId,
20
+ ledger_account_id: line.ledgerAccountId ? parseInt(line.ledgerAccountId, 10) : undefined,
21
+ product_id: line.productId ? parseInt(line.productId, 10) : undefined,
22
+ }));
23
+ }
24
+ const boundary = `----n8nFormBoundary${Date.now().toString(16)}${Math.random().toString(16).slice(2)}`;
25
+ const filename = ((_a = binaryData.fileName) !== null && _a !== void 0 ? _a : 'file').replace(/"/g, '');
26
+ const contentType = binaryData.mimeType || 'application/octet-stream';
27
+ const parts = [
28
+ Buffer.from(`--${boundary}\r\nContent-Disposition: form-data; name="file"; filename="${filename}"\r\nContent-Type: ${contentType}\r\n\r\n`, 'utf-8'),
29
+ buffer,
30
+ Buffer.from('\r\n', 'utf-8'),
31
+ ];
32
+ if (Object.keys(invoiceOptions).length > 0) {
33
+ parts.push(Buffer.from(`--${boundary}\r\nContent-Disposition: form-data; name="invoice_options"\r\nContent-Type: application/json\r\n\r\n${JSON.stringify(invoiceOptions)}\r\n`, 'utf-8'));
34
+ }
35
+ parts.push(Buffer.from(`--${boundary}--\r\n`, 'utf-8'));
36
+ requestOptions.body = Buffer.concat(parts);
37
+ requestOptions.headers = {
38
+ ...requestOptions.headers,
39
+ 'Content-Type': `multipart/form-data; boundary=${boundary}`,
40
+ };
41
+ return requestOptions;
42
+ }
43
+ exports.customerInvoiceEInvoiceImportDescription = [
44
+ {
45
+ displayName: 'Input Binary Field',
46
+ name: 'binaryPropertyName',
47
+ type: 'string',
48
+ default: 'data',
49
+ required: true,
50
+ displayOptions: { show: showForCustomerInvoiceEInvoiceImport },
51
+ description: 'Name of the binary property containing the e-invoice file to import (Factur-X PDF, UBL XML, or CII XML)',
52
+ },
53
+ {
54
+ displayName: 'Customer ID',
55
+ name: 'customerId',
56
+ type: 'string',
57
+ default: '',
58
+ displayOptions: { show: showForCustomerInvoiceEInvoiceImport },
59
+ description: 'The ID of the customer for this invoice (optional enrichment data)',
60
+ },
61
+ {
62
+ displayName: 'Invoice Lines',
63
+ name: 'invoiceLines',
64
+ type: 'fixedCollection',
65
+ default: {},
66
+ typeOptions: { multipleValues: true },
67
+ displayOptions: { show: showForCustomerInvoiceEInvoiceImport },
68
+ description: 'Optional per-line enrichment data to attach ledger accounts / products to the imported e-invoice lines',
69
+ options: [{
70
+ name: 'line',
71
+ displayName: 'Invoice Line',
72
+ values: [
73
+ { displayName: 'E-Invoice Line ID', name: 'eInvoiceLineId', type: 'string', required: true, default: '', description: 'Must match the Factur-X BT-126 LineID of the line to enrich' },
74
+ { displayName: 'Ledger Account ID', name: 'ledgerAccountId', type: 'string', default: '', description: 'The ledger account ID to assign to this line (optional)' },
75
+ { displayName: 'Product ID', name: 'productId', type: 'string', default: '', description: 'The ID of the product to assign to this line (optional)' },
76
+ ],
77
+ }],
78
+ },
79
+ ];
80
+ //# sourceMappingURL=eInvoiceImport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eInvoiceImport.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/eInvoiceImport.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceFinalizeDescription: INodeProperties[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceFinalizeDescription = void 0;
4
+ const showForCustomerInvoiceFinalize = { operation: ['finalize'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceFinalizeDescription = [
6
+ {
7
+ displayName: 'Invoice ID',
8
+ name: 'invoiceId',
9
+ type: 'string',
10
+ required: true,
11
+ default: '',
12
+ displayOptions: { show: showForCustomerInvoiceFinalize },
13
+ description: 'The ID of the draft customer invoice to finalize',
14
+ },
15
+ ];
16
+ //# sourceMappingURL=finalize.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"finalize.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/finalize.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,kDAAkD;KAC/D;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceGetDescription: INodeProperties[];
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceGetDescription = void 0;
4
+ exports.customerInvoiceGetDescription = [
5
+ {
6
+ displayName: 'Invoice ID',
7
+ name: 'invoiceId',
8
+ type: 'string',
9
+ required: true,
10
+ displayOptions: { show: { operation: ['get'], resource: ['customerInvoice'] } },
11
+ default: '',
12
+ description: 'The ID of the customer invoice to retrieve',
13
+ },
14
+ ];
15
+ //# sourceMappingURL=get.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/get.ts"],"names":[],"mappings":";;;AAEa,QAAA,6BAA6B,GAAsB;IAC/D;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE,EAAE,IAAI,EAAE,EAAE,SAAS,EAAE,CAAC,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,EAAE;QAC/E,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4CAA4C;KACzD;CACD,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const customerInvoiceGetAllDescription: import("n8n-workflow").INodeProperties[];
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceGetAllDescription = void 0;
4
+ const operations_1 = require("../shared/operations");
5
+ exports.customerInvoiceGetAllDescription = (0, operations_1.buildGetAllDescription)('customerInvoice');
6
+ //# sourceMappingURL=getAll.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/getAll.ts"],"names":[],"mappings":";;;AAAA,qDAA8D;AAEjD,QAAA,gCAAgC,GAAG,IAAA,mCAAsB,EAAC,iBAAiB,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceImportDescription: INodeProperties[];
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceImportDescription = void 0;
4
+ const showForCustomerInvoiceImport = { operation: ['import'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceImportDescription = [
6
+ { displayName: 'File Attachment ID', name: 'fileAttachmentId', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'The ID obtained from a prior File Attachment Upload operation' },
7
+ { displayName: 'Customer ID', name: 'customerId', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'The ID of the customer for this invoice' },
8
+ { displayName: 'Date', name: 'date', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Invoice issue date (ISO 8601)', placeholder: '2026-07-07' },
9
+ { displayName: 'Deadline', name: 'deadline', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Payment deadline date (ISO 8601)', placeholder: '2026-08-06' },
10
+ { displayName: 'Currency Amount Before Tax', name: 'currencyAmountBeforeTax', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Total amount excluding tax, in invoice currency' },
11
+ { displayName: 'Currency Tax', name: 'currencyTax', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Total tax amount, in invoice currency' },
12
+ { displayName: 'Currency Amount', name: 'currencyAmount', type: 'string', required: true, default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Total amount including tax, in invoice currency' },
13
+ { displayName: 'Import As Incomplete', name: 'importAsIncomplete', type: 'boolean', default: false, displayOptions: { show: showForCustomerInvoiceImport }, description: 'Whether to import the invoice as incomplete, to be completed later' },
14
+ { displayName: 'Convert to E-Invoice', name: 'convertToEInvoice', type: 'boolean', default: false, displayOptions: { show: showForCustomerInvoiceImport }, description: 'Whether to convert this invoice to an e-invoice. Requires the attached file to be a PDF, line labels to be set, and a valid invoice number.' },
15
+ { displayName: 'Invoice Number', name: 'invoiceNumber', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Invoice number. Max 35 chars, alphanumeric + "-+_/" for e-invoices.' },
16
+ { displayName: 'Currency', name: 'currency', type: 'string', default: 'EUR', displayOptions: { show: showForCustomerInvoiceImport }, description: 'ISO 4217 currency code' },
17
+ { displayName: 'Amount', name: 'amount', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Total amount including tax, in euros (if different from invoice currency)' },
18
+ { displayName: 'Tax', name: 'tax', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Total tax amount, in euros (if different from invoice currency)' },
19
+ { displayName: 'Label', name: 'label', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Custom accounting label (max 2000 chars)' },
20
+ { displayName: 'External Reference', name: 'externalReference', type: 'string', default: '', displayOptions: { show: showForCustomerInvoiceImport }, description: 'Your external reference for this invoice. Must be unique.' },
21
+ {
22
+ displayName: 'Invoice Lines',
23
+ name: 'invoiceLines',
24
+ type: 'fixedCollection',
25
+ default: {},
26
+ required: true,
27
+ typeOptions: { multipleValues: true },
28
+ displayOptions: { show: showForCustomerInvoiceImport },
29
+ description: 'Line items for the invoice. At least one line is required.',
30
+ options: [{
31
+ name: 'line',
32
+ displayName: 'Invoice Line',
33
+ values: [
34
+ {
35
+ displayName: 'Currency Amount',
36
+ name: 'currencyAmount',
37
+ type: 'string',
38
+ default: '',
39
+ description: 'Line total including tax, in invoice currency',
40
+ },
41
+ {
42
+ displayName: 'Currency Tax',
43
+ name: 'currencyTax',
44
+ type: 'string',
45
+ default: '',
46
+ description: 'Line tax amount, in invoice currency',
47
+ },
48
+ {
49
+ displayName: 'Label',
50
+ name: 'label',
51
+ type: 'string',
52
+ default: '',
53
+ description: 'Line item label / description. Required when converting to an e-invoice.',
54
+ },
55
+ {
56
+ displayName: 'Ledger Account ID',
57
+ name: 'ledgerAccountId',
58
+ type: 'string',
59
+ default: '',
60
+ description: 'The ledger account ID (optional)',
61
+ },
62
+ {
63
+ displayName: 'Product ID',
64
+ name: 'productId',
65
+ type: 'string',
66
+ default: '',
67
+ description: 'The ID of the product (optional)',
68
+ },
69
+ {
70
+ displayName: 'Quantity',
71
+ name: 'quantity',
72
+ type: 'number',
73
+ default: 1
74
+ },
75
+ {
76
+ displayName: 'Unit',
77
+ name: 'unit',
78
+ type: 'string',
79
+ default: 'piece',
80
+ description: 'Unit of measurement',
81
+ },
82
+ {
83
+ displayName: 'Unit Price (Excl. Tax)',
84
+ name: 'unitPrice',
85
+ type: 'string',
86
+ default: '',
87
+ description: 'Raw currency unit price excluding tax, as a string (up to 6 decimals)',
88
+ },
89
+ {
90
+ displayName: 'VAT Rate',
91
+ name: 'vatRate',
92
+ type: 'string',
93
+ default: 'FR_200',
94
+ description: 'VAT rate identifier (e.g. FR_200 for 20%)',
95
+ },
96
+ ],
97
+ }],
98
+ },
99
+ ];
100
+ //# sourceMappingURL=import.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/import.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceDescription: INodeProperties[];
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceDescription = void 0;
4
+ const get_1 = require("./get");
5
+ const getAll_1 = require("./getAll");
6
+ const create_1 = require("./create");
7
+ const subLists_1 = require("./subLists");
8
+ const uploadAppendix_1 = require("./uploadAppendix");
9
+ const sendByEmail_1 = require("./sendByEmail");
10
+ const import_1 = require("./import");
11
+ const linkCreditNote_1 = require("./linkCreditNote");
12
+ const eInvoiceImport_1 = require("./eInvoiceImport");
13
+ const sendToPA_1 = require("./sendToPA");
14
+ const update_1 = require("./update");
15
+ const markAsPaid_1 = require("./markAsPaid");
16
+ const categorize_1 = require("./categorize");
17
+ const updateImported_1 = require("./updateImported");
18
+ const finalize_1 = require("./finalize");
19
+ const deleteInvoice_1 = require("./deleteInvoice");
20
+ const showOnlyForCustomerInvoices = { resource: ['customerInvoice'] };
21
+ exports.customerInvoiceDescription = [
22
+ {
23
+ displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true,
24
+ displayOptions: { show: showOnlyForCustomerInvoices },
25
+ options: [
26
+ { name: 'Get', value: 'get', action: 'Get an invoice', description: 'Retrieve a single customer invoice by ID', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}' } } },
27
+ { name: 'Get Many', value: 'getAll', action: 'Get invoices', description: 'Retrieve a list of customer invoices with optional filters', routing: { request: { method: 'GET', url: '/customer_invoices' } } },
28
+ { name: 'Create', value: 'create', action: 'Create an invoice', description: 'Create a new customer invoice. Note: no idempotency — duplicate calls create duplicate invoices.', routing: { request: { method: 'POST', url: '/customer_invoices', body: { customer_id: '={{ $parameter.customerId }}', date: '={{ $parameter.date }}', deadline: '={{ $parameter.deadline }}', draft: '={{ $parameter.draft }}', external_reference: '={{ $parameter.externalReference }}', invoice_lines: '={{ ($parameter.invoiceLines?.line ?? []).map(l => ({ product_id: l.productId ? parseInt(l.productId, 10) : undefined, ledger_account_id: l.ledgerAccountId ? parseInt(l.ledgerAccountId, 10) : undefined, label: l.label, quantity: l.quantity, unit: l.unit, raw_currency_unit_price: l.unitPrice, vat_rate: l.vatRate })) }}', pdf_invoice_free_text: '={{ $parameter.pdfInvoiceFreeText }}', pdf_invoice_subject: '={{ $parameter.pdfInvoiceSubject }}' } } } },
29
+ { name: 'Create From Quote', value: 'createFromQuote', action: 'Create an invoice from a quote', description: 'Convert an existing quote into a finalized customer invoice', routing: { request: { method: 'POST', url: '/customer_invoices/create_from_quote', body: { quote_id: '={{ $parameter.quoteId }}', draft: '={{ $parameter.draft }}' } } } },
30
+ { name: 'List Invoice Line Sections', value: 'getInvoiceLineSections', action: 'List invoice line sections', description: 'Retrieve the invoice line sections of a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/invoice_line_sections' } } },
31
+ { name: 'List Invoice Lines', value: 'getInvoiceLines', action: 'List invoice lines', description: 'Retrieve the invoice lines of a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/invoice_lines' } } },
32
+ { name: 'List Payments', value: 'getPayments', action: 'List payments', description: 'Retrieve the payments recorded against a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/payments' } } },
33
+ { name: 'List Matched Transactions', value: 'getMatchedTransactions', action: 'List matched transactions', description: 'Retrieve the bank transactions matched to a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/matched_transactions' } } },
34
+ { name: 'List Appendices', value: 'getAppendices', action: 'List appendices', description: 'Retrieve the appendices (attached files) of a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/appendices' } } },
35
+ { name: 'List Categories', value: 'getCategories', action: 'List categories', description: 'Retrieve the categories linked to a customer invoice. Draft invoices always return an empty list.', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/categories' } } },
36
+ { name: 'List Custom Header Fields', value: 'getCustomHeaderFields', action: 'List custom header fields', description: 'Retrieve the custom header fields of a customer invoice', routing: { request: { method: 'GET', url: '=/customer_invoices/{{$parameter.invoiceId}}/custom_header_fields' } } },
37
+ { name: 'Upload Appendix', value: 'uploadAppendix', action: 'Upload an appendix', description: 'Attach a file (PDF or image) as an appendix to a customer invoice', routing: { request: { method: 'POST', url: '=/customer_invoices/{{$parameter.invoiceId}}/appendices' }, send: { preSend: [uploadAppendix_1.applyCustomerInvoiceUploadAppendixPreSend] } } },
38
+ { name: 'Send by Email', value: 'sendByEmail', action: 'Send an invoice by email', description: 'Send the customer invoice PDF by email', routing: { request: { method: 'POST', url: '=/customer_invoices/{{$parameter.invoiceId}}/send_by_email', body: { recipients: '={{ $parameter.recipients ? $parameter.recipients.split(",").map((e) => e.trim()).filter((e) => e) : undefined }}' } } } },
39
+ { name: 'Import', value: 'import', action: 'Import an invoice', description: 'Import a customer invoice with a file attachment. Use File Attachment Upload first.', routing: { request: { method: 'POST', url: '/customer_invoices/import', body: { file_attachment_id: '={{ $parameter.fileAttachmentId }}', customer_id: '={{ $parameter.customerId }}', date: '={{ $parameter.date }}', deadline: '={{ $parameter.deadline }}', currency_amount_before_tax: '={{ $parameter.currencyAmountBeforeTax }}', currency_tax: '={{ $parameter.currencyTax }}', currency_amount: '={{ $parameter.currencyAmount }}', import_as_incomplete: '={{ $parameter.importAsIncomplete }}', convert_to_e_invoice: '={{ $parameter.convertToEInvoice }}', invoice_number: '={{ $parameter.invoiceNumber || undefined }}', currency: '={{ $parameter.currency || undefined }}', amount: '={{ $parameter.amount || undefined }}', tax: '={{ $parameter.tax || undefined }}', label: '={{ $parameter.label || undefined }}', external_reference: '={{ $parameter.externalReference || undefined }}', invoice_lines: '={{ ($parameter.invoiceLines?.line ?? []).map(l => ({ label: l.label || undefined, quantity: l.quantity, unit: l.unit, raw_currency_unit_price: l.unitPrice, vat_rate: l.vatRate, currency_amount: l.currencyAmount, currency_tax: l.currencyTax, ledger_account_id: l.ledgerAccountId ? parseInt(l.ledgerAccountId, 10) : undefined, product_id: l.productId ? parseInt(l.productId, 10) : undefined })) }}' } } } },
40
+ { name: 'Link Credit Note', value: 'linkCreditNote', action: 'Link a credit note', description: 'Link an existing credit note to a customer invoice', routing: { request: { method: 'POST', url: '=/customer_invoices/{{$parameter.invoiceId}}/link_credit_note', body: { credit_note_id: '={{ parseInt($parameter.creditNoteId, 10) }}' } } } },
41
+ { name: 'Import a Customer E-Invoice', value: 'eInvoiceImport', action: 'Import a customer e invoice', description: 'Import a Factur-X PDF, UBL XML, or CII XML e-invoice file', routing: { request: { method: 'POST', url: '/customer_invoices/e_invoices/imports' }, send: { preSend: [eInvoiceImport_1.applyCustomerInvoiceEInvoiceImportPreSend] } } },
42
+ { name: 'Send E-Invoice to PA', value: 'sendToPA', action: 'Send an e invoice to the pa', description: 'Send a customer e-invoice to the Partner Dematerialization Platform (PA)', routing: { request: { method: 'POST', url: '=/customer_invoices/{{$parameter.invoiceId}}/send_to_pa' } } },
43
+ { name: 'Update', value: 'update', action: 'Update an invoice', description: 'Update a draft or finalized customer invoice', routing: { request: { method: 'PUT', url: '=/customer_invoices/{{$parameter.invoiceId}}' }, send: { preSend: [update_1.applyCustomerInvoiceUpdatePreSend] } } },
44
+ { name: 'Mark as Paid', value: 'markAsPaid', action: 'Mark an invoice as paid', description: 'Mark a customer invoice as fully paid', routing: { request: { method: 'PUT', url: '=/customer_invoices/{{$parameter.invoiceId}}/mark_as_paid' } } },
45
+ { name: 'Categorize', value: 'categorize', action: 'Categorize an invoice', description: 'Link one or more categories (with weights) to a customer invoice', routing: { request: { method: 'PUT', url: '=/customer_invoices/{{$parameter.invoiceId}}/categories' }, send: { preSend: [categorize_1.applyCustomerInvoiceCategorizePreSend] } } },
46
+ { name: 'Update an Imported Invoice', value: 'updateImported', action: 'Update an imported invoice', description: 'Update an imported (non-draft) customer invoice or credit note', routing: { request: { method: 'PUT', url: '=/customer_invoices/{{$parameter.invoiceId}}/update_imported' }, send: { preSend: [updateImported_1.applyCustomerInvoiceUpdateImportedPreSend] } } },
47
+ { name: 'Finalize Draft Invoice', value: 'finalize', action: 'Finalize a draft invoice', description: 'Finalize a draft customer invoice, assigning it an invoice number', routing: { request: { method: 'PUT', url: '=/customer_invoices/{{$parameter.invoiceId}}/finalize' } } },
48
+ { name: 'Delete Draft Invoice', value: 'delete', action: 'Delete a draft invoice', description: 'Delete a draft customer invoice. Only draft invoices can be deleted.', routing: { request: { method: 'DELETE', url: '=/customer_invoices/{{$parameter.invoiceId}}' } } },
49
+ ],
50
+ default: 'getAll',
51
+ },
52
+ ...get_1.customerInvoiceGetDescription,
53
+ ...getAll_1.customerInvoiceGetAllDescription,
54
+ ...create_1.customerInvoiceCreateDescription,
55
+ { displayName: 'Quote ID', name: 'quoteId', type: 'string', required: true, displayOptions: { show: { operation: ['createFromQuote'], resource: ['customerInvoice'] } }, default: '', description: 'The ID of the quote to convert to an invoice' },
56
+ { displayName: 'Draft', name: 'draft', type: 'boolean', default: true, displayOptions: { show: { operation: ['createFromQuote'], resource: ['customerInvoice'] } }, description: 'Whether to create the invoice as a draft (true) or finalize it immediately (false)' },
57
+ ...subLists_1.customerInvoiceSubListsDescription,
58
+ ...uploadAppendix_1.customerInvoiceUploadAppendixDescription,
59
+ ...sendByEmail_1.customerInvoiceSendByEmailDescription,
60
+ ...import_1.customerInvoiceImportDescription,
61
+ ...linkCreditNote_1.customerInvoiceLinkCreditNoteDescription,
62
+ ...eInvoiceImport_1.customerInvoiceEInvoiceImportDescription,
63
+ ...sendToPA_1.customerInvoiceSendToPADescription,
64
+ ...update_1.customerInvoiceUpdateDescription,
65
+ ...markAsPaid_1.customerInvoiceMarkAsPaidDescription,
66
+ ...categorize_1.customerInvoiceCategorizeDescription,
67
+ ...updateImported_1.customerInvoiceUpdateImportedDescription,
68
+ ...finalize_1.customerInvoiceFinalizeDescription,
69
+ ...deleteInvoice_1.customerInvoiceDeleteDescription,
70
+ ];
71
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceLinkCreditNoteDescription: INodeProperties[];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceLinkCreditNoteDescription = void 0;
4
+ const showForCustomerInvoiceLinkCreditNote = { operation: ['linkCreditNote'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceLinkCreditNoteDescription = [
6
+ {
7
+ displayName: 'Invoice ID',
8
+ name: 'invoiceId',
9
+ type: 'string',
10
+ required: true,
11
+ default: '',
12
+ displayOptions: { show: showForCustomerInvoiceLinkCreditNote },
13
+ description: 'The ID of the customer invoice to link the credit note to',
14
+ },
15
+ {
16
+ displayName: 'Credit Note ID',
17
+ name: 'creditNoteId',
18
+ type: 'string',
19
+ required: true,
20
+ default: '',
21
+ displayOptions: { show: showForCustomerInvoiceLinkCreditNote },
22
+ description: 'The ID of the credit note to link to this invoice',
23
+ },
24
+ ];
25
+ //# sourceMappingURL=linkCreditNote.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkCreditNote.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/linkCreditNote.ts"],"names":[],"mappings":";;;AAEA,MAAM,oCAAoC,GAAG,EAAE,SAAS,EAAE,CAAC,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAEjG,QAAA,wCAAwC,GAAsB;IAC1E;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,oCAAoC,EAAE;QAC9D,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE,EAAE,IAAI,EAAE,oCAAoC,EAAE;QAC9D,WAAW,EAAE,mDAAmD;KAChE;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceMarkAsPaidDescription: INodeProperties[];
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceMarkAsPaidDescription = void 0;
4
+ const showForCustomerInvoiceMarkAsPaid = { operation: ['markAsPaid'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceMarkAsPaidDescription = [
6
+ {
7
+ displayName: 'Invoice ID',
8
+ name: 'invoiceId',
9
+ type: 'string',
10
+ required: true,
11
+ default: '',
12
+ displayOptions: { show: showForCustomerInvoiceMarkAsPaid },
13
+ description: 'The ID of the customer invoice to mark as paid',
14
+ },
15
+ ];
16
+ //# sourceMappingURL=markAsPaid.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markAsPaid.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/markAsPaid.ts"],"names":[],"mappings":";;;AAEA,MAAM,gCAAgC,GAAG,EAAE,SAAS,EAAE,CAAC,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAEzF,QAAA,oCAAoC,GAAsB;IACtE;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,gCAAgC,EAAE;QAC1D,WAAW,EAAE,gDAAgD;KAC7D;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceSendByEmailDescription: INodeProperties[];
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customerInvoiceSendByEmailDescription = void 0;
4
+ const showForCustomerInvoiceSendByEmail = { operation: ['sendByEmail'], resource: ['customerInvoice'] };
5
+ exports.customerInvoiceSendByEmailDescription = [
6
+ {
7
+ displayName: 'Invoice ID',
8
+ name: 'invoiceId',
9
+ type: 'string',
10
+ required: true,
11
+ default: '',
12
+ displayOptions: { show: showForCustomerInvoiceSendByEmail },
13
+ description: 'The ID of the customer invoice to send by email',
14
+ },
15
+ {
16
+ displayName: 'Recipients',
17
+ name: 'recipients',
18
+ type: 'string',
19
+ default: '',
20
+ placeholder: 'name@email.com, other@email.com',
21
+ displayOptions: { show: showForCustomerInvoiceSendByEmail },
22
+ description: "Email recipients, comma-separated. If left empty, the email is sent to the customer's configured recipient email addresses.",
23
+ },
24
+ ];
25
+ //# sourceMappingURL=sendByEmail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendByEmail.js","sourceRoot":"","sources":["../../../../../nodes/Pennylane/resources/customer-invoice/sendByEmail.ts"],"names":[],"mappings":";;;AAEA,MAAM,iCAAiC,GAAG,EAAE,SAAS,EAAE,CAAC,aAAa,CAAC,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;AAE3F,QAAA,qCAAqC,GAAsB;IACvE;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,iCAAiC,EAAE;QAC3D,WAAW,EAAE,iDAAiD;KAC9D;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;QAC9C,cAAc,EAAE,EAAE,IAAI,EAAE,iCAAiC,EAAE;QAC3D,WAAW,EAAE,6HAA6H;KAC1I;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customerInvoiceSendToPADescription: INodeProperties[];