@kernelminds/scailo-sdk 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/lib/cjs/src/credit_notes.scailo_connect.js +11 -0
  2. package/lib/cjs/src/credit_notes.scailo_pb.js +44 -1
  3. package/lib/cjs/src/debit_notes.scailo_connect.js +11 -0
  4. package/lib/cjs/src/debit_notes.scailo_pb.js +44 -1
  5. package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
  6. package/lib/cjs/src/goods_dispatches.scailo_pb.js +44 -1
  7. package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
  8. package/lib/cjs/src/goods_receipts.scailo_pb.js +37 -1
  9. package/lib/cjs/src/inward_jobs.scailo_connect.js +13 -2
  10. package/lib/cjs/src/inward_jobs.scailo_pb.js +51 -1
  11. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
  12. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +37 -1
  13. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  14. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  15. package/lib/cjs/src/locations.scailo_connect.js +11 -0
  16. package/lib/cjs/src/outward_jobs.scailo_connect.js +13 -2
  17. package/lib/cjs/src/outward_jobs.scailo_pb.js +44 -1
  18. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
  19. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +44 -1
  20. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  21. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  22. package/lib/cjs/src/projects.scailo_connect.js +2 -2
  23. package/lib/cjs/src/purchases_orders.scailo_connect.js +13 -2
  24. package/lib/cjs/src/purchases_orders.scailo_pb.js +58 -1
  25. package/lib/cjs/src/purchases_payments.scailo_connect.js +11 -0
  26. package/lib/cjs/src/purchases_payments.scailo_pb.js +58 -1
  27. package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
  28. package/lib/cjs/src/purchases_returns.scailo_pb.js +44 -1
  29. package/lib/cjs/src/quotations_requests.scailo_connect.js +11 -0
  30. package/lib/cjs/src/quotations_requests.scailo_pb.js +44 -1
  31. package/lib/cjs/src/quotations_responses.scailo_connect.js +11 -0
  32. package/lib/cjs/src/quotations_responses.scailo_pb.js +44 -1
  33. package/lib/cjs/src/sales_enquiries.scailo_connect.js +2 -2
  34. package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
  35. package/lib/cjs/src/sales_invoices.scailo_pb.js +44 -1
  36. package/lib/cjs/src/sales_orders.scailo_connect.js +13 -2
  37. package/lib/cjs/src/sales_orders.scailo_pb.js +58 -1
  38. package/lib/cjs/src/sales_quotations.scailo_connect.js +2 -2
  39. package/lib/cjs/src/sales_receipts.scailo_connect.js +11 -0
  40. package/lib/cjs/src/sales_receipts.scailo_pb.js +58 -1
  41. package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
  42. package/lib/cjs/src/sales_returns.scailo_pb.js +44 -1
  43. package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
  44. package/lib/cjs/src/vendor_invoices.scailo_pb.js +44 -1
  45. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
  46. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  47. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +28 -0
  48. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  49. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
  50. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  51. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +28 -0
  52. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  53. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  54. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  55. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
  56. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  57. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  58. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  59. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +22 -0
  60. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  61. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +14 -3
  62. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  63. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +34 -0
  64. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  65. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  66. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  67. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +22 -0
  68. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  69. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  70. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  71. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  72. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  73. package/lib/cjs/types/src/locations.scailo_connect.d.ts +11 -0
  74. package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
  75. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +14 -3
  76. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +28 -0
  78. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  79. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  80. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  81. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +28 -0
  82. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  83. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  84. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  85. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  86. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  87. package/lib/cjs/types/src/projects.scailo_connect.d.ts +2 -2
  88. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +14 -3
  89. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  90. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +40 -0
  91. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  92. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +12 -1
  93. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  94. package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +40 -0
  95. package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
  96. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -1
  97. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  98. package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +28 -0
  99. package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
  100. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +12 -1
  101. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  102. package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +28 -0
  103. package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
  104. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +12 -1
  105. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  106. package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +28 -0
  107. package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
  108. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  109. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  110. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  111. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +28 -0
  112. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  113. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +14 -3
  114. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  115. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +40 -0
  116. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  117. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  118. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +12 -1
  119. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  120. package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +40 -0
  121. package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
  122. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -1
  123. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  124. package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +28 -0
  125. package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
  126. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  127. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  128. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
  129. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  130. package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
  131. package/lib/esm/src/credit_notes.scailo_pb.js +44 -1
  132. package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
  133. package/lib/esm/src/debit_notes.scailo_pb.js +44 -1
  134. package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
  135. package/lib/esm/src/goods_dispatches.scailo_pb.js +44 -1
  136. package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
  137. package/lib/esm/src/goods_receipts.scailo_pb.js +37 -1
  138. package/lib/esm/src/inward_jobs.scailo_connect.js +13 -2
  139. package/lib/esm/src/inward_jobs.scailo_pb.js +51 -1
  140. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
  141. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +37 -1
  142. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  143. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  144. package/lib/esm/src/locations.scailo_connect.js +11 -0
  145. package/lib/esm/src/outward_jobs.scailo_connect.js +13 -2
  146. package/lib/esm/src/outward_jobs.scailo_pb.js +44 -1
  147. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
  148. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +44 -1
  149. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  150. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  151. package/lib/esm/src/projects.scailo_connect.js +2 -2
  152. package/lib/esm/src/purchases_orders.scailo_connect.js +13 -2
  153. package/lib/esm/src/purchases_orders.scailo_pb.js +58 -1
  154. package/lib/esm/src/purchases_payments.scailo_connect.js +11 -0
  155. package/lib/esm/src/purchases_payments.scailo_pb.js +58 -1
  156. package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
  157. package/lib/esm/src/purchases_returns.scailo_pb.js +44 -1
  158. package/lib/esm/src/quotations_requests.scailo_connect.js +11 -0
  159. package/lib/esm/src/quotations_requests.scailo_pb.js +44 -1
  160. package/lib/esm/src/quotations_responses.scailo_connect.js +11 -0
  161. package/lib/esm/src/quotations_responses.scailo_pb.js +44 -1
  162. package/lib/esm/src/sales_enquiries.scailo_connect.js +2 -2
  163. package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
  164. package/lib/esm/src/sales_invoices.scailo_pb.js +44 -1
  165. package/lib/esm/src/sales_orders.scailo_connect.js +13 -2
  166. package/lib/esm/src/sales_orders.scailo_pb.js +58 -1
  167. package/lib/esm/src/sales_quotations.scailo_connect.js +2 -2
  168. package/lib/esm/src/sales_receipts.scailo_connect.js +11 -0
  169. package/lib/esm/src/sales_receipts.scailo_pb.js +58 -1
  170. package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
  171. package/lib/esm/src/sales_returns.scailo_pb.js +44 -1
  172. package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
  173. package/lib/esm/src/vendor_invoices.scailo_pb.js +44 -1
  174. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
  175. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  176. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +28 -0
  177. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  178. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
  179. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  180. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +28 -0
  181. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  182. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  183. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  184. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
  185. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  186. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  187. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  188. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +22 -0
  189. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  190. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +14 -3
  191. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  192. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +34 -0
  193. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  194. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  195. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  196. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +22 -0
  197. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  198. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  199. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  200. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  201. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  202. package/lib/esm/types/src/locations.scailo_connect.d.ts +11 -0
  203. package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
  204. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +14 -3
  205. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  206. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +28 -0
  207. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  208. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  209. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  210. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +28 -0
  211. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  212. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  213. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  214. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  215. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  216. package/lib/esm/types/src/projects.scailo_connect.d.ts +2 -2
  217. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +14 -3
  218. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  219. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +40 -0
  220. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  221. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +12 -1
  222. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  223. package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +40 -0
  224. package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
  225. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -1
  226. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  227. package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +28 -0
  228. package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
  229. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +12 -1
  230. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  231. package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +28 -0
  232. package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
  233. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -1
  234. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  235. package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +28 -0
  236. package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
  237. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  238. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  239. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  240. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +28 -0
  241. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  242. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +14 -3
  243. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  244. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +40 -0
  245. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  246. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  247. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +12 -1
  248. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +40 -0
  250. package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
  251. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -1
  252. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +28 -0
  254. package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
  255. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  256. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
  258. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  259. package/package.json +1 -1
@@ -196,6 +196,17 @@ exports.PurchasesPaymentsService = {
196
196
  O: purchases_payments_scailo_pb_js_1.PurchasePayment,
197
197
  kind: protobuf_1.MethodKind.Unary,
198
198
  },
199
+ /**
200
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
201
+ *
202
+ * @generated from rpc Scailo.PurchasesPaymentsService.ViewAncillaryParametersByUUID
203
+ */
204
+ viewAncillaryParametersByUUID: {
205
+ name: "ViewAncillaryParametersByUUID",
206
+ I: base_scailo_pb_js_1.IdentifierUUID,
207
+ O: purchases_payments_scailo_pb_js_1.PurchasePaymentAncillaryParameters,
208
+ kind: protobuf_1.MethodKind.Unary,
209
+ },
199
210
  /**
200
211
  * View all
201
212
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.PurchasesPaymentsServiceSearchAllReq = exports.PurchasesPaymentsServiceCountReq = exports.PurchasesPaymentsServiceFilterReq = exports.PurchasesPaymentsServicePaginationResponse = exports.PurchasesPaymentsServicePaginationReq = exports.PurchasesPaymentsList = exports.PurchasePayment = exports.PurchasesPaymentsServiceUpdateRequest = exports.PurchasesPaymentsServiceCreateRequest = exports.PURCHASE_PAYMENT_SORT_KEY = void 0;
7
+ exports.PurchasesPaymentsServiceSearchAllReq = exports.PurchasesPaymentsServiceCountReq = exports.PurchasesPaymentsServiceFilterReq = exports.PurchasesPaymentsServicePaginationResponse = exports.PurchasesPaymentsServicePaginationReq = exports.PurchasesPaymentsList = exports.PurchasePayment = exports.PurchasePaymentAncillaryParameters = exports.PurchasesPaymentsServiceUpdateRequest = exports.PurchasesPaymentsServiceCreateRequest = exports.PURCHASE_PAYMENT_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  /**
@@ -322,6 +322,63 @@ class PurchasesPaymentsServiceUpdateRequest extends protobuf_1.Message {
322
322
  }
323
323
  }
324
324
  exports.PurchasesPaymentsServiceUpdateRequest = PurchasesPaymentsServiceUpdateRequest;
325
+ /**
326
+ *
327
+ * Stores the UUID references of the record
328
+ *
329
+ * @generated from message Scailo.PurchasePaymentAncillaryParameters
330
+ */
331
+ class PurchasePaymentAncillaryParameters extends protobuf_1.Message {
332
+ /**
333
+ * The UUID of the ref_id (the UUID of the associated ref_id)
334
+ *
335
+ * @generated from field: string ref_uuid = 213;
336
+ */
337
+ refUuid = "";
338
+ /**
339
+ * The UUID of the vendor (the UUID of the associated vendor_id)
340
+ *
341
+ * @generated from field: string vendor_uuid = 214;
342
+ */
343
+ vendorUuid = "";
344
+ /**
345
+ * The UUID of the bank account (the UUID of the bank_account_id)
346
+ *
347
+ * @generated from field: string bank_account_uuid = 215;
348
+ */
349
+ bankAccountUuid = "";
350
+ /**
351
+ * The UUID of the currency (the UUID of the associated currency)
352
+ *
353
+ * @generated from field: string currency_uuid = 216;
354
+ */
355
+ currencyUuid = "";
356
+ constructor(data) {
357
+ super();
358
+ protobuf_1.proto3.util.initPartial(data, this);
359
+ }
360
+ static runtime = protobuf_1.proto3;
361
+ static typeName = "Scailo.PurchasePaymentAncillaryParameters";
362
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
363
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
364
+ { no: 214, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
365
+ { no: 215, name: "bank_account_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
366
+ { no: 216, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ ]);
368
+ static fromBinary(bytes, options) {
369
+ return new PurchasePaymentAncillaryParameters().fromBinary(bytes, options);
370
+ }
371
+ static fromJson(jsonValue, options) {
372
+ return new PurchasePaymentAncillaryParameters().fromJson(jsonValue, options);
373
+ }
374
+ static fromJsonString(jsonString, options) {
375
+ return new PurchasePaymentAncillaryParameters().fromJsonString(jsonString, options);
376
+ }
377
+ static equals(a, b) {
378
+ return protobuf_1.proto3.util.equals(PurchasePaymentAncillaryParameters, a, b);
379
+ }
380
+ }
381
+ exports.PurchasePaymentAncillaryParameters = PurchasePaymentAncillaryParameters;
325
382
  /**
326
383
  *
327
384
  * Describes the parameters that are part of a standard response
@@ -370,6 +370,17 @@ exports.PurchasesReturnsService = {
370
370
  O: purchases_returns_scailo_pb_js_1.PurchaseReturn,
371
371
  kind: protobuf_1.MethodKind.Unary,
372
372
  },
373
+ /**
374
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
375
+ *
376
+ * @generated from rpc Scailo.PurchasesReturnsService.ViewAncillaryParametersByUUID
377
+ */
378
+ viewAncillaryParametersByUUID: {
379
+ name: "ViewAncillaryParametersByUUID",
380
+ I: base_scailo_pb_js_1.IdentifierUUID,
381
+ O: purchases_returns_scailo_pb_js_1.PurchaseReturnAncillaryParameters,
382
+ kind: protobuf_1.MethodKind.Unary,
383
+ },
373
384
  /**
374
385
  * View all
375
386
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.PurchasesReturnsServiceSearchAllReq = exports.PurchasesReturnsServiceCountReq = exports.PurchasesReturnsServiceFilterReq = exports.PurchasesReturnsServicePaginationResponse = exports.PurchasesReturnsServicePaginationReq = exports.PurchasesReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.PurchasesReturnsServicePaginatedItemsResponse = exports.PurchaseReturnItemsSearchRequest = exports.PurchaseReturnItemProspectiveInfoRequest = exports.PurchaseReturnItemHistoryRequest = exports.PurchasesReturnsItemsList = exports.PurchasesReturnsList = exports.PurchaseReturnItem = exports.PurchasesReturnsServiceItemUpdateRequest = exports.PurchasesReturnsServiceItemCreateRequest = exports.PurchaseReturn = exports.PurchasesReturnsServiceUpdateRequest = exports.PurchasesReturnsServiceCreateRequest = exports.PURCHASE_RETURN_BILLING_STATUS = exports.PURCHASE_RETURN_SORT_KEY = exports.PURCHASE_RETURN_ITEM_STATUS = exports.PURCHASE_RETURN_ITEM_SORT_KEY = void 0;
7
+ exports.PurchasesReturnsServiceSearchAllReq = exports.PurchasesReturnsServiceCountReq = exports.PurchasesReturnsServiceFilterReq = exports.PurchasesReturnsServicePaginationResponse = exports.PurchasesReturnsServicePaginationReq = exports.PurchasesReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.PurchasesReturnsServicePaginatedItemsResponse = exports.PurchaseReturnItemsSearchRequest = exports.PurchaseReturnItemProspectiveInfoRequest = exports.PurchaseReturnItemHistoryRequest = exports.PurchasesReturnsItemsList = exports.PurchasesReturnsList = exports.PurchaseReturnItem = exports.PurchasesReturnsServiceItemUpdateRequest = exports.PurchasesReturnsServiceItemCreateRequest = exports.PurchaseReturn = exports.PurchaseReturnAncillaryParameters = exports.PurchasesReturnsServiceUpdateRequest = exports.PurchasesReturnsServiceCreateRequest = exports.PURCHASE_RETURN_BILLING_STATUS = exports.PURCHASE_RETURN_SORT_KEY = exports.PURCHASE_RETURN_ITEM_STATUS = exports.PURCHASE_RETURN_ITEM_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -387,6 +387,49 @@ class PurchasesReturnsServiceUpdateRequest extends protobuf_1.Message {
387
387
  }
388
388
  }
389
389
  exports.PurchasesReturnsServiceUpdateRequest = PurchasesReturnsServiceUpdateRequest;
390
+ /**
391
+ *
392
+ * Stores the UUID references of the record
393
+ *
394
+ * @generated from message Scailo.PurchaseReturnAncillaryParameters
395
+ */
396
+ class PurchaseReturnAncillaryParameters extends protobuf_1.Message {
397
+ /**
398
+ * The UUID of the ref_id (the UUID of the associated ref_id)
399
+ *
400
+ * @generated from field: string ref_uuid = 213;
401
+ */
402
+ refUuid = "";
403
+ /**
404
+ * The UUID of the location (the UUID of the associated location_id)
405
+ *
406
+ * @generated from field: string location_uuid = 215;
407
+ */
408
+ locationUuid = "";
409
+ constructor(data) {
410
+ super();
411
+ protobuf_1.proto3.util.initPartial(data, this);
412
+ }
413
+ static runtime = protobuf_1.proto3;
414
+ static typeName = "Scailo.PurchaseReturnAncillaryParameters";
415
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
416
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
417
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
418
+ ]);
419
+ static fromBinary(bytes, options) {
420
+ return new PurchaseReturnAncillaryParameters().fromBinary(bytes, options);
421
+ }
422
+ static fromJson(jsonValue, options) {
423
+ return new PurchaseReturnAncillaryParameters().fromJson(jsonValue, options);
424
+ }
425
+ static fromJsonString(jsonString, options) {
426
+ return new PurchaseReturnAncillaryParameters().fromJsonString(jsonString, options);
427
+ }
428
+ static equals(a, b) {
429
+ return protobuf_1.proto3.util.equals(PurchaseReturnAncillaryParameters, a, b);
430
+ }
431
+ }
432
+ exports.PurchaseReturnAncillaryParameters = PurchaseReturnAncillaryParameters;
390
433
  /**
391
434
  *
392
435
  * Describes the parameters that are part of a standard response
@@ -347,6 +347,17 @@ exports.QuotationsRequestsService = {
347
347
  O: quotations_requests_scailo_pb_js_1.QuotationRequest,
348
348
  kind: protobuf_1.MethodKind.Unary,
349
349
  },
350
+ /**
351
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
352
+ *
353
+ * @generated from rpc Scailo.QuotationsRequestsService.ViewAncillaryParametersByUUID
354
+ */
355
+ viewAncillaryParametersByUUID: {
356
+ name: "ViewAncillaryParametersByUUID",
357
+ I: base_scailo_pb_js_1.IdentifierUUID,
358
+ O: quotations_requests_scailo_pb_js_1.QuotationRequestAncillaryParameters,
359
+ kind: protobuf_1.MethodKind.Unary,
360
+ },
350
361
  /**
351
362
  * View all
352
363
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.QuotationsRequestsServiceSearchAllReq = exports.QuotationsRequestsServiceCountReq = exports.QuotationsRequestsServiceFilterReq = exports.QuotationsRequestsServicePaginationResponse = exports.QuotationsRequestsServicePaginationReq = exports.QuotationsRequestsServicePaginatedItemsResponse = exports.QuotationRequestItemsSearchRequest = exports.QuotationRequestItemHistoryRequest = exports.QuotationsRequestsItemsList = exports.QuotationsRequestsList = exports.QuotationRequestItem = exports.QuotationsRequestsServiceItemUpdateRequest = exports.QuotationsRequestsServiceItemCreateRequest = exports.QuotationRequest = exports.QuotationsRequestsServiceAutofillRequest = exports.QuotationsRequestsServiceUpdateRequest = exports.QuotationsRequestsServiceCreateRequest = exports.QUOTATION_REQUEST_SORT_KEY = exports.QUOTATION_REQUEST_ITEM_STATUS = exports.QUOTATION_REQUEST_ITEM_SORT_KEY = void 0;
7
+ exports.QuotationsRequestsServiceSearchAllReq = exports.QuotationsRequestsServiceCountReq = exports.QuotationsRequestsServiceFilterReq = exports.QuotationsRequestsServicePaginationResponse = exports.QuotationsRequestsServicePaginationReq = exports.QuotationsRequestsServicePaginatedItemsResponse = exports.QuotationRequestItemsSearchRequest = exports.QuotationRequestItemHistoryRequest = exports.QuotationsRequestsItemsList = exports.QuotationsRequestsList = exports.QuotationRequestItem = exports.QuotationsRequestsServiceItemUpdateRequest = exports.QuotationsRequestsServiceItemCreateRequest = exports.QuotationRequest = exports.QuotationRequestAncillaryParameters = exports.QuotationsRequestsServiceAutofillRequest = exports.QuotationsRequestsServiceUpdateRequest = exports.QuotationsRequestsServiceCreateRequest = exports.QUOTATION_REQUEST_SORT_KEY = exports.QUOTATION_REQUEST_ITEM_STATUS = exports.QUOTATION_REQUEST_ITEM_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -460,6 +460,49 @@ class QuotationsRequestsServiceAutofillRequest extends protobuf_1.Message {
460
460
  }
461
461
  }
462
462
  exports.QuotationsRequestsServiceAutofillRequest = QuotationsRequestsServiceAutofillRequest;
463
+ /**
464
+ *
465
+ * Stores the UUID references of the record
466
+ *
467
+ * @generated from message Scailo.QuotationRequestAncillaryParameters
468
+ */
469
+ class QuotationRequestAncillaryParameters extends protobuf_1.Message {
470
+ /**
471
+ * The UUID of the purchase_enquiry_id (the UUID of the associated purchase_enquiry_id)
472
+ *
473
+ * @generated from field: string purchase_enquiry_uuid = 212;
474
+ */
475
+ purchaseEnquiryUuid = "";
476
+ /**
477
+ * The UUID of the currency (the UUID of the associated currency_id)
478
+ *
479
+ * @generated from field: string currency_uuid = 214;
480
+ */
481
+ currencyUuid = "";
482
+ constructor(data) {
483
+ super();
484
+ protobuf_1.proto3.util.initPartial(data, this);
485
+ }
486
+ static runtime = protobuf_1.proto3;
487
+ static typeName = "Scailo.QuotationRequestAncillaryParameters";
488
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
489
+ { no: 212, name: "purchase_enquiry_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
490
+ { no: 214, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
491
+ ]);
492
+ static fromBinary(bytes, options) {
493
+ return new QuotationRequestAncillaryParameters().fromBinary(bytes, options);
494
+ }
495
+ static fromJson(jsonValue, options) {
496
+ return new QuotationRequestAncillaryParameters().fromJson(jsonValue, options);
497
+ }
498
+ static fromJsonString(jsonString, options) {
499
+ return new QuotationRequestAncillaryParameters().fromJsonString(jsonString, options);
500
+ }
501
+ static equals(a, b) {
502
+ return protobuf_1.proto3.util.equals(QuotationRequestAncillaryParameters, a, b);
503
+ }
504
+ }
505
+ exports.QuotationRequestAncillaryParameters = QuotationRequestAncillaryParameters;
463
506
  /**
464
507
  *
465
508
  * Describes the parameters that are part of a standard response
@@ -347,6 +347,17 @@ exports.QuotationsResponsesService = {
347
347
  O: quotations_responses_scailo_pb_js_1.QuotationResponse,
348
348
  kind: protobuf_1.MethodKind.Unary,
349
349
  },
350
+ /**
351
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
352
+ *
353
+ * @generated from rpc Scailo.QuotationsResponsesService.ViewAncillaryParametersByUUID
354
+ */
355
+ viewAncillaryParametersByUUID: {
356
+ name: "ViewAncillaryParametersByUUID",
357
+ I: base_scailo_pb_js_1.IdentifierUUID,
358
+ O: quotations_responses_scailo_pb_js_1.QuotationResponseAncillaryParameters,
359
+ kind: protobuf_1.MethodKind.Unary,
360
+ },
350
361
  /**
351
362
  * View all
352
363
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.QuotationsResponsesServiceItemsFilterReq = exports.QuotationsResponsesServiceSearchAllReq = exports.QuotationsResponsesServiceCountReq = exports.QuotationsResponsesServiceFilterReq = exports.QuotationsResponsesServicePaginationResponse = exports.QuotationsResponsesServicePaginationReq = exports.QuotationsResponsesServicePaginatedItemsResponse = exports.QuotationResponseItemsSearchRequest = exports.QuotationResponseItemHistoryRequest = exports.QuotationsResponsesItemsList = exports.QuotationsResponsesList = exports.QuotationResponseItem = exports.QuotationsResponsesServiceItemUpdateRequest = exports.QuotationsResponsesServiceItemCreateRequest = exports.QuotationResponse = exports.QuotationsResponsesServiceUpdateRequest = exports.QuotationsResponsesServiceCreateRequest = exports.QUOTATION_RESPONSE_SORT_KEY = exports.QUOTATION_RESPONSE_ITEM_STATUS = exports.QUOTATION_RESPONSE_ITEM_SORT_KEY = void 0;
7
+ exports.QuotationsResponsesServiceItemsFilterReq = exports.QuotationsResponsesServiceSearchAllReq = exports.QuotationsResponsesServiceCountReq = exports.QuotationsResponsesServiceFilterReq = exports.QuotationsResponsesServicePaginationResponse = exports.QuotationsResponsesServicePaginationReq = exports.QuotationsResponsesServicePaginatedItemsResponse = exports.QuotationResponseItemsSearchRequest = exports.QuotationResponseItemHistoryRequest = exports.QuotationsResponsesItemsList = exports.QuotationsResponsesList = exports.QuotationResponseItem = exports.QuotationsResponsesServiceItemUpdateRequest = exports.QuotationsResponsesServiceItemCreateRequest = exports.QuotationResponse = exports.QuotationResponseAncillaryParameters = exports.QuotationsResponsesServiceUpdateRequest = exports.QuotationsResponsesServiceCreateRequest = exports.QUOTATION_RESPONSE_SORT_KEY = exports.QUOTATION_RESPONSE_ITEM_STATUS = exports.QUOTATION_RESPONSE_ITEM_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -389,6 +389,49 @@ class QuotationsResponsesServiceUpdateRequest extends protobuf_1.Message {
389
389
  }
390
390
  }
391
391
  exports.QuotationsResponsesServiceUpdateRequest = QuotationsResponsesServiceUpdateRequest;
392
+ /**
393
+ *
394
+ * Stores the UUID references of the record
395
+ *
396
+ * @generated from message Scailo.QuotationResponseAncillaryParameters
397
+ */
398
+ class QuotationResponseAncillaryParameters extends protobuf_1.Message {
399
+ /**
400
+ * The UUID of the quotation_request_id (the UUID of the associated quotation_request_id)
401
+ *
402
+ * @generated from field: string quotation_request_uuid = 212;
403
+ */
404
+ quotationRequestUuid = "";
405
+ /**
406
+ * The UUID of the currency (the UUID of the associated currency_id)
407
+ *
408
+ * @generated from field: string currency_uuid = 215;
409
+ */
410
+ currencyUuid = "";
411
+ constructor(data) {
412
+ super();
413
+ protobuf_1.proto3.util.initPartial(data, this);
414
+ }
415
+ static runtime = protobuf_1.proto3;
416
+ static typeName = "Scailo.QuotationResponseAncillaryParameters";
417
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
418
+ { no: 212, name: "quotation_request_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
419
+ { no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
420
+ ]);
421
+ static fromBinary(bytes, options) {
422
+ return new QuotationResponseAncillaryParameters().fromBinary(bytes, options);
423
+ }
424
+ static fromJson(jsonValue, options) {
425
+ return new QuotationResponseAncillaryParameters().fromJson(jsonValue, options);
426
+ }
427
+ static fromJsonString(jsonString, options) {
428
+ return new QuotationResponseAncillaryParameters().fromJsonString(jsonString, options);
429
+ }
430
+ static equals(a, b) {
431
+ return protobuf_1.proto3.util.equals(QuotationResponseAncillaryParameters, a, b);
432
+ }
433
+ }
434
+ exports.QuotationResponseAncillaryParameters = QuotationResponseAncillaryParameters;
392
435
  /**
393
436
  *
394
437
  * Describes the parameters that are part of a standard response
@@ -404,13 +404,13 @@ exports.SalesEnquiriesService = {
404
404
  kind: protobuf_1.MethodKind.Unary,
405
405
  },
406
406
  /**
407
- * View all contacts for given sales enquiry ID
407
+ * View all contacts for given sales enquiry UUID
408
408
  *
409
409
  * @generated from rpc Scailo.SalesEnquiriesService.ViewSalesEnquiryContacts
410
410
  */
411
411
  viewSalesEnquiryContacts: {
412
412
  name: "ViewSalesEnquiryContacts",
413
- I: base_scailo_pb_js_1.Identifier,
413
+ I: base_scailo_pb_js_1.IdentifierUUID,
414
414
  O: sales_enquiries_scailo_pb_js_1.SalesEnquiryContactsList,
415
415
  kind: protobuf_1.MethodKind.Unary,
416
416
  },
@@ -448,6 +448,17 @@ exports.SalesInvoicesService = {
448
448
  O: sales_invoices_scailo_pb_js_1.SalesInvoice,
449
449
  kind: protobuf_1.MethodKind.Unary,
450
450
  },
451
+ /**
452
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
453
+ *
454
+ * @generated from rpc Scailo.SalesInvoicesService.ViewAncillaryParametersByUUID
455
+ */
456
+ viewAncillaryParametersByUUID: {
457
+ name: "ViewAncillaryParametersByUUID",
458
+ I: base_scailo_pb_js_1.IdentifierUUID,
459
+ O: sales_invoices_scailo_pb_js_1.SalesInvoiceAncillaryParameters,
460
+ kind: protobuf_1.MethodKind.Unary,
461
+ },
451
462
  /**
452
463
  * View all
453
464
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesInvoiceDispatchedStatisticsList = exports.SalesInvoiceDispatchedStatistics = exports.SalesInvoicesServicePaginatedItemsResponse = exports.SalesInvoiceItemsSearchRequest = exports.SalesInvoiceReferencesList = exports.SalesInvoiceReference = exports.SalesInvoicesServiceReferenceCreateRequest = exports.SalesInvoicesServiceSearchAllReq = exports.SalesInvoicesServiceCountReq = exports.SalesInvoicesServiceFilterReq = exports.SalesInvoicesServicePaginationResponse = exports.SalesInvoicesServicePaginationReq = exports.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.SalesInvoiceItemProspectiveInfoRequest = exports.SalesInvoiceItemHistoryRequest = exports.SalesInvoiceItemsList = exports.SalesInvoicesList = exports.SalesInvoiceItem = exports.SalesInvoicesServiceItemUpdateRequest = exports.SalesInvoicesServiceItemCreateRequest = exports.SalesInvoice = exports.SalesInvoicesServiceAutofillRequest = exports.SalesInvoicesServiceUpdateRequest = exports.SalesInvoicesServiceCreateRequest = exports.SALES_INVOICE_ITEM_STATUS = exports.SALES_INVOICE_ITEM_SORT_KEY = exports.SALES_INVOICE_SORT_KEY = void 0;
7
+ exports.SalesInvoiceDispatchedStatisticsList = exports.SalesInvoiceDispatchedStatistics = exports.SalesInvoicesServicePaginatedItemsResponse = exports.SalesInvoiceItemsSearchRequest = exports.SalesInvoiceReferencesList = exports.SalesInvoiceReference = exports.SalesInvoicesServiceReferenceCreateRequest = exports.SalesInvoicesServiceSearchAllReq = exports.SalesInvoicesServiceCountReq = exports.SalesInvoicesServiceFilterReq = exports.SalesInvoicesServicePaginationResponse = exports.SalesInvoicesServicePaginationReq = exports.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.SalesInvoiceItemProspectiveInfoRequest = exports.SalesInvoiceItemHistoryRequest = exports.SalesInvoiceItemsList = exports.SalesInvoicesList = exports.SalesInvoiceItem = exports.SalesInvoicesServiceItemUpdateRequest = exports.SalesInvoicesServiceItemCreateRequest = exports.SalesInvoice = exports.SalesInvoiceAncillaryParameters = exports.SalesInvoicesServiceAutofillRequest = exports.SalesInvoicesServiceUpdateRequest = exports.SalesInvoicesServiceCreateRequest = exports.SALES_INVOICE_ITEM_STATUS = exports.SALES_INVOICE_ITEM_SORT_KEY = exports.SALES_INVOICE_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -530,6 +530,49 @@ class SalesInvoicesServiceAutofillRequest extends protobuf_1.Message {
530
530
  }
531
531
  }
532
532
  exports.SalesInvoicesServiceAutofillRequest = SalesInvoicesServiceAutofillRequest;
533
+ /**
534
+ *
535
+ * Stores the UUID references of the record
536
+ *
537
+ * @generated from message Scailo.SalesInvoiceAncillaryParameters
538
+ */
539
+ class SalesInvoiceAncillaryParameters extends protobuf_1.Message {
540
+ /**
541
+ * The UUID of the ref_id (the UUID of the associated ref_id)
542
+ *
543
+ * @generated from field: string ref_uuid = 213;
544
+ */
545
+ refUuid = "";
546
+ /**
547
+ * The UUID of the currency (the UUID of the associated currency)
548
+ *
549
+ * @generated from field: string currency_uuid = 214;
550
+ */
551
+ currencyUuid = "";
552
+ constructor(data) {
553
+ super();
554
+ protobuf_1.proto3.util.initPartial(data, this);
555
+ }
556
+ static runtime = protobuf_1.proto3;
557
+ static typeName = "Scailo.SalesInvoiceAncillaryParameters";
558
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
559
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
560
+ { no: 214, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
561
+ ]);
562
+ static fromBinary(bytes, options) {
563
+ return new SalesInvoiceAncillaryParameters().fromBinary(bytes, options);
564
+ }
565
+ static fromJson(jsonValue, options) {
566
+ return new SalesInvoiceAncillaryParameters().fromJson(jsonValue, options);
567
+ }
568
+ static fromJsonString(jsonString, options) {
569
+ return new SalesInvoiceAncillaryParameters().fromJsonString(jsonString, options);
570
+ }
571
+ static equals(a, b) {
572
+ return protobuf_1.proto3.util.equals(SalesInvoiceAncillaryParameters, a, b);
573
+ }
574
+ }
575
+ exports.SalesInvoiceAncillaryParameters = SalesInvoiceAncillaryParameters;
533
576
  /**
534
577
  *
535
578
  * Describes the parameters that are part of a standard response
@@ -427,13 +427,13 @@ exports.SalesOrdersService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales order ID
430
+ * View all contacts for given sales order UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesOrdersService.ViewSalesOrderContacts
433
433
  */
434
434
  viewSalesOrderContacts: {
435
435
  name: "ViewSalesOrderContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_orders_scailo_pb_js_1.SalesOrderContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -514,6 +514,17 @@ exports.SalesOrdersService = {
514
514
  O: sales_orders_scailo_pb_js_1.SalesOrder,
515
515
  kind: protobuf_1.MethodKind.Unary,
516
516
  },
517
+ /**
518
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
519
+ *
520
+ * @generated from rpc Scailo.SalesOrdersService.ViewAncillaryParametersByUUID
521
+ */
522
+ viewAncillaryParametersByUUID: {
523
+ name: "ViewAncillaryParametersByUUID",
524
+ I: base_scailo_pb_js_1.IdentifierUUID,
525
+ O: sales_orders_scailo_pb_js_1.SalesOrderAncillaryParameters,
526
+ kind: protobuf_1.MethodKind.Unary,
527
+ },
517
528
  /**
518
529
  * View only essential components of the record
519
530
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_ORDER_SORT_KEY = void 0;
7
+ exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrderAncillaryParameters = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_ORDER_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -666,6 +666,63 @@ class SalesOrdersServiceAutofillRequest extends protobuf_1.Message {
666
666
  }
667
667
  }
668
668
  exports.SalesOrdersServiceAutofillRequest = SalesOrdersServiceAutofillRequest;
669
+ /**
670
+ *
671
+ * Stores the UUID references of the record
672
+ *
673
+ * @generated from message Scailo.SalesOrderAncillaryParameters
674
+ */
675
+ class SalesOrderAncillaryParameters extends protobuf_1.Message {
676
+ /**
677
+ * The UUID of the consignee client (the UUID of the associated consignee_client_id)
678
+ *
679
+ * @generated from field: string consignee_client_uuid = 212;
680
+ */
681
+ consigneeClientUuid = "";
682
+ /**
683
+ * The UUID of the buyer client (the UUID of the associated buyer_client_id)
684
+ *
685
+ * @generated from field: string buyer_client_uuid = 213;
686
+ */
687
+ buyerClientUuid = "";
688
+ /**
689
+ * The UUID of the location (the UUID of the associated location_uuid)
690
+ *
691
+ * @generated from field: string location_uuid = 214;
692
+ */
693
+ locationUuid = "";
694
+ /**
695
+ * The UUID of the currency (the UUID of the associated currency)
696
+ *
697
+ * @generated from field: string currency_uuid = 215;
698
+ */
699
+ currencyUuid = "";
700
+ constructor(data) {
701
+ super();
702
+ protobuf_1.proto3.util.initPartial(data, this);
703
+ }
704
+ static runtime = protobuf_1.proto3;
705
+ static typeName = "Scailo.SalesOrderAncillaryParameters";
706
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
707
+ { no: 212, name: "consignee_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
708
+ { no: 213, name: "buyer_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
709
+ { no: 214, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
710
+ { no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
711
+ ]);
712
+ static fromBinary(bytes, options) {
713
+ return new SalesOrderAncillaryParameters().fromBinary(bytes, options);
714
+ }
715
+ static fromJson(jsonValue, options) {
716
+ return new SalesOrderAncillaryParameters().fromJson(jsonValue, options);
717
+ }
718
+ static fromJsonString(jsonString, options) {
719
+ return new SalesOrderAncillaryParameters().fromJsonString(jsonString, options);
720
+ }
721
+ static equals(a, b) {
722
+ return protobuf_1.proto3.util.equals(SalesOrderAncillaryParameters, a, b);
723
+ }
724
+ }
725
+ exports.SalesOrderAncillaryParameters = SalesOrderAncillaryParameters;
669
726
  /**
670
727
  *
671
728
  * Describes the parameters that are part of a standard response
@@ -427,13 +427,13 @@ exports.SalesQuotationsService = {
427
427
  kind: protobuf_1.MethodKind.Unary,
428
428
  },
429
429
  /**
430
- * View all contacts for given sales quotation ID
430
+ * View all contacts for given sales quotation UUID
431
431
  *
432
432
  * @generated from rpc Scailo.SalesQuotationsService.ViewSalesQuotationContacts
433
433
  */
434
434
  viewSalesQuotationContacts: {
435
435
  name: "ViewSalesQuotationContacts",
436
- I: base_scailo_pb_js_1.Identifier,
436
+ I: base_scailo_pb_js_1.IdentifierUUID,
437
437
  O: sales_quotations_scailo_pb_js_1.SalesQuotationContactsList,
438
438
  kind: protobuf_1.MethodKind.Unary,
439
439
  },
@@ -196,6 +196,17 @@ exports.SalesReceiptsService = {
196
196
  O: sales_receipts_scailo_pb_js_1.SaleReceipt,
197
197
  kind: protobuf_1.MethodKind.Unary,
198
198
  },
199
+ /**
200
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
201
+ *
202
+ * @generated from rpc Scailo.SalesReceiptsService.ViewAncillaryParametersByUUID
203
+ */
204
+ viewAncillaryParametersByUUID: {
205
+ name: "ViewAncillaryParametersByUUID",
206
+ I: base_scailo_pb_js_1.IdentifierUUID,
207
+ O: sales_receipts_scailo_pb_js_1.SaleReceiptAncillaryParameters,
208
+ kind: protobuf_1.MethodKind.Unary,
209
+ },
199
210
  /**
200
211
  * View all
201
212
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesReceiptsServiceSearchAllReq = exports.SalesReceiptsServiceCountReq = exports.SalesReceiptsServiceFilterReq = exports.SalesReceiptsServicePaginationResponse = exports.SalesReceiptsServicePaginationReq = exports.SalesReceiptsList = exports.SaleReceipt = exports.SalesReceiptsServiceUpdateRequest = exports.SalesReceiptsServiceCreateRequest = exports.SALE_RECEIPT_SORT_KEY = void 0;
7
+ exports.SalesReceiptsServiceSearchAllReq = exports.SalesReceiptsServiceCountReq = exports.SalesReceiptsServiceFilterReq = exports.SalesReceiptsServicePaginationResponse = exports.SalesReceiptsServicePaginationReq = exports.SalesReceiptsList = exports.SaleReceipt = exports.SaleReceiptAncillaryParameters = exports.SalesReceiptsServiceUpdateRequest = exports.SalesReceiptsServiceCreateRequest = exports.SALE_RECEIPT_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  /**
@@ -322,6 +322,63 @@ class SalesReceiptsServiceUpdateRequest extends protobuf_1.Message {
322
322
  }
323
323
  }
324
324
  exports.SalesReceiptsServiceUpdateRequest = SalesReceiptsServiceUpdateRequest;
325
+ /**
326
+ *
327
+ * Stores the UUID references of the record
328
+ *
329
+ * @generated from message Scailo.SaleReceiptAncillaryParameters
330
+ */
331
+ class SaleReceiptAncillaryParameters extends protobuf_1.Message {
332
+ /**
333
+ * The UUID of the ref_id (the UUID of the associated ref_id)
334
+ *
335
+ * @generated from field: string ref_uuid = 213;
336
+ */
337
+ refUuid = "";
338
+ /**
339
+ * The UUID of the client (the UUID of the associated client_id)
340
+ *
341
+ * @generated from field: string client_uuid = 214;
342
+ */
343
+ clientUuid = "";
344
+ /**
345
+ * The UUID of the bank account (the UUID of the bank_account_id)
346
+ *
347
+ * @generated from field: string bank_account_uuid = 215;
348
+ */
349
+ bankAccountUuid = "";
350
+ /**
351
+ * The UUID of the currency (the UUID of the associated currency)
352
+ *
353
+ * @generated from field: string currency_uuid = 216;
354
+ */
355
+ currencyUuid = "";
356
+ constructor(data) {
357
+ super();
358
+ protobuf_1.proto3.util.initPartial(data, this);
359
+ }
360
+ static runtime = protobuf_1.proto3;
361
+ static typeName = "Scailo.SaleReceiptAncillaryParameters";
362
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
363
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
364
+ { no: 214, name: "client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
365
+ { no: 215, name: "bank_account_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
366
+ { no: 216, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ ]);
368
+ static fromBinary(bytes, options) {
369
+ return new SaleReceiptAncillaryParameters().fromBinary(bytes, options);
370
+ }
371
+ static fromJson(jsonValue, options) {
372
+ return new SaleReceiptAncillaryParameters().fromJson(jsonValue, options);
373
+ }
374
+ static fromJsonString(jsonString, options) {
375
+ return new SaleReceiptAncillaryParameters().fromJsonString(jsonString, options);
376
+ }
377
+ static equals(a, b) {
378
+ return protobuf_1.proto3.util.equals(SaleReceiptAncillaryParameters, a, b);
379
+ }
380
+ }
381
+ exports.SaleReceiptAncillaryParameters = SaleReceiptAncillaryParameters;
325
382
  /**
326
383
  *
327
384
  * Describes the parameters that are part of a standard response