@kernelminds/scailo-sdk 0.0.23 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/lib/cjs/permissions.js +135 -26
  2. package/lib/cjs/src/actions_codes.scailo_connect.js +23 -0
  3. package/lib/cjs/src/activities_groups.scailo_connect.js +23 -0
  4. package/lib/cjs/src/activities_statuses.scailo_connect.js +23 -0
  5. package/lib/cjs/src/activities_tags.scailo_connect.js +23 -0
  6. package/lib/cjs/src/bank_accounts.scailo_connect.js +34 -0
  7. package/lib/cjs/src/clients.scailo_connect.js +23 -0
  8. package/lib/cjs/src/currencies.scailo_connect.js +23 -0
  9. package/lib/cjs/src/departments.scailo_connect.js +23 -0
  10. package/lib/cjs/src/equations_families.scailo_connect.js +1 -1
  11. package/lib/cjs/src/equations_replaceables.scailo_connect.js +1 -1
  12. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +1 -1
  13. package/lib/cjs/src/equations_work_orders.scailo_connect.js +1 -1
  14. package/lib/cjs/src/forms_fields.scailo_connect.js +23 -0
  15. package/lib/cjs/src/forms_fields.scailo_pb.js +49 -0
  16. package/lib/cjs/src/forms_sections.scailo_connect.js +23 -0
  17. package/lib/cjs/src/forms_sections.scailo_pb.js +42 -0
  18. package/lib/cjs/src/inventory.scailo_connect.js +11 -0
  19. package/lib/cjs/src/inventory.scailo_pb.js +114 -1
  20. package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
  21. package/lib/cjs/src/labels.scailo_connect.js +23 -0
  22. package/lib/cjs/src/ledgers.scailo_connect.js +23 -0
  23. package/lib/cjs/src/locations.scailo_connect.js +23 -0
  24. package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
  25. package/lib/cjs/src/proforma_invoices.scailo_connect.js +1 -1
  26. package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
  27. package/lib/cjs/src/purchases_orders.scailo_connect.js +1 -1
  28. package/lib/cjs/src/qc_groups.scailo_connect.js +79 -0
  29. package/lib/cjs/src/qc_groups.scailo_pb.js +336 -16
  30. package/lib/cjs/src/qc_params.scailo_connect.js +23 -0
  31. package/lib/cjs/src/qc_samples.scailo_pb.js +1 -1
  32. package/lib/cjs/src/sales_enquiries.scailo_connect.js +1 -1
  33. package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
  34. package/lib/cjs/src/sales_orders.scailo_connect.js +1 -1
  35. package/lib/cjs/src/sales_quotations.scailo_connect.js +1 -1
  36. package/lib/cjs/src/storages.scailo_connect.js +23 -0
  37. package/lib/cjs/src/stores.scailo_connect.js +23 -0
  38. package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
  39. package/lib/cjs/src/tax_params.scailo_connect.js +23 -0
  40. package/lib/cjs/src/tax_params.scailo_pb.js +42 -0
  41. package/lib/cjs/src/teams.scailo_connect.js +23 -0
  42. package/lib/cjs/src/units_of_materials.scailo_connect.js +23 -0
  43. package/lib/cjs/src/users.scailo_connect.js +23 -0
  44. package/lib/cjs/src/vendors.scailo_connect.js +23 -0
  45. package/lib/cjs/types/permissions.d.ts +106 -0
  46. package/lib/cjs/types/permissions.d.ts.map +1 -1
  47. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +24 -1
  48. package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  49. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +24 -1
  50. package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  51. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  52. package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  53. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +24 -1
  54. package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  55. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +35 -1
  56. package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  57. package/lib/cjs/types/src/clients.scailo_connect.d.ts +24 -1
  58. package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
  59. package/lib/cjs/types/src/currencies.scailo_connect.d.ts +24 -1
  60. package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
  61. package/lib/cjs/types/src/departments.scailo_connect.d.ts +24 -1
  62. package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
  63. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +2 -2
  64. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  65. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
  66. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  67. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
  68. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  69. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
  70. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  71. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +24 -1
  72. package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  73. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +43 -1
  74. package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  75. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +24 -1
  76. package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +37 -1
  78. package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  79. package/lib/cjs/types/src/inventory.scailo_connect.d.ts +12 -1
  80. package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
  81. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +88 -0
  82. package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
  83. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  84. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  85. package/lib/cjs/types/src/labels.scailo_connect.d.ts +24 -1
  86. package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
  87. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +24 -1
  88. package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  89. package/lib/cjs/types/src/locations.scailo_connect.d.ts +24 -1
  90. package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
  91. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  92. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  93. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
  94. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  95. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +2 -2
  96. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  97. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  98. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  99. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +81 -2
  100. package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  101. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +260 -8
  102. package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  103. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +24 -1
  104. package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  105. package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  106. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  107. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  108. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +2 -2
  109. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  110. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +2 -2
  111. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  112. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  113. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  114. package/lib/cjs/types/src/storages.scailo_connect.d.ts +24 -1
  115. package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
  116. package/lib/cjs/types/src/stores.scailo_connect.d.ts +24 -1
  117. package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
  118. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +24 -1
  119. package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  120. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +24 -1
  121. package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  122. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +37 -1
  123. package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  124. package/lib/cjs/types/src/teams.scailo_connect.d.ts +24 -1
  125. package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
  126. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  127. package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  128. package/lib/cjs/types/src/users.scailo_connect.d.ts +23 -0
  129. package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
  130. package/lib/cjs/types/src/vendors.scailo_connect.d.ts +24 -1
  131. package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
  132. package/lib/esm/permissions.js +135 -26
  133. package/lib/esm/src/actions_codes.scailo_connect.js +23 -0
  134. package/lib/esm/src/activities_groups.scailo_connect.js +23 -0
  135. package/lib/esm/src/activities_statuses.scailo_connect.js +23 -0
  136. package/lib/esm/src/activities_tags.scailo_connect.js +23 -0
  137. package/lib/esm/src/bank_accounts.scailo_connect.js +34 -0
  138. package/lib/esm/src/clients.scailo_connect.js +23 -0
  139. package/lib/esm/src/currencies.scailo_connect.js +23 -0
  140. package/lib/esm/src/departments.scailo_connect.js +23 -0
  141. package/lib/esm/src/equations_families.scailo_connect.js +1 -1
  142. package/lib/esm/src/equations_replaceables.scailo_connect.js +1 -1
  143. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +1 -1
  144. package/lib/esm/src/equations_work_orders.scailo_connect.js +1 -1
  145. package/lib/esm/src/forms_fields.scailo_connect.js +23 -0
  146. package/lib/esm/src/forms_fields.scailo_pb.js +49 -0
  147. package/lib/esm/src/forms_sections.scailo_connect.js +23 -0
  148. package/lib/esm/src/forms_sections.scailo_pb.js +42 -0
  149. package/lib/esm/src/inventory.scailo_connect.js +11 -0
  150. package/lib/esm/src/inventory.scailo_pb.js +114 -1
  151. package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
  152. package/lib/esm/src/labels.scailo_connect.js +23 -0
  153. package/lib/esm/src/ledgers.scailo_connect.js +23 -0
  154. package/lib/esm/src/locations.scailo_connect.js +23 -0
  155. package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
  156. package/lib/esm/src/proforma_invoices.scailo_connect.js +1 -1
  157. package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
  158. package/lib/esm/src/purchases_orders.scailo_connect.js +1 -1
  159. package/lib/esm/src/qc_groups.scailo_connect.js +79 -0
  160. package/lib/esm/src/qc_groups.scailo_pb.js +336 -16
  161. package/lib/esm/src/qc_params.scailo_connect.js +23 -0
  162. package/lib/esm/src/qc_samples.scailo_pb.js +1 -1
  163. package/lib/esm/src/sales_enquiries.scailo_connect.js +1 -1
  164. package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
  165. package/lib/esm/src/sales_orders.scailo_connect.js +1 -1
  166. package/lib/esm/src/sales_quotations.scailo_connect.js +1 -1
  167. package/lib/esm/src/storages.scailo_connect.js +23 -0
  168. package/lib/esm/src/stores.scailo_connect.js +23 -0
  169. package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
  170. package/lib/esm/src/tax_params.scailo_connect.js +23 -0
  171. package/lib/esm/src/tax_params.scailo_pb.js +42 -0
  172. package/lib/esm/src/teams.scailo_connect.js +23 -0
  173. package/lib/esm/src/units_of_materials.scailo_connect.js +23 -0
  174. package/lib/esm/src/users.scailo_connect.js +23 -0
  175. package/lib/esm/src/vendors.scailo_connect.js +23 -0
  176. package/lib/esm/types/permissions.d.ts +106 -0
  177. package/lib/esm/types/permissions.d.ts.map +1 -1
  178. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +24 -1
  179. package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
  180. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +24 -1
  181. package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
  182. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +24 -1
  183. package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
  184. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +24 -1
  185. package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
  186. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +35 -1
  187. package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
  188. package/lib/esm/types/src/clients.scailo_connect.d.ts +24 -1
  189. package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
  190. package/lib/esm/types/src/currencies.scailo_connect.d.ts +24 -1
  191. package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
  192. package/lib/esm/types/src/departments.scailo_connect.d.ts +24 -1
  193. package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
  194. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +2 -2
  195. package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
  196. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
  197. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
  198. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
  199. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
  200. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
  201. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
  202. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +24 -1
  203. package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
  204. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +43 -1
  205. package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
  206. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +24 -1
  207. package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
  208. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +37 -1
  209. package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
  210. package/lib/esm/types/src/inventory.scailo_connect.d.ts +12 -1
  211. package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
  212. package/lib/esm/types/src/inventory.scailo_pb.d.ts +88 -0
  213. package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
  214. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +3 -3
  215. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  216. package/lib/esm/types/src/labels.scailo_connect.d.ts +24 -1
  217. package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
  218. package/lib/esm/types/src/ledgers.scailo_connect.d.ts +24 -1
  219. package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
  220. package/lib/esm/types/src/locations.scailo_connect.d.ts +24 -1
  221. package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
  222. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +3 -3
  223. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  224. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
  225. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  226. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +2 -2
  227. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  228. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +2 -2
  229. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  230. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +81 -2
  231. package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
  232. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +260 -8
  233. package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
  234. package/lib/esm/types/src/qc_params.scailo_connect.d.ts +24 -1
  235. package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
  236. package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  237. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
  238. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  239. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +2 -2
  240. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +2 -2
  242. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  243. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
  244. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/storages.scailo_connect.d.ts +24 -1
  246. package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
  247. package/lib/esm/types/src/stores.scailo_connect.d.ts +24 -1
  248. package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +24 -1
  250. package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
  251. package/lib/esm/types/src/tax_params.scailo_connect.d.ts +24 -1
  252. package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/tax_params.scailo_pb.d.ts +37 -1
  254. package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
  255. package/lib/esm/types/src/teams.scailo_connect.d.ts +24 -1
  256. package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +24 -1
  258. package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
  259. package/lib/esm/types/src/users.scailo_connect.d.ts +23 -0
  260. package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
  261. package/lib/esm/types/src/vendors.scailo_connect.d.ts +24 -1
  262. package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
  263. package/package.json +1 -1
@@ -240,5 +240,28 @@ exports.ActionsCodesService = {
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.ActionsCodesService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: actions_codes_scailo_pb_js_1.ActionsCodesServiceFilterReq,
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.ActionsCodesService.Import
259
+ */
260
+ import: {
261
+ name: "Import",
262
+ I: base_scailo_pb_js_1.StandardFile,
263
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
264
+ kind: protobuf_1.MethodKind.Unary,
265
+ },
243
266
  }
244
267
  };
@@ -251,5 +251,28 @@ exports.ActivitiesGroupsService = {
251
251
  O: base_scailo_pb_js_1.CountResponse,
252
252
  kind: protobuf_1.MethodKind.Unary,
253
253
  },
254
+ /**
255
+ * CSV operations
256
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
257
+ *
258
+ * @generated from rpc Scailo.ActivitiesGroupsService.DownloadAsCSV
259
+ */
260
+ downloadAsCSV: {
261
+ name: "DownloadAsCSV",
262
+ I: activities_groups_scailo_pb_js_1.ActivitiesGroupsServiceFilterReq,
263
+ O: base_scailo_pb_js_1.StandardFile,
264
+ kind: protobuf_1.MethodKind.Unary,
265
+ },
266
+ /**
267
+ * Import records using a CSV file (duplicate codes will be skipped)
268
+ *
269
+ * @generated from rpc Scailo.ActivitiesGroupsService.Import
270
+ */
271
+ import: {
272
+ name: "Import",
273
+ I: base_scailo_pb_js_1.StandardFile,
274
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
275
+ kind: protobuf_1.MethodKind.Unary,
276
+ },
254
277
  }
255
278
  };
@@ -240,5 +240,28 @@ exports.ActivitiesStatusesService = {
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.ActivitiesStatusesService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: activities_statuses_scailo_pb_js_1.ActivitiesStatusesServiceFilterReq,
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.ActivitiesStatusesService.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.ActivitiesTagsService = {
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.ActivitiesTagsService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: activities_tags_scailo_pb_js_1.ActivitiesTagsServiceFilterReq,
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.ActivitiesTagsService.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
  };
@@ -163,6 +163,17 @@ exports.BankAccountsService = {
163
163
  O: bank_accounts_scailo_pb_js_1.BankAccount,
164
164
  kind: protobuf_1.MethodKind.Unary,
165
165
  },
166
+ /**
167
+ * View by UUID
168
+ *
169
+ * @generated from rpc Scailo.BankAccountsService.ViewByUUID
170
+ */
171
+ viewByUUID: {
172
+ name: "ViewByUUID",
173
+ I: base_scailo_pb_js_1.IdentifierUUID,
174
+ O: bank_accounts_scailo_pb_js_1.BankAccount,
175
+ kind: protobuf_1.MethodKind.Unary,
176
+ },
166
177
  /**
167
178
  * View all
168
179
  *
@@ -240,5 +251,28 @@ exports.BankAccountsService = {
240
251
  O: base_scailo_pb_js_1.CountResponse,
241
252
  kind: protobuf_1.MethodKind.Unary,
242
253
  },
254
+ /**
255
+ * CSV operations
256
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
257
+ *
258
+ * @generated from rpc Scailo.BankAccountsService.DownloadAsCSV
259
+ */
260
+ downloadAsCSV: {
261
+ name: "DownloadAsCSV",
262
+ I: bank_accounts_scailo_pb_js_1.BankAccountsServiceFilterReq,
263
+ O: base_scailo_pb_js_1.StandardFile,
264
+ kind: protobuf_1.MethodKind.Unary,
265
+ },
266
+ /**
267
+ * Import records using a CSV file (duplicate codes will be skipped)
268
+ *
269
+ * @generated from rpc Scailo.BankAccountsService.Import
270
+ */
271
+ import: {
272
+ name: "Import",
273
+ I: base_scailo_pb_js_1.StandardFile,
274
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
275
+ kind: protobuf_1.MethodKind.Unary,
276
+ },
243
277
  }
244
278
  };
@@ -317,5 +317,28 @@ exports.ClientsService = {
317
317
  O: base_scailo_pb_js_1.CountResponse,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
+ /**
321
+ * CSV operations
322
+ * 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
323
+ *
324
+ * @generated from rpc Scailo.ClientsService.DownloadAsCSV
325
+ */
326
+ downloadAsCSV: {
327
+ name: "DownloadAsCSV",
328
+ I: clients_scailo_pb_js_1.ClientsServiceFilterReq,
329
+ O: base_scailo_pb_js_1.StandardFile,
330
+ kind: protobuf_1.MethodKind.Unary,
331
+ },
332
+ /**
333
+ * Import records using a CSV file (duplicate codes will be skipped)
334
+ *
335
+ * @generated from rpc Scailo.ClientsService.Import
336
+ */
337
+ import: {
338
+ name: "Import",
339
+ I: base_scailo_pb_js_1.StandardFile,
340
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
341
+ kind: protobuf_1.MethodKind.Unary,
342
+ },
320
343
  }
321
344
  };
@@ -240,5 +240,28 @@ exports.CurrenciesService = {
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.CurrenciesService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: currencies_scailo_pb_js_1.CurrenciesServiceFilterReq,
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.CurrenciesService.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
  };
@@ -273,5 +273,28 @@ exports.DepartmentsService = {
273
273
  O: base_scailo_pb_js_1.CountResponse,
274
274
  kind: protobuf_1.MethodKind.Unary,
275
275
  },
276
+ /**
277
+ * CSV operations
278
+ * 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
279
+ *
280
+ * @generated from rpc Scailo.DepartmentsService.DownloadAsCSV
281
+ */
282
+ downloadAsCSV: {
283
+ name: "DownloadAsCSV",
284
+ I: departments_scailo_pb_js_1.DepartmentsServiceFilterReq,
285
+ O: base_scailo_pb_js_1.StandardFile,
286
+ kind: protobuf_1.MethodKind.Unary,
287
+ },
288
+ /**
289
+ * Import records using a CSV file (duplicate codes will be skipped)
290
+ *
291
+ * @generated from rpc Scailo.DepartmentsService.Import
292
+ */
293
+ import: {
294
+ name: "Import",
295
+ I: base_scailo_pb_js_1.StandardFile,
296
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
297
+ kind: protobuf_1.MethodKind.Unary,
298
+ },
276
299
  }
277
300
  };
@@ -359,7 +359,7 @@ exports.EquationsFamiliesService = {
359
359
  */
360
360
  uploadEquationFamilyItems: {
361
361
  name: "UploadEquationFamilyItems",
362
- I: base_scailo_pb_js_1.IdentifierWithFile,
362
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
363
363
  O: base_scailo_pb_js_1.IdentifiersList,
364
364
  kind: protobuf_1.MethodKind.Unary,
365
365
  },
@@ -358,7 +358,7 @@ exports.EquationsReplaceablesService = {
358
358
  */
359
359
  uploadEquationReplaceableItems: {
360
360
  name: "UploadEquationReplaceableItems",
361
- I: base_scailo_pb_js_1.IdentifierWithFile,
361
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
362
362
  O: base_scailo_pb_js_1.IdentifiersList,
363
363
  kind: protobuf_1.MethodKind.Unary,
364
364
  },
@@ -358,7 +358,7 @@ exports.EquationsSalesBundlesService = {
358
358
  */
359
359
  uploadEquationSalesBundleItems: {
360
360
  name: "UploadEquationSalesBundleItems",
361
- I: base_scailo_pb_js_1.IdentifierWithFile,
361
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
362
362
  O: base_scailo_pb_js_1.IdentifiersList,
363
363
  kind: protobuf_1.MethodKind.Unary,
364
364
  },
@@ -369,7 +369,7 @@ exports.EquationsWorkOrdersService = {
369
369
  */
370
370
  uploadEquationWorkOrderItems: {
371
371
  name: "UploadEquationWorkOrderItems",
372
- I: base_scailo_pb_js_1.IdentifierWithFile,
372
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
373
373
  O: base_scailo_pb_js_1.IdentifiersList,
374
374
  kind: protobuf_1.MethodKind.Unary,
375
375
  },
@@ -138,5 +138,28 @@ exports.FormsFieldsService = {
138
138
  O: base_scailo_pb_js_1.CountResponse,
139
139
  kind: protobuf_1.MethodKind.Unary,
140
140
  },
141
+ /**
142
+ * CSV operations
143
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
144
+ *
145
+ * @generated from rpc Scailo.FormsFieldsService.DownloadAsCSV
146
+ */
147
+ downloadAsCSV: {
148
+ name: "DownloadAsCSV",
149
+ I: forms_fields_scailo_pb_js_1.FormsFieldsServiceFilterReq,
150
+ O: base_scailo_pb_js_1.StandardFile,
151
+ kind: protobuf_1.MethodKind.Unary,
152
+ },
153
+ /**
154
+ * Import records using a CSV file (duplicate codes will be skipped)
155
+ *
156
+ * @generated from rpc Scailo.FormsFieldsService.Import
157
+ */
158
+ import: {
159
+ name: "Import",
160
+ I: base_scailo_pb_js_1.StandardFile,
161
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
162
+ kind: protobuf_1.MethodKind.Unary,
163
+ },
141
164
  }
142
165
  };
@@ -39,6 +39,18 @@ var FORM_FIELD_SORT_KEY;
39
39
  * @generated from enum value: FORM_FIELD_SORT_KEY_NAME = 10;
40
40
  */
41
41
  FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_NAME"] = 10] = "FORM_FIELD_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by code
44
+ *
45
+ * @generated from enum value: FORM_FIELD_SORT_KEY_CODE = 11;
46
+ */
47
+ FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_CODE"] = 11] = "FORM_FIELD_SORT_KEY_CODE";
48
+ /**
49
+ * Fetch ordered results by the section ID, and the record ID (this is a composite sort key)
50
+ *
51
+ * @generated from enum value: FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID = 20;
52
+ */
53
+ FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID"] = 20] = "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID";
42
54
  })(FORM_FIELD_SORT_KEY || (exports.FORM_FIELD_SORT_KEY = FORM_FIELD_SORT_KEY = {}));
43
55
  // Retrieve enum metadata with: proto3.getEnumType(FORM_FIELD_SORT_KEY)
44
56
  protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_KEY", [
@@ -46,6 +58,8 @@ protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_
46
58
  { no: 1, name: "FORM_FIELD_SORT_KEY_CREATED_AT" },
47
59
  { no: 2, name: "FORM_FIELD_SORT_KEY_MODIFIED_AT" },
48
60
  { no: 10, name: "FORM_FIELD_SORT_KEY_NAME" },
61
+ { no: 11, name: "FORM_FIELD_SORT_KEY_CODE" },
62
+ { no: 20, name: "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID" },
49
63
  ]);
50
64
  /**
51
65
  *
@@ -72,6 +86,12 @@ class FormField extends protobuf_1.Message {
72
86
  * @generated from field: string name = 10;
73
87
  */
74
88
  name = "";
89
+ /**
90
+ * The unique code by which the form field is classified
91
+ *
92
+ * @generated from field: string code = 21;
93
+ */
94
+ code = "";
75
95
  /**
76
96
  * The type of the form field
77
97
  *
@@ -136,6 +156,7 @@ class FormField extends protobuf_1.Message {
136
156
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
137
157
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
138
158
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
159
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
139
160
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
140
161
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
141
162
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -278,6 +299,12 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
278
299
  * @generated from field: string name = 10;
279
300
  */
280
301
  name = "";
302
+ /**
303
+ * The unique code by which the form field is classified
304
+ *
305
+ * @generated from field: string code = 21;
306
+ */
307
+ code = "";
281
308
  /**
282
309
  * The type of the form field
283
310
  *
@@ -342,6 +369,7 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
342
369
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
343
370
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
344
371
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
372
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
345
373
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
346
374
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
347
375
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -391,6 +419,12 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
391
419
  * @generated from field: string name = 10;
392
420
  */
393
421
  name = "";
422
+ /**
423
+ * The unique code by which the form field is classified
424
+ *
425
+ * @generated from field: string code = 21;
426
+ */
427
+ code = "";
394
428
  /**
395
429
  * The ID of the corresponding form section that the form field belongs to
396
430
  *
@@ -443,6 +477,7 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
443
477
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
444
478
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
445
479
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
480
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
446
481
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
447
482
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
448
483
  { no: 15, name: "placeholder", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -614,6 +649,12 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
614
649
  * @generated from field: uint64 section_id = 12;
615
650
  */
616
651
  sectionId = protobuf_1.protoInt64.zero;
652
+ /**
653
+ * The unique code by which the form field is classified
654
+ *
655
+ * @generated from field: string code = 21;
656
+ */
657
+ code = "";
617
658
  constructor(data) {
618
659
  super();
619
660
  protobuf_1.proto3.util.initPartial(data, this);
@@ -634,6 +675,7 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
634
675
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
635
676
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
636
677
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
678
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
637
679
  ]);
638
680
  static fromBinary(bytes, options) {
639
681
  return new FormsFieldsServiceFilterReq().fromBinary(bytes, options);
@@ -710,6 +752,12 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
710
752
  * @generated from field: uint64 section_id = 12;
711
753
  */
712
754
  sectionId = protobuf_1.protoInt64.zero;
755
+ /**
756
+ * The unique code by which the form field is classified
757
+ *
758
+ * @generated from field: string code = 21;
759
+ */
760
+ code = "";
713
761
  constructor(data) {
714
762
  super();
715
763
  protobuf_1.proto3.util.initPartial(data, this);
@@ -726,6 +774,7 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
726
774
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
727
775
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
728
776
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
777
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
729
778
  ]);
730
779
  static fromBinary(bytes, options) {
731
780
  return new FormsFieldsServiceCountReq().fromBinary(bytes, options);
@@ -138,5 +138,28 @@ exports.FormsSectionsService = {
138
138
  O: base_scailo_pb_js_1.CountResponse,
139
139
  kind: protobuf_1.MethodKind.Unary,
140
140
  },
141
+ /**
142
+ * CSV operations
143
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
144
+ *
145
+ * @generated from rpc Scailo.FormsSectionsService.DownloadAsCSV
146
+ */
147
+ downloadAsCSV: {
148
+ name: "DownloadAsCSV",
149
+ I: forms_sections_scailo_pb_js_1.FormsSectionsServiceFilterReq,
150
+ O: base_scailo_pb_js_1.StandardFile,
151
+ kind: protobuf_1.MethodKind.Unary,
152
+ },
153
+ /**
154
+ * Import records using a CSV file (duplicate codes will be skipped)
155
+ *
156
+ * @generated from rpc Scailo.FormsSectionsService.Import
157
+ */
158
+ import: {
159
+ name: "Import",
160
+ I: base_scailo_pb_js_1.StandardFile,
161
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
162
+ kind: protobuf_1.MethodKind.Unary,
163
+ },
141
164
  }
142
165
  };
@@ -39,6 +39,12 @@ var FORM_SECTION_SORT_KEY;
39
39
  * @generated from enum value: FORM_SECTION_SORT_KEY_NAME = 10;
40
40
  */
41
41
  FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_NAME"] = 10] = "FORM_SECTION_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by code
44
+ *
45
+ * @generated from enum value: FORM_SECTION_SORT_KEY_CODE = 11;
46
+ */
47
+ FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_CODE"] = 11] = "FORM_SECTION_SORT_KEY_CODE";
42
48
  })(FORM_SECTION_SORT_KEY || (exports.FORM_SECTION_SORT_KEY = FORM_SECTION_SORT_KEY = {}));
43
49
  // Retrieve enum metadata with: proto3.getEnumType(FORM_SECTION_SORT_KEY)
44
50
  protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_SORT_KEY", [
@@ -46,6 +52,7 @@ protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_S
46
52
  { no: 1, name: "FORM_SECTION_SORT_KEY_CREATED_AT" },
47
53
  { no: 2, name: "FORM_SECTION_SORT_KEY_MODIFIED_AT" },
48
54
  { no: 10, name: "FORM_SECTION_SORT_KEY_NAME" },
55
+ { no: 11, name: "FORM_SECTION_SORT_KEY_CODE" },
49
56
  ]);
50
57
  /**
51
58
  *
@@ -72,6 +79,12 @@ class FormSection extends protobuf_1.Message {
72
79
  * @generated from field: string name = 10;
73
80
  */
74
81
  name = "";
82
+ /**
83
+ * The unique code by which the form section is classified
84
+ *
85
+ * @generated from field: string code = 21;
86
+ */
87
+ code = "";
75
88
  /**
76
89
  * The type of the form section
77
90
  *
@@ -100,6 +113,7 @@ class FormSection extends protobuf_1.Message {
100
113
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
101
114
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
102
115
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
116
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
103
117
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
104
118
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
105
119
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -236,6 +250,12 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
236
250
  * @generated from field: string name = 10;
237
251
  */
238
252
  name = "";
253
+ /**
254
+ * The unique code by which the form section is classified
255
+ *
256
+ * @generated from field: string code = 21;
257
+ */
258
+ code = "";
239
259
  /**
240
260
  * The type of the form section
241
261
  *
@@ -264,6 +284,7 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
264
284
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
265
285
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
266
286
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
287
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
267
288
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
268
289
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
269
290
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -307,6 +328,12 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
307
328
  * @generated from field: string name = 10;
308
329
  */
309
330
  name = "";
331
+ /**
332
+ * The unique code by which the form section is classified
333
+ *
334
+ * @generated from field: string code = 21;
335
+ */
336
+ code = "";
310
337
  /**
311
338
  * A short description of the form section
312
339
  *
@@ -329,6 +356,7 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
329
356
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
330
357
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
331
358
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
359
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
332
360
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
333
361
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
334
362
  ]);
@@ -489,6 +517,12 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
489
517
  * @generated from field: Scailo.FORM_TYPE type = 11;
490
518
  */
491
519
  type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
520
+ /**
521
+ * The unique code by which the form section is classified
522
+ *
523
+ * @generated from field: string code = 21;
524
+ */
525
+ code = "";
492
526
  constructor(data) {
493
527
  super();
494
528
  protobuf_1.proto3.util.initPartial(data, this);
@@ -508,6 +542,7 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
508
542
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
509
543
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
510
544
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
545
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
511
546
  ]);
512
547
  static fromBinary(bytes, options) {
513
548
  return new FormsSectionsServiceFilterReq().fromBinary(bytes, options);
@@ -578,6 +613,12 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
578
613
  * @generated from field: Scailo.FORM_TYPE type = 11;
579
614
  */
580
615
  type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
616
+ /**
617
+ * The unique code by which the form section is classified
618
+ *
619
+ * @generated from field: string code = 21;
620
+ */
621
+ code = "";
581
622
  constructor(data) {
582
623
  super();
583
624
  protobuf_1.proto3.util.initPartial(data, this);
@@ -593,6 +634,7 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
593
634
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
594
635
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
595
636
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
637
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
596
638
  ]);
597
639
  static fromBinary(bytes, options) {
598
640
  return new FormsSectionsServiceCountReq().fromBinary(bytes, options);
@@ -237,6 +237,17 @@ exports.InventoryService = {
237
237
  O: base_scailo_pb_js_1.QuantityResponse,
238
238
  kind: protobuf_1.MethodKind.Unary,
239
239
  },
240
+ /**
241
+ * View consolidated inventory statistics
242
+ *
243
+ * @generated from rpc Scailo.InventoryService.ViewConsolidatedStatistics
244
+ */
245
+ viewConsolidatedStatistics: {
246
+ name: "ViewConsolidatedStatistics",
247
+ I: base_scailo_pb_js_1.Identifier,
248
+ O: inventory_scailo_pb_js_1.ConsolidatedInventoryStatistics,
249
+ kind: protobuf_1.MethodKind.Unary,
250
+ },
240
251
  /**
241
252
  * View inventory placed in storage represented by the Identifier
242
253
  *