@spaceinvoices/react-ui 0.4.12 → 0.4.31

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 (334) hide show
  1. package/cli/dist/index.js +1 -1
  2. package/package.json +1 -1
  3. package/src/common/autocomplete.tsx +7 -1
  4. package/src/components/advance-invoices/advance-invoices.hooks.ts +35 -44
  5. package/src/components/advance-invoices/create/create-advance-invoice-form.tsx +189 -73
  6. package/src/components/advance-invoices/create/locales/bg.ts +17 -9
  7. package/src/components/advance-invoices/create/locales/cs.ts +17 -9
  8. package/src/components/advance-invoices/create/locales/de.ts +15 -7
  9. package/src/components/advance-invoices/create/locales/en.ts +15 -7
  10. package/src/components/advance-invoices/create/locales/es.ts +15 -7
  11. package/src/components/advance-invoices/create/locales/et.ts +17 -9
  12. package/src/components/advance-invoices/create/locales/fi.ts +18 -10
  13. package/src/components/advance-invoices/create/locales/fr.ts +16 -8
  14. package/src/components/advance-invoices/create/locales/hr.ts +15 -7
  15. package/src/components/advance-invoices/create/locales/is.ts +17 -9
  16. package/src/components/advance-invoices/create/locales/it.ts +15 -7
  17. package/src/components/advance-invoices/create/locales/nb.ts +17 -9
  18. package/src/components/advance-invoices/create/locales/nl.ts +15 -7
  19. package/src/components/advance-invoices/create/locales/pl.ts +17 -9
  20. package/src/components/advance-invoices/create/locales/pt.ts +16 -8
  21. package/src/components/advance-invoices/create/locales/sk.ts +17 -9
  22. package/src/components/advance-invoices/create/locales/sl.ts +14 -5
  23. package/src/components/advance-invoices/create/locales/sv.ts +17 -9
  24. package/src/components/advance-invoices/create/prepare-advance-invoice-submission.ts +47 -1
  25. package/src/components/advance-invoices/list/list-table.tsx +2 -1
  26. package/src/components/credit-notes/create/create-credit-note-form.tsx +253 -85
  27. package/src/components/credit-notes/create/locales/bg.ts +22 -8
  28. package/src/components/credit-notes/create/locales/cs.ts +22 -8
  29. package/src/components/credit-notes/create/locales/de.ts +20 -7
  30. package/src/components/credit-notes/create/locales/en.ts +19 -5
  31. package/src/components/credit-notes/create/locales/es.ts +20 -7
  32. package/src/components/credit-notes/create/locales/et.ts +22 -8
  33. package/src/components/credit-notes/create/locales/fi.ts +23 -9
  34. package/src/components/credit-notes/create/locales/fr.ts +21 -8
  35. package/src/components/credit-notes/create/locales/hr.ts +20 -7
  36. package/src/components/credit-notes/create/locales/is.ts +22 -8
  37. package/src/components/credit-notes/create/locales/it.ts +20 -7
  38. package/src/components/credit-notes/create/locales/nb.ts +22 -8
  39. package/src/components/credit-notes/create/locales/nl.ts +20 -7
  40. package/src/components/credit-notes/create/locales/pl.ts +22 -9
  41. package/src/components/credit-notes/create/locales/pt.ts +21 -8
  42. package/src/components/credit-notes/create/locales/sk.ts +22 -8
  43. package/src/components/credit-notes/create/locales/sl.ts +19 -5
  44. package/src/components/credit-notes/create/locales/sv.ts +22 -8
  45. package/src/components/credit-notes/create/prepare-credit-note-submission.ts +35 -1
  46. package/src/components/credit-notes/credit-notes.hooks.ts +21 -2
  47. package/src/components/credit-notes/list/list-table.tsx +2 -1
  48. package/src/components/delivery-notes/create/create-delivery-note-form.tsx +132 -30
  49. package/src/components/delivery-notes/create/locales/bg.ts +1 -0
  50. package/src/components/delivery-notes/create/locales/cs.ts +1 -0
  51. package/src/components/delivery-notes/create/locales/de.ts +1 -0
  52. package/src/components/delivery-notes/create/locales/en.ts +1 -0
  53. package/src/components/delivery-notes/create/locales/es.ts +1 -0
  54. package/src/components/delivery-notes/create/locales/et.ts +1 -0
  55. package/src/components/delivery-notes/create/locales/fi.ts +1 -0
  56. package/src/components/delivery-notes/create/locales/fr.ts +1 -0
  57. package/src/components/delivery-notes/create/locales/hr.ts +1 -0
  58. package/src/components/delivery-notes/create/locales/is.ts +1 -0
  59. package/src/components/delivery-notes/create/locales/it.ts +1 -0
  60. package/src/components/delivery-notes/create/locales/nb.ts +1 -0
  61. package/src/components/delivery-notes/create/locales/nl.ts +1 -0
  62. package/src/components/delivery-notes/create/locales/pl.ts +1 -0
  63. package/src/components/delivery-notes/create/locales/pt.ts +1 -0
  64. package/src/components/delivery-notes/create/locales/sk.ts +1 -0
  65. package/src/components/delivery-notes/create/locales/sl.ts +1 -0
  66. package/src/components/delivery-notes/create/locales/sv.ts +1 -0
  67. package/src/components/delivery-notes/create/prepare-delivery-note-submission.ts +34 -1
  68. package/src/components/delivery-notes/delivery-notes.hooks.ts +15 -1
  69. package/src/components/delivery-notes/list/list-table.tsx +2 -1
  70. package/src/components/documents/create/custom-create-template.ts +114 -0
  71. package/src/components/documents/create/document-add-item-form.tsx +12 -8
  72. package/src/components/documents/create/document-add-item-tax-rate-field.tsx +1 -2
  73. package/src/components/documents/create/document-date-validation.ts +111 -0
  74. package/src/components/documents/create/document-details-section.tsx +93 -48
  75. package/src/components/documents/create/document-form-item.ts +67 -0
  76. package/src/components/documents/create/document-item-validation.ts +6 -2
  77. package/src/components/documents/create/form-types.ts +2 -2
  78. package/src/components/documents/create/linked-documents-info.tsx +2 -11
  79. package/src/components/documents/create/live-preview.tsx +3 -3
  80. package/src/components/documents/create/mark-as-paid-section.tsx +14 -11
  81. package/src/components/documents/create/payment-rows.ts +30 -0
  82. package/src/components/documents/create/prepare-document-submission.ts +143 -103
  83. package/src/components/documents/create/prepare-preview-data.ts +12 -0
  84. package/src/components/documents/create/preserved-expected-total.ts +90 -0
  85. package/src/components/documents/public/public-document-summary.tsx +6 -13
  86. package/src/components/documents/view/document-actions-bar.tsx +10 -1
  87. package/src/components/documents/view/document-details-card.tsx +4 -12
  88. package/src/components/documents/view/document-relations-list.tsx +4 -4
  89. package/src/components/documents/view/locales/bg.ts +8 -8
  90. package/src/components/documents/view/locales/cs.ts +8 -8
  91. package/src/components/documents/view/locales/de.ts +1 -1
  92. package/src/components/documents/view/locales/en.ts +14 -14
  93. package/src/components/documents/view/locales/es.ts +1 -1
  94. package/src/components/documents/view/locales/et.ts +8 -8
  95. package/src/components/documents/view/locales/fi.ts +10 -10
  96. package/src/components/documents/view/locales/fr.ts +1 -1
  97. package/src/components/documents/view/locales/hr.ts +6 -6
  98. package/src/components/documents/view/locales/is.ts +8 -8
  99. package/src/components/documents/view/locales/it.ts +1 -1
  100. package/src/components/documents/view/locales/nb.ts +8 -8
  101. package/src/components/documents/view/locales/nl.ts +1 -1
  102. package/src/components/documents/view/locales/pl.ts +1 -1
  103. package/src/components/documents/view/locales/pt.ts +1 -1
  104. package/src/components/documents/view/locales/sk.ts +8 -8
  105. package/src/components/documents/view/locales/sl.ts +9 -9
  106. package/src/components/documents/view/locales/sv.ts +1 -1
  107. package/src/components/documents/view/use-document-download.ts +2 -2
  108. package/src/components/entities/entity-settings-form/locales/bg.ts +7 -0
  109. package/src/components/entities/entity-settings-form/locales/cs.ts +7 -0
  110. package/src/components/entities/entity-settings-form/locales/de.ts +9 -0
  111. package/src/components/entities/entity-settings-form/locales/en.ts +7 -0
  112. package/src/components/entities/entity-settings-form/locales/es.ts +7 -0
  113. package/src/components/entities/entity-settings-form/locales/et.ts +7 -0
  114. package/src/components/entities/entity-settings-form/locales/fi.ts +7 -0
  115. package/src/components/entities/entity-settings-form/locales/fr.ts +7 -0
  116. package/src/components/entities/entity-settings-form/locales/hr.ts +7 -0
  117. package/src/components/entities/entity-settings-form/locales/is.ts +7 -0
  118. package/src/components/entities/entity-settings-form/locales/it.ts +7 -0
  119. package/src/components/entities/entity-settings-form/locales/nb.ts +7 -0
  120. package/src/components/entities/entity-settings-form/locales/nl.ts +7 -0
  121. package/src/components/entities/entity-settings-form/locales/pl.ts +7 -0
  122. package/src/components/entities/entity-settings-form/locales/pt.ts +7 -0
  123. package/src/components/entities/entity-settings-form/locales/sk.ts +7 -0
  124. package/src/components/entities/entity-settings-form/locales/sl.ts +12 -4
  125. package/src/components/entities/entity-settings-form/locales/sv.ts +7 -0
  126. package/src/components/entities/settings/tax-rules-settings-form.tsx +36 -0
  127. package/src/components/estimates/create/create-estimate-form.tsx +195 -47
  128. package/src/components/estimates/create/locales/bg.ts +6 -5
  129. package/src/components/estimates/create/locales/cs.ts +6 -5
  130. package/src/components/estimates/create/locales/de.ts +4 -3
  131. package/src/components/estimates/create/locales/en.ts +4 -3
  132. package/src/components/estimates/create/locales/es.ts +4 -3
  133. package/src/components/estimates/create/locales/et.ts +6 -5
  134. package/src/components/estimates/create/locales/fi.ts +9 -8
  135. package/src/components/estimates/create/locales/fr.ts +4 -3
  136. package/src/components/estimates/create/locales/hr.ts +7 -6
  137. package/src/components/estimates/create/locales/is.ts +6 -5
  138. package/src/components/estimates/create/locales/it.ts +4 -3
  139. package/src/components/estimates/create/locales/nb.ts +6 -5
  140. package/src/components/estimates/create/locales/nl.ts +4 -3
  141. package/src/components/estimates/create/locales/pl.ts +4 -3
  142. package/src/components/estimates/create/locales/pt.ts +4 -3
  143. package/src/components/estimates/create/locales/sk.ts +6 -5
  144. package/src/components/estimates/create/locales/sl.ts +7 -6
  145. package/src/components/estimates/create/locales/sv.ts +6 -5
  146. package/src/components/estimates/create/prepare-estimate-submission.ts +37 -3
  147. package/src/components/estimates/estimates.hooks.ts +11 -2
  148. package/src/components/estimates/list/list-table.tsx +11 -1
  149. package/src/components/estimates/list/locales/bg.ts +2 -0
  150. package/src/components/estimates/list/locales/cs.ts +2 -0
  151. package/src/components/estimates/list/locales/de.ts +2 -0
  152. package/src/components/estimates/list/locales/en.ts +2 -0
  153. package/src/components/estimates/list/locales/es.ts +2 -0
  154. package/src/components/estimates/list/locales/et.ts +2 -0
  155. package/src/components/estimates/list/locales/fi.ts +2 -0
  156. package/src/components/estimates/list/locales/fr.ts +2 -0
  157. package/src/components/estimates/list/locales/hr.ts +7 -5
  158. package/src/components/estimates/list/locales/is.ts +2 -0
  159. package/src/components/estimates/list/locales/it.ts +2 -0
  160. package/src/components/estimates/list/locales/nb.ts +2 -0
  161. package/src/components/estimates/list/locales/nl.ts +2 -0
  162. package/src/components/estimates/list/locales/pl.ts +2 -0
  163. package/src/components/estimates/list/locales/pt.ts +2 -0
  164. package/src/components/estimates/list/locales/sk.ts +2 -0
  165. package/src/components/estimates/list/locales/sl.ts +9 -7
  166. package/src/components/estimates/list/locales/sv.ts +2 -0
  167. package/src/components/invoices/create/create-invoice-form.tsx +230 -60
  168. package/src/components/invoices/create/locales/bg.ts +23 -14
  169. package/src/components/invoices/create/locales/cs.ts +23 -14
  170. package/src/components/invoices/create/locales/de.ts +17 -9
  171. package/src/components/invoices/create/locales/en.ts +16 -7
  172. package/src/components/invoices/create/locales/es.ts +18 -9
  173. package/src/components/invoices/create/locales/et.ts +23 -14
  174. package/src/components/invoices/create/locales/fi.ts +24 -15
  175. package/src/components/invoices/create/locales/fr.ts +19 -11
  176. package/src/components/invoices/create/locales/hr.ts +18 -9
  177. package/src/components/invoices/create/locales/is.ts +23 -14
  178. package/src/components/invoices/create/locales/it.ts +19 -11
  179. package/src/components/invoices/create/locales/nb.ts +23 -14
  180. package/src/components/invoices/create/locales/nl.ts +19 -10
  181. package/src/components/invoices/create/locales/pl.ts +19 -11
  182. package/src/components/invoices/create/locales/pt.ts +19 -10
  183. package/src/components/invoices/create/locales/sk.ts +23 -14
  184. package/src/components/invoices/create/locales/sl.ts +17 -9
  185. package/src/components/invoices/create/locales/sv.ts +17 -8
  186. package/src/components/invoices/create/prepare-invoice-submission.ts +55 -1
  187. package/src/components/invoices/invoices.hooks.ts +11 -2
  188. package/src/components/invoices/list/list-table.tsx +2 -1
  189. package/src/components/invoices/send-email-dialog/locales/bg.ts +5 -0
  190. package/src/components/invoices/send-email-dialog/locales/cs.ts +5 -0
  191. package/src/components/invoices/send-email-dialog/locales/de.ts +5 -0
  192. package/src/components/invoices/send-email-dialog/locales/en.ts +5 -0
  193. package/src/components/invoices/send-email-dialog/locales/es.ts +5 -0
  194. package/src/components/invoices/send-email-dialog/locales/et.ts +5 -0
  195. package/src/components/invoices/send-email-dialog/locales/fi.ts +5 -0
  196. package/src/components/invoices/send-email-dialog/locales/fr.ts +5 -0
  197. package/src/components/invoices/send-email-dialog/locales/hr.ts +8 -3
  198. package/src/components/invoices/send-email-dialog/locales/is.ts +5 -0
  199. package/src/components/invoices/send-email-dialog/locales/it.ts +5 -0
  200. package/src/components/invoices/send-email-dialog/locales/nb.ts +5 -0
  201. package/src/components/invoices/send-email-dialog/locales/nl.ts +5 -0
  202. package/src/components/invoices/send-email-dialog/locales/pl.ts +5 -0
  203. package/src/components/invoices/send-email-dialog/locales/pt.ts +5 -0
  204. package/src/components/invoices/send-email-dialog/locales/sk.ts +5 -0
  205. package/src/components/invoices/send-email-dialog/locales/sl.ts +8 -3
  206. package/src/components/invoices/send-email-dialog/locales/sv.ts +5 -0
  207. package/src/components/invoices/send-email-dialog/send-email-dialog.tsx +2 -1
  208. package/src/components/items/item-combobox.tsx +4 -4
  209. package/src/components/payments/create-payment-form/create-payment-form.tsx +5 -2
  210. package/src/components/payments/edit-payment-form/edit-payment-form.tsx +5 -1
  211. package/src/components/recurring-invoices/create-recurring-invoice-form/create-recurring-invoice-form.tsx +98 -22
  212. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/bg.ts +26 -26
  213. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/cs.ts +25 -25
  214. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/et.ts +26 -26
  215. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/fi.ts +36 -36
  216. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/is.ts +26 -26
  217. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/nb.ts +26 -26
  218. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sk.ts +25 -25
  219. package/src/components/recurring-invoices/create-recurring-invoice-form/locales/sv.ts +26 -26
  220. package/src/components/recurring-invoices/list/list-row-actions.tsx +9 -1
  221. package/src/components/recurring-invoices/list/list-table.tsx +53 -5
  222. package/src/components/recurring-invoices/list/locales/bg.ts +4 -0
  223. package/src/components/recurring-invoices/list/locales/cs.ts +4 -0
  224. package/src/components/recurring-invoices/list/locales/de.ts +4 -0
  225. package/src/components/recurring-invoices/list/locales/en.ts +4 -0
  226. package/src/components/recurring-invoices/list/locales/es.ts +4 -0
  227. package/src/components/recurring-invoices/list/locales/et.ts +4 -0
  228. package/src/components/recurring-invoices/list/locales/fi.ts +4 -0
  229. package/src/components/recurring-invoices/list/locales/fr.ts +4 -0
  230. package/src/components/recurring-invoices/list/locales/hr.ts +4 -0
  231. package/src/components/recurring-invoices/list/locales/is.ts +4 -0
  232. package/src/components/recurring-invoices/list/locales/it.ts +4 -0
  233. package/src/components/recurring-invoices/list/locales/nb.ts +4 -0
  234. package/src/components/recurring-invoices/list/locales/nl.ts +4 -0
  235. package/src/components/recurring-invoices/list/locales/pl.ts +4 -0
  236. package/src/components/recurring-invoices/list/locales/pt.ts +4 -0
  237. package/src/components/recurring-invoices/list/locales/sk.ts +4 -0
  238. package/src/components/recurring-invoices/list/locales/sl.ts +4 -0
  239. package/src/components/recurring-invoices/list/locales/sv.ts +4 -0
  240. package/src/components/tax-reports/slovenia-tax-profile-step.tsx +4 -1
  241. package/src/components/tax-reports/slovenia-yearly-export-form.tsx +3 -0
  242. package/src/components/tax-reports/slovenia-yearly-review-step.tsx +2 -1
  243. package/src/components/ui/form.tsx +5 -13
  244. package/src/components/ui/select.tsx +0 -1
  245. package/src/components/ui/sidebar.tsx +2 -2
  246. package/src/generate-schemas.ts +132 -99
  247. package/src/generated/schemas/acceptentityinvitation_body.ts +4 -3
  248. package/src/generated/schemas/accountwebhook.ts +4 -8
  249. package/src/generated/schemas/addentityuser_body.ts +4 -3
  250. package/src/generated/schemas/advanceinvoice.ts +167 -168
  251. package/src/generated/schemas/authorizeshopify_body.ts +4 -3
  252. package/src/generated/schemas/calculatedocumentpreview.ts +120 -0
  253. package/src/generated/schemas/checktransactiontype.ts +35 -0
  254. package/src/generated/schemas/creditnote.ts +203 -76
  255. package/src/generated/schemas/customadvanceinvoice.ts +172 -165
  256. package/src/generated/schemas/customcreditnote.ts +183 -155
  257. package/src/generated/schemas/customdeliverynote.ts +166 -0
  258. package/src/generated/schemas/customer.ts +4 -8
  259. package/src/generated/schemas/customestimate.ts +123 -97
  260. package/src/generated/schemas/customincomingpurchasedocument.ts +142 -0
  261. package/src/generated/schemas/custominvoice.ts +183 -154
  262. package/src/generated/schemas/deliverynote.ts +124 -79
  263. package/src/generated/schemas/einvoice.ts +19 -0
  264. package/src/generated/schemas/einvoicingsettings.ts +21 -0
  265. package/src/generated/schemas/einvoicingsupplier.ts +45 -0
  266. package/src/generated/schemas/entity.ts +44 -40
  267. package/src/generated/schemas/entityapikey.ts +1 -3
  268. package/src/generated/schemas/entityuserrole.ts +1 -3
  269. package/src/generated/schemas/estimate.ts +120 -127
  270. package/src/generated/schemas/exportsloveniavodxml_body.ts +4 -3
  271. package/src/generated/schemas/exportsloveniayearlynormiranireport_body.ts +4 -3
  272. package/src/generated/schemas/finadevice.ts +15 -0
  273. package/src/generated/schemas/finalizedocument.ts +52 -0
  274. package/src/generated/schemas/finapremise.ts +15 -0
  275. package/src/generated/schemas/finasettings.ts +1 -3
  276. package/src/generated/schemas/furselectronicdevice.ts +15 -0
  277. package/src/generated/schemas/furssettings.ts +1 -3
  278. package/src/generated/schemas/image.ts +15 -0
  279. package/src/generated/schemas/incomingpurchasedocument.ts +7 -27
  280. package/src/generated/schemas/incomingpurchasedocumentattachment.ts +15 -0
  281. package/src/generated/schemas/incomingpurchasedocumentpayment.ts +1 -3
  282. package/src/generated/schemas/index.ts +20 -5
  283. package/src/generated/schemas/invoice.ts +182 -183
  284. package/src/generated/schemas/item.ts +6 -10
  285. package/src/generated/schemas/legacymigrationauth.ts +18 -0
  286. package/src/generated/schemas/me.ts +2 -24
  287. package/src/generated/schemas/migrationjob.ts +20 -0
  288. package/src/generated/schemas/order.ts +4 -8
  289. package/src/generated/schemas/orderintegration.ts +4 -8
  290. package/src/generated/schemas/payment.ts +4 -8
  291. package/src/generated/schemas/ptatcudseries.ts +1 -3
  292. package/src/generated/schemas/queryentitystats.ts +15 -0
  293. package/src/generated/schemas/recurringinvoice.ts +4 -8
  294. package/src/generated/schemas/registerfursmovablepremise_body.ts +1 -3
  295. package/src/generated/schemas/registerfursrealestatepremise_body.ts +1 -3
  296. package/src/generated/schemas/renderadvanceinvoicepreview_body.ts +10 -16
  297. package/src/generated/schemas/rendercreditnotepreview_body.ts +10 -16
  298. package/src/generated/schemas/renderdeliverynotepreview_body.ts +9 -5
  299. package/src/generated/schemas/renderestimatepreview_body.ts +11 -7
  300. package/src/generated/schemas/renderinvoicepreview_body.ts +10 -16
  301. package/src/generated/schemas/reviewsloveniayearlynormiranireport.ts +15 -0
  302. package/src/generated/schemas/searcheinvoicingcustomer.ts +18 -0
  303. package/src/generated/schemas/senddocument_body.ts +1 -3
  304. package/src/generated/schemas/sendemail_body.ts +2 -24
  305. package/src/generated/schemas/sloveniataxprofile.ts +8 -10
  306. package/src/generated/schemas/starteslogexport_body.ts +4 -3
  307. package/src/generated/schemas/startpdfexport_body.ts +8 -87
  308. package/src/generated/schemas/stripeappconnect_body.ts +4 -3
  309. package/src/generated/schemas/stripeappcreateinvoice_body.ts +4 -6
  310. package/src/generated/schemas/stripeappmarketplaceauthorize.ts +15 -0
  311. package/src/generated/schemas/stripeappupdatesettings_body.ts +6 -6
  312. package/src/generated/schemas/supplier.ts +4 -8
  313. package/src/generated/schemas/syncshopifyorders_body.ts +4 -3
  314. package/src/generated/schemas/tax.ts +6 -8
  315. package/src/generated/schemas/uploadfile_body.ts +1 -3
  316. package/src/generated/schemas/uploadfurscertificate_body.ts +6 -6
  317. package/src/generated/schemas/userfinasettings.ts +1 -3
  318. package/src/generated/schemas/userfurssettings.ts +1 -3
  319. package/src/generated/schemas/userptsettings.ts +1 -3
  320. package/src/generated/schemas/voidinvoice_body.ts +8 -3
  321. package/src/generated/schemas/webhook.ts +4 -8
  322. package/src/generated/schemas/wlsubscriptionbillingemail.ts +17 -0
  323. package/src/hooks/use-duplicate-document.ts +61 -30
  324. package/src/lib/date-only.ts +58 -0
  325. package/src/lib/document-display.ts +18 -0
  326. package/src/lib/payment-display.ts +5 -3
  327. package/src/lib/schemas/shared.ts +11 -0
  328. package/src/providers/wl-subscription-provider.tsx +5 -0
  329. package/src/generated/schemas/account_webhook.ts +0 -43
  330. package/src/generated/schemas/previewadvanceinvoice_body.ts +0 -354
  331. package/src/generated/schemas/previewestimate_body.ts +0 -309
  332. package/src/generated/schemas/registerfinamovablepremise_body.ts +0 -26
  333. package/src/generated/schemas/registerfinarealestatepremise_body.ts +0 -37
  334. package/src/generated/schemas/renderdocument_body.ts +0 -594
@@ -8,25 +8,6 @@ import { z } from 'zod';
8
8
 
9
9
  // Schemas for creditnote endpoints
10
10
 
11
- // Dependency schema for creditnote
12
- const LineDiscount = z.object({
13
- value: z.number().gte(0),
14
- type: z.enum(["percent", "amount"]).optional().default("percent"),
15
- });
16
-
17
-
18
- // Dependency schema for creditnote
19
- const DocumentItemTax = z
20
- .object({
21
- rate: z.number(),
22
- tax_id: z.string(),
23
- classification: z.string(),
24
- reverse_charge: z.boolean(),
25
- amount: z.number(),
26
- })
27
- .partial();
28
-
29
-
30
11
  // Dependency schema for creditnote
31
12
  const DocumentEntity = z
32
13
  .object({
@@ -42,19 +23,22 @@ const DocumentEntity = z
42
23
  tax_number: z.union([z.string(), z.null()]),
43
24
  tax_number_2: z.union([z.string(), z.null()]),
44
25
  company_number: z.union([z.string(), z.null()]),
26
+ phone: z.union([z.string(), z.null()]),
27
+ peppol_id: z.union([z.string(), z.null()]),
28
+ is_end_consumer: z.union([z.boolean(), z.null()]),
45
29
  bank_account: z.union([
46
30
  z
47
31
  .object({
48
32
  type: z
49
33
  .enum(["iban", "us_domestic", "uk_domestic", "other"])
50
34
  .default("iban"),
51
- name: z.string(),
52
- bank_name: z.string(),
53
- iban: z.string(),
54
- account_number: z.string(),
55
- bic: z.string(),
56
- routing_number: z.string(),
57
- sort_code: z.string(),
35
+ name: z.union([z.string(), z.null()]),
36
+ bank_name: z.union([z.string(), z.null()]),
37
+ iban: z.union([z.string(), z.null()]),
38
+ account_number: z.union([z.string(), z.null()]),
39
+ bic: z.union([z.string(), z.null()]),
40
+ routing_number: z.union([z.string(), z.null()]),
41
+ sort_code: z.union([z.string(), z.null()]),
58
42
  })
59
43
  .partial()
60
44
  .passthrough(),
@@ -65,7 +49,188 @@ const DocumentEntity = z
65
49
  .passthrough();
66
50
 
67
51
 
68
- // Schema for update creditnote operation
52
+ // Dependency schema for creditnote
53
+ const CreateDocumentCustomer = DocumentEntity.and(
54
+ z.union([
55
+ z
56
+ .object({ save_customer: z.union([z.boolean(), z.null()]) })
57
+ .partial()
58
+ .passthrough(),
59
+ z.null(),
60
+ ])
61
+ );
62
+
63
+
64
+ // Dependency schema for creditnote
65
+ const PtDocumentInput = z.union([
66
+ z
67
+ .object({
68
+ series_id: z.union([z.string(), z.null()]),
69
+ manual: z.union([z.boolean(), z.null()]),
70
+ manual_sequential_number: z.union([z.number(), z.null()]),
71
+ manual_series_code: z.union([z.string(), z.null()]),
72
+ operator_first_name: z.union([z.string(), z.null()]),
73
+ operator_last_name: z.union([z.string(), z.null()]),
74
+ operator_tax_number: z.union([z.string(), z.null()]),
75
+ account_first_name: z.union([z.string(), z.null()]),
76
+ account_last_name: z.union([z.string(), z.null()]),
77
+ account_tax_number: z.union([z.string(), z.null()]),
78
+ })
79
+ .partial(),
80
+ z.null(),
81
+ ]);
82
+
83
+
84
+ // Dependency schema for creditnote
85
+ const DocumentItemTax = z
86
+ .object({
87
+ rate: z.union([z.number(), z.null()]),
88
+ tax_id: z.union([z.string(), z.null()]),
89
+ classification: z.union([z.string(), z.null()]),
90
+ reverse_charge: z.union([z.boolean(), z.null()]),
91
+ amount: z.union([z.number(), z.null()]),
92
+ pt_exemption_code: z.union([z.string(), z.null()]),
93
+ pt_exemption_reason: z.union([z.string(), z.null()]),
94
+ })
95
+ .partial();
96
+
97
+
98
+ // Dependency schema for creditnote
99
+ const LineDiscount = z.object({
100
+ value: z.number().gte(0),
101
+ type: z.enum(["percent", "amount"]).optional().default("percent"),
102
+ });
103
+
104
+
105
+ // Dependency schema for creditnote
106
+ const CreateDocumentItem = z
107
+ .object({
108
+ type: z.union([z.union([z.enum(["separator"]), z.null()]), z.null()]),
109
+ name: z.union([z.string(), z.null()]),
110
+ description: z.union([z.string(), z.null()]),
111
+ classification: z.union([
112
+ z.union([z.enum(["product", "service", "advance"]), z.null()]),
113
+ z.null(),
114
+ ]),
115
+ price: z.union([z.number(), z.null()]),
116
+ gross_price: z.union([z.number(), z.null()]),
117
+ quantity: z.union([z.number(), z.null()]),
118
+ unit: z.union([z.string(), z.null()]),
119
+ taxes: z.array(DocumentItemTax),
120
+ discounts: z.array(LineDiscount).max(5),
121
+ item_id: z.union([z.string(), z.null()]),
122
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]),
123
+ save_item: z.union([z.boolean(), z.null()]),
124
+ })
125
+ .partial();
126
+
127
+
128
+ // Dependency schema for creditnote
129
+ const CreateDocumentPayment = z.object({
130
+ incoming_purchase_document_id: z.union([z.string(), z.null()]).optional(),
131
+ applied_to_incoming_purchase_document_id: z
132
+ .union([z.string(), z.null()])
133
+ .optional(),
134
+ amount: z.union([z.number(), z.null()]).optional(),
135
+ type: z.enum([
136
+ "cash",
137
+ "bank_transfer",
138
+ "card",
139
+ "check",
140
+ "paypal",
141
+ "coupon",
142
+ "other",
143
+ "credit_note",
144
+ "advance",
145
+ ]),
146
+ date: z.union([z.string(), z.null()]).optional(),
147
+ tag: z.union([z.string(), z.null()]).optional(),
148
+ reference: z.union([z.string(), z.null()]).optional(),
149
+ note: z.union([z.string(), z.null()]).optional(),
150
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
151
+ });
152
+
153
+
154
+ // Dependency schema for creditnote
155
+ const CreateFursDocumentData = z.union([
156
+ z
157
+ .object({
158
+ business_premise_name: z.union([z.string(), z.null()]),
159
+ electronic_device_name: z.union([z.string(), z.null()]),
160
+ operator_tax_number: z.union([z.string(), z.null()]),
161
+ operator_label: z.union([z.string(), z.null()]),
162
+ skip: z.union([z.boolean(), z.null()]),
163
+ })
164
+ .partial(),
165
+ z.null(),
166
+ ]);
167
+
168
+
169
+ // Dependency schema for creditnote
170
+ const CreateFinaInvoiceData = z.union([
171
+ z
172
+ .object({
173
+ business_premise_name: z.union([z.string(), z.null()]),
174
+ electronic_device_name: z.union([z.string(), z.null()]),
175
+ operator_oib: z.union([z.string(), z.null()]),
176
+ operator_label: z.union([z.string(), z.null()]),
177
+ payment_type: z.union([
178
+ z.union([z.enum(["cash", "card", "online", "bank_transfer", "paypal", "crypto", "coupon", "other"]), z.null()]),
179
+ z.null(),
180
+ ]),
181
+ subsequent_submit: z.union([z.boolean(), z.null()]),
182
+ })
183
+ .partial(),
184
+ z.null(),
185
+ ]);
186
+
187
+
188
+ // Dependency schema for creditnote
189
+ const EslogInput = z.union([
190
+ z
191
+ .object({ validation_enabled: z.union([z.boolean(), z.null()]) })
192
+ .partial()
193
+ .passthrough(),
194
+ z.null(),
195
+ ]);
196
+
197
+
198
+ // Schema for createCreditNote operation
199
+ const createCreditNoteSchemaDefinition = z.object({
200
+ is_draft: z.boolean().optional(),
201
+ date: z
202
+ .string()
203
+ .regex(/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?)?$/)
204
+ .optional(),
205
+ issuer: DocumentEntity.optional(),
206
+ customer_id: z.union([z.string(), z.null()]).optional(),
207
+ customer: CreateDocumentCustomer.optional(),
208
+ note: z.union([z.string(), z.null()]).optional(),
209
+ payment_terms: z.union([z.string(), z.null()]).optional(),
210
+ tax_clause: z.union([z.string(), z.null()]).optional(),
211
+ footer: z.union([z.string(), z.null()]).optional(),
212
+ signature: z.union([z.string(), z.null()]).optional(),
213
+ calculation_mode: z
214
+ .union([z.union([z.enum(["b2b_standard", "b2c_gross_discount"]), z.null()]), z.null()])
215
+ .optional(),
216
+ currency_code: z.string().max(3).optional(),
217
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
218
+ reference: z.union([z.string(), z.null()]).optional(),
219
+ pt: PtDocumentInput.optional(),
220
+ date_service: z.union([z.string(), z.null()]).optional(),
221
+ date_service_to: z.union([z.string(), z.null()]).optional(),
222
+ date_due: z.union([z.string(), z.null()]).optional(),
223
+ items: z.array(CreateDocumentItem).min(1),
224
+ linked_documents: z.union([z.array(z.string().min(1)), z.null()]).optional(),
225
+ payments: z.union([z.array(CreateDocumentPayment), z.null()]).optional(),
226
+ furs: CreateFursDocumentData.optional(),
227
+ fina: CreateFinaInvoiceData.optional(),
228
+ eslog: EslogInput.optional(),
229
+ expected_total_with_tax: z.union([z.number(), z.null()]).optional(),
230
+ });
231
+
232
+
233
+ // Schema for updateCreditNote operation
69
234
  const updateCreditNoteSchemaDefinition = z
70
235
  .object({
71
236
  date: z
@@ -73,63 +238,25 @@ const updateCreditNoteSchemaDefinition = z
73
238
  .regex(/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?)?$/),
74
239
  issuer: DocumentEntity.and(z.unknown()),
75
240
  customer_id: z.union([z.string(), z.null()]),
76
- customer: DocumentEntity.and(
77
- z.union([
78
- z
79
- .object({ save_customer: z.boolean().default(true) })
80
- .partial()
81
- .passthrough(),
82
- z.null(),
83
- ])
84
- ),
85
- items: z
86
- .array(
87
- z.object({
88
- type: z.enum(["separator"]).optional(),
89
- name: z.string().min(1).optional(),
90
- description: z.union([z.string().max(4000, "Description must not exceed 4000 characters"), z.null()]).optional(),
91
- price: z.number().optional(),
92
- gross_price: z.number().optional(),
93
- quantity: z.number().gte(-140737488355328).lte(140737488355327).optional(),
94
- unit: z.union([z.string(), z.null()]).optional(),
95
- taxes: z.array(DocumentItemTax).optional(),
96
- discounts: z.array(LineDiscount).max(5).optional(),
97
- metadata: z
98
- .union([
99
- z.string(),
100
- z.number(),
101
- z.boolean(),
102
- z.null(),
103
- z.object({}).partial().passthrough(),
104
- z.array(z.unknown()),
105
- z.null(),
106
- ])
107
- .optional(),
108
- item_id: z.string().optional(),
109
- })
110
- )
111
- .min(1),
241
+ customer: CreateDocumentCustomer,
242
+ items: z.array(CreateDocumentItem).min(1),
112
243
  note: z.union([z.string(), z.null()]),
244
+ payment_terms: z.union([z.string(), z.null()]),
245
+ tax_clause: z.union([z.string(), z.null()]),
113
246
  footer: z.union([z.string(), z.null()]),
114
247
  signature: z.union([z.string(), z.null()]),
115
- reference: z.union([z.string(), z.null()]),
116
- payment_terms: z.union([z.string(), z.null()]),
117
248
  currency_code: z.string(),
249
+ reference: z.union([z.string(), z.null()]),
118
250
  metadata: z.union([z.object({}).partial().passthrough(), z.null()]),
119
251
  change_reason: z.string().max(500),
120
- linked_documents: z.array(z.string().min(1)),
121
- eslog: z.union([
122
- z
123
- .object({ validation_enabled: z.union([z.boolean(), z.null()]) })
124
- .partial()
125
- .passthrough(),
126
- z.null(),
127
- ]),
252
+ date_service: z.union([z.string(), z.null()]),
253
+ date_service_to: z.union([z.string(), z.null()]),
254
+ linked_documents: z.union([z.array(z.string().min(1)), z.null()]),
255
+ eslog: EslogInput,
128
256
  })
129
257
  .partial();
130
258
 
131
- // Type for update creditnote operation
259
+ export type CreateCreditNoteSchema = z.infer<typeof createCreditNoteSchemaDefinition>;
260
+ export const createCreditNoteSchema = createCreditNoteSchemaDefinition;
132
261
  export type UpdateCreditNoteSchema = z.infer<typeof updateCreditNoteSchemaDefinition>;
133
-
134
262
  export const updateCreditNoteSchema = updateCreditNoteSchemaDefinition;
135
-
@@ -8,85 +8,6 @@ import { z } from 'zod';
8
8
 
9
9
  // Schemas for customadvanceinvoice endpoints
10
10
 
11
- // Dependency schema for customadvanceinvoice
12
- const LineDiscount = z.object({
13
- value: z.number().gte(0),
14
- type: z.enum(["percent", "amount"]).optional().default("percent"),
15
- });
16
-
17
-
18
- // Dependency schema for customadvanceinvoice
19
- const DocumentItemTax = z
20
- .object({
21
- rate: z.number(),
22
- tax_id: z.string(),
23
- classification: z.string(),
24
- reverse_charge: z.boolean(),
25
- amount: z.number(),
26
- })
27
- .partial();
28
-
29
-
30
- // Dependency schema for customadvanceinvoice
31
- const FinaFiscalizationResponse = z.union([
32
- z
33
- .object({
34
- status: z.enum(["pending", "success", "failed"]),
35
- fiscalized_at: z.string().datetime({ offset: true }).optional(),
36
- error: z.string().optional(),
37
- data: z
38
- .object({
39
- zki: z.string(),
40
- jir: z.string().optional(),
41
- qr_code_url: z.string().optional(),
42
- premise_id: z.string(),
43
- device_id: z.string(),
44
- invoice_number: z.string(),
45
- operator_oib: z.string().optional(),
46
- payment_type: z.string().optional(),
47
- numbering_sequence: z.string().optional(),
48
- payload: z.object({}).partial().passthrough(),
49
- subsequent_submit: z.boolean().optional(),
50
- issuer_oib: z.string().optional(),
51
- operator_label: z.string().optional(),
52
- })
53
- .passthrough()
54
- .optional(),
55
- })
56
- .passthrough(),
57
- z.null(),
58
- ]);
59
-
60
-
61
- // Dependency schema for customadvanceinvoice
62
- const EslogData = z.union([
63
- z
64
- .object({
65
- validation_enabled: z.union([z.boolean(), z.null()]),
66
- validation_status: z.union([
67
- z.enum(["valid", "invalid", "not_validated"]),
68
- z.null(),
69
- ]),
70
- validation_errors: z.union([z.array(z.string()), z.null()]),
71
- validated_at: z.union([z.string(), z.null()]),
72
- })
73
- .partial()
74
- .passthrough(),
75
- z.null(),
76
- ]);
77
-
78
-
79
- // Dependency schema for customadvanceinvoice
80
- const DocumentSummaryTax = z
81
- .object({
82
- rate: z.number(),
83
- base: z.number(),
84
- amount: z.number(),
85
- reverse_charge: z.boolean().optional(),
86
- })
87
- .passthrough();
88
-
89
-
90
11
  // Dependency schema for customadvanceinvoice
91
12
  const DocumentEntity = z
92
13
  .object({
@@ -102,19 +23,22 @@ const DocumentEntity = z
102
23
  tax_number: z.union([z.string(), z.null()]),
103
24
  tax_number_2: z.union([z.string(), z.null()]),
104
25
  company_number: z.union([z.string(), z.null()]),
26
+ phone: z.union([z.string(), z.null()]),
27
+ peppol_id: z.union([z.string(), z.null()]),
28
+ is_end_consumer: z.union([z.boolean(), z.null()]),
105
29
  bank_account: z.union([
106
30
  z
107
31
  .object({
108
32
  type: z
109
33
  .enum(["iban", "us_domestic", "uk_domestic", "other"])
110
34
  .default("iban"),
111
- name: z.string(),
112
- bank_name: z.string(),
113
- iban: z.string(),
114
- account_number: z.string(),
115
- bic: z.string(),
116
- routing_number: z.string(),
117
- sort_code: z.string(),
35
+ name: z.union([z.string(), z.null()]),
36
+ bank_name: z.union([z.string(), z.null()]),
37
+ iban: z.union([z.string(), z.null()]),
38
+ account_number: z.union([z.string(), z.null()]),
39
+ bic: z.union([z.string(), z.null()]),
40
+ routing_number: z.union([z.string(), z.null()]),
41
+ sort_code: z.union([z.string(), z.null()]),
118
42
  })
119
43
  .partial()
120
44
  .passthrough(),
@@ -125,95 +49,178 @@ const DocumentEntity = z
125
49
  .passthrough();
126
50
 
127
51
 
128
- // Schema for create customadvanceinvoice operation
129
- const createCustomAdvanceInvoiceSchemaDefinition = z.object({
130
- is_draft: z.boolean().optional(),
131
- date: z
132
- .string()
133
- .regex(/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d{3})?Z?)?$/)
134
- .optional(),
135
- issuer: DocumentEntity.optional(),
136
- customer_id: z.union([z.string(), z.null()]).optional(),
137
- customer: DocumentEntity.and(
138
- z.union([
139
- z
140
- .object({ save_customer: z.boolean().default(true) })
141
- .partial()
142
- .passthrough(),
52
+ // Dependency schema for customadvanceinvoice
53
+ const CreateDocumentCustomer = DocumentEntity.and(
54
+ z.union([
55
+ z
56
+ .object({ save_customer: z.union([z.boolean(), z.null()]) })
57
+ .partial()
58
+ .passthrough(),
59
+ z.null(),
60
+ ])
61
+ );
62
+
63
+
64
+ // Dependency schema for customadvanceinvoice
65
+ const DocumentItemTax = z
66
+ .object({
67
+ rate: z.union([z.number(), z.null()]),
68
+ tax_id: z.union([z.string(), z.null()]),
69
+ classification: z.union([z.string(), z.null()]),
70
+ reverse_charge: z.union([z.boolean(), z.null()]),
71
+ amount: z.union([z.number(), z.null()]),
72
+ pt_exemption_code: z.union([z.string(), z.null()]),
73
+ pt_exemption_reason: z.union([z.string(), z.null()]),
74
+ })
75
+ .partial();
76
+
77
+
78
+ // Dependency schema for customadvanceinvoice
79
+ const LineDiscount = z.object({
80
+ value: z.number().gte(0),
81
+ type: z.enum(["percent", "amount"]).optional().default("percent"),
82
+ });
83
+
84
+
85
+ // Dependency schema for customadvanceinvoice
86
+ const CustomDocumentItem = z
87
+ .object({
88
+ type: z.union([z.union([z.enum(["separator"]), z.null()]), z.null()]),
89
+ name: z.union([z.string(), z.null()]),
90
+ description: z.union([z.string(), z.null()]),
91
+ classification: z.union([
92
+ z.union([z.enum(["product", "service", "advance"]), z.null()]),
143
93
  z.null(),
144
- ])
94
+ ]),
95
+ price: z.union([z.number(), z.null()]),
96
+ gross_price: z.union([z.number(), z.null()]),
97
+ quantity: z.union([z.number(), z.null()]),
98
+ unit: z.union([z.string(), z.null()]),
99
+ taxes: z.array(DocumentItemTax),
100
+ discounts: z.array(LineDiscount).max(5),
101
+ total: z.union([z.number(), z.null()]),
102
+ total_with_tax: z.union([z.number(), z.null()]),
103
+ item_id: z.union([z.string(), z.null()]),
104
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]),
105
+ save_item: z.union([z.boolean(), z.null()]),
106
+ })
107
+ .partial();
108
+
109
+
110
+ // Dependency schema for customadvanceinvoice
111
+ const DocumentSummaryTax = z
112
+ .object({
113
+ rate: z.union([z.number(), z.null()]),
114
+ tax_id: z.union([z.string(), z.null()]).optional(),
115
+ base: z.number(),
116
+ amount: z.number(),
117
+ reverse_charge: z.union([z.boolean(), z.null()]).optional(),
118
+ })
119
+ .passthrough();
120
+
121
+
122
+ // Dependency schema for customadvanceinvoice
123
+ const CreateDocumentPayment = z.object({
124
+ incoming_purchase_document_id: z.union([z.string(), z.null()]).optional(),
125
+ applied_to_incoming_purchase_document_id: z
126
+ .union([z.string(), z.null()])
127
+ .optional(),
128
+ amount: z.union([z.number(), z.null()]).optional(),
129
+ type: z.enum([
130
+ "cash",
131
+ "bank_transfer",
132
+ "card",
133
+ "check",
134
+ "paypal",
135
+ "coupon",
136
+ "other",
137
+ "credit_note",
138
+ "advance",
139
+ ]),
140
+ date: z.union([z.string(), z.null()]).optional(),
141
+ tag: z.union([z.string(), z.null()]).optional(),
142
+ reference: z.union([z.string(), z.null()]).optional(),
143
+ note: z.union([z.string(), z.null()]).optional(),
144
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
145
+ });
146
+
147
+
148
+ // Dependency schema for customadvanceinvoice
149
+ const CreateFursDocumentData = z.union([
150
+ z
151
+ .object({
152
+ business_premise_name: z.union([z.string(), z.null()]),
153
+ electronic_device_name: z.union([z.string(), z.null()]),
154
+ operator_tax_number: z.union([z.string(), z.null()]),
155
+ operator_label: z.union([z.string(), z.null()]),
156
+ skip: z.union([z.boolean(), z.null()]),
157
+ })
158
+ .partial(),
159
+ z.null(),
160
+ ]);
161
+
162
+
163
+ // Dependency schema for customadvanceinvoice
164
+ const CreateFinaInvoiceData = z.union([
165
+ z
166
+ .object({
167
+ business_premise_name: z.union([z.string(), z.null()]),
168
+ electronic_device_name: z.union([z.string(), z.null()]),
169
+ operator_oib: z.union([z.string(), z.null()]),
170
+ operator_label: z.union([z.string(), z.null()]),
171
+ payment_type: z.union([
172
+ z.union([z.enum(["cash", "card", "online", "bank_transfer", "paypal", "crypto", "coupon", "other"]), z.null()]),
173
+ z.null(),
174
+ ]),
175
+ subsequent_submit: z.union([z.boolean(), z.null()]),
176
+ })
177
+ .partial(),
178
+ z.null(),
179
+ ]);
180
+
181
+
182
+ // Schema for createCustomAdvanceInvoice operation
183
+ const createCustomAdvanceInvoiceSchemaDefinition = z.object({
184
+ is_draft: z.union([z.boolean(), z.null()]).optional(),
185
+ date: z.union([z.string(), z.null()]).optional(),
186
+ issuer: DocumentEntity.and(
187
+ z.union([z.object({}).partial().passthrough(), z.null()])
145
188
  ).optional(),
189
+ customer_id: z.union([z.string(), z.null()]).optional(),
190
+ customer: CreateDocumentCustomer.optional(),
146
191
  note: z.union([z.string(), z.null()]).optional(),
147
192
  tax_clause: z.union([z.string(), z.null()]).optional(),
148
- total: z.number(),
149
- total_with_tax: z.number(),
150
- taxes: z.array(DocumentSummaryTax).optional(),
151
- currency_code: z.string().max(3).optional(),
152
- metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
153
- eslog: EslogData.optional(),
154
- date_due: z.union([z.string(), z.null()]).optional(),
155
- fina: FinaFiscalizationResponse.optional(),
156
- date_service: z.union([z.string(), z.null()]).optional(),
157
- date_service_to: z.union([z.string(), z.null()]).optional(),
158
- items: z
159
- .array(
160
- z.object({
161
- name: z.string().min(1).optional(),
162
- description: z.union([z.string().max(4000, "Description must not exceed 4000 characters"), z.null()]).optional(),
163
- price: z.number().optional(),
164
- gross_price: z.number().optional(),
165
- quantity: z.number().gte(-140737488355328).lte(140737488355327),
166
- unit: z.union([z.string(), z.null()]).optional(),
167
- taxes: z.array(DocumentItemTax).optional(),
168
- discounts: z.array(LineDiscount).max(5).optional(),
169
- total: z.number(),
170
- total_with_tax: z.number(),
171
- metadata: z
172
- .union([
173
- z.string(),
174
- z.number(),
175
- z.boolean(),
176
- z.null(),
177
- z.object({}).partial().passthrough(),
178
- z.array(z.unknown()),
179
- z.null(),
180
- ])
181
- .optional(),
182
- item_id: z.string().optional(),
183
- })
184
- )
185
- .min(1),
186
- linked_documents: z.array(z.string().min(1)).optional(),
187
- payment: z
188
- .union([
189
- z.object({
190
- amount: z.number().gt(0).optional(),
191
- type: z.string().max(20),
192
- date: z.string().optional(),
193
- reference: z.union([z.string(), z.null()]).optional(),
194
- note: z.union([z.string(), z.null()]).optional(),
195
- metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
196
- }),
197
- z.null(),
198
- ])
193
+ footer: z.union([z.string(), z.null()]).optional(),
194
+ signature: z.union([z.string(), z.null()]).optional(),
195
+ calculation_mode: z
196
+ .union([z.union([z.enum(["b2b_standard", "b2c_gross_discount"]), z.null()]), z.null()])
199
197
  .optional(),
200
- furs: z
198
+ currency_code: z.union([z.string(), z.null()]).optional(),
199
+ metadata: z.union([z.record(z.string(), z.any()), z.null()]).optional(),
200
+ reference: z.union([z.string(), z.null()]).optional(),
201
+ pt: z
201
202
  .union([
202
- z
203
- .object({
204
- business_premise_name: z.string().min(1),
205
- electronic_device_name: z.string().min(1),
206
- operator_tax_number: z.string(),
207
- operator_label: z.string(),
208
- skip: z.boolean(),
209
- })
210
- .partial(),
203
+ z.string(),
204
+ z.number(),
205
+ z.boolean(),
211
206
  z.null(),
207
+ z.object({}).partial().passthrough(),
208
+ z.array(z.unknown()),
212
209
  ])
213
210
  .optional(),
211
+ date_due: z.union([z.string(), z.null()]).optional(),
212
+ date_service: z.union([z.string(), z.null()]).optional(),
213
+ date_service_to: z.union([z.string(), z.null()]).optional(),
214
+ items: z.array(CustomDocumentItem).min(1),
215
+ total: z.number(),
216
+ total_with_tax: z.number(),
217
+ total_discount: z.union([z.number(), z.null()]).optional(),
218
+ taxes: z.array(DocumentSummaryTax).optional(),
219
+ linked_documents: z.union([z.array(z.string().min(1)), z.null()]).optional(),
220
+ payments: z.union([z.array(CreateDocumentPayment), z.null()]).optional(),
221
+ furs: CreateFursDocumentData.optional(),
222
+ fina: CreateFinaInvoiceData.optional(),
214
223
  });
215
224
 
216
- // Type for create customadvanceinvoice operation
217
225
  export type CreateCustomAdvanceInvoiceSchema = z.infer<typeof createCustomAdvanceInvoiceSchemaDefinition>;
218
-
219
226
  export const createCustomAdvanceInvoiceSchema = createCustomAdvanceInvoiceSchemaDefinition;