@kernelminds/scailo-sdk 0.0.101 → 0.0.103
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/permissions.js +100 -64
- package/lib/cjs/src/absences.scailo_connect.js +14 -3
- package/lib/cjs/src/asset_indents.scailo_connect.js +35 -1
- package/lib/cjs/src/attendances.scailo_connect.js +14 -3
- package/lib/cjs/src/components.scailo_connect.js +12 -0
- package/lib/cjs/src/credit_notes.scailo_connect.js +23 -1
- package/lib/cjs/src/debit_notes.scailo_connect.js +23 -1
- package/lib/cjs/src/equations_families.scailo_connect.js +37 -4
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +37 -4
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +37 -4
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +37 -4
- package/lib/cjs/src/equipments.scailo_connect.js +12 -0
- package/lib/cjs/src/expenses.scailo_connect.js +35 -1
- package/lib/cjs/src/feedstocks.scailo_connect.js +12 -0
- package/lib/cjs/src/goals.scailo_connect.js +23 -1
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +23 -1
- package/lib/cjs/src/goods_receipts.scailo_connect.js +23 -1
- package/lib/cjs/src/infrastructures.scailo_connect.js +12 -0
- package/lib/cjs/src/inventory.scailo_connect.js +44 -0
- package/lib/cjs/src/inventory.scailo_pb.js +810 -1
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +35 -1
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
- package/lib/cjs/src/magic_links.scailo_pb.js +252 -0
- package/lib/cjs/src/merchandises.scailo_connect.js +12 -0
- package/lib/cjs/src/on_duties.scailo_connect.js +14 -3
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +35 -1
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
- package/lib/cjs/src/payroll_groups.scailo_connect.js +23 -1
- package/lib/cjs/src/production_indents.scailo_connect.js +35 -1
- package/lib/cjs/src/production_plans.scailo_connect.js +35 -1
- package/lib/cjs/src/products.scailo_connect.js +12 -0
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +23 -1
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +35 -1
- package/lib/cjs/src/purchases_indents.scailo_connect.js +35 -1
- package/lib/cjs/src/purchases_orders.scailo_connect.js +23 -1
- package/lib/cjs/src/purchases_payments.scailo_connect.js +14 -3
- package/lib/cjs/src/purchases_returns.scailo_connect.js +23 -1
- package/lib/cjs/src/qc_groups.scailo_connect.js +23 -1
- package/lib/cjs/src/qc_samples.scailo_connect.js +12 -0
- package/lib/cjs/src/quotations_requests.scailo_connect.js +35 -1
- package/lib/cjs/src/quotations_responses.scailo_connect.js +23 -0
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +35 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +23 -1
- package/lib/cjs/src/sales_invoices.scailo_connect.js +23 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +23 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +23 -1
- package/lib/cjs/src/sales_receipts.scailo_connect.js +14 -3
- package/lib/cjs/src/sales_returns.scailo_connect.js +23 -1
- package/lib/cjs/src/skills_groups.scailo_connect.js +23 -1
- package/lib/cjs/src/stock_audits.scailo_connect.js +35 -1
- package/lib/cjs/src/stock_issuances.scailo_connect.js +35 -1
- package/lib/cjs/src/stock_returns.scailo_connect.js +35 -1
- package/lib/cjs/src/supply_offers.scailo_connect.js +35 -1
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +23 -1
- package/lib/cjs/src/vendors.scailo_connect.js +35 -1
- package/lib/cjs/src/visitations.scailo_connect.js +14 -3
- package/lib/cjs/src/work_orders.scailo_connect.js +35 -1
- package/lib/cjs/types/permissions.d.ts +180 -0
- package/lib/cjs/types/permissions.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +24 -2
- 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 +24 -2
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +38 -5
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +38 -5
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +38 -5
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +38 -5
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +24 -2
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
- 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 +24 -2
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts +45 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +590 -0
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
- 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 +36 -2
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +217 -1
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
- 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 +36 -2
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +24 -2
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +24 -2
- 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 +14 -3
- 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 +24 -2
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +24 -2
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +12 -0
- 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 -2
- 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 +24 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
- 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 +24 -2
- 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 +24 -2
- 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 +24 -2
- 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 +14 -3
- 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 +24 -2
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +24 -2
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +36 -2
- 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 +24 -2
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +36 -2
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/permissions.js +100 -64
- package/lib/esm/src/absences.scailo_connect.js +14 -3
- package/lib/esm/src/asset_indents.scailo_connect.js +35 -1
- package/lib/esm/src/attendances.scailo_connect.js +14 -3
- package/lib/esm/src/components.scailo_connect.js +12 -0
- package/lib/esm/src/credit_notes.scailo_connect.js +23 -1
- package/lib/esm/src/debit_notes.scailo_connect.js +23 -1
- package/lib/esm/src/equations_families.scailo_connect.js +37 -4
- package/lib/esm/src/equations_replaceables.scailo_connect.js +37 -4
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +37 -4
- package/lib/esm/src/equations_work_orders.scailo_connect.js +37 -4
- package/lib/esm/src/equipments.scailo_connect.js +12 -0
- package/lib/esm/src/expenses.scailo_connect.js +35 -1
- package/lib/esm/src/feedstocks.scailo_connect.js +12 -0
- package/lib/esm/src/goals.scailo_connect.js +23 -1
- package/lib/esm/src/goods_dispatches.scailo_connect.js +23 -1
- package/lib/esm/src/goods_receipts.scailo_connect.js +23 -1
- package/lib/esm/src/infrastructures.scailo_connect.js +12 -0
- package/lib/esm/src/inventory.scailo_connect.js +44 -0
- package/lib/esm/src/inventory.scailo_pb.js +816 -1
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +35 -1
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
- package/lib/esm/src/magic_links.scailo_pb.js +252 -0
- package/lib/esm/src/merchandises.scailo_connect.js +12 -0
- package/lib/esm/src/on_duties.scailo_connect.js +14 -3
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +35 -1
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +35 -1
- package/lib/esm/src/payroll_groups.scailo_connect.js +23 -1
- package/lib/esm/src/production_indents.scailo_connect.js +35 -1
- package/lib/esm/src/production_plans.scailo_connect.js +35 -1
- package/lib/esm/src/products.scailo_connect.js +12 -0
- package/lib/esm/src/proforma_invoices.scailo_connect.js +23 -1
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +35 -1
- package/lib/esm/src/purchases_indents.scailo_connect.js +35 -1
- package/lib/esm/src/purchases_orders.scailo_connect.js +23 -1
- package/lib/esm/src/purchases_payments.scailo_connect.js +14 -3
- package/lib/esm/src/purchases_returns.scailo_connect.js +23 -1
- package/lib/esm/src/qc_groups.scailo_connect.js +23 -1
- package/lib/esm/src/qc_samples.scailo_connect.js +12 -0
- package/lib/esm/src/quotations_requests.scailo_connect.js +35 -1
- package/lib/esm/src/quotations_responses.scailo_connect.js +23 -0
- package/lib/esm/src/replaceable_indents.scailo_connect.js +35 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +23 -1
- package/lib/esm/src/sales_invoices.scailo_connect.js +23 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +23 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +23 -1
- package/lib/esm/src/sales_receipts.scailo_connect.js +14 -3
- package/lib/esm/src/sales_returns.scailo_connect.js +23 -1
- package/lib/esm/src/skills_groups.scailo_connect.js +23 -1
- package/lib/esm/src/stock_audits.scailo_connect.js +35 -1
- package/lib/esm/src/stock_issuances.scailo_connect.js +35 -1
- package/lib/esm/src/stock_returns.scailo_connect.js +35 -1
- package/lib/esm/src/supply_offers.scailo_connect.js +35 -1
- package/lib/esm/src/vendor_invoices.scailo_connect.js +23 -1
- package/lib/esm/src/vendors.scailo_connect.js +35 -1
- package/lib/esm/src/visitations.scailo_connect.js +14 -3
- package/lib/esm/src/work_orders.scailo_connect.js +35 -1
- package/lib/esm/types/permissions.d.ts +180 -0
- package/lib/esm/types/permissions.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +24 -2
- 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 +24 -2
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +38 -5
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +38 -5
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +38 -5
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +38 -5
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +24 -2
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +24 -2
- 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 +24 -2
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts +45 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +590 -0
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
- 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 +36 -2
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +217 -1
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +36 -2
- 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 +36 -2
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +24 -2
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +24 -2
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +24 -2
- 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 +14 -3
- 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 +24 -2
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +24 -2
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +12 -0
- 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 -2
- 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 +24 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +24 -2
- 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 +24 -2
- 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 +24 -2
- 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 +24 -2
- 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 +14 -3
- 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 +24 -2
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +24 -2
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +36 -2
- 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 +24 -2
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +36 -2
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -297,7 +297,7 @@ exports.PayrollGroupsService = {
|
|
|
297
297
|
},
|
|
298
298
|
/**
|
|
299
299
|
* CSV operations
|
|
300
|
-
* Download the CSV file
|
|
300
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
301
301
|
*
|
|
302
302
|
* @generated from rpc Scailo.PayrollGroupsService.DownloadItemsAsCSV
|
|
303
303
|
*/
|
|
@@ -307,6 +307,17 @@ exports.PayrollGroupsService = {
|
|
|
307
307
|
O: base_scailo_pb_js_1.StandardFile,
|
|
308
308
|
kind: protobuf_1.MethodKind.Unary,
|
|
309
309
|
},
|
|
310
|
+
/**
|
|
311
|
+
* Download the CSV template that could be used to upload items
|
|
312
|
+
*
|
|
313
|
+
* @generated from rpc Scailo.PayrollGroupsService.DownloadItemsTemplateAsCSV
|
|
314
|
+
*/
|
|
315
|
+
downloadItemsTemplateAsCSV: {
|
|
316
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
317
|
+
I: base_scailo_pb_js_1.Empty,
|
|
318
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
319
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
320
|
+
},
|
|
310
321
|
/**
|
|
311
322
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
312
323
|
*
|
|
@@ -340,6 +351,17 @@ exports.PayrollGroupsService = {
|
|
|
340
351
|
O: payroll_groups_scailo_pb_js_1.PayrollGroup,
|
|
341
352
|
kind: protobuf_1.MethodKind.Unary,
|
|
342
353
|
},
|
|
354
|
+
/**
|
|
355
|
+
* View by Code (returns the latest record in case of duplicates)
|
|
356
|
+
*
|
|
357
|
+
* @generated from rpc Scailo.PayrollGroupsService.ViewByCode
|
|
358
|
+
*/
|
|
359
|
+
viewByCode: {
|
|
360
|
+
name: "ViewByCode",
|
|
361
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
362
|
+
O: payroll_groups_scailo_pb_js_1.PayrollGroup,
|
|
363
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
364
|
+
},
|
|
343
365
|
/**
|
|
344
366
|
* View only essential components by ID (without logs)
|
|
345
367
|
*
|
|
@@ -8,6 +8,7 @@ exports.ProductionIndentsService = void 0;
|
|
|
8
8
|
const production_indents_scailo_pb_js_1 = require("./production_indents.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
@@ -194,6 +195,17 @@ exports.ProductionIndentsService = {
|
|
|
194
195
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
195
196
|
kind: protobuf_1.MethodKind.Unary,
|
|
196
197
|
},
|
|
198
|
+
/**
|
|
199
|
+
* Create a magic link
|
|
200
|
+
*
|
|
201
|
+
* @generated from rpc Scailo.ProductionIndentsService.CreateMagicLink
|
|
202
|
+
*/
|
|
203
|
+
createMagicLink: {
|
|
204
|
+
name: "CreateMagicLink",
|
|
205
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
206
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
207
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
208
|
+
},
|
|
197
209
|
/**
|
|
198
210
|
* Autofill the production indent
|
|
199
211
|
*
|
|
@@ -350,7 +362,7 @@ exports.ProductionIndentsService = {
|
|
|
350
362
|
},
|
|
351
363
|
/**
|
|
352
364
|
* CSV operations
|
|
353
|
-
* Download the CSV file
|
|
365
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
354
366
|
*
|
|
355
367
|
* @generated from rpc Scailo.ProductionIndentsService.DownloadItemsAsCSV
|
|
356
368
|
*/
|
|
@@ -360,6 +372,17 @@ exports.ProductionIndentsService = {
|
|
|
360
372
|
O: base_scailo_pb_js_1.StandardFile,
|
|
361
373
|
kind: protobuf_1.MethodKind.Unary,
|
|
362
374
|
},
|
|
375
|
+
/**
|
|
376
|
+
* Download the CSV template that could be used to upload items
|
|
377
|
+
*
|
|
378
|
+
* @generated from rpc Scailo.ProductionIndentsService.DownloadItemsTemplateAsCSV
|
|
379
|
+
*/
|
|
380
|
+
downloadItemsTemplateAsCSV: {
|
|
381
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
382
|
+
I: base_scailo_pb_js_1.Empty,
|
|
383
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
384
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
385
|
+
},
|
|
363
386
|
/**
|
|
364
387
|
* 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
388
|
*
|
|
@@ -393,6 +416,17 @@ exports.ProductionIndentsService = {
|
|
|
393
416
|
O: production_indents_scailo_pb_js_1.ProductionIndent,
|
|
394
417
|
kind: protobuf_1.MethodKind.Unary,
|
|
395
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.ProductionIndentsService.ViewByReferenceID
|
|
423
|
+
*/
|
|
424
|
+
viewByReferenceID: {
|
|
425
|
+
name: "ViewByReferenceID",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: production_indents_scailo_pb_js_1.ProductionIndent,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
396
430
|
/**
|
|
397
431
|
* View only essential components by ID (without logs)
|
|
398
432
|
*
|
|
@@ -8,6 +8,7 @@ exports.ProductionPlansService = void 0;
|
|
|
8
8
|
const production_plans_scailo_pb_js_1 = require("./production_plans.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
@@ -194,6 +195,17 @@ exports.ProductionPlansService = {
|
|
|
194
195
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
195
196
|
kind: protobuf_1.MethodKind.Unary,
|
|
196
197
|
},
|
|
198
|
+
/**
|
|
199
|
+
* Create a magic link
|
|
200
|
+
*
|
|
201
|
+
* @generated from rpc Scailo.ProductionPlansService.CreateMagicLink
|
|
202
|
+
*/
|
|
203
|
+
createMagicLink: {
|
|
204
|
+
name: "CreateMagicLink",
|
|
205
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
206
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
207
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
208
|
+
},
|
|
197
209
|
/**
|
|
198
210
|
* Autofill the production plan
|
|
199
211
|
*
|
|
@@ -350,7 +362,7 @@ exports.ProductionPlansService = {
|
|
|
350
362
|
},
|
|
351
363
|
/**
|
|
352
364
|
* CSV operations
|
|
353
|
-
* Download the CSV file
|
|
365
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
354
366
|
*
|
|
355
367
|
* @generated from rpc Scailo.ProductionPlansService.DownloadItemsAsCSV
|
|
356
368
|
*/
|
|
@@ -360,6 +372,17 @@ exports.ProductionPlansService = {
|
|
|
360
372
|
O: base_scailo_pb_js_1.StandardFile,
|
|
361
373
|
kind: protobuf_1.MethodKind.Unary,
|
|
362
374
|
},
|
|
375
|
+
/**
|
|
376
|
+
* Download the CSV template that could be used to upload items
|
|
377
|
+
*
|
|
378
|
+
* @generated from rpc Scailo.ProductionPlansService.DownloadItemsTemplateAsCSV
|
|
379
|
+
*/
|
|
380
|
+
downloadItemsTemplateAsCSV: {
|
|
381
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
382
|
+
I: base_scailo_pb_js_1.Empty,
|
|
383
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
384
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
385
|
+
},
|
|
363
386
|
/**
|
|
364
387
|
* 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
388
|
*
|
|
@@ -393,6 +416,17 @@ exports.ProductionPlansService = {
|
|
|
393
416
|
O: production_plans_scailo_pb_js_1.ProductionPlan,
|
|
394
417
|
kind: protobuf_1.MethodKind.Unary,
|
|
395
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.ProductionPlansService.ViewByReferenceID
|
|
423
|
+
*/
|
|
424
|
+
viewByReferenceID: {
|
|
425
|
+
name: "ViewByReferenceID",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: production_plans_scailo_pb_js_1.ProductionPlan,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
396
430
|
/**
|
|
397
431
|
* View only essential components by ID (without logs)
|
|
398
432
|
*
|
|
@@ -8,6 +8,7 @@ exports.ProductsService = void 0;
|
|
|
8
8
|
const products_scailo_pb_js_1 = require("./products.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
@@ -150,6 +151,17 @@ exports.ProductsService = {
|
|
|
150
151
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
151
152
|
kind: protobuf_1.MethodKind.Unary,
|
|
152
153
|
},
|
|
154
|
+
/**
|
|
155
|
+
* Create a magic link
|
|
156
|
+
*
|
|
157
|
+
* @generated from rpc Scailo.ProductsService.CreateMagicLink
|
|
158
|
+
*/
|
|
159
|
+
createMagicLink: {
|
|
160
|
+
name: "CreateMagicLink",
|
|
161
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
162
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
163
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
164
|
+
},
|
|
153
165
|
/**
|
|
154
166
|
* View by ID
|
|
155
167
|
*
|
|
@@ -362,7 +362,7 @@ exports.ProformaInvoicesService = {
|
|
|
362
362
|
},
|
|
363
363
|
/**
|
|
364
364
|
* CSV operations
|
|
365
|
-
* Download the CSV file
|
|
365
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
366
366
|
*
|
|
367
367
|
* @generated from rpc Scailo.ProformaInvoicesService.DownloadItemsAsCSV
|
|
368
368
|
*/
|
|
@@ -372,6 +372,17 @@ exports.ProformaInvoicesService = {
|
|
|
372
372
|
O: base_scailo_pb_js_1.StandardFile,
|
|
373
373
|
kind: protobuf_1.MethodKind.Unary,
|
|
374
374
|
},
|
|
375
|
+
/**
|
|
376
|
+
* Download the CSV template that could be used to upload items
|
|
377
|
+
*
|
|
378
|
+
* @generated from rpc Scailo.ProformaInvoicesService.DownloadItemsTemplateAsCSV
|
|
379
|
+
*/
|
|
380
|
+
downloadItemsTemplateAsCSV: {
|
|
381
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
382
|
+
I: base_scailo_pb_js_1.Empty,
|
|
383
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
384
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
385
|
+
},
|
|
375
386
|
/**
|
|
376
387
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
377
388
|
*
|
|
@@ -405,6 +416,17 @@ exports.ProformaInvoicesService = {
|
|
|
405
416
|
O: proforma_invoices_scailo_pb_js_1.ProformaInvoice,
|
|
406
417
|
kind: protobuf_1.MethodKind.Unary,
|
|
407
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.ProformaInvoicesService.ViewByReferenceID
|
|
423
|
+
*/
|
|
424
|
+
viewByReferenceID: {
|
|
425
|
+
name: "ViewByReferenceID",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: proforma_invoices_scailo_pb_js_1.ProformaInvoice,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
408
430
|
/**
|
|
409
431
|
* View only essential components by ID (without logs)
|
|
410
432
|
*
|
|
@@ -8,6 +8,7 @@ exports.PurchasesEnquiriesService = void 0;
|
|
|
8
8
|
const purchases_enquiries_scailo_pb_js_1 = require("./purchases_enquiries.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
/**
|
|
12
13
|
*
|
|
13
14
|
* Describes the common methods applicable on each purchase enquiry
|
|
@@ -182,6 +183,17 @@ exports.PurchasesEnquiriesService = {
|
|
|
182
183
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
183
184
|
kind: protobuf_1.MethodKind.Unary,
|
|
184
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* Create a magic link
|
|
188
|
+
*
|
|
189
|
+
* @generated from rpc Scailo.PurchasesEnquiriesService.CreateMagicLink
|
|
190
|
+
*/
|
|
191
|
+
createMagicLink: {
|
|
192
|
+
name: "CreateMagicLink",
|
|
193
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
194
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
195
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
196
|
+
},
|
|
185
197
|
/**
|
|
186
198
|
* Add an item to a purchase enquiry
|
|
187
199
|
*
|
|
@@ -316,7 +328,7 @@ exports.PurchasesEnquiriesService = {
|
|
|
316
328
|
},
|
|
317
329
|
/**
|
|
318
330
|
* CSV operations
|
|
319
|
-
* Download the CSV file
|
|
331
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
320
332
|
*
|
|
321
333
|
* @generated from rpc Scailo.PurchasesEnquiriesService.DownloadItemsAsCSV
|
|
322
334
|
*/
|
|
@@ -326,6 +338,17 @@ exports.PurchasesEnquiriesService = {
|
|
|
326
338
|
O: base_scailo_pb_js_1.StandardFile,
|
|
327
339
|
kind: protobuf_1.MethodKind.Unary,
|
|
328
340
|
},
|
|
341
|
+
/**
|
|
342
|
+
* Download the CSV template that could be used to upload items
|
|
343
|
+
*
|
|
344
|
+
* @generated from rpc Scailo.PurchasesEnquiriesService.DownloadItemsTemplateAsCSV
|
|
345
|
+
*/
|
|
346
|
+
downloadItemsTemplateAsCSV: {
|
|
347
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
348
|
+
I: base_scailo_pb_js_1.Empty,
|
|
349
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
350
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
351
|
+
},
|
|
329
352
|
/**
|
|
330
353
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
331
354
|
*
|
|
@@ -359,6 +382,17 @@ exports.PurchasesEnquiriesService = {
|
|
|
359
382
|
O: purchases_enquiries_scailo_pb_js_1.PurchaseEnquiry,
|
|
360
383
|
kind: protobuf_1.MethodKind.Unary,
|
|
361
384
|
},
|
|
385
|
+
/**
|
|
386
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
387
|
+
*
|
|
388
|
+
* @generated from rpc Scailo.PurchasesEnquiriesService.ViewByReferenceID
|
|
389
|
+
*/
|
|
390
|
+
viewByReferenceID: {
|
|
391
|
+
name: "ViewByReferenceID",
|
|
392
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
393
|
+
O: purchases_enquiries_scailo_pb_js_1.PurchaseEnquiry,
|
|
394
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
395
|
+
},
|
|
362
396
|
/**
|
|
363
397
|
* View only essential components by ID (without logs)
|
|
364
398
|
*
|
|
@@ -8,6 +8,7 @@ exports.PurchasesIndentsService = void 0;
|
|
|
8
8
|
const purchases_indents_scailo_pb_js_1 = require("./purchases_indents.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
12
13
|
/**
|
|
13
14
|
*
|
|
@@ -194,6 +195,17 @@ exports.PurchasesIndentsService = {
|
|
|
194
195
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
195
196
|
kind: protobuf_1.MethodKind.Unary,
|
|
196
197
|
},
|
|
198
|
+
/**
|
|
199
|
+
* Create a magic link
|
|
200
|
+
*
|
|
201
|
+
* @generated from rpc Scailo.PurchasesIndentsService.CreateMagicLink
|
|
202
|
+
*/
|
|
203
|
+
createMagicLink: {
|
|
204
|
+
name: "CreateMagicLink",
|
|
205
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
206
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
207
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
208
|
+
},
|
|
197
209
|
/**
|
|
198
210
|
* Autofill the purchase indent
|
|
199
211
|
*
|
|
@@ -361,7 +373,7 @@ exports.PurchasesIndentsService = {
|
|
|
361
373
|
},
|
|
362
374
|
/**
|
|
363
375
|
* CSV operations
|
|
364
|
-
* Download the CSV file
|
|
376
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
365
377
|
*
|
|
366
378
|
* @generated from rpc Scailo.PurchasesIndentsService.DownloadItemsAsCSV
|
|
367
379
|
*/
|
|
@@ -371,6 +383,17 @@ exports.PurchasesIndentsService = {
|
|
|
371
383
|
O: base_scailo_pb_js_1.StandardFile,
|
|
372
384
|
kind: protobuf_1.MethodKind.Unary,
|
|
373
385
|
},
|
|
386
|
+
/**
|
|
387
|
+
* Download the CSV template that could be used to upload items
|
|
388
|
+
*
|
|
389
|
+
* @generated from rpc Scailo.PurchasesIndentsService.DownloadItemsTemplateAsCSV
|
|
390
|
+
*/
|
|
391
|
+
downloadItemsTemplateAsCSV: {
|
|
392
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
393
|
+
I: base_scailo_pb_js_1.Empty,
|
|
394
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
395
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
396
|
+
},
|
|
374
397
|
/**
|
|
375
398
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
376
399
|
*
|
|
@@ -404,6 +427,17 @@ exports.PurchasesIndentsService = {
|
|
|
404
427
|
O: purchases_indents_scailo_pb_js_1.PurchaseIndent,
|
|
405
428
|
kind: protobuf_1.MethodKind.Unary,
|
|
406
429
|
},
|
|
430
|
+
/**
|
|
431
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
432
|
+
*
|
|
433
|
+
* @generated from rpc Scailo.PurchasesIndentsService.ViewByReferenceID
|
|
434
|
+
*/
|
|
435
|
+
viewByReferenceID: {
|
|
436
|
+
name: "ViewByReferenceID",
|
|
437
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
438
|
+
O: purchases_indents_scailo_pb_js_1.PurchaseIndent,
|
|
439
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
440
|
+
},
|
|
407
441
|
/**
|
|
408
442
|
* View only essential components by ID (without logs)
|
|
409
443
|
*
|
|
@@ -373,7 +373,7 @@ exports.PurchasesOrdersService = {
|
|
|
373
373
|
},
|
|
374
374
|
/**
|
|
375
375
|
* CSV operations
|
|
376
|
-
* Download the CSV file
|
|
376
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
377
377
|
*
|
|
378
378
|
* @generated from rpc Scailo.PurchasesOrdersService.DownloadItemsAsCSV
|
|
379
379
|
*/
|
|
@@ -383,6 +383,17 @@ exports.PurchasesOrdersService = {
|
|
|
383
383
|
O: base_scailo_pb_js_1.StandardFile,
|
|
384
384
|
kind: protobuf_1.MethodKind.Unary,
|
|
385
385
|
},
|
|
386
|
+
/**
|
|
387
|
+
* Download the CSV template that could be used to upload items
|
|
388
|
+
*
|
|
389
|
+
* @generated from rpc Scailo.PurchasesOrdersService.DownloadItemsTemplateAsCSV
|
|
390
|
+
*/
|
|
391
|
+
downloadItemsTemplateAsCSV: {
|
|
392
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
393
|
+
I: base_scailo_pb_js_1.Empty,
|
|
394
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
395
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
396
|
+
},
|
|
386
397
|
/**
|
|
387
398
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
388
399
|
*
|
|
@@ -526,6 +537,17 @@ exports.PurchasesOrdersService = {
|
|
|
526
537
|
O: purchases_orders_scailo_pb_js_1.PurchaseOrder,
|
|
527
538
|
kind: protobuf_1.MethodKind.Unary,
|
|
528
539
|
},
|
|
540
|
+
/**
|
|
541
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
542
|
+
*
|
|
543
|
+
* @generated from rpc Scailo.PurchasesOrdersService.ViewByReferenceID
|
|
544
|
+
*/
|
|
545
|
+
viewByReferenceID: {
|
|
546
|
+
name: "ViewByReferenceID",
|
|
547
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
548
|
+
O: purchases_orders_scailo_pb_js_1.PurchaseOrder,
|
|
549
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
550
|
+
},
|
|
529
551
|
/**
|
|
530
552
|
* View only essential components by ID (without logs)
|
|
531
553
|
*
|
|
@@ -8,6 +8,7 @@ exports.PurchasesPaymentsService = void 0;
|
|
|
8
8
|
const purchases_payments_scailo_pb_js_1 = require("./purchases_payments.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
/**
|
|
12
13
|
*
|
|
13
14
|
* Describes the common methods applicable on each purchase payment
|
|
@@ -163,9 +164,6 @@ exports.PurchasesPaymentsService = {
|
|
|
163
164
|
/**
|
|
164
165
|
* Add comment
|
|
165
166
|
*
|
|
166
|
-
* Send Email
|
|
167
|
-
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
168
|
-
*
|
|
169
167
|
* @generated from rpc Scailo.PurchasesPaymentsService.CommentAdd
|
|
170
168
|
*/
|
|
171
169
|
commentAdd: {
|
|
@@ -174,6 +172,19 @@ exports.PurchasesPaymentsService = {
|
|
|
174
172
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
175
173
|
kind: protobuf_1.MethodKind.Unary,
|
|
176
174
|
},
|
|
175
|
+
/**
|
|
176
|
+
* Send Email
|
|
177
|
+
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
178
|
+
* Create a magic link
|
|
179
|
+
*
|
|
180
|
+
* @generated from rpc Scailo.PurchasesPaymentsService.CreateMagicLink
|
|
181
|
+
*/
|
|
182
|
+
createMagicLink: {
|
|
183
|
+
name: "CreateMagicLink",
|
|
184
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
185
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
186
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
187
|
+
},
|
|
177
188
|
/**
|
|
178
189
|
* View by ID
|
|
179
190
|
*
|
|
@@ -363,7 +363,7 @@ exports.PurchasesReturnsService = {
|
|
|
363
363
|
},
|
|
364
364
|
/**
|
|
365
365
|
* CSV operations
|
|
366
|
-
* Download the CSV file
|
|
366
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
367
367
|
*
|
|
368
368
|
* @generated from rpc Scailo.PurchasesReturnsService.DownloadItemsAsCSV
|
|
369
369
|
*/
|
|
@@ -373,6 +373,17 @@ exports.PurchasesReturnsService = {
|
|
|
373
373
|
O: base_scailo_pb_js_1.StandardFile,
|
|
374
374
|
kind: protobuf_1.MethodKind.Unary,
|
|
375
375
|
},
|
|
376
|
+
/**
|
|
377
|
+
* Download the CSV template that could be used to upload items
|
|
378
|
+
*
|
|
379
|
+
* @generated from rpc Scailo.PurchasesReturnsService.DownloadItemsTemplateAsCSV
|
|
380
|
+
*/
|
|
381
|
+
downloadItemsTemplateAsCSV: {
|
|
382
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
383
|
+
I: base_scailo_pb_js_1.Empty,
|
|
384
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
385
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
386
|
+
},
|
|
376
387
|
/**
|
|
377
388
|
* View by ID
|
|
378
389
|
*
|
|
@@ -395,6 +406,17 @@ exports.PurchasesReturnsService = {
|
|
|
395
406
|
O: purchases_returns_scailo_pb_js_1.PurchaseReturn,
|
|
396
407
|
kind: protobuf_1.MethodKind.Unary,
|
|
397
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.PurchasesReturnsService.ViewByReferenceID
|
|
413
|
+
*/
|
|
414
|
+
viewByReferenceID: {
|
|
415
|
+
name: "ViewByReferenceID",
|
|
416
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
417
|
+
O: purchases_returns_scailo_pb_js_1.PurchaseReturn,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
398
420
|
/**
|
|
399
421
|
* View only essential components by ID (without logs)
|
|
400
422
|
*
|
|
@@ -330,7 +330,7 @@ exports.QCGroupsService = {
|
|
|
330
330
|
},
|
|
331
331
|
/**
|
|
332
332
|
* CSV operations
|
|
333
|
-
* Download the CSV file
|
|
333
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
334
334
|
*
|
|
335
335
|
* @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
|
|
336
336
|
*/
|
|
@@ -340,6 +340,17 @@ exports.QCGroupsService = {
|
|
|
340
340
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
341
|
kind: protobuf_1.MethodKind.Unary,
|
|
342
342
|
},
|
|
343
|
+
/**
|
|
344
|
+
* Download the CSV template that could be used to upload items
|
|
345
|
+
*
|
|
346
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadItemsTemplateAsCSV
|
|
347
|
+
*/
|
|
348
|
+
downloadItemsTemplateAsCSV: {
|
|
349
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
350
|
+
I: base_scailo_pb_js_1.Empty,
|
|
351
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
352
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
353
|
+
},
|
|
343
354
|
/**
|
|
344
355
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
345
356
|
*
|
|
@@ -373,6 +384,17 @@ exports.QCGroupsService = {
|
|
|
373
384
|
O: qc_groups_scailo_pb_js_1.QCGroup,
|
|
374
385
|
kind: protobuf_1.MethodKind.Unary,
|
|
375
386
|
},
|
|
387
|
+
/**
|
|
388
|
+
* View by Code (returns the latest record in case of duplicates)
|
|
389
|
+
*
|
|
390
|
+
* @generated from rpc Scailo.QCGroupsService.ViewByCode
|
|
391
|
+
*/
|
|
392
|
+
viewByCode: {
|
|
393
|
+
name: "ViewByCode",
|
|
394
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
395
|
+
O: qc_groups_scailo_pb_js_1.QCGroup,
|
|
396
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
397
|
+
},
|
|
376
398
|
/**
|
|
377
399
|
* View only essential components by ID (without logs)
|
|
378
400
|
*
|
|
@@ -8,6 +8,7 @@ exports.QCSamplesService = void 0;
|
|
|
8
8
|
const qc_samples_scailo_pb_js_1 = require("./qc_samples.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
/**
|
|
12
13
|
*
|
|
13
14
|
* Describes the common methods applicable on each qc sample
|
|
@@ -127,6 +128,17 @@ exports.QCSamplesService = {
|
|
|
127
128
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
128
129
|
kind: protobuf_1.MethodKind.Unary,
|
|
129
130
|
},
|
|
131
|
+
/**
|
|
132
|
+
* Create a magic link
|
|
133
|
+
*
|
|
134
|
+
* @generated from rpc Scailo.QCSamplesService.CreateMagicLink
|
|
135
|
+
*/
|
|
136
|
+
createMagicLink: {
|
|
137
|
+
name: "CreateMagicLink",
|
|
138
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
139
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
140
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
141
|
+
},
|
|
130
142
|
/**
|
|
131
143
|
* Modify an parameter in a qc sample
|
|
132
144
|
*
|
|
@@ -8,6 +8,7 @@ exports.QuotationsRequestsService = void 0;
|
|
|
8
8
|
const quotations_requests_scailo_pb_js_1 = require("./quotations_requests.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
|
+
const magic_links_scailo_pb_js_1 = require("./magic_links.scailo_pb.js");
|
|
11
12
|
/**
|
|
12
13
|
*
|
|
13
14
|
* Describes the common methods applicable on each quotation request
|
|
@@ -182,6 +183,17 @@ exports.QuotationsRequestsService = {
|
|
|
182
183
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
183
184
|
kind: protobuf_1.MethodKind.Unary,
|
|
184
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* Create a magic link
|
|
188
|
+
*
|
|
189
|
+
* @generated from rpc Scailo.QuotationsRequestsService.CreateMagicLink
|
|
190
|
+
*/
|
|
191
|
+
createMagicLink: {
|
|
192
|
+
name: "CreateMagicLink",
|
|
193
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
194
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
195
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
196
|
+
},
|
|
185
197
|
/**
|
|
186
198
|
* Autofill the quotation request (from the associated purchase enquiry)
|
|
187
199
|
*
|
|
@@ -327,7 +339,7 @@ exports.QuotationsRequestsService = {
|
|
|
327
339
|
},
|
|
328
340
|
/**
|
|
329
341
|
* CSV operations
|
|
330
|
-
* Download the CSV file
|
|
342
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
331
343
|
*
|
|
332
344
|
* @generated from rpc Scailo.QuotationsRequestsService.DownloadItemsAsCSV
|
|
333
345
|
*/
|
|
@@ -337,6 +349,17 @@ exports.QuotationsRequestsService = {
|
|
|
337
349
|
O: base_scailo_pb_js_1.StandardFile,
|
|
338
350
|
kind: protobuf_1.MethodKind.Unary,
|
|
339
351
|
},
|
|
352
|
+
/**
|
|
353
|
+
* Download the CSV template that could be used to upload items
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.QuotationsRequestsService.DownloadItemsTemplateAsCSV
|
|
356
|
+
*/
|
|
357
|
+
downloadItemsTemplateAsCSV: {
|
|
358
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
359
|
+
I: base_scailo_pb_js_1.Empty,
|
|
360
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
340
363
|
/**
|
|
341
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.
|
|
342
365
|
*
|
|
@@ -370,6 +393,17 @@ exports.QuotationsRequestsService = {
|
|
|
370
393
|
O: quotations_requests_scailo_pb_js_1.QuotationRequest,
|
|
371
394
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
395
|
},
|
|
396
|
+
/**
|
|
397
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
398
|
+
*
|
|
399
|
+
* @generated from rpc Scailo.QuotationsRequestsService.ViewByReferenceID
|
|
400
|
+
*/
|
|
401
|
+
viewByReferenceID: {
|
|
402
|
+
name: "ViewByReferenceID",
|
|
403
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
404
|
+
O: quotations_requests_scailo_pb_js_1.QuotationRequest,
|
|
405
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
406
|
+
},
|
|
373
407
|
/**
|
|
374
408
|
* View only essential components by ID (without logs)
|
|
375
409
|
*
|