@kernelminds/scailo-sdk 0.0.46 → 0.0.48
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.
- package/lib/cjs/src/absences.scailo_connect.js +12 -0
- package/lib/cjs/src/activities.scailo_connect.js +61 -0
- package/lib/cjs/src/announcements.scailo_connect.js +23 -0
- package/lib/cjs/src/attendances.scailo_connect.js +12 -0
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +12 -0
- package/lib/cjs/src/credit_notes.scailo_connect.js +35 -0
- package/lib/cjs/src/debit_notes.scailo_connect.js +35 -0
- package/lib/cjs/src/expenses.scailo_connect.js +47 -0
- package/lib/cjs/src/goals.scailo_connect.js +35 -0
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +12 -0
- package/lib/cjs/src/goods_receipts.scailo_connect.js +12 -0
- package/lib/cjs/src/holidays.scailo_connect.js +23 -0
- package/lib/cjs/src/inward_jobs.scailo_connect.js +12 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +12 -0
- package/lib/cjs/src/leaves_requests.scailo_connect.js +12 -0
- package/lib/cjs/src/leaves_types.scailo_connect.js +23 -0
- package/lib/cjs/src/on_duties.scailo_connect.js +12 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +12 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
- package/lib/cjs/src/overtimes.scailo_connect.js +12 -0
- package/lib/cjs/src/production_plans.scailo_connect.js +35 -0
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +12 -0
- package/lib/cjs/src/projects.scailo_connect.js +12 -0
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +35 -0
- package/lib/cjs/src/purchases_orders.scailo_connect.js +12 -0
- package/lib/cjs/src/purchases_payments.scailo_connect.js +12 -0
- package/lib/cjs/src/purchases_returns.scailo_connect.js +12 -0
- package/lib/cjs/src/qc_samples.scailo_connect.js +35 -0
- package/lib/cjs/src/quotations_requests.scailo_connect.js +35 -0
- package/lib/cjs/src/quotations_responses.scailo_connect.js +12 -0
- package/lib/cjs/src/roles.scailo_connect.js +23 -0
- package/lib/cjs/src/salaries.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_invoices.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_orders.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_quotations.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_receipts.scailo_connect.js +12 -0
- package/lib/cjs/src/sales_returns.scailo_connect.js +12 -0
- package/lib/cjs/src/shifts.scailo_connect.js +23 -0
- package/lib/cjs/src/shifts_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/supply_offers.scailo_connect.js +12 -0
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +12 -0
- package/lib/cjs/src/visitations.scailo_connect.js +12 -0
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +62 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +48 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +36 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +13 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +12 -0
- package/lib/esm/src/activities.scailo_connect.js +61 -0
- package/lib/esm/src/announcements.scailo_connect.js +23 -0
- package/lib/esm/src/attendances.scailo_connect.js +12 -0
- package/lib/esm/src/attendances_amendments.scailo_connect.js +12 -0
- package/lib/esm/src/credit_notes.scailo_connect.js +35 -0
- package/lib/esm/src/debit_notes.scailo_connect.js +35 -0
- package/lib/esm/src/expenses.scailo_connect.js +47 -0
- package/lib/esm/src/goals.scailo_connect.js +35 -0
- package/lib/esm/src/goods_dispatches.scailo_connect.js +12 -0
- package/lib/esm/src/goods_receipts.scailo_connect.js +12 -0
- package/lib/esm/src/holidays.scailo_connect.js +23 -0
- package/lib/esm/src/inward_jobs.scailo_connect.js +12 -0
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +12 -0
- package/lib/esm/src/leaves_requests.scailo_connect.js +12 -0
- package/lib/esm/src/leaves_types.scailo_connect.js +23 -0
- package/lib/esm/src/on_duties.scailo_connect.js +12 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +12 -0
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +12 -0
- package/lib/esm/src/overtimes.scailo_connect.js +12 -0
- package/lib/esm/src/production_plans.scailo_connect.js +35 -0
- package/lib/esm/src/proforma_invoices.scailo_connect.js +12 -0
- package/lib/esm/src/projects.scailo_connect.js +12 -0
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +35 -0
- package/lib/esm/src/purchases_orders.scailo_connect.js +12 -0
- package/lib/esm/src/purchases_payments.scailo_connect.js +12 -0
- package/lib/esm/src/purchases_returns.scailo_connect.js +12 -0
- package/lib/esm/src/qc_samples.scailo_connect.js +35 -0
- package/lib/esm/src/quotations_requests.scailo_connect.js +35 -0
- package/lib/esm/src/quotations_responses.scailo_connect.js +12 -0
- package/lib/esm/src/roles.scailo_connect.js +23 -0
- package/lib/esm/src/salaries.scailo_connect.js +12 -0
- package/lib/esm/src/sales_enquiries.scailo_connect.js +12 -0
- package/lib/esm/src/sales_invoices.scailo_connect.js +12 -0
- package/lib/esm/src/sales_orders.scailo_connect.js +12 -0
- package/lib/esm/src/sales_quotations.scailo_connect.js +12 -0
- package/lib/esm/src/sales_receipts.scailo_connect.js +12 -0
- package/lib/esm/src/sales_returns.scailo_connect.js +12 -0
- package/lib/esm/src/shifts.scailo_connect.js +23 -0
- package/lib/esm/src/shifts_groups.scailo_connect.js +23 -0
- package/lib/esm/src/supply_offers.scailo_connect.js +12 -0
- package/lib/esm/src/vendor_invoices.scailo_connect.js +12 -0
- package/lib/esm/src/visitations.scailo_connect.js +12 -0
- package/lib/esm/types/src/absences.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +62 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +48 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +36 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +13 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -306,5 +306,17 @@ exports.AbsencesService = {
|
|
|
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.AbsencesService.DownloadAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadAsCSV: {
|
|
316
|
+
name: "DownloadAsCSV",
|
|
317
|
+
I: absences_scailo_pb_js_1.AbsencesServiceFilterReq,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
309
321
|
}
|
|
310
322
|
};
|
|
@@ -226,6 +226,29 @@ exports.ActivitiesService = {
|
|
|
226
226
|
O: activities_scailo_pb_js_1.ActivitiesServicePaginatedActionsResponse,
|
|
227
227
|
kind: protobuf_1.MethodKind.Unary,
|
|
228
228
|
},
|
|
229
|
+
/**
|
|
230
|
+
* CSV operations
|
|
231
|
+
* Download the CSV file that could be used to upload actions from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
232
|
+
*
|
|
233
|
+
* @generated from rpc Scailo.ActivitiesService.DownloadActionsAsCSV
|
|
234
|
+
*/
|
|
235
|
+
downloadActionsAsCSV: {
|
|
236
|
+
name: "DownloadActionsAsCSV",
|
|
237
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
238
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
239
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
240
|
+
},
|
|
241
|
+
/**
|
|
242
|
+
* Upload actions using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
243
|
+
*
|
|
244
|
+
* @generated from rpc Scailo.ActivitiesService.UploadActivityActions
|
|
245
|
+
*/
|
|
246
|
+
uploadActivityActions: {
|
|
247
|
+
name: "UploadActivityActions",
|
|
248
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
249
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
250
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
251
|
+
},
|
|
229
252
|
/**
|
|
230
253
|
* Add an activity tag
|
|
231
254
|
*
|
|
@@ -446,6 +469,21 @@ exports.ActivitiesService = {
|
|
|
446
469
|
O: activities_scailo_pb_js_1.ActivitiesServicePaginatedTimersResponse,
|
|
447
470
|
kind: protobuf_1.MethodKind.Unary,
|
|
448
471
|
},
|
|
472
|
+
/**
|
|
473
|
+
* CSV operations
|
|
474
|
+
* Download the CSV file that could be used to upload timers from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
475
|
+
*
|
|
476
|
+
* Upload timers using a CSV file. This is not an idempotent operation.
|
|
477
|
+
* rpc UploadActivityTimers(IdentifierUUIDWithFile) returns (IdentifiersList);
|
|
478
|
+
*
|
|
479
|
+
* @generated from rpc Scailo.ActivitiesService.DownloadTimersAsCSV
|
|
480
|
+
*/
|
|
481
|
+
downloadTimersAsCSV: {
|
|
482
|
+
name: "DownloadTimersAsCSV",
|
|
483
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
484
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
485
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
486
|
+
},
|
|
449
487
|
/**
|
|
450
488
|
* View by ID
|
|
451
489
|
*
|
|
@@ -578,5 +616,28 @@ exports.ActivitiesService = {
|
|
|
578
616
|
O: base_scailo_pb_js_1.CountResponse,
|
|
579
617
|
kind: protobuf_1.MethodKind.Unary,
|
|
580
618
|
},
|
|
619
|
+
/**
|
|
620
|
+
* CSV operations
|
|
621
|
+
* 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
|
|
622
|
+
*
|
|
623
|
+
* @generated from rpc Scailo.ActivitiesService.DownloadAsCSV
|
|
624
|
+
*/
|
|
625
|
+
downloadAsCSV: {
|
|
626
|
+
name: "DownloadAsCSV",
|
|
627
|
+
I: activities_scailo_pb_js_1.ActivitiesServiceFilterReq,
|
|
628
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
629
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
630
|
+
},
|
|
631
|
+
/**
|
|
632
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
633
|
+
*
|
|
634
|
+
* @generated from rpc Scailo.ActivitiesService.ImportFromCSV
|
|
635
|
+
*/
|
|
636
|
+
importFromCSV: {
|
|
637
|
+
name: "ImportFromCSV",
|
|
638
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
639
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
640
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
641
|
+
},
|
|
581
642
|
}
|
|
582
643
|
};
|
|
@@ -306,5 +306,28 @@ exports.AnnouncementsService = {
|
|
|
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.AnnouncementsService.DownloadAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadAsCSV: {
|
|
316
|
+
name: "DownloadAsCSV",
|
|
317
|
+
I: announcements_scailo_pb_js_1.AnnouncementsServiceFilterReq,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
321
|
+
/**
|
|
322
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
323
|
+
*
|
|
324
|
+
* @generated from rpc Scailo.AnnouncementsService.ImportFromCSV
|
|
325
|
+
*/
|
|
326
|
+
importFromCSV: {
|
|
327
|
+
name: "ImportFromCSV",
|
|
328
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
329
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
330
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
331
|
+
},
|
|
309
332
|
}
|
|
310
333
|
};
|
|
@@ -416,5 +416,17 @@ exports.AttendancesService = {
|
|
|
416
416
|
O: base_scailo_pb_js_1.CountResponse,
|
|
417
417
|
kind: protobuf_1.MethodKind.Unary,
|
|
418
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* CSV operations
|
|
421
|
+
* 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
|
|
422
|
+
*
|
|
423
|
+
* @generated from rpc Scailo.AttendancesService.DownloadAsCSV
|
|
424
|
+
*/
|
|
425
|
+
downloadAsCSV: {
|
|
426
|
+
name: "DownloadAsCSV",
|
|
427
|
+
I: attendances_scailo_pb_js_1.AttendancesServiceFilterReq,
|
|
428
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
429
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
430
|
+
},
|
|
419
431
|
}
|
|
420
432
|
};
|
|
@@ -317,5 +317,17 @@ exports.AttendancesAmendmentsService = {
|
|
|
317
317
|
O: base_scailo_pb_js_1.BooleanResponse,
|
|
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.AttendancesAmendmentsService.DownloadAsCSV
|
|
325
|
+
*/
|
|
326
|
+
downloadAsCSV: {
|
|
327
|
+
name: "DownloadAsCSV",
|
|
328
|
+
I: attendances_amendments_scailo_pb_js_1.AttendancesAmendmentsServiceFilterReq,
|
|
329
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
330
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
331
|
+
},
|
|
320
332
|
}
|
|
321
333
|
};
|
|
@@ -337,6 +337,29 @@ exports.CreditNotesService = {
|
|
|
337
337
|
O: credit_notes_scailo_pb_js_1.CreditNotesServicePaginatedItemsResponse,
|
|
338
338
|
kind: protobuf_1.MethodKind.Unary,
|
|
339
339
|
},
|
|
340
|
+
/**
|
|
341
|
+
* CSV operations
|
|
342
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
343
|
+
*
|
|
344
|
+
* @generated from rpc Scailo.CreditNotesService.DownloadItemsAsCSV
|
|
345
|
+
*/
|
|
346
|
+
downloadItemsAsCSV: {
|
|
347
|
+
name: "DownloadItemsAsCSV",
|
|
348
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
349
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
350
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
351
|
+
},
|
|
352
|
+
/**
|
|
353
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.CreditNotesService.UploadCreditNoteItems
|
|
356
|
+
*/
|
|
357
|
+
uploadCreditNoteItems: {
|
|
358
|
+
name: "UploadCreditNoteItems",
|
|
359
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
360
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
340
363
|
/**
|
|
341
364
|
* Add a reference
|
|
342
365
|
*
|
|
@@ -591,5 +614,17 @@ exports.CreditNotesService = {
|
|
|
591
614
|
O: base_scailo_pb_js_1.CountResponse,
|
|
592
615
|
kind: protobuf_1.MethodKind.Unary,
|
|
593
616
|
},
|
|
617
|
+
/**
|
|
618
|
+
* CSV operations
|
|
619
|
+
* 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
|
|
620
|
+
*
|
|
621
|
+
* @generated from rpc Scailo.CreditNotesService.DownloadAsCSV
|
|
622
|
+
*/
|
|
623
|
+
downloadAsCSV: {
|
|
624
|
+
name: "DownloadAsCSV",
|
|
625
|
+
I: credit_notes_scailo_pb_js_1.CreditNotesServiceFilterReq,
|
|
626
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
627
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
628
|
+
},
|
|
594
629
|
}
|
|
595
630
|
};
|
|
@@ -337,6 +337,29 @@ exports.DebitNotesService = {
|
|
|
337
337
|
O: debit_notes_scailo_pb_js_1.DebitNotesServicePaginatedItemsResponse,
|
|
338
338
|
kind: protobuf_1.MethodKind.Unary,
|
|
339
339
|
},
|
|
340
|
+
/**
|
|
341
|
+
* CSV operations
|
|
342
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
343
|
+
*
|
|
344
|
+
* @generated from rpc Scailo.DebitNotesService.DownloadItemsAsCSV
|
|
345
|
+
*/
|
|
346
|
+
downloadItemsAsCSV: {
|
|
347
|
+
name: "DownloadItemsAsCSV",
|
|
348
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
349
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
350
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
351
|
+
},
|
|
352
|
+
/**
|
|
353
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.DebitNotesService.UploadDebitNoteItems
|
|
356
|
+
*/
|
|
357
|
+
uploadDebitNoteItems: {
|
|
358
|
+
name: "UploadDebitNoteItems",
|
|
359
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
360
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
340
363
|
/**
|
|
341
364
|
* Add a reference
|
|
342
365
|
*
|
|
@@ -591,5 +614,17 @@ exports.DebitNotesService = {
|
|
|
591
614
|
O: base_scailo_pb_js_1.CountResponse,
|
|
592
615
|
kind: protobuf_1.MethodKind.Unary,
|
|
593
616
|
},
|
|
617
|
+
/**
|
|
618
|
+
* CSV operations
|
|
619
|
+
* 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
|
|
620
|
+
*
|
|
621
|
+
* @generated from rpc Scailo.DebitNotesService.DownloadAsCSV
|
|
622
|
+
*/
|
|
623
|
+
downloadAsCSV: {
|
|
624
|
+
name: "DownloadAsCSV",
|
|
625
|
+
I: debit_notes_scailo_pb_js_1.DebitNotesServiceFilterReq,
|
|
626
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
627
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
628
|
+
},
|
|
594
629
|
}
|
|
595
630
|
};
|
|
@@ -325,6 +325,29 @@ exports.ExpensesService = {
|
|
|
325
325
|
O: expenses_scailo_pb_js_1.ExpensesServicePaginatedItemsResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
329
|
+
* CSV operations
|
|
330
|
+
* 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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ExpensesService.DownloadItemsAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadItemsAsCSV: {
|
|
335
|
+
name: "DownloadItemsAsCSV",
|
|
336
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.ExpensesService.UploadExpenseItems
|
|
344
|
+
*/
|
|
345
|
+
uploadExpenseItems: {
|
|
346
|
+
name: "UploadExpenseItems",
|
|
347
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
/**
|
|
329
352
|
* View by ID
|
|
330
353
|
*
|
|
@@ -413,6 +436,18 @@ exports.ExpensesService = {
|
|
|
413
436
|
O: expenses_scailo_pb_js_1.ExpensesServicePaginationResponse,
|
|
414
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
415
438
|
},
|
|
439
|
+
/**
|
|
440
|
+
* Other view operations
|
|
441
|
+
* Download expense with the given IdentifierUUID (can be used to allow public downloads)
|
|
442
|
+
*
|
|
443
|
+
* @generated from rpc Scailo.ExpensesService.DownloadByUUID
|
|
444
|
+
*/
|
|
445
|
+
downloadByUUID: {
|
|
446
|
+
name: "DownloadByUUID",
|
|
447
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
448
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
449
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
450
|
+
},
|
|
416
451
|
/**
|
|
417
452
|
* View all that match the given search key
|
|
418
453
|
*
|
|
@@ -457,5 +492,17 @@ exports.ExpensesService = {
|
|
|
457
492
|
O: base_scailo_pb_js_1.CountResponse,
|
|
458
493
|
kind: protobuf_1.MethodKind.Unary,
|
|
459
494
|
},
|
|
495
|
+
/**
|
|
496
|
+
* CSV operations
|
|
497
|
+
* 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
|
|
498
|
+
*
|
|
499
|
+
* @generated from rpc Scailo.ExpensesService.DownloadAsCSV
|
|
500
|
+
*/
|
|
501
|
+
downloadAsCSV: {
|
|
502
|
+
name: "DownloadAsCSV",
|
|
503
|
+
I: expenses_scailo_pb_js_1.ExpensesServiceFilterReq,
|
|
504
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
505
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
506
|
+
},
|
|
460
507
|
}
|
|
461
508
|
};
|
|
@@ -325,6 +325,29 @@ exports.GoalsService = {
|
|
|
325
325
|
O: goals_scailo_pb_js_1.GoalsServicePaginatedItemsResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
329
|
+
* CSV operations
|
|
330
|
+
* 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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.GoalsService.DownloadItemsAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadItemsAsCSV: {
|
|
335
|
+
name: "DownloadItemsAsCSV",
|
|
336
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.GoalsService.UploadGoalItems
|
|
344
|
+
*/
|
|
345
|
+
uploadGoalItems: {
|
|
346
|
+
name: "UploadGoalItems",
|
|
347
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
/**
|
|
329
352
|
* View by ID
|
|
330
353
|
*
|
|
@@ -457,5 +480,17 @@ exports.GoalsService = {
|
|
|
457
480
|
O: base_scailo_pb_js_1.CountResponse,
|
|
458
481
|
kind: protobuf_1.MethodKind.Unary,
|
|
459
482
|
},
|
|
483
|
+
/**
|
|
484
|
+
* CSV operations
|
|
485
|
+
* 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
|
|
486
|
+
*
|
|
487
|
+
* @generated from rpc Scailo.GoalsService.DownloadAsCSV
|
|
488
|
+
*/
|
|
489
|
+
downloadAsCSV: {
|
|
490
|
+
name: "DownloadAsCSV",
|
|
491
|
+
I: goals_scailo_pb_js_1.GoalsServiceFilterReq,
|
|
492
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
493
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
494
|
+
},
|
|
460
495
|
}
|
|
461
496
|
};
|
|
@@ -603,5 +603,17 @@ exports.GoodsDispatchesService = {
|
|
|
603
603
|
O: base_scailo_pb_js_1.CountResponse,
|
|
604
604
|
kind: protobuf_1.MethodKind.Unary,
|
|
605
605
|
},
|
|
606
|
+
/**
|
|
607
|
+
* CSV operations
|
|
608
|
+
* 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
|
|
609
|
+
*
|
|
610
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadAsCSV
|
|
611
|
+
*/
|
|
612
|
+
downloadAsCSV: {
|
|
613
|
+
name: "DownloadAsCSV",
|
|
614
|
+
I: goods_dispatches_scailo_pb_js_1.GoodsDispatchesServiceFilterReq,
|
|
615
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
616
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
617
|
+
},
|
|
606
618
|
}
|
|
607
619
|
};
|
|
@@ -603,5 +603,17 @@ exports.GoodsReceiptsService = {
|
|
|
603
603
|
O: base_scailo_pb_js_1.CountResponse,
|
|
604
604
|
kind: protobuf_1.MethodKind.Unary,
|
|
605
605
|
},
|
|
606
|
+
/**
|
|
607
|
+
* CSV operations
|
|
608
|
+
* 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
|
|
609
|
+
*
|
|
610
|
+
* @generated from rpc Scailo.GoodsReceiptsService.DownloadAsCSV
|
|
611
|
+
*/
|
|
612
|
+
downloadAsCSV: {
|
|
613
|
+
name: "DownloadAsCSV",
|
|
614
|
+
I: goods_receipts_scailo_pb_js_1.GoodsReceiptsServiceFilterReq,
|
|
615
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
616
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
617
|
+
},
|
|
606
618
|
}
|
|
607
619
|
};
|
|
@@ -421,5 +421,28 @@ exports.HolidaysService = {
|
|
|
421
421
|
O: base_scailo_pb_js_1.CountResponse,
|
|
422
422
|
kind: protobuf_1.MethodKind.Unary,
|
|
423
423
|
},
|
|
424
|
+
/**
|
|
425
|
+
* CSV operations
|
|
426
|
+
* 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
|
|
427
|
+
*
|
|
428
|
+
* @generated from rpc Scailo.HolidaysService.DownloadAsCSV
|
|
429
|
+
*/
|
|
430
|
+
downloadAsCSV: {
|
|
431
|
+
name: "DownloadAsCSV",
|
|
432
|
+
I: holidays_scailo_pb_js_1.HolidaysServiceFilterReq,
|
|
433
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
434
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
435
|
+
},
|
|
436
|
+
/**
|
|
437
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
438
|
+
*
|
|
439
|
+
* @generated from rpc Scailo.HolidaysService.ImportFromCSV
|
|
440
|
+
*/
|
|
441
|
+
importFromCSV: {
|
|
442
|
+
name: "ImportFromCSV",
|
|
443
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
444
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
445
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
446
|
+
},
|
|
424
447
|
}
|
|
425
448
|
};
|
|
@@ -854,5 +854,17 @@ exports.InwardJobsService = {
|
|
|
854
854
|
O: base_scailo_pb_js_1.CountResponse,
|
|
855
855
|
kind: protobuf_1.MethodKind.Unary,
|
|
856
856
|
},
|
|
857
|
+
/**
|
|
858
|
+
* CSV operations
|
|
859
|
+
* 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
|
|
860
|
+
*
|
|
861
|
+
* @generated from rpc Scailo.InwardJobsService.DownloadAsCSV
|
|
862
|
+
*/
|
|
863
|
+
downloadAsCSV: {
|
|
864
|
+
name: "DownloadAsCSV",
|
|
865
|
+
I: inward_jobs_scailo_pb_js_1.InwardJobsServiceFilterReq,
|
|
866
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
867
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
868
|
+
},
|
|
857
869
|
}
|
|
858
870
|
};
|
|
@@ -558,5 +558,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
558
558
|
O: base_scailo_pb_js_1.CountResponse,
|
|
559
559
|
kind: protobuf_1.MethodKind.Unary,
|
|
560
560
|
},
|
|
561
|
+
/**
|
|
562
|
+
* CSV operations
|
|
563
|
+
* 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
|
|
564
|
+
*
|
|
565
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadAsCSV
|
|
566
|
+
*/
|
|
567
|
+
downloadAsCSV: {
|
|
568
|
+
name: "DownloadAsCSV",
|
|
569
|
+
I: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobsFreeIssueMaterialsServiceFilterReq,
|
|
570
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
571
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
572
|
+
},
|
|
561
573
|
}
|
|
562
574
|
};
|
|
@@ -558,5 +558,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
558
558
|
O: base_scailo_pb_js_1.CountResponse,
|
|
559
559
|
kind: protobuf_1.MethodKind.Unary,
|
|
560
560
|
},
|
|
561
|
+
/**
|
|
562
|
+
* CSV operations
|
|
563
|
+
* 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
|
|
564
|
+
*
|
|
565
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadAsCSV
|
|
566
|
+
*/
|
|
567
|
+
downloadAsCSV: {
|
|
568
|
+
name: "DownloadAsCSV",
|
|
569
|
+
I: inward_jobs_free_issue_materials_returns_scailo_pb_js_1.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq,
|
|
570
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
571
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
572
|
+
},
|
|
561
573
|
}
|
|
562
574
|
};
|
|
@@ -443,5 +443,17 @@ exports.LeavesAdjustmentsService = {
|
|
|
443
443
|
O: base_scailo_pb_js_1.CountResponse,
|
|
444
444
|
kind: protobuf_1.MethodKind.Unary,
|
|
445
445
|
},
|
|
446
|
+
/**
|
|
447
|
+
* CSV operations
|
|
448
|
+
* 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
|
|
449
|
+
*
|
|
450
|
+
* @generated from rpc Scailo.LeavesAdjustmentsService.DownloadAsCSV
|
|
451
|
+
*/
|
|
452
|
+
downloadAsCSV: {
|
|
453
|
+
name: "DownloadAsCSV",
|
|
454
|
+
I: leaves_adjustments_scailo_pb_js_1.LeavesAdjustmentsServiceFilterReq,
|
|
455
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
456
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
457
|
+
},
|
|
446
458
|
}
|
|
447
459
|
};
|
|
@@ -306,5 +306,17 @@ exports.LeavesRequestsService = {
|
|
|
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.LeavesRequestsService.DownloadAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadAsCSV: {
|
|
316
|
+
name: "DownloadAsCSV",
|
|
317
|
+
I: leaves_requests_scailo_pb_js_1.LeavesRequestsServiceFilterReq,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
309
321
|
}
|
|
310
322
|
};
|
|
@@ -306,5 +306,28 @@ exports.LeavesTypesService = {
|
|
|
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.LeavesTypesService.DownloadAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadAsCSV: {
|
|
316
|
+
name: "DownloadAsCSV",
|
|
317
|
+
I: leaves_types_scailo_pb_js_1.LeavesTypesServiceFilterReq,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
321
|
+
/**
|
|
322
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
323
|
+
*
|
|
324
|
+
* @generated from rpc Scailo.LeavesTypesService.ImportFromCSV
|
|
325
|
+
*/
|
|
326
|
+
importFromCSV: {
|
|
327
|
+
name: "ImportFromCSV",
|
|
328
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
329
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
330
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
331
|
+
},
|
|
309
332
|
}
|
|
310
333
|
};
|
|
@@ -394,5 +394,17 @@ exports.OnDutiesService = {
|
|
|
394
394
|
O: base_scailo_pb_js_1.CountResponse,
|
|
395
395
|
kind: protobuf_1.MethodKind.Unary,
|
|
396
396
|
},
|
|
397
|
+
/**
|
|
398
|
+
* CSV operations
|
|
399
|
+
* 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
|
|
400
|
+
*
|
|
401
|
+
* @generated from rpc Scailo.OnDutiesService.DownloadAsCSV
|
|
402
|
+
*/
|
|
403
|
+
downloadAsCSV: {
|
|
404
|
+
name: "DownloadAsCSV",
|
|
405
|
+
I: on_duties_scailo_pb_js_1.OnDutiesServiceFilterReq,
|
|
406
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
407
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
408
|
+
},
|
|
397
409
|
}
|
|
398
410
|
};
|
|
@@ -854,5 +854,17 @@ exports.OutwardJobsService = {
|
|
|
854
854
|
O: base_scailo_pb_js_1.CountResponse,
|
|
855
855
|
kind: protobuf_1.MethodKind.Unary,
|
|
856
856
|
},
|
|
857
|
+
/**
|
|
858
|
+
* CSV operations
|
|
859
|
+
* 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
|
|
860
|
+
*
|
|
861
|
+
* @generated from rpc Scailo.OutwardJobsService.DownloadAsCSV
|
|
862
|
+
*/
|
|
863
|
+
downloadAsCSV: {
|
|
864
|
+
name: "DownloadAsCSV",
|
|
865
|
+
I: outward_jobs_scailo_pb_js_1.OutwardJobsServiceFilterReq,
|
|
866
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
867
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
868
|
+
},
|
|
857
869
|
}
|
|
858
870
|
};
|
|
@@ -569,5 +569,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
569
569
|
O: base_scailo_pb_js_1.CountResponse,
|
|
570
570
|
kind: protobuf_1.MethodKind.Unary,
|
|
571
571
|
},
|
|
572
|
+
/**
|
|
573
|
+
* CSV operations
|
|
574
|
+
* 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
|
|
575
|
+
*
|
|
576
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadAsCSV
|
|
577
|
+
*/
|
|
578
|
+
downloadAsCSV: {
|
|
579
|
+
name: "DownloadAsCSV",
|
|
580
|
+
I: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobsFreeIssueMaterialsServiceFilterReq,
|
|
581
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
582
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
583
|
+
},
|
|
572
584
|
}
|
|
573
585
|
};
|
|
@@ -558,5 +558,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
558
558
|
O: base_scailo_pb_js_1.CountResponse,
|
|
559
559
|
kind: protobuf_1.MethodKind.Unary,
|
|
560
560
|
},
|
|
561
|
+
/**
|
|
562
|
+
* CSV operations
|
|
563
|
+
* 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
|
|
564
|
+
*
|
|
565
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadAsCSV
|
|
566
|
+
*/
|
|
567
|
+
downloadAsCSV: {
|
|
568
|
+
name: "DownloadAsCSV",
|
|
569
|
+
I: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq,
|
|
570
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
571
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
572
|
+
},
|
|
561
573
|
}
|
|
562
574
|
};
|
|
@@ -306,5 +306,17 @@ exports.OvertimesService = {
|
|
|
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.OvertimesService.DownloadAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadAsCSV: {
|
|
316
|
+
name: "DownloadAsCSV",
|
|
317
|
+
I: overtimes_scailo_pb_js_1.OvertimesServiceFilterReq,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
309
321
|
}
|
|
310
322
|
};
|