@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
@@ -1,5 +1,5 @@
1
1
  import { InwardJob, InwardJobAncillaryParameters, InwardJobContact, InwardJobContactsList, InwardJobInwardItem, InwardJobInwardItemHistoryRequest, InwardJobInwardItemProspectiveInfoRequest, InwardJobInwardItemsSearchRequest, InwardJobOutwardItem, InwardJobOutwardItemHistoryRequest, InwardJobOutwardItemProspectiveInfoRequest, InwardJobOutwardItemsSearchRequest, InwardJobsInwardItemsList, InwardJobsList, InwardJobsOutwardItemsList, InwardJobsServiceAutofillRequest, InwardJobsServiceContactCreateRequest, InwardJobsServiceCountReq, InwardJobsServiceCreateRequest, InwardJobsServiceFilterReq, InwardJobsServiceInwardItemCreateRequest, InwardJobsServiceInwardItemUpdateRequest, InwardJobsServiceMultipleInwardItemsCreateRequest, InwardJobsServiceMultipleOutwardItemsCreateRequest, InwardJobsServiceOutwardItemCreateRequest, InwardJobsServiceOutwardItemUpdateRequest, InwardJobsServicePaginatedInwardItemsResponse, InwardJobsServicePaginatedOutwardItemsResponse, InwardJobsServicePaginationReq, InwardJobsServicePaginationResponse, InwardJobsServiceSearchAllReq, InwardJobsServiceUpdateRequest } from "./inward_jobs.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithFile, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -392,7 +392,7 @@ export declare const InwardJobsService: {
392
392
  */
393
393
  readonly uploadInwardJobInwardItems: {
394
394
  readonly name: "UploadInwardJobInwardItems";
395
- readonly I: typeof IdentifierWithFile;
395
+ readonly I: typeof IdentifierUUIDWithFile;
396
396
  readonly O: typeof IdentifiersList;
397
397
  readonly kind: MethodKind.Unary;
398
398
  };
@@ -557,7 +557,7 @@ export declare const InwardJobsService: {
557
557
  */
558
558
  readonly uploadInwardJobOutwardItems: {
559
559
  readonly name: "UploadInwardJobOutwardItems";
560
- readonly I: typeof IdentifierWithFile;
560
+ readonly I: typeof IdentifierUUIDWithFile;
561
561
  readonly O: typeof IdentifiersList;
562
562
  readonly kind: MethodKind.Unary;
563
563
  };
@@ -1 +1 @@
1
- {"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC9W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { Label, LabelPaginationResp, LabelsList, LabelsServiceCountReq, LabelsServiceCreateRequest, LabelsServiceFilterReq, LabelsServicePaginationReq, LabelsServiceSearchAllReq, LabelsServiceUpdateRequest } from "./labels.scailo_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
- import { ActiveStatus, BooleanResponse, CountResponse, Empty, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
3
+ import { ActiveStatus, BooleanResponse, CountResponse, Empty, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
4
4
  /**
5
5
  *
6
6
  * Describes the methods applicable on each label
@@ -153,6 +153,29 @@ export declare const LabelsService: {
153
153
  readonly O: typeof CountResponse;
154
154
  readonly kind: MethodKind.Unary;
155
155
  };
156
+ /**
157
+ * CSV operations
158
+ * 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
159
+ *
160
+ * @generated from rpc Scailo.LabelsService.DownloadAsCSV
161
+ */
162
+ readonly downloadAsCSV: {
163
+ readonly name: "DownloadAsCSV";
164
+ readonly I: typeof LabelsServiceFilterReq;
165
+ readonly O: typeof StandardFile;
166
+ readonly kind: MethodKind.Unary;
167
+ };
168
+ /**
169
+ * Import records using a CSV file (duplicate codes will be skipped)
170
+ *
171
+ * @generated from rpc Scailo.LabelsService.Import
172
+ */
173
+ readonly import: {
174
+ readonly name: "Import";
175
+ readonly I: typeof StandardFile;
176
+ readonly O: typeof IdentifierUUIDsList;
177
+ readonly kind: MethodKind.Unary;
178
+ };
156
179
  };
157
180
  };
158
181
  //# sourceMappingURL=labels.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"labels.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/labels.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC7O,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAEzK;;;;;GAKG;AACH,eAAO,MAAM,aAAa;;;QAGtB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"labels.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/labels.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC7O,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAE5M;;;;;GAKG;AACH,eAAO,MAAM,aAAa;;;QAGtB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Ledger, LedgersList, LedgersServiceCountReq, LedgersServiceCreateRequest, LedgersServiceFilterReq, LedgersServicePaginationReq, LedgersServicePaginationResponse, LedgersServiceSearchAllReq, LedgersServiceUpdateRequest } from "./ledgers.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -233,6 +233,29 @@ export declare const LedgersService: {
233
233
  readonly O: typeof CountResponse;
234
234
  readonly kind: MethodKind.Unary;
235
235
  };
236
+ /**
237
+ * CSV operations
238
+ * 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
239
+ *
240
+ * @generated from rpc Scailo.LedgersService.DownloadAsCSV
241
+ */
242
+ readonly downloadAsCSV: {
243
+ readonly name: "DownloadAsCSV";
244
+ readonly I: typeof LedgersServiceFilterReq;
245
+ readonly O: typeof StandardFile;
246
+ readonly kind: MethodKind.Unary;
247
+ };
248
+ /**
249
+ * Import records using a CSV file (duplicate codes will be skipped)
250
+ *
251
+ * @generated from rpc Scailo.LedgersService.Import
252
+ */
253
+ readonly import: {
254
+ readonly name: "Import";
255
+ readonly I: typeof StandardFile;
256
+ readonly O: typeof IdentifierUUIDsList;
257
+ readonly kind: MethodKind.Unary;
258
+ };
236
259
  };
237
260
  };
238
261
  //# sourceMappingURL=ledgers.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ledgers.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/ledgers.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACnQ,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAC1K,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"ledgers.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/ledgers.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACnQ,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Location, LocationsList, LocationsServiceCountReq, LocationsServiceCreateRequest, LocationsServiceFilterReq, LocationsServicePaginationReq, LocationsServicePaginationResponse, LocationsServiceSearchAllReq, LocationsServiceUpdateRequest } from "./locations.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -244,6 +244,29 @@ export declare const LocationsService: {
244
244
  readonly O: typeof CountResponse;
245
245
  readonly kind: MethodKind.Unary;
246
246
  };
247
+ /**
248
+ * CSV operations
249
+ * 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
250
+ *
251
+ * @generated from rpc Scailo.LocationsService.DownloadAsCSV
252
+ */
253
+ readonly downloadAsCSV: {
254
+ readonly name: "DownloadAsCSV";
255
+ readonly I: typeof LocationsServiceFilterReq;
256
+ readonly O: typeof StandardFile;
257
+ readonly kind: MethodKind.Unary;
258
+ };
259
+ /**
260
+ * Import records using a CSV file (duplicate codes will be skipped)
261
+ *
262
+ * @generated from rpc Scailo.LocationsService.Import
263
+ */
264
+ readonly import: {
265
+ readonly name: "Import";
266
+ readonly I: typeof StandardFile;
267
+ readonly O: typeof IdentifierUUIDsList;
268
+ readonly kind: MethodKind.Unary;
269
+ };
247
270
  };
248
271
  };
249
272
  //# sourceMappingURL=locations.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"locations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/locations.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,0BAA0B,CAAC;AACvR,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAC1K,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"locations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/locations.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,0BAA0B,CAAC;AACvR,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { OutwardJob, OutwardJobAncillaryParameters, OutwardJobContact, OutwardJobContactsList, OutwardJobInwardItem, OutwardJobInwardItemHistoryRequest, OutwardJobInwardItemProspectiveInfoRequest, OutwardJobInwardItemsSearchRequest, OutwardJobOutwardItem, OutwardJobOutwardItemHistoryRequest, OutwardJobOutwardItemProspectiveInfoRequest, OutwardJobOutwardItemsSearchRequest, OutwardJobsInwardItemsList, OutwardJobsList, OutwardJobsOutwardItemsList, OutwardJobsServiceAutofillRequest, OutwardJobsServiceContactCreateRequest, OutwardJobsServiceCountReq, OutwardJobsServiceCreateRequest, OutwardJobsServiceFilterReq, OutwardJobsServiceInwardItemCreateRequest, OutwardJobsServiceInwardItemUpdateRequest, OutwardJobsServiceMultipleInwardItemsCreateRequest, OutwardJobsServiceMultipleOutwardItemsCreateRequest, OutwardJobsServiceOutwardItemCreateRequest, OutwardJobsServiceOutwardItemUpdateRequest, OutwardJobsServicePaginatedInwardItemsResponse, OutwardJobsServicePaginatedOutwardItemsResponse, OutwardJobsServicePaginationReq, OutwardJobsServicePaginationResponse, OutwardJobsServiceSearchAllReq, OutwardJobsServiceUpdateRequest } from "./outward_jobs.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithFile, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -392,7 +392,7 @@ export declare const OutwardJobsService: {
392
392
  */
393
393
  readonly uploadOutwardJobInwardItems: {
394
394
  readonly name: "UploadOutwardJobInwardItems";
395
- readonly I: typeof IdentifierWithFile;
395
+ readonly I: typeof IdentifierUUIDWithFile;
396
396
  readonly O: typeof IdentifiersList;
397
397
  readonly kind: MethodKind.Unary;
398
398
  };
@@ -557,7 +557,7 @@ export declare const OutwardJobsService: {
557
557
  */
558
558
  readonly uploadOutwardJobOutwardItems: {
559
559
  readonly name: "UploadOutwardJobOutwardItems";
560
- readonly I: typeof IdentifierWithFile;
560
+ readonly I: typeof IdentifierUUIDWithFile;
561
561
  readonly O: typeof IdentifiersList;
562
562
  readonly kind: MethodKind.Unary;
563
563
  };
@@ -1 +1 @@
1
- {"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC9W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ProformaInvoice, ProformaInvoiceAncillaryParameters, ProformaInvoiceItem, ProformaInvoiceItemHistoryRequest, ProformaInvoiceItemProspectiveInfoRequest, ProformaInvoiceItemsList, ProformaInvoiceItemsSearchRequest, ProformaInvoicesList, ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest, ProformaInvoicesServiceAutofillRequest, ProformaInvoicesServiceCountReq, ProformaInvoicesServiceCreateRequest, ProformaInvoicesServiceFilterReq, ProformaInvoicesServiceItemCreateRequest, ProformaInvoicesServiceItemUpdateRequest, ProformaInvoicesServicePaginatedItemsResponse, ProformaInvoicesServicePaginationReq, ProformaInvoicesServicePaginationResponse, ProformaInvoicesServiceSearchAllReq, ProformaInvoicesServiceUpdateRequest } from "./proforma_invoices.scailo_pb.js";
2
- import { ActiveStatus, AmendmentLogsList, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithFile, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, AmendmentLogsList, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -360,7 +360,7 @@ export declare const ProformaInvoicesService: {
360
360
  */
361
361
  readonly uploadProformaInvoiceItems: {
362
362
  readonly name: "UploadProformaInvoiceItems";
363
- readonly I: typeof IdentifierWithFile;
363
+ readonly I: typeof IdentifierUUIDWithFile;
364
364
  readonly O: typeof IdentifiersList;
365
365
  readonly kind: MethodKind.Unary;
366
366
  };
@@ -1 +1 @@
1
- {"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC9Y,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PurchaseIndent, PurchaseIndentItem, PurchaseIndentItemHistoryRequest, PurchaseIndentItemProspectiveInfoRequest, PurchaseIndentItemsSearchRequest, PurchaseIndentOrderedStatisticsList, PurchasesIndentsItemsList, PurchasesIndentsList, PurchasesIndentsServiceAutofillRequest, PurchasesIndentsServiceCountReq, PurchasesIndentsServiceCreateRequest, PurchasesIndentsServiceFilterReq, PurchasesIndentsServiceItemCreateRequest, PurchasesIndentsServiceItemUpdateRequest, PurchasesIndentsServiceMultipleItemsCreateRequest, PurchasesIndentsServicePaginatedItemsResponse, PurchasesIndentsServicePaginationReq, PurchasesIndentsServicePaginationResponse, PurchasesIndentsServiceSearchAllReq, PurchasesIndentsServiceUpdateRequest } from "./purchases_indents.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithFile, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -371,7 +371,7 @@ export declare const PurchasesIndentsService: {
371
371
  */
372
372
  readonly uploadPurchaseIndentItems: {
373
373
  readonly name: "UploadPurchaseIndentItems";
374
- readonly I: typeof IdentifierWithFile;
374
+ readonly I: typeof IdentifierUUIDWithFile;
375
375
  readonly O: typeof IdentifiersList;
376
376
  readonly kind: MethodKind.Unary;
377
377
  };
@@ -1 +1 @@
1
- {"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC9W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { PurchaseOrder, PurchaseOrderAncillaryParameters, PurchaseOrderBillingStatistics, PurchaseOrderContact, PurchaseOrderContactsList, PurchaseOrderInventoryMatchList, PurchaseOrderInventoryStatistics, PurchaseOrderItem, PurchaseOrderItemHistoryRequest, PurchaseOrderItemProspectiveInfoRequest, PurchaseOrderItemsList, PurchaseOrderItemsSearchRequest, PurchaseOrderReference, PurchaseOrderReferencesList, PurchasesOrdersList, PurchasesOrdersServiceAutofillRequest, PurchasesOrdersServiceContactCreateRequest, PurchasesOrdersServiceCountReq, PurchasesOrdersServiceCreateRequest, PurchasesOrdersServiceFilterReq, PurchasesOrdersServiceItemCreateRequest, PurchasesOrdersServiceItemUpdateRequest, PurchasesOrdersServicePaginatedItemsResponse, PurchasesOrdersServicePaginationReq, PurchasesOrdersServicePaginationResponse, PurchasesOrdersServiceReferenceCreateRequest, PurchasesOrdersServiceSearchAllReq, PurchasesOrdersServiceUpdateRequest } from "./purchases_orders.scailo_pb.js";
2
- import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithFile, IdentifierWithSearchKey, IdentifierWithUserComment, PriceResponse, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile, SumResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, PriceResponse, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile, SumResponse } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -371,7 +371,7 @@ export declare const PurchasesOrdersService: {
371
371
  */
372
372
  readonly uploadPurchaseOrderItems: {
373
373
  readonly name: "UploadPurchaseOrderItems";
374
- readonly I: typeof IdentifierWithFile;
374
+ readonly I: typeof IdentifierUUIDWithFile;
375
375
  readonly O: typeof IdentifiersList;
376
376
  readonly kind: MethodKind.Unary;
377
377
  };
@@ -1 +1 @@
1
- {"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACr9B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,aAAa,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC5Y,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACr9B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,aAAa,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAChZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
- import { QCGroup, QCGroupItem, QCGroupItemHistoryRequest, QCGroupsItemsList, QCGroupsList, QCGroupsServiceCountReq, QCGroupsServiceCreateRequest, QCGroupsServiceFilterReq, QCGroupsServiceItemCreateRequest, QCGroupsServiceItemUpdateRequest, QCGroupsServicePaginationReq, QCGroupsServicePaginationResponse, QCGroupsServiceSearchAllReq, QCGroupsServiceUpdateRequest } from "./qc_groups.scailo_pb.js";
2
- import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
1
+ import { QCGroup, QCGroupItem, QCGroupItemHistoryRequest, QCGroupItemsSearchRequest, QCGroupsItemsList, QCGroupsList, QCGroupsServiceCountReq, QCGroupsServiceCreateRequest, QCGroupsServiceFilterReq, QCGroupsServiceItemCreateRequest, QCGroupsServiceItemUpdateRequest, QCGroupsServicePaginatedItemsResponse, QCGroupsServicePaginationReq, QCGroupsServicePaginationResponse, QCGroupsServiceSearchAllReq, QCGroupsServiceUpdateRequest } from "./qc_groups.scailo_pb.js";
2
+ import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -288,6 +288,62 @@ export declare const QCGroupsService: {
288
288
  readonly O: typeof QCGroupsItemsList;
289
289
  readonly kind: MethodKind.Unary;
290
290
  };
291
+ /**
292
+ * View approved qc group items for given qc group ID with pagination
293
+ *
294
+ * @generated from rpc Scailo.QCGroupsService.ViewPaginatedApprovedQCGroupItems
295
+ */
296
+ readonly viewPaginatedApprovedQCGroupItems: {
297
+ readonly name: "ViewPaginatedApprovedQCGroupItems";
298
+ readonly I: typeof QCGroupItemsSearchRequest;
299
+ readonly O: typeof QCGroupsServicePaginatedItemsResponse;
300
+ readonly kind: MethodKind.Unary;
301
+ };
302
+ /**
303
+ * View unapproved qc group items for given qc group ID with pagination
304
+ *
305
+ * @generated from rpc Scailo.QCGroupsService.ViewPaginatedUnapprovedQCGroupItems
306
+ */
307
+ readonly viewPaginatedUnapprovedQCGroupItems: {
308
+ readonly name: "ViewPaginatedUnapprovedQCGroupItems";
309
+ readonly I: typeof QCGroupItemsSearchRequest;
310
+ readonly O: typeof QCGroupsServicePaginatedItemsResponse;
311
+ readonly kind: MethodKind.Unary;
312
+ };
313
+ /**
314
+ * Search through qc group items with pagination
315
+ *
316
+ * @generated from rpc Scailo.QCGroupsService.SearchItemsWithPagination
317
+ */
318
+ readonly searchItemsWithPagination: {
319
+ readonly name: "SearchItemsWithPagination";
320
+ readonly I: typeof QCGroupItemsSearchRequest;
321
+ readonly O: typeof QCGroupsServicePaginatedItemsResponse;
322
+ readonly kind: MethodKind.Unary;
323
+ };
324
+ /**
325
+ * CSV operations
326
+ * 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
327
+ *
328
+ * @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
329
+ */
330
+ readonly downloadItemsAsCSV: {
331
+ readonly name: "DownloadItemsAsCSV";
332
+ readonly I: typeof IdentifierUUID;
333
+ readonly O: typeof StandardFile;
334
+ readonly kind: MethodKind.Unary;
335
+ };
336
+ /**
337
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
338
+ *
339
+ * @generated from rpc Scailo.QCGroupsService.UploadQCGroupItems
340
+ */
341
+ readonly uploadQCGroupItems: {
342
+ readonly name: "UploadQCGroupItems";
343
+ readonly I: typeof IdentifierUUIDWithFile;
344
+ readonly O: typeof IdentifiersList;
345
+ readonly kind: MethodKind.Unary;
346
+ };
291
347
  /**
292
348
  * View by ID
293
349
  *
@@ -376,6 +432,29 @@ export declare const QCGroupsService: {
376
432
  readonly O: typeof CountResponse;
377
433
  readonly kind: MethodKind.Unary;
378
434
  };
435
+ /**
436
+ * CSV operations
437
+ * 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
438
+ *
439
+ * @generated from rpc Scailo.QCGroupsService.DownloadAsCSV
440
+ */
441
+ readonly downloadAsCSV: {
442
+ readonly name: "DownloadAsCSV";
443
+ readonly I: typeof QCGroupsServiceFilterReq;
444
+ readonly O: typeof StandardFile;
445
+ readonly kind: MethodKind.Unary;
446
+ };
447
+ /**
448
+ * Import records using a CSV file (duplicate codes will be skipped)
449
+ *
450
+ * @generated from rpc Scailo.QCGroupsService.Import
451
+ */
452
+ readonly import: {
453
+ readonly name: "Import";
454
+ readonly I: typeof StandardFile;
455
+ readonly O: typeof IdentifierUUIDsList;
456
+ readonly kind: MethodKind.Unary;
457
+ };
379
458
  };
380
459
  };
381
460
  //# sourceMappingURL=qc_groups.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC7Y,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC/c,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7U,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}