@kernelminds/scailo-sdk 0.0.101 → 0.0.103

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 (343) hide show
  1. package/lib/cjs/permissions.js +100 -64
  2. package/lib/cjs/src/absences.scailo_connect.js +14 -3
  3. package/lib/cjs/src/asset_indents.scailo_connect.js +35 -1
  4. package/lib/cjs/src/attendances.scailo_connect.js +14 -3
  5. package/lib/cjs/src/components.scailo_connect.js +12 -0
  6. package/lib/cjs/src/credit_notes.scailo_connect.js +23 -1
  7. package/lib/cjs/src/debit_notes.scailo_connect.js +23 -1
  8. package/lib/cjs/src/equations_families.scailo_connect.js +37 -4
  9. package/lib/cjs/src/equations_replaceables.scailo_connect.js +37 -4
  10. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +37 -4
  11. package/lib/cjs/src/equations_work_orders.scailo_connect.js +37 -4
  12. package/lib/cjs/src/equipments.scailo_connect.js +12 -0
  13. package/lib/cjs/src/expenses.scailo_connect.js +35 -1
  14. package/lib/cjs/src/feedstocks.scailo_connect.js +12 -0
  15. package/lib/cjs/src/goals.scailo_connect.js +23 -1
  16. package/lib/cjs/src/goods_dispatches.scailo_connect.js +23 -1
  17. package/lib/cjs/src/goods_receipts.scailo_connect.js +23 -1
  18. package/lib/cjs/src/infrastructures.scailo_connect.js +12 -0
  19. package/lib/cjs/src/inventory.scailo_connect.js +44 -0
  20. package/lib/cjs/src/inventory.scailo_pb.js +810 -1
  21. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +35 -1
  22. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
  23. package/lib/cjs/src/magic_links.scailo_pb.js +252 -0
  24. package/lib/cjs/src/merchandises.scailo_connect.js +12 -0
  25. package/lib/cjs/src/on_duties.scailo_connect.js +14 -3
  26. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +35 -1
  27. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
  28. package/lib/cjs/src/payroll_groups.scailo_connect.js +23 -1
  29. package/lib/cjs/src/production_indents.scailo_connect.js +35 -1
  30. package/lib/cjs/src/production_plans.scailo_connect.js +35 -1
  31. package/lib/cjs/src/products.scailo_connect.js +12 -0
  32. package/lib/cjs/src/proforma_invoices.scailo_connect.js +23 -1
  33. package/lib/cjs/src/purchases_enquiries.scailo_connect.js +35 -1
  34. package/lib/cjs/src/purchases_indents.scailo_connect.js +35 -1
  35. package/lib/cjs/src/purchases_orders.scailo_connect.js +23 -1
  36. package/lib/cjs/src/purchases_payments.scailo_connect.js +14 -3
  37. package/lib/cjs/src/purchases_returns.scailo_connect.js +23 -1
  38. package/lib/cjs/src/qc_groups.scailo_connect.js +23 -1
  39. package/lib/cjs/src/qc_samples.scailo_connect.js +12 -0
  40. package/lib/cjs/src/quotations_requests.scailo_connect.js +35 -1
  41. package/lib/cjs/src/quotations_responses.scailo_connect.js +23 -0
  42. package/lib/cjs/src/replaceable_indents.scailo_connect.js +35 -1
  43. package/lib/cjs/src/sales_enquiries.scailo_connect.js +23 -1
  44. package/lib/cjs/src/sales_invoices.scailo_connect.js +23 -1
  45. package/lib/cjs/src/sales_orders.scailo_connect.js +23 -1
  46. package/lib/cjs/src/sales_quotations.scailo_connect.js +23 -1
  47. package/lib/cjs/src/sales_receipts.scailo_connect.js +14 -3
  48. package/lib/cjs/src/sales_returns.scailo_connect.js +23 -1
  49. package/lib/cjs/src/skills_groups.scailo_connect.js +23 -1
  50. package/lib/cjs/src/stock_audits.scailo_connect.js +35 -1
  51. package/lib/cjs/src/stock_issuances.scailo_connect.js +35 -1
  52. package/lib/cjs/src/stock_returns.scailo_connect.js +35 -1
  53. package/lib/cjs/src/supply_offers.scailo_connect.js +35 -1
  54. package/lib/cjs/src/vendor_invoices.scailo_connect.js +23 -1
  55. package/lib/cjs/src/vendors.scailo_connect.js +35 -1
  56. package/lib/cjs/src/visitations.scailo_connect.js +14 -3
  57. package/lib/cjs/src/work_orders.scailo_connect.js +35 -1
  58. package/lib/cjs/types/permissions.d.ts +180 -0
  59. package/lib/cjs/types/permissions.d.ts.map +1 -1
  60. package/lib/cjs/types/src/absences.scailo_connect.d.ts +14 -3
  61. package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
  62. package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +36 -2
  63. package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
  64. package/lib/cjs/types/src/attendances.scailo_connect.d.ts +14 -3
  65. package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
  66. package/lib/cjs/types/src/components.scailo_connect.d.ts +12 -0
  67. package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
  68. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +24 -2
  69. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  70. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +24 -2
  71. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  72. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +38 -5
  73. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  74. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +38 -5
  75. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  76. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +38 -5
  77. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  78. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +38 -5
  79. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  80. package/lib/cjs/types/src/equipments.scailo_connect.d.ts +12 -0
  81. package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
  82. package/lib/cjs/types/src/expenses.scailo_connect.d.ts +36 -2
  83. package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
  84. package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +12 -0
  85. package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
  86. package/lib/cjs/types/src/goals.scailo_connect.d.ts +24 -2
  87. package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
  88. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
  89. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  90. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +24 -2
  91. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  92. package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +12 -0
  93. package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
  94. package/lib/cjs/types/src/inventory.scailo_connect.d.ts +45 -1
  95. package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
  96. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +590 -0
  97. package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
  98. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
  99. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  100. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +36 -2
  101. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  102. package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +217 -1
  103. package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
  104. package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +12 -0
  105. package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
  106. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +14 -3
  107. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  108. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
  109. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  110. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +36 -2
  111. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  112. package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +24 -2
  113. package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
  114. package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +36 -2
  115. package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
  116. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +36 -2
  117. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  118. package/lib/cjs/types/src/products.scailo_connect.d.ts +12 -0
  119. package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
  120. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
  121. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  122. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +36 -2
  123. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  124. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +36 -2
  125. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  126. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +24 -2
  127. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  128. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +14 -3
  129. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  130. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +24 -2
  131. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  132. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +24 -2
  133. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  134. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +12 -0
  135. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  136. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +36 -2
  137. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  138. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +24 -1
  139. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  140. package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +36 -2
  141. package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
  142. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
  143. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  144. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +24 -2
  145. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  146. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +24 -2
  147. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  148. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +24 -2
  149. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  150. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +14 -3
  151. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  152. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +24 -2
  153. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  154. package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +24 -2
  155. package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
  156. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +36 -2
  157. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  158. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +36 -2
  159. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  160. package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +36 -2
  161. package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
  162. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +36 -2
  163. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  164. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +24 -2
  165. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  166. package/lib/cjs/types/src/vendors.scailo_connect.d.ts +36 -2
  167. package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
  168. package/lib/cjs/types/src/visitations.scailo_connect.d.ts +14 -3
  169. package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
  170. package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +36 -2
  171. package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
  172. package/lib/esm/permissions.js +100 -64
  173. package/lib/esm/src/absences.scailo_connect.js +14 -3
  174. package/lib/esm/src/asset_indents.scailo_connect.js +35 -1
  175. package/lib/esm/src/attendances.scailo_connect.js +14 -3
  176. package/lib/esm/src/components.scailo_connect.js +12 -0
  177. package/lib/esm/src/credit_notes.scailo_connect.js +23 -1
  178. package/lib/esm/src/debit_notes.scailo_connect.js +23 -1
  179. package/lib/esm/src/equations_families.scailo_connect.js +37 -4
  180. package/lib/esm/src/equations_replaceables.scailo_connect.js +37 -4
  181. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +37 -4
  182. package/lib/esm/src/equations_work_orders.scailo_connect.js +37 -4
  183. package/lib/esm/src/equipments.scailo_connect.js +12 -0
  184. package/lib/esm/src/expenses.scailo_connect.js +35 -1
  185. package/lib/esm/src/feedstocks.scailo_connect.js +12 -0
  186. package/lib/esm/src/goals.scailo_connect.js +23 -1
  187. package/lib/esm/src/goods_dispatches.scailo_connect.js +23 -1
  188. package/lib/esm/src/goods_receipts.scailo_connect.js +23 -1
  189. package/lib/esm/src/infrastructures.scailo_connect.js +12 -0
  190. package/lib/esm/src/inventory.scailo_connect.js +44 -0
  191. package/lib/esm/src/inventory.scailo_pb.js +816 -1
  192. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +35 -1
  193. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
  194. package/lib/esm/src/magic_links.scailo_pb.js +252 -0
  195. package/lib/esm/src/merchandises.scailo_connect.js +12 -0
  196. package/lib/esm/src/on_duties.scailo_connect.js +14 -3
  197. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +35 -1
  198. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
  199. package/lib/esm/src/payroll_groups.scailo_connect.js +23 -1
  200. package/lib/esm/src/production_indents.scailo_connect.js +35 -1
  201. package/lib/esm/src/production_plans.scailo_connect.js +35 -1
  202. package/lib/esm/src/products.scailo_connect.js +12 -0
  203. package/lib/esm/src/proforma_invoices.scailo_connect.js +23 -1
  204. package/lib/esm/src/purchases_enquiries.scailo_connect.js +35 -1
  205. package/lib/esm/src/purchases_indents.scailo_connect.js +35 -1
  206. package/lib/esm/src/purchases_orders.scailo_connect.js +23 -1
  207. package/lib/esm/src/purchases_payments.scailo_connect.js +14 -3
  208. package/lib/esm/src/purchases_returns.scailo_connect.js +23 -1
  209. package/lib/esm/src/qc_groups.scailo_connect.js +23 -1
  210. package/lib/esm/src/qc_samples.scailo_connect.js +12 -0
  211. package/lib/esm/src/quotations_requests.scailo_connect.js +35 -1
  212. package/lib/esm/src/quotations_responses.scailo_connect.js +23 -0
  213. package/lib/esm/src/replaceable_indents.scailo_connect.js +35 -1
  214. package/lib/esm/src/sales_enquiries.scailo_connect.js +23 -1
  215. package/lib/esm/src/sales_invoices.scailo_connect.js +23 -1
  216. package/lib/esm/src/sales_orders.scailo_connect.js +23 -1
  217. package/lib/esm/src/sales_quotations.scailo_connect.js +23 -1
  218. package/lib/esm/src/sales_receipts.scailo_connect.js +14 -3
  219. package/lib/esm/src/sales_returns.scailo_connect.js +23 -1
  220. package/lib/esm/src/skills_groups.scailo_connect.js +23 -1
  221. package/lib/esm/src/stock_audits.scailo_connect.js +35 -1
  222. package/lib/esm/src/stock_issuances.scailo_connect.js +35 -1
  223. package/lib/esm/src/stock_returns.scailo_connect.js +35 -1
  224. package/lib/esm/src/supply_offers.scailo_connect.js +35 -1
  225. package/lib/esm/src/vendor_invoices.scailo_connect.js +23 -1
  226. package/lib/esm/src/vendors.scailo_connect.js +35 -1
  227. package/lib/esm/src/visitations.scailo_connect.js +14 -3
  228. package/lib/esm/src/work_orders.scailo_connect.js +35 -1
  229. package/lib/esm/types/permissions.d.ts +180 -0
  230. package/lib/esm/types/permissions.d.ts.map +1 -1
  231. package/lib/esm/types/src/absences.scailo_connect.d.ts +14 -3
  232. package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
  233. package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +36 -2
  234. package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
  235. package/lib/esm/types/src/attendances.scailo_connect.d.ts +14 -3
  236. package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
  237. package/lib/esm/types/src/components.scailo_connect.d.ts +12 -0
  238. package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
  239. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +24 -2
  240. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +24 -2
  242. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  243. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +38 -5
  244. package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +38 -5
  246. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  247. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +38 -5
  248. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +38 -5
  250. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  251. package/lib/esm/types/src/equipments.scailo_connect.d.ts +12 -0
  252. package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/expenses.scailo_connect.d.ts +36 -2
  254. package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
  255. package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +12 -0
  256. package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/goals.scailo_connect.d.ts +24 -2
  258. package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
  259. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
  260. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  261. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +24 -2
  262. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  263. package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +12 -0
  264. package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
  265. package/lib/esm/types/src/inventory.scailo_connect.d.ts +45 -1
  266. package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
  267. package/lib/esm/types/src/inventory.scailo_pb.d.ts +590 -0
  268. package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
  269. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
  270. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  271. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +36 -2
  272. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  273. package/lib/esm/types/src/magic_links.scailo_pb.d.ts +217 -1
  274. package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
  275. package/lib/esm/types/src/merchandises.scailo_connect.d.ts +12 -0
  276. package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
  277. package/lib/esm/types/src/on_duties.scailo_connect.d.ts +14 -3
  278. package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  279. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
  280. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  281. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +36 -2
  282. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  283. package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +24 -2
  284. package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
  285. package/lib/esm/types/src/production_indents.scailo_connect.d.ts +36 -2
  286. package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
  287. package/lib/esm/types/src/production_plans.scailo_connect.d.ts +36 -2
  288. package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  289. package/lib/esm/types/src/products.scailo_connect.d.ts +12 -0
  290. package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
  291. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
  292. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  293. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +36 -2
  294. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  295. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +36 -2
  296. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  297. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +24 -2
  298. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  299. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +14 -3
  300. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  301. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +24 -2
  302. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  303. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +24 -2
  304. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  305. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +12 -0
  306. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  307. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +36 -2
  308. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  309. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +24 -1
  310. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  311. package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +36 -2
  312. package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
  313. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
  314. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  315. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +24 -2
  316. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  317. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +24 -2
  318. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  319. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +24 -2
  320. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  321. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +14 -3
  322. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  323. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +24 -2
  324. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  325. package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +24 -2
  326. package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
  327. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +36 -2
  328. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  329. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +36 -2
  330. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  331. package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +36 -2
  332. package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
  333. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +36 -2
  334. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  335. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +24 -2
  336. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  337. package/lib/esm/types/src/vendors.scailo_connect.d.ts +36 -2
  338. package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
  339. package/lib/esm/types/src/visitations.scailo_connect.d.ts +14 -3
  340. package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
  341. package/lib/esm/types/src/work_orders.scailo_connect.d.ts +36 -2
  342. package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
  343. package/package.json +1 -1
@@ -1,6 +1,7 @@
1
1
  import { OutwardJobFreeIssueMaterialReturn, OutwardJobFreeIssueMaterialReturnAncillaryParameters, OutwardJobFreeIssueMaterialReturnItem, OutwardJobFreeIssueMaterialReturnItemHistoryRequest, OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest, OutwardJobFreeIssueMaterialReturnItemsSearchRequest, OutwardJobsFreeIssueMaterialsReturnsItemsList, OutwardJobsFreeIssueMaterialsReturnsList, OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest, OutwardJobsFreeIssueMaterialsReturnsServiceCountReq, OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest, OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq, OutwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest, OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest, OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse, OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq, OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse, OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq, OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest } from "./outward_jobs_free_issue_materials_returns.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
6
  import { FilterReturnableInventoryForIdentifierUUID, GenericInventoryList, SearchReturnableInventoryForIdentifierUUID } from "./inventory.scailo_pb.js";
6
7
  /**
@@ -188,6 +189,17 @@ export declare const OutwardJobsFreeIssueMaterialsReturnsService: {
188
189
  readonly O: typeof IdentifierResponse;
189
190
  readonly kind: MethodKind.Unary;
190
191
  };
192
+ /**
193
+ * Create a magic link
194
+ *
195
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.CreateMagicLink
196
+ */
197
+ readonly createMagicLink: {
198
+ readonly name: "CreateMagicLink";
199
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
200
+ readonly O: typeof MagicLink;
201
+ readonly kind: MethodKind.Unary;
202
+ };
191
203
  /**
192
204
  * Checks if the Outward Job Free Issue Material Return can be marked as completed
193
205
  *
@@ -344,7 +356,7 @@ export declare const OutwardJobsFreeIssueMaterialsReturnsService: {
344
356
  };
345
357
  /**
346
358
  * 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
359
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
348
360
  *
349
361
  * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadItemsAsCSV
350
362
  */
@@ -354,6 +366,17 @@ export declare const OutwardJobsFreeIssueMaterialsReturnsService: {
354
366
  readonly O: typeof StandardFile;
355
367
  readonly kind: MethodKind.Unary;
356
368
  };
369
+ /**
370
+ * Download the CSV template that could be used to upload items
371
+ *
372
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadItemsTemplateAsCSV
373
+ */
374
+ readonly downloadItemsTemplateAsCSV: {
375
+ readonly name: "DownloadItemsTemplateAsCSV";
376
+ readonly I: typeof Empty;
377
+ readonly O: typeof StandardFile;
378
+ readonly kind: MethodKind.Unary;
379
+ };
357
380
  /**
358
381
  * View by ID
359
382
  *
@@ -376,6 +399,17 @@ export declare const OutwardJobsFreeIssueMaterialsReturnsService: {
376
399
  readonly O: typeof OutwardJobFreeIssueMaterialReturn;
377
400
  readonly kind: MethodKind.Unary;
378
401
  };
402
+ /**
403
+ * View by Reference ID (returns the latest record in case of duplicates)
404
+ *
405
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.ViewByReferenceID
406
+ */
407
+ readonly viewByReferenceID: {
408
+ readonly name: "ViewByReferenceID";
409
+ readonly I: typeof SimpleSearchReq;
410
+ readonly O: typeof OutwardJobFreeIssueMaterialReturn;
411
+ readonly kind: MethodKind.Unary;
412
+ };
379
413
  /**
380
414
  * View only essential components by ID (without logs)
381
415
  *
@@ -1 +1 @@
1
- {"version":3,"file":"outward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,oDAAoD,EAAE,qCAAqC,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,mDAAmD,EAAE,6CAA6C,EAAE,wCAAwC,EAAE,+EAA+E,EAAE,mDAAmD,EAAE,wDAAwD,EAAE,oDAAoD,EAAE,4DAA4D,EAAE,4DAA4D,EAAE,iEAAiE,EAAE,wDAAwD,EAAE,6DAA6D,EAAE,uDAAuD,EAAE,wDAAwD,EAAE,MAAM,0DAA0D,CAAC;AAC3mC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AACvF,OAAO,EAAE,0CAA0C,EAAE,oBAAoB,EAAE,0CAA0C,EAAE,MAAM,0BAA0B,CAAC;AAExJ;;;;;GAKG;AACH,eAAO,MAAM,2CAA2C;;;QAGpD;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"outward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,oDAAoD,EAAE,qCAAqC,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,mDAAmD,EAAE,6CAA6C,EAAE,wCAAwC,EAAE,+EAA+E,EAAE,mDAAmD,EAAE,wDAAwD,EAAE,oDAAoD,EAAE,4DAA4D,EAAE,4DAA4D,EAAE,iEAAiE,EAAE,wDAAwD,EAAE,6DAA6D,EAAE,uDAAuD,EAAE,wDAAwD,EAAE,MAAM,0DAA0D,CAAC;AAC3mC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,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;AACvF,OAAO,EAAE,0CAA0C,EAAE,oBAAoB,EAAE,0CAA0C,EAAE,MAAM,0BAA0B,CAAC;AAExJ;;;;;GAKG;AACH,eAAO,MAAM,2CAA2C;;;QAGpD;;;;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;;;;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;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PayrollGroup, PayrollGroupItem, PayrollGroupItemHistoryRequest, PayrollGroupsItemsList, PayrollGroupsList, PayrollGroupsServiceCountReq, PayrollGroupsServiceCreateRequest, PayrollGroupsServiceFilterReq, PayrollGroupsServiceItemCreateRequest, PayrollGroupsServiceItemUpdateRequest, PayrollGroupsServicePaginationReq, PayrollGroupsServicePaginationResponse, PayrollGroupsServiceSearchAllReq, PayrollGroupsServiceUpdateRequest } from "./payroll_groups.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
  *
@@ -290,7 +290,7 @@ export declare const PayrollGroupsService: {
290
290
  };
291
291
  /**
292
292
  * CSV operations
293
- * 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
293
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
294
294
  *
295
295
  * @generated from rpc Scailo.PayrollGroupsService.DownloadItemsAsCSV
296
296
  */
@@ -300,6 +300,17 @@ export declare const PayrollGroupsService: {
300
300
  readonly O: typeof StandardFile;
301
301
  readonly kind: MethodKind.Unary;
302
302
  };
303
+ /**
304
+ * Download the CSV template that could be used to upload items
305
+ *
306
+ * @generated from rpc Scailo.PayrollGroupsService.DownloadItemsTemplateAsCSV
307
+ */
308
+ readonly downloadItemsTemplateAsCSV: {
309
+ readonly name: "DownloadItemsTemplateAsCSV";
310
+ readonly I: typeof Empty;
311
+ readonly O: typeof StandardFile;
312
+ readonly kind: MethodKind.Unary;
313
+ };
303
314
  /**
304
315
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
305
316
  *
@@ -333,6 +344,17 @@ export declare const PayrollGroupsService: {
333
344
  readonly O: typeof PayrollGroup;
334
345
  readonly kind: MethodKind.Unary;
335
346
  };
347
+ /**
348
+ * View by Code (returns the latest record in case of duplicates)
349
+ *
350
+ * @generated from rpc Scailo.PayrollGroupsService.ViewByCode
351
+ */
352
+ readonly viewByCode: {
353
+ readonly name: "ViewByCode";
354
+ readonly I: typeof SimpleSearchReq;
355
+ readonly O: typeof PayrollGroup;
356
+ readonly kind: MethodKind.Unary;
357
+ };
336
358
  /**
337
359
  * View only essential components by ID (without logs)
338
360
  *
@@ -1 +1 @@
1
- {"version":3,"file":"payroll_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/payroll_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AACxd,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,oBAAoB;;;QAG7B;;;;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;;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"payroll_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/payroll_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AACxd,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,oBAAoB;;;QAG7B;;;;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;;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { ProductionIndent, ProductionIndentIssuedStatisticsList, ProductionIndentItem, ProductionIndentItemHistoryRequest, ProductionIndentItemProspectiveInfoRequest, ProductionIndentItemsSearchRequest, ProductionIndentsItemsList, ProductionIndentsList, ProductionIndentsServiceAutofillRequest, ProductionIndentsServiceCountReq, ProductionIndentsServiceCreateRequest, ProductionIndentsServiceFilterReq, ProductionIndentsServiceItemCreateRequest, ProductionIndentsServiceItemUpdateRequest, ProductionIndentsServicePaginatedItemsResponse, ProductionIndentsServicePaginationReq, ProductionIndentsServicePaginationResponse, ProductionIndentsServiceSearchAllReq, ProductionIndentsServiceUpdateRequest } from "./production_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
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
6
  /**
6
7
  *
@@ -187,6 +188,17 @@ export declare const ProductionIndentsService: {
187
188
  readonly O: typeof IdentifierResponse;
188
189
  readonly kind: MethodKind.Unary;
189
190
  };
191
+ /**
192
+ * Create a magic link
193
+ *
194
+ * @generated from rpc Scailo.ProductionIndentsService.CreateMagicLink
195
+ */
196
+ readonly createMagicLink: {
197
+ readonly name: "CreateMagicLink";
198
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
199
+ readonly O: typeof MagicLink;
200
+ readonly kind: MethodKind.Unary;
201
+ };
190
202
  /**
191
203
  * Autofill the production indent
192
204
  *
@@ -343,7 +355,7 @@ export declare const ProductionIndentsService: {
343
355
  };
344
356
  /**
345
357
  * CSV operations
346
- * 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
358
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
347
359
  *
348
360
  * @generated from rpc Scailo.ProductionIndentsService.DownloadItemsAsCSV
349
361
  */
@@ -353,6 +365,17 @@ export declare const ProductionIndentsService: {
353
365
  readonly O: typeof StandardFile;
354
366
  readonly kind: MethodKind.Unary;
355
367
  };
368
+ /**
369
+ * Download the CSV template that could be used to upload items
370
+ *
371
+ * @generated from rpc Scailo.ProductionIndentsService.DownloadItemsTemplateAsCSV
372
+ */
373
+ readonly downloadItemsTemplateAsCSV: {
374
+ readonly name: "DownloadItemsTemplateAsCSV";
375
+ readonly I: typeof Empty;
376
+ readonly O: typeof StandardFile;
377
+ readonly kind: MethodKind.Unary;
378
+ };
356
379
  /**
357
380
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
381
  *
@@ -386,6 +409,17 @@ export declare const ProductionIndentsService: {
386
409
  readonly O: typeof ProductionIndent;
387
410
  readonly kind: MethodKind.Unary;
388
411
  };
412
+ /**
413
+ * View by Reference ID (returns the latest record in case of duplicates)
414
+ *
415
+ * @generated from rpc Scailo.ProductionIndentsService.ViewByReferenceID
416
+ */
417
+ readonly viewByReferenceID: {
418
+ readonly name: "ViewByReferenceID";
419
+ readonly I: typeof SimpleSearchReq;
420
+ readonly O: typeof ProductionIndent;
421
+ readonly kind: MethodKind.Unary;
422
+ };
389
423
  /**
390
424
  * View only essential components by ID (without logs)
391
425
  *
@@ -1 +1 @@
1
- {"version":3,"file":"production_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/production_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,oCAAoC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,uCAAuC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AACnuB,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,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;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"production_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/production_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,oCAAoC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,0BAA0B,EAAE,qBAAqB,EAAE,uCAAuC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AACnuB,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,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,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;;;;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;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { ProductionPlan, ProductionPlanAncillaryParameters, ProductionPlanItem, ProductionPlanItemHistoryRequest, ProductionPlanItemProspectiveInfoRequest, ProductionPlanItemsSearchRequest, ProductionPlanProductionStatisticsList, ProductionPlansItemsList, ProductionPlansList, ProductionPlansServiceAlreadyAddedQuantityForSourceRequest, ProductionPlansServiceAutofillRequest, ProductionPlansServiceCountReq, ProductionPlansServiceCreateRequest, ProductionPlansServiceFilterReq, ProductionPlansServiceItemCreateRequest, ProductionPlansServiceItemUpdateRequest, ProductionPlansServicePaginatedItemsResponse, ProductionPlansServicePaginationReq, ProductionPlansServicePaginationResponse, ProductionPlansServiceSearchAllReq, ProductionPlansServiceUpdateRequest } from "./production_plans.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
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
6
  /**
6
7
  *
@@ -187,6 +188,17 @@ export declare const ProductionPlansService: {
187
188
  readonly O: typeof IdentifierResponse;
188
189
  readonly kind: MethodKind.Unary;
189
190
  };
191
+ /**
192
+ * Create a magic link
193
+ *
194
+ * @generated from rpc Scailo.ProductionPlansService.CreateMagicLink
195
+ */
196
+ readonly createMagicLink: {
197
+ readonly name: "CreateMagicLink";
198
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
199
+ readonly O: typeof MagicLink;
200
+ readonly kind: MethodKind.Unary;
201
+ };
190
202
  /**
191
203
  * Autofill the production plan
192
204
  *
@@ -343,7 +355,7 @@ export declare const ProductionPlansService: {
343
355
  };
344
356
  /**
345
357
  * CSV operations
346
- * 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
358
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
347
359
  *
348
360
  * @generated from rpc Scailo.ProductionPlansService.DownloadItemsAsCSV
349
361
  */
@@ -353,6 +365,17 @@ export declare const ProductionPlansService: {
353
365
  readonly O: typeof StandardFile;
354
366
  readonly kind: MethodKind.Unary;
355
367
  };
368
+ /**
369
+ * Download the CSV template that could be used to upload items
370
+ *
371
+ * @generated from rpc Scailo.ProductionPlansService.DownloadItemsTemplateAsCSV
372
+ */
373
+ readonly downloadItemsTemplateAsCSV: {
374
+ readonly name: "DownloadItemsTemplateAsCSV";
375
+ readonly I: typeof Empty;
376
+ readonly O: typeof StandardFile;
377
+ readonly kind: MethodKind.Unary;
378
+ };
356
379
  /**
357
380
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
381
  *
@@ -386,6 +409,17 @@ export declare const ProductionPlansService: {
386
409
  readonly O: typeof ProductionPlan;
387
410
  readonly kind: MethodKind.Unary;
388
411
  };
412
+ /**
413
+ * View by Reference ID (returns the latest record in case of duplicates)
414
+ *
415
+ * @generated from rpc Scailo.ProductionPlansService.ViewByReferenceID
416
+ */
417
+ readonly viewByReferenceID: {
418
+ readonly name: "ViewByReferenceID";
419
+ readonly I: typeof SimpleSearchReq;
420
+ readonly O: typeof ProductionPlan;
421
+ readonly kind: MethodKind.Unary;
422
+ };
389
423
  /**
390
424
  * View only essential components by ID (without logs)
391
425
  *
@@ -1 +1 @@
1
- {"version":3,"file":"production_plans.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/production_plans.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,sCAAsC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAC9xB,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,sBAAsB;;;QAG/B;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"production_plans.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/production_plans.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,sCAAsC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAC9xB,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,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;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;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { Product, ProductsList, ProductsServiceCountReq, ProductsServiceCreateRequest, ProductsServiceFilterReq, ProductsServicePaginationReq, ProductsServicePaginationResponse, ProductsServiceSearchAllReq, ProductsServiceSendToStoreRequest, ProductsServiceUpdateRequest } from "./products.scailo_pb.js";
2
2
  import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
6
  /**
6
7
  *
@@ -143,6 +144,17 @@ export declare const ProductsService: {
143
144
  readonly O: typeof IdentifierResponse;
144
145
  readonly kind: MethodKind.Unary;
145
146
  };
147
+ /**
148
+ * Create a magic link
149
+ *
150
+ * @generated from rpc Scailo.ProductsService.CreateMagicLink
151
+ */
152
+ readonly createMagicLink: {
153
+ readonly name: "CreateMagicLink";
154
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
155
+ readonly O: typeof MagicLink;
156
+ readonly kind: MethodKind.Unary;
157
+ };
146
158
  /**
147
159
  * View by ID
148
160
  *
@@ -1 +1 @@
1
- {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3R,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,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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ProformaInvoice, ProformaInvoiceAncillaryParameters, ProformaInvoiceItem, ProformaInvoiceItemHistoryRequest, ProformaInvoiceItemProspectiveInfoRequest, ProformaInvoiceItemsList, ProformaInvoiceItemsSearchRequest, ProformaInvoicesList, ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest, ProformaInvoicesServiceAutofillRequest, ProformaInvoicesServiceCountReq, ProformaInvoicesServiceCreateRequest, ProformaInvoicesServiceFilterReq, ProformaInvoicesServiceItemCreateRequest, ProformaInvoicesServiceItemUpdateRequest, ProformaInvoicesServicePaginatedItemsResponse, ProformaInvoicesServicePaginationReq, ProformaInvoicesServicePaginationResponse, ProformaInvoicesServiceSearchAllReq, ProformaInvoicesServiceUpdateRequest } from "./proforma_invoices.scailo_pb.js";
2
- import { ActiveStatus, AmendmentLogsList, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, AmendmentLogsList, BooleanResponse, 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";
@@ -355,7 +355,7 @@ export declare const ProformaInvoicesService: {
355
355
  };
356
356
  /**
357
357
  * CSV operations
358
- * 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
358
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
359
359
  *
360
360
  * @generated from rpc Scailo.ProformaInvoicesService.DownloadItemsAsCSV
361
361
  */
@@ -365,6 +365,17 @@ export declare const ProformaInvoicesService: {
365
365
  readonly O: typeof StandardFile;
366
366
  readonly kind: MethodKind.Unary;
367
367
  };
368
+ /**
369
+ * Download the CSV template that could be used to upload items
370
+ *
371
+ * @generated from rpc Scailo.ProformaInvoicesService.DownloadItemsTemplateAsCSV
372
+ */
373
+ readonly downloadItemsTemplateAsCSV: {
374
+ readonly name: "DownloadItemsTemplateAsCSV";
375
+ readonly I: typeof Empty;
376
+ readonly O: typeof StandardFile;
377
+ readonly kind: MethodKind.Unary;
378
+ };
368
379
  /**
369
380
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
370
381
  *
@@ -398,6 +409,17 @@ export declare const ProformaInvoicesService: {
398
409
  readonly O: typeof ProformaInvoice;
399
410
  readonly kind: MethodKind.Unary;
400
411
  };
412
+ /**
413
+ * View by Reference ID (returns the latest record in case of duplicates)
414
+ *
415
+ * @generated from rpc Scailo.ProformaInvoicesService.ViewByReferenceID
416
+ */
417
+ readonly viewByReferenceID: {
418
+ readonly name: "ViewByReferenceID";
419
+ readonly I: typeof SimpleSearchReq;
420
+ readonly O: typeof ProformaInvoice;
421
+ readonly kind: MethodKind.Unary;
422
+ };
401
423
  /**
402
424
  * View only essential components by ID (without logs)
403
425
  *
@@ -1 +1 @@
1
- {"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,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;AAClZ,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,uBAAuB;;;QAGhC;;;;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;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,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;AAC1a,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,uBAAuB;;;QAGhC;;;;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;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { PurchaseEnquiriesServicePaginatedItemsResponse, PurchaseEnquiry, PurchaseEnquiryItem, PurchaseEnquiryItemHistoryRequest, PurchaseEnquiryItemsSearchRequest, PurchasesEnquiriesItemsList, PurchasesEnquiriesList, PurchasesEnquiriesServiceCountReq, PurchasesEnquiriesServiceCreateRequest, PurchasesEnquiriesServiceFilterReq, PurchasesEnquiriesServiceItemCreateRequest, PurchasesEnquiriesServiceItemUpdateRequest, PurchasesEnquiriesServicePaginationReq, PurchasesEnquiriesServicePaginationResponse, PurchasesEnquiriesServiceSearchAllReq, PurchasesEnquiriesServiceUpdateRequest } from "./purchases_enquiries.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, 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
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  /**
5
6
  *
6
7
  * Describes the common methods applicable on each purchase enquiry
@@ -175,6 +176,17 @@ export declare const PurchasesEnquiriesService: {
175
176
  readonly O: typeof IdentifierResponse;
176
177
  readonly kind: MethodKind.Unary;
177
178
  };
179
+ /**
180
+ * Create a magic link
181
+ *
182
+ * @generated from rpc Scailo.PurchasesEnquiriesService.CreateMagicLink
183
+ */
184
+ readonly createMagicLink: {
185
+ readonly name: "CreateMagicLink";
186
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
187
+ readonly O: typeof MagicLink;
188
+ readonly kind: MethodKind.Unary;
189
+ };
178
190
  /**
179
191
  * Add an item to a purchase enquiry
180
192
  *
@@ -309,7 +321,7 @@ export declare const PurchasesEnquiriesService: {
309
321
  };
310
322
  /**
311
323
  * CSV operations
312
- * 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
324
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
313
325
  *
314
326
  * @generated from rpc Scailo.PurchasesEnquiriesService.DownloadItemsAsCSV
315
327
  */
@@ -319,6 +331,17 @@ export declare const PurchasesEnquiriesService: {
319
331
  readonly O: typeof StandardFile;
320
332
  readonly kind: MethodKind.Unary;
321
333
  };
334
+ /**
335
+ * Download the CSV template that could be used to upload items
336
+ *
337
+ * @generated from rpc Scailo.PurchasesEnquiriesService.DownloadItemsTemplateAsCSV
338
+ */
339
+ readonly downloadItemsTemplateAsCSV: {
340
+ readonly name: "DownloadItemsTemplateAsCSV";
341
+ readonly I: typeof Empty;
342
+ readonly O: typeof StandardFile;
343
+ readonly kind: MethodKind.Unary;
344
+ };
322
345
  /**
323
346
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
324
347
  *
@@ -352,6 +375,17 @@ export declare const PurchasesEnquiriesService: {
352
375
  readonly O: typeof PurchaseEnquiry;
353
376
  readonly kind: MethodKind.Unary;
354
377
  };
378
+ /**
379
+ * View by Reference ID (returns the latest record in case of duplicates)
380
+ *
381
+ * @generated from rpc Scailo.PurchasesEnquiriesService.ViewByReferenceID
382
+ */
383
+ readonly viewByReferenceID: {
384
+ readonly name: "ViewByReferenceID";
385
+ readonly I: typeof SimpleSearchReq;
386
+ readonly O: typeof PurchaseEnquiry;
387
+ readonly kind: MethodKind.Unary;
388
+ };
355
389
  /**
356
390
  * View only essential components by ID (without logs)
357
391
  *
@@ -1 +1 @@
1
- {"version":3,"file":"purchases_enquiries.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_enquiries.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,8CAA8C,EAAE,eAAe,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChnB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1S,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"purchases_enquiries.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_enquiries.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,8CAA8C,EAAE,eAAe,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChnB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { PurchaseIndent, PurchaseIndentItem, PurchaseIndentItemHistoryRequest, PurchaseIndentItemProspectiveInfoRequest, PurchaseIndentItemsSearchRequest, PurchaseIndentOrderedStatisticsList, PurchasesIndentsItemsList, PurchasesIndentsList, PurchasesIndentsServiceAutofillRequest, PurchasesIndentsServiceCountReq, PurchasesIndentsServiceCreateRequest, PurchasesIndentsServiceFilterReq, PurchasesIndentsServiceItemCreateRequest, PurchasesIndentsServiceItemUpdateRequest, PurchasesIndentsServiceMultipleItemsCreateRequest, PurchasesIndentsServicePaginatedItemsResponse, PurchasesIndentsServicePaginationReq, PurchasesIndentsServicePaginationResponse, PurchasesIndentsServiceSearchAllReq, PurchasesIndentsServiceUpdateRequest } from "./purchases_indents.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
+ import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
4
5
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
6
  /**
6
7
  *
@@ -187,6 +188,17 @@ export declare const PurchasesIndentsService: {
187
188
  readonly O: typeof IdentifierResponse;
188
189
  readonly kind: MethodKind.Unary;
189
190
  };
191
+ /**
192
+ * Create a magic link
193
+ *
194
+ * @generated from rpc Scailo.PurchasesIndentsService.CreateMagicLink
195
+ */
196
+ readonly createMagicLink: {
197
+ readonly name: "CreateMagicLink";
198
+ readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
199
+ readonly O: typeof MagicLink;
200
+ readonly kind: MethodKind.Unary;
201
+ };
190
202
  /**
191
203
  * Autofill the purchase indent
192
204
  *
@@ -354,7 +366,7 @@ export declare const PurchasesIndentsService: {
354
366
  };
355
367
  /**
356
368
  * CSV operations
357
- * 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
369
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
358
370
  *
359
371
  * @generated from rpc Scailo.PurchasesIndentsService.DownloadItemsAsCSV
360
372
  */
@@ -364,6 +376,17 @@ export declare const PurchasesIndentsService: {
364
376
  readonly O: typeof StandardFile;
365
377
  readonly kind: MethodKind.Unary;
366
378
  };
379
+ /**
380
+ * Download the CSV template that could be used to upload items
381
+ *
382
+ * @generated from rpc Scailo.PurchasesIndentsService.DownloadItemsTemplateAsCSV
383
+ */
384
+ readonly downloadItemsTemplateAsCSV: {
385
+ readonly name: "DownloadItemsTemplateAsCSV";
386
+ readonly I: typeof Empty;
387
+ readonly O: typeof StandardFile;
388
+ readonly kind: MethodKind.Unary;
389
+ };
367
390
  /**
368
391
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
369
392
  *
@@ -397,6 +420,17 @@ export declare const PurchasesIndentsService: {
397
420
  readonly O: typeof PurchaseIndent;
398
421
  readonly kind: MethodKind.Unary;
399
422
  };
423
+ /**
424
+ * View by Reference ID (returns the latest record in case of duplicates)
425
+ *
426
+ * @generated from rpc Scailo.PurchasesIndentsService.ViewByReferenceID
427
+ */
428
+ readonly viewByReferenceID: {
429
+ readonly name: "ViewByReferenceID";
430
+ readonly I: typeof SimpleSearchReq;
431
+ readonly O: typeof PurchaseIndent;
432
+ readonly kind: MethodKind.Unary;
433
+ };
400
434
  /**
401
435
  * View only essential components by ID (without logs)
402
436
  *
@@ -1 +1 @@
1
- {"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,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,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;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;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,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,mBAAmB,EAAE,sBAAsB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1Y,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,uBAAuB;;;QAGhC;;;;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;;;;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;;;;;;;;CAQG,CAAC"}