@kernelminds/scailo-sdk 0.0.46 → 0.0.47

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 (277) hide show
  1. package/lib/cjs/src/absences.scailo_connect.js +12 -0
  2. package/lib/cjs/src/activities.scailo_connect.js +12 -0
  3. package/lib/cjs/src/announcements.scailo_connect.js +12 -0
  4. package/lib/cjs/src/attendances.scailo_connect.js +12 -0
  5. package/lib/cjs/src/attendances_amendments.scailo_connect.js +12 -0
  6. package/lib/cjs/src/credit_notes.scailo_connect.js +35 -0
  7. package/lib/cjs/src/debit_notes.scailo_connect.js +35 -0
  8. package/lib/cjs/src/expenses.scailo_connect.js +35 -0
  9. package/lib/cjs/src/goals.scailo_connect.js +35 -0
  10. package/lib/cjs/src/goods_dispatches.scailo_connect.js +12 -0
  11. package/lib/cjs/src/goods_receipts.scailo_connect.js +12 -0
  12. package/lib/cjs/src/holidays.scailo_connect.js +12 -0
  13. package/lib/cjs/src/inward_jobs.scailo_connect.js +12 -0
  14. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
  15. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
  16. package/lib/cjs/src/leaves_adjustments.scailo_connect.js +12 -0
  17. package/lib/cjs/src/leaves_requests.scailo_connect.js +12 -0
  18. package/lib/cjs/src/leaves_types.scailo_connect.js +12 -0
  19. package/lib/cjs/src/on_duties.scailo_connect.js +12 -0
  20. package/lib/cjs/src/outward_jobs.scailo_connect.js +12 -0
  21. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
  22. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
  23. package/lib/cjs/src/overtimes.scailo_connect.js +12 -0
  24. package/lib/cjs/src/production_plans.scailo_connect.js +35 -0
  25. package/lib/cjs/src/proforma_invoices.scailo_connect.js +12 -0
  26. package/lib/cjs/src/projects.scailo_connect.js +12 -0
  27. package/lib/cjs/src/purchases_enquiries.scailo_connect.js +12 -0
  28. package/lib/cjs/src/purchases_orders.scailo_connect.js +12 -0
  29. package/lib/cjs/src/purchases_payments.scailo_connect.js +12 -0
  30. package/lib/cjs/src/purchases_returns.scailo_connect.js +12 -0
  31. package/lib/cjs/src/qc_samples.scailo_connect.js +12 -0
  32. package/lib/cjs/src/quotations_requests.scailo_connect.js +12 -0
  33. package/lib/cjs/src/quotations_responses.scailo_connect.js +12 -0
  34. package/lib/cjs/src/roles.scailo_connect.js +12 -0
  35. package/lib/cjs/src/salaries.scailo_connect.js +12 -0
  36. package/lib/cjs/src/sales_enquiries.scailo_connect.js +12 -0
  37. package/lib/cjs/src/sales_invoices.scailo_connect.js +12 -0
  38. package/lib/cjs/src/sales_orders.scailo_connect.js +12 -0
  39. package/lib/cjs/src/sales_quotations.scailo_connect.js +12 -0
  40. package/lib/cjs/src/sales_receipts.scailo_connect.js +12 -0
  41. package/lib/cjs/src/sales_returns.scailo_connect.js +12 -0
  42. package/lib/cjs/src/shifts.scailo_connect.js +12 -0
  43. package/lib/cjs/src/shifts_groups.scailo_connect.js +12 -0
  44. package/lib/cjs/src/supply_offers.scailo_connect.js +12 -0
  45. package/lib/cjs/src/vendor_invoices.scailo_connect.js +12 -0
  46. package/lib/cjs/src/visitations.scailo_connect.js +12 -0
  47. package/lib/cjs/types/src/absences.scailo_connect.d.ts +13 -1
  48. package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
  49. package/lib/cjs/types/src/activities.scailo_connect.d.ts +13 -1
  50. package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
  51. package/lib/cjs/types/src/announcements.scailo_connect.d.ts +13 -1
  52. package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
  53. package/lib/cjs/types/src/attendances.scailo_connect.d.ts +13 -1
  54. package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
  55. package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +13 -1
  56. package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
  57. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +36 -1
  58. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  59. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +36 -1
  60. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  61. package/lib/cjs/types/src/expenses.scailo_connect.d.ts +36 -1
  62. package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
  63. package/lib/cjs/types/src/goals.scailo_connect.d.ts +36 -1
  64. package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
  65. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
  66. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  67. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -0
  68. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  69. package/lib/cjs/types/src/holidays.scailo_connect.d.ts +13 -1
  70. package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
  71. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +12 -0
  72. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  73. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
  74. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  75. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
  76. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +13 -1
  78. package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
  79. package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +13 -1
  80. package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
  81. package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +13 -1
  82. package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
  83. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +13 -1
  84. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  85. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +12 -0
  86. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  87. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
  88. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  89. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
  90. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  91. package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +13 -1
  92. package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
  93. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +36 -1
  94. package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  95. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -0
  96. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  97. package/lib/cjs/types/src/projects.scailo_connect.d.ts +13 -1
  98. package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
  99. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +12 -0
  100. package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  101. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -0
  102. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  103. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +13 -1
  104. package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  105. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -0
  106. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  107. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +13 -1
  108. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  109. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +12 -0
  110. package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  111. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +12 -0
  112. package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  113. package/lib/cjs/types/src/roles.scailo_connect.d.ts +13 -1
  114. package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
  115. package/lib/cjs/types/src/salaries.scailo_connect.d.ts +13 -1
  116. package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
  117. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +12 -0
  118. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  119. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -0
  120. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  121. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -0
  122. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  123. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -0
  124. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  125. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +13 -1
  126. package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  127. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -0
  128. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  129. package/lib/cjs/types/src/shifts.scailo_connect.d.ts +13 -1
  130. package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
  131. package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +13 -1
  132. package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
  133. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +12 -0
  134. package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  135. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -0
  136. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  137. package/lib/cjs/types/src/visitations.scailo_connect.d.ts +13 -1
  138. package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
  139. package/lib/esm/src/absences.scailo_connect.js +12 -0
  140. package/lib/esm/src/activities.scailo_connect.js +12 -0
  141. package/lib/esm/src/announcements.scailo_connect.js +12 -0
  142. package/lib/esm/src/attendances.scailo_connect.js +12 -0
  143. package/lib/esm/src/attendances_amendments.scailo_connect.js +12 -0
  144. package/lib/esm/src/credit_notes.scailo_connect.js +35 -0
  145. package/lib/esm/src/debit_notes.scailo_connect.js +35 -0
  146. package/lib/esm/src/expenses.scailo_connect.js +35 -0
  147. package/lib/esm/src/goals.scailo_connect.js +35 -0
  148. package/lib/esm/src/goods_dispatches.scailo_connect.js +12 -0
  149. package/lib/esm/src/goods_receipts.scailo_connect.js +12 -0
  150. package/lib/esm/src/holidays.scailo_connect.js +12 -0
  151. package/lib/esm/src/inward_jobs.scailo_connect.js +12 -0
  152. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
  153. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
  154. package/lib/esm/src/leaves_adjustments.scailo_connect.js +12 -0
  155. package/lib/esm/src/leaves_requests.scailo_connect.js +12 -0
  156. package/lib/esm/src/leaves_types.scailo_connect.js +12 -0
  157. package/lib/esm/src/on_duties.scailo_connect.js +12 -0
  158. package/lib/esm/src/outward_jobs.scailo_connect.js +12 -0
  159. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
  160. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
  161. package/lib/esm/src/overtimes.scailo_connect.js +12 -0
  162. package/lib/esm/src/production_plans.scailo_connect.js +35 -0
  163. package/lib/esm/src/proforma_invoices.scailo_connect.js +12 -0
  164. package/lib/esm/src/projects.scailo_connect.js +12 -0
  165. package/lib/esm/src/purchases_enquiries.scailo_connect.js +12 -0
  166. package/lib/esm/src/purchases_orders.scailo_connect.js +12 -0
  167. package/lib/esm/src/purchases_payments.scailo_connect.js +12 -0
  168. package/lib/esm/src/purchases_returns.scailo_connect.js +12 -0
  169. package/lib/esm/src/qc_samples.scailo_connect.js +12 -0
  170. package/lib/esm/src/quotations_requests.scailo_connect.js +12 -0
  171. package/lib/esm/src/quotations_responses.scailo_connect.js +12 -0
  172. package/lib/esm/src/roles.scailo_connect.js +12 -0
  173. package/lib/esm/src/salaries.scailo_connect.js +12 -0
  174. package/lib/esm/src/sales_enquiries.scailo_connect.js +12 -0
  175. package/lib/esm/src/sales_invoices.scailo_connect.js +12 -0
  176. package/lib/esm/src/sales_orders.scailo_connect.js +12 -0
  177. package/lib/esm/src/sales_quotations.scailo_connect.js +12 -0
  178. package/lib/esm/src/sales_receipts.scailo_connect.js +12 -0
  179. package/lib/esm/src/sales_returns.scailo_connect.js +12 -0
  180. package/lib/esm/src/shifts.scailo_connect.js +12 -0
  181. package/lib/esm/src/shifts_groups.scailo_connect.js +12 -0
  182. package/lib/esm/src/supply_offers.scailo_connect.js +12 -0
  183. package/lib/esm/src/vendor_invoices.scailo_connect.js +12 -0
  184. package/lib/esm/src/visitations.scailo_connect.js +12 -0
  185. package/lib/esm/types/src/absences.scailo_connect.d.ts +13 -1
  186. package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
  187. package/lib/esm/types/src/activities.scailo_connect.d.ts +13 -1
  188. package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
  189. package/lib/esm/types/src/announcements.scailo_connect.d.ts +13 -1
  190. package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
  191. package/lib/esm/types/src/attendances.scailo_connect.d.ts +13 -1
  192. package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
  193. package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +13 -1
  194. package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
  195. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +36 -1
  196. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  197. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +36 -1
  198. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  199. package/lib/esm/types/src/expenses.scailo_connect.d.ts +36 -1
  200. package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
  201. package/lib/esm/types/src/goals.scailo_connect.d.ts +36 -1
  202. package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
  203. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
  204. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  205. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -0
  206. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  207. package/lib/esm/types/src/holidays.scailo_connect.d.ts +13 -1
  208. package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
  209. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +12 -0
  210. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  211. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
  212. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  213. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
  214. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  215. package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +13 -1
  216. package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
  217. package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +13 -1
  218. package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
  219. package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +13 -1
  220. package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
  221. package/lib/esm/types/src/on_duties.scailo_connect.d.ts +13 -1
  222. package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  223. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +12 -0
  224. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  225. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
  226. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  227. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
  228. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  229. package/lib/esm/types/src/overtimes.scailo_connect.d.ts +13 -1
  230. package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
  231. package/lib/esm/types/src/production_plans.scailo_connect.d.ts +36 -1
  232. package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
  233. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -0
  234. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  235. package/lib/esm/types/src/projects.scailo_connect.d.ts +13 -1
  236. package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
  237. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +12 -0
  238. package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
  239. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -0
  240. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  241. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +13 -1
  242. package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
  243. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -0
  244. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  245. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +13 -1
  246. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  247. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +12 -0
  248. package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
  249. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -0
  250. package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
  251. package/lib/esm/types/src/roles.scailo_connect.d.ts +13 -1
  252. package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
  253. package/lib/esm/types/src/salaries.scailo_connect.d.ts +13 -1
  254. package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
  255. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +12 -0
  256. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
  257. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -0
  258. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  259. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -0
  260. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  261. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -0
  262. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  263. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +13 -1
  264. package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
  265. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -0
  266. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  267. package/lib/esm/types/src/shifts.scailo_connect.d.ts +13 -1
  268. package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
  269. package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +13 -1
  270. package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
  271. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +12 -0
  272. package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
  273. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -0
  274. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  275. package/lib/esm/types/src/visitations.scailo_connect.d.ts +13 -1
  276. package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
  277. package/package.json +1 -1
@@ -735,5 +735,17 @@ exports.PurchasesOrdersService = {
735
735
  O: base_scailo_pb_js_1.SumResponse,
736
736
  kind: protobuf_1.MethodKind.Unary,
737
737
  },
738
+ /**
739
+ * CSV operations
740
+ * 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
741
+ *
742
+ * @generated from rpc Scailo.PurchasesOrdersService.DownloadAsCSV
743
+ */
744
+ downloadAsCSV: {
745
+ name: "DownloadAsCSV",
746
+ I: purchases_orders_scailo_pb_js_1.PurchasesOrdersServiceFilterReq,
747
+ O: base_scailo_pb_js_1.StandardFile,
748
+ kind: protobuf_1.MethodKind.Unary,
749
+ },
738
750
  }
739
751
  };
@@ -317,5 +317,17 @@ exports.PurchasesPaymentsService = {
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.PurchasesPaymentsService.DownloadAsCSV
325
+ */
326
+ downloadAsCSV: {
327
+ name: "DownloadAsCSV",
328
+ I: purchases_payments_scailo_pb_js_1.PurchasesPaymentsServiceFilterReq,
329
+ O: base_scailo_pb_js_1.StandardFile,
330
+ kind: protobuf_1.MethodKind.Unary,
331
+ },
320
332
  }
321
333
  };
@@ -568,5 +568,17 @@ exports.PurchasesReturnsService = {
568
568
  O: base_scailo_pb_js_1.CountResponse,
569
569
  kind: protobuf_1.MethodKind.Unary,
570
570
  },
571
+ /**
572
+ * CSV operations
573
+ * 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
574
+ *
575
+ * @generated from rpc Scailo.PurchasesReturnsService.DownloadAsCSV
576
+ */
577
+ downloadAsCSV: {
578
+ name: "DownloadAsCSV",
579
+ I: purchases_returns_scailo_pb_js_1.PurchasesReturnsServiceFilterReq,
580
+ O: base_scailo_pb_js_1.StandardFile,
581
+ kind: protobuf_1.MethodKind.Unary,
582
+ },
571
583
  }
572
584
  };
@@ -325,5 +325,17 @@ exports.QCSamplesService = {
325
325
  O: base_scailo_pb_js_1.CountResponse,
326
326
  kind: protobuf_1.MethodKind.Unary,
327
327
  },
328
+ /**
329
+ * CSV operations
330
+ * 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
331
+ *
332
+ * @generated from rpc Scailo.QCSamplesService.DownloadAsCSV
333
+ */
334
+ downloadAsCSV: {
335
+ name: "DownloadAsCSV",
336
+ I: qc_samples_scailo_pb_js_1.QCSamplesServiceFilterReq,
337
+ O: base_scailo_pb_js_1.StandardFile,
338
+ kind: protobuf_1.MethodKind.Unary,
339
+ },
328
340
  }
329
341
  };
@@ -479,5 +479,17 @@ exports.QuotationsRequestsService = {
479
479
  O: base_scailo_pb_js_1.CountResponse,
480
480
  kind: protobuf_1.MethodKind.Unary,
481
481
  },
482
+ /**
483
+ * CSV operations
484
+ * 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
485
+ *
486
+ * @generated from rpc Scailo.QuotationsRequestsService.DownloadAsCSV
487
+ */
488
+ downloadAsCSV: {
489
+ name: "DownloadAsCSV",
490
+ I: quotations_requests_scailo_pb_js_1.QuotationsRequestsServiceFilterReq,
491
+ O: base_scailo_pb_js_1.StandardFile,
492
+ kind: protobuf_1.MethodKind.Unary,
493
+ },
482
494
  }
483
495
  };
@@ -479,5 +479,17 @@ exports.QuotationsResponsesService = {
479
479
  O: base_scailo_pb_js_1.CountResponse,
480
480
  kind: protobuf_1.MethodKind.Unary,
481
481
  },
482
+ /**
483
+ * CSV operations
484
+ * 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
485
+ *
486
+ * @generated from rpc Scailo.QuotationsResponsesService.DownloadAsCSV
487
+ */
488
+ downloadAsCSV: {
489
+ name: "DownloadAsCSV",
490
+ I: quotations_responses_scailo_pb_js_1.QuotationsResponsesServiceFilterReq,
491
+ O: base_scailo_pb_js_1.StandardFile,
492
+ kind: protobuf_1.MethodKind.Unary,
493
+ },
482
494
  }
483
495
  };
@@ -339,5 +339,17 @@ exports.RolesService = {
339
339
  O: base_scailo_pb_js_1.CountResponse,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
+ /**
343
+ * CSV operations
344
+ * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
345
+ *
346
+ * @generated from rpc Scailo.RolesService.DownloadAsCSV
347
+ */
348
+ downloadAsCSV: {
349
+ name: "DownloadAsCSV",
350
+ I: roles_scailo_pb_js_1.RolesServiceFilterReq,
351
+ O: base_scailo_pb_js_1.StandardFile,
352
+ kind: protobuf_1.MethodKind.Unary,
353
+ },
342
354
  }
343
355
  };
@@ -672,5 +672,17 @@ exports.SalariesService = {
672
672
  O: base_scailo_pb_js_1.CountResponse,
673
673
  kind: protobuf_1.MethodKind.Unary,
674
674
  },
675
+ /**
676
+ * CSV operations
677
+ * 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
678
+ *
679
+ * @generated from rpc Scailo.SalariesService.DownloadAsCSV
680
+ */
681
+ downloadAsCSV: {
682
+ name: "DownloadAsCSV",
683
+ I: salaries_scailo_pb_js_1.SalariesServiceFilterReq,
684
+ O: base_scailo_pb_js_1.StandardFile,
685
+ kind: protobuf_1.MethodKind.Unary,
686
+ },
675
687
  }
676
688
  };
@@ -590,5 +590,17 @@ exports.SalesEnquiriesService = {
590
590
  O: base_scailo_pb_js_1.CountResponse,
591
591
  kind: protobuf_1.MethodKind.Unary,
592
592
  },
593
+ /**
594
+ * CSV operations
595
+ * 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
596
+ *
597
+ * @generated from rpc Scailo.SalesEnquiriesService.DownloadAsCSV
598
+ */
599
+ downloadAsCSV: {
600
+ name: "DownloadAsCSV",
601
+ I: sales_enquiries_scailo_pb_js_1.SalesEnquiriesServiceFilterReq,
602
+ O: base_scailo_pb_js_1.StandardFile,
603
+ kind: protobuf_1.MethodKind.Unary,
604
+ },
593
605
  }
594
606
  };
@@ -657,5 +657,17 @@ exports.SalesInvoicesService = {
657
657
  O: base_scailo_pb_js_1.SumResponse,
658
658
  kind: protobuf_1.MethodKind.Unary,
659
659
  },
660
+ /**
661
+ * CSV operations
662
+ * 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
663
+ *
664
+ * @generated from rpc Scailo.SalesInvoicesService.DownloadAsCSV
665
+ */
666
+ downloadAsCSV: {
667
+ name: "DownloadAsCSV",
668
+ I: sales_invoices_scailo_pb_js_1.SalesInvoicesServiceFilterReq,
669
+ O: base_scailo_pb_js_1.StandardFile,
670
+ kind: protobuf_1.MethodKind.Unary,
671
+ },
660
672
  }
661
673
  };
@@ -735,5 +735,17 @@ exports.SalesOrdersService = {
735
735
  O: base_scailo_pb_js_1.SumResponse,
736
736
  kind: protobuf_1.MethodKind.Unary,
737
737
  },
738
+ /**
739
+ * CSV operations
740
+ * 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
741
+ *
742
+ * @generated from rpc Scailo.SalesOrdersService.DownloadAsCSV
743
+ */
744
+ downloadAsCSV: {
745
+ name: "DownloadAsCSV",
746
+ I: sales_orders_scailo_pb_js_1.SalesOrdersServiceFilterReq,
747
+ O: base_scailo_pb_js_1.StandardFile,
748
+ kind: protobuf_1.MethodKind.Unary,
749
+ },
738
750
  }
739
751
  };
@@ -691,5 +691,17 @@ exports.SalesQuotationsService = {
691
691
  O: base_scailo_pb_js_1.CountResponse,
692
692
  kind: protobuf_1.MethodKind.Unary,
693
693
  },
694
+ /**
695
+ * CSV operations
696
+ * 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
697
+ *
698
+ * @generated from rpc Scailo.SalesQuotationsService.DownloadAsCSV
699
+ */
700
+ downloadAsCSV: {
701
+ name: "DownloadAsCSV",
702
+ I: sales_quotations_scailo_pb_js_1.SalesQuotationsServiceFilterReq,
703
+ O: base_scailo_pb_js_1.StandardFile,
704
+ kind: protobuf_1.MethodKind.Unary,
705
+ },
694
706
  }
695
707
  };
@@ -317,5 +317,17 @@ exports.SalesReceiptsService = {
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.SalesReceiptsService.DownloadAsCSV
325
+ */
326
+ downloadAsCSV: {
327
+ name: "DownloadAsCSV",
328
+ I: sales_receipts_scailo_pb_js_1.SalesReceiptsServiceFilterReq,
329
+ O: base_scailo_pb_js_1.StandardFile,
330
+ kind: protobuf_1.MethodKind.Unary,
331
+ },
320
332
  }
321
333
  };
@@ -568,5 +568,17 @@ exports.SalesReturnsService = {
568
568
  O: base_scailo_pb_js_1.CountResponse,
569
569
  kind: protobuf_1.MethodKind.Unary,
570
570
  },
571
+ /**
572
+ * CSV operations
573
+ * 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
574
+ *
575
+ * @generated from rpc Scailo.SalesReturnsService.DownloadAsCSV
576
+ */
577
+ downloadAsCSV: {
578
+ name: "DownloadAsCSV",
579
+ I: sales_returns_scailo_pb_js_1.SalesReturnsServiceFilterReq,
580
+ O: base_scailo_pb_js_1.StandardFile,
581
+ kind: protobuf_1.MethodKind.Unary,
582
+ },
571
583
  }
572
584
  };
@@ -306,5 +306,17 @@ exports.ShiftsService = {
306
306
  O: base_scailo_pb_js_1.CountResponse,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
+ /**
310
+ * CSV operations
311
+ * 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
312
+ *
313
+ * @generated from rpc Scailo.ShiftsService.DownloadAsCSV
314
+ */
315
+ downloadAsCSV: {
316
+ name: "DownloadAsCSV",
317
+ I: shifts_scailo_pb_js_1.ShiftsServiceFilterReq,
318
+ O: base_scailo_pb_js_1.StandardFile,
319
+ kind: protobuf_1.MethodKind.Unary,
320
+ },
309
321
  }
310
322
  };
@@ -410,5 +410,17 @@ exports.ShiftsGroupsService = {
410
410
  O: base_scailo_pb_js_1.CountResponse,
411
411
  kind: protobuf_1.MethodKind.Unary,
412
412
  },
413
+ /**
414
+ * CSV operations
415
+ * 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
416
+ *
417
+ * @generated from rpc Scailo.ShiftsGroupsService.DownloadAsCSV
418
+ */
419
+ downloadAsCSV: {
420
+ name: "DownloadAsCSV",
421
+ I: shifts_groups_scailo_pb_js_1.ShiftsGroupsServiceFilterReq,
422
+ O: base_scailo_pb_js_1.StandardFile,
423
+ kind: protobuf_1.MethodKind.Unary,
424
+ },
413
425
  }
414
426
  };
@@ -592,5 +592,17 @@ exports.SupplyOffersService = {
592
592
  O: base_scailo_pb_js_1.SumResponse,
593
593
  kind: protobuf_1.MethodKind.Unary,
594
594
  },
595
+ /**
596
+ * CSV operations
597
+ * 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
598
+ *
599
+ * @generated from rpc Scailo.SupplyOffersService.DownloadAsCSV
600
+ */
601
+ downloadAsCSV: {
602
+ name: "DownloadAsCSV",
603
+ I: supply_offers_scailo_pb_js_1.SupplyOffersServiceFilterReq,
604
+ O: base_scailo_pb_js_1.StandardFile,
605
+ kind: protobuf_1.MethodKind.Unary,
606
+ },
595
607
  }
596
608
  };
@@ -635,5 +635,17 @@ exports.VendorInvoicesService = {
635
635
  O: base_scailo_pb_js_1.SumResponse,
636
636
  kind: protobuf_1.MethodKind.Unary,
637
637
  },
638
+ /**
639
+ * CSV operations
640
+ * 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
641
+ *
642
+ * @generated from rpc Scailo.VendorInvoicesService.DownloadAsCSV
643
+ */
644
+ downloadAsCSV: {
645
+ name: "DownloadAsCSV",
646
+ I: vendor_invoices_scailo_pb_js_1.VendorInvoicesServiceFilterReq,
647
+ O: base_scailo_pb_js_1.StandardFile,
648
+ kind: protobuf_1.MethodKind.Unary,
649
+ },
638
650
  }
639
651
  };
@@ -383,5 +383,17 @@ exports.VisitationsService = {
383
383
  O: base_scailo_pb_js_1.CountResponse,
384
384
  kind: protobuf_1.MethodKind.Unary,
385
385
  },
386
+ /**
387
+ * CSV operations
388
+ * 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
389
+ *
390
+ * @generated from rpc Scailo.VisitationsService.DownloadAsCSV
391
+ */
392
+ downloadAsCSV: {
393
+ name: "DownloadAsCSV",
394
+ I: visitations_scailo_pb_js_1.VisitationsServiceFilterReq,
395
+ O: base_scailo_pb_js_1.StandardFile,
396
+ kind: protobuf_1.MethodKind.Unary,
397
+ },
386
398
  }
387
399
  };
@@ -1,5 +1,5 @@
1
1
  import { Absence, AbsencesList, AbsencesServiceCountReq, AbsencesServiceCreateRequest, AbsencesServiceFilterReq, AbsencesServicePaginationReq, AbsencesServicePaginationResponse, AbsencesServiceSearchAllReq, AbsencesServiceUpdateRequest } from "./absences.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -299,6 +299,18 @@ export declare const AbsencesService: {
299
299
  readonly O: typeof CountResponse;
300
300
  readonly kind: MethodKind.Unary;
301
301
  };
302
+ /**
303
+ * CSV operations
304
+ * 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
305
+ *
306
+ * @generated from rpc Scailo.AbsencesService.DownloadAsCSV
307
+ */
308
+ readonly downloadAsCSV: {
309
+ readonly name: "DownloadAsCSV";
310
+ readonly I: typeof AbsencesServiceFilterReq;
311
+ readonly O: typeof StandardFile;
312
+ readonly kind: MethodKind.Unary;
313
+ };
302
314
  };
303
315
  };
304
316
  //# sourceMappingURL=absences.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"absences.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/absences.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC7Q,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAC3L,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;;;;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"absences.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/absences.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC7Q,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzM,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;;;;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { ActivitiesList, ActivitiesServiceActionCreateRequest, ActivitiesServiceActionUpdateRequest, ActivitiesServiceActionWithTimerCreateRequest, ActivitiesServiceActivityTagAssociationCreateRequest, ActivitiesServiceCountReq, ActivitiesServiceCreateRequest, ActivitiesServiceFilterReq, ActivitiesServiceImportOwnersRequest, ActivitiesServiceOwnerCreateRequest, ActivitiesServicePaginatedActionsResponse, ActivitiesServicePaginatedTimersResponse, ActivitiesServicePaginationReq, ActivitiesServicePaginationResponse, ActivitiesServiceSearchAllReq, ActivitiesServiceSupervisorCreateRequest, ActivitiesServiceTimerCreateRequest, ActivitiesServiceTimerEndRequest, ActivitiesServiceUpdateRequest, Activity, ActivityAction, ActivityActionHistoryRequest, ActivityActionsList, ActivityActionsSearchRequest, ActivityActionStatistics, ActivityOwner, ActivityOwnersList, ActivityStatistics, ActivitySupervisor, ActivitySupervisorsList, ActivityTagAssociation, ActivityTagAssociationsList, ActivityTimer, ActivityTimersList, ActivityTimersSearchRequest } from "./activities.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -571,6 +571,18 @@ export declare const ActivitiesService: {
571
571
  readonly O: typeof CountResponse;
572
572
  readonly kind: MethodKind.Unary;
573
573
  };
574
+ /**
575
+ * CSV operations
576
+ * 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
577
+ *
578
+ * @generated from rpc Scailo.ActivitiesService.DownloadAsCSV
579
+ */
580
+ readonly downloadAsCSV: {
581
+ readonly name: "DownloadAsCSV";
582
+ readonly I: typeof ActivitiesServiceFilterReq;
583
+ readonly O: typeof StandardFile;
584
+ readonly kind: MethodKind.Unary;
585
+ };
574
586
  };
575
587
  };
576
588
  //# sourceMappingURL=activities.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"activities.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/activities.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,6CAA6C,EAAE,oDAAoD,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,yCAAyC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,wCAAwC,EAAE,mCAAmC,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,QAAQ,EAAE,cAAc,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,aAAa,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AACtjC,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACjP,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"activities.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/activities.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,6CAA6C,EAAE,oDAAoD,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,oCAAoC,EAAE,mCAAmC,EAAE,yCAAyC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,wCAAwC,EAAE,mCAAmC,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,QAAQ,EAAE,cAAc,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,aAAa,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,aAAa,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,MAAM,2BAA2B,CAAC;AACtjC,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC/P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Announcement, AnnouncementsList, AnnouncementsServiceCountReq, AnnouncementsServiceCreateRequest, AnnouncementsServiceFilterReq, AnnouncementsServicePaginationReq, AnnouncementsServicePaginationResponse, AnnouncementsServiceSearchAllReq, AnnouncementsServiceUpdateRequest } from "./announcements.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -299,6 +299,18 @@ export declare const AnnouncementsService: {
299
299
  readonly O: typeof CountResponse;
300
300
  readonly kind: MethodKind.Unary;
301
301
  };
302
+ /**
303
+ * CSV operations
304
+ * 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
305
+ *
306
+ * @generated from rpc Scailo.AnnouncementsService.DownloadAsCSV
307
+ */
308
+ readonly downloadAsCSV: {
309
+ readonly name: "DownloadAsCSV";
310
+ readonly I: typeof AnnouncementsServiceFilterReq;
311
+ readonly O: typeof StandardFile;
312
+ readonly kind: MethodKind.Unary;
313
+ };
302
314
  };
303
315
  };
304
316
  //# sourceMappingURL=announcements.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"announcements.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/announcements.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AAC/T,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAC3L,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"announcements.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/announcements.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,8BAA8B,CAAC;AAC/T,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzM,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Attendance, AttendancesList, AttendancesServiceCountReq, AttendancesServiceCreateRequest, AttendancesServiceFilterReq, AttendancesServiceImageEntryRequest, AttendancesServiceImageExitRequest, AttendancesServicePaginationReq, AttendancesServicePaginationResponse, AttendancesServiceSearchAllReq, AttendancesServiceUpdateRequest } from "./attendances.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, GPSCoordinatesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, ImageResponse } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, GPSCoordinatesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, ImageResponse, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -409,6 +409,18 @@ export declare const AttendancesService: {
409
409
  readonly O: typeof CountResponse;
410
410
  readonly kind: MethodKind.Unary;
411
411
  };
412
+ /**
413
+ * CSV operations
414
+ * 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
415
+ *
416
+ * @generated from rpc Scailo.AttendancesService.DownloadAsCSV
417
+ */
418
+ readonly downloadAsCSV: {
419
+ readonly name: "DownloadAsCSV";
420
+ readonly I: typeof AttendancesServiceFilterReq;
421
+ readonly O: typeof StandardFile;
422
+ readonly kind: MethodKind.Unary;
423
+ };
412
424
  };
413
425
  };
414
426
  //# sourceMappingURL=attendances.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"attendances.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/attendances.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AACpX,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACnP,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;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;;;;;;;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;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"attendances.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/attendances.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AACpX,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;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;;;;;;;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;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { AttendanceAmendment, AttendancesAmendmentsList, AttendancesAmendmentsServiceCountReq, AttendancesAmendmentsServiceCreateRequest, AttendancesAmendmentsServiceFilterReq, AttendancesAmendmentsServicePaginationReq, AttendancesAmendmentsServicePaginationResponse, AttendancesAmendmentsServiceSearchAllReq, AttendancesAmendmentsServiceUpdateRequest } from "./attendances_amendments.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -310,6 +310,18 @@ export declare const AttendancesAmendmentsService: {
310
310
  readonly O: typeof BooleanResponse;
311
311
  readonly kind: MethodKind.Unary;
312
312
  };
313
+ /**
314
+ * CSV operations
315
+ * 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
316
+ *
317
+ * @generated from rpc Scailo.AttendancesAmendmentsService.DownloadAsCSV
318
+ */
319
+ readonly downloadAsCSV: {
320
+ readonly name: "DownloadAsCSV";
321
+ readonly I: typeof AttendancesAmendmentsServiceFilterReq;
322
+ readonly O: typeof StandardFile;
323
+ readonly kind: MethodKind.Unary;
324
+ };
313
325
  };
314
326
  };
315
327
  //# sourceMappingURL=attendances_amendments.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"attendances_amendments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/attendances_amendments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AAC/Y,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AAC5M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"attendances_amendments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/attendances_amendments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,qCAAqC,EAAE,yCAAyC,EAAE,8CAA8C,EAAE,wCAAwC,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AAC/Y,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1N,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B;;;QAGrC;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { CreditNote, CreditNoteAncillaryParameters, CreditNoteItem, CreditNoteItemHistoryRequest, CreditNoteItemProspectiveInfoRequest, CreditNoteItemsList, CreditNoteItemsSearchRequest, CreditNoteReference, CreditNoteReferencesList, CreditNotesList, CreditNotesServiceAlreadyAddedQuantityForSourceRequest, CreditNotesServiceAutofillRequest, CreditNotesServiceCountReq, CreditNotesServiceCreateRequest, CreditNotesServiceFilterReq, CreditNotesServiceItemCreateRequest, CreditNotesServiceItemUpdateRequest, CreditNotesServicePaginatedItemsResponse, CreditNotesServicePaginationReq, CreditNotesServicePaginationResponse, CreditNotesServiceReferenceCreateRequest, CreditNotesServiceSearchAllReq, CreditNotesServiceUpdateRequest } from "./credit_notes.scailo_pb.js";
2
- import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -330,6 +330,29 @@ export declare const CreditNotesService: {
330
330
  readonly O: typeof CreditNotesServicePaginatedItemsResponse;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * CSV operations
335
+ * 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
336
+ *
337
+ * @generated from rpc Scailo.CreditNotesService.DownloadItemsAsCSV
338
+ */
339
+ readonly downloadItemsAsCSV: {
340
+ readonly name: "DownloadItemsAsCSV";
341
+ readonly I: typeof IdentifierUUID;
342
+ readonly O: typeof StandardFile;
343
+ readonly kind: MethodKind.Unary;
344
+ };
345
+ /**
346
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
347
+ *
348
+ * @generated from rpc Scailo.CreditNotesService.UploadCreditNoteItems
349
+ */
350
+ readonly uploadCreditNoteItems: {
351
+ readonly name: "UploadCreditNoteItems";
352
+ readonly I: typeof IdentifierUUIDWithFile;
353
+ readonly O: typeof IdentifiersList;
354
+ readonly kind: MethodKind.Unary;
355
+ };
333
356
  /**
334
357
  * Add a reference
335
358
  *
@@ -584,6 +607,18 @@ export declare const CreditNotesService: {
584
607
  readonly O: typeof CountResponse;
585
608
  readonly kind: MethodKind.Unary;
586
609
  };
610
+ /**
611
+ * CSV operations
612
+ * 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
613
+ *
614
+ * @generated from rpc Scailo.CreditNotesService.DownloadAsCSV
615
+ */
616
+ readonly downloadAsCSV: {
617
+ readonly name: "DownloadAsCSV";
618
+ readonly I: typeof CreditNotesServiceFilterReq;
619
+ readonly O: typeof StandardFile;
620
+ readonly kind: MethodKind.Unary;
621
+ };
587
622
  };
588
623
  };
589
624
  //# sourceMappingURL=credit_notes.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"credit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/credit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,eAAe,EAAE,sDAAsD,EAAE,iCAAiC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1vB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"credit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/credit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,eAAe,EAAE,sDAAsD,EAAE,iCAAiC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,wCAAwC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1vB,OAAO,EAAE,YAAY,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,MAAM,qBAAqB,CAAC;AACjW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}