@kernelminds/scailo-sdk 0.0.100 → 0.0.102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. package/lib/cjs/src/asset_indents.scailo_connect.js +23 -1
  2. package/lib/cjs/src/clients.scailo_connect.js +22 -0
  3. package/lib/cjs/src/credit_notes.scailo_connect.js +23 -1
  4. package/lib/cjs/src/debit_notes.scailo_connect.js +23 -1
  5. package/lib/cjs/src/equations_families.scailo_connect.js +23 -1
  6. package/lib/cjs/src/equations_replaceables.scailo_connect.js +23 -1
  7. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +23 -1
  8. package/lib/cjs/src/equations_work_orders.scailo_connect.js +23 -1
  9. package/lib/cjs/src/expenses.scailo_connect.js +23 -1
  10. package/lib/cjs/src/goals.scailo_connect.js +23 -1
  11. package/lib/cjs/src/goods_dispatches.scailo_connect.js +23 -1
  12. package/lib/cjs/src/goods_receipts.scailo_connect.js +23 -1
  13. package/lib/cjs/src/inventory.scailo_connect.js +44 -0
  14. package/lib/cjs/src/inventory.scailo_pb.js +810 -1
  15. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +23 -1
  16. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +23 -1
  17. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +23 -1
  18. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +23 -1
  19. package/lib/cjs/src/payroll_groups.scailo_connect.js +23 -1
  20. package/lib/cjs/src/production_indents.scailo_connect.js +23 -1
  21. package/lib/cjs/src/production_plans.scailo_connect.js +23 -1
  22. package/lib/cjs/src/proforma_invoices.scailo_connect.js +23 -1
  23. package/lib/cjs/src/purchases_enquiries.scailo_connect.js +23 -1
  24. package/lib/cjs/src/purchases_indents.scailo_connect.js +23 -1
  25. package/lib/cjs/src/purchases_orders.scailo_connect.js +23 -1
  26. package/lib/cjs/src/purchases_returns.scailo_connect.js +23 -1
  27. package/lib/cjs/src/qc_groups.scailo_connect.js +23 -1
  28. package/lib/cjs/src/quotations_requests.scailo_connect.js +23 -1
  29. package/lib/cjs/src/quotations_responses.scailo_connect.js +11 -0
  30. package/lib/cjs/src/replaceable_indents.scailo_connect.js +23 -1
  31. package/lib/cjs/src/sales_enquiries.scailo_connect.js +23 -1
  32. package/lib/cjs/src/sales_invoices.scailo_connect.js +23 -1
  33. package/lib/cjs/src/sales_orders.scailo_connect.js +23 -1
  34. package/lib/cjs/src/sales_quotations.scailo_connect.js +23 -1
  35. package/lib/cjs/src/sales_returns.scailo_connect.js +23 -1
  36. package/lib/cjs/src/skills_groups.scailo_connect.js +23 -1
  37. package/lib/cjs/src/stock_audits.scailo_connect.js +23 -1
  38. package/lib/cjs/src/stock_issuances.scailo_connect.js +23 -1
  39. package/lib/cjs/src/stock_returns.scailo_connect.js +23 -1
  40. package/lib/cjs/src/supply_offers.scailo_connect.js +23 -1
  41. package/lib/cjs/src/vendor_invoices.scailo_connect.js +23 -1
  42. package/lib/cjs/src/vendors.scailo_connect.js +45 -1
  43. package/lib/cjs/src/work_orders.scailo_connect.js +23 -1
  44. package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +24 -2
  45. package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
  46. package/lib/cjs/types/src/clients.scailo_connect.d.ts +23 -1
  47. package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
  48. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +24 -2
  49. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  50. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +24 -2
  51. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  52. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +24 -2
  53. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  54. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +24 -2
  55. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  56. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +24 -2
  57. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  58. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +24 -2
  59. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  60. package/lib/cjs/types/src/expenses.scailo_connect.d.ts +24 -2
  61. package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
  62. package/lib/cjs/types/src/goals.scailo_connect.d.ts +24 -2
  63. package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
  64. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
  65. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  66. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +24 -2
  67. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  68. package/lib/cjs/types/src/inventory.scailo_connect.d.ts +45 -1
  69. package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
  70. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +590 -0
  71. package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
  72. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +24 -2
  73. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  74. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +24 -2
  75. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  76. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +24 -2
  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_returns.scailo_connect.d.ts +24 -2
  79. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  80. package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +24 -2
  81. package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
  82. package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +24 -2
  83. package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
  84. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +24 -2
  85. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  86. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
  87. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  88. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +24 -2
  89. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  90. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +24 -2
  91. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  92. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +24 -2
  93. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  94. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +24 -2
  95. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  96. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +24 -2
  97. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  98. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +24 -2
  99. package/lib/cjs/types/src/quotations_requests.scailo_connect.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/replaceable_indents.scailo_connect.d.ts +24 -2
  103. package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
  104. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
  105. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  106. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +24 -2
  107. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  108. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +24 -2
  109. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  110. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +24 -2
  111. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  112. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +24 -2
  113. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  114. package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +24 -2
  115. package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
  116. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +24 -2
  117. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  118. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +24 -2
  119. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  120. package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +24 -2
  121. package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
  122. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +24 -2
  123. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  124. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +24 -2
  125. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  126. package/lib/cjs/types/src/vendors.scailo_connect.d.ts +46 -2
  127. package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
  128. package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +24 -2
  129. package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
  130. package/lib/esm/src/asset_indents.scailo_connect.js +23 -1
  131. package/lib/esm/src/clients.scailo_connect.js +22 -0
  132. package/lib/esm/src/credit_notes.scailo_connect.js +23 -1
  133. package/lib/esm/src/debit_notes.scailo_connect.js +23 -1
  134. package/lib/esm/src/equations_families.scailo_connect.js +23 -1
  135. package/lib/esm/src/equations_replaceables.scailo_connect.js +23 -1
  136. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +23 -1
  137. package/lib/esm/src/equations_work_orders.scailo_connect.js +23 -1
  138. package/lib/esm/src/expenses.scailo_connect.js +23 -1
  139. package/lib/esm/src/goals.scailo_connect.js +23 -1
  140. package/lib/esm/src/goods_dispatches.scailo_connect.js +23 -1
  141. package/lib/esm/src/goods_receipts.scailo_connect.js +23 -1
  142. package/lib/esm/src/inventory.scailo_connect.js +44 -0
  143. package/lib/esm/src/inventory.scailo_pb.js +816 -1
  144. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +23 -1
  145. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +23 -1
  146. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +23 -1
  147. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +23 -1
  148. package/lib/esm/src/payroll_groups.scailo_connect.js +23 -1
  149. package/lib/esm/src/production_indents.scailo_connect.js +23 -1
  150. package/lib/esm/src/production_plans.scailo_connect.js +23 -1
  151. package/lib/esm/src/proforma_invoices.scailo_connect.js +23 -1
  152. package/lib/esm/src/purchases_enquiries.scailo_connect.js +23 -1
  153. package/lib/esm/src/purchases_indents.scailo_connect.js +23 -1
  154. package/lib/esm/src/purchases_orders.scailo_connect.js +23 -1
  155. package/lib/esm/src/purchases_returns.scailo_connect.js +23 -1
  156. package/lib/esm/src/qc_groups.scailo_connect.js +23 -1
  157. package/lib/esm/src/quotations_requests.scailo_connect.js +23 -1
  158. package/lib/esm/src/quotations_responses.scailo_connect.js +11 -0
  159. package/lib/esm/src/replaceable_indents.scailo_connect.js +23 -1
  160. package/lib/esm/src/sales_enquiries.scailo_connect.js +23 -1
  161. package/lib/esm/src/sales_invoices.scailo_connect.js +23 -1
  162. package/lib/esm/src/sales_orders.scailo_connect.js +23 -1
  163. package/lib/esm/src/sales_quotations.scailo_connect.js +23 -1
  164. package/lib/esm/src/sales_returns.scailo_connect.js +23 -1
  165. package/lib/esm/src/skills_groups.scailo_connect.js +23 -1
  166. package/lib/esm/src/stock_audits.scailo_connect.js +23 -1
  167. package/lib/esm/src/stock_issuances.scailo_connect.js +23 -1
  168. package/lib/esm/src/stock_returns.scailo_connect.js +23 -1
  169. package/lib/esm/src/supply_offers.scailo_connect.js +23 -1
  170. package/lib/esm/src/vendor_invoices.scailo_connect.js +23 -1
  171. package/lib/esm/src/vendors.scailo_connect.js +45 -1
  172. package/lib/esm/src/work_orders.scailo_connect.js +23 -1
  173. package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +24 -2
  174. package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
  175. package/lib/esm/types/src/clients.scailo_connect.d.ts +23 -1
  176. package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
  177. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +24 -2
  178. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  179. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +24 -2
  180. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  181. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +24 -2
  182. package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  183. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +24 -2
  184. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  185. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +24 -2
  186. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  187. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +24 -2
  188. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  189. package/lib/esm/types/src/expenses.scailo_connect.d.ts +24 -2
  190. package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
  191. package/lib/esm/types/src/goals.scailo_connect.d.ts +24 -2
  192. package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
  193. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
  194. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  195. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +24 -2
  196. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  197. package/lib/esm/types/src/inventory.scailo_connect.d.ts +45 -1
  198. package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
  199. package/lib/esm/types/src/inventory.scailo_pb.d.ts +590 -0
  200. package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
  201. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +24 -2
  202. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  203. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +24 -2
  204. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  205. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +24 -2
  206. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  207. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +24 -2
  208. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  209. package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +24 -2
  210. package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
  211. package/lib/esm/types/src/production_indents.scailo_connect.d.ts +24 -2
  212. package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
  213. package/lib/esm/types/src/production_plans.scailo_connect.d.ts +24 -2
  214. package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  215. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
  216. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  217. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +24 -2
  218. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  219. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +24 -2
  220. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  221. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +24 -2
  222. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  223. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +24 -2
  224. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  225. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +24 -2
  226. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  227. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +24 -2
  228. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  229. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -1
  230. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  231. package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +24 -2
  232. package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
  233. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
  234. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  235. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +24 -2
  236. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  237. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +24 -2
  238. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  239. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +24 -2
  240. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +24 -2
  242. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  243. package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +24 -2
  244. package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +24 -2
  246. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  247. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +24 -2
  248. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +24 -2
  250. package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
  251. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +24 -2
  252. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +24 -2
  254. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  255. package/lib/esm/types/src/vendors.scailo_connect.d.ts +46 -2
  256. package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/work_orders.scailo_connect.d.ts +24 -2
  258. package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
  259. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { AssetIndent, AssetIndentIssuedStatisticsList, AssetIndentItem, AssetIndentItemHistoryRequest, AssetIndentItemProspectiveInfoRequest, AssetIndentItemsSearchRequest, AssetIndentsItemsList, AssetIndentsList, AssetIndentsServiceCountReq, AssetIndentsServiceCreateRequest, AssetIndentsServiceFilterReq, AssetIndentsServiceItemCreateRequest, AssetIndentsServiceItemUpdateRequest, AssetIndentsServicePaginatedItemsResponse, AssetIndentsServicePaginationReq, AssetIndentsServicePaginationResponse, AssetIndentsServiceSearchAllReq, AssetIndentsServiceUpdateRequest } from "./asset_indents.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -332,7 +332,7 @@ export declare const AssetIndentsService: {
332
332
  };
333
333
  /**
334
334
  * CSV operations
335
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
335
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
336
336
  *
337
337
  * @generated from rpc Scailo.AssetIndentsService.DownloadItemsAsCSV
338
338
  */
@@ -342,6 +342,17 @@ export declare const AssetIndentsService: {
342
342
  readonly O: typeof StandardFile;
343
343
  readonly kind: MethodKind.Unary;
344
344
  };
345
+ /**
346
+ * Download the CSV template that could be used to upload items
347
+ *
348
+ * @generated from rpc Scailo.AssetIndentsService.DownloadItemsTemplateAsCSV
349
+ */
350
+ readonly downloadItemsTemplateAsCSV: {
351
+ readonly name: "DownloadItemsTemplateAsCSV";
352
+ readonly I: typeof Empty;
353
+ readonly O: typeof StandardFile;
354
+ readonly kind: MethodKind.Unary;
355
+ };
345
356
  /**
346
357
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
347
358
  *
@@ -375,6 +386,17 @@ export declare const AssetIndentsService: {
375
386
  readonly O: typeof AssetIndent;
376
387
  readonly kind: MethodKind.Unary;
377
388
  };
389
+ /**
390
+ * View by Reference ID (returns the latest record in case of duplicates)
391
+ *
392
+ * @generated from rpc Scailo.AssetIndentsService.ViewByReferenceID
393
+ */
394
+ readonly viewByReferenceID: {
395
+ readonly name: "ViewByReferenceID";
396
+ readonly I: typeof SimpleSearchReq;
397
+ readonly O: typeof AssetIndent;
398
+ readonly kind: MethodKind.Unary;
399
+ };
378
400
  /**
379
401
  * View only essential components by ID (without logs)
380
402
  *
@@ -1 +1 @@
1
- {"version":3,"file":"asset_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/asset_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,+BAA+B,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAC3lB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC5W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"asset_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/asset_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,+BAA+B,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAC3lB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Client, ClientsList, ClientsServiceCountReq, ClientsServiceCreateRequest, ClientsServiceFilterReq, ClientsServicePaginatedUsersResponse, ClientsServicePaginationReq, ClientsServicePaginationResponse, ClientsServiceSearchAllReq, ClientsServiceUpdateRequest, ClientsServiceUserCreateRequest, ClientUser, ClientUsersList, ClientUsersSearchRequest } from "./clients.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -255,6 +255,28 @@ export declare const ClientsService: {
255
255
  readonly O: typeof Client;
256
256
  readonly kind: MethodKind.Unary;
257
257
  };
258
+ /**
259
+ * View only essential components (without logs) that matches the first given email address
260
+ *
261
+ * @generated from rpc Scailo.ClientsService.ViewEssentialByEmail
262
+ */
263
+ readonly viewEssentialByEmail: {
264
+ readonly name: "ViewEssentialByEmail";
265
+ readonly I: typeof SimpleSearchReq;
266
+ readonly O: typeof Client;
267
+ readonly kind: MethodKind.Unary;
268
+ };
269
+ /**
270
+ * View only essential components (without logs) that matches the first given phone number
271
+ *
272
+ * @generated from rpc Scailo.ClientsService.ViewEssentialByPhone
273
+ */
274
+ readonly viewEssentialByPhone: {
275
+ readonly name: "ViewEssentialByPhone";
276
+ readonly I: typeof SimpleSearchReq;
277
+ readonly O: typeof Client;
278
+ readonly kind: MethodKind.Unary;
279
+ };
258
280
  /**
259
281
  * View all records with the given IDs
260
282
  *
@@ -1 +1 @@
1
- {"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzP,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1Q,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { CreditNote, CreditNoteAncillaryParameters, CreditNoteItem, CreditNoteItemHistoryRequest, CreditNoteItemProspectiveInfoRequest, CreditNoteItemsList, CreditNoteItemsSearchRequest, CreditNoteReference, CreditNoteReferencesList, CreditNoteReturnStatisticsList, CreditNotesList, CreditNotesServiceAlreadyAddedQuantityForSourceRequest, CreditNotesServiceAutofillRequest, CreditNotesServiceCountReq, CreditNotesServiceCreateRequest, CreditNotesServiceFilterReq, CreditNotesServiceItemCreateRequest, CreditNotesServiceItemUpdateRequest, CreditNotesServicePaginatedItemsResponse, CreditNotesServicePaginationReq, CreditNotesServicePaginationResponse, CreditNotesServiceReferenceCreateRequest, CreditNotesServiceSearchAllReq, CreditNotesServiceUpdateRequest } from "./credit_notes.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile, SumResponse } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
5
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
@@ -344,7 +344,7 @@ export declare const CreditNotesService: {
344
344
  };
345
345
  /**
346
346
  * CSV operations
347
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
348
348
  *
349
349
  * @generated from rpc Scailo.CreditNotesService.DownloadItemsAsCSV
350
350
  */
@@ -354,6 +354,17 @@ export declare const CreditNotesService: {
354
354
  readonly O: typeof StandardFile;
355
355
  readonly kind: MethodKind.Unary;
356
356
  };
357
+ /**
358
+ * Download the CSV template that could be used to upload items
359
+ *
360
+ * @generated from rpc Scailo.CreditNotesService.DownloadItemsTemplateAsCSV
361
+ */
362
+ readonly downloadItemsTemplateAsCSV: {
363
+ readonly name: "DownloadItemsTemplateAsCSV";
364
+ readonly I: typeof Empty;
365
+ readonly O: typeof StandardFile;
366
+ readonly kind: MethodKind.Unary;
367
+ };
357
368
  /**
358
369
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
359
370
  *
@@ -442,6 +453,17 @@ export declare const CreditNotesService: {
442
453
  readonly O: typeof CreditNote;
443
454
  readonly kind: MethodKind.Unary;
444
455
  };
456
+ /**
457
+ * View by Reference ID (returns the latest record in case of duplicates)
458
+ *
459
+ * @generated from rpc Scailo.CreditNotesService.ViewByReferenceID
460
+ */
461
+ readonly viewByReferenceID: {
462
+ readonly name: "ViewByReferenceID";
463
+ readonly I: typeof SimpleSearchReq;
464
+ readonly O: typeof CreditNote;
465
+ readonly kind: MethodKind.Unary;
466
+ };
445
467
  /**
446
468
  * View only essential components by ID (without logs)
447
469
  *
@@ -1 +1 @@
1
- {"version":3,"file":"credit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/credit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,eAAe,EAAE,sDAAsD,EAAE,iCAAiC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1xB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC9W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"credit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/credit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,eAAe,EAAE,sDAAsD,EAAE,iCAAiC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1xB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACtY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { DebitNote, DebitNoteAncillaryParameters, DebitNoteItem, DebitNoteItemHistoryRequest, DebitNoteItemProspectiveInfoRequest, DebitNoteItemsList, DebitNoteItemsSearchRequest, DebitNoteReference, DebitNoteReferencesList, DebitNoteReturnStatisticsList, DebitNotesList, DebitNotesServiceAlreadyAddedQuantityForSourceRequest, DebitNotesServiceAutofillRequest, DebitNotesServiceCountReq, DebitNotesServiceCreateRequest, DebitNotesServiceFilterReq, DebitNotesServiceItemCreateRequest, DebitNotesServiceItemUpdateRequest, DebitNotesServicePaginatedItemsResponse, DebitNotesServicePaginationReq, DebitNotesServicePaginationResponse, DebitNotesServiceReferenceCreateRequest, DebitNotesServiceSearchAllReq, DebitNotesServiceUpdateRequest } from "./debit_notes.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile, SumResponse } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
5
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
@@ -344,7 +344,7 @@ export declare const DebitNotesService: {
344
344
  };
345
345
  /**
346
346
  * CSV operations
347
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
348
348
  *
349
349
  * @generated from rpc Scailo.DebitNotesService.DownloadItemsAsCSV
350
350
  */
@@ -354,6 +354,17 @@ export declare const DebitNotesService: {
354
354
  readonly O: typeof StandardFile;
355
355
  readonly kind: MethodKind.Unary;
356
356
  };
357
+ /**
358
+ * Download the CSV template that could be used to upload items
359
+ *
360
+ * @generated from rpc Scailo.DebitNotesService.DownloadItemsTemplateAsCSV
361
+ */
362
+ readonly downloadItemsTemplateAsCSV: {
363
+ readonly name: "DownloadItemsTemplateAsCSV";
364
+ readonly I: typeof Empty;
365
+ readonly O: typeof StandardFile;
366
+ readonly kind: MethodKind.Unary;
367
+ };
357
368
  /**
358
369
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
359
370
  *
@@ -442,6 +453,17 @@ export declare const DebitNotesService: {
442
453
  readonly O: typeof DebitNote;
443
454
  readonly kind: MethodKind.Unary;
444
455
  };
456
+ /**
457
+ * View by Reference ID (returns the latest record in case of duplicates)
458
+ *
459
+ * @generated from rpc Scailo.DebitNotesService.ViewByReferenceID
460
+ */
461
+ readonly viewByReferenceID: {
462
+ readonly name: "ViewByReferenceID";
463
+ readonly I: typeof SimpleSearchReq;
464
+ readonly O: typeof DebitNote;
465
+ readonly kind: MethodKind.Unary;
466
+ };
445
467
  /**
446
468
  * View only essential components by ID (without logs)
447
469
  *
@@ -1 +1 @@
1
- {"version":3,"file":"debit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/debit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,aAAa,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,6BAA6B,EAAE,cAAc,EAAE,qDAAqD,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACjwB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC9W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"debit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/debit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,aAAa,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,6BAA6B,EAAE,cAAc,EAAE,qDAAqD,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACjwB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACtY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { EquationFamily, EquationFamilyItem, EquationFamilyItemHistoryRequest, EquationFamilyItemsSearchRequest, EquationsFamiliesItemsList, EquationsFamiliesList, EquationsFamiliesServiceCountReq, EquationsFamiliesServiceCreateRequest, EquationsFamiliesServiceFilterReq, EquationsFamiliesServiceItemCreateRequest, EquationsFamiliesServiceItemUpdateRequest, EquationsFamiliesServicePaginatedItemsResponse, EquationsFamiliesServicePaginationReq, EquationsFamiliesServicePaginationResponse, EquationsFamiliesServiceSearchAllReq, EquationsFamiliesServiceUpdateRequest } from "./equations_families.scailo_pb.js";
2
- import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -324,7 +324,7 @@ export declare const EquationsFamiliesService: {
324
324
  };
325
325
  /**
326
326
  * CSV operations
327
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
327
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
328
328
  *
329
329
  * @generated from rpc Scailo.EquationsFamiliesService.DownloadItemsAsCSV
330
330
  */
@@ -334,6 +334,17 @@ export declare const EquationsFamiliesService: {
334
334
  readonly O: typeof StandardFile;
335
335
  readonly kind: MethodKind.Unary;
336
336
  };
337
+ /**
338
+ * Download the CSV template that could be used to upload items
339
+ *
340
+ * @generated from rpc Scailo.EquationsFamiliesService.DownloadItemsTemplateAsCSV
341
+ */
342
+ readonly downloadItemsTemplateAsCSV: {
343
+ readonly name: "DownloadItemsTemplateAsCSV";
344
+ readonly I: typeof Empty;
345
+ readonly O: typeof StandardFile;
346
+ readonly kind: MethodKind.Unary;
347
+ };
337
348
  /**
338
349
  * Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
339
350
  *
@@ -378,6 +389,17 @@ export declare const EquationsFamiliesService: {
378
389
  readonly O: typeof EquationFamily;
379
390
  readonly kind: MethodKind.Unary;
380
391
  };
392
+ /**
393
+ * View by Name (returns the latest record in case of duplicates)
394
+ *
395
+ * @generated from rpc Scailo.EquationsFamiliesService.ViewByName
396
+ */
397
+ readonly viewByName: {
398
+ readonly name: "ViewByName";
399
+ readonly I: typeof SimpleSearchReq;
400
+ readonly O: typeof EquationFamily;
401
+ readonly kind: MethodKind.Unary;
402
+ };
381
403
  /**
382
404
  * View only essential components by ID (without logs)
383
405
  *
@@ -1 +1 @@
1
- {"version":3,"file":"equations_families.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_families.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AAChmB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7U,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB;;;QAGjC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"equations_families.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_families.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AAChmB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB;;;QAGjC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { EquationReplaceable, EquationReplaceableItem, EquationReplaceableItemHistoryRequest, EquationReplaceableItemsSearchRequest, EquationsReplaceablesItemsList, EquationsReplaceablesList, EquationsReplaceablesServiceCountReq, EquationsReplaceablesServiceCreateRequest, EquationsReplaceablesServiceFilterReq, EquationsReplaceablesServiceItemCreateRequest, EquationsReplaceablesServiceItemUpdateRequest, EquationsReplaceablesServicePaginatedItemsResponse, EquationsReplaceablesServicePaginationReq, EquationsReplaceablesServicePaginationResponse, EquationsReplaceablesServiceSearchAllReq, EquationsReplaceablesServiceUpdateRequest } from "./equations_replaceables.scailo_pb.js";
2
- import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -323,7 +323,7 @@ export declare const EquationsReplaceablesService: {
323
323
  };
324
324
  /**
325
325
  * CSV operations
326
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
326
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
327
327
  *
328
328
  * @generated from rpc Scailo.EquationsReplaceablesService.DownloadItemsAsCSV
329
329
  */
@@ -333,6 +333,17 @@ export declare const EquationsReplaceablesService: {
333
333
  readonly O: typeof StandardFile;
334
334
  readonly kind: MethodKind.Unary;
335
335
  };
336
+ /**
337
+ * Download the CSV template that could be used to upload items
338
+ *
339
+ * @generated from rpc Scailo.EquationsReplaceablesService.DownloadItemsTemplateAsCSV
340
+ */
341
+ readonly downloadItemsTemplateAsCSV: {
342
+ readonly name: "DownloadItemsTemplateAsCSV";
343
+ readonly I: typeof Empty;
344
+ readonly O: typeof StandardFile;
345
+ readonly kind: MethodKind.Unary;
346
+ };
336
347
  /**
337
348
  * Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
338
349
  *
@@ -377,6 +388,17 @@ export declare const EquationsReplaceablesService: {
377
388
  readonly O: typeof EquationReplaceable;
378
389
  readonly kind: MethodKind.Unary;
379
390
  };
391
+ /**
392
+ * View by Name (returns the latest record in case of duplicates)
393
+ *
394
+ * @generated from rpc Scailo.EquationsReplaceablesService.ViewByName
395
+ */
396
+ readonly viewByName: {
397
+ readonly name: "ViewByName";
398
+ readonly I: typeof SimpleSearchReq;
399
+ readonly O: typeof EquationReplaceable;
400
+ readonly kind: MethodKind.Unary;
401
+ };
380
402
  /**
381
403
  * View only essential components by ID (without logs)
382
404
  *
@@ -1 +1 @@
1
- {"version":3,"file":"equations_replaceables.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_replaceables.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,6CAA6C,EAAE,6CAA6C,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AACxqB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7U,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"equations_replaceables.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_replaceables.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,6CAA6C,EAAE,6CAA6C,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AACxqB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { EquationSalesBundle, EquationSalesBundleItem, EquationSalesBundleItemHistoryRequest, EquationSalesBundleItemsSearchRequest, EquationsSalesBundlesItemsList, EquationsSalesBundlesList, EquationsSalesBundlesServiceCountReq, EquationsSalesBundlesServiceCreateRequest, EquationsSalesBundlesServiceFilterReq, EquationsSalesBundlesServiceItemCreateRequest, EquationsSalesBundlesServiceItemUpdateRequest, EquationsSalesBundlesServicePaginatedItemsResponse, EquationsSalesBundlesServicePaginationReq, EquationsSalesBundlesServicePaginationResponse, EquationsSalesBundlesServiceSearchAllReq, EquationsSalesBundlesServiceUpdateRequest } from "./equations_sales_bundles.scailo_pb.js";
2
- import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -323,7 +323,7 @@ export declare const EquationsSalesBundlesService: {
323
323
  };
324
324
  /**
325
325
  * CSV operations
326
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
326
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
327
327
  *
328
328
  * @generated from rpc Scailo.EquationsSalesBundlesService.DownloadItemsAsCSV
329
329
  */
@@ -333,6 +333,17 @@ export declare const EquationsSalesBundlesService: {
333
333
  readonly O: typeof StandardFile;
334
334
  readonly kind: MethodKind.Unary;
335
335
  };
336
+ /**
337
+ * Download the CSV template that could be used to upload items
338
+ *
339
+ * @generated from rpc Scailo.EquationsSalesBundlesService.DownloadItemsTemplateAsCSV
340
+ */
341
+ readonly downloadItemsTemplateAsCSV: {
342
+ readonly name: "DownloadItemsTemplateAsCSV";
343
+ readonly I: typeof Empty;
344
+ readonly O: typeof StandardFile;
345
+ readonly kind: MethodKind.Unary;
346
+ };
336
347
  /**
337
348
  * Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
338
349
  *
@@ -377,6 +388,17 @@ export declare const EquationsSalesBundlesService: {
377
388
  readonly O: typeof EquationSalesBundle;
378
389
  readonly kind: MethodKind.Unary;
379
390
  };
391
+ /**
392
+ * View by Name (returns the latest record in case of duplicates)
393
+ *
394
+ * @generated from rpc Scailo.EquationsSalesBundlesService.ViewByName
395
+ */
396
+ readonly viewByName: {
397
+ readonly name: "ViewByName";
398
+ readonly I: typeof SimpleSearchReq;
399
+ readonly O: typeof EquationSalesBundle;
400
+ readonly kind: MethodKind.Unary;
401
+ };
380
402
  /**
381
403
  * View only essential components by ID (without logs)
382
404
  *
@@ -1 +1 @@
1
- {"version":3,"file":"equations_sales_bundles.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_sales_bundles.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,6CAA6C,EAAE,6CAA6C,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AACzqB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7U,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"equations_sales_bundles.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_sales_bundles.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,6CAA6C,EAAE,6CAA6C,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,wCAAwC,CAAC;AACzqB,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { EquationsWorkOrdersItemsList, EquationsWorkOrdersList, EquationsWorkOrdersServiceCountReq, EquationsWorkOrdersServiceCreateRequest, EquationsWorkOrdersServiceFilterReq, EquationsWorkOrdersServiceItemCreateRequest, EquationsWorkOrdersServiceItemUpdateRequest, EquationsWorkOrdersServicePaginatedItemsResponse, EquationsWorkOrdersServicePaginationReq, EquationsWorkOrdersServicePaginationResponse, EquationsWorkOrdersServiceSearchAllReq, EquationsWorkOrdersServiceUpdateRequest, EquationWorkOrder, EquationWorkOrderItem, EquationWorkOrderItemHistoryRequest, EquationWorkOrderItemsSearchRequest } from "./equations_work_orders.scailo_pb.js";
2
- import { ActiveStatus, AmendmentLogsList, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, AmendmentLogsList, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -334,7 +334,7 @@ export declare const EquationsWorkOrdersService: {
334
334
  };
335
335
  /**
336
336
  * CSV operations
337
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
337
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
338
338
  *
339
339
  * @generated from rpc Scailo.EquationsWorkOrdersService.DownloadItemsAsCSV
340
340
  */
@@ -344,6 +344,17 @@ export declare const EquationsWorkOrdersService: {
344
344
  readonly O: typeof StandardFile;
345
345
  readonly kind: MethodKind.Unary;
346
346
  };
347
+ /**
348
+ * Download the CSV template that could be used to upload items
349
+ *
350
+ * @generated from rpc Scailo.EquationsWorkOrdersService.DownloadItemsTemplateAsCSV
351
+ */
352
+ readonly downloadItemsTemplateAsCSV: {
353
+ readonly name: "DownloadItemsTemplateAsCSV";
354
+ readonly I: typeof Empty;
355
+ readonly O: typeof StandardFile;
356
+ readonly kind: MethodKind.Unary;
357
+ };
347
358
  /**
348
359
  * Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
349
360
  *
@@ -388,6 +399,17 @@ export declare const EquationsWorkOrdersService: {
388
399
  readonly O: typeof EquationWorkOrder;
389
400
  readonly kind: MethodKind.Unary;
390
401
  };
402
+ /**
403
+ * View by Name (returns the latest record in case of duplicates)
404
+ *
405
+ * @generated from rpc Scailo.EquationsWorkOrdersService.ViewByName
406
+ */
407
+ readonly viewByName: {
408
+ readonly name: "ViewByName";
409
+ readonly I: typeof SimpleSearchReq;
410
+ readonly O: typeof EquationWorkOrder;
411
+ readonly kind: MethodKind.Unary;
412
+ };
391
413
  /**
392
414
  * View only essential components by ID (without logs)
393
415
  *
@@ -1 +1 @@
1
- {"version":3,"file":"equations_work_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_work_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,MAAM,sCAAsC,CAAC;AACvoB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAChW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B;;;QAGnC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"equations_work_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equations_work_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,MAAM,sCAAsC,CAAC;AACvoB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B;;;QAGnC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Expense, ExpenseItem, ExpenseItemHistoryRequest, ExpenseItemsSearchRequest, ExpensesItemsList, ExpensesList, ExpensesServiceCountReq, ExpensesServiceCreateRequest, ExpensesServiceFilterReq, ExpensesServiceItemCreateRequest, ExpensesServiceItemUpdateRequest, ExpensesServicePaginatedItemsResponse, ExpensesServicePaginationReq, ExpensesServicePaginationResponse, ExpensesServiceSearchAllReq, ExpensesServiceUpdateRequest } from "./expenses.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const ExpensesService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
323
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
324
324
  *
325
325
  * @generated from rpc Scailo.ExpensesService.DownloadItemsAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const ExpensesService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload items
335
+ *
336
+ * @generated from rpc Scailo.ExpensesService.DownloadItemsTemplateAsCSV
337
+ */
338
+ readonly downloadItemsTemplateAsCSV: {
339
+ readonly name: "DownloadItemsTemplateAsCSV";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
335
346
  *
@@ -363,6 +374,17 @@ export declare const ExpensesService: {
363
374
  readonly O: typeof Expense;
364
375
  readonly kind: MethodKind.Unary;
365
376
  };
377
+ /**
378
+ * View by Reference ID (returns the latest record in case of duplicates)
379
+ *
380
+ * @generated from rpc Scailo.ExpensesService.ViewByReferenceID
381
+ */
382
+ readonly viewByReferenceID: {
383
+ readonly name: "ViewByReferenceID";
384
+ readonly I: typeof SimpleSearchReq;
385
+ readonly O: typeof Expense;
386
+ readonly kind: MethodKind.Unary;
387
+ };
366
388
  /**
367
389
  * View only essential components by ID (without logs)
368
390
  *
@@ -1 +1 @@
1
- {"version":3,"file":"expenses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/expenses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC9c,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"expenses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/expenses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC9c,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Goal, GoalItem, GoalItemHistoryRequest, GoalItemsSearchRequest, GoalsItemsList, GoalsList, GoalsServiceCountReq, GoalsServiceCreateRequest, GoalsServiceFilterReq, GoalsServiceItemCreateRequest, GoalsServiceItemUpdateRequest, GoalsServicePaginatedItemsResponse, GoalsServicePaginationReq, GoalsServicePaginationResponse, GoalsServiceSearchAllReq, GoalsServiceUpdateRequest } from "./goals.scailo_pb.js";
2
- import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const GoalsService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
323
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
324
324
  *
325
325
  * @generated from rpc Scailo.GoalsService.DownloadItemsAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const GoalsService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload items
335
+ *
336
+ * @generated from rpc Scailo.GoalsService.DownloadItemsTemplateAsCSV
337
+ */
338
+ readonly downloadItemsTemplateAsCSV: {
339
+ readonly name: "DownloadItemsTemplateAsCSV";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
335
346
  *
@@ -363,6 +374,17 @@ export declare const GoalsService: {
363
374
  readonly O: typeof Goal;
364
375
  readonly kind: MethodKind.Unary;
365
376
  };
377
+ /**
378
+ * View by Reference ID (returns the latest record in case of duplicates)
379
+ *
380
+ * @generated from rpc Scailo.GoalsService.ViewByReferenceID
381
+ */
382
+ readonly viewByReferenceID: {
383
+ readonly name: "ViewByReferenceID";
384
+ readonly I: typeof SimpleSearchReq;
385
+ readonly O: typeof Goal;
386
+ readonly kind: MethodKind.Unary;
387
+ };
366
388
  /**
367
389
  * View only essential components by ID (without logs)
368
390
  *