@kernelminds/scailo-sdk 0.0.22 → 0.0.24

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 (315) hide show
  1. package/lib/cjs/permissions.js +136 -26
  2. package/lib/cjs/src/actions_codes.scailo_connect.js +23 -0
  3. package/lib/cjs/src/activities_groups.scailo_connect.js +23 -0
  4. package/lib/cjs/src/activities_statuses.scailo_connect.js +23 -0
  5. package/lib/cjs/src/activities_tags.scailo_connect.js +23 -0
  6. package/lib/cjs/src/bank_accounts.scailo_connect.js +23 -0
  7. package/lib/cjs/src/base.scailo_pb.js +7 -0
  8. package/lib/cjs/src/clients.scailo_connect.js +23 -0
  9. package/lib/cjs/src/currencies.scailo_connect.js +23 -0
  10. package/lib/cjs/src/departments.scailo_connect.js +23 -0
  11. package/lib/cjs/src/equations_families.scailo_connect.js +4 -4
  12. package/lib/cjs/src/equations_replaceables.scailo_connect.js +4 -4
  13. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +4 -4
  14. package/lib/cjs/src/equations_work_orders.scailo_connect.js +26 -4
  15. package/lib/cjs/src/equations_work_orders.scailo_pb.js +14 -0
  16. package/lib/cjs/src/families.scailo_connect.js +28 -6
  17. package/lib/cjs/src/families.scailo_pb.js +62 -12
  18. package/lib/cjs/src/forms_fields.scailo_connect.js +23 -0
  19. package/lib/cjs/src/forms_fields.scailo_pb.js +49 -0
  20. package/lib/cjs/src/forms_sections.scailo_connect.js +23 -0
  21. package/lib/cjs/src/forms_sections.scailo_pb.js +42 -0
  22. package/lib/cjs/src/goods_dispatches.scailo_connect.js +3 -3
  23. package/lib/cjs/src/goods_receipts.scailo_connect.js +3 -3
  24. package/lib/cjs/src/inventory.scailo_connect.js +11 -0
  25. package/lib/cjs/src/inventory.scailo_pb.js +114 -1
  26. package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
  27. package/lib/cjs/src/labels.scailo_connect.js +23 -0
  28. package/lib/cjs/src/labels.scailo_pb.js +42 -0
  29. package/lib/cjs/src/ledgers.scailo_connect.js +23 -0
  30. package/lib/cjs/src/locations.scailo_connect.js +23 -0
  31. package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
  32. package/lib/cjs/src/proforma_invoices.scailo_connect.js +4 -4
  33. package/lib/cjs/src/purchases_indents.scailo_connect.js +4 -4
  34. package/lib/cjs/src/purchases_orders.scailo_connect.js +4 -4
  35. package/lib/cjs/src/qc_groups.scailo_connect.js +79 -0
  36. package/lib/cjs/src/qc_groups.scailo_pb.js +336 -16
  37. package/lib/cjs/src/qc_params.scailo_connect.js +23 -0
  38. package/lib/cjs/src/qc_samples.scailo_pb.js +1 -1
  39. package/lib/cjs/src/sales_enquiries.scailo_connect.js +4 -4
  40. package/lib/cjs/src/sales_invoices.scailo_connect.js +4 -4
  41. package/lib/cjs/src/sales_orders.scailo_connect.js +4 -4
  42. package/lib/cjs/src/sales_quotations.scailo_connect.js +4 -4
  43. package/lib/cjs/src/storages.scailo_connect.js +23 -0
  44. package/lib/cjs/src/stores.scailo_connect.js +23 -0
  45. package/lib/cjs/src/supply_offers.scailo_connect.js +3 -3
  46. package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
  47. package/lib/cjs/src/tax_groups.scailo_pb.js +42 -0
  48. package/lib/cjs/src/tax_params.scailo_connect.js +23 -0
  49. package/lib/cjs/src/tax_params.scailo_pb.js +42 -0
  50. package/lib/cjs/src/teams.scailo_connect.js +23 -0
  51. package/lib/cjs/src/units_of_materials.scailo_connect.js +23 -0
  52. package/lib/cjs/src/users.scailo_connect.js +23 -0
  53. package/lib/cjs/src/vendor_invoices.scailo_connect.js +3 -3
  54. package/lib/cjs/src/vendors.scailo_connect.js +46 -0
  55. package/lib/cjs/types/permissions.d.ts +107 -0
  56. package/lib/cjs/types/permissions.d.ts.map +1 -1
  57. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +24 -1
  58. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  59. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +24 -1
  60. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  61. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  62. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  63. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +24 -1
  64. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  65. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +24 -1
  66. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  67. package/lib/cjs/types/src/base.scailo_pb.d.ts +7 -1
  68. package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
  69. package/lib/cjs/types/src/clients.scailo_connect.d.ts +24 -1
  70. package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
  71. package/lib/cjs/types/src/currencies.scailo_connect.d.ts +24 -1
  72. package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
  73. package/lib/cjs/types/src/departments.scailo_connect.d.ts +24 -1
  74. package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
  75. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +5 -5
  76. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +5 -5
  78. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  79. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +5 -5
  80. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  81. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +27 -5
  82. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  83. package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +13 -1
  84. package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
  85. package/lib/cjs/types/src/families.scailo_connect.d.ts +29 -7
  86. package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
  87. package/lib/cjs/types/src/families.scailo_pb.d.ts +43 -9
  88. package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
  89. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +24 -1
  90. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  91. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +43 -1
  92. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  93. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +24 -1
  94. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  95. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +37 -1
  96. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  97. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +3 -3
  98. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +3 -3
  99. package/lib/cjs/types/src/inventory.scailo_connect.d.ts +12 -1
  100. package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
  101. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +88 -0
  102. package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
  103. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  104. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  105. package/lib/cjs/types/src/labels.scailo_connect.d.ts +24 -1
  106. package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
  107. package/lib/cjs/types/src/labels.scailo_pb.d.ts +37 -1
  108. package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
  109. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +24 -1
  110. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  111. package/lib/cjs/types/src/locations.scailo_connect.d.ts +24 -1
  112. package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
  113. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  114. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  115. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +5 -5
  116. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  117. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +5 -5
  118. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  119. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +5 -5
  120. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  121. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +81 -2
  122. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  123. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +260 -8
  124. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  125. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +24 -1
  126. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  127. package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  128. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +5 -5
  129. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  130. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +5 -5
  131. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  132. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +5 -5
  133. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  134. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +5 -5
  135. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  136. package/lib/cjs/types/src/storages.scailo_connect.d.ts +24 -1
  137. package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
  138. package/lib/cjs/types/src/stores.scailo_connect.d.ts +24 -1
  139. package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
  140. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +3 -3
  141. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +24 -1
  142. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  143. package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +37 -1
  144. package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
  145. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +24 -1
  146. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  147. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +37 -1
  148. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  149. package/lib/cjs/types/src/teams.scailo_connect.d.ts +24 -1
  150. package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
  151. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  152. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  153. package/lib/cjs/types/src/users.scailo_connect.d.ts +23 -0
  154. package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
  155. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +3 -3
  156. package/lib/cjs/types/src/vendors.scailo_connect.d.ts +47 -1
  157. package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
  158. package/lib/esm/permissions.js +136 -26
  159. package/lib/esm/src/actions_codes.scailo_connect.js +23 -0
  160. package/lib/esm/src/activities_groups.scailo_connect.js +23 -0
  161. package/lib/esm/src/activities_statuses.scailo_connect.js +23 -0
  162. package/lib/esm/src/activities_tags.scailo_connect.js +23 -0
  163. package/lib/esm/src/bank_accounts.scailo_connect.js +23 -0
  164. package/lib/esm/src/base.scailo_pb.js +7 -0
  165. package/lib/esm/src/clients.scailo_connect.js +23 -0
  166. package/lib/esm/src/currencies.scailo_connect.js +23 -0
  167. package/lib/esm/src/departments.scailo_connect.js +23 -0
  168. package/lib/esm/src/equations_families.scailo_connect.js +4 -4
  169. package/lib/esm/src/equations_replaceables.scailo_connect.js +4 -4
  170. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +4 -4
  171. package/lib/esm/src/equations_work_orders.scailo_connect.js +26 -4
  172. package/lib/esm/src/equations_work_orders.scailo_pb.js +14 -0
  173. package/lib/esm/src/families.scailo_connect.js +28 -6
  174. package/lib/esm/src/families.scailo_pb.js +60 -10
  175. package/lib/esm/src/forms_fields.scailo_connect.js +23 -0
  176. package/lib/esm/src/forms_fields.scailo_pb.js +49 -0
  177. package/lib/esm/src/forms_sections.scailo_connect.js +23 -0
  178. package/lib/esm/src/forms_sections.scailo_pb.js +42 -0
  179. package/lib/esm/src/goods_dispatches.scailo_connect.js +3 -3
  180. package/lib/esm/src/goods_receipts.scailo_connect.js +3 -3
  181. package/lib/esm/src/inventory.scailo_connect.js +11 -0
  182. package/lib/esm/src/inventory.scailo_pb.js +114 -1
  183. package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
  184. package/lib/esm/src/labels.scailo_connect.js +23 -0
  185. package/lib/esm/src/labels.scailo_pb.js +42 -0
  186. package/lib/esm/src/ledgers.scailo_connect.js +23 -0
  187. package/lib/esm/src/locations.scailo_connect.js +23 -0
  188. package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
  189. package/lib/esm/src/proforma_invoices.scailo_connect.js +4 -4
  190. package/lib/esm/src/purchases_indents.scailo_connect.js +4 -4
  191. package/lib/esm/src/purchases_orders.scailo_connect.js +4 -4
  192. package/lib/esm/src/qc_groups.scailo_connect.js +79 -0
  193. package/lib/esm/src/qc_groups.scailo_pb.js +336 -16
  194. package/lib/esm/src/qc_params.scailo_connect.js +23 -0
  195. package/lib/esm/src/qc_samples.scailo_pb.js +1 -1
  196. package/lib/esm/src/sales_enquiries.scailo_connect.js +4 -4
  197. package/lib/esm/src/sales_invoices.scailo_connect.js +4 -4
  198. package/lib/esm/src/sales_orders.scailo_connect.js +4 -4
  199. package/lib/esm/src/sales_quotations.scailo_connect.js +4 -4
  200. package/lib/esm/src/storages.scailo_connect.js +23 -0
  201. package/lib/esm/src/stores.scailo_connect.js +23 -0
  202. package/lib/esm/src/supply_offers.scailo_connect.js +3 -3
  203. package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
  204. package/lib/esm/src/tax_groups.scailo_pb.js +42 -0
  205. package/lib/esm/src/tax_params.scailo_connect.js +23 -0
  206. package/lib/esm/src/tax_params.scailo_pb.js +42 -0
  207. package/lib/esm/src/teams.scailo_connect.js +23 -0
  208. package/lib/esm/src/units_of_materials.scailo_connect.js +23 -0
  209. package/lib/esm/src/users.scailo_connect.js +23 -0
  210. package/lib/esm/src/vendor_invoices.scailo_connect.js +3 -3
  211. package/lib/esm/src/vendors.scailo_connect.js +46 -0
  212. package/lib/esm/types/permissions.d.ts +107 -0
  213. package/lib/esm/types/permissions.d.ts.map +1 -1
  214. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +24 -1
  215. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  216. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +24 -1
  217. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  218. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  219. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  220. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +24 -1
  221. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  222. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +24 -1
  223. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  224. package/lib/esm/types/src/base.scailo_pb.d.ts +7 -1
  225. package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
  226. package/lib/esm/types/src/clients.scailo_connect.d.ts +24 -1
  227. package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
  228. package/lib/esm/types/src/currencies.scailo_connect.d.ts +24 -1
  229. package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
  230. package/lib/esm/types/src/departments.scailo_connect.d.ts +24 -1
  231. package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
  232. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +5 -5
  233. package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  234. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +5 -5
  235. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  236. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +5 -5
  237. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  238. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +27 -5
  239. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  240. package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +13 -1
  241. package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
  242. package/lib/esm/types/src/families.scailo_connect.d.ts +29 -7
  243. package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
  244. package/lib/esm/types/src/families.scailo_pb.d.ts +43 -9
  245. package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
  246. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +24 -1
  247. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  248. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +43 -1
  249. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  250. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +24 -1
  251. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  252. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +37 -1
  253. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  254. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +3 -3
  255. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +3 -3
  256. package/lib/esm/types/src/inventory.scailo_connect.d.ts +12 -1
  257. package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
  258. package/lib/esm/types/src/inventory.scailo_pb.d.ts +88 -0
  259. package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
  260. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  261. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  262. package/lib/esm/types/src/labels.scailo_connect.d.ts +24 -1
  263. package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
  264. package/lib/esm/types/src/labels.scailo_pb.d.ts +37 -1
  265. package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
  266. package/lib/esm/types/src/ledgers.scailo_connect.d.ts +24 -1
  267. package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  268. package/lib/esm/types/src/locations.scailo_connect.d.ts +24 -1
  269. package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
  270. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  271. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  272. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +5 -5
  273. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  274. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +5 -5
  275. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  276. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +5 -5
  277. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  278. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +81 -2
  279. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  280. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +260 -8
  281. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  282. package/lib/esm/types/src/qc_params.scailo_connect.d.ts +24 -1
  283. package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  284. package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  285. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +5 -5
  286. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  287. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +5 -5
  288. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  289. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +5 -5
  290. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  291. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +5 -5
  292. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  293. package/lib/esm/types/src/storages.scailo_connect.d.ts +24 -1
  294. package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
  295. package/lib/esm/types/src/stores.scailo_connect.d.ts +24 -1
  296. package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
  297. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +3 -3
  298. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +24 -1
  299. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  300. package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +37 -1
  301. package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
  302. package/lib/esm/types/src/tax_params.scailo_connect.d.ts +24 -1
  303. package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  304. package/lib/esm/types/src/tax_params.scailo_pb.d.ts +37 -1
  305. package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  306. package/lib/esm/types/src/teams.scailo_connect.d.ts +24 -1
  307. package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
  308. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  309. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  310. package/lib/esm/types/src/users.scailo_connect.d.ts +23 -0
  311. package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
  312. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +3 -3
  313. package/lib/esm/types/src/vendors.scailo_connect.d.ts +47 -1
  314. package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
  315. package/package.json +1 -1
@@ -39,6 +39,18 @@ var FORM_FIELD_SORT_KEY;
39
39
  * @generated from enum value: FORM_FIELD_SORT_KEY_NAME = 10;
40
40
  */
41
41
  FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_NAME"] = 10] = "FORM_FIELD_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by code
44
+ *
45
+ * @generated from enum value: FORM_FIELD_SORT_KEY_CODE = 11;
46
+ */
47
+ FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_CODE"] = 11] = "FORM_FIELD_SORT_KEY_CODE";
48
+ /**
49
+ * Fetch ordered results by the section ID, and the record ID (this is a composite sort key)
50
+ *
51
+ * @generated from enum value: FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID = 20;
52
+ */
53
+ FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID"] = 20] = "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID";
42
54
  })(FORM_FIELD_SORT_KEY || (exports.FORM_FIELD_SORT_KEY = FORM_FIELD_SORT_KEY = {}));
43
55
  // Retrieve enum metadata with: proto3.getEnumType(FORM_FIELD_SORT_KEY)
44
56
  protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_KEY", [
@@ -46,6 +58,8 @@ protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_
46
58
  { no: 1, name: "FORM_FIELD_SORT_KEY_CREATED_AT" },
47
59
  { no: 2, name: "FORM_FIELD_SORT_KEY_MODIFIED_AT" },
48
60
  { no: 10, name: "FORM_FIELD_SORT_KEY_NAME" },
61
+ { no: 11, name: "FORM_FIELD_SORT_KEY_CODE" },
62
+ { no: 20, name: "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID" },
49
63
  ]);
50
64
  /**
51
65
  *
@@ -72,6 +86,12 @@ class FormField extends protobuf_1.Message {
72
86
  * @generated from field: string name = 10;
73
87
  */
74
88
  name = "";
89
+ /**
90
+ * The unique code by which the form field is classified
91
+ *
92
+ * @generated from field: string code = 21;
93
+ */
94
+ code = "";
75
95
  /**
76
96
  * The type of the form field
77
97
  *
@@ -136,6 +156,7 @@ class FormField extends protobuf_1.Message {
136
156
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
137
157
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
138
158
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
159
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
139
160
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
140
161
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
141
162
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -278,6 +299,12 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
278
299
  * @generated from field: string name = 10;
279
300
  */
280
301
  name = "";
302
+ /**
303
+ * The unique code by which the form field is classified
304
+ *
305
+ * @generated from field: string code = 21;
306
+ */
307
+ code = "";
281
308
  /**
282
309
  * The type of the form field
283
310
  *
@@ -342,6 +369,7 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
342
369
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
343
370
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
344
371
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
372
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
345
373
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
346
374
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
347
375
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -391,6 +419,12 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
391
419
  * @generated from field: string name = 10;
392
420
  */
393
421
  name = "";
422
+ /**
423
+ * The unique code by which the form field is classified
424
+ *
425
+ * @generated from field: string code = 21;
426
+ */
427
+ code = "";
394
428
  /**
395
429
  * The ID of the corresponding form section that the form field belongs to
396
430
  *
@@ -443,6 +477,7 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
443
477
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
444
478
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
445
479
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
480
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
446
481
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
447
482
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
448
483
  { no: 15, name: "placeholder", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -614,6 +649,12 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
614
649
  * @generated from field: uint64 section_id = 12;
615
650
  */
616
651
  sectionId = protobuf_1.protoInt64.zero;
652
+ /**
653
+ * The unique code by which the form field is classified
654
+ *
655
+ * @generated from field: string code = 21;
656
+ */
657
+ code = "";
617
658
  constructor(data) {
618
659
  super();
619
660
  protobuf_1.proto3.util.initPartial(data, this);
@@ -634,6 +675,7 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
634
675
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
635
676
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
636
677
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
678
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
637
679
  ]);
638
680
  static fromBinary(bytes, options) {
639
681
  return new FormsFieldsServiceFilterReq().fromBinary(bytes, options);
@@ -710,6 +752,12 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
710
752
  * @generated from field: uint64 section_id = 12;
711
753
  */
712
754
  sectionId = protobuf_1.protoInt64.zero;
755
+ /**
756
+ * The unique code by which the form field is classified
757
+ *
758
+ * @generated from field: string code = 21;
759
+ */
760
+ code = "";
713
761
  constructor(data) {
714
762
  super();
715
763
  protobuf_1.proto3.util.initPartial(data, this);
@@ -726,6 +774,7 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
726
774
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
727
775
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
728
776
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
777
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
729
778
  ]);
730
779
  static fromBinary(bytes, options) {
731
780
  return new FormsFieldsServiceCountReq().fromBinary(bytes, options);
@@ -138,5 +138,28 @@ exports.FormsSectionsService = {
138
138
  O: base_scailo_pb_js_1.CountResponse,
139
139
  kind: protobuf_1.MethodKind.Unary,
140
140
  },
141
+ /**
142
+ * CSV operations
143
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
144
+ *
145
+ * @generated from rpc Scailo.FormsSectionsService.DownloadAsCSV
146
+ */
147
+ downloadAsCSV: {
148
+ name: "DownloadAsCSV",
149
+ I: forms_sections_scailo_pb_js_1.FormsSectionsServiceFilterReq,
150
+ O: base_scailo_pb_js_1.StandardFile,
151
+ kind: protobuf_1.MethodKind.Unary,
152
+ },
153
+ /**
154
+ * Import records using a CSV file (duplicate codes will be skipped)
155
+ *
156
+ * @generated from rpc Scailo.FormsSectionsService.Import
157
+ */
158
+ import: {
159
+ name: "Import",
160
+ I: base_scailo_pb_js_1.StandardFile,
161
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
162
+ kind: protobuf_1.MethodKind.Unary,
163
+ },
141
164
  }
142
165
  };
@@ -39,6 +39,12 @@ var FORM_SECTION_SORT_KEY;
39
39
  * @generated from enum value: FORM_SECTION_SORT_KEY_NAME = 10;
40
40
  */
41
41
  FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_NAME"] = 10] = "FORM_SECTION_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by code
44
+ *
45
+ * @generated from enum value: FORM_SECTION_SORT_KEY_CODE = 11;
46
+ */
47
+ FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_CODE"] = 11] = "FORM_SECTION_SORT_KEY_CODE";
42
48
  })(FORM_SECTION_SORT_KEY || (exports.FORM_SECTION_SORT_KEY = FORM_SECTION_SORT_KEY = {}));
43
49
  // Retrieve enum metadata with: proto3.getEnumType(FORM_SECTION_SORT_KEY)
44
50
  protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_SORT_KEY", [
@@ -46,6 +52,7 @@ protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_S
46
52
  { no: 1, name: "FORM_SECTION_SORT_KEY_CREATED_AT" },
47
53
  { no: 2, name: "FORM_SECTION_SORT_KEY_MODIFIED_AT" },
48
54
  { no: 10, name: "FORM_SECTION_SORT_KEY_NAME" },
55
+ { no: 11, name: "FORM_SECTION_SORT_KEY_CODE" },
49
56
  ]);
50
57
  /**
51
58
  *
@@ -72,6 +79,12 @@ class FormSection extends protobuf_1.Message {
72
79
  * @generated from field: string name = 10;
73
80
  */
74
81
  name = "";
82
+ /**
83
+ * The unique code by which the form section is classified
84
+ *
85
+ * @generated from field: string code = 21;
86
+ */
87
+ code = "";
75
88
  /**
76
89
  * The type of the form section
77
90
  *
@@ -100,6 +113,7 @@ class FormSection extends protobuf_1.Message {
100
113
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
101
114
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
102
115
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
116
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
103
117
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
104
118
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
105
119
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -236,6 +250,12 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
236
250
  * @generated from field: string name = 10;
237
251
  */
238
252
  name = "";
253
+ /**
254
+ * The unique code by which the form section is classified
255
+ *
256
+ * @generated from field: string code = 21;
257
+ */
258
+ code = "";
239
259
  /**
240
260
  * The type of the form section
241
261
  *
@@ -264,6 +284,7 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
264
284
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
265
285
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
266
286
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
287
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
267
288
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
268
289
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
269
290
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -307,6 +328,12 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
307
328
  * @generated from field: string name = 10;
308
329
  */
309
330
  name = "";
331
+ /**
332
+ * The unique code by which the form section is classified
333
+ *
334
+ * @generated from field: string code = 21;
335
+ */
336
+ code = "";
310
337
  /**
311
338
  * A short description of the form section
312
339
  *
@@ -329,6 +356,7 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
329
356
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
330
357
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
331
358
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
359
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
332
360
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
333
361
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
334
362
  ]);
@@ -489,6 +517,12 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
489
517
  * @generated from field: Scailo.FORM_TYPE type = 11;
490
518
  */
491
519
  type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
520
+ /**
521
+ * The unique code by which the form section is classified
522
+ *
523
+ * @generated from field: string code = 21;
524
+ */
525
+ code = "";
492
526
  constructor(data) {
493
527
  super();
494
528
  protobuf_1.proto3.util.initPartial(data, this);
@@ -508,6 +542,7 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
508
542
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
509
543
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
510
544
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
545
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
511
546
  ]);
512
547
  static fromBinary(bytes, options) {
513
548
  return new FormsSectionsServiceFilterReq().fromBinary(bytes, options);
@@ -578,6 +613,12 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
578
613
  * @generated from field: Scailo.FORM_TYPE type = 11;
579
614
  */
580
615
  type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
616
+ /**
617
+ * The unique code by which the form section is classified
618
+ *
619
+ * @generated from field: string code = 21;
620
+ */
621
+ code = "";
581
622
  constructor(data) {
582
623
  super();
583
624
  protobuf_1.proto3.util.initPartial(data, this);
@@ -593,6 +634,7 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
593
634
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
594
635
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
595
636
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
637
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
596
638
  ]);
597
639
  static fromBinary(bytes, options) {
598
640
  return new FormsSectionsServiceCountReq().fromBinary(bytes, options);
@@ -363,10 +363,10 @@ exports.GoodsDispatchesService = {
363
363
  * CSV operations
364
364
  * 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
365
  *
366
- * @generated from rpc Scailo.GoodsDispatchesService.DownloadAsCSV
366
+ * @generated from rpc Scailo.GoodsDispatchesService.DownloadItemsAsCSV
367
367
  */
368
- downloadAsCSV: {
369
- name: "DownloadAsCSV",
368
+ downloadItemsAsCSV: {
369
+ name: "DownloadItemsAsCSV",
370
370
  I: base_scailo_pb_js_1.IdentifierUUID,
371
371
  O: base_scailo_pb_js_1.StandardFile,
372
372
  kind: protobuf_1.MethodKind.Unary,
@@ -352,10 +352,10 @@ exports.GoodsReceiptsService = {
352
352
  * CSV operations
353
353
  * 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
354
354
  *
355
- * @generated from rpc Scailo.GoodsReceiptsService.DownloadAsCSV
355
+ * @generated from rpc Scailo.GoodsReceiptsService.DownloadItemsAsCSV
356
356
  */
357
- downloadAsCSV: {
358
- name: "DownloadAsCSV",
357
+ downloadItemsAsCSV: {
358
+ name: "DownloadItemsAsCSV",
359
359
  I: base_scailo_pb_js_1.IdentifierUUID,
360
360
  O: base_scailo_pb_js_1.StandardFile,
361
361
  kind: protobuf_1.MethodKind.Unary,
@@ -237,6 +237,17 @@ exports.InventoryService = {
237
237
  O: base_scailo_pb_js_1.QuantityResponse,
238
238
  kind: protobuf_1.MethodKind.Unary,
239
239
  },
240
+ /**
241
+ * View consolidated inventory statistics
242
+ *
243
+ * @generated from rpc Scailo.InventoryService.ViewConsolidatedStatistics
244
+ */
245
+ viewConsolidatedStatistics: {
246
+ name: "ViewConsolidatedStatistics",
247
+ I: base_scailo_pb_js_1.Identifier,
248
+ O: inventory_scailo_pb_js_1.ConsolidatedInventoryStatistics,
249
+ kind: protobuf_1.MethodKind.Unary,
250
+ },
240
251
  /**
241
252
  * View inventory placed in storage represented by the Identifier
242
253
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.ReturnableInventorySearchReq = exports.InventoryServiceFamilyQuantityReq = exports.InventoryHashSearchReq = exports.IssuableInventorySearchReq = exports.InventoryCodeMap = exports.GenericInventoryList = exports.GenericInventory = exports.GENERIC_INVENTORY_REF_FROM = void 0;
7
+ exports.ConsolidatedInventoryStatistics = exports.ReturnableInventorySearchReq = exports.InventoryServiceFamilyQuantityReq = exports.InventoryHashSearchReq = exports.IssuableInventorySearchReq = exports.InventoryCodeMap = exports.GenericInventoryList = exports.GenericInventory = exports.GENERIC_INVENTORY_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
@@ -615,3 +615,116 @@ class ReturnableInventorySearchReq extends protobuf_1.Message {
615
615
  }
616
616
  }
617
617
  exports.ReturnableInventorySearchReq = ReturnableInventorySearchReq;
618
+ /**
619
+ *
620
+ * Describes the message consisting of all the inventory statistics for the given family ID
621
+ *
622
+ * @generated from message Scailo.ConsolidatedInventoryStatistics
623
+ */
624
+ class ConsolidatedInventoryStatistics extends protobuf_1.Message {
625
+ /**
626
+ * The ID of the family
627
+ *
628
+ * @generated from field: uint64 family_id = 1;
629
+ */
630
+ familyId = protobuf_1.protoInt64.zero;
631
+ /**
632
+ * The base demand quantity
633
+ *
634
+ * @generated from field: int64 base_demand_count = 10;
635
+ */
636
+ baseDemandCount = protobuf_1.protoInt64.zero;
637
+ /**
638
+ * The work in progress quantity
639
+ *
640
+ * @generated from field: int64 work_in_progress_count = 20;
641
+ */
642
+ workInProgressCount = protobuf_1.protoInt64.zero;
643
+ /**
644
+ * The indented quantity
645
+ *
646
+ * @generated from field: int64 indented_count = 30;
647
+ */
648
+ indentedCount = protobuf_1.protoInt64.zero;
649
+ /**
650
+ * The ordered quantity
651
+ *
652
+ * @generated from field: int64 ordered_count = 40;
653
+ */
654
+ orderedCount = protobuf_1.protoInt64.zero;
655
+ /**
656
+ * The quantity in QC
657
+ *
658
+ * @generated from field: int64 qc_count = 100;
659
+ */
660
+ qcCount = protobuf_1.protoInt64.zero;
661
+ /**
662
+ * The quantity that has been rejected
663
+ *
664
+ * @generated from field: int64 rejected_count = 110;
665
+ */
666
+ rejectedCount = protobuf_1.protoInt64.zero;
667
+ /**
668
+ * The quantity that has been marked for return
669
+ *
670
+ * @generated from field: int64 returnable_count = 120;
671
+ */
672
+ returnableCount = protobuf_1.protoInt64.zero;
673
+ /**
674
+ * The quantity in rework
675
+ *
676
+ * @generated from field: int64 rework_count = 130;
677
+ */
678
+ reworkCount = protobuf_1.protoInt64.zero;
679
+ /**
680
+ * The quantity that has been scrapped
681
+ *
682
+ * @generated from field: int64 scrap_count = 140;
683
+ */
684
+ scrapCount = protobuf_1.protoInt64.zero;
685
+ /**
686
+ * The quantity in store
687
+ *
688
+ * @generated from field: int64 store_count = 150;
689
+ */
690
+ storeCount = protobuf_1.protoInt64.zero;
691
+ /**
692
+ * The quantity that is required
693
+ *
694
+ * @generated from field: int64 required_count = 200;
695
+ */
696
+ requiredCount = protobuf_1.protoInt64.zero;
697
+ constructor(data) {
698
+ super();
699
+ protobuf_1.proto3.util.initPartial(data, this);
700
+ }
701
+ static runtime = protobuf_1.proto3;
702
+ static typeName = "Scailo.ConsolidatedInventoryStatistics";
703
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
704
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
705
+ { no: 10, name: "base_demand_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
706
+ { no: 20, name: "work_in_progress_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
707
+ { no: 30, name: "indented_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
708
+ { no: 40, name: "ordered_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
709
+ { no: 100, name: "qc_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
710
+ { no: 110, name: "rejected_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
711
+ { no: 120, name: "returnable_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
712
+ { no: 130, name: "rework_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
713
+ { no: 140, name: "scrap_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
714
+ { no: 150, name: "store_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
715
+ { no: 200, name: "required_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
716
+ ]);
717
+ static fromBinary(bytes, options) {
718
+ return new ConsolidatedInventoryStatistics().fromBinary(bytes, options);
719
+ }
720
+ static fromJson(jsonValue, options) {
721
+ return new ConsolidatedInventoryStatistics().fromJson(jsonValue, options);
722
+ }
723
+ static fromJsonString(jsonString, options) {
724
+ return new ConsolidatedInventoryStatistics().fromJsonString(jsonString, options);
725
+ }
726
+ static equals(a, b) {
727
+ return protobuf_1.proto3.util.equals(ConsolidatedInventoryStatistics, a, b);
728
+ }
729
+ }
730
+ exports.ConsolidatedInventoryStatistics = ConsolidatedInventoryStatistics;
@@ -399,7 +399,7 @@ exports.InwardJobsService = {
399
399
  */
400
400
  uploadInwardJobInwardItems: {
401
401
  name: "UploadInwardJobInwardItems",
402
- I: base_scailo_pb_js_1.IdentifierWithFile,
402
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
403
403
  O: base_scailo_pb_js_1.IdentifiersList,
404
404
  kind: protobuf_1.MethodKind.Unary,
405
405
  },
@@ -564,7 +564,7 @@ exports.InwardJobsService = {
564
564
  */
565
565
  uploadInwardJobOutwardItems: {
566
566
  name: "UploadInwardJobOutwardItems",
567
- I: base_scailo_pb_js_1.IdentifierWithFile,
567
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
568
568
  O: base_scailo_pb_js_1.IdentifiersList,
569
569
  kind: protobuf_1.MethodKind.Unary,
570
570
  },
@@ -160,5 +160,28 @@ exports.LabelsService = {
160
160
  O: base_scailo_pb_js_1.CountResponse,
161
161
  kind: protobuf_1.MethodKind.Unary,
162
162
  },
163
+ /**
164
+ * CSV operations
165
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
166
+ *
167
+ * @generated from rpc Scailo.LabelsService.DownloadAsCSV
168
+ */
169
+ downloadAsCSV: {
170
+ name: "DownloadAsCSV",
171
+ I: labels_scailo_pb_js_1.LabelsServiceFilterReq,
172
+ O: base_scailo_pb_js_1.StandardFile,
173
+ kind: protobuf_1.MethodKind.Unary,
174
+ },
175
+ /**
176
+ * Import records using a CSV file (duplicate codes will be skipped)
177
+ *
178
+ * @generated from rpc Scailo.LabelsService.Import
179
+ */
180
+ import: {
181
+ name: "Import",
182
+ I: base_scailo_pb_js_1.StandardFile,
183
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
184
+ kind: protobuf_1.MethodKind.Unary,
185
+ },
163
186
  }
164
187
  };
@@ -39,6 +39,12 @@ var LABEL_SORT_KEY;
39
39
  * @generated from enum value: LABEL_SORT_KEY_NAME = 10;
40
40
  */
41
41
  LABEL_SORT_KEY[LABEL_SORT_KEY["LABEL_SORT_KEY_NAME"] = 10] = "LABEL_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by the code
44
+ *
45
+ * @generated from enum value: LABEL_SORT_KEY_CODE = 11;
46
+ */
47
+ LABEL_SORT_KEY[LABEL_SORT_KEY["LABEL_SORT_KEY_CODE"] = 11] = "LABEL_SORT_KEY_CODE";
42
48
  })(LABEL_SORT_KEY || (exports.LABEL_SORT_KEY = LABEL_SORT_KEY = {}));
43
49
  // Retrieve enum metadata with: proto3.getEnumType(LABEL_SORT_KEY)
44
50
  protobuf_1.proto3.util.setEnumType(LABEL_SORT_KEY, "Scailo.LABEL_SORT_KEY", [
@@ -46,6 +52,7 @@ protobuf_1.proto3.util.setEnumType(LABEL_SORT_KEY, "Scailo.LABEL_SORT_KEY", [
46
52
  { no: 1, name: "LABEL_SORT_KEY_CREATED_AT" },
47
53
  { no: 2, name: "LABEL_SORT_KEY_MODIFIED_AT" },
48
54
  { no: 10, name: "LABEL_SORT_KEY_NAME" },
55
+ { no: 11, name: "LABEL_SORT_KEY_CODE" },
49
56
  ]);
50
57
  /**
51
58
  *
@@ -72,6 +79,12 @@ class Label extends protobuf_1.Message {
72
79
  * @generated from field: string name = 10;
73
80
  */
74
81
  name = "";
82
+ /**
83
+ * The unique code by which the label is classified
84
+ *
85
+ * @generated from field: string code = 21;
86
+ */
87
+ code = "";
75
88
  /**
76
89
  * A short description of the label
77
90
  *
@@ -88,6 +101,7 @@ class Label extends protobuf_1.Message {
88
101
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
89
102
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
90
103
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
104
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
91
105
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
92
106
  ]);
93
107
  static fromBinary(bytes, options) {
@@ -222,6 +236,12 @@ class LabelsServiceCreateRequest extends protobuf_1.Message {
222
236
  * @generated from field: string name = 10;
223
237
  */
224
238
  name = "";
239
+ /**
240
+ * The unique code by which the label is classified
241
+ *
242
+ * @generated from field: string code = 21;
243
+ */
244
+ code = "";
225
245
  /**
226
246
  * A short description of the label
227
247
  *
@@ -238,6 +258,7 @@ class LabelsServiceCreateRequest extends protobuf_1.Message {
238
258
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
239
259
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
240
260
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
261
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
241
262
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
242
263
  ]);
243
264
  static fromBinary(bytes, options) {
@@ -279,6 +300,12 @@ class LabelsServiceUpdateRequest extends protobuf_1.Message {
279
300
  * @generated from field: string name = 10;
280
301
  */
281
302
  name = "";
303
+ /**
304
+ * The unique code by which the label is classified
305
+ *
306
+ * @generated from field: string code = 21;
307
+ */
308
+ code = "";
282
309
  /**
283
310
  * A short description of the label
284
311
  *
@@ -295,6 +322,7 @@ class LabelsServiceUpdateRequest extends protobuf_1.Message {
295
322
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
296
323
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
297
324
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
325
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
298
326
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
299
327
  ]);
300
328
  static fromBinary(bytes, options) {
@@ -448,6 +476,12 @@ class LabelsServiceFilterReq extends protobuf_1.Message {
448
476
  * @generated from field: string name = 10;
449
477
  */
450
478
  name = "";
479
+ /**
480
+ * The unique code by which the label is classified
481
+ *
482
+ * @generated from field: string code = 21;
483
+ */
484
+ code = "";
451
485
  constructor(data) {
452
486
  super();
453
487
  protobuf_1.proto3.util.initPartial(data, this);
@@ -466,6 +500,7 @@ class LabelsServiceFilterReq extends protobuf_1.Message {
466
500
  { no: 104, name: "modification_timestamp_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
467
501
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
468
502
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
503
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
469
504
  ]);
470
505
  static fromBinary(bytes, options) {
471
506
  return new LabelsServiceFilterReq().fromBinary(bytes, options);
@@ -530,6 +565,12 @@ class LabelsServiceCountReq extends protobuf_1.Message {
530
565
  * @generated from field: string name = 10;
531
566
  */
532
567
  name = "";
568
+ /**
569
+ * The unique code by which the label is classified
570
+ *
571
+ * @generated from field: string code = 21;
572
+ */
573
+ code = "";
533
574
  constructor(data) {
534
575
  super();
535
576
  protobuf_1.proto3.util.initPartial(data, this);
@@ -544,6 +585,7 @@ class LabelsServiceCountReq extends protobuf_1.Message {
544
585
  { no: 104, name: "modification_timestamp_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
545
586
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
546
587
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
588
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
547
589
  ]);
548
590
  static fromBinary(bytes, options) {
549
591
  return new LabelsServiceCountReq().fromBinary(bytes, options);
@@ -240,5 +240,28 @@ exports.LedgersService = {
240
240
  O: base_scailo_pb_js_1.CountResponse,
241
241
  kind: protobuf_1.MethodKind.Unary,
242
242
  },
243
+ /**
244
+ * CSV operations
245
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
246
+ *
247
+ * @generated from rpc Scailo.LedgersService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: ledgers_scailo_pb_js_1.LedgersServiceFilterReq,
252
+ O: base_scailo_pb_js_1.StandardFile,
253
+ kind: protobuf_1.MethodKind.Unary,
254
+ },
255
+ /**
256
+ * Import records using a CSV file (duplicate codes will be skipped)
257
+ *
258
+ * @generated from rpc Scailo.LedgersService.Import
259
+ */
260
+ import: {
261
+ name: "Import",
262
+ I: base_scailo_pb_js_1.StandardFile,
263
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
264
+ kind: protobuf_1.MethodKind.Unary,
265
+ },
243
266
  }
244
267
  };