@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
|
@@ -8,6 +8,7 @@ exports.AbsencesService = void 0;
|
|
|
8
8
|
const absences_scailo_pb_js_1 = require("./absences.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 absence
|
|
@@ -163,9 +164,6 @@ exports.AbsencesService = {
|
|
|
163
164
|
/**
|
|
164
165
|
* Add comment
|
|
165
166
|
*
|
|
166
|
-
* Send Email
|
|
167
|
-
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
168
|
-
*
|
|
169
167
|
* @generated from rpc Scailo.AbsencesService.CommentAdd
|
|
170
168
|
*/
|
|
171
169
|
commentAdd: {
|
|
@@ -174,6 +172,19 @@ exports.AbsencesService = {
|
|
|
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.AbsencesService.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
|
*
|
|
@@ -8,6 +8,7 @@ exports.AssetIndentsService = void 0;
|
|
|
8
8
|
const asset_indents_scailo_pb_js_1 = require("./asset_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.AssetIndentsService = {
|
|
|
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.AssetIndentsService.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
|
* Checks if the Asset Indent can be marked as completed
|
|
199
211
|
*
|
|
@@ -339,7 +351,7 @@ exports.AssetIndentsService = {
|
|
|
339
351
|
},
|
|
340
352
|
/**
|
|
341
353
|
* CSV operations
|
|
342
|
-
* Download the CSV file
|
|
354
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
343
355
|
*
|
|
344
356
|
* @generated from rpc Scailo.AssetIndentsService.DownloadItemsAsCSV
|
|
345
357
|
*/
|
|
@@ -349,6 +361,17 @@ exports.AssetIndentsService = {
|
|
|
349
361
|
O: base_scailo_pb_js_1.StandardFile,
|
|
350
362
|
kind: protobuf_1.MethodKind.Unary,
|
|
351
363
|
},
|
|
364
|
+
/**
|
|
365
|
+
* Download the CSV template that could be used to upload items
|
|
366
|
+
*
|
|
367
|
+
* @generated from rpc Scailo.AssetIndentsService.DownloadItemsTemplateAsCSV
|
|
368
|
+
*/
|
|
369
|
+
downloadItemsTemplateAsCSV: {
|
|
370
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
371
|
+
I: base_scailo_pb_js_1.Empty,
|
|
372
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
373
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
374
|
+
},
|
|
352
375
|
/**
|
|
353
376
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
354
377
|
*
|
|
@@ -382,6 +405,17 @@ exports.AssetIndentsService = {
|
|
|
382
405
|
O: asset_indents_scailo_pb_js_1.AssetIndent,
|
|
383
406
|
kind: protobuf_1.MethodKind.Unary,
|
|
384
407
|
},
|
|
408
|
+
/**
|
|
409
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
410
|
+
*
|
|
411
|
+
* @generated from rpc Scailo.AssetIndentsService.ViewByReferenceID
|
|
412
|
+
*/
|
|
413
|
+
viewByReferenceID: {
|
|
414
|
+
name: "ViewByReferenceID",
|
|
415
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
416
|
+
O: asset_indents_scailo_pb_js_1.AssetIndent,
|
|
417
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
418
|
+
},
|
|
385
419
|
/**
|
|
386
420
|
* View only essential components by ID (without logs)
|
|
387
421
|
*
|
|
@@ -8,6 +8,7 @@ exports.AttendancesService = void 0;
|
|
|
8
8
|
const attendances_scailo_pb_js_1 = require("./attendances.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 attendance
|
|
@@ -163,9 +164,6 @@ exports.AttendancesService = {
|
|
|
163
164
|
/**
|
|
164
165
|
* Add comment
|
|
165
166
|
*
|
|
166
|
-
* Send Email
|
|
167
|
-
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
168
|
-
*
|
|
169
167
|
* @generated from rpc Scailo.AttendancesService.CommentAdd
|
|
170
168
|
*/
|
|
171
169
|
commentAdd: {
|
|
@@ -174,6 +172,19 @@ exports.AttendancesService = {
|
|
|
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.AttendancesService.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
|
* Store entry time
|
|
179
190
|
*
|
|
@@ -8,6 +8,7 @@ exports.ComponentsService = void 0;
|
|
|
8
8
|
const components_scailo_pb_js_1 = require("./components.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
|
*
|
|
@@ -161,6 +162,17 @@ exports.ComponentsService = {
|
|
|
161
162
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
162
163
|
kind: protobuf_1.MethodKind.Unary,
|
|
163
164
|
},
|
|
165
|
+
/**
|
|
166
|
+
* Create a magic link
|
|
167
|
+
*
|
|
168
|
+
* @generated from rpc Scailo.ComponentsService.CreateMagicLink
|
|
169
|
+
*/
|
|
170
|
+
createMagicLink: {
|
|
171
|
+
name: "CreateMagicLink",
|
|
172
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
173
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
174
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
175
|
+
},
|
|
164
176
|
/**
|
|
165
177
|
* View by ID
|
|
166
178
|
*
|
|
@@ -351,7 +351,7 @@ exports.CreditNotesService = {
|
|
|
351
351
|
},
|
|
352
352
|
/**
|
|
353
353
|
* CSV operations
|
|
354
|
-
* Download the CSV file
|
|
354
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
355
355
|
*
|
|
356
356
|
* @generated from rpc Scailo.CreditNotesService.DownloadItemsAsCSV
|
|
357
357
|
*/
|
|
@@ -361,6 +361,17 @@ exports.CreditNotesService = {
|
|
|
361
361
|
O: base_scailo_pb_js_1.StandardFile,
|
|
362
362
|
kind: protobuf_1.MethodKind.Unary,
|
|
363
363
|
},
|
|
364
|
+
/**
|
|
365
|
+
* Download the CSV template that could be used to upload items
|
|
366
|
+
*
|
|
367
|
+
* @generated from rpc Scailo.CreditNotesService.DownloadItemsTemplateAsCSV
|
|
368
|
+
*/
|
|
369
|
+
downloadItemsTemplateAsCSV: {
|
|
370
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
371
|
+
I: base_scailo_pb_js_1.Empty,
|
|
372
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
373
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
374
|
+
},
|
|
364
375
|
/**
|
|
365
376
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
366
377
|
*
|
|
@@ -449,6 +460,17 @@ exports.CreditNotesService = {
|
|
|
449
460
|
O: credit_notes_scailo_pb_js_1.CreditNote,
|
|
450
461
|
kind: protobuf_1.MethodKind.Unary,
|
|
451
462
|
},
|
|
463
|
+
/**
|
|
464
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
465
|
+
*
|
|
466
|
+
* @generated from rpc Scailo.CreditNotesService.ViewByReferenceID
|
|
467
|
+
*/
|
|
468
|
+
viewByReferenceID: {
|
|
469
|
+
name: "ViewByReferenceID",
|
|
470
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
471
|
+
O: credit_notes_scailo_pb_js_1.CreditNote,
|
|
472
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
473
|
+
},
|
|
452
474
|
/**
|
|
453
475
|
* View only essential components by ID (without logs)
|
|
454
476
|
*
|
|
@@ -351,7 +351,7 @@ exports.DebitNotesService = {
|
|
|
351
351
|
},
|
|
352
352
|
/**
|
|
353
353
|
* CSV operations
|
|
354
|
-
* Download the CSV file
|
|
354
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
355
355
|
*
|
|
356
356
|
* @generated from rpc Scailo.DebitNotesService.DownloadItemsAsCSV
|
|
357
357
|
*/
|
|
@@ -361,6 +361,17 @@ exports.DebitNotesService = {
|
|
|
361
361
|
O: base_scailo_pb_js_1.StandardFile,
|
|
362
362
|
kind: protobuf_1.MethodKind.Unary,
|
|
363
363
|
},
|
|
364
|
+
/**
|
|
365
|
+
* Download the CSV template that could be used to upload items
|
|
366
|
+
*
|
|
367
|
+
* @generated from rpc Scailo.DebitNotesService.DownloadItemsTemplateAsCSV
|
|
368
|
+
*/
|
|
369
|
+
downloadItemsTemplateAsCSV: {
|
|
370
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
371
|
+
I: base_scailo_pb_js_1.Empty,
|
|
372
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
373
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
374
|
+
},
|
|
364
375
|
/**
|
|
365
376
|
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
366
377
|
*
|
|
@@ -449,6 +460,17 @@ exports.DebitNotesService = {
|
|
|
449
460
|
O: debit_notes_scailo_pb_js_1.DebitNote,
|
|
450
461
|
kind: protobuf_1.MethodKind.Unary,
|
|
451
462
|
},
|
|
463
|
+
/**
|
|
464
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
465
|
+
*
|
|
466
|
+
* @generated from rpc Scailo.DebitNotesService.ViewByReferenceID
|
|
467
|
+
*/
|
|
468
|
+
viewByReferenceID: {
|
|
469
|
+
name: "ViewByReferenceID",
|
|
470
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
471
|
+
O: debit_notes_scailo_pb_js_1.DebitNote,
|
|
472
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
473
|
+
},
|
|
452
474
|
/**
|
|
453
475
|
* View only essential components by ID (without logs)
|
|
454
476
|
*
|
|
@@ -8,6 +8,7 @@ exports.EquationsFamiliesService = void 0;
|
|
|
8
8
|
const equations_families_scailo_pb_js_1 = require("./equations_families.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
|
*
|
|
@@ -175,9 +176,6 @@ exports.EquationsFamiliesService = {
|
|
|
175
176
|
/**
|
|
176
177
|
* Add comment
|
|
177
178
|
*
|
|
178
|
-
* Send Email
|
|
179
|
-
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
180
|
-
*
|
|
181
179
|
* @generated from rpc Scailo.EquationsFamiliesService.CommentAdd
|
|
182
180
|
*/
|
|
183
181
|
commentAdd: {
|
|
@@ -186,6 +184,19 @@ exports.EquationsFamiliesService = {
|
|
|
186
184
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
187
185
|
kind: protobuf_1.MethodKind.Unary,
|
|
188
186
|
},
|
|
187
|
+
/**
|
|
188
|
+
* Send Email
|
|
189
|
+
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
190
|
+
* Create a magic link
|
|
191
|
+
*
|
|
192
|
+
* @generated from rpc Scailo.EquationsFamiliesService.CreateMagicLink
|
|
193
|
+
*/
|
|
194
|
+
createMagicLink: {
|
|
195
|
+
name: "CreateMagicLink",
|
|
196
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
197
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
198
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
199
|
+
},
|
|
189
200
|
/**
|
|
190
201
|
* Clone equation from an existing equation (denoted by the identifier)
|
|
191
202
|
*
|
|
@@ -331,7 +342,7 @@ exports.EquationsFamiliesService = {
|
|
|
331
342
|
},
|
|
332
343
|
/**
|
|
333
344
|
* CSV operations
|
|
334
|
-
* Download the CSV file
|
|
345
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
335
346
|
*
|
|
336
347
|
* @generated from rpc Scailo.EquationsFamiliesService.DownloadItemsAsCSV
|
|
337
348
|
*/
|
|
@@ -341,6 +352,17 @@ exports.EquationsFamiliesService = {
|
|
|
341
352
|
O: base_scailo_pb_js_1.StandardFile,
|
|
342
353
|
kind: protobuf_1.MethodKind.Unary,
|
|
343
354
|
},
|
|
355
|
+
/**
|
|
356
|
+
* Download the CSV template that could be used to upload items
|
|
357
|
+
*
|
|
358
|
+
* @generated from rpc Scailo.EquationsFamiliesService.DownloadItemsTemplateAsCSV
|
|
359
|
+
*/
|
|
360
|
+
downloadItemsTemplateAsCSV: {
|
|
361
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
362
|
+
I: base_scailo_pb_js_1.Empty,
|
|
363
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
364
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
365
|
+
},
|
|
344
366
|
/**
|
|
345
367
|
* Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
|
|
346
368
|
*
|
|
@@ -385,6 +407,17 @@ exports.EquationsFamiliesService = {
|
|
|
385
407
|
O: equations_families_scailo_pb_js_1.EquationFamily,
|
|
386
408
|
kind: protobuf_1.MethodKind.Unary,
|
|
387
409
|
},
|
|
410
|
+
/**
|
|
411
|
+
* View by Name (returns the latest record in case of duplicates)
|
|
412
|
+
*
|
|
413
|
+
* @generated from rpc Scailo.EquationsFamiliesService.ViewByName
|
|
414
|
+
*/
|
|
415
|
+
viewByName: {
|
|
416
|
+
name: "ViewByName",
|
|
417
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
418
|
+
O: equations_families_scailo_pb_js_1.EquationFamily,
|
|
419
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
420
|
+
},
|
|
388
421
|
/**
|
|
389
422
|
* View only essential components by ID (without logs)
|
|
390
423
|
*
|
|
@@ -8,6 +8,7 @@ exports.EquationsReplaceablesService = void 0;
|
|
|
8
8
|
const equations_replaceables_scailo_pb_js_1 = require("./equations_replaceables.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 equation replaceable
|
|
@@ -174,9 +175,6 @@ exports.EquationsReplaceablesService = {
|
|
|
174
175
|
/**
|
|
175
176
|
* Add comment
|
|
176
177
|
*
|
|
177
|
-
* Send Email
|
|
178
|
-
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
179
|
-
*
|
|
180
178
|
* @generated from rpc Scailo.EquationsReplaceablesService.CommentAdd
|
|
181
179
|
*/
|
|
182
180
|
commentAdd: {
|
|
@@ -185,6 +183,19 @@ exports.EquationsReplaceablesService = {
|
|
|
185
183
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
186
184
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* Send Email
|
|
188
|
+
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
189
|
+
* Create a magic link
|
|
190
|
+
*
|
|
191
|
+
* @generated from rpc Scailo.EquationsReplaceablesService.CreateMagicLink
|
|
192
|
+
*/
|
|
193
|
+
createMagicLink: {
|
|
194
|
+
name: "CreateMagicLink",
|
|
195
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
196
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
197
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
198
|
+
},
|
|
188
199
|
/**
|
|
189
200
|
* Clone equation from an existing equation (denoted by the identifier)
|
|
190
201
|
*
|
|
@@ -330,7 +341,7 @@ exports.EquationsReplaceablesService = {
|
|
|
330
341
|
},
|
|
331
342
|
/**
|
|
332
343
|
* CSV operations
|
|
333
|
-
* Download the CSV file
|
|
344
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
334
345
|
*
|
|
335
346
|
* @generated from rpc Scailo.EquationsReplaceablesService.DownloadItemsAsCSV
|
|
336
347
|
*/
|
|
@@ -340,6 +351,17 @@ exports.EquationsReplaceablesService = {
|
|
|
340
351
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
352
|
kind: protobuf_1.MethodKind.Unary,
|
|
342
353
|
},
|
|
354
|
+
/**
|
|
355
|
+
* Download the CSV template that could be used to upload items
|
|
356
|
+
*
|
|
357
|
+
* @generated from rpc Scailo.EquationsReplaceablesService.DownloadItemsTemplateAsCSV
|
|
358
|
+
*/
|
|
359
|
+
downloadItemsTemplateAsCSV: {
|
|
360
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
361
|
+
I: base_scailo_pb_js_1.Empty,
|
|
362
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
363
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
364
|
+
},
|
|
343
365
|
/**
|
|
344
366
|
* Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
|
|
345
367
|
*
|
|
@@ -384,6 +406,17 @@ exports.EquationsReplaceablesService = {
|
|
|
384
406
|
O: equations_replaceables_scailo_pb_js_1.EquationReplaceable,
|
|
385
407
|
kind: protobuf_1.MethodKind.Unary,
|
|
386
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* View by Name (returns the latest record in case of duplicates)
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.EquationsReplaceablesService.ViewByName
|
|
413
|
+
*/
|
|
414
|
+
viewByName: {
|
|
415
|
+
name: "ViewByName",
|
|
416
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
417
|
+
O: equations_replaceables_scailo_pb_js_1.EquationReplaceable,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
387
420
|
/**
|
|
388
421
|
* View only essential components by ID (without logs)
|
|
389
422
|
*
|
|
@@ -8,6 +8,7 @@ exports.EquationsSalesBundlesService = void 0;
|
|
|
8
8
|
const equations_sales_bundles_scailo_pb_js_1 = require("./equations_sales_bundles.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 equation sales bundle
|
|
@@ -174,9 +175,6 @@ exports.EquationsSalesBundlesService = {
|
|
|
174
175
|
/**
|
|
175
176
|
* Add comment
|
|
176
177
|
*
|
|
177
|
-
* Send Email
|
|
178
|
-
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
179
|
-
*
|
|
180
178
|
* @generated from rpc Scailo.EquationsSalesBundlesService.CommentAdd
|
|
181
179
|
*/
|
|
182
180
|
commentAdd: {
|
|
@@ -185,6 +183,19 @@ exports.EquationsSalesBundlesService = {
|
|
|
185
183
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
186
184
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* Send Email
|
|
188
|
+
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
189
|
+
* Create a magic link
|
|
190
|
+
*
|
|
191
|
+
* @generated from rpc Scailo.EquationsSalesBundlesService.CreateMagicLink
|
|
192
|
+
*/
|
|
193
|
+
createMagicLink: {
|
|
194
|
+
name: "CreateMagicLink",
|
|
195
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
196
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
197
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
198
|
+
},
|
|
188
199
|
/**
|
|
189
200
|
* Clone equation from an existing equation (denoted by the identifier)
|
|
190
201
|
*
|
|
@@ -330,7 +341,7 @@ exports.EquationsSalesBundlesService = {
|
|
|
330
341
|
},
|
|
331
342
|
/**
|
|
332
343
|
* CSV operations
|
|
333
|
-
* Download the CSV file
|
|
344
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
334
345
|
*
|
|
335
346
|
* @generated from rpc Scailo.EquationsSalesBundlesService.DownloadItemsAsCSV
|
|
336
347
|
*/
|
|
@@ -340,6 +351,17 @@ exports.EquationsSalesBundlesService = {
|
|
|
340
351
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
352
|
kind: protobuf_1.MethodKind.Unary,
|
|
342
353
|
},
|
|
354
|
+
/**
|
|
355
|
+
* Download the CSV template that could be used to upload items
|
|
356
|
+
*
|
|
357
|
+
* @generated from rpc Scailo.EquationsSalesBundlesService.DownloadItemsTemplateAsCSV
|
|
358
|
+
*/
|
|
359
|
+
downloadItemsTemplateAsCSV: {
|
|
360
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
361
|
+
I: base_scailo_pb_js_1.Empty,
|
|
362
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
363
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
364
|
+
},
|
|
343
365
|
/**
|
|
344
366
|
* Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
|
|
345
367
|
*
|
|
@@ -384,6 +406,17 @@ exports.EquationsSalesBundlesService = {
|
|
|
384
406
|
O: equations_sales_bundles_scailo_pb_js_1.EquationSalesBundle,
|
|
385
407
|
kind: protobuf_1.MethodKind.Unary,
|
|
386
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* View by Name (returns the latest record in case of duplicates)
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.EquationsSalesBundlesService.ViewByName
|
|
413
|
+
*/
|
|
414
|
+
viewByName: {
|
|
415
|
+
name: "ViewByName",
|
|
416
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
417
|
+
O: equations_sales_bundles_scailo_pb_js_1.EquationSalesBundle,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
387
420
|
/**
|
|
388
421
|
* View only essential components by ID (without logs)
|
|
389
422
|
*
|
|
@@ -8,6 +8,7 @@ exports.EquationsWorkOrdersService = void 0;
|
|
|
8
8
|
const equations_work_orders_scailo_pb_js_1 = require("./equations_work_orders.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 equation work order
|
|
@@ -174,9 +175,6 @@ exports.EquationsWorkOrdersService = {
|
|
|
174
175
|
/**
|
|
175
176
|
* Add comment
|
|
176
177
|
*
|
|
177
|
-
* Send Email
|
|
178
|
-
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
179
|
-
*
|
|
180
178
|
* @generated from rpc Scailo.EquationsWorkOrdersService.CommentAdd
|
|
181
179
|
*/
|
|
182
180
|
commentAdd: {
|
|
@@ -185,6 +183,19 @@ exports.EquationsWorkOrdersService = {
|
|
|
185
183
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
186
184
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
185
|
},
|
|
186
|
+
/**
|
|
187
|
+
* Send Email
|
|
188
|
+
* rpc SendEmail (IdentifierWithEmailAttributes) returns (IdentifierResponse);
|
|
189
|
+
* Create a magic link
|
|
190
|
+
*
|
|
191
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.CreateMagicLink
|
|
192
|
+
*/
|
|
193
|
+
createMagicLink: {
|
|
194
|
+
name: "CreateMagicLink",
|
|
195
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
196
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
197
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
198
|
+
},
|
|
188
199
|
/**
|
|
189
200
|
* Amend the equation work order and send for revision
|
|
190
201
|
*
|
|
@@ -341,7 +352,7 @@ exports.EquationsWorkOrdersService = {
|
|
|
341
352
|
},
|
|
342
353
|
/**
|
|
343
354
|
* CSV operations
|
|
344
|
-
* Download the CSV file
|
|
355
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
345
356
|
*
|
|
346
357
|
* @generated from rpc Scailo.EquationsWorkOrdersService.DownloadItemsAsCSV
|
|
347
358
|
*/
|
|
@@ -351,6 +362,17 @@ exports.EquationsWorkOrdersService = {
|
|
|
351
362
|
O: base_scailo_pb_js_1.StandardFile,
|
|
352
363
|
kind: protobuf_1.MethodKind.Unary,
|
|
353
364
|
},
|
|
365
|
+
/**
|
|
366
|
+
* Download the CSV template that could be used to upload items
|
|
367
|
+
*
|
|
368
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.DownloadItemsTemplateAsCSV
|
|
369
|
+
*/
|
|
370
|
+
downloadItemsTemplateAsCSV: {
|
|
371
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
372
|
+
I: base_scailo_pb_js_1.Empty,
|
|
373
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
374
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
375
|
+
},
|
|
354
376
|
/**
|
|
355
377
|
* Download the CSV file with the entire dependency tree. Useful for identifying quantities necessary from all the dependencies.
|
|
356
378
|
*
|
|
@@ -395,6 +417,17 @@ exports.EquationsWorkOrdersService = {
|
|
|
395
417
|
O: equations_work_orders_scailo_pb_js_1.EquationWorkOrder,
|
|
396
418
|
kind: protobuf_1.MethodKind.Unary,
|
|
397
419
|
},
|
|
420
|
+
/**
|
|
421
|
+
* View by Name (returns the latest record in case of duplicates)
|
|
422
|
+
*
|
|
423
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.ViewByName
|
|
424
|
+
*/
|
|
425
|
+
viewByName: {
|
|
426
|
+
name: "ViewByName",
|
|
427
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
428
|
+
O: equations_work_orders_scailo_pb_js_1.EquationWorkOrder,
|
|
429
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
430
|
+
},
|
|
398
431
|
/**
|
|
399
432
|
* View only essential components by ID (without logs)
|
|
400
433
|
*
|
|
@@ -8,6 +8,7 @@ exports.EquipmentsService = void 0;
|
|
|
8
8
|
const equipments_scailo_pb_js_1 = require("./equipments.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 equipment
|
|
@@ -160,6 +161,17 @@ exports.EquipmentsService = {
|
|
|
160
161
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
161
162
|
kind: protobuf_1.MethodKind.Unary,
|
|
162
163
|
},
|
|
164
|
+
/**
|
|
165
|
+
* Create a magic link
|
|
166
|
+
*
|
|
167
|
+
* @generated from rpc Scailo.EquipmentsService.CreateMagicLink
|
|
168
|
+
*/
|
|
169
|
+
createMagicLink: {
|
|
170
|
+
name: "CreateMagicLink",
|
|
171
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
172
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
173
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
174
|
+
},
|
|
163
175
|
/**
|
|
164
176
|
* View by ID
|
|
165
177
|
*
|