@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.InwardJobsFreeIssueMaterialsService = void 0;
|
|
|
8
8
|
const inward_jobs_free_issue_materials_scailo_pb_js_1 = require("./inward_jobs_free_issue_materials.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.InwardJobsFreeIssueMaterialsService = {
|
|
|
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.InwardJobsFreeIssueMaterialsService.CreateMagicLink
|
|
202
|
+
*/
|
|
203
|
+
createMagicLink: {
|
|
204
|
+
name: "CreateMagicLink",
|
|
205
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
206
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
207
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
208
|
+
},
|
|
197
209
|
/**
|
|
198
210
|
* Autofill the inward job free issue material
|
|
199
211
|
*
|
|
@@ -350,7 +362,7 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
350
362
|
},
|
|
351
363
|
/**
|
|
352
364
|
* CSV operations
|
|
353
|
-
* Download the CSV file
|
|
365
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
354
366
|
*
|
|
355
367
|
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadItemsAsCSV
|
|
356
368
|
*/
|
|
@@ -360,6 +372,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
360
372
|
O: base_scailo_pb_js_1.StandardFile,
|
|
361
373
|
kind: protobuf_1.MethodKind.Unary,
|
|
362
374
|
},
|
|
375
|
+
/**
|
|
376
|
+
* Download the CSV template that could be used to upload items
|
|
377
|
+
*
|
|
378
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadItemsTemplateAsCSV
|
|
379
|
+
*/
|
|
380
|
+
downloadItemsTemplateAsCSV: {
|
|
381
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
382
|
+
I: base_scailo_pb_js_1.Empty,
|
|
383
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
384
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
385
|
+
},
|
|
363
386
|
/**
|
|
364
387
|
* View by ID
|
|
365
388
|
*
|
|
@@ -382,6 +405,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
382
405
|
O: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobFreeIssueMaterial,
|
|
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.InwardJobsFreeIssueMaterialsService.ViewByReferenceID
|
|
412
|
+
*/
|
|
413
|
+
viewByReferenceID: {
|
|
414
|
+
name: "ViewByReferenceID",
|
|
415
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
416
|
+
O: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobFreeIssueMaterial,
|
|
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.InwardJobsFreeIssueMaterialsReturnsService = void 0;
|
|
|
8
8
|
const inward_jobs_free_issue_materials_returns_scailo_pb_js_1 = require("./inward_jobs_free_issue_materials_returns.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
|
const inventory_scailo_pb_js_1 = require("./inventory.scailo_pb.js");
|
|
13
14
|
/**
|
|
@@ -195,6 +196,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
195
196
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
196
197
|
kind: protobuf_1.MethodKind.Unary,
|
|
197
198
|
},
|
|
199
|
+
/**
|
|
200
|
+
* Create a magic link
|
|
201
|
+
*
|
|
202
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.CreateMagicLink
|
|
203
|
+
*/
|
|
204
|
+
createMagicLink: {
|
|
205
|
+
name: "CreateMagicLink",
|
|
206
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
207
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
208
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
209
|
+
},
|
|
198
210
|
/**
|
|
199
211
|
* Checks if the Inward Job Free Issue Material Return can be marked as completed
|
|
200
212
|
*
|
|
@@ -351,7 +363,7 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
351
363
|
},
|
|
352
364
|
/**
|
|
353
365
|
* CSV operations
|
|
354
|
-
* Download the CSV file
|
|
366
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
355
367
|
*
|
|
356
368
|
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadItemsAsCSV
|
|
357
369
|
*/
|
|
@@ -361,6 +373,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
361
373
|
O: base_scailo_pb_js_1.StandardFile,
|
|
362
374
|
kind: protobuf_1.MethodKind.Unary,
|
|
363
375
|
},
|
|
376
|
+
/**
|
|
377
|
+
* Download the CSV template that could be used to upload items
|
|
378
|
+
*
|
|
379
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadItemsTemplateAsCSV
|
|
380
|
+
*/
|
|
381
|
+
downloadItemsTemplateAsCSV: {
|
|
382
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
383
|
+
I: base_scailo_pb_js_1.Empty,
|
|
384
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
385
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
386
|
+
},
|
|
364
387
|
/**
|
|
365
388
|
* View by ID
|
|
366
389
|
*
|
|
@@ -383,6 +406,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
383
406
|
O: inward_jobs_free_issue_materials_returns_scailo_pb_js_1.InwardJobFreeIssueMaterialReturn,
|
|
384
407
|
kind: protobuf_1.MethodKind.Unary,
|
|
385
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.ViewByReferenceID
|
|
413
|
+
*/
|
|
414
|
+
viewByReferenceID: {
|
|
415
|
+
name: "ViewByReferenceID",
|
|
416
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
417
|
+
O: inward_jobs_free_issue_materials_returns_scailo_pb_js_1.InwardJobFreeIssueMaterialReturn,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
386
420
|
/**
|
|
387
421
|
* View only essential components by ID (without logs)
|
|
388
422
|
*
|
|
@@ -21,6 +21,30 @@ var MAGIC_LINK_RESOURCE_TYPE;
|
|
|
21
21
|
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_ANY_UNSPECIFIED = 0;
|
|
22
22
|
*/
|
|
23
23
|
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_ANY_UNSPECIFIED"] = 0] = "MAGIC_LINK_RESOURCE_TYPE_ANY_UNSPECIFIED";
|
|
24
|
+
/**
|
|
25
|
+
* Denotes that the magic link was created for a vendor
|
|
26
|
+
*
|
|
27
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_VENDOR = 10;
|
|
28
|
+
*/
|
|
29
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_VENDOR"] = 10] = "MAGIC_LINK_RESOURCE_TYPE_VENDOR";
|
|
30
|
+
/**
|
|
31
|
+
* Denotes that the magic link was created for a purchase enquiry
|
|
32
|
+
*
|
|
33
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PURCHASE_ENQUIRY = 20;
|
|
34
|
+
*/
|
|
35
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PURCHASE_ENQUIRY"] = 20] = "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_ENQUIRY";
|
|
36
|
+
/**
|
|
37
|
+
* Denotes that the magic link was created for a quotation request
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_QUOTATION_REQUEST = 30;
|
|
40
|
+
*/
|
|
41
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_QUOTATION_REQUEST"] = 30] = "MAGIC_LINK_RESOURCE_TYPE_QUOTATION_REQUEST";
|
|
42
|
+
/**
|
|
43
|
+
* Denotes that the magic link was created for a quotation response
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_QUOTATION_RESPONSE = 40;
|
|
46
|
+
*/
|
|
47
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_QUOTATION_RESPONSE"] = 40] = "MAGIC_LINK_RESOURCE_TYPE_QUOTATION_RESPONSE";
|
|
24
48
|
/**
|
|
25
49
|
* Denotes that the magic link was created for a purchase order
|
|
26
50
|
*
|
|
@@ -51,6 +75,18 @@ var MAGIC_LINK_RESOURCE_TYPE;
|
|
|
51
75
|
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PURCHASE_RETURN = 140;
|
|
52
76
|
*/
|
|
53
77
|
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PURCHASE_RETURN"] = 140] = "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_RETURN";
|
|
78
|
+
/**
|
|
79
|
+
* Denotes that the magic link was created for a purchase payment
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PURCHASE_PAYMENT = 150;
|
|
82
|
+
*/
|
|
83
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PURCHASE_PAYMENT"] = 150] = "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_PAYMENT";
|
|
84
|
+
/**
|
|
85
|
+
* Denotes that the magic link was created for a supply offer
|
|
86
|
+
*
|
|
87
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_SUPPLY_OFFER = 160;
|
|
88
|
+
*/
|
|
89
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_SUPPLY_OFFER"] = 160] = "MAGIC_LINK_RESOURCE_TYPE_SUPPLY_OFFER";
|
|
54
90
|
/**
|
|
55
91
|
* Denotes that the magic link was created for a sales enquiry
|
|
56
92
|
*
|
|
@@ -99,27 +135,213 @@ var MAGIC_LINK_RESOURCE_TYPE;
|
|
|
99
135
|
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_SALES_RETURN = 250;
|
|
100
136
|
*/
|
|
101
137
|
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_SALES_RETURN"] = 250] = "MAGIC_LINK_RESOURCE_TYPE_SALES_RETURN";
|
|
138
|
+
/**
|
|
139
|
+
* Denotes that the magic link was created for a sales receipt
|
|
140
|
+
*
|
|
141
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_SALES_RECEIPT = 260;
|
|
142
|
+
*/
|
|
143
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_SALES_RECEIPT"] = 260] = "MAGIC_LINK_RESOURCE_TYPE_SALES_RECEIPT";
|
|
102
144
|
/**
|
|
103
145
|
* Denotes that the magic link was created for an inward job
|
|
104
146
|
*
|
|
105
147
|
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB = 300;
|
|
106
148
|
*/
|
|
107
149
|
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB"] = 300] = "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB";
|
|
150
|
+
/**
|
|
151
|
+
* Denotes that the magic link was created for an inward job free issue material
|
|
152
|
+
*
|
|
153
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL = 310;
|
|
154
|
+
*/
|
|
155
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL"] = 310] = "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL";
|
|
156
|
+
/**
|
|
157
|
+
* Denotes that the magic link was created for an inward job free issue material return
|
|
158
|
+
*
|
|
159
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN = 320;
|
|
160
|
+
*/
|
|
161
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN"] = 320] = "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN";
|
|
108
162
|
/**
|
|
109
163
|
* Denotes that the magic link was created for an outward job
|
|
110
164
|
*
|
|
111
165
|
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB = 400;
|
|
112
166
|
*/
|
|
113
167
|
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB"] = 400] = "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB";
|
|
168
|
+
/**
|
|
169
|
+
* Denotes that the magic link was created for an outward job free issue material
|
|
170
|
+
*
|
|
171
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL = 410;
|
|
172
|
+
*/
|
|
173
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL"] = 410] = "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL";
|
|
174
|
+
/**
|
|
175
|
+
* Denotes that the magic link was created for an outward job free issue material return
|
|
176
|
+
*
|
|
177
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN = 420;
|
|
178
|
+
*/
|
|
179
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN"] = 420] = "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN";
|
|
180
|
+
/**
|
|
181
|
+
* Denotes that the magic link was created for a family equation
|
|
182
|
+
*
|
|
183
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EQUATION_FAMILY = 600;
|
|
184
|
+
*/
|
|
185
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EQUATION_FAMILY"] = 600] = "MAGIC_LINK_RESOURCE_TYPE_EQUATION_FAMILY";
|
|
186
|
+
/**
|
|
187
|
+
* Denotes that the magic link was created for a sales bundle equation
|
|
188
|
+
*
|
|
189
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EQUATION_SALES_BUNDLE = 610;
|
|
190
|
+
*/
|
|
191
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EQUATION_SALES_BUNDLE"] = 610] = "MAGIC_LINK_RESOURCE_TYPE_EQUATION_SALES_BUNDLE";
|
|
192
|
+
/**
|
|
193
|
+
* Denotes that the magic link was created for a work order equation
|
|
194
|
+
*
|
|
195
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EQUATION_WORK_ORDER = 620;
|
|
196
|
+
*/
|
|
197
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EQUATION_WORK_ORDER"] = 620] = "MAGIC_LINK_RESOURCE_TYPE_EQUATION_WORK_ORDER";
|
|
198
|
+
/**
|
|
199
|
+
* Denotes that the magic link was created for a replaceable equation
|
|
200
|
+
*
|
|
201
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EQUATION_REPLACEABLE = 630;
|
|
202
|
+
*/
|
|
203
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EQUATION_REPLACEABLE"] = 630] = "MAGIC_LINK_RESOURCE_TYPE_EQUATION_REPLACEABLE";
|
|
204
|
+
/**
|
|
205
|
+
* Denotes that the magic link was created for a work order
|
|
206
|
+
*
|
|
207
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_WORK_ORDER = 700;
|
|
208
|
+
*/
|
|
209
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_WORK_ORDER"] = 700] = "MAGIC_LINK_RESOURCE_TYPE_WORK_ORDER";
|
|
210
|
+
/**
|
|
211
|
+
* Denotes that the magic link was created for a production plan
|
|
212
|
+
*
|
|
213
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_PLAN = 710;
|
|
214
|
+
*/
|
|
215
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_PLAN"] = 710] = "MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_PLAN";
|
|
216
|
+
/**
|
|
217
|
+
* Denotes that the magic link was created for a replaceable indent
|
|
218
|
+
*
|
|
219
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_REPLACEABLE_INDENT = 800;
|
|
220
|
+
*/
|
|
221
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_REPLACEABLE_INDENT"] = 800] = "MAGIC_LINK_RESOURCE_TYPE_REPLACEABLE_INDENT";
|
|
222
|
+
/**
|
|
223
|
+
* Denotes that the magic link was created for a purchase indent
|
|
224
|
+
*
|
|
225
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PURCHASE_INDENT = 810;
|
|
226
|
+
*/
|
|
227
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PURCHASE_INDENT"] = 810] = "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_INDENT";
|
|
228
|
+
/**
|
|
229
|
+
* Denotes that the magic link was created for a production indent
|
|
230
|
+
*
|
|
231
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_INDENT = 820;
|
|
232
|
+
*/
|
|
233
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_INDENT"] = 820] = "MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_INDENT";
|
|
234
|
+
/**
|
|
235
|
+
* Denotes that the magic link was created for an asset indent
|
|
236
|
+
*
|
|
237
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_ASSET_INDENT = 830;
|
|
238
|
+
*/
|
|
239
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_ASSET_INDENT"] = 830] = "MAGIC_LINK_RESOURCE_TYPE_ASSET_INDENT";
|
|
240
|
+
/**
|
|
241
|
+
* Denotes that the magic link was created for a stock issuance
|
|
242
|
+
*
|
|
243
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_STOCK_ISSUANCE = 900;
|
|
244
|
+
*/
|
|
245
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_STOCK_ISSUANCE"] = 900] = "MAGIC_LINK_RESOURCE_TYPE_STOCK_ISSUANCE";
|
|
246
|
+
/**
|
|
247
|
+
* Denotes that the magic link was created for a stock return
|
|
248
|
+
*
|
|
249
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_STOCK_RETURN = 910;
|
|
250
|
+
*/
|
|
251
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_STOCK_RETURN"] = 910] = "MAGIC_LINK_RESOURCE_TYPE_STOCK_RETURN";
|
|
252
|
+
/**
|
|
253
|
+
* Denotes that the magic link was created for a stock audit
|
|
254
|
+
*
|
|
255
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_STOCK_AUDIT = 920;
|
|
256
|
+
*/
|
|
257
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_STOCK_AUDIT"] = 920] = "MAGIC_LINK_RESOURCE_TYPE_STOCK_AUDIT";
|
|
258
|
+
/**
|
|
259
|
+
* Denotes that the magic link was created for a qc sample
|
|
260
|
+
*
|
|
261
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_QC_SAMPLE = 1000;
|
|
262
|
+
*/
|
|
263
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_QC_SAMPLE"] = 1000] = "MAGIC_LINK_RESOURCE_TYPE_QC_SAMPLE";
|
|
264
|
+
/**
|
|
265
|
+
* Denotes that the magic link was created for a component
|
|
266
|
+
*
|
|
267
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_COMPONENT = 1100;
|
|
268
|
+
*/
|
|
269
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_COMPONENT"] = 1100] = "MAGIC_LINK_RESOURCE_TYPE_COMPONENT";
|
|
270
|
+
/**
|
|
271
|
+
* Denotes that the magic link was created for a product
|
|
272
|
+
*
|
|
273
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_PRODUCT = 1110;
|
|
274
|
+
*/
|
|
275
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_PRODUCT"] = 1110] = "MAGIC_LINK_RESOURCE_TYPE_PRODUCT";
|
|
276
|
+
/**
|
|
277
|
+
* Denotes that the magic link was created for a feedstock
|
|
278
|
+
*
|
|
279
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_FEEDSTOCK = 1120;
|
|
280
|
+
*/
|
|
281
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_FEEDSTOCK"] = 1120] = "MAGIC_LINK_RESOURCE_TYPE_FEEDSTOCK";
|
|
282
|
+
/**
|
|
283
|
+
* Denotes that the magic link was created for a merchandise
|
|
284
|
+
*
|
|
285
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_MERCHANDISE = 1130;
|
|
286
|
+
*/
|
|
287
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_MERCHANDISE"] = 1130] = "MAGIC_LINK_RESOURCE_TYPE_MERCHANDISE";
|
|
288
|
+
/**
|
|
289
|
+
* Denotes that the magic link was created for an equipment
|
|
290
|
+
*
|
|
291
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EQUIPMENT = 1140;
|
|
292
|
+
*/
|
|
293
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EQUIPMENT"] = 1140] = "MAGIC_LINK_RESOURCE_TYPE_EQUIPMENT";
|
|
294
|
+
/**
|
|
295
|
+
* Denotes that the magic link was created for an infrastructure
|
|
296
|
+
*
|
|
297
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_INFRASTRUCTURE = 1150;
|
|
298
|
+
*/
|
|
299
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_INFRASTRUCTURE"] = 1150] = "MAGIC_LINK_RESOURCE_TYPE_INFRASTRUCTURE";
|
|
300
|
+
/**
|
|
301
|
+
* Denotes that the magic link was created for an attendance
|
|
302
|
+
*
|
|
303
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_ATTENDANCE = 1200;
|
|
304
|
+
*/
|
|
305
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_ATTENDANCE"] = 1200] = "MAGIC_LINK_RESOURCE_TYPE_ATTENDANCE";
|
|
306
|
+
/**
|
|
307
|
+
* Denotes that the magic link was created for an absence
|
|
308
|
+
*
|
|
309
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_ABSENCE = 1210;
|
|
310
|
+
*/
|
|
311
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_ABSENCE"] = 1210] = "MAGIC_LINK_RESOURCE_TYPE_ABSENCE";
|
|
312
|
+
/**
|
|
313
|
+
* Denotes that the magic link was created for an on duty
|
|
314
|
+
*
|
|
315
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_ON_DUTY = 1220;
|
|
316
|
+
*/
|
|
317
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_ON_DUTY"] = 1220] = "MAGIC_LINK_RESOURCE_TYPE_ON_DUTY";
|
|
318
|
+
/**
|
|
319
|
+
* Denotes that the magic link was created for a visitation
|
|
320
|
+
*
|
|
321
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_VISITATION = 1230;
|
|
322
|
+
*/
|
|
323
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_VISITATION"] = 1230] = "MAGIC_LINK_RESOURCE_TYPE_VISITATION";
|
|
324
|
+
/**
|
|
325
|
+
* Denotes that the magic link was created for an expense
|
|
326
|
+
*
|
|
327
|
+
* @generated from enum value: MAGIC_LINK_RESOURCE_TYPE_EXPENSE = 1500;
|
|
328
|
+
*/
|
|
329
|
+
MAGIC_LINK_RESOURCE_TYPE[MAGIC_LINK_RESOURCE_TYPE["MAGIC_LINK_RESOURCE_TYPE_EXPENSE"] = 1500] = "MAGIC_LINK_RESOURCE_TYPE_EXPENSE";
|
|
114
330
|
})(MAGIC_LINK_RESOURCE_TYPE || (exports.MAGIC_LINK_RESOURCE_TYPE = MAGIC_LINK_RESOURCE_TYPE = {}));
|
|
115
331
|
// Retrieve enum metadata with: proto3.getEnumType(MAGIC_LINK_RESOURCE_TYPE)
|
|
116
332
|
protobuf_1.proto3.util.setEnumType(MAGIC_LINK_RESOURCE_TYPE, "Scailo.MAGIC_LINK_RESOURCE_TYPE", [
|
|
117
333
|
{ no: 0, name: "MAGIC_LINK_RESOURCE_TYPE_ANY_UNSPECIFIED" },
|
|
334
|
+
{ no: 10, name: "MAGIC_LINK_RESOURCE_TYPE_VENDOR" },
|
|
335
|
+
{ no: 20, name: "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_ENQUIRY" },
|
|
336
|
+
{ no: 30, name: "MAGIC_LINK_RESOURCE_TYPE_QUOTATION_REQUEST" },
|
|
337
|
+
{ no: 40, name: "MAGIC_LINK_RESOURCE_TYPE_QUOTATION_RESPONSE" },
|
|
118
338
|
{ no: 100, name: "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_ORDER" },
|
|
119
339
|
{ no: 110, name: "MAGIC_LINK_RESOURCE_TYPE_GOODS_RECEIPT" },
|
|
120
340
|
{ no: 120, name: "MAGIC_LINK_RESOURCE_TYPE_VENDOR_INVOICE" },
|
|
121
341
|
{ no: 130, name: "MAGIC_LINK_RESOURCE_TYPE_DEBIT_NOTE" },
|
|
122
342
|
{ no: 140, name: "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_RETURN" },
|
|
343
|
+
{ no: 150, name: "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_PAYMENT" },
|
|
344
|
+
{ no: 160, name: "MAGIC_LINK_RESOURCE_TYPE_SUPPLY_OFFER" },
|
|
123
345
|
{ no: 200, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_ENQUIRY" },
|
|
124
346
|
{ no: 205, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_QUOTATION" },
|
|
125
347
|
{ no: 210, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_ORDER" },
|
|
@@ -128,8 +350,38 @@ protobuf_1.proto3.util.setEnumType(MAGIC_LINK_RESOURCE_TYPE, "Scailo.MAGIC_LINK_
|
|
|
128
350
|
{ no: 230, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_INVOICE" },
|
|
129
351
|
{ no: 240, name: "MAGIC_LINK_RESOURCE_TYPE_CREDIT_NOTE" },
|
|
130
352
|
{ no: 250, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_RETURN" },
|
|
353
|
+
{ no: 260, name: "MAGIC_LINK_RESOURCE_TYPE_SALES_RECEIPT" },
|
|
131
354
|
{ no: 300, name: "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB" },
|
|
355
|
+
{ no: 310, name: "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL" },
|
|
356
|
+
{ no: 320, name: "MAGIC_LINK_RESOURCE_TYPE_INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN" },
|
|
132
357
|
{ no: 400, name: "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB" },
|
|
358
|
+
{ no: 410, name: "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL" },
|
|
359
|
+
{ no: 420, name: "MAGIC_LINK_RESOURCE_TYPE_OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN" },
|
|
360
|
+
{ no: 600, name: "MAGIC_LINK_RESOURCE_TYPE_EQUATION_FAMILY" },
|
|
361
|
+
{ no: 610, name: "MAGIC_LINK_RESOURCE_TYPE_EQUATION_SALES_BUNDLE" },
|
|
362
|
+
{ no: 620, name: "MAGIC_LINK_RESOURCE_TYPE_EQUATION_WORK_ORDER" },
|
|
363
|
+
{ no: 630, name: "MAGIC_LINK_RESOURCE_TYPE_EQUATION_REPLACEABLE" },
|
|
364
|
+
{ no: 700, name: "MAGIC_LINK_RESOURCE_TYPE_WORK_ORDER" },
|
|
365
|
+
{ no: 710, name: "MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_PLAN" },
|
|
366
|
+
{ no: 800, name: "MAGIC_LINK_RESOURCE_TYPE_REPLACEABLE_INDENT" },
|
|
367
|
+
{ no: 810, name: "MAGIC_LINK_RESOURCE_TYPE_PURCHASE_INDENT" },
|
|
368
|
+
{ no: 820, name: "MAGIC_LINK_RESOURCE_TYPE_PRODUCTION_INDENT" },
|
|
369
|
+
{ no: 830, name: "MAGIC_LINK_RESOURCE_TYPE_ASSET_INDENT" },
|
|
370
|
+
{ no: 900, name: "MAGIC_LINK_RESOURCE_TYPE_STOCK_ISSUANCE" },
|
|
371
|
+
{ no: 910, name: "MAGIC_LINK_RESOURCE_TYPE_STOCK_RETURN" },
|
|
372
|
+
{ no: 920, name: "MAGIC_LINK_RESOURCE_TYPE_STOCK_AUDIT" },
|
|
373
|
+
{ no: 1000, name: "MAGIC_LINK_RESOURCE_TYPE_QC_SAMPLE" },
|
|
374
|
+
{ no: 1100, name: "MAGIC_LINK_RESOURCE_TYPE_COMPONENT" },
|
|
375
|
+
{ no: 1110, name: "MAGIC_LINK_RESOURCE_TYPE_PRODUCT" },
|
|
376
|
+
{ no: 1120, name: "MAGIC_LINK_RESOURCE_TYPE_FEEDSTOCK" },
|
|
377
|
+
{ no: 1130, name: "MAGIC_LINK_RESOURCE_TYPE_MERCHANDISE" },
|
|
378
|
+
{ no: 1140, name: "MAGIC_LINK_RESOURCE_TYPE_EQUIPMENT" },
|
|
379
|
+
{ no: 1150, name: "MAGIC_LINK_RESOURCE_TYPE_INFRASTRUCTURE" },
|
|
380
|
+
{ no: 1200, name: "MAGIC_LINK_RESOURCE_TYPE_ATTENDANCE" },
|
|
381
|
+
{ no: 1210, name: "MAGIC_LINK_RESOURCE_TYPE_ABSENCE" },
|
|
382
|
+
{ no: 1220, name: "MAGIC_LINK_RESOURCE_TYPE_ON_DUTY" },
|
|
383
|
+
{ no: 1230, name: "MAGIC_LINK_RESOURCE_TYPE_VISITATION" },
|
|
384
|
+
{ no: 1500, name: "MAGIC_LINK_RESOURCE_TYPE_EXPENSE" },
|
|
133
385
|
]);
|
|
134
386
|
/**
|
|
135
387
|
*
|
|
@@ -8,6 +8,7 @@ exports.MerchandisesService = void 0;
|
|
|
8
8
|
const merchandises_scailo_pb_js_1 = require("./merchandises.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 merchandise
|
|
@@ -160,6 +161,17 @@ exports.MerchandisesService = {
|
|
|
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.MerchandisesService.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
|
*
|
|
@@ -8,6 +8,7 @@ exports.OnDutiesService = void 0;
|
|
|
8
8
|
const on_duties_scailo_pb_js_1 = require("./on_duties.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 onduty
|
|
@@ -163,9 +164,6 @@ exports.OnDutiesService = {
|
|
|
163
164
|
/**
|
|
164
165
|
* Add comment
|
|
165
166
|
*
|
|
166
|
-
* Send Email
|
|
167
|
-
* rpc SendEmail (Identifier) returns (IdentifierResponse);
|
|
168
|
-
*
|
|
169
167
|
* @generated from rpc Scailo.OnDutiesService.CommentAdd
|
|
170
168
|
*/
|
|
171
169
|
commentAdd: {
|
|
@@ -174,6 +172,19 @@ exports.OnDutiesService = {
|
|
|
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.OnDutiesService.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.OutwardJobsFreeIssueMaterialsService = void 0;
|
|
|
8
8
|
const outward_jobs_free_issue_materials_scailo_pb_js_1 = require("./outward_jobs_free_issue_materials.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.OutwardJobsFreeIssueMaterialsService = {
|
|
|
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.OutwardJobsFreeIssueMaterialsService.CreateMagicLink
|
|
202
|
+
*/
|
|
203
|
+
createMagicLink: {
|
|
204
|
+
name: "CreateMagicLink",
|
|
205
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
206
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
207
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
208
|
+
},
|
|
197
209
|
/**
|
|
198
210
|
* Autofill the outward job free issue material
|
|
199
211
|
*
|
|
@@ -361,7 +373,7 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
361
373
|
},
|
|
362
374
|
/**
|
|
363
375
|
* CSV operations
|
|
364
|
-
* Download the CSV file
|
|
376
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
365
377
|
*
|
|
366
378
|
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadItemsAsCSV
|
|
367
379
|
*/
|
|
@@ -371,6 +383,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
371
383
|
O: base_scailo_pb_js_1.StandardFile,
|
|
372
384
|
kind: protobuf_1.MethodKind.Unary,
|
|
373
385
|
},
|
|
386
|
+
/**
|
|
387
|
+
* Download the CSV template that could be used to upload items
|
|
388
|
+
*
|
|
389
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadItemsTemplateAsCSV
|
|
390
|
+
*/
|
|
391
|
+
downloadItemsTemplateAsCSV: {
|
|
392
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
393
|
+
I: base_scailo_pb_js_1.Empty,
|
|
394
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
395
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
396
|
+
},
|
|
374
397
|
/**
|
|
375
398
|
* View by ID
|
|
376
399
|
*
|
|
@@ -393,6 +416,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
393
416
|
O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterial,
|
|
394
417
|
kind: protobuf_1.MethodKind.Unary,
|
|
395
418
|
},
|
|
419
|
+
/**
|
|
420
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.ViewByReferenceID
|
|
423
|
+
*/
|
|
424
|
+
viewByReferenceID: {
|
|
425
|
+
name: "ViewByReferenceID",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterial,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
396
430
|
/**
|
|
397
431
|
* View only essential components by ID (without logs)
|
|
398
432
|
*
|
|
@@ -8,6 +8,7 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = void 0;
|
|
|
8
8
|
const outward_jobs_free_issue_materials_returns_scailo_pb_js_1 = require("./outward_jobs_free_issue_materials_returns.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
|
const inventory_scailo_pb_js_1 = require("./inventory.scailo_pb.js");
|
|
13
14
|
/**
|
|
@@ -195,6 +196,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
195
196
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
196
197
|
kind: protobuf_1.MethodKind.Unary,
|
|
197
198
|
},
|
|
199
|
+
/**
|
|
200
|
+
* Create a magic link
|
|
201
|
+
*
|
|
202
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.CreateMagicLink
|
|
203
|
+
*/
|
|
204
|
+
createMagicLink: {
|
|
205
|
+
name: "CreateMagicLink",
|
|
206
|
+
I: magic_links_scailo_pb_js_1.MagicLinksServiceCreateRequestForSpecificResource,
|
|
207
|
+
O: magic_links_scailo_pb_js_1.MagicLink,
|
|
208
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
209
|
+
},
|
|
198
210
|
/**
|
|
199
211
|
* Checks if the Outward Job Free Issue Material Return can be marked as completed
|
|
200
212
|
*
|
|
@@ -351,7 +363,7 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
351
363
|
},
|
|
352
364
|
/**
|
|
353
365
|
* CSV operations
|
|
354
|
-
* Download the CSV file
|
|
366
|
+
* Download the CSV file with the associated line items. The same file could then be used to upload line items.
|
|
355
367
|
*
|
|
356
368
|
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadItemsAsCSV
|
|
357
369
|
*/
|
|
@@ -361,6 +373,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
361
373
|
O: base_scailo_pb_js_1.StandardFile,
|
|
362
374
|
kind: protobuf_1.MethodKind.Unary,
|
|
363
375
|
},
|
|
376
|
+
/**
|
|
377
|
+
* Download the CSV template that could be used to upload items
|
|
378
|
+
*
|
|
379
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadItemsTemplateAsCSV
|
|
380
|
+
*/
|
|
381
|
+
downloadItemsTemplateAsCSV: {
|
|
382
|
+
name: "DownloadItemsTemplateAsCSV",
|
|
383
|
+
I: base_scailo_pb_js_1.Empty,
|
|
384
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
385
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
386
|
+
},
|
|
364
387
|
/**
|
|
365
388
|
* View by ID
|
|
366
389
|
*
|
|
@@ -383,6 +406,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
383
406
|
O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturn,
|
|
384
407
|
kind: protobuf_1.MethodKind.Unary,
|
|
385
408
|
},
|
|
409
|
+
/**
|
|
410
|
+
* View by Reference ID (returns the latest record in case of duplicates)
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.ViewByReferenceID
|
|
413
|
+
*/
|
|
414
|
+
viewByReferenceID: {
|
|
415
|
+
name: "ViewByReferenceID",
|
|
416
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
417
|
+
O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturn,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
386
420
|
/**
|
|
387
421
|
* View only essential components by ID (without logs)
|
|
388
422
|
*
|