@kernelminds/scailo-sdk 0.0.46 → 0.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +12 -0
- package/lib/cjs/src/activities.scailo_connect.js +12 -0
- package/lib/cjs/src/announcements.scailo_connect.js +12 -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 +35 -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 +12 -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 +12 -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 +12 -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 +12 -0
- package/lib/cjs/src/quotations_requests.scailo_connect.js +12 -0
- package/lib/cjs/src/quotations_responses.scailo_connect.js +12 -0
- package/lib/cjs/src/roles.scailo_connect.js +12 -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 +12 -0
- package/lib/cjs/src/shifts_groups.scailo_connect.js +12 -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 +13 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +13 -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 +36 -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 +13 -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 +13 -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 +12 -0
- 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 +13 -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 +12 -0
- 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 +13 -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 +13 -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 +13 -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 +12 -0
- package/lib/esm/src/announcements.scailo_connect.js +12 -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 +35 -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 +12 -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 +12 -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 +12 -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 +12 -0
- package/lib/esm/src/quotations_requests.scailo_connect.js +12 -0
- package/lib/esm/src/quotations_responses.scailo_connect.js +12 -0
- package/lib/esm/src/roles.scailo_connect.js +12 -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 +12 -0
- package/lib/esm/src/shifts_groups.scailo_connect.js +12 -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 +13 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +13 -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 +36 -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 +13 -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 +13 -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 +12 -0
- 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 +13 -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 +12 -0
- 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 +13 -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 +13 -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 +13 -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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DebitNote, DebitNoteAncillaryParameters, DebitNoteItem, DebitNoteItemHistoryRequest, DebitNoteItemProspectiveInfoRequest, DebitNoteItemsList, DebitNoteItemsSearchRequest, DebitNoteReference, DebitNoteReferencesList, DebitNotesList, DebitNotesServiceAlreadyAddedQuantityForSourceRequest, DebitNotesServiceAutofillRequest, DebitNotesServiceCountReq, DebitNotesServiceCreateRequest, DebitNotesServiceFilterReq, DebitNotesServiceItemCreateRequest, DebitNotesServiceItemUpdateRequest, DebitNotesServicePaginatedItemsResponse, DebitNotesServicePaginationReq, DebitNotesServicePaginationResponse, DebitNotesServiceReferenceCreateRequest, DebitNotesServiceSearchAllReq, DebitNotesServiceUpdateRequest } from "./debit_notes.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -330,6 +330,29 @@ export declare const DebitNotesService: {
|
|
|
330
330
|
readonly O: typeof DebitNotesServicePaginatedItemsResponse;
|
|
331
331
|
readonly kind: MethodKind.Unary;
|
|
332
332
|
};
|
|
333
|
+
/**
|
|
334
|
+
* CSV operations
|
|
335
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
336
|
+
*
|
|
337
|
+
* @generated from rpc Scailo.DebitNotesService.DownloadItemsAsCSV
|
|
338
|
+
*/
|
|
339
|
+
readonly downloadItemsAsCSV: {
|
|
340
|
+
readonly name: "DownloadItemsAsCSV";
|
|
341
|
+
readonly I: typeof IdentifierUUID;
|
|
342
|
+
readonly O: typeof StandardFile;
|
|
343
|
+
readonly kind: MethodKind.Unary;
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
347
|
+
*
|
|
348
|
+
* @generated from rpc Scailo.DebitNotesService.UploadDebitNoteItems
|
|
349
|
+
*/
|
|
350
|
+
readonly uploadDebitNoteItems: {
|
|
351
|
+
readonly name: "UploadDebitNoteItems";
|
|
352
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
353
|
+
readonly O: typeof IdentifiersList;
|
|
354
|
+
readonly kind: MethodKind.Unary;
|
|
355
|
+
};
|
|
333
356
|
/**
|
|
334
357
|
* Add a reference
|
|
335
358
|
*
|
|
@@ -584,6 +607,18 @@ export declare const DebitNotesService: {
|
|
|
584
607
|
readonly O: typeof CountResponse;
|
|
585
608
|
readonly kind: MethodKind.Unary;
|
|
586
609
|
};
|
|
610
|
+
/**
|
|
611
|
+
* CSV operations
|
|
612
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
613
|
+
*
|
|
614
|
+
* @generated from rpc Scailo.DebitNotesService.DownloadAsCSV
|
|
615
|
+
*/
|
|
616
|
+
readonly downloadAsCSV: {
|
|
617
|
+
readonly name: "DownloadAsCSV";
|
|
618
|
+
readonly I: typeof DebitNotesServiceFilterReq;
|
|
619
|
+
readonly O: typeof StandardFile;
|
|
620
|
+
readonly kind: MethodKind.Unary;
|
|
621
|
+
};
|
|
587
622
|
};
|
|
588
623
|
};
|
|
589
624
|
//# sourceMappingURL=debit_notes.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/debit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,aAAa,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,cAAc,EAAE,qDAAqD,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACluB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"debit_notes.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/debit_notes.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,aAAa,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kBAAkB,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,cAAc,EAAE,qDAAqD,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,uCAAuC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACluB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Expense, ExpenseItem, ExpenseItemHistoryRequest, ExpenseItemsSearchRequest, ExpensesItemsList, ExpensesList, ExpensesServiceCountReq, ExpensesServiceCreateRequest, ExpensesServiceFilterReq, ExpensesServiceItemCreateRequest, ExpensesServiceItemUpdateRequest, ExpensesServicePaginatedItemsResponse, ExpensesServicePaginationReq, ExpensesServicePaginationResponse, ExpensesServiceSearchAllReq, ExpensesServiceUpdateRequest } from "./expenses.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -318,6 +318,29 @@ export declare const ExpensesService: {
|
|
|
318
318
|
readonly O: typeof ExpensesServicePaginatedItemsResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
322
|
+
* CSV operations
|
|
323
|
+
* 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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.ExpensesService.DownloadItemsAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadItemsAsCSV: {
|
|
328
|
+
readonly name: "DownloadItemsAsCSV";
|
|
329
|
+
readonly I: typeof IdentifierUUID;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.ExpensesService.UploadExpenseItems
|
|
337
|
+
*/
|
|
338
|
+
readonly uploadExpenseItems: {
|
|
339
|
+
readonly name: "UploadExpenseItems";
|
|
340
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
341
|
+
readonly O: typeof IdentifiersList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
/**
|
|
322
345
|
* View by ID
|
|
323
346
|
*
|
|
@@ -450,6 +473,18 @@ export declare const ExpensesService: {
|
|
|
450
473
|
readonly O: typeof CountResponse;
|
|
451
474
|
readonly kind: MethodKind.Unary;
|
|
452
475
|
};
|
|
476
|
+
/**
|
|
477
|
+
* CSV operations
|
|
478
|
+
* 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
|
|
479
|
+
*
|
|
480
|
+
* @generated from rpc Scailo.ExpensesService.DownloadAsCSV
|
|
481
|
+
*/
|
|
482
|
+
readonly downloadAsCSV: {
|
|
483
|
+
readonly name: "DownloadAsCSV";
|
|
484
|
+
readonly I: typeof ExpensesServiceFilterReq;
|
|
485
|
+
readonly O: typeof StandardFile;
|
|
486
|
+
readonly kind: MethodKind.Unary;
|
|
487
|
+
};
|
|
453
488
|
};
|
|
454
489
|
};
|
|
455
490
|
//# sourceMappingURL=expenses.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expenses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/expenses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC9c,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"expenses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/expenses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAC9c,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACzU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Goal, GoalItem, GoalItemHistoryRequest, GoalItemsSearchRequest, GoalsItemsList, GoalsList, GoalsServiceCountReq, GoalsServiceCreateRequest, GoalsServiceFilterReq, GoalsServiceItemCreateRequest, GoalsServiceItemUpdateRequest, GoalsServicePaginatedItemsResponse, GoalsServicePaginationReq, GoalsServicePaginationResponse, GoalsServiceSearchAllReq, GoalsServiceUpdateRequest } from "./goals.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -318,6 +318,29 @@ export declare const GoalsService: {
|
|
|
318
318
|
readonly O: typeof GoalsServicePaginatedItemsResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
322
|
+
* CSV operations
|
|
323
|
+
* 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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.GoalsService.DownloadItemsAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadItemsAsCSV: {
|
|
328
|
+
readonly name: "DownloadItemsAsCSV";
|
|
329
|
+
readonly I: typeof IdentifierUUID;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.GoalsService.UploadGoalItems
|
|
337
|
+
*/
|
|
338
|
+
readonly uploadGoalItems: {
|
|
339
|
+
readonly name: "UploadGoalItems";
|
|
340
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
341
|
+
readonly O: typeof IdentifiersList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
/**
|
|
322
345
|
* View by ID
|
|
323
346
|
*
|
|
@@ -450,6 +473,18 @@ export declare const GoalsService: {
|
|
|
450
473
|
readonly O: typeof CountResponse;
|
|
451
474
|
readonly kind: MethodKind.Unary;
|
|
452
475
|
};
|
|
476
|
+
/**
|
|
477
|
+
* CSV operations
|
|
478
|
+
* 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
|
|
479
|
+
*
|
|
480
|
+
* @generated from rpc Scailo.GoalsService.DownloadAsCSV
|
|
481
|
+
*/
|
|
482
|
+
readonly downloadAsCSV: {
|
|
483
|
+
readonly name: "DownloadAsCSV";
|
|
484
|
+
readonly I: typeof GoalsServiceFilterReq;
|
|
485
|
+
readonly O: typeof StandardFile;
|
|
486
|
+
readonly kind: MethodKind.Unary;
|
|
487
|
+
};
|
|
453
488
|
};
|
|
454
489
|
};
|
|
455
490
|
//# sourceMappingURL=goals.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goals.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goals.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,cAAc,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAC3Z,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"goals.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goals.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,cAAc,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAC3Z,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxT,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -596,6 +596,18 @@ export declare const GoodsDispatchesService: {
|
|
|
596
596
|
readonly O: typeof CountResponse;
|
|
597
597
|
readonly kind: MethodKind.Unary;
|
|
598
598
|
};
|
|
599
|
+
/**
|
|
600
|
+
* CSV operations
|
|
601
|
+
* 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
|
|
602
|
+
*
|
|
603
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadAsCSV
|
|
604
|
+
*/
|
|
605
|
+
readonly downloadAsCSV: {
|
|
606
|
+
readonly name: "DownloadAsCSV";
|
|
607
|
+
readonly I: typeof GoodsDispatchesServiceFilterReq;
|
|
608
|
+
readonly O: typeof StandardFile;
|
|
609
|
+
readonly kind: MethodKind.Unary;
|
|
610
|
+
};
|
|
599
611
|
};
|
|
600
612
|
};
|
|
601
613
|
//# sourceMappingURL=goods_dispatches.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goods_dispatches.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_dispatches.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAChvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"goods_dispatches.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_dispatches.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAChvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -596,6 +596,18 @@ export declare const GoodsReceiptsService: {
|
|
|
596
596
|
readonly O: typeof CountResponse;
|
|
597
597
|
readonly kind: MethodKind.Unary;
|
|
598
598
|
};
|
|
599
|
+
/**
|
|
600
|
+
* CSV operations
|
|
601
|
+
* 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
|
|
602
|
+
*
|
|
603
|
+
* @generated from rpc Scailo.GoodsReceiptsService.DownloadAsCSV
|
|
604
|
+
*/
|
|
605
|
+
readonly downloadAsCSV: {
|
|
606
|
+
readonly name: "DownloadAsCSV";
|
|
607
|
+
readonly I: typeof GoodsReceiptsServiceFilterReq;
|
|
608
|
+
readonly O: typeof StandardFile;
|
|
609
|
+
readonly kind: MethodKind.Unary;
|
|
610
|
+
};
|
|
599
611
|
};
|
|
600
612
|
};
|
|
601
613
|
//# sourceMappingURL=goods_receipts.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goods_receipts.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_receipts.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,wDAAwD,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAC5sB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"goods_receipts.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_receipts.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,wDAAwD,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAC5sB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Holiday, HolidayShiftGroup, HolidaysList, HolidaysServiceCountReq, HolidaysServiceCreateRequest, HolidaysServiceFilterReq, HolidaysServicePaginationReq, HolidaysServicePaginationResponse, HolidaysServiceSearchAllReq, HolidaysServiceShiftGroupCreateRequest, HolidaysServiceShiftGroupUpdateRequest, HolidaysServiceUpdateRequest, HolidaysServiceViewHolidaysOnTimestampRequest, HolidaysShiftsGroupsHistoryRequest, HolidaysShiftsGroupsList } from "./holidays.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -409,6 +409,18 @@ export declare const HolidaysService: {
|
|
|
409
409
|
readonly O: typeof CountResponse;
|
|
410
410
|
readonly kind: MethodKind.Unary;
|
|
411
411
|
};
|
|
412
|
+
/**
|
|
413
|
+
* CSV operations
|
|
414
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
415
|
+
*
|
|
416
|
+
* @generated from rpc Scailo.HolidaysService.DownloadAsCSV
|
|
417
|
+
*/
|
|
418
|
+
readonly downloadAsCSV: {
|
|
419
|
+
readonly name: "DownloadAsCSV";
|
|
420
|
+
readonly I: typeof HolidaysServiceFilterReq;
|
|
421
|
+
readonly O: typeof StandardFile;
|
|
422
|
+
readonly kind: MethodKind.Unary;
|
|
423
|
+
};
|
|
412
424
|
};
|
|
413
425
|
};
|
|
414
426
|
//# sourceMappingURL=holidays.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"holidays.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/holidays.scailo_connect.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6CAA6C,EAAE,kCAAkC,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAC7d,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"holidays.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/holidays.scailo_connect.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6CAA6C,EAAE,kCAAkC,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AAC7d,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClR,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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -847,6 +847,18 @@ export declare const InwardJobsService: {
|
|
|
847
847
|
readonly O: typeof CountResponse;
|
|
848
848
|
readonly kind: MethodKind.Unary;
|
|
849
849
|
};
|
|
850
|
+
/**
|
|
851
|
+
* CSV operations
|
|
852
|
+
* 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
|
|
853
|
+
*
|
|
854
|
+
* @generated from rpc Scailo.InwardJobsService.DownloadAsCSV
|
|
855
|
+
*/
|
|
856
|
+
readonly downloadAsCSV: {
|
|
857
|
+
readonly name: "DownloadAsCSV";
|
|
858
|
+
readonly I: typeof InwardJobsServiceFilterReq;
|
|
859
|
+
readonly O: typeof StandardFile;
|
|
860
|
+
readonly kind: MethodKind.Unary;
|
|
861
|
+
};
|
|
850
862
|
};
|
|
851
863
|
};
|
|
852
864
|
//# sourceMappingURL=inward_jobs.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -551,6 +551,18 @@ export declare const InwardJobsFreeIssueMaterialsService: {
|
|
|
551
551
|
readonly O: typeof CountResponse;
|
|
552
552
|
readonly kind: MethodKind.Unary;
|
|
553
553
|
};
|
|
554
|
+
/**
|
|
555
|
+
* CSV operations
|
|
556
|
+
* 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
|
|
557
|
+
*
|
|
558
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadAsCSV
|
|
559
|
+
*/
|
|
560
|
+
readonly downloadAsCSV: {
|
|
561
|
+
readonly name: "DownloadAsCSV";
|
|
562
|
+
readonly I: typeof InwardJobsFreeIssueMaterialsServiceFilterReq;
|
|
563
|
+
readonly O: typeof StandardFile;
|
|
564
|
+
readonly kind: MethodKind.Unary;
|
|
565
|
+
};
|
|
554
566
|
};
|
|
555
567
|
};
|
|
556
568
|
//# sourceMappingURL=inward_jobs_free_issue_materials.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,6CAA6C,EAAE,8BAA8B,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,4CAA4C,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,uEAAuE,EAAE,kDAAkD,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,oDAAoD,EAAE,yDAAyD,EAAE,gDAAgD,EAAE,qDAAqD,EAAE,+CAA+C,EAAE,gDAAgD,EAAE,MAAM,iDAAiD,CAAC;AACpgC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1V,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;QAG5C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"inward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,6CAA6C,EAAE,8BAA8B,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,4CAA4C,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,uEAAuE,EAAE,kDAAkD,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,oDAAoD,EAAE,yDAAyD,EAAE,gDAAgD,EAAE,qDAAqD,EAAE,+CAA+C,EAAE,gDAAgD,EAAE,MAAM,iDAAiD,CAAC;AACpgC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1V,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;QAG5C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -551,6 +551,18 @@ export declare const InwardJobsFreeIssueMaterialsReturnsService: {
|
|
|
551
551
|
readonly O: typeof CountResponse;
|
|
552
552
|
readonly kind: MethodKind.Unary;
|
|
553
553
|
};
|
|
554
|
+
/**
|
|
555
|
+
* CSV operations
|
|
556
|
+
* 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
|
|
557
|
+
*
|
|
558
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadAsCSV
|
|
559
|
+
*/
|
|
560
|
+
readonly downloadAsCSV: {
|
|
561
|
+
readonly name: "DownloadAsCSV";
|
|
562
|
+
readonly I: typeof InwardJobsFreeIssueMaterialsReturnsServiceFilterReq;
|
|
563
|
+
readonly O: typeof StandardFile;
|
|
564
|
+
readonly kind: MethodKind.Unary;
|
|
565
|
+
};
|
|
554
566
|
};
|
|
555
567
|
};
|
|
556
568
|
//# sourceMappingURL=inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gCAAgC,EAAE,mDAAmD,EAAE,oCAAoC,EAAE,kDAAkD,EAAE,0DAA0D,EAAE,kDAAkD,EAAE,4CAA4C,EAAE,uCAAuC,EAAE,8EAA8E,EAAE,kDAAkD,EAAE,uDAAuD,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,2DAA2D,EAAE,gEAAgE,EAAE,uDAAuD,EAAE,4DAA4D,EAAE,sDAAsD,EAAE,uDAAuD,EAAE,MAAM,yDAAyD,CAAC;AACvlC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,0CAA0C;;;QAGnD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"inward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gCAAgC,EAAE,mDAAmD,EAAE,oCAAoC,EAAE,kDAAkD,EAAE,0DAA0D,EAAE,kDAAkD,EAAE,4CAA4C,EAAE,uCAAuC,EAAE,8EAA8E,EAAE,kDAAkD,EAAE,uDAAuD,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,2DAA2D,EAAE,gEAAgE,EAAE,uDAAuD,EAAE,4DAA4D,EAAE,sDAAsD,EAAE,uDAAuD,EAAE,MAAM,yDAAyD,CAAC;AACvlC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,0CAA0C;;;QAGnD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LeaveAdjustment, LeaveAdjustmentRecord, LeaveAdjustmentRecordsSearchRequest, LeavesAdjustmentsList, LeavesAdjustmentsRecordsHistoryRequest, LeavesAdjustmentsRecordsList, LeavesAdjustmentsServiceCountReq, LeavesAdjustmentsServiceCreateRequest, LeavesAdjustmentsServiceFilterReq, LeavesAdjustmentsServicePaginatedRecordsResponse, LeavesAdjustmentsServicePaginationReq, LeavesAdjustmentsServicePaginationResponse, LeavesAdjustmentsServiceRecordCreateRequest, LeavesAdjustmentsServiceRecordUpdateRequest, LeavesAdjustmentsServiceSearchAllReq, LeavesAdjustmentsServiceUpdateRequest } from "./leaves_adjustments.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -431,6 +431,18 @@ export declare const LeavesAdjustmentsService: {
|
|
|
431
431
|
readonly O: typeof CountResponse;
|
|
432
432
|
readonly kind: MethodKind.Unary;
|
|
433
433
|
};
|
|
434
|
+
/**
|
|
435
|
+
* CSV operations
|
|
436
|
+
* 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
|
|
437
|
+
*
|
|
438
|
+
* @generated from rpc Scailo.LeavesAdjustmentsService.DownloadAsCSV
|
|
439
|
+
*/
|
|
440
|
+
readonly downloadAsCSV: {
|
|
441
|
+
readonly name: "DownloadAsCSV";
|
|
442
|
+
readonly I: typeof LeavesAdjustmentsServiceFilterReq;
|
|
443
|
+
readonly O: typeof StandardFile;
|
|
444
|
+
readonly kind: MethodKind.Unary;
|
|
445
|
+
};
|
|
434
446
|
};
|
|
435
447
|
};
|
|
436
448
|
//# sourceMappingURL=leaves_adjustments.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leaves_adjustments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_adjustments.scailo_connect.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,qBAAqB,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,gDAAgD,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,2CAA2C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AACrnB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"leaves_adjustments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_adjustments.scailo_connect.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,qBAAqB,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,gDAAgD,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,2CAA2C,EAAE,2CAA2C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AACrnB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClR,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,wBAAwB;;;QAGjC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LeaveRequest, LeavesRequestsList, LeavesRequestsServiceCountReq, LeavesRequestsServiceCreateRequest, LeavesRequestsServiceFilterReq, LeavesRequestsServicePaginationReq, LeavesRequestsServicePaginationResponse, LeavesRequestsServiceSearchAllReq, LeavesRequestsServiceUpdateRequest } from "./leaves_requests.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 LeavesRequestsService: {
|
|
|
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.LeavesRequestsService.DownloadAsCSV
|
|
307
|
+
*/
|
|
308
|
+
readonly downloadAsCSV: {
|
|
309
|
+
readonly name: "DownloadAsCSV";
|
|
310
|
+
readonly I: typeof LeavesRequestsServiceFilterReq;
|
|
311
|
+
readonly O: typeof StandardFile;
|
|
312
|
+
readonly kind: MethodKind.Unary;
|
|
313
|
+
};
|
|
302
314
|
};
|
|
303
315
|
};
|
|
304
316
|
//# sourceMappingURL=leaves_requests.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leaves_requests.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_requests.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzU,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":"leaves_requests.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_requests.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AACzU,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,qBAAqB;;;QAG9B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LeavesTypesList, LeavesTypesServiceCountReq, LeavesTypesServiceCreateRequest, LeavesTypesServiceFilterReq, LeavesTypesServicePaginationReq, LeavesTypesServicePaginationResponse, LeavesTypesServiceSearchAllReq, LeavesTypesServiceUpdateRequest, LeaveType } from "./leaves_types.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 LeavesTypesService: {
|
|
|
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.LeavesTypesService.DownloadAsCSV
|
|
307
|
+
*/
|
|
308
|
+
readonly downloadAsCSV: {
|
|
309
|
+
readonly name: "DownloadAsCSV";
|
|
310
|
+
readonly I: typeof LeavesTypesServiceFilterReq;
|
|
311
|
+
readonly O: typeof StandardFile;
|
|
312
|
+
readonly kind: MethodKind.Unary;
|
|
313
|
+
};
|
|
302
314
|
};
|
|
303
315
|
};
|
|
304
316
|
//# sourceMappingURL=leaves_types.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leaves_types.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_types.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAC3S,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":"leaves_types.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/leaves_types.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AAC3S,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,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnDutiesList, OnDutiesServiceCountReq, OnDutiesServiceCreateRequest, OnDutiesServiceFilterReq, OnDutiesServiceImageEntryRequest, OnDutiesServiceImageExitRequest, OnDutiesServicePaginationReq, OnDutiesServicePaginationResponse, OnDutiesServiceSearchAllReq, OnDutiesServiceUpdateRequest, OnDuty } from "./on_duties.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, GPSCoordinatesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, ImageResponse } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, GPSCoordinatesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, ImageResponse, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -387,6 +387,18 @@ export declare const OnDutiesService: {
|
|
|
387
387
|
readonly O: typeof CountResponse;
|
|
388
388
|
readonly kind: MethodKind.Unary;
|
|
389
389
|
};
|
|
390
|
+
/**
|
|
391
|
+
* CSV operations
|
|
392
|
+
* 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
|
|
393
|
+
*
|
|
394
|
+
* @generated from rpc Scailo.OnDutiesService.DownloadAsCSV
|
|
395
|
+
*/
|
|
396
|
+
readonly downloadAsCSV: {
|
|
397
|
+
readonly name: "DownloadAsCSV";
|
|
398
|
+
readonly I: typeof OnDutiesServiceFilterReq;
|
|
399
|
+
readonly O: typeof StandardFile;
|
|
400
|
+
readonly kind: MethodKind.Unary;
|
|
401
|
+
};
|
|
390
402
|
};
|
|
391
403
|
};
|
|
392
404
|
//# sourceMappingURL=on_duties.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"on_duties.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/on_duties.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAChV,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"on_duties.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/on_duties.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAChV,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -847,6 +847,18 @@ export declare const OutwardJobsService: {
|
|
|
847
847
|
readonly O: typeof CountResponse;
|
|
848
848
|
readonly kind: MethodKind.Unary;
|
|
849
849
|
};
|
|
850
|
+
/**
|
|
851
|
+
* CSV operations
|
|
852
|
+
* 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
|
|
853
|
+
*
|
|
854
|
+
* @generated from rpc Scailo.OutwardJobsService.DownloadAsCSV
|
|
855
|
+
*/
|
|
856
|
+
readonly downloadAsCSV: {
|
|
857
|
+
readonly name: "DownloadAsCSV";
|
|
858
|
+
readonly I: typeof OutwardJobsServiceFilterReq;
|
|
859
|
+
readonly O: typeof StandardFile;
|
|
860
|
+
readonly kind: MethodKind.Unary;
|
|
861
|
+
};
|
|
850
862
|
};
|
|
851
863
|
};
|
|
852
864
|
//# sourceMappingURL=outward_jobs.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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"}
|
|
@@ -562,6 +562,18 @@ export declare const OutwardJobsFreeIssueMaterialsService: {
|
|
|
562
562
|
readonly O: typeof CountResponse;
|
|
563
563
|
readonly kind: MethodKind.Unary;
|
|
564
564
|
};
|
|
565
|
+
/**
|
|
566
|
+
* CSV operations
|
|
567
|
+
* 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
|
|
568
|
+
*
|
|
569
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadAsCSV
|
|
570
|
+
*/
|
|
571
|
+
readonly downloadAsCSV: {
|
|
572
|
+
readonly name: "DownloadAsCSV";
|
|
573
|
+
readonly I: typeof OutwardJobsFreeIssueMaterialsServiceFilterReq;
|
|
574
|
+
readonly O: typeof StandardFile;
|
|
575
|
+
readonly kind: MethodKind.Unary;
|
|
576
|
+
};
|
|
565
577
|
};
|
|
566
578
|
};
|
|
567
579
|
//# sourceMappingURL=outward_jobs_free_issue_materials.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,8CAA8C,EAAE,+BAA+B,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,6CAA6C,EAAE,sCAAsC,EAAE,iCAAiC,EAAE,wEAAwE,EAAE,mDAAmD,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,qDAAqD,EAAE,0DAA0D,EAAE,iDAAiD,EAAE,sDAAsD,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACzhC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC;;;QAG7C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"outward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,8CAA8C,EAAE,+BAA+B,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,6CAA6C,EAAE,sCAAsC,EAAE,iCAAiC,EAAE,wEAAwE,EAAE,mDAAmD,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,qDAAqD,EAAE,0DAA0D,EAAE,iDAAiD,EAAE,sDAAsD,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACzhC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,oCAAoC;;;QAG7C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|