@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
|
@@ -348,6 +348,29 @@ exports.ProductionPlansService = {
|
|
|
348
348
|
O: production_plans_scailo_pb_js_1.ProductionPlansServicePaginatedItemsResponse,
|
|
349
349
|
kind: protobuf_1.MethodKind.Unary,
|
|
350
350
|
},
|
|
351
|
+
/**
|
|
352
|
+
* CSV operations
|
|
353
|
+
* 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
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.ProductionPlansService.DownloadItemsAsCSV
|
|
356
|
+
*/
|
|
357
|
+
downloadItemsAsCSV: {
|
|
358
|
+
name: "DownloadItemsAsCSV",
|
|
359
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
360
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
363
|
+
/**
|
|
364
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
365
|
+
*
|
|
366
|
+
* @generated from rpc Scailo.ProductionPlansService.UploadProductionPlanItems
|
|
367
|
+
*/
|
|
368
|
+
uploadProductionPlanItems: {
|
|
369
|
+
name: "UploadProductionPlanItems",
|
|
370
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
371
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
372
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
373
|
+
},
|
|
351
374
|
/**
|
|
352
375
|
* View by ID
|
|
353
376
|
*
|
|
@@ -557,5 +580,17 @@ exports.ProductionPlansService = {
|
|
|
557
580
|
O: base_scailo_pb_js_1.CountResponse,
|
|
558
581
|
kind: protobuf_1.MethodKind.Unary,
|
|
559
582
|
},
|
|
583
|
+
/**
|
|
584
|
+
* CSV operations
|
|
585
|
+
* 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
|
|
586
|
+
*
|
|
587
|
+
* @generated from rpc Scailo.ProductionPlansService.DownloadAsCSV
|
|
588
|
+
*/
|
|
589
|
+
downloadAsCSV: {
|
|
590
|
+
name: "DownloadAsCSV",
|
|
591
|
+
I: production_plans_scailo_pb_js_1.ProductionPlansServiceFilterReq,
|
|
592
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
593
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
594
|
+
},
|
|
560
595
|
}
|
|
561
596
|
};
|
|
@@ -613,5 +613,17 @@ exports.ProformaInvoicesService = {
|
|
|
613
613
|
O: base_scailo_pb_js_1.SumResponse,
|
|
614
614
|
kind: protobuf_1.MethodKind.Unary,
|
|
615
615
|
},
|
|
616
|
+
/**
|
|
617
|
+
* CSV operations
|
|
618
|
+
* 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
|
|
619
|
+
*
|
|
620
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DownloadAsCSV
|
|
621
|
+
*/
|
|
622
|
+
downloadAsCSV: {
|
|
623
|
+
name: "DownloadAsCSV",
|
|
624
|
+
I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceFilterReq,
|
|
625
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
626
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
627
|
+
},
|
|
616
628
|
}
|
|
617
629
|
};
|
|
@@ -391,5 +391,17 @@ exports.ProjectsService = {
|
|
|
391
391
|
O: base_scailo_pb_js_1.CountResponse,
|
|
392
392
|
kind: protobuf_1.MethodKind.Unary,
|
|
393
393
|
},
|
|
394
|
+
/**
|
|
395
|
+
* CSV operations
|
|
396
|
+
* 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
|
|
397
|
+
*
|
|
398
|
+
* @generated from rpc Scailo.ProjectsService.DownloadAsCSV
|
|
399
|
+
*/
|
|
400
|
+
downloadAsCSV: {
|
|
401
|
+
name: "DownloadAsCSV",
|
|
402
|
+
I: projects_scailo_pb_js_1.ProjectsServiceFilterReq,
|
|
403
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
404
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
405
|
+
},
|
|
394
406
|
}
|
|
395
407
|
};
|
|
@@ -314,6 +314,29 @@ exports.PurchasesEnquiriesService = {
|
|
|
314
314
|
O: purchases_enquiries_scailo_pb_js_1.PurchaseEnquiriesServicePaginatedItemsResponse,
|
|
315
315
|
kind: protobuf_1.MethodKind.Unary,
|
|
316
316
|
},
|
|
317
|
+
/**
|
|
318
|
+
* CSV operations
|
|
319
|
+
* 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
|
|
320
|
+
*
|
|
321
|
+
* @generated from rpc Scailo.PurchasesEnquiriesService.DownloadItemsAsCSV
|
|
322
|
+
*/
|
|
323
|
+
downloadItemsAsCSV: {
|
|
324
|
+
name: "DownloadItemsAsCSV",
|
|
325
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
326
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
327
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.PurchasesEnquiriesService.UploadPurchaseEnquiryItems
|
|
333
|
+
*/
|
|
334
|
+
uploadPurchaseEnquiryItems: {
|
|
335
|
+
name: "UploadPurchaseEnquiryItems",
|
|
336
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
337
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
317
340
|
/**
|
|
318
341
|
* View by ID
|
|
319
342
|
*
|
|
@@ -457,5 +480,17 @@ exports.PurchasesEnquiriesService = {
|
|
|
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.PurchasesEnquiriesService.DownloadAsCSV
|
|
488
|
+
*/
|
|
489
|
+
downloadAsCSV: {
|
|
490
|
+
name: "DownloadAsCSV",
|
|
491
|
+
I: purchases_enquiries_scailo_pb_js_1.PurchasesEnquiriesServiceFilterReq,
|
|
492
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
493
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
494
|
+
},
|
|
460
495
|
}
|
|
461
496
|
};
|
|
@@ -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
|
};
|
|
@@ -193,6 +193,18 @@ exports.QCSamplesService = {
|
|
|
193
193
|
O: qc_samples_scailo_pb_js_1.QCSamplesServicePaginatedParametersResponse,
|
|
194
194
|
kind: protobuf_1.MethodKind.Unary,
|
|
195
195
|
},
|
|
196
|
+
/**
|
|
197
|
+
* CSV operations
|
|
198
|
+
* Download the CSV file that consists of the list of parameters in each qc sample represented by the given identifier UUID
|
|
199
|
+
*
|
|
200
|
+
* @generated from rpc Scailo.QCSamplesService.DownloadParametersAsCSV
|
|
201
|
+
*/
|
|
202
|
+
downloadParametersAsCSV: {
|
|
203
|
+
name: "DownloadParametersAsCSV",
|
|
204
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
205
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
206
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
207
|
+
},
|
|
196
208
|
/**
|
|
197
209
|
* View by ID
|
|
198
210
|
*
|
|
@@ -292,6 +304,17 @@ exports.QCSamplesService = {
|
|
|
292
304
|
O: qc_samples_scailo_pb_js_1.QCSamplesServicePaginationResponse,
|
|
293
305
|
kind: protobuf_1.MethodKind.Unary,
|
|
294
306
|
},
|
|
307
|
+
/**
|
|
308
|
+
* Download qc sample with the given IdentifierUUID (can be used to allow public downloads)
|
|
309
|
+
*
|
|
310
|
+
* @generated from rpc Scailo.QCSamplesService.DownloadByUUID
|
|
311
|
+
*/
|
|
312
|
+
downloadByUUID: {
|
|
313
|
+
name: "DownloadByUUID",
|
|
314
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
315
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
316
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
317
|
+
},
|
|
295
318
|
/**
|
|
296
319
|
* View all that match the given search key
|
|
297
320
|
*
|
|
@@ -325,5 +348,17 @@ exports.QCSamplesService = {
|
|
|
325
348
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
349
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
350
|
},
|
|
351
|
+
/**
|
|
352
|
+
* CSV operations
|
|
353
|
+
* 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
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.QCSamplesService.DownloadAsCSV
|
|
356
|
+
*/
|
|
357
|
+
downloadAsCSV: {
|
|
358
|
+
name: "DownloadAsCSV",
|
|
359
|
+
I: qc_samples_scailo_pb_js_1.QCSamplesServiceFilterReq,
|
|
360
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
328
363
|
}
|
|
329
364
|
};
|
|
@@ -325,6 +325,29 @@ exports.QuotationsRequestsService = {
|
|
|
325
325
|
O: quotations_requests_scailo_pb_js_1.QuotationsRequestsServicePaginatedItemsResponse,
|
|
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.QuotationsRequestsService.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.QuotationsRequestsService.UploadQuotationRequestItems
|
|
344
|
+
*/
|
|
345
|
+
uploadQuotationRequestItems: {
|
|
346
|
+
name: "UploadQuotationRequestItems",
|
|
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
|
*
|
|
@@ -479,5 +502,17 @@ exports.QuotationsRequestsService = {
|
|
|
479
502
|
O: base_scailo_pb_js_1.CountResponse,
|
|
480
503
|
kind: protobuf_1.MethodKind.Unary,
|
|
481
504
|
},
|
|
505
|
+
/**
|
|
506
|
+
* CSV operations
|
|
507
|
+
* 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
|
|
508
|
+
*
|
|
509
|
+
* @generated from rpc Scailo.QuotationsRequestsService.DownloadAsCSV
|
|
510
|
+
*/
|
|
511
|
+
downloadAsCSV: {
|
|
512
|
+
name: "DownloadAsCSV",
|
|
513
|
+
I: quotations_requests_scailo_pb_js_1.QuotationsRequestsServiceFilterReq,
|
|
514
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
515
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
516
|
+
},
|
|
482
517
|
}
|
|
483
518
|
};
|
|
@@ -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,28 @@ 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
|
+
},
|
|
354
|
+
/**
|
|
355
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
356
|
+
*
|
|
357
|
+
* @generated from rpc Scailo.RolesService.ImportFromCSV
|
|
358
|
+
*/
|
|
359
|
+
importFromCSV: {
|
|
360
|
+
name: "ImportFromCSV",
|
|
361
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
362
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
363
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
364
|
+
},
|
|
342
365
|
}
|
|
343
366
|
};
|
|
@@ -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,28 @@ 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
|
+
},
|
|
321
|
+
/**
|
|
322
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
323
|
+
*
|
|
324
|
+
* @generated from rpc Scailo.ShiftsService.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
|
};
|
|
@@ -410,5 +410,28 @@ 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
|
+
},
|
|
425
|
+
/**
|
|
426
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
427
|
+
*
|
|
428
|
+
* @generated from rpc Scailo.ShiftsGroupsService.ImportFromCSV
|
|
429
|
+
*/
|
|
430
|
+
importFromCSV: {
|
|
431
|
+
name: "ImportFromCSV",
|
|
432
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
433
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
434
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
435
|
+
},
|
|
413
436
|
}
|
|
414
437
|
};
|
|
@@ -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;
|
|
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"}
|