@kernelminds/scailo-sdk 0.0.1 → 0.0.3
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/src/credit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/credit_notes.scailo_pb.js +44 -1
- package/lib/cjs/src/debit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/debit_notes.scailo_pb.js +44 -1
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +44 -1
- package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/cjs/src/goods_receipts.scailo_pb.js +37 -1
- package/lib/cjs/src/inward_jobs.scailo_connect.js +13 -2
- package/lib/cjs/src/inward_jobs.scailo_pb.js +51 -1
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +37 -1
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
- package/lib/cjs/src/locations.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +13 -2
- package/lib/cjs/src/outward_jobs.scailo_pb.js +44 -1
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +44 -1
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
- package/lib/cjs/src/projects.scailo_connect.js +2 -2
- package/lib/cjs/src/purchases_orders.scailo_connect.js +13 -2
- package/lib/cjs/src/purchases_orders.scailo_pb.js +58 -1
- package/lib/cjs/src/purchases_payments.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_payments.scailo_pb.js +58 -1
- package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_returns.scailo_pb.js +44 -1
- package/lib/cjs/src/quotations_requests.scailo_connect.js +11 -0
- package/lib/cjs/src/quotations_requests.scailo_pb.js +44 -1
- package/lib/cjs/src/quotations_responses.scailo_connect.js +11 -0
- package/lib/cjs/src/quotations_responses.scailo_pb.js +44 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +2 -2
- package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_invoices.scailo_pb.js +44 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +13 -2
- package/lib/cjs/src/sales_orders.scailo_pb.js +58 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +2 -2
- package/lib/cjs/src/sales_receipts.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_receipts.scailo_pb.js +58 -1
- package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_returns.scailo_pb.js +44 -1
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +44 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +22 -0
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
- 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.scailo_pb.d.ts +22 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
- 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.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +40 -0
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +40 -0
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +14 -3
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +40 -0
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +40 -0
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/credit_notes.scailo_pb.js +44 -1
- package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/debit_notes.scailo_pb.js +44 -1
- package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/esm/src/goods_dispatches.scailo_pb.js +44 -1
- package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/esm/src/goods_receipts.scailo_pb.js +37 -1
- package/lib/esm/src/inward_jobs.scailo_connect.js +13 -2
- package/lib/esm/src/inward_jobs.scailo_pb.js +51 -1
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +37 -1
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
- package/lib/esm/src/locations.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +13 -2
- package/lib/esm/src/outward_jobs.scailo_pb.js +44 -1
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +44 -1
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +44 -1
- package/lib/esm/src/projects.scailo_connect.js +2 -2
- package/lib/esm/src/purchases_orders.scailo_connect.js +13 -2
- package/lib/esm/src/purchases_orders.scailo_pb.js +58 -1
- package/lib/esm/src/purchases_payments.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_payments.scailo_pb.js +58 -1
- package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_returns.scailo_pb.js +44 -1
- package/lib/esm/src/quotations_requests.scailo_connect.js +11 -0
- package/lib/esm/src/quotations_requests.scailo_pb.js +44 -1
- package/lib/esm/src/quotations_responses.scailo_connect.js +11 -0
- package/lib/esm/src/quotations_responses.scailo_pb.js +44 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +2 -2
- package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/sales_invoices.scailo_pb.js +44 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +13 -2
- package/lib/esm/src/sales_orders.scailo_pb.js +58 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +2 -2
- package/lib/esm/src/sales_receipts.scailo_connect.js +11 -0
- package/lib/esm/src/sales_receipts.scailo_pb.js +58 -1
- package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
- package/lib/esm/src/sales_returns.scailo_pb.js +44 -1
- package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/vendor_invoices.scailo_pb.js +44 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +22 -0
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
- 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.scailo_pb.d.ts +22 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -1
- 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.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +40 -0
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +40 -0
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +14 -3
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +40 -0
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +40 -0
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_SORT_KEY = void 0;
|
|
7
|
+
exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobAncillaryParameters = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -589,6 +589,56 @@ class InwardJobsServiceAutofillRequest extends protobuf_1.Message {
|
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
exports.InwardJobsServiceAutofillRequest = InwardJobsServiceAutofillRequest;
|
|
592
|
+
/**
|
|
593
|
+
*
|
|
594
|
+
* Stores the UUID references of the record
|
|
595
|
+
*
|
|
596
|
+
* @generated from message Scailo.InwardJobAncillaryParameters
|
|
597
|
+
*/
|
|
598
|
+
class InwardJobAncillaryParameters extends protobuf_1.Message {
|
|
599
|
+
/**
|
|
600
|
+
* The UUID of the consignee client (the UUID of the associated consignee_client_id)
|
|
601
|
+
*
|
|
602
|
+
* @generated from field: string consignee_client_uuid = 212;
|
|
603
|
+
*/
|
|
604
|
+
consigneeClientUuid = "";
|
|
605
|
+
/**
|
|
606
|
+
* The UUID of the buyer client (the UUID of the associated buyer_client_id)
|
|
607
|
+
*
|
|
608
|
+
* @generated from field: string buyer_client_uuid = 213;
|
|
609
|
+
*/
|
|
610
|
+
buyerClientUuid = "";
|
|
611
|
+
/**
|
|
612
|
+
* The UUID of the location (the UUID of the associated location_uuid)
|
|
613
|
+
*
|
|
614
|
+
* @generated from field: string location_uuid = 214;
|
|
615
|
+
*/
|
|
616
|
+
locationUuid = "";
|
|
617
|
+
constructor(data) {
|
|
618
|
+
super();
|
|
619
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
620
|
+
}
|
|
621
|
+
static runtime = protobuf_1.proto3;
|
|
622
|
+
static typeName = "Scailo.InwardJobAncillaryParameters";
|
|
623
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
624
|
+
{ no: 212, name: "consignee_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
625
|
+
{ no: 213, name: "buyer_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
626
|
+
{ no: 214, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
|
+
]);
|
|
628
|
+
static fromBinary(bytes, options) {
|
|
629
|
+
return new InwardJobAncillaryParameters().fromBinary(bytes, options);
|
|
630
|
+
}
|
|
631
|
+
static fromJson(jsonValue, options) {
|
|
632
|
+
return new InwardJobAncillaryParameters().fromJson(jsonValue, options);
|
|
633
|
+
}
|
|
634
|
+
static fromJsonString(jsonString, options) {
|
|
635
|
+
return new InwardJobAncillaryParameters().fromJsonString(jsonString, options);
|
|
636
|
+
}
|
|
637
|
+
static equals(a, b) {
|
|
638
|
+
return protobuf_1.proto3.util.equals(InwardJobAncillaryParameters, a, b);
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
exports.InwardJobAncillaryParameters = InwardJobAncillaryParameters;
|
|
592
642
|
/**
|
|
593
643
|
*
|
|
594
644
|
* Describes the parameters that are part of a standard response
|
|
@@ -370,6 +370,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
370
370
|
O: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobFreeIssueMaterial,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobFreeIssueMaterialAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.InwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsServiceCountReq = exports.InwardJobsFreeIssueMaterialsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialItemsSearchRequest = exports.InwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsItemsList = exports.InwardJobsFreeIssueMaterialsList = exports.InwardJobFreeIssueMaterialItem = exports.InwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterial = exports.InwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.InwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.InwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsServiceCountReq = exports.InwardJobsFreeIssueMaterialsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialItemsSearchRequest = exports.InwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsItemsList = exports.InwardJobsFreeIssueMaterialsList = exports.InwardJobFreeIssueMaterialItem = exports.InwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterial = exports.InwardJobFreeIssueMaterialAncillaryParameters = exports.InwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.InwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -397,6 +397,42 @@ class InwardJobsFreeIssueMaterialsServiceAutofillRequest extends protobuf_1.Mess
|
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
exports.InwardJobsFreeIssueMaterialsServiceAutofillRequest = InwardJobsFreeIssueMaterialsServiceAutofillRequest;
|
|
400
|
+
/**
|
|
401
|
+
*
|
|
402
|
+
* Stores the UUID references of the record
|
|
403
|
+
*
|
|
404
|
+
* @generated from message Scailo.InwardJobFreeIssueMaterialAncillaryParameters
|
|
405
|
+
*/
|
|
406
|
+
class InwardJobFreeIssueMaterialAncillaryParameters extends protobuf_1.Message {
|
|
407
|
+
/**
|
|
408
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
409
|
+
*
|
|
410
|
+
* @generated from field: string ref_uuid = 213;
|
|
411
|
+
*/
|
|
412
|
+
refUuid = "";
|
|
413
|
+
constructor(data) {
|
|
414
|
+
super();
|
|
415
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
416
|
+
}
|
|
417
|
+
static runtime = protobuf_1.proto3;
|
|
418
|
+
static typeName = "Scailo.InwardJobFreeIssueMaterialAncillaryParameters";
|
|
419
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
420
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
421
|
+
]);
|
|
422
|
+
static fromBinary(bytes, options) {
|
|
423
|
+
return new InwardJobFreeIssueMaterialAncillaryParameters().fromBinary(bytes, options);
|
|
424
|
+
}
|
|
425
|
+
static fromJson(jsonValue, options) {
|
|
426
|
+
return new InwardJobFreeIssueMaterialAncillaryParameters().fromJson(jsonValue, options);
|
|
427
|
+
}
|
|
428
|
+
static fromJsonString(jsonString, options) {
|
|
429
|
+
return new InwardJobFreeIssueMaterialAncillaryParameters().fromJsonString(jsonString, options);
|
|
430
|
+
}
|
|
431
|
+
static equals(a, b) {
|
|
432
|
+
return protobuf_1.proto3.util.equals(InwardJobFreeIssueMaterialAncillaryParameters, a, b);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
exports.InwardJobFreeIssueMaterialAncillaryParameters = InwardJobFreeIssueMaterialAncillaryParameters;
|
|
400
436
|
/**
|
|
401
437
|
*
|
|
402
438
|
* Describes the parameters that are part of a standard response
|
|
@@ -370,6 +370,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
370
370
|
O: inward_jobs_free_issue_materials_returns_scailo_pb_js_1.InwardJobFreeIssueMaterialReturn,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: inward_jobs_free_issue_materials_returns_scailo_pb_js_1.InwardJobFreeIssueMaterialReturnAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.InwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.InwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsReturnsItemsList = exports.InwardJobsFreeIssueMaterialsReturnsList = exports.InwardJobFreeIssueMaterialReturnItem = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterialReturn = exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.InwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.InwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsReturnsItemsList = exports.InwardJobsFreeIssueMaterialsReturnsList = exports.InwardJobFreeIssueMaterialReturnItem = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterialReturn = exports.InwardJobFreeIssueMaterialReturnAncillaryParameters = exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -361,6 +361,49 @@ class InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_1
|
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
exports.InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest;
|
|
364
|
+
/**
|
|
365
|
+
*
|
|
366
|
+
* Stores the UUID references of the record
|
|
367
|
+
*
|
|
368
|
+
* @generated from message Scailo.InwardJobFreeIssueMaterialReturnAncillaryParameters
|
|
369
|
+
*/
|
|
370
|
+
class InwardJobFreeIssueMaterialReturnAncillaryParameters extends protobuf_1.Message {
|
|
371
|
+
/**
|
|
372
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
373
|
+
*
|
|
374
|
+
* @generated from field: string ref_uuid = 213;
|
|
375
|
+
*/
|
|
376
|
+
refUuid = "";
|
|
377
|
+
/**
|
|
378
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
379
|
+
*
|
|
380
|
+
* @generated from field: string location_uuid = 215;
|
|
381
|
+
*/
|
|
382
|
+
locationUuid = "";
|
|
383
|
+
constructor(data) {
|
|
384
|
+
super();
|
|
385
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
386
|
+
}
|
|
387
|
+
static runtime = protobuf_1.proto3;
|
|
388
|
+
static typeName = "Scailo.InwardJobFreeIssueMaterialReturnAncillaryParameters";
|
|
389
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
390
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
391
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
392
|
+
]);
|
|
393
|
+
static fromBinary(bytes, options) {
|
|
394
|
+
return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromBinary(bytes, options);
|
|
395
|
+
}
|
|
396
|
+
static fromJson(jsonValue, options) {
|
|
397
|
+
return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromJson(jsonValue, options);
|
|
398
|
+
}
|
|
399
|
+
static fromJsonString(jsonString, options) {
|
|
400
|
+
return new InwardJobFreeIssueMaterialReturnAncillaryParameters().fromJsonString(jsonString, options);
|
|
401
|
+
}
|
|
402
|
+
static equals(a, b) {
|
|
403
|
+
return protobuf_1.proto3.util.equals(InwardJobFreeIssueMaterialReturnAncillaryParameters, a, b);
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
exports.InwardJobFreeIssueMaterialReturnAncillaryParameters = InwardJobFreeIssueMaterialReturnAncillaryParameters;
|
|
364
407
|
/**
|
|
365
408
|
*
|
|
366
409
|
* Describes the parameters that are part of a standard response
|
|
@@ -163,6 +163,17 @@ exports.LocationsService = {
|
|
|
163
163
|
O: locations_scailo_pb_js_1.Location,
|
|
164
164
|
kind: protobuf_1.MethodKind.Unary,
|
|
165
165
|
},
|
|
166
|
+
/**
|
|
167
|
+
* View by UUID
|
|
168
|
+
*
|
|
169
|
+
* @generated from rpc Scailo.LocationsService.ViewByUUID
|
|
170
|
+
*/
|
|
171
|
+
viewByUUID: {
|
|
172
|
+
name: "ViewByUUID",
|
|
173
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
174
|
+
O: locations_scailo_pb_js_1.Location,
|
|
175
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
176
|
+
},
|
|
166
177
|
/**
|
|
167
178
|
* View all
|
|
168
179
|
*
|
|
@@ -613,13 +613,13 @@ exports.OutwardJobsService = {
|
|
|
613
613
|
kind: protobuf_1.MethodKind.Unary,
|
|
614
614
|
},
|
|
615
615
|
/**
|
|
616
|
-
* View all contacts for given outward job
|
|
616
|
+
* View all contacts for given outward job UUID
|
|
617
617
|
*
|
|
618
618
|
* @generated from rpc Scailo.OutwardJobsService.ViewOutwardJobContacts
|
|
619
619
|
*/
|
|
620
620
|
viewOutwardJobContacts: {
|
|
621
621
|
name: "ViewOutwardJobContacts",
|
|
622
|
-
I: base_scailo_pb_js_1.
|
|
622
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
623
623
|
O: outward_jobs_scailo_pb_js_1.OutwardJobContactsList,
|
|
624
624
|
kind: protobuf_1.MethodKind.Unary,
|
|
625
625
|
},
|
|
@@ -645,6 +645,17 @@ exports.OutwardJobsService = {
|
|
|
645
645
|
O: outward_jobs_scailo_pb_js_1.OutwardJob,
|
|
646
646
|
kind: protobuf_1.MethodKind.Unary,
|
|
647
647
|
},
|
|
648
|
+
/**
|
|
649
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
650
|
+
*
|
|
651
|
+
* @generated from rpc Scailo.OutwardJobsService.ViewAncillaryParametersByUUID
|
|
652
|
+
*/
|
|
653
|
+
viewAncillaryParametersByUUID: {
|
|
654
|
+
name: "ViewAncillaryParametersByUUID",
|
|
655
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
656
|
+
O: outward_jobs_scailo_pb_js_1.OutwardJobAncillaryParameters,
|
|
657
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
658
|
+
},
|
|
648
659
|
/**
|
|
649
660
|
* View all
|
|
650
661
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
|
|
7
|
+
exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -519,6 +519,49 @@ class OutwardJobsServiceAutofillRequest extends protobuf_1.Message {
|
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
521
|
exports.OutwardJobsServiceAutofillRequest = OutwardJobsServiceAutofillRequest;
|
|
522
|
+
/**
|
|
523
|
+
*
|
|
524
|
+
* Stores the UUID references of the record
|
|
525
|
+
*
|
|
526
|
+
* @generated from message Scailo.OutwardJobAncillaryParameters
|
|
527
|
+
*/
|
|
528
|
+
class OutwardJobAncillaryParameters extends protobuf_1.Message {
|
|
529
|
+
/**
|
|
530
|
+
* The UUID of the consignee location (the UUID of the associated consignee_location_id)
|
|
531
|
+
*
|
|
532
|
+
* @generated from field: string consignee_location_uuid = 212;
|
|
533
|
+
*/
|
|
534
|
+
consigneeLocationUuid = "";
|
|
535
|
+
/**
|
|
536
|
+
* The UUID of the vendor (the UUID of the associated vendor_id)
|
|
537
|
+
*
|
|
538
|
+
* @generated from field: string vendor_uuid = 213;
|
|
539
|
+
*/
|
|
540
|
+
vendorUuid = "";
|
|
541
|
+
constructor(data) {
|
|
542
|
+
super();
|
|
543
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
544
|
+
}
|
|
545
|
+
static runtime = protobuf_1.proto3;
|
|
546
|
+
static typeName = "Scailo.OutwardJobAncillaryParameters";
|
|
547
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
548
|
+
{ no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
549
|
+
{ no: 213, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
550
|
+
]);
|
|
551
|
+
static fromBinary(bytes, options) {
|
|
552
|
+
return new OutwardJobAncillaryParameters().fromBinary(bytes, options);
|
|
553
|
+
}
|
|
554
|
+
static fromJson(jsonValue, options) {
|
|
555
|
+
return new OutwardJobAncillaryParameters().fromJson(jsonValue, options);
|
|
556
|
+
}
|
|
557
|
+
static fromJsonString(jsonString, options) {
|
|
558
|
+
return new OutwardJobAncillaryParameters().fromJsonString(jsonString, options);
|
|
559
|
+
}
|
|
560
|
+
static equals(a, b) {
|
|
561
|
+
return protobuf_1.proto3.util.equals(OutwardJobAncillaryParameters, a, b);
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
exports.OutwardJobAncillaryParameters = OutwardJobAncillaryParameters;
|
|
522
565
|
/**
|
|
523
566
|
*
|
|
524
567
|
* Describes the parameters that are part of a standard response
|
|
@@ -381,6 +381,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
381
381
|
O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterial,
|
|
382
382
|
kind: protobuf_1.MethodKind.Unary,
|
|
383
383
|
},
|
|
384
|
+
/**
|
|
385
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
386
|
+
*
|
|
387
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.ViewAncillaryParametersByUUID
|
|
388
|
+
*/
|
|
389
|
+
viewAncillaryParametersByUUID: {
|
|
390
|
+
name: "ViewAncillaryParametersByUUID",
|
|
391
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
392
|
+
O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobFreeIssueMaterialAncillaryParameters,
|
|
393
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
394
|
+
},
|
|
384
395
|
/**
|
|
385
396
|
* View all
|
|
386
397
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobFreeIssueMaterialAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -411,6 +411,49 @@ class OutwardJobsFreeIssueMaterialsServiceAutofillRequest extends protobuf_1.Mes
|
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = OutwardJobsFreeIssueMaterialsServiceAutofillRequest;
|
|
414
|
+
/**
|
|
415
|
+
*
|
|
416
|
+
* Stores the UUID references of the record
|
|
417
|
+
*
|
|
418
|
+
* @generated from message Scailo.OutwardJobFreeIssueMaterialAncillaryParameters
|
|
419
|
+
*/
|
|
420
|
+
class OutwardJobFreeIssueMaterialAncillaryParameters extends protobuf_1.Message {
|
|
421
|
+
/**
|
|
422
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
423
|
+
*
|
|
424
|
+
* @generated from field: string ref_uuid = 213;
|
|
425
|
+
*/
|
|
426
|
+
refUuid = "";
|
|
427
|
+
/**
|
|
428
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
429
|
+
*
|
|
430
|
+
* @generated from field: string location_uuid = 215;
|
|
431
|
+
*/
|
|
432
|
+
locationUuid = "";
|
|
433
|
+
constructor(data) {
|
|
434
|
+
super();
|
|
435
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
436
|
+
}
|
|
437
|
+
static runtime = protobuf_1.proto3;
|
|
438
|
+
static typeName = "Scailo.OutwardJobFreeIssueMaterialAncillaryParameters";
|
|
439
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
440
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
441
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
442
|
+
]);
|
|
443
|
+
static fromBinary(bytes, options) {
|
|
444
|
+
return new OutwardJobFreeIssueMaterialAncillaryParameters().fromBinary(bytes, options);
|
|
445
|
+
}
|
|
446
|
+
static fromJson(jsonValue, options) {
|
|
447
|
+
return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJson(jsonValue, options);
|
|
448
|
+
}
|
|
449
|
+
static fromJsonString(jsonString, options) {
|
|
450
|
+
return new OutwardJobFreeIssueMaterialAncillaryParameters().fromJsonString(jsonString, options);
|
|
451
|
+
}
|
|
452
|
+
static equals(a, b) {
|
|
453
|
+
return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialAncillaryParameters, a, b);
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
exports.OutwardJobFreeIssueMaterialAncillaryParameters = OutwardJobFreeIssueMaterialAncillaryParameters;
|
|
414
457
|
/**
|
|
415
458
|
*
|
|
416
459
|
* Describes the parameters that are part of a standard response
|
|
@@ -370,6 +370,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
370
370
|
O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturn,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: outward_jobs_free_issue_materials_returns_scailo_pb_js_1.OutwardJobFreeIssueMaterialReturnAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsReturnsItemsList = exports.OutwardJobsFreeIssueMaterialsReturnsList = exports.OutwardJobFreeIssueMaterialReturnItem = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterialReturn = exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialReturnItemsSearchRequest = exports.OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialReturnItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsReturnsItemsList = exports.OutwardJobsFreeIssueMaterialsReturnsList = exports.OutwardJobFreeIssueMaterialReturnItem = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterialReturn = exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -354,6 +354,49 @@ class OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_
|
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
exports.OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest = OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest;
|
|
357
|
+
/**
|
|
358
|
+
*
|
|
359
|
+
* Stores the UUID references of the record
|
|
360
|
+
*
|
|
361
|
+
* @generated from message Scailo.OutwardJobFreeIssueMaterialReturnAncillaryParameters
|
|
362
|
+
*/
|
|
363
|
+
class OutwardJobFreeIssueMaterialReturnAncillaryParameters extends protobuf_1.Message {
|
|
364
|
+
/**
|
|
365
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
366
|
+
*
|
|
367
|
+
* @generated from field: string ref_uuid = 213;
|
|
368
|
+
*/
|
|
369
|
+
refUuid = "";
|
|
370
|
+
/**
|
|
371
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
372
|
+
*
|
|
373
|
+
* @generated from field: string location_uuid = 215;
|
|
374
|
+
*/
|
|
375
|
+
locationUuid = "";
|
|
376
|
+
constructor(data) {
|
|
377
|
+
super();
|
|
378
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
379
|
+
}
|
|
380
|
+
static runtime = protobuf_1.proto3;
|
|
381
|
+
static typeName = "Scailo.OutwardJobFreeIssueMaterialReturnAncillaryParameters";
|
|
382
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
383
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
384
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
385
|
+
]);
|
|
386
|
+
static fromBinary(bytes, options) {
|
|
387
|
+
return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromBinary(bytes, options);
|
|
388
|
+
}
|
|
389
|
+
static fromJson(jsonValue, options) {
|
|
390
|
+
return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJson(jsonValue, options);
|
|
391
|
+
}
|
|
392
|
+
static fromJsonString(jsonString, options) {
|
|
393
|
+
return new OutwardJobFreeIssueMaterialReturnAncillaryParameters().fromJsonString(jsonString, options);
|
|
394
|
+
}
|
|
395
|
+
static equals(a, b) {
|
|
396
|
+
return protobuf_1.proto3.util.equals(OutwardJobFreeIssueMaterialReturnAncillaryParameters, a, b);
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = OutwardJobFreeIssueMaterialReturnAncillaryParameters;
|
|
357
400
|
/**
|
|
358
401
|
*
|
|
359
402
|
* Describes the parameters that are part of a standard response
|
|
@@ -238,13 +238,13 @@ exports.ProjectsService = {
|
|
|
238
238
|
kind: protobuf_1.MethodKind.Unary,
|
|
239
239
|
},
|
|
240
240
|
/**
|
|
241
|
-
* View all contacts for given project
|
|
241
|
+
* View all contacts for given project UUID
|
|
242
242
|
*
|
|
243
243
|
* @generated from rpc Scailo.ProjectsService.ViewProjectContacts
|
|
244
244
|
*/
|
|
245
245
|
viewProjectContacts: {
|
|
246
246
|
name: "ViewProjectContacts",
|
|
247
|
-
I: base_scailo_pb_js_1.
|
|
247
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
248
248
|
O: projects_scailo_pb_js_1.ProjectContactsList,
|
|
249
249
|
kind: protobuf_1.MethodKind.Unary,
|
|
250
250
|
},
|
|
@@ -427,13 +427,13 @@ exports.PurchasesOrdersService = {
|
|
|
427
427
|
kind: protobuf_1.MethodKind.Unary,
|
|
428
428
|
},
|
|
429
429
|
/**
|
|
430
|
-
* View all contacts for given purchase order
|
|
430
|
+
* View all contacts for given purchase order UUID
|
|
431
431
|
*
|
|
432
432
|
* @generated from rpc Scailo.PurchasesOrdersService.ViewPurchaseOrderContacts
|
|
433
433
|
*/
|
|
434
434
|
viewPurchaseOrderContacts: {
|
|
435
435
|
name: "ViewPurchaseOrderContacts",
|
|
436
|
-
I: base_scailo_pb_js_1.
|
|
436
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
437
437
|
O: purchases_orders_scailo_pb_js_1.PurchaseOrderContactsList,
|
|
438
438
|
kind: protobuf_1.MethodKind.Unary,
|
|
439
439
|
},
|
|
@@ -514,6 +514,17 @@ exports.PurchasesOrdersService = {
|
|
|
514
514
|
O: purchases_orders_scailo_pb_js_1.PurchaseOrder,
|
|
515
515
|
kind: protobuf_1.MethodKind.Unary,
|
|
516
516
|
},
|
|
517
|
+
/**
|
|
518
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
519
|
+
*
|
|
520
|
+
* @generated from rpc Scailo.PurchasesOrdersService.ViewAncillaryParametersByUUID
|
|
521
|
+
*/
|
|
522
|
+
viewAncillaryParametersByUUID: {
|
|
523
|
+
name: "ViewAncillaryParametersByUUID",
|
|
524
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
525
|
+
O: purchases_orders_scailo_pb_js_1.PurchaseOrderAncillaryParameters,
|
|
526
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
527
|
+
},
|
|
517
528
|
/**
|
|
518
529
|
* View only essential components of the record
|
|
519
530
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_ORDER_SORT_KEY = void 0;
|
|
7
|
+
exports.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchaseOrderAncillaryParameters = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_ORDER_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -701,6 +701,63 @@ class PurchasesOrdersServiceAutofillRequest extends protobuf_1.Message {
|
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
exports.PurchasesOrdersServiceAutofillRequest = PurchasesOrdersServiceAutofillRequest;
|
|
704
|
+
/**
|
|
705
|
+
*
|
|
706
|
+
* Stores the UUID references of the record
|
|
707
|
+
*
|
|
708
|
+
* @generated from message Scailo.PurchaseOrderAncillaryParameters
|
|
709
|
+
*/
|
|
710
|
+
class PurchaseOrderAncillaryParameters extends protobuf_1.Message {
|
|
711
|
+
/**
|
|
712
|
+
* The UUID of the consignee location (the UUID of the associated consignee_location_id)
|
|
713
|
+
*
|
|
714
|
+
* @generated from field: string consignee_location_uuid = 212;
|
|
715
|
+
*/
|
|
716
|
+
consigneeLocationUuid = "";
|
|
717
|
+
/**
|
|
718
|
+
* The UUID of the buyer location (the UUID of the associated buyer_location_id)
|
|
719
|
+
*
|
|
720
|
+
* @generated from field: string buyer_location_uuid = 213;
|
|
721
|
+
*/
|
|
722
|
+
buyerLocationUuid = "";
|
|
723
|
+
/**
|
|
724
|
+
* The UUID of the vendor (the UUID of the associated vendor_id)
|
|
725
|
+
*
|
|
726
|
+
* @generated from field: string vendor_uuid = 214;
|
|
727
|
+
*/
|
|
728
|
+
vendorUuid = "";
|
|
729
|
+
/**
|
|
730
|
+
* The UUID of the currency (the UUID of the associated currency)
|
|
731
|
+
*
|
|
732
|
+
* @generated from field: string currency_uuid = 215;
|
|
733
|
+
*/
|
|
734
|
+
currencyUuid = "";
|
|
735
|
+
constructor(data) {
|
|
736
|
+
super();
|
|
737
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
738
|
+
}
|
|
739
|
+
static runtime = protobuf_1.proto3;
|
|
740
|
+
static typeName = "Scailo.PurchaseOrderAncillaryParameters";
|
|
741
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
742
|
+
{ no: 212, name: "consignee_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
743
|
+
{ no: 213, name: "buyer_location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
744
|
+
{ no: 214, name: "vendor_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
745
|
+
{ no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
746
|
+
]);
|
|
747
|
+
static fromBinary(bytes, options) {
|
|
748
|
+
return new PurchaseOrderAncillaryParameters().fromBinary(bytes, options);
|
|
749
|
+
}
|
|
750
|
+
static fromJson(jsonValue, options) {
|
|
751
|
+
return new PurchaseOrderAncillaryParameters().fromJson(jsonValue, options);
|
|
752
|
+
}
|
|
753
|
+
static fromJsonString(jsonString, options) {
|
|
754
|
+
return new PurchaseOrderAncillaryParameters().fromJsonString(jsonString, options);
|
|
755
|
+
}
|
|
756
|
+
static equals(a, b) {
|
|
757
|
+
return protobuf_1.proto3.util.equals(PurchaseOrderAncillaryParameters, a, b);
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
exports.PurchaseOrderAncillaryParameters = PurchaseOrderAncillaryParameters;
|
|
704
761
|
/**
|
|
705
762
|
*
|
|
706
763
|
* Describes the parameters that are part of a standard response
|