@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
|
@@ -46,6 +46,122 @@ export declare enum GENERIC_INVENTORY_REF_FROM {
|
|
|
46
46
|
*/
|
|
47
47
|
GENERIC_INVENTORY_REF_FROM_PRODUCTION_PLAN = 5
|
|
48
48
|
}
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* Describes the available types of inventory node origins
|
|
52
|
+
*
|
|
53
|
+
* @generated from enum Scailo.INVENTORY_NODE_ORIGIN_TYPE
|
|
54
|
+
*/
|
|
55
|
+
export declare enum INVENTORY_NODE_ORIGIN_TYPE {
|
|
56
|
+
/**
|
|
57
|
+
* Use this only in filter and search queries
|
|
58
|
+
*
|
|
59
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_ANY_UNSPECIFIED = 0;
|
|
60
|
+
*/
|
|
61
|
+
INVENTORY_NODE_ORIGIN_TYPE_ANY_UNSPECIFIED = 0,
|
|
62
|
+
/**
|
|
63
|
+
* Denotes that the origin is from a sales order
|
|
64
|
+
*
|
|
65
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_SALES_ORDER = 10;
|
|
66
|
+
*/
|
|
67
|
+
INVENTORY_NODE_ORIGIN_TYPE_SALES_ORDER = 10,
|
|
68
|
+
/**
|
|
69
|
+
* Denotes that the origin is from a sales return
|
|
70
|
+
*
|
|
71
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_SALES_RETURN = 20;
|
|
72
|
+
*/
|
|
73
|
+
INVENTORY_NODE_ORIGIN_TYPE_SALES_RETURN = 20,
|
|
74
|
+
/**
|
|
75
|
+
* Denotes that the origin is from a production plan
|
|
76
|
+
*
|
|
77
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_PRODUCTION_PLAN = 30;
|
|
78
|
+
*/
|
|
79
|
+
INVENTORY_NODE_ORIGIN_TYPE_PRODUCTION_PLAN = 30,
|
|
80
|
+
/**
|
|
81
|
+
* Denotes that the origin is from a work order equation
|
|
82
|
+
*
|
|
83
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_WORK_ORDER_EQUATION = 40;
|
|
84
|
+
*/
|
|
85
|
+
INVENTORY_NODE_ORIGIN_TYPE_WORK_ORDER_EQUATION = 40,
|
|
86
|
+
/**
|
|
87
|
+
* Denotes that the origin from minimum stock
|
|
88
|
+
*
|
|
89
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_MIN_STOCK = 50;
|
|
90
|
+
*/
|
|
91
|
+
INVENTORY_NODE_ORIGIN_TYPE_MIN_STOCK = 50,
|
|
92
|
+
/**
|
|
93
|
+
* Denotes that the origin is from a goods dispatch
|
|
94
|
+
*
|
|
95
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_GOODS_DISPATCH = 60;
|
|
96
|
+
*/
|
|
97
|
+
INVENTORY_NODE_ORIGIN_TYPE_GOODS_DISPATCH = 60,
|
|
98
|
+
/**
|
|
99
|
+
* Denotes that the origin is from a stock issuance
|
|
100
|
+
*
|
|
101
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_STOCK_ISSUANCE = 70;
|
|
102
|
+
*/
|
|
103
|
+
INVENTORY_NODE_ORIGIN_TYPE_STOCK_ISSUANCE = 70,
|
|
104
|
+
/**
|
|
105
|
+
* Denotes that the origin is from a family equation
|
|
106
|
+
*
|
|
107
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_FAMILY_EQUATION = 80;
|
|
108
|
+
*/
|
|
109
|
+
INVENTORY_NODE_ORIGIN_TYPE_FAMILY_EQUATION = 80,
|
|
110
|
+
/**
|
|
111
|
+
* Denotes that the origin is from work in progress
|
|
112
|
+
*
|
|
113
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_WORK_IN_PROGRESS = 90;
|
|
114
|
+
*/
|
|
115
|
+
INVENTORY_NODE_ORIGIN_TYPE_WORK_IN_PROGRESS = 90,
|
|
116
|
+
/**
|
|
117
|
+
* Denotes that the origin is from net indented
|
|
118
|
+
*
|
|
119
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_NET_INDENTED = 100;
|
|
120
|
+
*/
|
|
121
|
+
INVENTORY_NODE_ORIGIN_TYPE_NET_INDENTED = 100,
|
|
122
|
+
/**
|
|
123
|
+
* Dentoes that the origin is from net ordered
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_NET_ORDERED = 110;
|
|
126
|
+
*/
|
|
127
|
+
INVENTORY_NODE_ORIGIN_TYPE_NET_ORDERED = 110,
|
|
128
|
+
/**
|
|
129
|
+
* Denotes that the origin is from iqc
|
|
130
|
+
*
|
|
131
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_QC = 120;
|
|
132
|
+
*/
|
|
133
|
+
INVENTORY_NODE_ORIGIN_TYPE_QC = 120,
|
|
134
|
+
/**
|
|
135
|
+
* Denotes that the origin is from rejected
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_REJECTED = 130;
|
|
138
|
+
*/
|
|
139
|
+
INVENTORY_NODE_ORIGIN_TYPE_REJECTED = 130,
|
|
140
|
+
/**
|
|
141
|
+
* Denotes that the origin is from returnable
|
|
142
|
+
*
|
|
143
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_RETURNABLE = 140;
|
|
144
|
+
*/
|
|
145
|
+
INVENTORY_NODE_ORIGIN_TYPE_RETURNABLE = 140,
|
|
146
|
+
/**
|
|
147
|
+
* Denotes that the origin is from rework
|
|
148
|
+
*
|
|
149
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_REWORK = 150;
|
|
150
|
+
*/
|
|
151
|
+
INVENTORY_NODE_ORIGIN_TYPE_REWORK = 150,
|
|
152
|
+
/**
|
|
153
|
+
* Denotes that the origin is from scrap
|
|
154
|
+
*
|
|
155
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_SCRAP = 160;
|
|
156
|
+
*/
|
|
157
|
+
INVENTORY_NODE_ORIGIN_TYPE_SCRAP = 160,
|
|
158
|
+
/**
|
|
159
|
+
* Denotes that the origin is from store
|
|
160
|
+
*
|
|
161
|
+
* @generated from enum value: INVENTORY_NODE_ORIGIN_TYPE_STORE = 170;
|
|
162
|
+
*/
|
|
163
|
+
INVENTORY_NODE_ORIGIN_TYPE_STORE = 170
|
|
164
|
+
}
|
|
49
165
|
/**
|
|
50
166
|
*
|
|
51
167
|
* Describes the parameters that are present in a generic inventory payload, which is an abstraction over every inventory item that consists of the common parameters
|
|
@@ -874,4 +990,478 @@ export declare class ConsolidatedInventoryStatistics extends Message<Consolidate
|
|
|
874
990
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConsolidatedInventoryStatistics;
|
|
875
991
|
static equals(a: ConsolidatedInventoryStatistics | PlainMessage<ConsolidatedInventoryStatistics> | undefined, b: ConsolidatedInventoryStatistics | PlainMessage<ConsolidatedInventoryStatistics> | undefined): boolean;
|
|
876
992
|
}
|
|
993
|
+
/**
|
|
994
|
+
*
|
|
995
|
+
* Describes the abridged version of each production plan item
|
|
996
|
+
*
|
|
997
|
+
* @generated from message Scailo.AbridgedProductionPlanItem
|
|
998
|
+
*/
|
|
999
|
+
export declare class AbridgedProductionPlanItem extends Message<AbridgedProductionPlanItem> {
|
|
1000
|
+
/**
|
|
1001
|
+
* Stores the production plan ID
|
|
1002
|
+
*
|
|
1003
|
+
* @generated from field: uint64 production_plan_id = 10;
|
|
1004
|
+
*/
|
|
1005
|
+
productionPlanId: bigint;
|
|
1006
|
+
/**
|
|
1007
|
+
* Stores the family ID
|
|
1008
|
+
*
|
|
1009
|
+
* @generated from field: uint64 family_id = 20;
|
|
1010
|
+
*/
|
|
1011
|
+
familyId: bigint;
|
|
1012
|
+
/**
|
|
1013
|
+
* The quantity being manufactured (in cents)
|
|
1014
|
+
*
|
|
1015
|
+
* @generated from field: int64 quantity = 30;
|
|
1016
|
+
*/
|
|
1017
|
+
quantity: bigint;
|
|
1018
|
+
constructor(data?: PartialMessage<AbridgedProductionPlanItem>);
|
|
1019
|
+
static readonly runtime: typeof proto3;
|
|
1020
|
+
static readonly typeName = "Scailo.AbridgedProductionPlanItem";
|
|
1021
|
+
static readonly fields: FieldList;
|
|
1022
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedProductionPlanItem;
|
|
1023
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedProductionPlanItem;
|
|
1024
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedProductionPlanItem;
|
|
1025
|
+
static equals(a: AbridgedProductionPlanItem | PlainMessage<AbridgedProductionPlanItem> | undefined, b: AbridgedProductionPlanItem | PlainMessage<AbridgedProductionPlanItem> | undefined): boolean;
|
|
1026
|
+
}
|
|
1027
|
+
/**
|
|
1028
|
+
*
|
|
1029
|
+
* Describes the abridged version of each inventory item
|
|
1030
|
+
*
|
|
1031
|
+
* @generated from message Scailo.AbridgedInventoryItem
|
|
1032
|
+
*/
|
|
1033
|
+
export declare class AbridgedInventoryItem extends Message<AbridgedInventoryItem> {
|
|
1034
|
+
/**
|
|
1035
|
+
* Stores the ID of the associated family
|
|
1036
|
+
*
|
|
1037
|
+
* @generated from field: uint64 family_id = 10;
|
|
1038
|
+
*/
|
|
1039
|
+
familyId: bigint;
|
|
1040
|
+
/**
|
|
1041
|
+
* The computed hash of the inventory item
|
|
1042
|
+
*
|
|
1043
|
+
* @generated from field: string hash = 20;
|
|
1044
|
+
*/
|
|
1045
|
+
hash: string;
|
|
1046
|
+
/**
|
|
1047
|
+
* Stores the quantity (in cents)
|
|
1048
|
+
*
|
|
1049
|
+
* @generated from field: int64 quantity = 30;
|
|
1050
|
+
*/
|
|
1051
|
+
quantity: bigint;
|
|
1052
|
+
constructor(data?: PartialMessage<AbridgedInventoryItem>);
|
|
1053
|
+
static readonly runtime: typeof proto3;
|
|
1054
|
+
static readonly typeName = "Scailo.AbridgedInventoryItem";
|
|
1055
|
+
static readonly fields: FieldList;
|
|
1056
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedInventoryItem;
|
|
1057
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedInventoryItem;
|
|
1058
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedInventoryItem;
|
|
1059
|
+
static equals(a: AbridgedInventoryItem | PlainMessage<AbridgedInventoryItem> | undefined, b: AbridgedInventoryItem | PlainMessage<AbridgedInventoryItem> | undefined): boolean;
|
|
1060
|
+
}
|
|
1061
|
+
/**
|
|
1062
|
+
*
|
|
1063
|
+
* Describes the abridged version of each purchase indent item
|
|
1064
|
+
*
|
|
1065
|
+
* @generated from message Scailo.AbridgedPurchaseIndentItem
|
|
1066
|
+
*/
|
|
1067
|
+
export declare class AbridgedPurchaseIndentItem extends Message<AbridgedPurchaseIndentItem> {
|
|
1068
|
+
/**
|
|
1069
|
+
* Stores the purchase indent ID
|
|
1070
|
+
*
|
|
1071
|
+
* @generated from field: uint64 purchase_indent_id = 10;
|
|
1072
|
+
*/
|
|
1073
|
+
purchaseIndentId: bigint;
|
|
1074
|
+
/**
|
|
1075
|
+
* Stores the family ID
|
|
1076
|
+
*
|
|
1077
|
+
* @generated from field: uint64 family_id = 20;
|
|
1078
|
+
*/
|
|
1079
|
+
familyId: bigint;
|
|
1080
|
+
/**
|
|
1081
|
+
* The quantity of the item (in cents)
|
|
1082
|
+
*
|
|
1083
|
+
* @generated from field: int64 quantity = 30;
|
|
1084
|
+
*/
|
|
1085
|
+
quantity: bigint;
|
|
1086
|
+
constructor(data?: PartialMessage<AbridgedPurchaseIndentItem>);
|
|
1087
|
+
static readonly runtime: typeof proto3;
|
|
1088
|
+
static readonly typeName = "Scailo.AbridgedPurchaseIndentItem";
|
|
1089
|
+
static readonly fields: FieldList;
|
|
1090
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedPurchaseIndentItem;
|
|
1091
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedPurchaseIndentItem;
|
|
1092
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedPurchaseIndentItem;
|
|
1093
|
+
static equals(a: AbridgedPurchaseIndentItem | PlainMessage<AbridgedPurchaseIndentItem> | undefined, b: AbridgedPurchaseIndentItem | PlainMessage<AbridgedPurchaseIndentItem> | undefined): boolean;
|
|
1094
|
+
}
|
|
1095
|
+
/**
|
|
1096
|
+
*
|
|
1097
|
+
* Describes the abridged version of each purchase order item
|
|
1098
|
+
*
|
|
1099
|
+
* @generated from message Scailo.AbridgedPurchaseOrderItem
|
|
1100
|
+
*/
|
|
1101
|
+
export declare class AbridgedPurchaseOrderItem extends Message<AbridgedPurchaseOrderItem> {
|
|
1102
|
+
/**
|
|
1103
|
+
* Stores the purchase order ID
|
|
1104
|
+
*
|
|
1105
|
+
* @generated from field: uint64 purchase_order_id = 10;
|
|
1106
|
+
*/
|
|
1107
|
+
purchaseOrderId: bigint;
|
|
1108
|
+
/**
|
|
1109
|
+
* Stores the family ID
|
|
1110
|
+
*
|
|
1111
|
+
* @generated from field: uint64 family_id = 20;
|
|
1112
|
+
*/
|
|
1113
|
+
familyId: bigint;
|
|
1114
|
+
/**
|
|
1115
|
+
* The quantity of the item (in cents)
|
|
1116
|
+
*
|
|
1117
|
+
* @generated from field: int64 quantity = 30;
|
|
1118
|
+
*/
|
|
1119
|
+
quantity: bigint;
|
|
1120
|
+
constructor(data?: PartialMessage<AbridgedPurchaseOrderItem>);
|
|
1121
|
+
static readonly runtime: typeof proto3;
|
|
1122
|
+
static readonly typeName = "Scailo.AbridgedPurchaseOrderItem";
|
|
1123
|
+
static readonly fields: FieldList;
|
|
1124
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedPurchaseOrderItem;
|
|
1125
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedPurchaseOrderItem;
|
|
1126
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedPurchaseOrderItem;
|
|
1127
|
+
static equals(a: AbridgedPurchaseOrderItem | PlainMessage<AbridgedPurchaseOrderItem> | undefined, b: AbridgedPurchaseOrderItem | PlainMessage<AbridgedPurchaseOrderItem> | undefined): boolean;
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
*
|
|
1131
|
+
* Describes the abridged version of each goods receipt item
|
|
1132
|
+
*
|
|
1133
|
+
* @generated from message Scailo.AbridgedGoodsReceiptItem
|
|
1134
|
+
*/
|
|
1135
|
+
export declare class AbridgedGoodsReceiptItem extends Message<AbridgedGoodsReceiptItem> {
|
|
1136
|
+
/**
|
|
1137
|
+
* Stores the goods receipt ID
|
|
1138
|
+
*
|
|
1139
|
+
* @generated from field: uint64 goods_receipt_id = 10;
|
|
1140
|
+
*/
|
|
1141
|
+
goodsReceiptId: bigint;
|
|
1142
|
+
/**
|
|
1143
|
+
* Stores the family ID
|
|
1144
|
+
*
|
|
1145
|
+
* @generated from field: uint64 family_id = 20;
|
|
1146
|
+
*/
|
|
1147
|
+
familyId: bigint;
|
|
1148
|
+
/**
|
|
1149
|
+
* The quantity of the item (in cents)
|
|
1150
|
+
*
|
|
1151
|
+
* @generated from field: int64 quantity = 30;
|
|
1152
|
+
*/
|
|
1153
|
+
quantity: bigint;
|
|
1154
|
+
constructor(data?: PartialMessage<AbridgedGoodsReceiptItem>);
|
|
1155
|
+
static readonly runtime: typeof proto3;
|
|
1156
|
+
static readonly typeName = "Scailo.AbridgedGoodsReceiptItem";
|
|
1157
|
+
static readonly fields: FieldList;
|
|
1158
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedGoodsReceiptItem;
|
|
1159
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedGoodsReceiptItem;
|
|
1160
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedGoodsReceiptItem;
|
|
1161
|
+
static equals(a: AbridgedGoodsReceiptItem | PlainMessage<AbridgedGoodsReceiptItem> | undefined, b: AbridgedGoodsReceiptItem | PlainMessage<AbridgedGoodsReceiptItem> | undefined): boolean;
|
|
1162
|
+
}
|
|
1163
|
+
/**
|
|
1164
|
+
*
|
|
1165
|
+
* Describes the abridged version of each purchase return item
|
|
1166
|
+
*
|
|
1167
|
+
* @generated from message Scailo.AbridgedPurchaseReturnItem
|
|
1168
|
+
*/
|
|
1169
|
+
export declare class AbridgedPurchaseReturnItem extends Message<AbridgedPurchaseReturnItem> {
|
|
1170
|
+
/**
|
|
1171
|
+
* Stores the purchase return ID
|
|
1172
|
+
*
|
|
1173
|
+
* @generated from field: uint64 purchase_return_id = 10;
|
|
1174
|
+
*/
|
|
1175
|
+
purchaseReturnId: bigint;
|
|
1176
|
+
/**
|
|
1177
|
+
* Stores the family ID
|
|
1178
|
+
*
|
|
1179
|
+
* @generated from field: uint64 family_id = 20;
|
|
1180
|
+
*/
|
|
1181
|
+
familyId: bigint;
|
|
1182
|
+
/**
|
|
1183
|
+
* The quantity of the item (in cents)
|
|
1184
|
+
*
|
|
1185
|
+
* @generated from field: int64 quantity = 30;
|
|
1186
|
+
*/
|
|
1187
|
+
quantity: bigint;
|
|
1188
|
+
constructor(data?: PartialMessage<AbridgedPurchaseReturnItem>);
|
|
1189
|
+
static readonly runtime: typeof proto3;
|
|
1190
|
+
static readonly typeName = "Scailo.AbridgedPurchaseReturnItem";
|
|
1191
|
+
static readonly fields: FieldList;
|
|
1192
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AbridgedPurchaseReturnItem;
|
|
1193
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AbridgedPurchaseReturnItem;
|
|
1194
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AbridgedPurchaseReturnItem;
|
|
1195
|
+
static equals(a: AbridgedPurchaseReturnItem | PlainMessage<AbridgedPurchaseReturnItem> | undefined, b: AbridgedPurchaseReturnItem | PlainMessage<AbridgedPurchaseReturnItem> | undefined): boolean;
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
*
|
|
1199
|
+
* Describes the message consisting of the work in progress inventory statistics for the given family ID
|
|
1200
|
+
*
|
|
1201
|
+
* @generated from message Scailo.InventoryWorkInProgressStatistics
|
|
1202
|
+
*/
|
|
1203
|
+
export declare class InventoryWorkInProgressStatistics extends Message<InventoryWorkInProgressStatistics> {
|
|
1204
|
+
/**
|
|
1205
|
+
* List of abridged production plan items
|
|
1206
|
+
*
|
|
1207
|
+
* @generated from field: repeated Scailo.AbridgedProductionPlanItem production_plans = 10;
|
|
1208
|
+
*/
|
|
1209
|
+
productionPlans: AbridgedProductionPlanItem[];
|
|
1210
|
+
/**
|
|
1211
|
+
* List of abridged inventory items
|
|
1212
|
+
*
|
|
1213
|
+
* @generated from field: repeated Scailo.AbridgedInventoryItem inventory_items = 20;
|
|
1214
|
+
*/
|
|
1215
|
+
inventoryItems: AbridgedInventoryItem[];
|
|
1216
|
+
constructor(data?: PartialMessage<InventoryWorkInProgressStatistics>);
|
|
1217
|
+
static readonly runtime: typeof proto3;
|
|
1218
|
+
static readonly typeName = "Scailo.InventoryWorkInProgressStatistics";
|
|
1219
|
+
static readonly fields: FieldList;
|
|
1220
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryWorkInProgressStatistics;
|
|
1221
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryWorkInProgressStatistics;
|
|
1222
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryWorkInProgressStatistics;
|
|
1223
|
+
static equals(a: InventoryWorkInProgressStatistics | PlainMessage<InventoryWorkInProgressStatistics> | undefined, b: InventoryWorkInProgressStatistics | PlainMessage<InventoryWorkInProgressStatistics> | undefined): boolean;
|
|
1224
|
+
}
|
|
1225
|
+
/**
|
|
1226
|
+
*
|
|
1227
|
+
* Describes the message consisting of the indented inventory statistics for the given family ID
|
|
1228
|
+
*
|
|
1229
|
+
* @generated from message Scailo.InventoryIndentedStatistics
|
|
1230
|
+
*/
|
|
1231
|
+
export declare class InventoryIndentedStatistics extends Message<InventoryIndentedStatistics> {
|
|
1232
|
+
/**
|
|
1233
|
+
* List of abridged purchase indent items
|
|
1234
|
+
*
|
|
1235
|
+
* @generated from field: repeated Scailo.AbridgedPurchaseIndentItem purchase_indents = 10;
|
|
1236
|
+
*/
|
|
1237
|
+
purchaseIndents: AbridgedPurchaseIndentItem[];
|
|
1238
|
+
/**
|
|
1239
|
+
* List of abridged purchase order items
|
|
1240
|
+
*
|
|
1241
|
+
* @generated from field: repeated Scailo.AbridgedPurchaseOrderItem purchase_orders = 20;
|
|
1242
|
+
*/
|
|
1243
|
+
purchaseOrders: AbridgedPurchaseOrderItem[];
|
|
1244
|
+
constructor(data?: PartialMessage<InventoryIndentedStatistics>);
|
|
1245
|
+
static readonly runtime: typeof proto3;
|
|
1246
|
+
static readonly typeName = "Scailo.InventoryIndentedStatistics";
|
|
1247
|
+
static readonly fields: FieldList;
|
|
1248
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryIndentedStatistics;
|
|
1249
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryIndentedStatistics;
|
|
1250
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryIndentedStatistics;
|
|
1251
|
+
static equals(a: InventoryIndentedStatistics | PlainMessage<InventoryIndentedStatistics> | undefined, b: InventoryIndentedStatistics | PlainMessage<InventoryIndentedStatistics> | undefined): boolean;
|
|
1252
|
+
}
|
|
1253
|
+
/**
|
|
1254
|
+
*
|
|
1255
|
+
* Describes the message consisting of the ordered inventory statistics for the given family ID
|
|
1256
|
+
*
|
|
1257
|
+
* @generated from message Scailo.InventoryOrderedStatistics
|
|
1258
|
+
*/
|
|
1259
|
+
export declare class InventoryOrderedStatistics extends Message<InventoryOrderedStatistics> {
|
|
1260
|
+
/**
|
|
1261
|
+
* List of abridged purchase order items
|
|
1262
|
+
*
|
|
1263
|
+
* @generated from field: repeated Scailo.AbridgedPurchaseOrderItem purchase_orders = 10;
|
|
1264
|
+
*/
|
|
1265
|
+
purchaseOrders: AbridgedPurchaseOrderItem[];
|
|
1266
|
+
/**
|
|
1267
|
+
* List of abridged goods receipt items
|
|
1268
|
+
*
|
|
1269
|
+
* @generated from field: repeated Scailo.AbridgedGoodsReceiptItem goods_receipts = 20;
|
|
1270
|
+
*/
|
|
1271
|
+
goodsReceipts: AbridgedGoodsReceiptItem[];
|
|
1272
|
+
/**
|
|
1273
|
+
* List of abridged purchase return items
|
|
1274
|
+
*
|
|
1275
|
+
* @generated from field: repeated Scailo.AbridgedPurchaseReturnItem purchase_returns = 30;
|
|
1276
|
+
*/
|
|
1277
|
+
purchaseReturns: AbridgedPurchaseReturnItem[];
|
|
1278
|
+
constructor(data?: PartialMessage<InventoryOrderedStatistics>);
|
|
1279
|
+
static readonly runtime: typeof proto3;
|
|
1280
|
+
static readonly typeName = "Scailo.InventoryOrderedStatistics";
|
|
1281
|
+
static readonly fields: FieldList;
|
|
1282
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryOrderedStatistics;
|
|
1283
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryOrderedStatistics;
|
|
1284
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryOrderedStatistics;
|
|
1285
|
+
static equals(a: InventoryOrderedStatistics | PlainMessage<InventoryOrderedStatistics> | undefined, b: InventoryOrderedStatistics | PlainMessage<InventoryOrderedStatistics> | undefined): boolean;
|
|
1286
|
+
}
|
|
1287
|
+
/**
|
|
1288
|
+
*
|
|
1289
|
+
* Describes the message consisting of the detailed demand statistics for the given family ID
|
|
1290
|
+
*
|
|
1291
|
+
* @generated from message Scailo.InventoryDetailedDemand
|
|
1292
|
+
*/
|
|
1293
|
+
export declare class InventoryDetailedDemand extends Message<InventoryDetailedDemand> {
|
|
1294
|
+
/**
|
|
1295
|
+
* ID of the resource
|
|
1296
|
+
*
|
|
1297
|
+
* @generated from field: uint64 id = 1;
|
|
1298
|
+
*/
|
|
1299
|
+
id: bigint;
|
|
1300
|
+
/**
|
|
1301
|
+
* UUID of the resource
|
|
1302
|
+
*
|
|
1303
|
+
* @generated from field: string uuid = 2;
|
|
1304
|
+
*/
|
|
1305
|
+
uuid: string;
|
|
1306
|
+
/**
|
|
1307
|
+
* Stores the family ID
|
|
1308
|
+
*
|
|
1309
|
+
* @generated from field: uint64 family_id = 10;
|
|
1310
|
+
*/
|
|
1311
|
+
familyId: bigint;
|
|
1312
|
+
/**
|
|
1313
|
+
* The base demand quantity of the item (in cents)
|
|
1314
|
+
*
|
|
1315
|
+
* @generated from field: int64 base_demand_quantity = 20;
|
|
1316
|
+
*/
|
|
1317
|
+
baseDemandQuantity: bigint;
|
|
1318
|
+
/**
|
|
1319
|
+
* The adjusted demand quantity of the item (in cents)
|
|
1320
|
+
*
|
|
1321
|
+
* @generated from field: int64 adjusted_demand_quantity = 30;
|
|
1322
|
+
*/
|
|
1323
|
+
adjustedDemandQuantity: bigint;
|
|
1324
|
+
/**
|
|
1325
|
+
* The required quantity of the item (in cents)
|
|
1326
|
+
*
|
|
1327
|
+
* @generated from field: int64 required_quantity = 40;
|
|
1328
|
+
*/
|
|
1329
|
+
requiredQuantity: bigint;
|
|
1330
|
+
/**
|
|
1331
|
+
* The map of the demand
|
|
1332
|
+
*
|
|
1333
|
+
* @generated from field: Scailo.InventoryDemandMap demand_map = 50;
|
|
1334
|
+
*/
|
|
1335
|
+
demandMap?: InventoryDemandMap;
|
|
1336
|
+
/**
|
|
1337
|
+
* Represents if the resource is active
|
|
1338
|
+
*
|
|
1339
|
+
* @generated from field: bool is_active = 60;
|
|
1340
|
+
*/
|
|
1341
|
+
isActive: boolean;
|
|
1342
|
+
/**
|
|
1343
|
+
* Stores the timestamp of when the resource was created
|
|
1344
|
+
*
|
|
1345
|
+
* @generated from field: uint64 created_at = 70;
|
|
1346
|
+
*/
|
|
1347
|
+
createdAt: bigint;
|
|
1348
|
+
constructor(data?: PartialMessage<InventoryDetailedDemand>);
|
|
1349
|
+
static readonly runtime: typeof proto3;
|
|
1350
|
+
static readonly typeName = "Scailo.InventoryDetailedDemand";
|
|
1351
|
+
static readonly fields: FieldList;
|
|
1352
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryDetailedDemand;
|
|
1353
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryDetailedDemand;
|
|
1354
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryDetailedDemand;
|
|
1355
|
+
static equals(a: InventoryDetailedDemand | PlainMessage<InventoryDetailedDemand> | undefined, b: InventoryDetailedDemand | PlainMessage<InventoryDetailedDemand> | undefined): boolean;
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
*
|
|
1359
|
+
* Describes the message consisting of the demand map
|
|
1360
|
+
*
|
|
1361
|
+
* @generated from message Scailo.InventoryDemandMap
|
|
1362
|
+
*/
|
|
1363
|
+
export declare class InventoryDemandMap extends Message<InventoryDemandMap> {
|
|
1364
|
+
/**
|
|
1365
|
+
* Stores the family ID
|
|
1366
|
+
*
|
|
1367
|
+
* @generated from field: uint64 family_id = 10;
|
|
1368
|
+
*/
|
|
1369
|
+
familyId: bigint;
|
|
1370
|
+
/**
|
|
1371
|
+
* The base demand list
|
|
1372
|
+
*
|
|
1373
|
+
* @generated from field: repeated Scailo.InventoryDemand base_demand_list = 20;
|
|
1374
|
+
*/
|
|
1375
|
+
baseDemandList: InventoryDemand[];
|
|
1376
|
+
/**
|
|
1377
|
+
* The adjusted demand list
|
|
1378
|
+
*
|
|
1379
|
+
* @generated from field: repeated Scailo.InventoryDemand adjusted_demand_list = 30;
|
|
1380
|
+
*/
|
|
1381
|
+
adjustedDemandList: InventoryDemand[];
|
|
1382
|
+
/**
|
|
1383
|
+
* The quantity of the base demand (in cents)
|
|
1384
|
+
*
|
|
1385
|
+
* @generated from field: int64 base_demand_quantity = 40;
|
|
1386
|
+
*/
|
|
1387
|
+
baseDemandQuantity: bigint;
|
|
1388
|
+
/**
|
|
1389
|
+
* The quantity of the adjusted demand (in cents)
|
|
1390
|
+
*
|
|
1391
|
+
* @generated from field: int64 adjusted_demand_quantity = 50;
|
|
1392
|
+
*/
|
|
1393
|
+
adjustedDemandQuantity: bigint;
|
|
1394
|
+
/**
|
|
1395
|
+
* The required quantity of the item (in cents)
|
|
1396
|
+
*
|
|
1397
|
+
* @generated from field: int64 required_quantity = 60;
|
|
1398
|
+
*/
|
|
1399
|
+
requiredQuantity: bigint;
|
|
1400
|
+
/**
|
|
1401
|
+
* Stores if the item has been evaluated
|
|
1402
|
+
*
|
|
1403
|
+
* @generated from field: bool is_evaluated = 70;
|
|
1404
|
+
*/
|
|
1405
|
+
isEvaluated: boolean;
|
|
1406
|
+
constructor(data?: PartialMessage<InventoryDemandMap>);
|
|
1407
|
+
static readonly runtime: typeof proto3;
|
|
1408
|
+
static readonly typeName = "Scailo.InventoryDemandMap";
|
|
1409
|
+
static readonly fields: FieldList;
|
|
1410
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryDemandMap;
|
|
1411
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryDemandMap;
|
|
1412
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryDemandMap;
|
|
1413
|
+
static equals(a: InventoryDemandMap | PlainMessage<InventoryDemandMap> | undefined, b: InventoryDemandMap | PlainMessage<InventoryDemandMap> | undefined): boolean;
|
|
1414
|
+
}
|
|
1415
|
+
/**
|
|
1416
|
+
*
|
|
1417
|
+
* Describes the message consisting of the demand
|
|
1418
|
+
*
|
|
1419
|
+
* @generated from message Scailo.InventoryDemand
|
|
1420
|
+
*/
|
|
1421
|
+
export declare class InventoryDemand extends Message<InventoryDemand> {
|
|
1422
|
+
/**
|
|
1423
|
+
* The type of the origin
|
|
1424
|
+
*
|
|
1425
|
+
* @generated from field: Scailo.INVENTORY_NODE_ORIGIN_TYPE origin_type = 10;
|
|
1426
|
+
*/
|
|
1427
|
+
originType: INVENTORY_NODE_ORIGIN_TYPE;
|
|
1428
|
+
/**
|
|
1429
|
+
* The ID of the origin
|
|
1430
|
+
*
|
|
1431
|
+
* @generated from field: int64 origin_id = 20;
|
|
1432
|
+
*/
|
|
1433
|
+
originId: bigint;
|
|
1434
|
+
/**
|
|
1435
|
+
* The quantity in the origin
|
|
1436
|
+
*
|
|
1437
|
+
* @generated from field: int64 quantity = 30;
|
|
1438
|
+
*/
|
|
1439
|
+
quantity: bigint;
|
|
1440
|
+
/**
|
|
1441
|
+
* The multiplier that needs to be applied
|
|
1442
|
+
*
|
|
1443
|
+
* @generated from field: int64 multiplier = 40;
|
|
1444
|
+
*/
|
|
1445
|
+
multiplier: bigint;
|
|
1446
|
+
/**
|
|
1447
|
+
* The computed total
|
|
1448
|
+
*
|
|
1449
|
+
* @generated from field: int64 total = 50;
|
|
1450
|
+
*/
|
|
1451
|
+
total: bigint;
|
|
1452
|
+
/**
|
|
1453
|
+
* Stores if the quantity is positive
|
|
1454
|
+
*
|
|
1455
|
+
* @generated from field: bool is_positive_quantity = 60;
|
|
1456
|
+
*/
|
|
1457
|
+
isPositiveQuantity: boolean;
|
|
1458
|
+
constructor(data?: PartialMessage<InventoryDemand>);
|
|
1459
|
+
static readonly runtime: typeof proto3;
|
|
1460
|
+
static readonly typeName = "Scailo.InventoryDemand";
|
|
1461
|
+
static readonly fields: FieldList;
|
|
1462
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InventoryDemand;
|
|
1463
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InventoryDemand;
|
|
1464
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InventoryDemand;
|
|
1465
|
+
static equals(a: InventoryDemand | PlainMessage<InventoryDemand> | undefined, b: InventoryDemand | PlainMessage<InventoryDemand> | undefined): boolean;
|
|
1466
|
+
}
|
|
877
1467
|
//# sourceMappingURL=inventory.scailo_pb.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inventory.scailo_pb.d.ts","sourceRoot":"","sources":["../../../../src/inventory.scailo_pb.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"inventory.scailo_pb.d.ts","sourceRoot":"","sources":["../../../../src/inventory.scailo_pb.ts"],"names":[],"mappings":"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"}
|