@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
@@ -8,6 +8,7 @@ exports.ExpensesService = void 0;
8
8
  const expenses_scailo_pb_js_1 = require("./expenses.scailo_pb.js");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const protobuf_1 = require("@bufbuild/protobuf");
11
+ const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each expense
@@ -193,6 +194,17 @@ exports.ExpensesService = {
193
194
  O: base_scailo_pb_js_1.IdentifierResponse,
194
195
  kind: protobuf_1.MethodKind.Unary,
195
196
  },
197
+ /**
198
+ * Create a magic link
199
+ *
200
+ * @generated from rpc Scailo.ExpensesService.CreateMagicLink
201
+ */
202
+ createMagicLink: {
203
+ name: "CreateMagicLink",
204
+ I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
205
+ O: magic_links_scailo_pb_js_1.MagicLink,
206
+ kind: protobuf_1.MethodKind.Unary,
207
+ },
196
208
  /**
197
209
  * Add an item to a expense
198
210
  *
@@ -327,7 +339,7 @@ exports.ExpensesService = {
327
339
  },
328
340
  /**
329
341
  * CSV operations
330
- * 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
342
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
331
343
  *
332
344
  * @generated from rpc Scailo.ExpensesService.DownloadItemsAsCSV
333
345
  */
@@ -337,6 +349,17 @@ exports.ExpensesService = {
337
349
  O: base_scailo_pb_js_1.StandardFile,
338
350
  kind: protobuf_1.MethodKind.Unary,
339
351
  },
352
+ /**
353
+ * Download the CSV template that could be used to upload items
354
+ *
355
+ * @generated from rpc Scailo.ExpensesService.DownloadItemsTemplateAsCSV
356
+ */
357
+ downloadItemsTemplateAsCSV: {
358
+ name: "DownloadItemsTemplateAsCSV",
359
+ I: base_scailo_pb_js_1.Empty,
360
+ O: base_scailo_pb_js_1.StandardFile,
361
+ kind: protobuf_1.MethodKind.Unary,
362
+ },
340
363
  /**
341
364
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
342
365
  *
@@ -370,6 +393,17 @@ exports.ExpensesService = {
370
393
  O: expenses_scailo_pb_js_1.Expense,
371
394
  kind: protobuf_1.MethodKind.Unary,
372
395
  },
396
+ /**
397
+ * View by Reference ID (returns the latest record in case of duplicates)
398
+ *
399
+ * @generated from rpc Scailo.ExpensesService.ViewByReferenceID
400
+ */
401
+ viewByReferenceID: {
402
+ name: "ViewByReferenceID",
403
+ I: base_scailo_pb_js_1.SimpleSearchReq,
404
+ O: expenses_scailo_pb_js_1.Expense,
405
+ kind: protobuf_1.MethodKind.Unary,
406
+ },
373
407
  /**
374
408
  * View only essential components by ID (without logs)
375
409
  *
@@ -8,6 +8,7 @@ exports.FeedstocksService = void 0;
8
8
  const feedstocks_scailo_pb_js_1 = require("./feedstocks.scailo_pb.js");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const protobuf_1 = require("@bufbuild/protobuf");
11
+ const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each feedstock
@@ -160,6 +161,17 @@ exports.FeedstocksService = {
160
161
  O: base_scailo_pb_js_1.IdentifierResponse,
161
162
  kind: protobuf_1.MethodKind.Unary,
162
163
  },
164
+ /**
165
+ * Create a magic link
166
+ *
167
+ * @generated from rpc Scailo.FeedstocksService.CreateMagicLink
168
+ */
169
+ createMagicLink: {
170
+ name: "CreateMagicLink",
171
+ I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
172
+ O: magic_links_scailo_pb_js_1.MagicLink,
173
+ kind: protobuf_1.MethodKind.Unary,
174
+ },
163
175
  /**
164
176
  * View by ID
165
177
  *
@@ -327,7 +327,7 @@ exports.GoalsService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * 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
330
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
331
331
  *
332
332
  * @generated from rpc Scailo.GoalsService.DownloadItemsAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.GoalsService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload items
342
+ *
343
+ * @generated from rpc Scailo.GoalsService.DownloadItemsTemplateAsCSV
344
+ */
345
+ downloadItemsTemplateAsCSV: {
346
+ name: "DownloadItemsTemplateAsCSV",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
342
353
  *
@@ -370,6 +381,17 @@ exports.GoalsService = {
370
381
  O: goals_scailo_pb_js_1.Goal,
371
382
  kind: protobuf_1.MethodKind.Unary,
372
383
  },
384
+ /**
385
+ * View by Reference ID (returns the latest record in case of duplicates)
386
+ *
387
+ * @generated from rpc Scailo.GoalsService.ViewByReferenceID
388
+ */
389
+ viewByReferenceID: {
390
+ name: "ViewByReferenceID",
391
+ I: base_scailo_pb_js_1.SimpleSearchReq,
392
+ O: goals_scailo_pb_js_1.Goal,
393
+ kind: protobuf_1.MethodKind.Unary,
394
+ },
373
395
  /**
374
396
  * View only essential components by ID (without logs)
375
397
  *
@@ -373,7 +373,7 @@ exports.GoodsDispatchesService = {
373
373
  },
374
374
  /**
375
375
  * CSV operations
376
- * 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
376
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
377
377
  *
378
378
  * @generated from rpc Scailo.GoodsDispatchesService.DownloadItemsAsCSV
379
379
  */
@@ -383,6 +383,17 @@ exports.GoodsDispatchesService = {
383
383
  O: base_scailo_pb_js_1.StandardFile,
384
384
  kind: protobuf_1.MethodKind.Unary,
385
385
  },
386
+ /**
387
+ * Download the CSV template that could be used to upload items
388
+ *
389
+ * @generated from rpc Scailo.GoodsDispatchesService.DownloadItemsTemplateAsCSV
390
+ */
391
+ downloadItemsTemplateAsCSV: {
392
+ name: "DownloadItemsTemplateAsCSV",
393
+ I: base_scailo_pb_js_1.Empty,
394
+ O: base_scailo_pb_js_1.StandardFile,
395
+ kind: protobuf_1.MethodKind.Unary,
396
+ },
386
397
  /**
387
398
  * View by ID
388
399
  *
@@ -405,6 +416,17 @@ exports.GoodsDispatchesService = {
405
416
  O: goods_dispatches_scailo_pb_js_1.GoodsDispatch,
406
417
  kind: protobuf_1.MethodKind.Unary,
407
418
  },
419
+ /**
420
+ * View by Reference ID (returns the latest record in case of duplicates)
421
+ *
422
+ * @generated from rpc Scailo.GoodsDispatchesService.ViewByReferenceID
423
+ */
424
+ viewByReferenceID: {
425
+ name: "ViewByReferenceID",
426
+ I: base_scailo_pb_js_1.SimpleSearchReq,
427
+ O: goods_dispatches_scailo_pb_js_1.GoodsDispatch,
428
+ kind: protobuf_1.MethodKind.Unary,
429
+ },
408
430
  /**
409
431
  * View only essential components by ID (without logs)
410
432
  *
@@ -362,7 +362,7 @@ exports.GoodsReceiptsService = {
362
362
  },
363
363
  /**
364
364
  * CSV operations
365
- * 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
365
+ * Download the CSV file with the associated line items. The same file could then be used to upload line items.
366
366
  *
367
367
  * @generated from rpc Scailo.GoodsReceiptsService.DownloadItemsAsCSV
368
368
  */
@@ -372,6 +372,17 @@ exports.GoodsReceiptsService = {
372
372
  O: base_scailo_pb_js_1.StandardFile,
373
373
  kind: protobuf_1.MethodKind.Unary,
374
374
  },
375
+ /**
376
+ * Download the CSV template that could be used to upload items
377
+ *
378
+ * @generated from rpc Scailo.GoodsReceiptsService.DownloadItemsTemplateAsCSV
379
+ */
380
+ downloadItemsTemplateAsCSV: {
381
+ name: "DownloadItemsTemplateAsCSV",
382
+ I: base_scailo_pb_js_1.Empty,
383
+ O: base_scailo_pb_js_1.StandardFile,
384
+ kind: protobuf_1.MethodKind.Unary,
385
+ },
375
386
  /**
376
387
  * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
377
388
  *
@@ -405,6 +416,17 @@ exports.GoodsReceiptsService = {
405
416
  O: goods_receipts_scailo_pb_js_1.GoodsReceipt,
406
417
  kind: protobuf_1.MethodKind.Unary,
407
418
  },
419
+ /**
420
+ * View by Reference ID (returns the latest record in case of duplicates)
421
+ *
422
+ * @generated from rpc Scailo.GoodsReceiptsService.ViewByReferenceID
423
+ */
424
+ viewByReferenceID: {
425
+ name: "ViewByReferenceID",
426
+ I: base_scailo_pb_js_1.SimpleSearchReq,
427
+ O: goods_receipts_scailo_pb_js_1.GoodsReceipt,
428
+ kind: protobuf_1.MethodKind.Unary,
429
+ },
408
430
  /**
409
431
  * View only essential components by ID (without logs)
410
432
  *
@@ -8,6 +8,7 @@ exports.InfrastructuresService = void 0;
8
8
  const infrastructures_scailo_pb_js_1 = require("./infrastructures.scailo_pb.js");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const protobuf_1 = require("@bufbuild/protobuf");
11
+ const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
11
12
  /**
12
13
  *
13
14
  * Describes the common methods applicable on each infrastructure
@@ -160,6 +161,17 @@ exports.InfrastructuresService = {
160
161
  O: base_scailo_pb_js_1.IdentifierResponse,
161
162
  kind: protobuf_1.MethodKind.Unary,
162
163
  },
164
+ /**
165
+ * Create a magic link
166
+ *
167
+ * @generated from rpc Scailo.InfrastructuresService.CreateMagicLink
168
+ */
169
+ createMagicLink: {
170
+ name: "CreateMagicLink",
171
+ I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
172
+ O: magic_links_scailo_pb_js_1.MagicLink,
173
+ kind: protobuf_1.MethodKind.Unary,
174
+ },
163
175
  /**
164
176
  * View by ID
165
177
  *
@@ -264,5 +264,49 @@ exports.InventoryService = {
264
264
  O: inventory_scailo_pb_js_1.GenericInventoryList,
265
265
  kind: protobuf_1.MethodKind.Unary,
266
266
  },
267
+ /**
268
+ * View the work in progress statistics of the family with the given Identifier
269
+ *
270
+ * @generated from rpc Scailo.InventoryService.ViewWorkInProgressStatistics
271
+ */
272
+ viewWorkInProgressStatistics: {
273
+ name: "ViewWorkInProgressStatistics",
274
+ I: base_scailo_pb_js_1.Identifier,
275
+ O: inventory_scailo_pb_js_1.InventoryWorkInProgressStatistics,
276
+ kind: protobuf_1.MethodKind.Unary,
277
+ },
278
+ /**
279
+ * View the indented statistics of the family with the given Identifier
280
+ *
281
+ * @generated from rpc Scailo.InventoryService.ViewIndentedStatistics
282
+ */
283
+ viewIndentedStatistics: {
284
+ name: "ViewIndentedStatistics",
285
+ I: base_scailo_pb_js_1.Identifier,
286
+ O: inventory_scailo_pb_js_1.InventoryIndentedStatistics,
287
+ kind: protobuf_1.MethodKind.Unary,
288
+ },
289
+ /**
290
+ * View the ordered statistics of the fammily with the given Identifier
291
+ *
292
+ * @generated from rpc Scailo.InventoryService.ViewOrderedStatistics
293
+ */
294
+ viewOrderedStatistics: {
295
+ name: "ViewOrderedStatistics",
296
+ I: base_scailo_pb_js_1.Identifier,
297
+ O: inventory_scailo_pb_js_1.InventoryOrderedStatistics,
298
+ kind: protobuf_1.MethodKind.Unary,
299
+ },
300
+ /**
301
+ * View the detailed demand of the family with the given Identifier
302
+ *
303
+ * @generated from rpc Scailo.InventoryService.ViewDetailedDemand
304
+ */
305
+ viewDetailedDemand: {
306
+ name: "ViewDetailedDemand",
307
+ I: base_scailo_pb_js_1.Identifier,
308
+ O: inventory_scailo_pb_js_1.InventoryDetailedDemand,
309
+ kind: protobuf_1.MethodKind.Unary,
310
+ },
267
311
  }
268
312
  };