@powerhousedao/contributor-billing 0.0.1

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 (282) hide show
  1. package/LICENSE +661 -0
  2. package/README.md +22 -0
  3. package/dist/document-models/index.d.ts +2 -0
  4. package/dist/document-models/index.d.ts.map +1 -0
  5. package/dist/document-models/index.js +1 -0
  6. package/dist/document-models/invoice/gen/actions.d.ts +8 -0
  7. package/dist/document-models/invoice/gen/actions.d.ts.map +1 -0
  8. package/dist/document-models/invoice/gen/actions.js +3 -0
  9. package/dist/document-models/invoice/gen/creators.d.ts +4 -0
  10. package/dist/document-models/invoice/gen/creators.d.ts.map +1 -0
  11. package/dist/document-models/invoice/gen/creators.js +3 -0
  12. package/dist/document-models/invoice/gen/document-model.d.ts +3 -0
  13. package/dist/document-models/invoice/gen/document-model.d.ts.map +1 -0
  14. package/dist/document-models/invoice/gen/document-model.js +227 -0
  15. package/dist/document-models/invoice/gen/general/actions.d.ts +10 -0
  16. package/dist/document-models/invoice/gen/general/actions.d.ts.map +1 -0
  17. package/dist/document-models/invoice/gen/general/actions.js +1 -0
  18. package/dist/document-models/invoice/gen/general/creators.d.ts +9 -0
  19. package/dist/document-models/invoice/gen/general/creators.d.ts.map +1 -0
  20. package/dist/document-models/invoice/gen/general/creators.js +8 -0
  21. package/dist/document-models/invoice/gen/general/error.d.ts +2 -0
  22. package/dist/document-models/invoice/gen/general/error.d.ts.map +1 -0
  23. package/dist/document-models/invoice/gen/general/error.js +1 -0
  24. package/dist/document-models/invoice/gen/general/object.d.ts +12 -0
  25. package/dist/document-models/invoice/gen/general/object.d.ts.map +1 -0
  26. package/dist/document-models/invoice/gen/general/object.js +22 -0
  27. package/dist/document-models/invoice/gen/general/operations.d.ts +12 -0
  28. package/dist/document-models/invoice/gen/general/operations.d.ts.map +1 -0
  29. package/dist/document-models/invoice/gen/general/operations.js +1 -0
  30. package/dist/document-models/invoice/gen/index.d.ts +6 -0
  31. package/dist/document-models/invoice/gen/index.d.ts.map +1 -0
  32. package/dist/document-models/invoice/gen/index.js +5 -0
  33. package/dist/document-models/invoice/gen/items/actions.d.ts +8 -0
  34. package/dist/document-models/invoice/gen/items/actions.d.ts.map +1 -0
  35. package/dist/document-models/invoice/gen/items/actions.js +1 -0
  36. package/dist/document-models/invoice/gen/items/creators.d.ts +7 -0
  37. package/dist/document-models/invoice/gen/items/creators.d.ts.map +1 -0
  38. package/dist/document-models/invoice/gen/items/creators.js +6 -0
  39. package/dist/document-models/invoice/gen/items/error.d.ts +2 -0
  40. package/dist/document-models/invoice/gen/items/error.d.ts.map +1 -0
  41. package/dist/document-models/invoice/gen/items/error.js +1 -0
  42. package/dist/document-models/invoice/gen/items/object.d.ts +10 -0
  43. package/dist/document-models/invoice/gen/items/object.d.ts.map +1 -0
  44. package/dist/document-models/invoice/gen/items/object.js +16 -0
  45. package/dist/document-models/invoice/gen/items/operations.d.ts +10 -0
  46. package/dist/document-models/invoice/gen/items/operations.d.ts.map +1 -0
  47. package/dist/document-models/invoice/gen/items/operations.js +1 -0
  48. package/dist/document-models/invoice/gen/object.d.ts +20 -0
  49. package/dist/document-models/invoice/gen/object.d.ts.map +1 -0
  50. package/dist/document-models/invoice/gen/object.js +29 -0
  51. package/dist/document-models/invoice/gen/parties/actions.d.ts +10 -0
  52. package/dist/document-models/invoice/gen/parties/actions.d.ts.map +1 -0
  53. package/dist/document-models/invoice/gen/parties/actions.js +1 -0
  54. package/dist/document-models/invoice/gen/parties/creators.d.ts +9 -0
  55. package/dist/document-models/invoice/gen/parties/creators.d.ts.map +1 -0
  56. package/dist/document-models/invoice/gen/parties/creators.js +8 -0
  57. package/dist/document-models/invoice/gen/parties/error.d.ts +2 -0
  58. package/dist/document-models/invoice/gen/parties/error.d.ts.map +1 -0
  59. package/dist/document-models/invoice/gen/parties/error.js +1 -0
  60. package/dist/document-models/invoice/gen/parties/object.d.ts +12 -0
  61. package/dist/document-models/invoice/gen/parties/object.d.ts.map +1 -0
  62. package/dist/document-models/invoice/gen/parties/object.js +22 -0
  63. package/dist/document-models/invoice/gen/parties/operations.d.ts +12 -0
  64. package/dist/document-models/invoice/gen/parties/operations.d.ts.map +1 -0
  65. package/dist/document-models/invoice/gen/parties/operations.js +1 -0
  66. package/dist/document-models/invoice/gen/reducer.d.ts +3 -0
  67. package/dist/document-models/invoice/gen/reducer.d.ts.map +1 -0
  68. package/dist/document-models/invoice/gen/reducer.js +79 -0
  69. package/dist/document-models/invoice/gen/schema/index.d.ts +3 -0
  70. package/dist/document-models/invoice/gen/schema/index.d.ts.map +1 -0
  71. package/dist/document-models/invoice/gen/schema/index.js +2 -0
  72. package/dist/document-models/invoice/gen/schema/types.d.ts +390 -0
  73. package/dist/document-models/invoice/gen/schema/types.d.ts.map +1 -0
  74. package/dist/document-models/invoice/gen/schema/types.js +1 -0
  75. package/dist/document-models/invoice/gen/schema/zod.d.ts +56 -0
  76. package/dist/document-models/invoice/gen/schema/zod.d.ts.map +1 -0
  77. package/dist/document-models/invoice/gen/schema/zod.js +362 -0
  78. package/dist/document-models/invoice/gen/types.d.ts +10 -0
  79. package/dist/document-models/invoice/gen/types.d.ts.map +1 -0
  80. package/dist/document-models/invoice/gen/types.js +1 -0
  81. package/dist/document-models/invoice/gen/utils.d.ts +7 -0
  82. package/dist/document-models/invoice/gen/utils.d.ts.map +1 -0
  83. package/dist/document-models/invoice/gen/utils.js +166 -0
  84. package/dist/document-models/invoice/index.d.ts +41 -0
  85. package/dist/document-models/invoice/index.d.ts.map +1 -0
  86. package/dist/document-models/invoice/index.js +21 -0
  87. package/dist/document-models/invoice/src/reducers/general.d.ts +8 -0
  88. package/dist/document-models/invoice/src/reducers/general.d.ts.map +1 -0
  89. package/dist/document-models/invoice/src/reducers/general.js +79 -0
  90. package/dist/document-models/invoice/src/reducers/items.d.ts +8 -0
  91. package/dist/document-models/invoice/src/reducers/items.d.ts.map +1 -0
  92. package/dist/document-models/invoice/src/reducers/items.js +108 -0
  93. package/dist/document-models/invoice/src/reducers/parties.d.ts +8 -0
  94. package/dist/document-models/invoice/src/reducers/parties.d.ts.map +1 -0
  95. package/dist/document-models/invoice/src/reducers/parties.js +266 -0
  96. package/dist/document-models/invoice/src/tests/document-model.test.d.ts +6 -0
  97. package/dist/document-models/invoice/src/tests/document-model.test.d.ts.map +1 -0
  98. package/dist/document-models/invoice/src/tests/document-model.test.js +17 -0
  99. package/dist/document-models/invoice/src/tests/general.test.d.ts +6 -0
  100. package/dist/document-models/invoice/src/tests/general.test.d.ts.map +1 -0
  101. package/dist/document-models/invoice/src/tests/general.test.js +75 -0
  102. package/dist/document-models/invoice/src/tests/items.test.d.ts +6 -0
  103. package/dist/document-models/invoice/src/tests/items.test.d.ts.map +1 -0
  104. package/dist/document-models/invoice/src/tests/items.test.js +45 -0
  105. package/dist/document-models/invoice/src/tests/parties.test.d.ts +6 -0
  106. package/dist/document-models/invoice/src/tests/parties.test.d.ts.map +1 -0
  107. package/dist/document-models/invoice/src/tests/parties.test.js +75 -0
  108. package/dist/document-models/invoice/src/utils.d.ts +2 -0
  109. package/dist/document-models/invoice/src/utils.d.ts.map +1 -0
  110. package/dist/document-models/invoice/src/utils.js +1 -0
  111. package/dist/editors/contributor-billing/components/CreateDocument.d.ts +8 -0
  112. package/dist/editors/contributor-billing/components/CreateDocument.d.ts.map +1 -0
  113. package/dist/editors/contributor-billing/components/CreateDocument.js +14 -0
  114. package/dist/editors/contributor-billing/components/DocumentDispatch.d.ts +12 -0
  115. package/dist/editors/contributor-billing/components/DocumentDispatch.d.ts.map +1 -0
  116. package/dist/editors/contributor-billing/components/DocumentDispatch.js +20 -0
  117. package/dist/editors/contributor-billing/components/DriveExplorer.d.ts +17 -0
  118. package/dist/editors/contributor-billing/components/DriveExplorer.d.ts.map +1 -0
  119. package/dist/editors/contributor-billing/components/DriveExplorer.js +112 -0
  120. package/dist/editors/contributor-billing/components/EditorContainer.d.ts +14 -0
  121. package/dist/editors/contributor-billing/components/EditorContainer.d.ts.map +1 -0
  122. package/dist/editors/contributor-billing/components/EditorContainer.js +28 -0
  123. package/dist/editors/contributor-billing/components/FileItemsGrid.d.ts +12 -0
  124. package/dist/editors/contributor-billing/components/FileItemsGrid.d.ts.map +1 -0
  125. package/dist/editors/contributor-billing/components/FileItemsGrid.js +7 -0
  126. package/dist/editors/contributor-billing/components/FolderItemsGrid.d.ts +17 -0
  127. package/dist/editors/contributor-billing/components/FolderItemsGrid.d.ts.map +1 -0
  128. package/dist/editors/contributor-billing/components/FolderItemsGrid.js +14 -0
  129. package/dist/editors/contributor-billing/components/FolderTree.d.ts +9 -0
  130. package/dist/editors/contributor-billing/components/FolderTree.d.ts.map +1 -0
  131. package/dist/editors/contributor-billing/components/FolderTree.js +31 -0
  132. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts +16 -0
  133. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.d.ts.map +1 -0
  134. package/dist/editors/contributor-billing/components/InvoiceTable/HeaderControls.js +16 -0
  135. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts +21 -0
  136. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.d.ts.map +1 -0
  137. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTable.js +45 -0
  138. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts +12 -0
  139. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableRow.d.ts.map +1 -0
  140. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableRow.js +12 -0
  141. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts +7 -0
  142. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableSection.d.ts.map +1 -0
  143. package/dist/editors/contributor-billing/components/InvoiceTable/InvoiceTableSection.js +7 -0
  144. package/dist/editors/contributor-billing/components/InvoiceTable/RowActionMenu.d.ts +8 -0
  145. package/dist/editors/contributor-billing/components/InvoiceTable/RowActionMenu.d.ts.map +1 -0
  146. package/dist/editors/contributor-billing/components/InvoiceTable/RowActionMenu.js +2 -0
  147. package/dist/editors/contributor-billing/editor.d.ts +6 -0
  148. package/dist/editors/contributor-billing/editor.d.ts.map +1 -0
  149. package/dist/editors/contributor-billing/editor.js +48 -0
  150. package/dist/editors/contributor-billing/hooks/useDispatchMap.d.ts +9 -0
  151. package/dist/editors/contributor-billing/hooks/useDispatchMap.d.ts.map +1 -0
  152. package/dist/editors/contributor-billing/hooks/useDispatchMap.js +21 -0
  153. package/dist/editors/contributor-billing/hooks/useDrop.d.ts +22 -0
  154. package/dist/editors/contributor-billing/hooks/useDrop.d.ts.map +1 -0
  155. package/dist/editors/contributor-billing/hooks/useDrop.js +57 -0
  156. package/dist/editors/contributor-billing/hooks/useSelectedFolderChildren.d.ts +8 -0
  157. package/dist/editors/contributor-billing/hooks/useSelectedFolderChildren.d.ts.map +1 -0
  158. package/dist/editors/contributor-billing/hooks/useSelectedFolderChildren.js +19 -0
  159. package/dist/editors/contributor-billing/hooks/useTransformedNodes.d.ts +4 -0
  160. package/dist/editors/contributor-billing/hooks/useTransformedNodes.d.ts.map +1 -0
  161. package/dist/editors/contributor-billing/hooks/useTransformedNodes.js +32 -0
  162. package/dist/editors/contributor-billing/index.d.ts +5 -0
  163. package/dist/editors/contributor-billing/index.d.ts.map +1 -0
  164. package/dist/editors/contributor-billing/index.js +12 -0
  165. package/dist/editors/index.d.ts +3 -0
  166. package/dist/editors/index.d.ts.map +1 -0
  167. package/dist/editors/index.js +2 -0
  168. package/dist/editors/invoice/InvoicePDF.d.ts +8 -0
  169. package/dist/editors/invoice/InvoicePDF.d.ts.map +1 -0
  170. package/dist/editors/invoice/InvoicePDF.js +359 -0
  171. package/dist/editors/invoice/assets/custom.d.ts +4 -0
  172. package/dist/editors/invoice/assets/powerhouseLogo.png +0 -0
  173. package/dist/editors/invoice/components/countryForm.d.ts +12 -0
  174. package/dist/editors/invoice/components/countryForm.d.ts.map +1 -0
  175. package/dist/editors/invoice/components/countryForm.js +28 -0
  176. package/dist/editors/invoice/components/currencyForm.d.ts +13 -0
  177. package/dist/editors/invoice/components/currencyForm.d.ts.map +1 -0
  178. package/dist/editors/invoice/components/currencyForm.js +26 -0
  179. package/dist/editors/invoice/components/datePicker.d.ts +11 -0
  180. package/dist/editors/invoice/components/datePicker.d.ts.map +1 -0
  181. package/dist/editors/invoice/components/datePicker.js +8 -0
  182. package/dist/editors/invoice/components/inputField.d.ts +14 -0
  183. package/dist/editors/invoice/components/inputField.d.ts.map +1 -0
  184. package/dist/editors/invoice/components/inputField.js +25 -0
  185. package/dist/editors/invoice/components/numberForm.d.ts +11 -0
  186. package/dist/editors/invoice/components/numberForm.d.ts.map +1 -0
  187. package/dist/editors/invoice/components/numberForm.js +7 -0
  188. package/dist/editors/invoice/components/selectField.d.ts +8 -0
  189. package/dist/editors/invoice/components/selectField.d.ts.map +1 -0
  190. package/dist/editors/invoice/components/selectField.js +323 -0
  191. package/dist/editors/invoice/editor.d.ts +5 -0
  192. package/dist/editors/invoice/editor.d.ts.map +1 -0
  193. package/dist/editors/invoice/editor.js +377 -0
  194. package/dist/editors/invoice/exportUBL.d.ts +85 -0
  195. package/dist/editors/invoice/exportUBL.d.ts.map +1 -0
  196. package/dist/editors/invoice/exportUBL.js +382 -0
  197. package/dist/editors/invoice/index.d.ts +5 -0
  198. package/dist/editors/invoice/index.d.ts.map +1 -0
  199. package/dist/editors/invoice/index.js +12 -0
  200. package/dist/editors/invoice/ingestPDF.d.ts +12 -0
  201. package/dist/editors/invoice/ingestPDF.d.ts.map +1 -0
  202. package/dist/editors/invoice/ingestPDF.js +193 -0
  203. package/dist/editors/invoice/ingestUBL.d.ts +21 -0
  204. package/dist/editors/invoice/ingestUBL.d.ts.map +1 -0
  205. package/dist/editors/invoice/ingestUBL.js +169 -0
  206. package/dist/editors/invoice/invoiceToGnosis.d.ts +7 -0
  207. package/dist/editors/invoice/invoiceToGnosis.d.ts.map +1 -0
  208. package/dist/editors/invoice/invoiceToGnosis.js +139 -0
  209. package/dist/editors/invoice/legalEntity/bankSection.d.ts +14 -0
  210. package/dist/editors/invoice/legalEntity/bankSection.d.ts.map +1 -0
  211. package/dist/editors/invoice/legalEntity/bankSection.js +156 -0
  212. package/dist/editors/invoice/legalEntity/common.d.ts +6 -0
  213. package/dist/editors/invoice/legalEntity/common.d.ts.map +1 -0
  214. package/dist/editors/invoice/legalEntity/common.js +6 -0
  215. package/dist/editors/invoice/legalEntity/legalEntity.d.ts +40 -0
  216. package/dist/editors/invoice/legalEntity/legalEntity.d.ts.map +1 -0
  217. package/dist/editors/invoice/legalEntity/legalEntity.js +63 -0
  218. package/dist/editors/invoice/legalEntity/walletSection.d.ts +13 -0
  219. package/dist/editors/invoice/legalEntity/walletSection.d.ts.map +1 -0
  220. package/dist/editors/invoice/legalEntity/walletSection.js +55 -0
  221. package/dist/editors/invoice/lineItems.d.ts +23 -0
  222. package/dist/editors/invoice/lineItems.d.ts.map +1 -0
  223. package/dist/editors/invoice/lineItems.js +157 -0
  224. package/dist/editors/invoice/requestFinance.d.ts +7 -0
  225. package/dist/editors/invoice/requestFinance.d.ts.map +1 -0
  226. package/dist/editors/invoice/requestFinance.js +155 -0
  227. package/dist/editors/invoice/uploadPdfChunked.d.ts +10 -0
  228. package/dist/editors/invoice/uploadPdfChunked.d.ts.map +1 -0
  229. package/dist/editors/invoice/uploadPdfChunked.js +79 -0
  230. package/dist/editors/invoice/utils/utils.d.ts +2 -0
  231. package/dist/editors/invoice/utils/utils.d.ts.map +1 -0
  232. package/dist/editors/invoice/utils/utils.js +54 -0
  233. package/dist/editors/invoice/validation/validationManager.d.ts +28 -0
  234. package/dist/editors/invoice/validation/validationManager.d.ts.map +1 -0
  235. package/dist/editors/invoice/validation/validationManager.js +65 -0
  236. package/dist/editors/invoice/validation/validationRules.d.ts +14 -0
  237. package/dist/editors/invoice/validation/validationRules.d.ts.map +1 -0
  238. package/dist/editors/invoice/validation/validationRules.js +334 -0
  239. package/dist/index.d.ts +5 -0
  240. package/dist/index.d.ts.map +1 -0
  241. package/dist/index.js +6 -0
  242. package/dist/powerhouse.manifest.json +31 -0
  243. package/dist/processors/index.d.ts +2 -0
  244. package/dist/processors/index.d.ts.map +1 -0
  245. package/dist/processors/index.js +1 -0
  246. package/dist/scripts/invoice/exampleBatchTxn.d.ts +2 -0
  247. package/dist/scripts/invoice/exampleBatchTxn.d.ts.map +1 -0
  248. package/dist/scripts/invoice/exampleBatchTxn.js +44 -0
  249. package/dist/scripts/invoice/gnosisTransactionBuilder.d.ts +28 -0
  250. package/dist/scripts/invoice/gnosisTransactionBuilder.d.ts.map +1 -0
  251. package/dist/scripts/invoice/gnosisTransactionBuilder.js +74 -0
  252. package/dist/scripts/invoice/pdfToDocumentAi.d.ts +5 -0
  253. package/dist/scripts/invoice/pdfToDocumentAi.d.ts.map +1 -0
  254. package/dist/scripts/invoice/pdfToDocumentAi.js +659 -0
  255. package/dist/scripts/invoice/requestFinance.d.ts +2 -0
  256. package/dist/scripts/invoice/requestFinance.d.ts.map +1 -0
  257. package/dist/scripts/invoice/requestFinance.js +38 -0
  258. package/dist/style.css +6463 -0
  259. package/dist/subgraphs/index.d.ts +2 -0
  260. package/dist/subgraphs/index.d.ts.map +1 -0
  261. package/dist/subgraphs/index.js +1 -0
  262. package/dist/subgraphs/invoice/customResolvers.d.ts +50 -0
  263. package/dist/subgraphs/invoice/customResolvers.d.ts.map +1 -0
  264. package/dist/subgraphs/invoice/customResolvers.js +327 -0
  265. package/dist/subgraphs/invoice/index.d.ts +10 -0
  266. package/dist/subgraphs/invoice/index.d.ts.map +1 -0
  267. package/dist/subgraphs/invoice/index.js +30 -0
  268. package/dist/subgraphs/invoice/resolvers.d.ts +3 -0
  269. package/dist/subgraphs/invoice/resolvers.d.ts.map +1 -0
  270. package/dist/subgraphs/invoice/resolvers.js +184 -0
  271. package/dist/subgraphs/invoice/schema.d.ts +3 -0
  272. package/dist/subgraphs/invoice/schema.d.ts.map +1 -0
  273. package/dist/subgraphs/invoice/schema.js +460 -0
  274. package/dist/tailwind.config.d.ts +13 -0
  275. package/dist/tailwind.config.d.ts.map +1 -0
  276. package/dist/tailwind.config.js +15 -0
  277. package/dist/vitest.config.d.ts +3 -0
  278. package/dist/vitest.config.d.ts.map +1 -0
  279. package/dist/vitest.config.js +8 -0
  280. package/editors/invoice/assets/custom.d.ts +4 -0
  281. package/editors/invoice/assets/powerhouseLogo.png +0 -0
  282. package/package.json +117 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/parties/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,KAAK,EACV,eAAe,EACf,mBAAmB,EACnB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC,aAAa,EACb,eAAe,EACf,QAAQ,CACT,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAC3C,kBAAkB,EAClB,mBAAmB,EACnB,QAAQ,CACT,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAC7C,oBAAoB,EACpB,qBAAqB,EACrB,QAAQ,CACT,CAAC;AACF,MAAM,MAAM,eAAe,GAAG,UAAU,CACtC,YAAY,EACZ,cAAc,EACd,QAAQ,CACT,CAAC;AACF,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,iBAAiB,EACjB,kBAAkB,EAClB,QAAQ,CACT,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAC5C,mBAAmB,EACnB,oBAAoB,EACpB,QAAQ,CACT,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAC5B,gBAAgB,GAChB,oBAAoB,GACpB,sBAAsB,GACtB,eAAe,GACf,mBAAmB,GACnB,qBAAqB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { type EditIssuerInput, type EditIssuerBankInput, type EditIssuerWalletInput, type EditPayerInput, type EditPayerBankInput, type EditPayerWalletInput } from "../types.js";
2
+ import { type EditIssuerAction, type EditIssuerBankAction, type EditIssuerWalletAction, type EditPayerAction, type EditPayerBankAction, type EditPayerWalletAction } from "./actions.js";
3
+ export declare const editIssuer: (input: EditIssuerInput) => EditIssuerAction;
4
+ export declare const editIssuerBank: (input: EditIssuerBankInput) => EditIssuerBankAction;
5
+ export declare const editIssuerWallet: (input: EditIssuerWalletInput) => EditIssuerWalletAction;
6
+ export declare const editPayer: (input: EditPayerInput) => EditPayerAction;
7
+ export declare const editPayerBank: (input: EditPayerBankInput) => EditPayerBankAction;
8
+ export declare const editPayerWallet: (input: EditPayerWalletInput) => EditPayerWalletAction;
9
+ //# sourceMappingURL=creators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"creators.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/parties/creators.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EAC1B,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC3B,MAAM,cAAc,CAAC;AAEtB,eAAO,MAAM,UAAU,GAAI,OAAO,eAAe,qBAO9C,CAAC;AAEJ,eAAO,MAAM,cAAc,GAAI,OAAO,mBAAmB,yBAOtD,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,OAAO,qBAAqB,2BAO1D,CAAC;AAEJ,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,oBAO5C,CAAC;AAEJ,eAAO,MAAM,aAAa,GAAI,OAAO,kBAAkB,wBAOpD,CAAC;AAEJ,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,0BAOxD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { createAction } from "document-model";
2
+ import { z, } from "../types.js";
3
+ export const editIssuer = (input) => createAction("EDIT_ISSUER", { ...input }, undefined, z.EditIssuerInputSchema, "global");
4
+ export const editIssuerBank = (input) => createAction("EDIT_ISSUER_BANK", { ...input }, undefined, z.EditIssuerBankInputSchema, "global");
5
+ export const editIssuerWallet = (input) => createAction("EDIT_ISSUER_WALLET", { ...input }, undefined, z.EditIssuerWalletInputSchema, "global");
6
+ export const editPayer = (input) => createAction("EDIT_PAYER", { ...input }, undefined, z.EditPayerInputSchema, "global");
7
+ export const editPayerBank = (input) => createAction("EDIT_PAYER_BANK", { ...input }, undefined, z.EditPayerBankInputSchema, "global");
8
+ export const editPayerWallet = (input) => createAction("EDIT_PAYER_WALLET", { ...input }, undefined, z.EditPayerWalletInputSchema, "global");
@@ -0,0 +1,2 @@
1
+ export declare const errors: {};
2
+ //# sourceMappingURL=error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/parties/error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,IAAK,CAAC"}
@@ -0,0 +1 @@
1
+ export const errors = {};
@@ -0,0 +1,12 @@
1
+ import { BaseDocumentClass } from "document-model";
2
+ import { type EditIssuerInput, type EditIssuerBankInput, type EditIssuerWalletInput, type EditPayerInput, type EditPayerBankInput, type EditPayerWalletInput, type InvoiceState, type InvoiceLocalState } from "../types.js";
3
+ import { type InvoiceAction } from "../actions.js";
4
+ export default class Invoice_Parties extends BaseDocumentClass<InvoiceState, InvoiceLocalState, InvoiceAction> {
5
+ editIssuer(input: EditIssuerInput): this;
6
+ editIssuerBank(input: EditIssuerBankInput): this;
7
+ editIssuerWallet(input: EditIssuerWalletInput): this;
8
+ editPayer(input: EditPayerInput): this;
9
+ editPayerBank(input: EditPayerBankInput): this;
10
+ editPayerWallet(input: EditPayerWalletInput): this;
11
+ }
12
+ //# sourceMappingURL=object.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/parties/object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EACL,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,cAAc,EACnB,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,aAAa,CAAC;AASrB,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,iBAAiB,CAC5D,YAAY,EACZ,iBAAiB,EACjB,aAAa,CACd;IACQ,UAAU,CAAC,KAAK,EAAE,eAAe;IAIjC,cAAc,CAAC,KAAK,EAAE,mBAAmB;IAIzC,gBAAgB,CAAC,KAAK,EAAE,qBAAqB;IAI7C,SAAS,CAAC,KAAK,EAAE,cAAc;IAI/B,aAAa,CAAC,KAAK,EAAE,kBAAkB;IAIvC,eAAe,CAAC,KAAK,EAAE,oBAAoB;CAGnD"}
@@ -0,0 +1,22 @@
1
+ import { BaseDocumentClass } from "document-model";
2
+ import { editIssuer, editIssuerBank, editIssuerWallet, editPayer, editPayerBank, editPayerWallet, } from "./creators.js";
3
+ export default class Invoice_Parties extends BaseDocumentClass {
4
+ editIssuer(input) {
5
+ return this.dispatch(editIssuer(input));
6
+ }
7
+ editIssuerBank(input) {
8
+ return this.dispatch(editIssuerBank(input));
9
+ }
10
+ editIssuerWallet(input) {
11
+ return this.dispatch(editIssuerWallet(input));
12
+ }
13
+ editPayer(input) {
14
+ return this.dispatch(editPayer(input));
15
+ }
16
+ editPayerBank(input) {
17
+ return this.dispatch(editPayerBank(input));
18
+ }
19
+ editPayerWallet(input) {
20
+ return this.dispatch(editPayerWallet(input));
21
+ }
22
+ }
@@ -0,0 +1,12 @@
1
+ import { type SignalDispatch } from "document-model";
2
+ import { type EditIssuerAction, type EditIssuerBankAction, type EditIssuerWalletAction, type EditPayerAction, type EditPayerBankAction, type EditPayerWalletAction } from "./actions.js";
3
+ import { type InvoiceState } from "../types.js";
4
+ export interface InvoicePartiesOperations {
5
+ editIssuerOperation: (state: InvoiceState, action: EditIssuerAction, dispatch?: SignalDispatch) => void;
6
+ editIssuerBankOperation: (state: InvoiceState, action: EditIssuerBankAction, dispatch?: SignalDispatch) => void;
7
+ editIssuerWalletOperation: (state: InvoiceState, action: EditIssuerWalletAction, dispatch?: SignalDispatch) => void;
8
+ editPayerOperation: (state: InvoiceState, action: EditPayerAction, dispatch?: SignalDispatch) => void;
9
+ editPayerBankOperation: (state: InvoiceState, action: EditPayerBankAction, dispatch?: SignalDispatch) => void;
10
+ editPayerWalletOperation: (state: InvoiceState, action: EditPayerWalletAction, dispatch?: SignalDispatch) => void;
11
+ }
12
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/parties/operations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EACpB,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC3B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,WAAW,wBAAwB;IACvC,mBAAmB,EAAE,CACnB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,gBAAgB,EACxB,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,uBAAuB,EAAE,CACvB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,oBAAoB,EAC5B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,yBAAyB,EAAE,CACzB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,sBAAsB,EAC9B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,kBAAkB,EAAE,CAClB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,eAAe,EACvB,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,sBAAsB,EAAE,CACtB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,mBAAmB,EAC3B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;IACV,wBAAwB,EAAE,CACxB,KAAK,EAAE,YAAY,EACnB,MAAM,EAAE,qBAAqB,EAC7B,QAAQ,CAAC,EAAE,cAAc,KACtB,IAAI,CAAC;CACX"}
@@ -0,0 +1,3 @@
1
+ import { type InvoiceDocument } from "./types.js";
2
+ export declare const reducer: import("document-model").Reducer<InvoiceDocument>;
3
+ //# sourceMappingURL=reducer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../document-models/invoice/gen/reducer.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,eAAe,EAAK,MAAM,YAAY,CAAC;AAqIrD,eAAO,MAAM,OAAO,mDAA+C,CAAC"}
@@ -0,0 +1,79 @@
1
+ import { isDocumentAction, createReducer, } from "document-model";
2
+ import { z } from "./types.js";
3
+ import { reducer as GeneralReducer } from "../src/reducers/general.js";
4
+ import { reducer as PartiesReducer } from "../src/reducers/parties.js";
5
+ import { reducer as ItemsReducer } from "../src/reducers/items.js";
6
+ const stateReducer = (state, action, dispatch) => {
7
+ if (isDocumentAction(action)) {
8
+ return state;
9
+ }
10
+ switch (action.type) {
11
+ case "EDIT_INVOICE":
12
+ z.EditInvoiceInputSchema().parse(action.input);
13
+ GeneralReducer.editInvoiceOperation(state[action.scope], action, dispatch);
14
+ break;
15
+ case "EDIT_STATUS":
16
+ z.EditStatusInputSchema().parse(action.input);
17
+ GeneralReducer.editStatusOperation(state[action.scope], action, dispatch);
18
+ break;
19
+ case "ADD_REF":
20
+ z.AddRefInputSchema().parse(action.input);
21
+ GeneralReducer.addRefOperation(state[action.scope], action, dispatch);
22
+ break;
23
+ case "EDIT_REF":
24
+ z.EditRefInputSchema().parse(action.input);
25
+ GeneralReducer.editRefOperation(state[action.scope], action, dispatch);
26
+ break;
27
+ case "DELETE_REF":
28
+ z.DeleteRefInputSchema().parse(action.input);
29
+ GeneralReducer.deleteRefOperation(state[action.scope], action, dispatch);
30
+ break;
31
+ case "SET_PAYMENT_ACCOUNT":
32
+ z.SetPaymentAccountInputSchema().parse(action.input);
33
+ GeneralReducer.setPaymentAccountOperation(state[action.scope], action, dispatch);
34
+ break;
35
+ case "EDIT_ISSUER":
36
+ z.EditIssuerInputSchema().parse(action.input);
37
+ PartiesReducer.editIssuerOperation(state[action.scope], action, dispatch);
38
+ break;
39
+ case "EDIT_ISSUER_BANK":
40
+ z.EditIssuerBankInputSchema().parse(action.input);
41
+ PartiesReducer.editIssuerBankOperation(state[action.scope], action, dispatch);
42
+ break;
43
+ case "EDIT_ISSUER_WALLET":
44
+ z.EditIssuerWalletInputSchema().parse(action.input);
45
+ PartiesReducer.editIssuerWalletOperation(state[action.scope], action, dispatch);
46
+ break;
47
+ case "EDIT_PAYER":
48
+ z.EditPayerInputSchema().parse(action.input);
49
+ PartiesReducer.editPayerOperation(state[action.scope], action, dispatch);
50
+ break;
51
+ case "EDIT_PAYER_BANK":
52
+ z.EditPayerBankInputSchema().parse(action.input);
53
+ PartiesReducer.editPayerBankOperation(state[action.scope], action, dispatch);
54
+ break;
55
+ case "EDIT_PAYER_WALLET":
56
+ z.EditPayerWalletInputSchema().parse(action.input);
57
+ PartiesReducer.editPayerWalletOperation(state[action.scope], action, dispatch);
58
+ break;
59
+ case "ADD_LINE_ITEM":
60
+ z.AddLineItemInputSchema().parse(action.input);
61
+ ItemsReducer.addLineItemOperation(state[action.scope], action, dispatch);
62
+ break;
63
+ case "EDIT_LINE_ITEM":
64
+ z.EditLineItemInputSchema().parse(action.input);
65
+ ItemsReducer.editLineItemOperation(state[action.scope], action, dispatch);
66
+ break;
67
+ case "DELETE_LINE_ITEM":
68
+ z.DeleteLineItemInputSchema().parse(action.input);
69
+ ItemsReducer.deleteLineItemOperation(state[action.scope], action, dispatch);
70
+ break;
71
+ case "SET_LINE_ITEM_TAG":
72
+ z.SetLineItemTagInputSchema().parse(action.input);
73
+ ItemsReducer.setLineItemTagOperation(state[action.scope], action, dispatch);
74
+ break;
75
+ default:
76
+ return state;
77
+ }
78
+ };
79
+ export const reducer = createReducer(stateReducer);
@@ -0,0 +1,3 @@
1
+ export * from "./types.js";
2
+ export * as z from "./zod.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,CAAC,MAAM,UAAU,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./types.js";
2
+ export * as z from "./zod.js";
@@ -0,0 +1,390 @@
1
+ export type Maybe<T> = T | null;
2
+ export type InputMaybe<T> = T | null | undefined;
3
+ export type Exact<T extends {
4
+ [key: string]: unknown;
5
+ }> = {
6
+ [K in keyof T]: T[K];
7
+ };
8
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
9
+ [SubKey in K]?: Maybe<T[SubKey]>;
10
+ };
11
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
12
+ [SubKey in K]: Maybe<T[SubKey]>;
13
+ };
14
+ export type MakeEmpty<T extends {
15
+ [key: string]: unknown;
16
+ }, K extends keyof T> = {
17
+ [_ in K]?: never;
18
+ };
19
+ export type Incremental<T> = T | {
20
+ [P in keyof T]?: P extends " $fragmentName" | "__typename" ? T[P] : never;
21
+ };
22
+ /** All built-in and custom scalars, mapped to their actual values */
23
+ export type Scalars = {
24
+ ID: {
25
+ input: string;
26
+ output: string;
27
+ };
28
+ String: {
29
+ input: string;
30
+ output: string;
31
+ };
32
+ Boolean: {
33
+ input: boolean;
34
+ output: boolean;
35
+ };
36
+ Int: {
37
+ input: number;
38
+ output: number;
39
+ };
40
+ Float: {
41
+ input: number;
42
+ output: number;
43
+ };
44
+ Amount: {
45
+ input: {
46
+ unit?: string;
47
+ value?: number;
48
+ };
49
+ output: {
50
+ unit?: string;
51
+ value?: number;
52
+ };
53
+ };
54
+ Amount_Crypto: {
55
+ input: {
56
+ unit: string;
57
+ value: number;
58
+ };
59
+ output: {
60
+ unit: string;
61
+ value: number;
62
+ };
63
+ };
64
+ Amount_Currency: {
65
+ input: {
66
+ unit: string;
67
+ value: number;
68
+ };
69
+ output: {
70
+ unit: string;
71
+ value: number;
72
+ };
73
+ };
74
+ Amount_Fiat: {
75
+ input: {
76
+ unit: string;
77
+ value: number;
78
+ };
79
+ output: {
80
+ unit: string;
81
+ value: number;
82
+ };
83
+ };
84
+ Amount_Money: {
85
+ input: number;
86
+ output: number;
87
+ };
88
+ Amount_Percentage: {
89
+ input: number;
90
+ output: number;
91
+ };
92
+ Amount_Tokens: {
93
+ input: number;
94
+ output: number;
95
+ };
96
+ Currency: {
97
+ input: string;
98
+ output: string;
99
+ };
100
+ Date: {
101
+ input: string;
102
+ output: string;
103
+ };
104
+ DateTime: {
105
+ input: string;
106
+ output: string;
107
+ };
108
+ EmailAddress: {
109
+ input: string;
110
+ output: string;
111
+ };
112
+ EthereumAddress: {
113
+ input: string;
114
+ output: string;
115
+ };
116
+ OID: {
117
+ input: string;
118
+ output: string;
119
+ };
120
+ OLabel: {
121
+ input: string;
122
+ output: string;
123
+ };
124
+ PHID: {
125
+ input: string;
126
+ output: string;
127
+ };
128
+ URL: {
129
+ input: string;
130
+ output: string;
131
+ };
132
+ };
133
+ export type AddLineItemInput = {
134
+ currency: Scalars["String"]["input"];
135
+ description: Scalars["String"]["input"];
136
+ id: Scalars["OID"]["input"];
137
+ quantity: Scalars["Float"]["input"];
138
+ taxPercent: Scalars["Float"]["input"];
139
+ totalPriceTaxExcl: Scalars["Float"]["input"];
140
+ totalPriceTaxIncl: Scalars["Float"]["input"];
141
+ unitPriceTaxExcl: Scalars["Float"]["input"];
142
+ unitPriceTaxIncl: Scalars["Float"]["input"];
143
+ };
144
+ export type AddRefInput = {
145
+ id: Scalars["OID"]["input"];
146
+ value: Scalars["String"]["input"];
147
+ };
148
+ export type Address = {
149
+ city: Maybe<Scalars["String"]["output"]>;
150
+ country: Maybe<Scalars["String"]["output"]>;
151
+ extendedAddress: Maybe<Scalars["String"]["output"]>;
152
+ postalCode: Maybe<Scalars["String"]["output"]>;
153
+ stateProvince: Maybe<Scalars["String"]["output"]>;
154
+ streetAddress: Maybe<Scalars["String"]["output"]>;
155
+ };
156
+ export type Bank = {
157
+ ABA: Maybe<Scalars["String"]["output"]>;
158
+ BIC: Maybe<Scalars["String"]["output"]>;
159
+ SWIFT: Maybe<Scalars["String"]["output"]>;
160
+ accountNum: Scalars["String"]["output"];
161
+ accountType: Maybe<InvoiceAccountType | `${InvoiceAccountType}`>;
162
+ address: Address;
163
+ beneficiary: Maybe<Scalars["String"]["output"]>;
164
+ intermediaryBank: Maybe<IntermediaryBank>;
165
+ memo: Maybe<Scalars["String"]["output"]>;
166
+ name: Scalars["String"]["output"];
167
+ };
168
+ export type ContactInfo = {
169
+ email: Maybe<Scalars["String"]["output"]>;
170
+ tel: Maybe<Scalars["String"]["output"]>;
171
+ };
172
+ export type DeleteLineItemInput = {
173
+ id: Scalars["OID"]["input"];
174
+ };
175
+ export type DeleteRefInput = {
176
+ id: Scalars["OID"]["input"];
177
+ };
178
+ export type EditInvoiceInput = {
179
+ currency?: InputMaybe<Scalars["String"]["input"]>;
180
+ dateDelivered?: InputMaybe<Scalars["String"]["input"]>;
181
+ dateDue?: InputMaybe<Scalars["String"]["input"]>;
182
+ dateIssued?: InputMaybe<Scalars["String"]["input"]>;
183
+ invoiceNo?: InputMaybe<Scalars["String"]["input"]>;
184
+ };
185
+ export type EditIssuerBankInput = {
186
+ ABA?: InputMaybe<Scalars["String"]["input"]>;
187
+ ABAIntermediary?: InputMaybe<Scalars["String"]["input"]>;
188
+ BIC?: InputMaybe<Scalars["String"]["input"]>;
189
+ BICIntermediary?: InputMaybe<Scalars["String"]["input"]>;
190
+ SWIFT?: InputMaybe<Scalars["String"]["input"]>;
191
+ SWIFTIntermediary?: InputMaybe<Scalars["String"]["input"]>;
192
+ accountNum?: InputMaybe<Scalars["String"]["input"]>;
193
+ accountNumIntermediary?: InputMaybe<Scalars["String"]["input"]>;
194
+ accountType?: InputMaybe<InvoiceAccountTypeInput | `${InvoiceAccountTypeInput}`>;
195
+ accountTypeIntermediary?: InputMaybe<InvoiceAccountTypeInput | `${InvoiceAccountTypeInput}`>;
196
+ beneficiary?: InputMaybe<Scalars["String"]["input"]>;
197
+ beneficiaryIntermediary?: InputMaybe<Scalars["String"]["input"]>;
198
+ city?: InputMaybe<Scalars["String"]["input"]>;
199
+ cityIntermediary?: InputMaybe<Scalars["String"]["input"]>;
200
+ country?: InputMaybe<Scalars["String"]["input"]>;
201
+ countryIntermediary?: InputMaybe<Scalars["String"]["input"]>;
202
+ extendedAddress?: InputMaybe<Scalars["String"]["input"]>;
203
+ extendedAddressIntermediary?: InputMaybe<Scalars["String"]["input"]>;
204
+ memo?: InputMaybe<Scalars["String"]["input"]>;
205
+ memoIntermediary?: InputMaybe<Scalars["String"]["input"]>;
206
+ name?: InputMaybe<Scalars["String"]["input"]>;
207
+ nameIntermediary?: InputMaybe<Scalars["String"]["input"]>;
208
+ postalCode?: InputMaybe<Scalars["String"]["input"]>;
209
+ postalCodeIntermediary?: InputMaybe<Scalars["String"]["input"]>;
210
+ stateProvince?: InputMaybe<Scalars["String"]["input"]>;
211
+ stateProvinceIntermediary?: InputMaybe<Scalars["String"]["input"]>;
212
+ streetAddress?: InputMaybe<Scalars["String"]["input"]>;
213
+ streetAddressIntermediary?: InputMaybe<Scalars["String"]["input"]>;
214
+ };
215
+ export type EditIssuerInput = {
216
+ city?: InputMaybe<Scalars["String"]["input"]>;
217
+ country?: InputMaybe<Scalars["String"]["input"]>;
218
+ email?: InputMaybe<Scalars["String"]["input"]>;
219
+ extendedAddress?: InputMaybe<Scalars["String"]["input"]>;
220
+ id?: InputMaybe<Scalars["String"]["input"]>;
221
+ name?: InputMaybe<Scalars["String"]["input"]>;
222
+ postalCode?: InputMaybe<Scalars["String"]["input"]>;
223
+ stateProvince?: InputMaybe<Scalars["String"]["input"]>;
224
+ streetAddress?: InputMaybe<Scalars["String"]["input"]>;
225
+ tel?: InputMaybe<Scalars["String"]["input"]>;
226
+ };
227
+ export type EditIssuerWalletInput = {
228
+ address?: InputMaybe<Scalars["String"]["input"]>;
229
+ chainId?: InputMaybe<Scalars["String"]["input"]>;
230
+ chainName?: InputMaybe<Scalars["String"]["input"]>;
231
+ rpc?: InputMaybe<Scalars["String"]["input"]>;
232
+ };
233
+ export type EditLineItemInput = {
234
+ currency?: InputMaybe<Scalars["String"]["input"]>;
235
+ description?: InputMaybe<Scalars["String"]["input"]>;
236
+ id: Scalars["OID"]["input"];
237
+ quantity?: InputMaybe<Scalars["Float"]["input"]>;
238
+ taxPercent?: InputMaybe<Scalars["Float"]["input"]>;
239
+ totalPriceTaxExcl?: InputMaybe<Scalars["Float"]["input"]>;
240
+ totalPriceTaxIncl?: InputMaybe<Scalars["Float"]["input"]>;
241
+ unitPriceTaxExcl?: InputMaybe<Scalars["Float"]["input"]>;
242
+ unitPriceTaxIncl?: InputMaybe<Scalars["Float"]["input"]>;
243
+ };
244
+ export type EditPayerBankInput = {
245
+ ABA?: InputMaybe<Scalars["String"]["input"]>;
246
+ ABAIntermediary?: InputMaybe<Scalars["String"]["input"]>;
247
+ BIC?: InputMaybe<Scalars["String"]["input"]>;
248
+ BICIntermediary?: InputMaybe<Scalars["String"]["input"]>;
249
+ SWIFT?: InputMaybe<Scalars["String"]["input"]>;
250
+ SWIFTIntermediary?: InputMaybe<Scalars["String"]["input"]>;
251
+ accountNum?: InputMaybe<Scalars["String"]["input"]>;
252
+ accountNumIntermediary?: InputMaybe<Scalars["String"]["input"]>;
253
+ accountType?: InputMaybe<InvoiceAccountTypeInput | `${InvoiceAccountTypeInput}`>;
254
+ accountTypeIntermediary?: InputMaybe<InvoiceAccountTypeInput | `${InvoiceAccountTypeInput}`>;
255
+ beneficiary?: InputMaybe<Scalars["String"]["input"]>;
256
+ beneficiaryIntermediary?: InputMaybe<Scalars["String"]["input"]>;
257
+ city?: InputMaybe<Scalars["String"]["input"]>;
258
+ cityIntermediary?: InputMaybe<Scalars["String"]["input"]>;
259
+ country?: InputMaybe<Scalars["String"]["input"]>;
260
+ countryIntermediary?: InputMaybe<Scalars["String"]["input"]>;
261
+ extendedAddress?: InputMaybe<Scalars["String"]["input"]>;
262
+ extendedAddressIntermediary?: InputMaybe<Scalars["String"]["input"]>;
263
+ memo?: InputMaybe<Scalars["String"]["input"]>;
264
+ memoIntermediary?: InputMaybe<Scalars["String"]["input"]>;
265
+ name?: InputMaybe<Scalars["String"]["input"]>;
266
+ nameIntermediary?: InputMaybe<Scalars["String"]["input"]>;
267
+ postalCode?: InputMaybe<Scalars["String"]["input"]>;
268
+ postalCodeIntermediary?: InputMaybe<Scalars["String"]["input"]>;
269
+ stateProvince?: InputMaybe<Scalars["String"]["input"]>;
270
+ stateProvinceIntermediary?: InputMaybe<Scalars["String"]["input"]>;
271
+ streetAddress?: InputMaybe<Scalars["String"]["input"]>;
272
+ streetAddressIntermediary?: InputMaybe<Scalars["String"]["input"]>;
273
+ };
274
+ export type EditPayerInput = {
275
+ city?: InputMaybe<Scalars["String"]["input"]>;
276
+ country?: InputMaybe<Scalars["String"]["input"]>;
277
+ email?: InputMaybe<Scalars["String"]["input"]>;
278
+ extendedAddress?: InputMaybe<Scalars["String"]["input"]>;
279
+ id?: InputMaybe<Scalars["String"]["input"]>;
280
+ name?: InputMaybe<Scalars["String"]["input"]>;
281
+ postalCode?: InputMaybe<Scalars["String"]["input"]>;
282
+ stateProvince?: InputMaybe<Scalars["String"]["input"]>;
283
+ streetAddress?: InputMaybe<Scalars["String"]["input"]>;
284
+ tel?: InputMaybe<Scalars["String"]["input"]>;
285
+ };
286
+ export type EditPayerWalletInput = {
287
+ address?: InputMaybe<Scalars["String"]["input"]>;
288
+ chainId?: InputMaybe<Scalars["String"]["input"]>;
289
+ chainName?: InputMaybe<Scalars["String"]["input"]>;
290
+ rpc?: InputMaybe<Scalars["String"]["input"]>;
291
+ };
292
+ export type EditRefInput = {
293
+ id: Scalars["OID"]["input"];
294
+ value: Scalars["String"]["input"];
295
+ };
296
+ export type EditStatusInput = {
297
+ status: Status | `${Status}`;
298
+ };
299
+ export type IntermediaryBank = {
300
+ ABA: Maybe<Scalars["String"]["output"]>;
301
+ BIC: Maybe<Scalars["String"]["output"]>;
302
+ SWIFT: Maybe<Scalars["String"]["output"]>;
303
+ accountNum: Scalars["String"]["output"];
304
+ accountType: Maybe<InvoiceAccountType | `${InvoiceAccountType}`>;
305
+ address: Address;
306
+ beneficiary: Maybe<Scalars["String"]["output"]>;
307
+ memo: Maybe<Scalars["String"]["output"]>;
308
+ name: Scalars["String"]["output"];
309
+ };
310
+ export type InvoiceAccountType = "CHECKING" | "SAVINGS" | "TRUST" | "WALLET";
311
+ export type InvoiceAccountTypeInput = "CHECKING" | "SAVINGS" | "TRUST" | "WALLET";
312
+ export type InvoiceLineItem = {
313
+ currency: Scalars["String"]["output"];
314
+ description: Scalars["String"]["output"];
315
+ id: Scalars["OID"]["output"];
316
+ lineItemTag: Array<InvoiceLineItemTag>;
317
+ quantity: Scalars["Float"]["output"];
318
+ taxPercent: Scalars["Float"]["output"];
319
+ totalPriceTaxExcl: Scalars["Float"]["output"];
320
+ totalPriceTaxIncl: Scalars["Float"]["output"];
321
+ unitPriceTaxExcl: Scalars["Float"]["output"];
322
+ unitPriceTaxIncl: Scalars["Float"]["output"];
323
+ };
324
+ export type InvoiceLineItemTag = {
325
+ dimension: Scalars["String"]["output"];
326
+ label: Maybe<Scalars["String"]["output"]>;
327
+ value: Scalars["String"]["output"];
328
+ };
329
+ export type InvoiceState = {
330
+ currency: Scalars["String"]["output"];
331
+ dateDelivered: Maybe<Scalars["String"]["output"]>;
332
+ dateDue: Scalars["String"]["output"];
333
+ dateIssued: Scalars["String"]["output"];
334
+ invoiceNo: Scalars["String"]["output"];
335
+ issuer: LegalEntity;
336
+ lineItems: Array<InvoiceLineItem>;
337
+ payer: LegalEntity;
338
+ paymentAccount: Maybe<Scalars["String"]["output"]>;
339
+ refs: Array<Ref>;
340
+ status: Status | `${Status}`;
341
+ totalPriceTaxExcl: Scalars["Float"]["output"];
342
+ totalPriceTaxIncl: Scalars["Float"]["output"];
343
+ };
344
+ export type InvoiceWallet = {
345
+ address: Maybe<Scalars["String"]["output"]>;
346
+ chainId: Maybe<Scalars["String"]["output"]>;
347
+ chainName: Maybe<Scalars["String"]["output"]>;
348
+ rpc: Maybe<Scalars["String"]["output"]>;
349
+ };
350
+ export type LegalEntity = {
351
+ address: Maybe<Address>;
352
+ contactInfo: Maybe<ContactInfo>;
353
+ country: Maybe<Scalars["String"]["output"]>;
354
+ id: Maybe<LegalEntityId>;
355
+ name: Maybe<Scalars["String"]["output"]>;
356
+ paymentRouting: Maybe<PaymentRouting>;
357
+ };
358
+ export type LegalEntityCorporateRegistrationId = {
359
+ corpRegId: Scalars["String"]["output"];
360
+ };
361
+ export type LegalEntityId = LegalEntityCorporateRegistrationId | LegalEntityTaxId;
362
+ export type LegalEntityTaxId = {
363
+ taxId: Scalars["String"]["output"];
364
+ };
365
+ export type PaymentRouting = {
366
+ bank: Maybe<Bank>;
367
+ wallet: Maybe<InvoiceWallet>;
368
+ };
369
+ export type Ref = {
370
+ id: Scalars["OID"]["output"];
371
+ value: Scalars["String"]["output"];
372
+ };
373
+ export type SetLineItemTagInput = {
374
+ dimension: Scalars["String"]["input"];
375
+ id: Scalars["OID"]["input"];
376
+ label?: InputMaybe<Scalars["String"]["input"]>;
377
+ value: Scalars["String"]["input"];
378
+ };
379
+ export type SetPaymentAccountInput = {
380
+ paymentAccount: Scalars["String"]["input"];
381
+ };
382
+ export type Status = "ACCEPTED" | "AWAITINGPAYMENT" | "CANCELLED" | "DRAFT" | "ISSUED" | "PAYMENTISSUE" | "PAYMENTRECEIVED" | "PAYMENTSCHEDULED" | "PAYMENTSENT" | "REJECTED";
383
+ export type Token = {
384
+ chainId: Maybe<Scalars["String"]["output"]>;
385
+ chainName: Maybe<Scalars["String"]["output"]>;
386
+ evmAddress: Maybe<Scalars["String"]["output"]>;
387
+ rpc: Maybe<Scalars["String"]["output"]>;
388
+ symbol: Maybe<Scalars["String"]["output"]>;
389
+ };
390
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../document-models/invoice/gen/schema/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export {};