@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.InwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.InwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsReturnsItemsList = exports.InwardJobsFreeIssueMaterialsReturnsList = exports.InwardJobFreeIssueMaterialReturnItem = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterialReturn = exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
7
+ exports.InwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.InwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsReturnsItemsList = exports.InwardJobsFreeIssueMaterialsReturnsList = exports.InwardJobFreeIssueMaterialReturnItem = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterialReturn = exports.InwardJobFreeIssueMaterialReturnAncillaryParameters = exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.INWARD_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");
@@ -361,6 +361,49 @@ class InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_1
361
361
  }
362
362
  }
363
363
  exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest;
364
+ /**
365
+ *
366
+ * Stores the UUID references of the record
367
+ *
368
+ * @generated from message Scailo.InwardJobFreeIssueMaterialReturnAncillaryParameters
369
+ */
370
+ class InwardJobFreeIssueMaterialReturnAncillaryParameters extends protobuf_1.Message {
371
+ /**
372
+ * The UUID of the ref_id (the UUID of the associated ref_id)
373
+ *
374
+ * @generated from field: string ref_uuid = 213;
375
+ */
376
+ refUuid = "";
377
+ /**
378
+ * The UUID of the location (the UUID of the associated location_id)
379
+ *
380
+ * @generated from field: string location_uuid = 215;
381
+ */
382
+ locationUuid = "";
383
+ constructor(data) {
384
+ super();
385
+ protobuf_1.proto3.util.initPartial(data, this);
386
+ }
387
+ static runtime = protobuf_1.proto3;
388
+ static typeName = "Scailo.InwardJobFreeIssueMaterialReturnAncillaryParameters";
389
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
390
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
391
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
392
+ ]);
393
+ static fromBinary(bytes, options) {
394
+ return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromBinary(bytes, options);
395
+ }
396
+ static fromJson(jsonValue, options) {
397
+ return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromJson(jsonValue, options);
398
+ }
399
+ static fromJsonString(jsonString, options) {
400
+ return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromJsonString(jsonString, options);
401
+ }
402
+ static equals(a, b) {
403
+ return protobuf_1.proto3.util.equals(InwardJobFreeIssueMaterialReturnAncillaryParameters, a, b);
404
+ }
405
+ }
406
+ exports.InwardJobFreeIssueMaterialReturnAncillaryParameters = InwardJobFreeIssueMaterialReturnAncillaryParameters;
364
407
  /**
365
408
  *
366
409
  * Describes the parameters that are part of a standard response
@@ -163,6 +163,17 @@ exports.LocationsService = {
163
163
  O: locations_scailo_pb_js_1.Location,
164
164
  kind: protobuf_1.MethodKind.Unary,
165
165
  },
166
+ /**
167
+ * View by UUID
168
+ *
169
+ * @generated from rpc Scailo.LocationsService.ViewByUUID
170
+ */
171
+ viewByUUID: {
172
+ name: "ViewByUUID",
173
+ I: base_scailo_pb_js_1.IdentifierUUID,
174
+ O: locations_scailo_pb_js_1.Location,
175
+ kind: protobuf_1.MethodKind.Unary,
176
+ },
166
177
  /**
167
178
  * View all
168
179
  *
@@ -645,6 +645,17 @@ exports.OutwardJobsService = {
645
645
  O: outward_jobs_scailo_pb_js_1.OutwardJob,
646
646
  kind: protobuf_1.MethodKind.Unary,
647
647
  },
648
+ /**
649
+ * View the ancillary parameters (UUIDs of the internal references) by UUID
650
+ *
651
+ * @generated from rpc Scailo.OutwardJobsService.ViewAncillaryParametersByUUID
652
+ */
653
+ viewAncillaryParametersByUUID: {
654
+ name: "ViewAncillaryParametersByUUID",
655
+ I: base_scailo_pb_js_1.IdentifierUUID,
656
+ O: outward_jobs_scailo_pb_js_1.OutwardJobAncillaryParameters,
657
+ kind: protobuf_1.MethodKind.Unary,
658
+ },
648
659
  /**
649
660
  * View all
650
661
  *
@@ -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 @@ class OutwardJobsServiceAutofillRequest extends protobuf_1.Message {
519
519
  }
520
520
  }
521
521
  exports.OutwardJobsServiceAutofillRequest = OutwardJobsServiceAutofillRequest;
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
+ /**
530
+ * The UUID of the consignee location (the UUID of the associated consignee_location_id)
531
+ *
532
+ * @generated from field: string consignee_location_uuid = 212;
533
+ */
534
+ consigneeLocationUuid = "";
535
+ /**
536
+ * The UUID of the vendor (the UUID of the associated vendor_id)
537
+ *
538
+ * @generated from field: string vendor_uuid = 213;
539
+ */
540
+ vendorUuid = "";
541
+ constructor(data) {
542
+ super();
543
+ protobuf_1.proto3.util.initPartial(data, this);
544
+ }
545
+ static runtime = protobuf_1.proto3;
546
+ static typeName = "Scailo.OutwardJobAncillaryParameters";
547
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
548
+ { no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
549
+ { no: 213, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
550
+ ]);
551
+ static fromBinary(bytes, options) {
552
+ return new OutwardJobAncillaryParameters().fromBinary(bytes, options);
553
+ }
554
+ static fromJson(jsonValue, options) {
555
+ return new OutwardJobAncillaryParameters().fromJson(jsonValue, options);
556
+ }
557
+ static fromJsonString(jsonString, options) {
558
+ return new OutwardJobAncillaryParameters().fromJsonString(jsonString, options);
559
+ }
560
+ static equals(a, b) {
561
+ return protobuf_1.proto3.util.equals(OutwardJobAncillaryParameters, a, b);
562
+ }
563
+ }
564
+ exports.OutwardJobAncillaryParameters = OutwardJobAncillaryParameters;
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 @@ class OutwardJobsFreeIssueMaterialsServiceAutofillRequest extends protobuf_1.Mes
411
411
  }
412
412
  }
413
413
  exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = OutwardJobsFreeIssueMaterialsServiceAutofillRequest;
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
+ /**
422
+ * The UUID of the ref_id (the UUID of the associated ref_id)
423
+ *
424
+ * @generated from field: string ref_uuid = 213;
425
+ */
426
+ refUuid = "";
427
+ /**
428
+ * The UUID of the location (the UUID of the associated location_id)
429
+ *
430
+ * @generated from field: string location_uuid = 215;
431
+ */
432
+ locationUuid = "";
433
+ constructor(data) {
434
+ super();
435
+ protobuf_1.proto3.util.initPartial(data, this);
436
+ }
437
+ static runtime = protobuf_1.proto3;
438
+ static typeName = "Scailo.OutwardJobFreeIssueMaterialAncillaryParameters";
439
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
440
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
441
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
442
+ ]);
443
+ static fromBinary(bytes, options) {
444
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromBinary(bytes, options);
445
+ }
446
+ static fromJson(jsonValue, options) {
447
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJson(jsonValue, options);
448
+ }
449
+ static fromJsonString(jsonString, options) {
450
+ return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJsonString(jsonString, options);
451
+ }
452
+ static equals(a, b) {
453
+ return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialAncillaryParameters, a, b);
454
+ }
455
+ }
456
+ exports.OutwardJobFreeIssueMaterialAncillaryParameters = OutwardJobFreeIssueMaterialAncillaryParameters;
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 @@ class OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_
354
354
  }
355
355
  }
356
356
  exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest;
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
+ /**
365
+ * The UUID of the ref_id (the UUID of the associated ref_id)
366
+ *
367
+ * @generated from field: string ref_uuid = 213;
368
+ */
369
+ refUuid = "";
370
+ /**
371
+ * The UUID of the location (the UUID of the associated location_id)
372
+ *
373
+ * @generated from field: string location_uuid = 215;
374
+ */
375
+ locationUuid = "";
376
+ constructor(data) {
377
+ super();
378
+ protobuf_1.proto3.util.initPartial(data, this);
379
+ }
380
+ static runtime = protobuf_1.proto3;
381
+ static typeName = "Scailo.OutwardJobFreeIssueMaterialReturnAncillaryParameters";
382
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
383
+ { no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
384
+ { no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
385
+ ]);
386
+ static fromBinary(bytes, options) {
387
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromBinary(bytes, options);
388
+ }
389
+ static fromJson(jsonValue, options) {
390
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJson(jsonValue, options);
391
+ }
392
+ static fromJsonString(jsonString, options) {
393
+ return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJsonString(jsonString, options);
394
+ }
395
+ static equals(a, b) {
396
+ return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialReturnAncillaryParameters, a, b);
397
+ }
398
+ }
399
+ exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = OutwardJobFreeIssueMaterialReturnAncillaryParameters;
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 @@ class PurchasesOrdersServiceAutofillRequest extends protobuf_1.Message {
701
701
  }
702
702
  }
703
703
  exports.PurchasesOrdersServiceAutofillRequest = PurchasesOrdersServiceAutofillRequest;
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
+ /**
712
+ * The UUID of the consignee location (the UUID of the associated consignee_location_id)
713
+ *
714
+ * @generated from field: string consignee_location_uuid = 212;
715
+ */
716
+ consigneeLocationUuid = "";
717
+ /**
718
+ * The UUID of the buyer location (the UUID of the associated buyer_location_id)
719
+ *
720
+ * @generated from field: string buyer_location_uuid = 213;
721
+ */
722
+ buyerLocationUuid = "";
723
+ /**
724
+ * The UUID of the vendor (the UUID of the associated vendor_id)
725
+ *
726
+ * @generated from field: string vendor_uuid = 214;
727
+ */
728
+ vendorUuid = "";
729
+ /**
730
+ * The UUID of the currency (the UUID of the associated currency)
731
+ *
732
+ * @generated from field: string currency_uuid = 215;
733
+ */
734
+ currencyUuid = "";
735
+ constructor(data) {
736
+ super();
737
+ protobuf_1.proto3.util.initPartial(data, this);
738
+ }
739
+ static runtime = protobuf_1.proto3;
740
+ static typeName = "Scailo.PurchaseOrderAncillaryParameters";
741
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
742
+ { no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
743
+ { no: 213, name: "buyer_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
744
+ { no: 214, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
745
+ { no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
746
+ ]);
747
+ static fromBinary(bytes, options) {
748
+ return new PurchaseOrderAncillaryParameters().fromBinary(bytes, options);
749
+ }
750
+ static fromJson(jsonValue, options) {
751
+ return new PurchaseOrderAncillaryParameters().fromJson(jsonValue, options);
752
+ }
753
+ static fromJsonString(jsonString, options) {
754
+ return new PurchaseOrderAncillaryParameters().fromJsonString(jsonString, options);
755
+ }
756
+ static equals(a, b) {
757
+ return protobuf_1.proto3.util.equals(PurchaseOrderAncillaryParameters, a, b);
758
+ }
759
+ }
760
+ exports.PurchaseOrderAncillaryParameters = PurchaseOrderAncillaryParameters;
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 @@ 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
  *