@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
  *
@@ -68,6 +82,12 @@ class FormField extends protobuf_1.Message {
68
82
  * @generated from field: string name = 10;
69
83
  */
70
84
  this.name = "";
85
+ /**
86
+ * The unique code by which the form field is classified
87
+ *
88
+ * @generated from field: string code = 21;
89
+ */
90
+ this.code = "";
71
91
  /**
72
92
  * The type of the form field
73
93
  *
@@ -144,6 +164,7 @@ FormField.fields = protobuf_1.proto3.util.newFieldList(() => [
144
164
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
145
165
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
146
166
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
167
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
147
168
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
148
169
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
149
170
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -274,6 +295,12 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
274
295
  * @generated from field: string name = 10;
275
296
  */
276
297
  this.name = "";
298
+ /**
299
+ * The unique code by which the form field is classified
300
+ *
301
+ * @generated from field: string code = 21;
302
+ */
303
+ this.code = "";
277
304
  /**
278
305
  * The type of the form field
279
306
  *
@@ -350,6 +377,7 @@ FormsFieldsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(()
350
377
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
351
378
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
352
379
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
380
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
353
381
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
354
382
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
355
383
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -387,6 +415,12 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
387
415
  * @generated from field: string name = 10;
388
416
  */
389
417
  this.name = "";
418
+ /**
419
+ * The unique code by which the form field is classified
420
+ *
421
+ * @generated from field: string code = 21;
422
+ */
423
+ this.code = "";
390
424
  /**
391
425
  * The ID of the corresponding form section that the form field belongs to
392
426
  *
@@ -451,6 +485,7 @@ FormsFieldsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(()
451
485
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
452
486
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
453
487
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
488
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
454
489
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
455
490
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
456
491
  { no: 15, name: "placeholder", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -610,6 +645,12 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
610
645
  * @generated from field: uint64 section_id = 12;
611
646
  */
612
647
  this.sectionId = protobuf_1.protoInt64.zero;
648
+ /**
649
+ * The unique code by which the form field is classified
650
+ *
651
+ * @generated from field: string code = 21;
652
+ */
653
+ this.code = "";
613
654
  protobuf_1.proto3.util.initPartial(data, this);
614
655
  }
615
656
  static fromBinary(bytes, options) {
@@ -642,6 +683,7 @@ FormsFieldsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
642
683
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
643
684
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
644
685
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
686
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
645
687
  ]);
646
688
  /**
647
689
  *
@@ -706,6 +748,12 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
706
748
  * @generated from field: uint64 section_id = 12;
707
749
  */
708
750
  this.sectionId = protobuf_1.protoInt64.zero;
751
+ /**
752
+ * The unique code by which the form field is classified
753
+ *
754
+ * @generated from field: string code = 21;
755
+ */
756
+ this.code = "";
709
757
  protobuf_1.proto3.util.initPartial(data, this);
710
758
  }
711
759
  static fromBinary(bytes, options) {
@@ -734,6 +782,7 @@ FormsFieldsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
734
782
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
735
783
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
736
784
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
785
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
737
786
  ]);
738
787
  /**
739
788
  *
@@ -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
  *
@@ -68,6 +75,12 @@ class FormSection extends protobuf_1.Message {
68
75
  * @generated from field: string name = 10;
69
76
  */
70
77
  this.name = "";
78
+ /**
79
+ * The unique code by which the form section is classified
80
+ *
81
+ * @generated from field: string code = 21;
82
+ */
83
+ this.code = "";
71
84
  /**
72
85
  * The type of the form section
73
86
  *
@@ -108,6 +121,7 @@ FormSection.fields = protobuf_1.proto3.util.newFieldList(() => [
108
121
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
109
122
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
110
123
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
124
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
111
125
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
112
126
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
113
127
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -232,6 +246,12 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
232
246
  * @generated from field: string name = 10;
233
247
  */
234
248
  this.name = "";
249
+ /**
250
+ * The unique code by which the form section is classified
251
+ *
252
+ * @generated from field: string code = 21;
253
+ */
254
+ this.code = "";
235
255
  /**
236
256
  * The type of the form section
237
257
  *
@@ -272,6 +292,7 @@ FormsSectionsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList((
272
292
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
273
293
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
274
294
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
295
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
275
296
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
276
297
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
277
298
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -303,6 +324,12 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
303
324
  * @generated from field: string name = 10;
304
325
  */
305
326
  this.name = "";
327
+ /**
328
+ * The unique code by which the form section is classified
329
+ *
330
+ * @generated from field: string code = 21;
331
+ */
332
+ this.code = "";
306
333
  /**
307
334
  * A short description of the form section
308
335
  *
@@ -337,6 +364,7 @@ FormsSectionsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList((
337
364
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
338
365
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
339
366
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
340
368
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
341
369
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
342
370
  ]);
@@ -485,6 +513,12 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
485
513
  * @generated from field: Scailo.FORM_TYPE type = 11;
486
514
  */
487
515
  this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
516
+ /**
517
+ * The unique code by which the form section is classified
518
+ *
519
+ * @generated from field: string code = 21;
520
+ */
521
+ this.code = "";
488
522
  protobuf_1.proto3.util.initPartial(data, this);
489
523
  }
490
524
  static fromBinary(bytes, options) {
@@ -516,6 +550,7 @@ FormsSectionsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() =>
516
550
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
517
551
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
518
552
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
553
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
519
554
  ]);
520
555
  /**
521
556
  *
@@ -574,6 +609,12 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
574
609
  * @generated from field: Scailo.FORM_TYPE type = 11;
575
610
  */
576
611
  this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
612
+ /**
613
+ * The unique code by which the form section is classified
614
+ *
615
+ * @generated from field: string code = 21;
616
+ */
617
+ this.code = "";
577
618
  protobuf_1.proto3.util.initPartial(data, this);
578
619
  }
579
620
  static fromBinary(bytes, options) {
@@ -601,6 +642,7 @@ FormsSectionsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() =>
601
642
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
602
643
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
603
644
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
645
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
604
646
  ]);
605
647
  /**
606
648
  *
@@ -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");
@@ -603,3 +603,116 @@ ReturnableInventorySearchReq.fields = protobuf_1.proto3.util.newFieldList(() =>
603
603
  { no: 10, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
604
604
  { no: 15, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
605
605
  ]);
606
+ /**
607
+ *
608
+ * Describes the message consisting of all the inventory statistics for the given family ID
609
+ *
610
+ * @generated from message Scailo.ConsolidatedInventoryStatistics
611
+ */
612
+ class ConsolidatedInventoryStatistics extends protobuf_1.Message {
613
+ constructor(data) {
614
+ super();
615
+ /**
616
+ * The ID of the family
617
+ *
618
+ * @generated from field: uint64 family_id = 1;
619
+ */
620
+ this.familyId = protobuf_1.protoInt64.zero;
621
+ /**
622
+ * The base demand quantity
623
+ *
624
+ * @generated from field: int64 base_demand_count = 10;
625
+ */
626
+ this.baseDemandCount = protobuf_1.protoInt64.zero;
627
+ /**
628
+ * The work in progress quantity
629
+ *
630
+ * @generated from field: int64 work_in_progress_count = 20;
631
+ */
632
+ this.workInProgressCount = protobuf_1.protoInt64.zero;
633
+ /**
634
+ * The indented quantity
635
+ *
636
+ * @generated from field: int64 indented_count = 30;
637
+ */
638
+ this.indentedCount = protobuf_1.protoInt64.zero;
639
+ /**
640
+ * The ordered quantity
641
+ *
642
+ * @generated from field: int64 ordered_count = 40;
643
+ */
644
+ this.orderedCount = protobuf_1.protoInt64.zero;
645
+ /**
646
+ * The quantity in QC
647
+ *
648
+ * @generated from field: int64 qc_count = 100;
649
+ */
650
+ this.qcCount = protobuf_1.protoInt64.zero;
651
+ /**
652
+ * The quantity that has been rejected
653
+ *
654
+ * @generated from field: int64 rejected_count = 110;
655
+ */
656
+ this.rejectedCount = protobuf_1.protoInt64.zero;
657
+ /**
658
+ * The quantity that has been marked for return
659
+ *
660
+ * @generated from field: int64 returnable_count = 120;
661
+ */
662
+ this.returnableCount = protobuf_1.protoInt64.zero;
663
+ /**
664
+ * The quantity in rework
665
+ *
666
+ * @generated from field: int64 rework_count = 130;
667
+ */
668
+ this.reworkCount = protobuf_1.protoInt64.zero;
669
+ /**
670
+ * The quantity that has been scrapped
671
+ *
672
+ * @generated from field: int64 scrap_count = 140;
673
+ */
674
+ this.scrapCount = protobuf_1.protoInt64.zero;
675
+ /**
676
+ * The quantity in store
677
+ *
678
+ * @generated from field: int64 store_count = 150;
679
+ */
680
+ this.storeCount = protobuf_1.protoInt64.zero;
681
+ /**
682
+ * The quantity that is required
683
+ *
684
+ * @generated from field: int64 required_count = 200;
685
+ */
686
+ this.requiredCount = protobuf_1.protoInt64.zero;
687
+ protobuf_1.proto3.util.initPartial(data, this);
688
+ }
689
+ static fromBinary(bytes, options) {
690
+ return new ConsolidatedInventoryStatistics().fromBinary(bytes, options);
691
+ }
692
+ static fromJson(jsonValue, options) {
693
+ return new ConsolidatedInventoryStatistics().fromJson(jsonValue, options);
694
+ }
695
+ static fromJsonString(jsonString, options) {
696
+ return new ConsolidatedInventoryStatistics().fromJsonString(jsonString, options);
697
+ }
698
+ static equals(a, b) {
699
+ return protobuf_1.proto3.util.equals(ConsolidatedInventoryStatistics, a, b);
700
+ }
701
+ }
702
+ exports.ConsolidatedInventoryStatistics = ConsolidatedInventoryStatistics;
703
+ ConsolidatedInventoryStatistics.runtime = protobuf_1.proto3;
704
+ ConsolidatedInventoryStatistics.typeName = "Scailo.ConsolidatedInventoryStatistics";
705
+ ConsolidatedInventoryStatistics.fields = protobuf_1.proto3.util.newFieldList(() => [
706
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
707
+ { no: 10, name: "base_demand_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
708
+ { no: 20, name: "work_in_progress_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
709
+ { no: 30, name: "indented_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
710
+ { no: 40, name: "ordered_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
711
+ { no: 100, name: "qc_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
712
+ { no: 110, name: "rejected_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
713
+ { no: 120, name: "returnable_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
714
+ { no: 130, name: "rework_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
715
+ { no: 140, name: "scrap_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
716
+ { no: 150, name: "store_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
717
+ { no: 200, name: "required_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
718
+ ]);
@@ -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
  *
@@ -68,6 +75,12 @@ class Label extends protobuf_1.Message {
68
75
  * @generated from field: string name = 10;
69
76
  */
70
77
  this.name = "";
78
+ /**
79
+ * The unique code by which the label is classified
80
+ *
81
+ * @generated from field: string code = 21;
82
+ */
83
+ this.code = "";
71
84
  /**
72
85
  * A short description of the label
73
86
  *
@@ -96,6 +109,7 @@ Label.fields = protobuf_1.proto3.util.newFieldList(() => [
96
109
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
97
110
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
98
111
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
112
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
99
113
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
100
114
  ]);
101
115
  /**
@@ -218,6 +232,12 @@ class LabelsServiceCreateRequest extends protobuf_1.Message {
218
232
  * @generated from field: string name = 10;
219
233
  */
220
234
  this.name = "";
235
+ /**
236
+ * The unique code by which the label is classified
237
+ *
238
+ * @generated from field: string code = 21;
239
+ */
240
+ this.code = "";
221
241
  /**
222
242
  * A short description of the label
223
243
  *
@@ -246,6 +266,7 @@ LabelsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
246
266
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
247
267
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
248
268
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
269
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
249
270
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
250
271
  ]);
251
272
  /**
@@ -275,6 +296,12 @@ class LabelsServiceUpdateRequest extends protobuf_1.Message {
275
296
  * @generated from field: string name = 10;
276
297
  */
277
298
  this.name = "";
299
+ /**
300
+ * The unique code by which the label is classified
301
+ *
302
+ * @generated from field: string code = 21;
303
+ */
304
+ this.code = "";
278
305
  /**
279
306
  * A short description of the label
280
307
  *
@@ -303,6 +330,7 @@ LabelsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
303
330
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
304
331
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
305
332
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
333
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
306
334
  { no: 11, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
307
335
  ]);
308
336
  /**
@@ -444,6 +472,12 @@ class LabelsServiceFilterReq extends protobuf_1.Message {
444
472
  * @generated from field: string name = 10;
445
473
  */
446
474
  this.name = "";
475
+ /**
476
+ * The unique code by which the label is classified
477
+ *
478
+ * @generated from field: string code = 21;
479
+ */
480
+ this.code = "";
447
481
  protobuf_1.proto3.util.initPartial(data, this);
448
482
  }
449
483
  static fromBinary(bytes, options) {
@@ -474,6 +508,7 @@ LabelsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
474
508
  { no: 104, name: "modification_timestamp_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
475
509
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
476
510
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
511
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
477
512
  ]);
478
513
  /**
479
514
  *
@@ -526,6 +561,12 @@ class LabelsServiceCountReq extends protobuf_1.Message {
526
561
  * @generated from field: string name = 10;
527
562
  */
528
563
  this.name = "";
564
+ /**
565
+ * The unique code by which the label is classified
566
+ *
567
+ * @generated from field: string code = 21;
568
+ */
569
+ this.code = "";
529
570
  protobuf_1.proto3.util.initPartial(data, this);
530
571
  }
531
572
  static fromBinary(bytes, options) {
@@ -552,6 +593,7 @@ LabelsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
552
593
  { no: 104, name: "modification_timestamp_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
553
594
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
554
595
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
596
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
555
597
  ]);
556
598
  /**
557
599
  *
@@ -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
  };