@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PurchaseOrder, PurchaseOrderAncillaryParameters, PurchaseOrderBillingStatistics, PurchaseOrderContact, PurchaseOrderContactsList, PurchaseOrderInventoryMatchList, PurchaseOrderInventoryStatistics, PurchaseOrderItem, PurchaseOrderItemHistoryRequest, PurchaseOrderItemProspectiveInfoRequest, PurchaseOrderItemsList, PurchaseOrderItemsSearchRequest, PurchaseOrderPriceMatchList, PurchaseOrderReference, PurchaseOrderReferencesList, PurchasesOrdersList, PurchasesOrdersServiceAutofillRequest, PurchasesOrdersServiceContactCreateRequest, PurchasesOrdersServiceCountReq, PurchasesOrdersServiceCreateRequest, PurchasesOrdersServiceFilterReq, PurchasesOrdersServiceItemCreateRequest, PurchasesOrdersServiceItemUpdateRequest, PurchasesOrdersServicePaginatedItemsResponse, PurchasesOrdersServicePaginationReq, PurchasesOrdersServicePaginationResponse, PurchasesOrdersServiceReferenceCreateRequest, PurchasesOrdersServiceSearchAllReq, PurchasesOrdersServiceUpdateRequest } from "./purchases_orders.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, PriceResponse, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, PriceResponse, ReorderItemsRequest, RepeatWithDeliveryDate, SimpleSearchReq, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
5
5
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
@@ -366,7 +366,7 @@ export declare const PurchasesOrdersService: {
|
|
|
366
366
|
};
|
|
367
367
|
/**
|
|
368
368
|
* CSV operations
|
|
369
|
-
* Download the CSV file
|
|
369
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
370
370
|
*
|
|
371
371
|
* @generated from rpc Scailo.PurchasesOrdersService.DownloadItemsAsCSV
|
|
372
372
|
*/
|
|
@@ -376,6 +376,17 @@ export declare const PurchasesOrdersService: {
|
|
|
376
376
|
readonly O: typeof StandardFile;
|
|
377
377
|
readonly kind: MethodKind.Unary;
|
|
378
378
|
};
|
|
379
|
+
/**
|
|
380
|
+
* Download the CSV template that could be used to upload items
|
|
381
|
+
*
|
|
382
|
+
* @generated from rpc Scailo.PurchasesOrdersService.DownloadItemsTemplateAsCSV
|
|
383
|
+
*/
|
|
384
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
385
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
386
|
+
readonly I: typeof Empty;
|
|
387
|
+
readonly O: typeof StandardFile;
|
|
388
|
+
readonly kind: MethodKind.Unary;
|
|
389
|
+
};
|
|
379
390
|
/**
|
|
380
391
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
381
392
|
*
|
|
@@ -519,6 +530,17 @@ export declare const PurchasesOrdersService: {
|
|
|
519
530
|
readonly O: typeof PurchaseOrder;
|
|
520
531
|
readonly kind: MethodKind.Unary;
|
|
521
532
|
};
|
|
533
|
+
/**
|
|
534
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
535
|
+
*
|
|
536
|
+
* @generated from rpc Scailo.PurchasesOrdersService.ViewByReferenceID
|
|
537
|
+
*/
|
|
538
|
+
readonly viewByReferenceID: {
|
|
539
|
+
readonly name: "ViewByReferenceID";
|
|
540
|
+
readonly I: typeof SimpleSearchReq;
|
|
541
|
+
readonly O: typeof PurchaseOrder;
|
|
542
|
+
readonly kind: MethodKind.Unary;
|
|
543
|
+
};
|
|
522
544
|
/**
|
|
523
545
|
* View only essential components by ID (without logs)
|
|
524
546
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACl/B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,aAAa,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACl/B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,aAAa,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACxa,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,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;;;;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;;;;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,6 +1,7 @@
|
|
|
1
1
|
import { PurchasePayment, PurchasePaymentAncillaryParameters, PurchasesPaymentsList, PurchasesPaymentsServiceCountReq, PurchasesPaymentsServiceCreateRequest, PurchasesPaymentsServiceFilterReq, PurchasesPaymentsServicePaginationReq, PurchasesPaymentsServicePaginationResponse, PurchasesPaymentsServiceSearchAllReq, PurchasesPaymentsServiceUpdateRequest } from "./purchases_payments.scailo_pb.js";
|
|
2
2
|
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
|
+
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
*
|
|
6
7
|
* Describes the common methods applicable on each purchase payment
|
|
@@ -156,9 +157,6 @@ export declare const PurchasesPaymentsService: {
|
|
|
156
157
|
/**
|
|
157
158
|
* Add comment
|
|
158
159
|
*
|
|
159
|
-
* Send Email
|
|
160
|
-
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
161
|
-
*
|
|
162
160
|
* @generated from rpc Scailo.PurchasesPaymentsService.CommentAdd
|
|
163
161
|
*/
|
|
164
162
|
readonly commentAdd: {
|
|
@@ -167,6 +165,19 @@ export declare const PurchasesPaymentsService: {
|
|
|
167
165
|
readonly O: typeof IdentifierResponse;
|
|
168
166
|
readonly kind: MethodKind.Unary;
|
|
169
167
|
};
|
|
168
|
+
/**
|
|
169
|
+
* Send Email
|
|
170
|
+
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
171
|
+
* Create a magic link
|
|
172
|
+
*
|
|
173
|
+
* @generated from rpc Scailo.PurchasesPaymentsService.CreateMagicLink
|
|
174
|
+
*/
|
|
175
|
+
readonly createMagicLink: {
|
|
176
|
+
readonly name: "CreateMagicLink";
|
|
177
|
+
readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
|
|
178
|
+
readonly O: typeof MagicLink;
|
|
179
|
+
readonly kind: MethodKind.Unary;
|
|
180
|
+
};
|
|
170
181
|
/**
|
|
171
182
|
* View by ID
|
|
172
183
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchases_payments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_payments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AAC3Y,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;
|
|
1
|
+
{"version":3,"file":"purchases_payments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_payments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,iCAAiC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,mCAAmC,CAAC;AAC3Y,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;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;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;;;;WAIG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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 { PurchaseReturn, PurchaseReturnAncillaryParameters, PurchaseReturnItem, PurchaseReturnItemHistoryRequest, PurchaseReturnItemProspectiveInfoRequest, PurchaseReturnItemsSearchRequest, PurchasesReturnsItemsList, PurchasesReturnsList, PurchasesReturnsServiceAlreadyAddedQuantityForSourceRequest, PurchasesReturnsServiceCountReq, PurchasesReturnsServiceCreateRequest, PurchasesReturnsServiceFilterReq, PurchasesReturnsServiceItemCreateRequest, PurchasesReturnsServiceItemUpdateRequest, PurchasesReturnsServicePaginatedItemsResponse, PurchasesReturnsServicePaginationReq, PurchasesReturnsServicePaginationResponse, PurchasesReturnsServiceSearchAllReq, PurchasesReturnsServiceUpdateRequest } from "./purchases_returns.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
5
5
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
@@ -356,7 +356,7 @@ export declare const PurchasesReturnsService: {
|
|
|
356
356
|
};
|
|
357
357
|
/**
|
|
358
358
|
* CSV operations
|
|
359
|
-
* Download the CSV file
|
|
359
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
360
360
|
*
|
|
361
361
|
* @generated from rpc Scailo.PurchasesReturnsService.DownloadItemsAsCSV
|
|
362
362
|
*/
|
|
@@ -366,6 +366,17 @@ export declare const PurchasesReturnsService: {
|
|
|
366
366
|
readonly O: typeof StandardFile;
|
|
367
367
|
readonly kind: MethodKind.Unary;
|
|
368
368
|
};
|
|
369
|
+
/**
|
|
370
|
+
* Download the CSV template that could be used to upload items
|
|
371
|
+
*
|
|
372
|
+
* @generated from rpc Scailo.PurchasesReturnsService.DownloadItemsTemplateAsCSV
|
|
373
|
+
*/
|
|
374
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
375
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
376
|
+
readonly I: typeof Empty;
|
|
377
|
+
readonly O: typeof StandardFile;
|
|
378
|
+
readonly kind: MethodKind.Unary;
|
|
379
|
+
};
|
|
369
380
|
/**
|
|
370
381
|
* View by ID
|
|
371
382
|
*
|
|
@@ -388,6 +399,17 @@ export declare const PurchasesReturnsService: {
|
|
|
388
399
|
readonly O: typeof PurchaseReturn;
|
|
389
400
|
readonly kind: MethodKind.Unary;
|
|
390
401
|
};
|
|
402
|
+
/**
|
|
403
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
404
|
+
*
|
|
405
|
+
* @generated from rpc Scailo.PurchasesReturnsService.ViewByReferenceID
|
|
406
|
+
*/
|
|
407
|
+
readonly viewByReferenceID: {
|
|
408
|
+
readonly name: "ViewByReferenceID";
|
|
409
|
+
readonly I: typeof SimpleSearchReq;
|
|
410
|
+
readonly O: typeof PurchaseReturn;
|
|
411
|
+
readonly kind: MethodKind.Unary;
|
|
412
|
+
};
|
|
391
413
|
/**
|
|
392
414
|
* View only essential components by ID (without logs)
|
|
393
415
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchases_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7tB,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;
|
|
1
|
+
{"version":3,"file":"purchases_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7tB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,KAAK,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;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AACvF,OAAO,EAAE,0CAA0C,EAAE,oBAAoB,EAAE,0CAA0C,EAAE,MAAM,0BAA0B,CAAC;AAExJ;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;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 { QCGroup, QCGroupItem, QCGroupItemHistoryRequest, QCGroupItemsSearchRequest, QCGroupsItemsList, QCGroupsList, QCGroupsServiceCountReq, QCGroupsServiceCreateRequest, QCGroupsServiceFilterReq, QCGroupsServiceItemCreateRequest, QCGroupsServiceItemUpdateRequest, QCGroupsServicePaginatedItemsResponse, QCGroupsServicePaginationReq, QCGroupsServicePaginationResponse, QCGroupsServiceSearchAllReq, QCGroupsServiceUpdateRequest } from "./qc_groups.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -323,7 +323,7 @@ export declare const QCGroupsService: {
|
|
|
323
323
|
};
|
|
324
324
|
/**
|
|
325
325
|
* CSV operations
|
|
326
|
-
* Download the CSV file
|
|
326
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
327
327
|
*
|
|
328
328
|
* @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
|
|
329
329
|
*/
|
|
@@ -333,6 +333,17 @@ export declare const QCGroupsService: {
|
|
|
333
333
|
readonly O: typeof StandardFile;
|
|
334
334
|
readonly kind: MethodKind.Unary;
|
|
335
335
|
};
|
|
336
|
+
/**
|
|
337
|
+
* Download the CSV template that could be used to upload items
|
|
338
|
+
*
|
|
339
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadItemsTemplateAsCSV
|
|
340
|
+
*/
|
|
341
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
342
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
343
|
+
readonly I: typeof Empty;
|
|
344
|
+
readonly O: typeof StandardFile;
|
|
345
|
+
readonly kind: MethodKind.Unary;
|
|
346
|
+
};
|
|
336
347
|
/**
|
|
337
348
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
338
349
|
*
|
|
@@ -366,6 +377,17 @@ export declare const QCGroupsService: {
|
|
|
366
377
|
readonly O: typeof QCGroup;
|
|
367
378
|
readonly kind: MethodKind.Unary;
|
|
368
379
|
};
|
|
380
|
+
/**
|
|
381
|
+
* View by Code (returns the latest record in case of duplicates)
|
|
382
|
+
*
|
|
383
|
+
* @generated from rpc Scailo.QCGroupsService.ViewByCode
|
|
384
|
+
*/
|
|
385
|
+
readonly viewByCode: {
|
|
386
|
+
readonly name: "ViewByCode";
|
|
387
|
+
readonly I: typeof SimpleSearchReq;
|
|
388
|
+
readonly O: typeof QCGroup;
|
|
389
|
+
readonly kind: MethodKind.Unary;
|
|
390
|
+
};
|
|
369
391
|
/**
|
|
370
392
|
* View only essential components by ID (without logs)
|
|
371
393
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.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,0BAA0B,CAAC;AAC/c,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.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,0BAA0B,CAAC;AAC/c,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,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;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { QCSample, QCSampleAncillaryParameters, QCSampleParameter, QCSampleParameterHistoryList, QCSampleParameterHistoryRequest, QCSampleParametersList, QCSampleParametersSearchRequest, QCSamplesCountStatistics, QCSamplesList, QCSamplesServiceCountReq, QCSamplesServiceCreateRequest, QCSamplesServiceFilterReq, QCSamplesServicePaginatedParametersResponse, QCSamplesServicePaginationReq, QCSamplesServicePaginationResponse, QCSamplesServiceParameterUpdateRequest, QCSamplesServiceSearchAllReq, QCSamplesServiceUpdateRequest, QCSamplesWithMetadataList } from "./qc_samples.scailo_pb.js";
|
|
2
2
|
import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
|
+
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
*
|
|
6
7
|
* Describes the common methods applicable on each qc sample
|
|
@@ -120,6 +121,17 @@ export declare const QCSamplesService: {
|
|
|
120
121
|
readonly O: typeof IdentifierResponse;
|
|
121
122
|
readonly kind: MethodKind.Unary;
|
|
122
123
|
};
|
|
124
|
+
/**
|
|
125
|
+
* Create a magic link
|
|
126
|
+
*
|
|
127
|
+
* @generated from rpc Scailo.QCSamplesService.CreateMagicLink
|
|
128
|
+
*/
|
|
129
|
+
readonly createMagicLink: {
|
|
130
|
+
readonly name: "CreateMagicLink";
|
|
131
|
+
readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
|
|
132
|
+
readonly O: typeof MagicLink;
|
|
133
|
+
readonly kind: MethodKind.Unary;
|
|
134
|
+
};
|
|
123
135
|
/**
|
|
124
136
|
* Modify an parameter in a qc sample
|
|
125
137
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qc_samples.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_samples.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,wBAAwB,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,2CAA2C,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAC1kB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpO,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"qc_samples.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_samples.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,wBAAwB,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,2CAA2C,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAC1kB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpO,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { QuotationRequest, QuotationRequestAncillaryParameters, QuotationRequestItem, QuotationRequestItemHistoryRequest, QuotationRequestItemsSearchRequest, QuotationsRequestsItemsList, QuotationsRequestsList, QuotationsRequestsServiceAutofillRequest, QuotationsRequestsServiceCountReq, QuotationsRequestsServiceCreateRequest, QuotationsRequestsServiceFilterReq, QuotationsRequestsServiceItemCreateRequest, QuotationsRequestsServiceItemUpdateRequest, QuotationsRequestsServicePaginatedItemsResponse, QuotationsRequestsServicePaginationReq, QuotationsRequestsServicePaginationResponse, QuotationsRequestsServiceSearchAllReq, QuotationsRequestsServiceUpdateRequest } from "./quotations_requests.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
|
+
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
*
|
|
6
7
|
* Describes the common methods applicable on each quotation request
|
|
@@ -175,6 +176,17 @@ export declare const QuotationsRequestsService: {
|
|
|
175
176
|
readonly O: typeof IdentifierResponse;
|
|
176
177
|
readonly kind: MethodKind.Unary;
|
|
177
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* Create a magic link
|
|
181
|
+
*
|
|
182
|
+
* @generated from rpc Scailo.QuotationsRequestsService.CreateMagicLink
|
|
183
|
+
*/
|
|
184
|
+
readonly createMagicLink: {
|
|
185
|
+
readonly name: "CreateMagicLink";
|
|
186
|
+
readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
|
|
187
|
+
readonly O: typeof MagicLink;
|
|
188
|
+
readonly kind: MethodKind.Unary;
|
|
189
|
+
};
|
|
178
190
|
/**
|
|
179
191
|
* Autofill the quotation request (from the associated purchase enquiry)
|
|
180
192
|
*
|
|
@@ -320,7 +332,7 @@ export declare const QuotationsRequestsService: {
|
|
|
320
332
|
};
|
|
321
333
|
/**
|
|
322
334
|
* CSV operations
|
|
323
|
-
* Download the CSV file
|
|
335
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
324
336
|
*
|
|
325
337
|
* @generated from rpc Scailo.QuotationsRequestsService.DownloadItemsAsCSV
|
|
326
338
|
*/
|
|
@@ -330,6 +342,17 @@ export declare const QuotationsRequestsService: {
|
|
|
330
342
|
readonly O: typeof StandardFile;
|
|
331
343
|
readonly kind: MethodKind.Unary;
|
|
332
344
|
};
|
|
345
|
+
/**
|
|
346
|
+
* Download the CSV template that could be used to upload items
|
|
347
|
+
*
|
|
348
|
+
* @generated from rpc Scailo.QuotationsRequestsService.DownloadItemsTemplateAsCSV
|
|
349
|
+
*/
|
|
350
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
351
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
352
|
+
readonly I: typeof Empty;
|
|
353
|
+
readonly O: typeof StandardFile;
|
|
354
|
+
readonly kind: MethodKind.Unary;
|
|
355
|
+
};
|
|
333
356
|
/**
|
|
334
357
|
* 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
358
|
*
|
|
@@ -363,6 +386,17 @@ export declare const QuotationsRequestsService: {
|
|
|
363
386
|
readonly O: typeof QuotationRequest;
|
|
364
387
|
readonly kind: MethodKind.Unary;
|
|
365
388
|
};
|
|
389
|
+
/**
|
|
390
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
391
|
+
*
|
|
392
|
+
* @generated from rpc Scailo.QuotationsRequestsService.ViewByReferenceID
|
|
393
|
+
*/
|
|
394
|
+
readonly viewByReferenceID: {
|
|
395
|
+
readonly name: "ViewByReferenceID";
|
|
396
|
+
readonly I: typeof SimpleSearchReq;
|
|
397
|
+
readonly O: typeof QuotationRequest;
|
|
398
|
+
readonly kind: MethodKind.Unary;
|
|
399
|
+
};
|
|
366
400
|
/**
|
|
367
401
|
* View only essential components by ID (without logs)
|
|
368
402
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quotations_requests.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/quotations_requests.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,mCAAmC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AACpsB,OAAO,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,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"quotations_requests.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/quotations_requests.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gBAAgB,EAAE,mCAAmC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AACpsB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1V,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { QuotationResponse, QuotationResponseAncillaryParameters, QuotationResponseItem, QuotationResponseItemHistoryRequest, QuotationResponseItemsSearchRequest, QuotationsResponsesItemsList, QuotationsResponsesList, QuotationsResponsesServiceCountReq, QuotationsResponsesServiceCreateRequest, QuotationsResponsesServiceFilterReq, QuotationsResponsesServiceItemCreateRequest, QuotationsResponsesServiceItemsFilterReq, QuotationsResponsesServiceItemUpdateRequest, QuotationsResponsesServicePaginatedItemsResponse, QuotationsResponsesServicePaginationReq, QuotationsResponsesServicePaginationResponse, QuotationsResponsesServiceSearchAllReq, QuotationsResponsesServiceUpdateRequest } from "./quotations_responses.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
|
+
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
*
|
|
6
7
|
* Describes the common methods applicable on each quotation response
|
|
@@ -175,6 +176,17 @@ export declare const QuotationsResponsesService: {
|
|
|
175
176
|
readonly O: typeof IdentifierResponse;
|
|
176
177
|
readonly kind: MethodKind.Unary;
|
|
177
178
|
};
|
|
179
|
+
/**
|
|
180
|
+
* Create a magic link
|
|
181
|
+
*
|
|
182
|
+
* @generated from rpc Scailo.QuotationsResponsesService.CreateMagicLink
|
|
183
|
+
*/
|
|
184
|
+
readonly createMagicLink: {
|
|
185
|
+
readonly name: "CreateMagicLink";
|
|
186
|
+
readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
|
|
187
|
+
readonly O: typeof MagicLink;
|
|
188
|
+
readonly kind: MethodKind.Unary;
|
|
189
|
+
};
|
|
178
190
|
/**
|
|
179
191
|
* Add an item to a quotation response
|
|
180
192
|
*
|
|
@@ -340,6 +352,17 @@ export declare const QuotationsResponsesService: {
|
|
|
340
352
|
readonly O: typeof QuotationResponse;
|
|
341
353
|
readonly kind: MethodKind.Unary;
|
|
342
354
|
};
|
|
355
|
+
/**
|
|
356
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
357
|
+
*
|
|
358
|
+
* @generated from rpc Scailo.QuotationsResponsesService.ViewByReferenceID
|
|
359
|
+
*/
|
|
360
|
+
readonly viewByReferenceID: {
|
|
361
|
+
readonly name: "ViewByReferenceID";
|
|
362
|
+
readonly I: typeof SimpleSearchReq;
|
|
363
|
+
readonly O: typeof QuotationResponse;
|
|
364
|
+
readonly kind: MethodKind.Unary;
|
|
365
|
+
};
|
|
343
366
|
/**
|
|
344
367
|
* View only essential components by ID (without logs)
|
|
345
368
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quotations_responses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/quotations_responses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,oCAAoC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,wCAAwC,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,qCAAqC,CAAC;AACttB,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;
|
|
1
|
+
{"version":3,"file":"quotations_responses.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/quotations_responses.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,oCAAoC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,wCAAwC,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,qCAAqC,CAAC;AACttB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnS,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B;;;QAGnC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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,6 +1,7 @@
|
|
|
1
1
|
import { ReplaceableIndent, ReplaceableIndentIssuedStatisticsList, ReplaceableIndentItem, ReplaceableIndentItemHistoryRequest, ReplaceableIndentItemProspectiveInfoRequest, ReplaceableIndentItemsSearchRequest, ReplaceableIndentsItemsList, ReplaceableIndentsList, ReplaceableIndentsServiceAutofillRequest, ReplaceableIndentsServiceCountReq, ReplaceableIndentsServiceCreateRequest, ReplaceableIndentsServiceFilterReq, ReplaceableIndentsServiceItemCreateRequest, ReplaceableIndentsServiceItemUpdateRequest, ReplaceableIndentsServicePaginatedItemsResponse, ReplaceableIndentsServicePaginationReq, ReplaceableIndentsServicePaginationResponse, ReplaceableIndentsServiceSearchAllReq, ReplaceableIndentsServiceUpdateRequest } from "./replaceable_indents.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
|
+
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
4
5
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
5
6
|
/**
|
|
6
7
|
*
|
|
@@ -187,6 +188,17 @@ export declare const ReplaceableIndentsService: {
|
|
|
187
188
|
readonly O: typeof IdentifierResponse;
|
|
188
189
|
readonly kind: MethodKind.Unary;
|
|
189
190
|
};
|
|
191
|
+
/**
|
|
192
|
+
* Create a magic link
|
|
193
|
+
*
|
|
194
|
+
* @generated from rpc Scailo.ReplaceableIndentsService.CreateMagicLink
|
|
195
|
+
*/
|
|
196
|
+
readonly createMagicLink: {
|
|
197
|
+
readonly name: "CreateMagicLink";
|
|
198
|
+
readonly I: typeof MagicLinksServiceCreateRequestForSpecificResource;
|
|
199
|
+
readonly O: typeof MagicLink;
|
|
200
|
+
readonly kind: MethodKind.Unary;
|
|
201
|
+
};
|
|
190
202
|
/**
|
|
191
203
|
* Autofill the replaceable indent
|
|
192
204
|
*
|
|
@@ -343,7 +355,7 @@ export declare const ReplaceableIndentsService: {
|
|
|
343
355
|
};
|
|
344
356
|
/**
|
|
345
357
|
* CSV operations
|
|
346
|
-
* Download the CSV file
|
|
358
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
347
359
|
*
|
|
348
360
|
* @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsAsCSV
|
|
349
361
|
*/
|
|
@@ -353,6 +365,17 @@ export declare const ReplaceableIndentsService: {
|
|
|
353
365
|
readonly O: typeof StandardFile;
|
|
354
366
|
readonly kind: MethodKind.Unary;
|
|
355
367
|
};
|
|
368
|
+
/**
|
|
369
|
+
* Download the CSV template that could be used to upload items
|
|
370
|
+
*
|
|
371
|
+
* @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsTemplateAsCSV
|
|
372
|
+
*/
|
|
373
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
374
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
375
|
+
readonly I: typeof Empty;
|
|
376
|
+
readonly O: typeof StandardFile;
|
|
377
|
+
readonly kind: MethodKind.Unary;
|
|
378
|
+
};
|
|
356
379
|
/**
|
|
357
380
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
358
381
|
*
|
|
@@ -386,6 +409,17 @@ export declare const ReplaceableIndentsService: {
|
|
|
386
409
|
readonly O: typeof ReplaceableIndent;
|
|
387
410
|
readonly kind: MethodKind.Unary;
|
|
388
411
|
};
|
|
412
|
+
/**
|
|
413
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
414
|
+
*
|
|
415
|
+
* @generated from rpc Scailo.ReplaceableIndentsService.ViewByReferenceID
|
|
416
|
+
*/
|
|
417
|
+
readonly viewByReferenceID: {
|
|
418
|
+
readonly name: "ViewByReferenceID";
|
|
419
|
+
readonly I: typeof SimpleSearchReq;
|
|
420
|
+
readonly O: typeof ReplaceableIndent;
|
|
421
|
+
readonly kind: MethodKind.Unary;
|
|
422
|
+
};
|
|
389
423
|
/**
|
|
390
424
|
* View only essential components by ID (without logs)
|
|
391
425
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qCAAqC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AACvvB,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,gBAAgB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qCAAqC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AACvvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpY,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SalesEnquiriesItemsList, SalesEnquiriesList, SalesEnquiriesServiceContactCreateRequest, SalesEnquiriesServiceCountReq, SalesEnquiriesServiceCreateRequest, SalesEnquiriesServiceFilterReq, SalesEnquiriesServiceItemCreateRequest, SalesEnquiriesServiceItemUpdateRequest, SalesEnquiriesServicePaginatedItemsResponse, SalesEnquiriesServicePaginationReq, SalesEnquiriesServicePaginationResponse, SalesEnquiriesServiceSearchAllReq, SalesEnquiriesServiceUpdateRequest, SalesEnquiry, SalesEnquiryAncillaryParameters, SalesEnquiryContact, SalesEnquiryContactsList, SalesEnquiryItem, SalesEnquiryItemHistoryRequest, SalesEnquiryItemsSearchRequest } from "./sales_enquiries.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -343,7 +343,7 @@ export declare const SalesEnquiriesService: {
|
|
|
343
343
|
};
|
|
344
344
|
/**
|
|
345
345
|
* CSV operations
|
|
346
|
-
* Download the CSV file
|
|
346
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
347
347
|
*
|
|
348
348
|
* @generated from rpc Scailo.SalesEnquiriesService.DownloadItemsAsCSV
|
|
349
349
|
*/
|
|
@@ -353,6 +353,17 @@ export declare const SalesEnquiriesService: {
|
|
|
353
353
|
readonly O: typeof StandardFile;
|
|
354
354
|
readonly kind: MethodKind.Unary;
|
|
355
355
|
};
|
|
356
|
+
/**
|
|
357
|
+
* Download the CSV template that could be used to upload items
|
|
358
|
+
*
|
|
359
|
+
* @generated from rpc Scailo.SalesEnquiriesService.DownloadItemsTemplateAsCSV
|
|
360
|
+
*/
|
|
361
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
362
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
363
|
+
readonly I: typeof Empty;
|
|
364
|
+
readonly O: typeof StandardFile;
|
|
365
|
+
readonly kind: MethodKind.Unary;
|
|
366
|
+
};
|
|
356
367
|
/**
|
|
357
368
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
358
369
|
*
|
|
@@ -441,6 +452,17 @@ export declare const SalesEnquiriesService: {
|
|
|
441
452
|
readonly O: typeof SalesEnquiry;
|
|
442
453
|
readonly kind: MethodKind.Unary;
|
|
443
454
|
};
|
|
455
|
+
/**
|
|
456
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
457
|
+
*
|
|
458
|
+
* @generated from rpc Scailo.SalesEnquiriesService.ViewByReferenceID
|
|
459
|
+
*/
|
|
460
|
+
readonly viewByReferenceID: {
|
|
461
|
+
readonly name: "ViewByReferenceID";
|
|
462
|
+
readonly I: typeof SimpleSearchReq;
|
|
463
|
+
readonly O: typeof SalesEnquiry;
|
|
464
|
+
readonly kind: MethodKind.Unary;
|
|
465
|
+
};
|
|
444
466
|
/**
|
|
445
467
|
* View only essential components by ID (without logs)
|
|
446
468
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sales_enquiries.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/sales_enquiries.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,yCAAyC,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,YAAY,EAAE,+BAA+B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAC5qB,OAAO,EAAE,YAAY,EAAE,iBAAiB,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;
|
|
1
|
+
{"version":3,"file":"sales_enquiries.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/sales_enquiries.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,yCAAyC,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,YAAY,EAAE,+BAA+B,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAC5qB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC5Y,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,iDAAiD,EAAE,MAAM,4BAA4B,CAAC;AAE1G;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SalesInvoice, SalesInvoiceAncillaryParameters, SalesInvoiceDispatchedStatisticsList, SalesInvoiceItem, SalesInvoiceItemHistoryRequest, SalesInvoiceItemProspectiveInfoRequest, SalesInvoiceItemsList, SalesInvoiceItemsSearchRequest, SalesInvoiceReference, SalesInvoiceReferencesList, SalesInvoicesList, SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest, SalesInvoicesServiceAutofillRequest, SalesInvoicesServiceCountReq, SalesInvoicesServiceCreateRequest, SalesInvoicesServiceFilterReq, SalesInvoicesServiceItemCreateRequest, SalesInvoicesServiceItemUpdateRequest, SalesInvoicesServicePaginatedItemsResponse, SalesInvoicesServicePaginationReq, SalesInvoicesServicePaginationResponse, SalesInvoicesServiceReferenceCreateRequest, SalesInvoicesServiceSearchAllReq, SalesInvoicesServiceUpdateRequest } from "./sales_invoices.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { MagicLink, MagicLinksServiceCreateRequestForSpecificResource } from "./magic_links.scailo_pb.js";
|
|
5
5
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
@@ -355,7 +355,7 @@ export declare const SalesInvoicesService: {
|
|
|
355
355
|
};
|
|
356
356
|
/**
|
|
357
357
|
* CSV operations
|
|
358
|
-
* Download the CSV file
|
|
358
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
359
359
|
*
|
|
360
360
|
* @generated from rpc Scailo.SalesInvoicesService.DownloadItemsAsCSV
|
|
361
361
|
*/
|
|
@@ -365,6 +365,17 @@ export declare const SalesInvoicesService: {
|
|
|
365
365
|
readonly O: typeof StandardFile;
|
|
366
366
|
readonly kind: MethodKind.Unary;
|
|
367
367
|
};
|
|
368
|
+
/**
|
|
369
|
+
* Download the CSV template that could be used to upload items
|
|
370
|
+
*
|
|
371
|
+
* @generated from rpc Scailo.SalesInvoicesService.DownloadItemsTemplateAsCSV
|
|
372
|
+
*/
|
|
373
|
+
readonly downloadItemsTemplateAsCSV: {
|
|
374
|
+
readonly name: "DownloadItemsTemplateAsCSV";
|
|
375
|
+
readonly I: typeof Empty;
|
|
376
|
+
readonly O: typeof StandardFile;
|
|
377
|
+
readonly kind: MethodKind.Unary;
|
|
378
|
+
};
|
|
368
379
|
/**
|
|
369
380
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
370
381
|
*
|
|
@@ -453,6 +464,17 @@ export declare const SalesInvoicesService: {
|
|
|
453
464
|
readonly O: typeof SalesInvoice;
|
|
454
465
|
readonly kind: MethodKind.Unary;
|
|
455
466
|
};
|
|
467
|
+
/**
|
|
468
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
469
|
+
*
|
|
470
|
+
* @generated from rpc Scailo.SalesInvoicesService.ViewByReferenceID
|
|
471
|
+
*/
|
|
472
|
+
readonly viewByReferenceID: {
|
|
473
|
+
readonly name: "ViewByReferenceID";
|
|
474
|
+
readonly I: typeof SimpleSearchReq;
|
|
475
|
+
readonly O: typeof SalesInvoice;
|
|
476
|
+
readonly kind: MethodKind.Unary;
|
|
477
|
+
};
|
|
456
478
|
/**
|
|
457
479
|
* View only essential components by ID (without logs)
|
|
458
480
|
*
|