@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
  *
@@ -136,6 +143,12 @@ class TaxGroupsServiceCreateRequest extends protobuf_1.Message {
136
143
  * @generated from field: string name = 10;
137
144
  */
138
145
  this.name = "";
146
+ /**
147
+ * The unique code by which the tax group is classified
148
+ *
149
+ * @generated from field: string code = 21;
150
+ */
151
+ this.code = "";
139
152
  /**
140
153
  * The category of the tax group
141
154
  *
@@ -170,6 +183,7 @@ TaxGroupsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() =>
170
183
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
171
184
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
172
185
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
186
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
173
187
  { no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
174
188
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
175
189
  ]);
@@ -206,6 +220,12 @@ class TaxGroupsServiceUpdateRequest extends protobuf_1.Message {
206
220
  * @generated from field: string name = 10;
207
221
  */
208
222
  this.name = "";
223
+ /**
224
+ * The unique code by which the tax group is classified
225
+ *
226
+ * @generated from field: string code = 21;
227
+ */
228
+ this.code = "";
209
229
  /**
210
230
  * The description of the tax group
211
231
  *
@@ -235,6 +255,7 @@ TaxGroupsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() =>
235
255
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
236
256
  { no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
237
257
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
258
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
238
259
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
239
260
  ]);
240
261
  /**
@@ -270,6 +291,12 @@ class TaxGroup extends protobuf_1.Message {
270
291
  * @generated from field: string name = 10;
271
292
  */
272
293
  this.name = "";
294
+ /**
295
+ * The unique code by which the tax group is classified
296
+ *
297
+ * @generated from field: string code = 21;
298
+ */
299
+ this.code = "";
273
300
  /**
274
301
  * The category of the tax group
275
302
  *
@@ -325,6 +352,7 @@ TaxGroup.fields = protobuf_1.proto3.util.newFieldList(() => [
325
352
  { no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
326
353
  { no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
327
354
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
355
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
328
356
  { no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
329
357
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
330
358
  { no: 30, name: "list", kind: "message", T: TaxGroupItem, repeated: true },
@@ -600,6 +628,12 @@ class TaxGroupsServiceFilterReq extends protobuf_1.Message {
600
628
  * @generated from field: string name = 20;
601
629
  */
602
630
  this.name = "";
631
+ /**
632
+ * The unique code by which the location is classified
633
+ *
634
+ * @generated from field: string code = 21;
635
+ */
636
+ this.code = "";
603
637
  /**
604
638
  * The category of the tax group
605
639
  *
@@ -641,6 +675,7 @@ TaxGroupsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
641
675
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
642
676
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
643
677
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
678
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
644
679
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
645
680
  ]);
646
681
  /**
@@ -724,6 +759,12 @@ class TaxGroupsServiceCountReq extends protobuf_1.Message {
724
759
  * @generated from field: string name = 20;
725
760
  */
726
761
  this.name = "";
762
+ /**
763
+ * The unique code by which the location is classified
764
+ *
765
+ * @generated from field: string code = 21;
766
+ */
767
+ this.code = "";
727
768
  /**
728
769
  * The category of the tax group
729
770
  *
@@ -761,6 +802,7 @@ TaxGroupsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
761
802
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
762
803
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
763
804
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
805
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
764
806
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
765
807
  ]);
766
808
  /**
@@ -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
  *
@@ -168,6 +175,12 @@ class TaxParamsServiceCreateRequest extends protobuf_1.Message {
168
175
  * @generated from field: string name = 10;
169
176
  */
170
177
  this.name = "";
178
+ /**
179
+ * The unique code by which the tax param is classified
180
+ *
181
+ * @generated from field: string code = 21;
182
+ */
183
+ this.code = "";
171
184
  /**
172
185
  * The type of the tax param
173
186
  *
@@ -244,6 +257,7 @@ TaxParamsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() =>
244
257
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
245
258
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
246
259
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
260
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
247
261
  { no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
248
262
  { no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
249
263
  { no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
@@ -287,6 +301,12 @@ class TaxParamsServiceUpdateRequest extends protobuf_1.Message {
287
301
  * @generated from field: string name = 10;
288
302
  */
289
303
  this.name = "";
304
+ /**
305
+ * The unique code by which the tax param is classified
306
+ *
307
+ * @generated from field: string code = 21;
308
+ */
309
+ this.code = "";
290
310
  /**
291
311
  * The description of the tax param
292
312
  *
@@ -316,6 +336,7 @@ TaxParamsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() =>
316
336
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
317
337
  { no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
318
338
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
339
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
319
340
  { no: 20, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
320
341
  ]);
321
342
  /**
@@ -351,6 +372,12 @@ class TaxParam extends protobuf_1.Message {
351
372
  * @generated from field: string name = 10;
352
373
  */
353
374
  this.name = "";
375
+ /**
376
+ * The unique code by which the tax param is classified
377
+ *
378
+ * @generated from field: string code = 21;
379
+ */
380
+ this.code = "";
354
381
  /**
355
382
  * The type of the tax param
356
383
  *
@@ -430,6 +457,7 @@ TaxParam.fields = protobuf_1.proto3.util.newFieldList(() => [
430
457
  { no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
431
458
  { no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
432
459
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
460
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
433
461
  { no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
434
462
  { no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
435
463
  { no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
@@ -709,6 +737,12 @@ class TaxParamsServiceFilterReq extends protobuf_1.Message {
709
737
  * @generated from field: string name = 20;
710
738
  */
711
739
  this.name = "";
740
+ /**
741
+ * The unique code by which the tax param is classified
742
+ *
743
+ * @generated from field: string code = 21;
744
+ */
745
+ this.code = "";
712
746
  /**
713
747
  * The type of the tax param
714
748
  *
@@ -756,6 +790,7 @@ TaxParamsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
756
790
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
757
791
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
758
792
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
793
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
759
794
  { no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
760
795
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
761
796
  ]);
@@ -840,6 +875,12 @@ class TaxParamsServiceCountReq extends protobuf_1.Message {
840
875
  * @generated from field: string name = 20;
841
876
  */
842
877
  this.name = "";
878
+ /**
879
+ * The unique code by which the tax param is classified
880
+ *
881
+ * @generated from field: string code = 21;
882
+ */
883
+ this.code = "";
843
884
  /**
844
885
  * The type of the tax param
845
886
  *
@@ -883,6 +924,7 @@ TaxParamsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
883
924
  { no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
884
925
  { no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
885
926
  { no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
927
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
886
928
  { no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
887
929
  { no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
888
930
  ]);
@@ -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
  };