@kernelminds/scailo-sdk 0.0.23 → 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 (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 +23 -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 +24 -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 +23 -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 +24 -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
  };
@@ -240,5 +240,28 @@ exports.BankAccountsService = {
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.BankAccountsService.DownloadAsCSV
248
+ */
249
+ downloadAsCSV: {
250
+ name: "DownloadAsCSV",
251
+ I: bank_accounts_scailo_pb_js_1.BankAccountsServiceFilterReq,
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.BankAccountsService.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
  };
@@ -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
  *
@@ -68,6 +82,12 @@ class FormField extends protobuf_1.Message {
68
82
  * @generated from field: string name = 10;
69
83
  */
70
84
  this.name = "";
85
+ /**
86
+ * The unique code by which the form field is classified
87
+ *
88
+ * @generated from field: string code = 21;
89
+ */
90
+ this.code = "";
71
91
  /**
72
92
  * The type of the form field
73
93
  *
@@ -144,6 +164,7 @@ FormField.fields = protobuf_1.proto3.util.newFieldList(() => [
144
164
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
145
165
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
146
166
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
167
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
147
168
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
148
169
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
149
170
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -274,6 +295,12 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
274
295
  * @generated from field: string name = 10;
275
296
  */
276
297
  this.name = "";
298
+ /**
299
+ * The unique code by which the form field is classified
300
+ *
301
+ * @generated from field: string code = 21;
302
+ */
303
+ this.code = "";
277
304
  /**
278
305
  * The type of the form field
279
306
  *
@@ -350,6 +377,7 @@ FormsFieldsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(()
350
377
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
351
378
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
352
379
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
380
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
353
381
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
354
382
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
355
383
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -387,6 +415,12 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
387
415
  * @generated from field: string name = 10;
388
416
  */
389
417
  this.name = "";
418
+ /**
419
+ * The unique code by which the form field is classified
420
+ *
421
+ * @generated from field: string code = 21;
422
+ */
423
+ this.code = "";
390
424
  /**
391
425
  * The ID of the corresponding form section that the form field belongs to
392
426
  *
@@ -451,6 +485,7 @@ FormsFieldsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(()
451
485
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
452
486
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
453
487
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
488
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
454
489
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
455
490
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
456
491
  { no: 15, name: "placeholder", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -610,6 +645,12 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
610
645
  * @generated from field: uint64 section_id = 12;
611
646
  */
612
647
  this.sectionId = protobuf_1.protoInt64.zero;
648
+ /**
649
+ * The unique code by which the form field is classified
650
+ *
651
+ * @generated from field: string code = 21;
652
+ */
653
+ this.code = "";
613
654
  protobuf_1.proto3.util.initPartial(data, this);
614
655
  }
615
656
  static fromBinary(bytes, options) {
@@ -642,6 +683,7 @@ FormsFieldsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
642
683
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
643
684
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
644
685
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
686
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
645
687
  ]);
646
688
  /**
647
689
  *
@@ -706,6 +748,12 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
706
748
  * @generated from field: uint64 section_id = 12;
707
749
  */
708
750
  this.sectionId = protobuf_1.protoInt64.zero;
751
+ /**
752
+ * The unique code by which the form field is classified
753
+ *
754
+ * @generated from field: string code = 21;
755
+ */
756
+ this.code = "";
709
757
  protobuf_1.proto3.util.initPartial(data, this);
710
758
  }
711
759
  static fromBinary(bytes, options) {
@@ -734,6 +782,7 @@ FormsFieldsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
734
782
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
735
783
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
736
784
  { no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
785
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
737
786
  ]);
738
787
  /**
739
788
  *
@@ -138,5 +138,28 @@ exports.FormsSectionsService = {
138
138
  O: base_scailo_pb_js_1.CountResponse,
139
139
  kind: protobuf_1.MethodKind.Unary,
140
140
  },
141
+ /**
142
+ * CSV operations
143
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
144
+ *
145
+ * @generated from rpc Scailo.FormsSectionsService.DownloadAsCSV
146
+ */
147
+ downloadAsCSV: {
148
+ name: "DownloadAsCSV",
149
+ I: forms_sections_scailo_pb_js_1.FormsSectionsServiceFilterReq,
150
+ O: base_scailo_pb_js_1.StandardFile,
151
+ kind: protobuf_1.MethodKind.Unary,
152
+ },
153
+ /**
154
+ * Import records using a CSV file (duplicate codes will be skipped)
155
+ *
156
+ * @generated from rpc Scailo.FormsSectionsService.Import
157
+ */
158
+ import: {
159
+ name: "Import",
160
+ I: base_scailo_pb_js_1.StandardFile,
161
+ O: base_scailo_pb_js_1.IdentifierUUIDsList,
162
+ kind: protobuf_1.MethodKind.Unary,
163
+ },
141
164
  }
142
165
  };
@@ -39,6 +39,12 @@ var FORM_SECTION_SORT_KEY;
39
39
  * @generated from enum value: FORM_SECTION_SORT_KEY_NAME = 10;
40
40
  */
41
41
  FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_NAME"] = 10] = "FORM_SECTION_SORT_KEY_NAME";
42
+ /**
43
+ * Fetch ordered results by code
44
+ *
45
+ * @generated from enum value: FORM_SECTION_SORT_KEY_CODE = 11;
46
+ */
47
+ FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_CODE"] = 11] = "FORM_SECTION_SORT_KEY_CODE";
42
48
  })(FORM_SECTION_SORT_KEY || (exports.FORM_SECTION_SORT_KEY = FORM_SECTION_SORT_KEY = {}));
43
49
  // Retrieve enum metadata with: proto3.getEnumType(FORM_SECTION_SORT_KEY)
44
50
  protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_SORT_KEY", [
@@ -46,6 +52,7 @@ protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_S
46
52
  { no: 1, name: "FORM_SECTION_SORT_KEY_CREATED_AT" },
47
53
  { no: 2, name: "FORM_SECTION_SORT_KEY_MODIFIED_AT" },
48
54
  { no: 10, name: "FORM_SECTION_SORT_KEY_NAME" },
55
+ { no: 11, name: "FORM_SECTION_SORT_KEY_CODE" },
49
56
  ]);
50
57
  /**
51
58
  *
@@ -68,6 +75,12 @@ class FormSection extends protobuf_1.Message {
68
75
  * @generated from field: string name = 10;
69
76
  */
70
77
  this.name = "";
78
+ /**
79
+ * The unique code by which the form section is classified
80
+ *
81
+ * @generated from field: string code = 21;
82
+ */
83
+ this.code = "";
71
84
  /**
72
85
  * The type of the form section
73
86
  *
@@ -108,6 +121,7 @@ FormSection.fields = protobuf_1.proto3.util.newFieldList(() => [
108
121
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
109
122
  { no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
110
123
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
124
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
111
125
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
112
126
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
113
127
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -232,6 +246,12 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
232
246
  * @generated from field: string name = 10;
233
247
  */
234
248
  this.name = "";
249
+ /**
250
+ * The unique code by which the form section is classified
251
+ *
252
+ * @generated from field: string code = 21;
253
+ */
254
+ this.code = "";
235
255
  /**
236
256
  * The type of the form section
237
257
  *
@@ -272,6 +292,7 @@ FormsSectionsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList((
272
292
  { no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
273
293
  { no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
274
294
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
295
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
275
296
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
276
297
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
277
298
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
@@ -303,6 +324,12 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
303
324
  * @generated from field: string name = 10;
304
325
  */
305
326
  this.name = "";
327
+ /**
328
+ * The unique code by which the form section is classified
329
+ *
330
+ * @generated from field: string code = 21;
331
+ */
332
+ this.code = "";
306
333
  /**
307
334
  * A short description of the form section
308
335
  *
@@ -337,6 +364,7 @@ FormsSectionsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList((
337
364
  { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
338
365
  { no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
339
366
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
367
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
340
368
  { no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
341
369
  { no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
342
370
  ]);
@@ -485,6 +513,12 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
485
513
  * @generated from field: Scailo.FORM_TYPE type = 11;
486
514
  */
487
515
  this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
516
+ /**
517
+ * The unique code by which the form section is classified
518
+ *
519
+ * @generated from field: string code = 21;
520
+ */
521
+ this.code = "";
488
522
  protobuf_1.proto3.util.initPartial(data, this);
489
523
  }
490
524
  static fromBinary(bytes, options) {
@@ -516,6 +550,7 @@ FormsSectionsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() =>
516
550
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
517
551
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
518
552
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
553
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
519
554
  ]);
520
555
  /**
521
556
  *
@@ -574,6 +609,12 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
574
609
  * @generated from field: Scailo.FORM_TYPE type = 11;
575
610
  */
576
611
  this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
612
+ /**
613
+ * The unique code by which the form section is classified
614
+ *
615
+ * @generated from field: string code = 21;
616
+ */
617
+ this.code = "";
577
618
  protobuf_1.proto3.util.initPartial(data, this);
578
619
  }
579
620
  static fromBinary(bytes, options) {
@@ -601,6 +642,7 @@ FormsSectionsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() =>
601
642
  { no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
602
643
  { no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
603
644
  { no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
645
+ { no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
604
646
  ]);
605
647
  /**
606
648
  *
@@ -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
  *