@kernelminds/scailo-sdk 0.0.1 → 0.0.2

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 (247) 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 +11 -0
  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 +11 -0
  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/purchases_orders.scailo_connect.js +11 -0
  23. package/lib/cjs/src/purchases_orders.scailo_pb.js +58 -1
  24. package/lib/cjs/src/purchases_payments.scailo_connect.js +11 -0
  25. package/lib/cjs/src/purchases_payments.scailo_pb.js +58 -1
  26. package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
  27. package/lib/cjs/src/purchases_returns.scailo_pb.js +44 -1
  28. package/lib/cjs/src/quotations_requests.scailo_connect.js +11 -0
  29. package/lib/cjs/src/quotations_requests.scailo_pb.js +44 -1
  30. package/lib/cjs/src/quotations_responses.scailo_connect.js +11 -0
  31. package/lib/cjs/src/quotations_responses.scailo_pb.js +44 -1
  32. package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
  33. package/lib/cjs/src/sales_invoices.scailo_pb.js +44 -1
  34. package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
  35. package/lib/cjs/src/sales_orders.scailo_pb.js +58 -1
  36. package/lib/cjs/src/sales_receipts.scailo_connect.js +11 -0
  37. package/lib/cjs/src/sales_receipts.scailo_pb.js +58 -1
  38. package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
  39. package/lib/cjs/src/sales_returns.scailo_pb.js +44 -1
  40. package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
  41. package/lib/cjs/src/vendor_invoices.scailo_pb.js +44 -1
  42. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
  43. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  44. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +28 -0
  45. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  46. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
  47. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  48. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +28 -0
  49. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  50. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  51. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  52. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
  53. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  54. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  55. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  56. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +22 -0
  57. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  58. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +12 -1
  59. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  60. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +34 -0
  61. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  62. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  63. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  64. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +22 -0
  65. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  66. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  67. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  68. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  69. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  70. package/lib/cjs/types/src/locations.scailo_connect.d.ts +11 -0
  71. package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
  72. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +12 -1
  73. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  74. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +28 -0
  75. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  76. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  77. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  78. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +28 -0
  79. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  80. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  81. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  82. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  83. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  84. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  85. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  86. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +40 -0
  87. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  88. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +12 -1
  89. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  90. package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +40 -0
  91. package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
  92. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -1
  93. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  94. package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +28 -0
  95. package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
  96. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +12 -1
  97. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  98. package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +28 -0
  99. package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
  100. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +12 -1
  101. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  102. package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +28 -0
  103. package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
  104. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  105. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  106. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +28 -0
  107. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  108. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
  109. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  110. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +40 -0
  111. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  112. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +12 -1
  113. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  114. package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +40 -0
  115. package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
  116. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -1
  117. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  118. package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +28 -0
  119. package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
  120. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  121. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  122. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
  123. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  124. package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
  125. package/lib/esm/src/credit_notes.scailo_pb.js +44 -1
  126. package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
  127. package/lib/esm/src/debit_notes.scailo_pb.js +44 -1
  128. package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
  129. package/lib/esm/src/goods_dispatches.scailo_pb.js +44 -1
  130. package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
  131. package/lib/esm/src/goods_receipts.scailo_pb.js +37 -1
  132. package/lib/esm/src/inward_jobs.scailo_connect.js +11 -0
  133. package/lib/esm/src/inward_jobs.scailo_pb.js +51 -1
  134. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
  135. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +37 -1
  136. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  137. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  138. package/lib/esm/src/locations.scailo_connect.js +11 -0
  139. package/lib/esm/src/outward_jobs.scailo_connect.js +11 -0
  140. package/lib/esm/src/outward_jobs.scailo_pb.js +44 -1
  141. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
  142. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +44 -1
  143. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  144. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
  145. package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
  146. package/lib/esm/src/purchases_orders.scailo_pb.js +58 -1
  147. package/lib/esm/src/purchases_payments.scailo_connect.js +11 -0
  148. package/lib/esm/src/purchases_payments.scailo_pb.js +58 -1
  149. package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
  150. package/lib/esm/src/purchases_returns.scailo_pb.js +44 -1
  151. package/lib/esm/src/quotations_requests.scailo_connect.js +11 -0
  152. package/lib/esm/src/quotations_requests.scailo_pb.js +44 -1
  153. package/lib/esm/src/quotations_responses.scailo_connect.js +11 -0
  154. package/lib/esm/src/quotations_responses.scailo_pb.js +44 -1
  155. package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
  156. package/lib/esm/src/sales_invoices.scailo_pb.js +44 -1
  157. package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
  158. package/lib/esm/src/sales_orders.scailo_pb.js +58 -1
  159. package/lib/esm/src/sales_receipts.scailo_connect.js +11 -0
  160. package/lib/esm/src/sales_receipts.scailo_pb.js +58 -1
  161. package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
  162. package/lib/esm/src/sales_returns.scailo_pb.js +44 -1
  163. package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
  164. package/lib/esm/src/vendor_invoices.scailo_pb.js +44 -1
  165. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
  166. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  167. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +28 -0
  168. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  169. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
  170. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  171. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +28 -0
  172. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  173. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  174. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  175. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
  176. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  177. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  178. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  179. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +22 -0
  180. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  181. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +12 -1
  182. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  183. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +34 -0
  184. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  185. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  186. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  187. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +22 -0
  188. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  189. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  190. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  191. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  192. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  193. package/lib/esm/types/src/locations.scailo_connect.d.ts +11 -0
  194. package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
  195. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +12 -1
  196. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  197. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +28 -0
  198. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  199. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
  200. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  201. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +28 -0
  202. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
  203. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
  204. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  205. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
  206. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
  207. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  208. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  209. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +40 -0
  210. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  211. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +12 -1
  212. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  213. package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +40 -0
  214. package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
  215. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -1
  216. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  217. package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +28 -0
  218. package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
  219. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +12 -1
  220. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  221. package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +28 -0
  222. package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
  223. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -1
  224. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  225. package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +28 -0
  226. package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
  227. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  228. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  229. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +28 -0
  230. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  231. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
  232. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  233. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +40 -0
  234. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  235. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +12 -1
  236. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  237. package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +40 -0
  238. package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
  239. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -1
  240. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +28 -0
  242. package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
  243. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  244. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
  246. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  247. package/package.json +1 -1
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
7
+ exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_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");
@@ -519,6 +519,49 @@ OutwardJobsServiceAutofillRequest.fields = protobuf_1.proto3.util.newFieldList((
519
519
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
520
520
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
521
521
  ]);
522
+ /**
523
+ *
524
+ * Stores the UUID references of the record
525
+ *
526
+ * @generated from message Scailo.OutwardJobAncillaryParameters
527
+ */
528
+ class OutwardJobAncillaryParameters extends protobuf_1.Message {
529
+ constructor(data) {
530
+ super();
531
+ /**
532
+ * The UUID of the consignee location (the UUID of the associated consignee_location_id)
533
+ *
534
+ * @generated from field: string consignee_location_uuid = 212;
535
+ */
536
+ this.consigneeLocationUuid = "";
537
+ /**
538
+ * The UUID of the vendor (the UUID of the associated vendor_id)
539
+ *
540
+ * @generated from field: string vendor_uuid = 213;
541
+ */
542
+ this.vendorUuid = "";
543
+ protobuf_1.proto3.util.initPartial(data, this);
544
+ }
545
+ static fromBinary(bytes, options) {
546
+ return new OutwardJobAncillaryParameters().fromBinary(bytes, options);
547
+ }
548
+ static fromJson(jsonValue, options) {
549
+ return new OutwardJobAncillaryParameters().fromJson(jsonValue, options);
550
+ }
551
+ static fromJsonString(jsonString, options) {
552
+ return new OutwardJobAncillaryParameters().fromJsonString(jsonString, options);
553
+ }
554
+ static equals(a, b) {
555
+ return protobuf_1.proto3.util.equals(OutwardJobAncillaryParameters, a, b);
556
+ }
557
+ }
558
+ exports.OutwardJobAncillaryParameters = OutwardJobAncillaryParameters;
559
+ OutwardJobAncillaryParameters.runtime = protobuf_1.proto3;
560
+ OutwardJobAncillaryParameters.typeName = "Scailo.OutwardJobAncillaryParameters";
561
+ OutwardJobAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
562
+ { no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
563
+ { no: 213, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
564
+ ]);
522
565
  /**
523
566
  *
524
567
  * Describes the parameters that are part of a standard response
@@ -381,6 +381,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
381
381
  O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterial,
382
382
  kind: protobuf_1.MethodKind.Unary,
383
383
  },
384
+ /**
385
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
386
+ *
387
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.ViewAncillaryParametersByUUID
388
+ */
389
+ viewAncillaryParametersByUUID: {
390
+ name: "ViewAncillaryParametersByUUID",
391
+ I: base_scailo_pb_js_1.IdentifierUUID,
392
+ O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterialAncillaryParameters,
393
+ kind: protobuf_1.MethodKind.Unary,
394
+ },
384
395
  /**
385
396
  * View all
386
397
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
7
+ exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobFreeIssueMaterialAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_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");
@@ -411,6 +411,49 @@ OutwardJobsFreeIssueMaterialsServiceAutofillRequest.fields = protobuf_1.proto3.u
411
411
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
412
412
  { no: 10, name: "split_into_unit_quantity", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
413
413
  ]);
414
+ /**
415
+ *
416
+ * Stores the UUID references of the record
417
+ *
418
+ * @generated from message Scailo.OutwardJobFreeIssueMaterialAncillaryParameters
419
+ */
420
+ class OutwardJobFreeIssueMaterialAncillaryParameters extends protobuf_1.Message {
421
+ constructor(data) {
422
+ super();
423
+ /**
424
+ * The UUID of the ref_id (the UUID of the associated ref_id)
425
+ *
426
+ * @generated from field: string ref_uuid = 213;
427
+ */
428
+ this.refUuid = "";
429
+ /**
430
+ * The UUID of the location (the UUID of the associated location_id)
431
+ *
432
+ * @generated from field: string location_uuid = 215;
433
+ */
434
+ this.locationUuid = "";
435
+ protobuf_1.proto3.util.initPartial(data, this);
436
+ }
437
+ static fromBinary(bytes, options) {
438
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromBinary(bytes, options);
439
+ }
440
+ static fromJson(jsonValue, options) {
441
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJson(jsonValue, options);
442
+ }
443
+ static fromJsonString(jsonString, options) {
444
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJsonString(jsonString, options);
445
+ }
446
+ static equals(a, b) {
447
+ return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialAncillaryParameters, a, b);
448
+ }
449
+ }
450
+ exports.OutwardJobFreeIssueMaterialAncillaryParameters = OutwardJobFreeIssueMaterialAncillaryParameters;
451
+ OutwardJobFreeIssueMaterialAncillaryParameters.runtime = protobuf_1.proto3;
452
+ OutwardJobFreeIssueMaterialAncillaryParameters.typeName = "Scailo.OutwardJobFreeIssueMaterialAncillaryParameters";
453
+ OutwardJobFreeIssueMaterialAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
454
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
455
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
456
+ ]);
414
457
  /**
415
458
  *
416
459
  * Describes the parameters that are part of a standard response
@@ -370,6 +370,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
370
370
  O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturn,
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.OutwardJobsFreeIssueMaterialsReturnsService.ViewAncillaryParametersByUUID
377
+ */
378
+ viewAncillaryParametersByUUID: {
379
+ name: "ViewAncillaryParametersByUUID",
380
+ I: base_scailo_pb_js_1.IdentifierUUID,
381
+ O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturnAncillaryParameters,
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.OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsReturnsItemsList = exports.OutwardJobsFreeIssueMaterialsReturnsList = exports.OutwardJobFreeIssueMaterialReturnItem = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterialReturn = exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
7
+ exports.OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsReturnsItemsList = exports.OutwardJobsFreeIssueMaterialsReturnsList = exports.OutwardJobFreeIssueMaterialReturnItem = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterialReturn = exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_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");
@@ -354,6 +354,49 @@ OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest.fields = protobuf_1.pro
354
354
  { no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
355
355
  { no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
356
356
  ]);
357
+ /**
358
+ *
359
+ * Stores the UUID references of the record
360
+ *
361
+ * @generated from message Scailo.OutwardJobFreeIssueMaterialReturnAncillaryParameters
362
+ */
363
+ class OutwardJobFreeIssueMaterialReturnAncillaryParameters extends protobuf_1.Message {
364
+ constructor(data) {
365
+ super();
366
+ /**
367
+ * The UUID of the ref_id (the UUID of the associated ref_id)
368
+ *
369
+ * @generated from field: string ref_uuid = 213;
370
+ */
371
+ this.refUuid = "";
372
+ /**
373
+ * The UUID of the location (the UUID of the associated location_id)
374
+ *
375
+ * @generated from field: string location_uuid = 215;
376
+ */
377
+ this.locationUuid = "";
378
+ protobuf_1.proto3.util.initPartial(data, this);
379
+ }
380
+ static fromBinary(bytes, options) {
381
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromBinary(bytes, options);
382
+ }
383
+ static fromJson(jsonValue, options) {
384
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJson(jsonValue, options);
385
+ }
386
+ static fromJsonString(jsonString, options) {
387
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJsonString(jsonString, options);
388
+ }
389
+ static equals(a, b) {
390
+ return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialReturnAncillaryParameters, a, b);
391
+ }
392
+ }
393
+ exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = OutwardJobFreeIssueMaterialReturnAncillaryParameters;
394
+ OutwardJobFreeIssueMaterialReturnAncillaryParameters.runtime = protobuf_1.proto3;
395
+ OutwardJobFreeIssueMaterialReturnAncillaryParameters.typeName = "Scailo.OutwardJobFreeIssueMaterialReturnAncillaryParameters";
396
+ OutwardJobFreeIssueMaterialReturnAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
397
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
398
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
399
+ ]);
357
400
  /**
358
401
  *
359
402
  * Describes the parameters that are part of a standard response
@@ -514,6 +514,17 @@ exports.PurchasesOrdersService = {
514
514
  O: purchases_orders_scailo_pb_js_1.PurchaseOrder,
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.PurchasesOrdersService.ViewAncillaryParametersByUUID
521
+ */
522
+ viewAncillaryParametersByUUID: {
523
+ name: "ViewAncillaryParametersByUUID",
524
+ I: base_scailo_pb_js_1.IdentifierUUID,
525
+ O: purchases_orders_scailo_pb_js_1.PurchaseOrderAncillaryParameters,
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.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_ORDER_SORT_KEY = void 0;
7
+ exports.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchaseOrderAncillaryParameters = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_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");
@@ -701,6 +701,63 @@ PurchasesOrdersServiceAutofillRequest.fields = protobuf_1.proto3.util.newFieldLi
701
701
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
702
702
  { no: 10, name: "consolidate_referenced_items", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
703
703
  ]);
704
+ /**
705
+ *
706
+ * Stores the UUID references of the record
707
+ *
708
+ * @generated from message Scailo.PurchaseOrderAncillaryParameters
709
+ */
710
+ class PurchaseOrderAncillaryParameters extends protobuf_1.Message {
711
+ constructor(data) {
712
+ super();
713
+ /**
714
+ * The UUID of the consignee location (the UUID of the associated consignee_location_id)
715
+ *
716
+ * @generated from field: string consignee_location_uuid = 212;
717
+ */
718
+ this.consigneeLocationUuid = "";
719
+ /**
720
+ * The UUID of the buyer location (the UUID of the associated buyer_location_id)
721
+ *
722
+ * @generated from field: string buyer_location_uuid = 213;
723
+ */
724
+ this.buyerLocationUuid = "";
725
+ /**
726
+ * The UUID of the vendor (the UUID of the associated vendor_id)
727
+ *
728
+ * @generated from field: string vendor_uuid = 214;
729
+ */
730
+ this.vendorUuid = "";
731
+ /**
732
+ * The UUID of the currency (the UUID of the associated currency)
733
+ *
734
+ * @generated from field: string currency_uuid = 215;
735
+ */
736
+ this.currencyUuid = "";
737
+ protobuf_1.proto3.util.initPartial(data, this);
738
+ }
739
+ static fromBinary(bytes, options) {
740
+ return new PurchaseOrderAncillaryParameters().fromBinary(bytes, options);
741
+ }
742
+ static fromJson(jsonValue, options) {
743
+ return new PurchaseOrderAncillaryParameters().fromJson(jsonValue, options);
744
+ }
745
+ static fromJsonString(jsonString, options) {
746
+ return new PurchaseOrderAncillaryParameters().fromJsonString(jsonString, options);
747
+ }
748
+ static equals(a, b) {
749
+ return protobuf_1.proto3.util.equals(PurchaseOrderAncillaryParameters, a, b);
750
+ }
751
+ }
752
+ exports.PurchaseOrderAncillaryParameters = PurchaseOrderAncillaryParameters;
753
+ PurchaseOrderAncillaryParameters.runtime = protobuf_1.proto3;
754
+ PurchaseOrderAncillaryParameters.typeName = "Scailo.PurchaseOrderAncillaryParameters";
755
+ PurchaseOrderAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
756
+ { no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
757
+ { no: 213, name: "buyer_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
758
+ { no: 214, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
759
+ { no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
760
+ ]);
704
761
  /**
705
762
  *
706
763
  * Describes the parameters that are part of a standard response
@@ -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 @@ PurchasesPaymentsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldLi
322
322
  { no: 20, name: "payment_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
323
323
  { no: 21, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
324
324
  ]);
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
+ constructor(data) {
333
+ super();
334
+ /**
335
+ * The UUID of the ref_id (the UUID of the associated ref_id)
336
+ *
337
+ * @generated from field: string ref_uuid = 213;
338
+ */
339
+ this.refUuid = "";
340
+ /**
341
+ * The UUID of the vendor (the UUID of the associated vendor_id)
342
+ *
343
+ * @generated from field: string vendor_uuid = 214;
344
+ */
345
+ this.vendorUuid = "";
346
+ /**
347
+ * The UUID of the bank account (the UUID of the bank_account_id)
348
+ *
349
+ * @generated from field: string bank_account_uuid = 215;
350
+ */
351
+ this.bankAccountUuid = "";
352
+ /**
353
+ * The UUID of the currency (the UUID of the associated currency)
354
+ *
355
+ * @generated from field: string currency_uuid = 216;
356
+ */
357
+ this.currencyUuid = "";
358
+ protobuf_1.proto3.util.initPartial(data, this);
359
+ }
360
+ static fromBinary(bytes, options) {
361
+ return new PurchasePaymentAncillaryParameters().fromBinary(bytes, options);
362
+ }
363
+ static fromJson(jsonValue, options) {
364
+ return new PurchasePaymentAncillaryParameters().fromJson(jsonValue, options);
365
+ }
366
+ static fromJsonString(jsonString, options) {
367
+ return new PurchasePaymentAncillaryParameters().fromJsonString(jsonString, options);
368
+ }
369
+ static equals(a, b) {
370
+ return protobuf_1.proto3.util.equals(PurchasePaymentAncillaryParameters, a, b);
371
+ }
372
+ }
373
+ exports.PurchasePaymentAncillaryParameters = PurchasePaymentAncillaryParameters;
374
+ PurchasePaymentAncillaryParameters.runtime = protobuf_1.proto3;
375
+ PurchasePaymentAncillaryParameters.typeName = "Scailo.PurchasePaymentAncillaryParameters";
376
+ PurchasePaymentAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
377
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
378
+ { no: 214, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
379
+ { no: 215, name: "bank_account_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
380
+ { no: 216, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
381
+ ]);
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 @@ PurchasesReturnsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldLis
387
387
  { no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
388
388
  { no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
389
389
  ]);
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
+ constructor(data) {
398
+ super();
399
+ /**
400
+ * The UUID of the ref_id (the UUID of the associated ref_id)
401
+ *
402
+ * @generated from field: string ref_uuid = 213;
403
+ */
404
+ this.refUuid = "";
405
+ /**
406
+ * The UUID of the location (the UUID of the associated location_id)
407
+ *
408
+ * @generated from field: string location_uuid = 215;
409
+ */
410
+ this.locationUuid = "";
411
+ protobuf_1.proto3.util.initPartial(data, this);
412
+ }
413
+ static fromBinary(bytes, options) {
414
+ return new PurchaseReturnAncillaryParameters().fromBinary(bytes, options);
415
+ }
416
+ static fromJson(jsonValue, options) {
417
+ return new PurchaseReturnAncillaryParameters().fromJson(jsonValue, options);
418
+ }
419
+ static fromJsonString(jsonString, options) {
420
+ return new PurchaseReturnAncillaryParameters().fromJsonString(jsonString, options);
421
+ }
422
+ static equals(a, b) {
423
+ return protobuf_1.proto3.util.equals(PurchaseReturnAncillaryParameters, a, b);
424
+ }
425
+ }
426
+ exports.PurchaseReturnAncillaryParameters = PurchaseReturnAncillaryParameters;
427
+ PurchaseReturnAncillaryParameters.runtime = protobuf_1.proto3;
428
+ PurchaseReturnAncillaryParameters.typeName = "Scailo.PurchaseReturnAncillaryParameters";
429
+ PurchaseReturnAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
430
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
431
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
432
+ ]);
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 @@ QuotationsRequestsServiceAutofillRequest.fields = protobuf_1.proto3.util.newFiel
460
460
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
461
461
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
462
462
  ]);
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
+ constructor(data) {
471
+ super();
472
+ /**
473
+ * The UUID of the purchase_enquiry_id (the UUID of the associated purchase_enquiry_id)
474
+ *
475
+ * @generated from field: string purchase_enquiry_uuid = 212;
476
+ */
477
+ this.purchaseEnquiryUuid = "";
478
+ /**
479
+ * The UUID of the currency (the UUID of the associated currency_id)
480
+ *
481
+ * @generated from field: string currency_uuid = 214;
482
+ */
483
+ this.currencyUuid = "";
484
+ protobuf_1.proto3.util.initPartial(data, this);
485
+ }
486
+ static fromBinary(bytes, options) {
487
+ return new QuotationRequestAncillaryParameters().fromBinary(bytes, options);
488
+ }
489
+ static fromJson(jsonValue, options) {
490
+ return new QuotationRequestAncillaryParameters().fromJson(jsonValue, options);
491
+ }
492
+ static fromJsonString(jsonString, options) {
493
+ return new QuotationRequestAncillaryParameters().fromJsonString(jsonString, options);
494
+ }
495
+ static equals(a, b) {
496
+ return protobuf_1.proto3.util.equals(QuotationRequestAncillaryParameters, a, b);
497
+ }
498
+ }
499
+ exports.QuotationRequestAncillaryParameters = QuotationRequestAncillaryParameters;
500
+ QuotationRequestAncillaryParameters.runtime = protobuf_1.proto3;
501
+ QuotationRequestAncillaryParameters.typeName = "Scailo.QuotationRequestAncillaryParameters";
502
+ QuotationRequestAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
503
+ { no: 212, name: "purchase_enquiry_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
504
+ { no: 214, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
505
+ ]);
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
  *