@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
@@ -340,10 +340,10 @@ exports.SalesEnquiriesService = {
340
340
  * CSV operations
341
341
  * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
342
342
  *
343
- * @generated from rpc Scailo.SalesEnquiriesService.DownloadAsCSV
343
+ * @generated from rpc Scailo.SalesEnquiriesService.DownloadItemsAsCSV
344
344
  */
345
- downloadAsCSV: {
346
- name: "DownloadAsCSV",
345
+ downloadItemsAsCSV: {
346
+ name: "DownloadItemsAsCSV",
347
347
  I: base_scailo_pb_js_1.IdentifierUUID,
348
348
  O: base_scailo_pb_js_1.StandardFile,
349
349
  kind: protobuf_1.MethodKind.Unary,
@@ -355,7 +355,7 @@ exports.SalesEnquiriesService = {
355
355
  */
356
356
  uploadSalesEnquiryItems: {
357
357
  name: "UploadSalesEnquiryItems",
358
- I: base_scailo_pb_js_1.IdentifierWithFile,
358
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
359
359
  O: base_scailo_pb_js_1.IdentifiersList,
360
360
  kind: protobuf_1.MethodKind.Unary,
361
361
  },
@@ -352,10 +352,10 @@ exports.SalesInvoicesService = {
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.SalesInvoicesService.DownloadAsCSV
355
+ * @generated from rpc Scailo.SalesInvoicesService.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,
@@ -367,7 +367,7 @@ exports.SalesInvoicesService = {
367
367
  */
368
368
  uploadSalesInvoiceItems: {
369
369
  name: "UploadSalesInvoiceItems",
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
  },
@@ -363,10 +363,10 @@ exports.SalesOrdersService = {
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.SalesOrdersService.DownloadAsCSV
366
+ * @generated from rpc Scailo.SalesOrdersService.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,
@@ -378,7 +378,7 @@ exports.SalesOrdersService = {
378
378
  */
379
379
  uploadSalesOrderItems: {
380
380
  name: "UploadSalesOrderItems",
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
  },
@@ -363,10 +363,10 @@ exports.SalesQuotationsService = {
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.SalesQuotationsService.DownloadAsCSV
366
+ * @generated from rpc Scailo.SalesQuotationsService.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,
@@ -378,7 +378,7 @@ exports.SalesQuotationsService = {
378
378
  */
379
379
  uploadSalesQuotationItems: {
380
380
  name: "UploadSalesQuotationItems",
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
  },
@@ -240,5 +240,28 @@ exports.StoragesService = {
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.StoragesService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: storages_scailo_pb_js_1.StoragesServiceFilterReq,
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.StoragesService.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
  };
@@ -240,5 +240,28 @@ exports.StoresService = {
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.StoresService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: stores_scailo_pb_js_1.StoresServiceFilterReq,
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.StoresService.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
  };
@@ -363,10 +363,10 @@ exports.SupplyOffersService = {
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.SupplyOffersService.DownloadAsCSV
366
+ * @generated from rpc Scailo.SupplyOffersService.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,
@@ -339,5 +339,28 @@ exports.TaxGroupsService = {
339
339
  O: base_scailo_pb_js_1.CountResponse,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
+ /**
343
+ * CSV operations
344
+ * 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
345
+ *
346
+ * @generated from rpc Scailo.TaxGroupsService.DownloadAsCSV
347
+ */
348
+ downloadAsCSV: {
349
+ name: "DownloadAsCSV",
350
+ I: tax_groups_scailo_pb_js_1.TaxGroupsServiceFilterReq,
351
+ O: base_scailo_pb_js_1.StandardFile,
352
+ kind: protobuf_1.MethodKind.Unary,
353
+ },
354
+ /**
355
+ * Import records using a CSV file (duplicate codes will be skipped)
356
+ *
357
+ * @generated from rpc Scailo.TaxGroupsService.Import
358
+ */
359
+ import: {
360
+ name: "Import",
361
+ I: base_scailo_pb_js_1.StandardFile,
362
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
363
+ kind: protobuf_1.MethodKind.Unary,
364
+ },
342
365
  }
343
366
  };
@@ -98,6 +98,12 @@ var TAX_GROUP_SORT_KEY;
98
98
  * @generated from enum value: TAX_GROUP_SORT_KEY_NAME = 10;
99
99
  */
100
100
  TAX_GROUP_SORT_KEY[TAX_GROUP_SORT_KEY["TAX_GROUP_SORT_KEY_NAME"] = 10] = "TAX_GROUP_SORT_KEY_NAME";
101
+ /**
102
+ * Fetch ordered results by the code
103
+ *
104
+ * @generated from enum value: TAX_GROUP_SORT_KEY_CODE = 11;
105
+ */
106
+ TAX_GROUP_SORT_KEY[TAX_GROUP_SORT_KEY["TAX_GROUP_SORT_KEY_CODE"] = 11] = "TAX_GROUP_SORT_KEY_CODE";
101
107
  })(TAX_GROUP_SORT_KEY || (exports.TAX_GROUP_SORT_KEY = TAX_GROUP_SORT_KEY = {}));
102
108
  // Retrieve enum metadata with: proto3.getEnumType(TAX_GROUP_SORT_KEY)
103
109
  protobuf_1.proto3.util.setEnumType(TAX_GROUP_SORT_KEY, "Scailo.TAX_GROUP_SORT_KEY", [
@@ -108,6 +114,7 @@ protobuf_1.proto3.util.setEnumType(TAX_GROUP_SORT_KEY, "Scailo.TAX_GROUP_SORT_KE
108
114
  { no: 4, name: "TAX_GROUP_SORT_KEY_APPROVED_BY" },
109
115
  { no: 5, name: "TAX_GROUP_SORT_KEY_APPROVER_ROLE_ID" },
110
116
  { no: 10, name: "TAX_GROUP_SORT_KEY_NAME" },
117
+ { no: 11, name: "TAX_GROUP_SORT_KEY_CODE" },
111
118
  ]);
112
119
  /**
113
120
  *
@@ -134,6 +141,12 @@ class TaxGroupsServiceCreateRequest extends protobuf_1.Message {
134
141
  * @generated from field: string name = 10;
135
142
  */
136
143
  name = "";
144
+ /**
145
+ * The unique code by which the tax group is classified
146
+ *
147
+ * @generated from field: string code = 21;
148
+ */
149
+ code = "";
137
150
  /**
138
151
  * The category of the tax group
139
152
  *
@@ -156,6 +169,7 @@ class TaxGroupsServiceCreateRequest extends protobuf_1.Message {
156
169
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
157
170
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
158
171
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
172
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
159
173
  { no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
160
174
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
161
175
  ]);
@@ -204,6 +218,12 @@ class TaxGroupsServiceUpdateRequest extends protobuf_1.Message {
204
218
  * @generated from field: string name = 10;
205
219
  */
206
220
  name = "";
221
+ /**
222
+ * The unique code by which the tax group is classified
223
+ *
224
+ * @generated from field: string code = 21;
225
+ */
226
+ code = "";
207
227
  /**
208
228
  * The description of the tax group
209
229
  *
@@ -221,6 +241,7 @@ class TaxGroupsServiceUpdateRequest extends protobuf_1.Message {
221
241
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
222
242
  { no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
223
243
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
244
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
224
245
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
225
246
  ]);
226
247
  static fromBinary(bytes, options) {
@@ -280,6 +301,12 @@ class TaxGroup extends protobuf_1.Message {
280
301
  * @generated from field: string name = 10;
281
302
  */
282
303
  name = "";
304
+ /**
305
+ * The unique code by which the tax group is classified
306
+ *
307
+ * @generated from field: string code = 21;
308
+ */
309
+ code = "";
283
310
  /**
284
311
  * The category of the tax group
285
312
  *
@@ -323,6 +350,7 @@ class TaxGroup extends protobuf_1.Message {
323
350
  { no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
324
351
  { no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
325
352
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
353
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
326
354
  { no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
327
355
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
328
356
  { no: 30, name: "list", kind: "message", T: TaxGroupItem, repeated: true },
@@ -610,6 +638,12 @@ class TaxGroupsServiceFilterReq extends protobuf_1.Message {
610
638
  * @generated from field: string name = 20;
611
639
  */
612
640
  name = "";
641
+ /**
642
+ * The unique code by which the location is classified
643
+ *
644
+ * @generated from field: string code = 21;
645
+ */
646
+ code = "";
613
647
  /**
614
648
  * The category of the tax group
615
649
  *
@@ -639,6 +673,7 @@ class TaxGroupsServiceFilterReq extends protobuf_1.Message {
639
673
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
640
674
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
641
675
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
676
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
642
677
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
643
678
  ]);
644
679
  static fromBinary(bytes, options) {
@@ -734,6 +769,12 @@ class TaxGroupsServiceCountReq extends protobuf_1.Message {
734
769
  * @generated from field: string name = 20;
735
770
  */
736
771
  name = "";
772
+ /**
773
+ * The unique code by which the location is classified
774
+ *
775
+ * @generated from field: string code = 21;
776
+ */
777
+ code = "";
737
778
  /**
738
779
  * The category of the tax group
739
780
  *
@@ -759,6 +800,7 @@ class TaxGroupsServiceCountReq extends protobuf_1.Message {
759
800
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
760
801
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
761
802
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
803
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
762
804
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
763
805
  ]);
764
806
  static fromBinary(bytes, options) {
@@ -240,5 +240,28 @@ exports.TaxParamsService = {
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.TaxParamsService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: tax_params_scailo_pb_js_1.TaxParamsServiceFilterReq,
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.TaxParamsService.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
  };
@@ -129,6 +129,12 @@ var TAX_PARAM_SORT_KEY;
129
129
  * @generated from enum value: TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE = 11;
130
130
  */
131
131
  TAX_PARAM_SORT_KEY[TAX_PARAM_SORT_KEY["TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE"] = 11] = "TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE";
132
+ /**
133
+ * Fetch ordered results by the code
134
+ *
135
+ * @generated from enum value: TAX_PARAM_SORT_KEY_CODE = 21;
136
+ */
137
+ TAX_PARAM_SORT_KEY[TAX_PARAM_SORT_KEY["TAX_PARAM_SORT_KEY_CODE"] = 21] = "TAX_PARAM_SORT_KEY_CODE";
132
138
  })(TAX_PARAM_SORT_KEY || (exports.TAX_PARAM_SORT_KEY = TAX_PARAM_SORT_KEY = {}));
133
139
  // Retrieve enum metadata with: proto3.getEnumType(TAX_PARAM_SORT_KEY)
134
140
  protobuf_1.proto3.util.setEnumType(TAX_PARAM_SORT_KEY, "Scailo.TAX_PARAM_SORT_KEY", [
@@ -140,6 +146,7 @@ protobuf_1.proto3.util.setEnumType(TAX_PARAM_SORT_KEY, "Scailo.TAX_PARAM_SORT_KE
140
146
  { no: 5, name: "TAX_PARAM_SORT_KEY_APPROVER_ROLE_ID" },
141
147
  { no: 10, name: "TAX_PARAM_SORT_KEY_NAME" },
142
148
  { no: 11, name: "TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE" },
149
+ { no: 21, name: "TAX_PARAM_SORT_KEY_CODE" },
143
150
  ]);
144
151
  /**
145
152
  *
@@ -166,6 +173,12 @@ class TaxParamsServiceCreateRequest extends protobuf_1.Message {
166
173
  * @generated from field: string name = 10;
167
174
  */
168
175
  name = "";
176
+ /**
177
+ * The unique code by which the tax param is classified
178
+ *
179
+ * @generated from field: string code = 21;
180
+ */
181
+ code = "";
169
182
  /**
170
183
  * The type of the tax param
171
184
  *
@@ -230,6 +243,7 @@ class TaxParamsServiceCreateRequest extends protobuf_1.Message {
230
243
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
231
244
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
232
245
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
246
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
233
247
  { no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
234
248
  { no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
235
249
  { no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
@@ -285,6 +299,12 @@ class TaxParamsServiceUpdateRequest extends protobuf_1.Message {
285
299
  * @generated from field: string name = 10;
286
300
  */
287
301
  name = "";
302
+ /**
303
+ * The unique code by which the tax param is classified
304
+ *
305
+ * @generated from field: string code = 21;
306
+ */
307
+ code = "";
288
308
  /**
289
309
  * The description of the tax param
290
310
  *
@@ -302,6 +322,7 @@ class TaxParamsServiceUpdateRequest extends protobuf_1.Message {
302
322
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
303
323
  { no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
304
324
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
325
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
305
326
  { no: 20, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
306
327
  ]);
307
328
  static fromBinary(bytes, options) {
@@ -361,6 +382,12 @@ class TaxParam extends protobuf_1.Message {
361
382
  * @generated from field: string name = 10;
362
383
  */
363
384
  name = "";
385
+ /**
386
+ * The unique code by which the tax param is classified
387
+ *
388
+ * @generated from field: string code = 21;
389
+ */
390
+ code = "";
364
391
  /**
365
392
  * The type of the tax param
366
393
  *
@@ -428,6 +455,7 @@ class TaxParam extends protobuf_1.Message {
428
455
  { no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
429
456
  { no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
430
457
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
458
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
431
459
  { no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
432
460
  { no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
433
461
  { no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
@@ -719,6 +747,12 @@ class TaxParamsServiceFilterReq extends protobuf_1.Message {
719
747
  * @generated from field: string name = 20;
720
748
  */
721
749
  name = "";
750
+ /**
751
+ * The unique code by which the tax param is classified
752
+ *
753
+ * @generated from field: string code = 21;
754
+ */
755
+ code = "";
722
756
  /**
723
757
  * The type of the tax param
724
758
  *
@@ -754,6 +788,7 @@ class TaxParamsServiceFilterReq extends protobuf_1.Message {
754
788
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
755
789
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
756
790
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
791
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
757
792
  { no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
758
793
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
759
794
  ]);
@@ -850,6 +885,12 @@ class TaxParamsServiceCountReq extends protobuf_1.Message {
850
885
  * @generated from field: string name = 20;
851
886
  */
852
887
  name = "";
888
+ /**
889
+ * The unique code by which the tax param is classified
890
+ *
891
+ * @generated from field: string code = 21;
892
+ */
893
+ code = "";
853
894
  /**
854
895
  * The type of the tax param
855
896
  *
@@ -881,6 +922,7 @@ class TaxParamsServiceCountReq extends protobuf_1.Message {
881
922
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
882
923
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
883
924
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
925
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
884
926
  { no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
885
927
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
886
928
  ]);
@@ -427,5 +427,28 @@ exports.TeamsService = {
427
427
  O: base_scailo_pb_js_1.CountResponse,
428
428
  kind: protobuf_1.MethodKind.Unary,
429
429
  },
430
+ /**
431
+ * CSV operations
432
+ * 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
433
+ *
434
+ * @generated from rpc Scailo.TeamsService.DownloadAsCSV
435
+ */
436
+ downloadAsCSV: {
437
+ name: "DownloadAsCSV",
438
+ I: teams_scailo_pb_js_1.TeamsServiceFilterReq,
439
+ O: base_scailo_pb_js_1.StandardFile,
440
+ kind: protobuf_1.MethodKind.Unary,
441
+ },
442
+ /**
443
+ * Import records using a CSV file (duplicate codes will be skipped)
444
+ *
445
+ * @generated from rpc Scailo.TeamsService.Import
446
+ */
447
+ import: {
448
+ name: "Import",
449
+ I: base_scailo_pb_js_1.StandardFile,
450
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
451
+ kind: protobuf_1.MethodKind.Unary,
452
+ },
430
453
  }
431
454
  };
@@ -240,5 +240,28 @@ exports.UnitsOfMaterialsService = {
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.UnitsOfMaterialsService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: units_of_materials_scailo_pb_js_1.UnitsOfMaterialsServiceFilterReq,
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.UnitsOfMaterialsService.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
  };
@@ -493,5 +493,28 @@ exports.UsersService = {
493
493
  O: base_scailo_pb_js_1.CountResponse,
494
494
  kind: protobuf_1.MethodKind.Unary,
495
495
  },
496
+ /**
497
+ * CSV operations
498
+ * 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
499
+ *
500
+ * @generated from rpc Scailo.UsersService.DownloadAsCSV
501
+ */
502
+ downloadAsCSV: {
503
+ name: "DownloadAsCSV",
504
+ I: users_scailo_pb_js_1.UsersServiceFilterReq,
505
+ O: base_scailo_pb_js_1.StandardFile,
506
+ kind: protobuf_1.MethodKind.Unary,
507
+ },
508
+ /**
509
+ * Import records using a CSV file (duplicate codes will be skipped)
510
+ *
511
+ * @generated from rpc Scailo.UsersService.Import
512
+ */
513
+ import: {
514
+ name: "Import",
515
+ I: base_scailo_pb_js_1.StandardFile,
516
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
517
+ kind: protobuf_1.MethodKind.Unary,
518
+ },
496
519
  }
497
520
  };
@@ -341,10 +341,10 @@ exports.VendorInvoicesService = {
341
341
  * CSV operations
342
342
  * 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
343
343
  *
344
- * @generated from rpc Scailo.VendorInvoicesService.DownloadAsCSV
344
+ * @generated from rpc Scailo.VendorInvoicesService.DownloadItemsAsCSV
345
345
  */
346
- downloadAsCSV: {
347
- name: "DownloadAsCSV",
346
+ downloadItemsAsCSV: {
347
+ name: "DownloadItemsAsCSV",
348
348
  I: base_scailo_pb_js_1.IdentifierUUID,
349
349
  O: base_scailo_pb_js_1.StandardFile,
350
350
  kind: protobuf_1.MethodKind.Unary,
@@ -272,6 +272,29 @@ exports.VendorsService = {
272
272
  O: vendors_scailo_pb_js_1.VendorsServicePaginatedRequiredItemsResponse,
273
273
  kind: protobuf_1.MethodKind.Unary,
274
274
  },
275
+ /**
276
+ * CSV operations
277
+ * 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
278
+ *
279
+ * @generated from rpc Scailo.VendorsService.DownloadItemsAsCSV
280
+ */
281
+ downloadItemsAsCSV: {
282
+ name: "DownloadItemsAsCSV",
283
+ I: base_scailo_pb_js_1.IdentifierUUID,
284
+ O: base_scailo_pb_js_1.StandardFile,
285
+ kind: protobuf_1.MethodKind.Unary,
286
+ },
287
+ /**
288
+ * Upload items using a CSV file. Returns an error in case duplicates are found (family code and uom code are unique)
289
+ *
290
+ * @generated from rpc Scailo.VendorsService.UploadVendorItems
291
+ */
292
+ uploadVendorItems: {
293
+ name: "UploadVendorItems",
294
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
295
+ O: base_scailo_pb_js_1.IdentifiersList,
296
+ kind: protobuf_1.MethodKind.Unary,
297
+ },
275
298
  /**
276
299
  * Add a user
277
300
  *
@@ -460,5 +483,28 @@ exports.VendorsService = {
460
483
  O: base_scailo_pb_js_1.CountResponse,
461
484
  kind: protobuf_1.MethodKind.Unary,
462
485
  },
486
+ /**
487
+ * CSV operations
488
+ * 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
489
+ *
490
+ * @generated from rpc Scailo.VendorsService.DownloadAsCSV
491
+ */
492
+ downloadAsCSV: {
493
+ name: "DownloadAsCSV",
494
+ I: vendors_scailo_pb_js_1.VendorsServiceFilterReq,
495
+ O: base_scailo_pb_js_1.StandardFile,
496
+ kind: protobuf_1.MethodKind.Unary,
497
+ },
498
+ /**
499
+ * Import records using a CSV file (duplicate codes will be skipped)
500
+ *
501
+ * @generated from rpc Scailo.VendorsService.Import
502
+ */
503
+ import: {
504
+ name: "Import",
505
+ I: base_scailo_pb_js_1.StandardFile,
506
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
507
+ kind: protobuf_1.MethodKind.Unary,
508
+ },
463
509
  }
464
510
  };