@kernelminds/scailo-sdk 0.0.23 → 0.0.25

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 (263) hide show
  1. package/lib/cjs/permissions.js +135 -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 +34 -0
  7. package/lib/cjs/src/clients.scailo_connect.js +23 -0
  8. package/lib/cjs/src/currencies.scailo_connect.js +23 -0
  9. package/lib/cjs/src/departments.scailo_connect.js +23 -0
  10. package/lib/cjs/src/equations_families.scailo_connect.js +1 -1
  11. package/lib/cjs/src/equations_replaceables.scailo_connect.js +1 -1
  12. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +1 -1
  13. package/lib/cjs/src/equations_work_orders.scailo_connect.js +1 -1
  14. package/lib/cjs/src/forms_fields.scailo_connect.js +23 -0
  15. package/lib/cjs/src/forms_fields.scailo_pb.js +49 -0
  16. package/lib/cjs/src/forms_sections.scailo_connect.js +23 -0
  17. package/lib/cjs/src/forms_sections.scailo_pb.js +42 -0
  18. package/lib/cjs/src/inventory.scailo_connect.js +11 -0
  19. package/lib/cjs/src/inventory.scailo_pb.js +114 -1
  20. package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
  21. package/lib/cjs/src/labels.scailo_connect.js +23 -0
  22. package/lib/cjs/src/ledgers.scailo_connect.js +23 -0
  23. package/lib/cjs/src/locations.scailo_connect.js +23 -0
  24. package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
  25. package/lib/cjs/src/proforma_invoices.scailo_connect.js +1 -1
  26. package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
  27. package/lib/cjs/src/purchases_orders.scailo_connect.js +1 -1
  28. package/lib/cjs/src/qc_groups.scailo_connect.js +79 -0
  29. package/lib/cjs/src/qc_groups.scailo_pb.js +336 -16
  30. package/lib/cjs/src/qc_params.scailo_connect.js +23 -0
  31. package/lib/cjs/src/qc_samples.scailo_pb.js +1 -1
  32. package/lib/cjs/src/sales_enquiries.scailo_connect.js +1 -1
  33. package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
  34. package/lib/cjs/src/sales_orders.scailo_connect.js +1 -1
  35. package/lib/cjs/src/sales_quotations.scailo_connect.js +1 -1
  36. package/lib/cjs/src/storages.scailo_connect.js +23 -0
  37. package/lib/cjs/src/stores.scailo_connect.js +23 -0
  38. package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
  39. package/lib/cjs/src/tax_params.scailo_connect.js +23 -0
  40. package/lib/cjs/src/tax_params.scailo_pb.js +42 -0
  41. package/lib/cjs/src/teams.scailo_connect.js +23 -0
  42. package/lib/cjs/src/units_of_materials.scailo_connect.js +23 -0
  43. package/lib/cjs/src/users.scailo_connect.js +23 -0
  44. package/lib/cjs/src/vendors.scailo_connect.js +23 -0
  45. package/lib/cjs/types/permissions.d.ts +106 -0
  46. package/lib/cjs/types/permissions.d.ts.map +1 -1
  47. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +24 -1
  48. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  49. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +24 -1
  50. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  51. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  52. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  53. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +24 -1
  54. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  55. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +35 -1
  56. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  57. package/lib/cjs/types/src/clients.scailo_connect.d.ts +24 -1
  58. package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
  59. package/lib/cjs/types/src/currencies.scailo_connect.d.ts +24 -1
  60. package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
  61. package/lib/cjs/types/src/departments.scailo_connect.d.ts +24 -1
  62. package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
  63. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +2 -2
  64. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  65. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
  66. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  67. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
  68. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  69. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
  70. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  71. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +24 -1
  72. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  73. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +43 -1
  74. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  75. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +24 -1
  76. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +37 -1
  78. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  79. package/lib/cjs/types/src/inventory.scailo_connect.d.ts +12 -1
  80. package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
  81. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +88 -0
  82. package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
  83. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  84. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  85. package/lib/cjs/types/src/labels.scailo_connect.d.ts +24 -1
  86. package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
  87. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +24 -1
  88. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  89. package/lib/cjs/types/src/locations.scailo_connect.d.ts +24 -1
  90. package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
  91. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  92. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  93. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
  94. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  95. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +2 -2
  96. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  97. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  98. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  99. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +81 -2
  100. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  101. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +260 -8
  102. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  103. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +24 -1
  104. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  105. package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  106. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  107. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  108. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +2 -2
  109. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  110. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +2 -2
  111. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  112. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  113. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  114. package/lib/cjs/types/src/storages.scailo_connect.d.ts +24 -1
  115. package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
  116. package/lib/cjs/types/src/stores.scailo_connect.d.ts +24 -1
  117. package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
  118. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +24 -1
  119. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  120. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +24 -1
  121. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  122. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +37 -1
  123. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  124. package/lib/cjs/types/src/teams.scailo_connect.d.ts +24 -1
  125. package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
  126. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  127. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  128. package/lib/cjs/types/src/users.scailo_connect.d.ts +23 -0
  129. package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
  130. package/lib/cjs/types/src/vendors.scailo_connect.d.ts +24 -1
  131. package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
  132. package/lib/esm/permissions.js +135 -26
  133. package/lib/esm/src/actions_codes.scailo_connect.js +23 -0
  134. package/lib/esm/src/activities_groups.scailo_connect.js +23 -0
  135. package/lib/esm/src/activities_statuses.scailo_connect.js +23 -0
  136. package/lib/esm/src/activities_tags.scailo_connect.js +23 -0
  137. package/lib/esm/src/bank_accounts.scailo_connect.js +34 -0
  138. package/lib/esm/src/clients.scailo_connect.js +23 -0
  139. package/lib/esm/src/currencies.scailo_connect.js +23 -0
  140. package/lib/esm/src/departments.scailo_connect.js +23 -0
  141. package/lib/esm/src/equations_families.scailo_connect.js +1 -1
  142. package/lib/esm/src/equations_replaceables.scailo_connect.js +1 -1
  143. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +1 -1
  144. package/lib/esm/src/equations_work_orders.scailo_connect.js +1 -1
  145. package/lib/esm/src/forms_fields.scailo_connect.js +23 -0
  146. package/lib/esm/src/forms_fields.scailo_pb.js +49 -0
  147. package/lib/esm/src/forms_sections.scailo_connect.js +23 -0
  148. package/lib/esm/src/forms_sections.scailo_pb.js +42 -0
  149. package/lib/esm/src/inventory.scailo_connect.js +11 -0
  150. package/lib/esm/src/inventory.scailo_pb.js +114 -1
  151. package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
  152. package/lib/esm/src/labels.scailo_connect.js +23 -0
  153. package/lib/esm/src/ledgers.scailo_connect.js +23 -0
  154. package/lib/esm/src/locations.scailo_connect.js +23 -0
  155. package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
  156. package/lib/esm/src/proforma_invoices.scailo_connect.js +1 -1
  157. package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
  158. package/lib/esm/src/purchases_orders.scailo_connect.js +1 -1
  159. package/lib/esm/src/qc_groups.scailo_connect.js +79 -0
  160. package/lib/esm/src/qc_groups.scailo_pb.js +336 -16
  161. package/lib/esm/src/qc_params.scailo_connect.js +23 -0
  162. package/lib/esm/src/qc_samples.scailo_pb.js +1 -1
  163. package/lib/esm/src/sales_enquiries.scailo_connect.js +1 -1
  164. package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
  165. package/lib/esm/src/sales_orders.scailo_connect.js +1 -1
  166. package/lib/esm/src/sales_quotations.scailo_connect.js +1 -1
  167. package/lib/esm/src/storages.scailo_connect.js +23 -0
  168. package/lib/esm/src/stores.scailo_connect.js +23 -0
  169. package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
  170. package/lib/esm/src/tax_params.scailo_connect.js +23 -0
  171. package/lib/esm/src/tax_params.scailo_pb.js +42 -0
  172. package/lib/esm/src/teams.scailo_connect.js +23 -0
  173. package/lib/esm/src/units_of_materials.scailo_connect.js +23 -0
  174. package/lib/esm/src/users.scailo_connect.js +23 -0
  175. package/lib/esm/src/vendors.scailo_connect.js +23 -0
  176. package/lib/esm/types/permissions.d.ts +106 -0
  177. package/lib/esm/types/permissions.d.ts.map +1 -1
  178. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +24 -1
  179. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  180. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +24 -1
  181. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  182. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  183. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  184. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +24 -1
  185. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  186. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +35 -1
  187. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  188. package/lib/esm/types/src/clients.scailo_connect.d.ts +24 -1
  189. package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
  190. package/lib/esm/types/src/currencies.scailo_connect.d.ts +24 -1
  191. package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
  192. package/lib/esm/types/src/departments.scailo_connect.d.ts +24 -1
  193. package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
  194. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +2 -2
  195. package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  196. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
  197. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  198. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
  199. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  200. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
  201. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  202. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +24 -1
  203. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  204. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +43 -1
  205. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  206. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +24 -1
  207. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  208. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +37 -1
  209. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  210. package/lib/esm/types/src/inventory.scailo_connect.d.ts +12 -1
  211. package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
  212. package/lib/esm/types/src/inventory.scailo_pb.d.ts +88 -0
  213. package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
  214. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  215. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  216. package/lib/esm/types/src/labels.scailo_connect.d.ts +24 -1
  217. package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
  218. package/lib/esm/types/src/ledgers.scailo_connect.d.ts +24 -1
  219. package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  220. package/lib/esm/types/src/locations.scailo_connect.d.ts +24 -1
  221. package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
  222. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  223. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  224. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
  225. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  226. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +2 -2
  227. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  228. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  229. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  230. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +81 -2
  231. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  232. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +260 -8
  233. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  234. package/lib/esm/types/src/qc_params.scailo_connect.d.ts +24 -1
  235. package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  236. package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  237. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  238. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  239. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +2 -2
  240. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +2 -2
  242. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  243. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  244. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/storages.scailo_connect.d.ts +24 -1
  246. package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
  247. package/lib/esm/types/src/stores.scailo_connect.d.ts +24 -1
  248. package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +24 -1
  250. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  251. package/lib/esm/types/src/tax_params.scailo_connect.d.ts +24 -1
  252. package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/tax_params.scailo_pb.d.ts +37 -1
  254. package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  255. package/lib/esm/types/src/teams.scailo_connect.d.ts +24 -1
  256. package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  258. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  259. package/lib/esm/types/src/users.scailo_connect.d.ts +23 -0
  260. package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
  261. package/lib/esm/types/src/vendors.scailo_connect.d.ts +24 -1
  262. package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
  263. package/package.json +1 -1
@@ -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
  };
@@ -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
  };
@@ -251,5 +251,28 @@ exports.LocationsService = {
251
251
  O: base_scailo_pb_js_1.CountResponse,
252
252
  kind: protobuf_1.MethodKind.Unary,
253
253
  },
254
+ /**
255
+ * CSV operations
256
+ * 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
257
+ *
258
+ * @generated from rpc Scailo.LocationsService.DownloadAsCSV
259
+ */
260
+ downloadAsCSV: {
261
+ name: "DownloadAsCSV",
262
+ I: locations_scailo_pb_js_1.LocationsServiceFilterReq,
263
+ O: base_scailo_pb_js_1.StandardFile,
264
+ kind: protobuf_1.MethodKind.Unary,
265
+ },
266
+ /**
267
+ * Import records using a CSV file (duplicate codes will be skipped)
268
+ *
269
+ * @generated from rpc Scailo.LocationsService.Import
270
+ */
271
+ import: {
272
+ name: "Import",
273
+ I: base_scailo_pb_js_1.StandardFile,
274
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
275
+ kind: protobuf_1.MethodKind.Unary,
276
+ },
254
277
  }
255
278
  };
@@ -399,7 +399,7 @@ exports.OutwardJobsService = {
399
399
  */
400
400
  uploadOutwardJobInwardItems: {
401
401
  name: "UploadOutwardJobInwardItems",
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.OutwardJobsService = {
564
564
  */
565
565
  uploadOutwardJobOutwardItems: {
566
566
  name: "UploadOutwardJobOutwardItems",
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
  },
@@ -367,7 +367,7 @@ exports.ProformaInvoicesService = {
367
367
  */
368
368
  uploadProformaInvoiceItems: {
369
369
  name: "UploadProformaInvoiceItems",
370
- I: base_scailo_pb_js_1.IdentifierWithFile,
370
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
371
371
  O: base_scailo_pb_js_1.IdentifiersList,
372
372
  kind: protobuf_1.MethodKind.Unary,
373
373
  },
@@ -378,7 +378,7 @@ exports.PurchasesIndentsService = {
378
378
  */
379
379
  uploadPurchaseIndentItems: {
380
380
  name: "UploadPurchaseIndentItems",
381
- I: base_scailo_pb_js_1.IdentifierWithFile,
381
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
382
382
  O: base_scailo_pb_js_1.IdentifiersList,
383
383
  kind: protobuf_1.MethodKind.Unary,
384
384
  },
@@ -378,7 +378,7 @@ exports.PurchasesOrdersService = {
378
378
  */
379
379
  uploadPurchaseOrderItems: {
380
380
  name: "UploadPurchaseOrderItems",
381
- I: base_scailo_pb_js_1.IdentifierWithFile,
381
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
382
382
  O: base_scailo_pb_js_1.IdentifiersList,
383
383
  kind: protobuf_1.MethodKind.Unary,
384
384
  },
@@ -295,6 +295,62 @@ exports.QCGroupsService = {
295
295
  O: qc_groups_scailo_pb_js_1.QCGroupsItemsList,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
+ /**
299
+ * View approved qc group items for given qc group ID with pagination
300
+ *
301
+ * @generated from rpc Scailo.QCGroupsService.ViewPaginatedApprovedQCGroupItems
302
+ */
303
+ viewPaginatedApprovedQCGroupItems: {
304
+ name: "ViewPaginatedApprovedQCGroupItems",
305
+ I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
306
+ O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
307
+ kind: protobuf_1.MethodKind.Unary,
308
+ },
309
+ /**
310
+ * View unapproved qc group items for given qc group ID with pagination
311
+ *
312
+ * @generated from rpc Scailo.QCGroupsService.ViewPaginatedUnapprovedQCGroupItems
313
+ */
314
+ viewPaginatedUnapprovedQCGroupItems: {
315
+ name: "ViewPaginatedUnapprovedQCGroupItems",
316
+ I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
317
+ O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
318
+ kind: protobuf_1.MethodKind.Unary,
319
+ },
320
+ /**
321
+ * Search through qc group items with pagination
322
+ *
323
+ * @generated from rpc Scailo.QCGroupsService.SearchItemsWithPagination
324
+ */
325
+ searchItemsWithPagination: {
326
+ name: "SearchItemsWithPagination",
327
+ I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
328
+ O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
329
+ kind: protobuf_1.MethodKind.Unary,
330
+ },
331
+ /**
332
+ * CSV operations
333
+ * 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
334
+ *
335
+ * @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
336
+ */
337
+ downloadItemsAsCSV: {
338
+ name: "DownloadItemsAsCSV",
339
+ I: base_scailo_pb_js_1.IdentifierUUID,
340
+ O: base_scailo_pb_js_1.StandardFile,
341
+ kind: protobuf_1.MethodKind.Unary,
342
+ },
343
+ /**
344
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
345
+ *
346
+ * @generated from rpc Scailo.QCGroupsService.UploadQCGroupItems
347
+ */
348
+ uploadQCGroupItems: {
349
+ name: "UploadQCGroupItems",
350
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
351
+ O: base_scailo_pb_js_1.IdentifiersList,
352
+ kind: protobuf_1.MethodKind.Unary,
353
+ },
298
354
  /**
299
355
  * View by ID
300
356
  *
@@ -383,5 +439,28 @@ exports.QCGroupsService = {
383
439
  O: base_scailo_pb_js_1.CountResponse,
384
440
  kind: protobuf_1.MethodKind.Unary,
385
441
  },
442
+ /**
443
+ * CSV operations
444
+ * 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
445
+ *
446
+ * @generated from rpc Scailo.QCGroupsService.DownloadAsCSV
447
+ */
448
+ downloadAsCSV: {
449
+ name: "DownloadAsCSV",
450
+ I: qc_groups_scailo_pb_js_1.QCGroupsServiceFilterReq,
451
+ O: base_scailo_pb_js_1.StandardFile,
452
+ kind: protobuf_1.MethodKind.Unary,
453
+ },
454
+ /**
455
+ * Import records using a CSV file (duplicate codes will be skipped)
456
+ *
457
+ * @generated from rpc Scailo.QCGroupsService.Import
458
+ */
459
+ import: {
460
+ name: "Import",
461
+ I: base_scailo_pb_js_1.StandardFile,
462
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
463
+ kind: protobuf_1.MethodKind.Unary,
464
+ },
386
465
  }
387
466
  };