@kernelminds/scailo-sdk 0.0.23 → 0.0.24
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 +135 -26
- package/lib/cjs/src/actions_codes.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_statuses.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_tags.scailo_connect.js +23 -0
- package/lib/cjs/src/bank_accounts.scailo_connect.js +23 -0
- package/lib/cjs/src/clients.scailo_connect.js +23 -0
- package/lib/cjs/src/currencies.scailo_connect.js +23 -0
- package/lib/cjs/src/departments.scailo_connect.js +23 -0
- package/lib/cjs/src/equations_families.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/forms_fields.scailo_connect.js +23 -0
- package/lib/cjs/src/forms_fields.scailo_pb.js +49 -0
- package/lib/cjs/src/forms_sections.scailo_connect.js +23 -0
- package/lib/cjs/src/forms_sections.scailo_pb.js +42 -0
- package/lib/cjs/src/inventory.scailo_connect.js +11 -0
- package/lib/cjs/src/inventory.scailo_pb.js +114 -1
- package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/labels.scailo_connect.js +23 -0
- package/lib/cjs/src/ledgers.scailo_connect.js +23 -0
- package/lib/cjs/src/locations.scailo_connect.js +23 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +1 -1
- package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/cjs/src/purchases_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/qc_groups.scailo_connect.js +79 -0
- package/lib/cjs/src/qc_groups.scailo_pb.js +336 -16
- package/lib/cjs/src/qc_params.scailo_connect.js +23 -0
- package/lib/cjs/src/qc_samples.scailo_pb.js +1 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +1 -1
- package/lib/cjs/src/storages.scailo_connect.js +23 -0
- package/lib/cjs/src/stores.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_params.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_params.scailo_pb.js +42 -0
- package/lib/cjs/src/teams.scailo_connect.js +23 -0
- package/lib/cjs/src/units_of_materials.scailo_connect.js +23 -0
- package/lib/cjs/src/users.scailo_connect.js +23 -0
- package/lib/cjs/src/vendors.scailo_connect.js +23 -0
- package/lib/cjs/types/permissions.d.ts +106 -0
- package/lib/cjs/types/permissions.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +43 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +88 -0
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +2 -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 +2 -2
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +81 -2
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +260 -8
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.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_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +2 -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 +2 -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 +2 -2
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +23 -0
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/permissions.js +135 -26
- package/lib/esm/src/actions_codes.scailo_connect.js +23 -0
- package/lib/esm/src/activities_groups.scailo_connect.js +23 -0
- package/lib/esm/src/activities_statuses.scailo_connect.js +23 -0
- package/lib/esm/src/activities_tags.scailo_connect.js +23 -0
- package/lib/esm/src/bank_accounts.scailo_connect.js +23 -0
- package/lib/esm/src/clients.scailo_connect.js +23 -0
- package/lib/esm/src/currencies.scailo_connect.js +23 -0
- package/lib/esm/src/departments.scailo_connect.js +23 -0
- package/lib/esm/src/equations_families.scailo_connect.js +1 -1
- package/lib/esm/src/equations_replaceables.scailo_connect.js +1 -1
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +1 -1
- package/lib/esm/src/equations_work_orders.scailo_connect.js +1 -1
- package/lib/esm/src/forms_fields.scailo_connect.js +23 -0
- package/lib/esm/src/forms_fields.scailo_pb.js +49 -0
- package/lib/esm/src/forms_sections.scailo_connect.js +23 -0
- package/lib/esm/src/forms_sections.scailo_pb.js +42 -0
- package/lib/esm/src/inventory.scailo_connect.js +11 -0
- package/lib/esm/src/inventory.scailo_pb.js +114 -1
- package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/labels.scailo_connect.js +23 -0
- package/lib/esm/src/ledgers.scailo_connect.js +23 -0
- package/lib/esm/src/locations.scailo_connect.js +23 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/proforma_invoices.scailo_connect.js +1 -1
- package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/esm/src/purchases_orders.scailo_connect.js +1 -1
- package/lib/esm/src/qc_groups.scailo_connect.js +79 -0
- package/lib/esm/src/qc_groups.scailo_pb.js +336 -16
- package/lib/esm/src/qc_params.scailo_connect.js +23 -0
- package/lib/esm/src/qc_samples.scailo_pb.js +1 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +1 -1
- package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +1 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +1 -1
- package/lib/esm/src/storages.scailo_connect.js +23 -0
- package/lib/esm/src/stores.scailo_connect.js +23 -0
- package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
- package/lib/esm/src/tax_params.scailo_connect.js +23 -0
- package/lib/esm/src/tax_params.scailo_pb.js +42 -0
- package/lib/esm/src/teams.scailo_connect.js +23 -0
- package/lib/esm/src/units_of_materials.scailo_connect.js +23 -0
- package/lib/esm/src/users.scailo_connect.js +23 -0
- package/lib/esm/src/vendors.scailo_connect.js +23 -0
- package/lib/esm/types/permissions.d.ts +106 -0
- package/lib/esm/types/permissions.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +43 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +88 -0
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +2 -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 +2 -2
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +81 -2
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +260 -8
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.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_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +2 -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 +2 -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 +2 -2
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +23 -0
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/vendors.scailo_connect.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.ReturnableInventorySearchReq = exports.InventoryServiceFamilyQuantityReq = exports.InventoryHashSearchReq = exports.IssuableInventorySearchReq = exports.InventoryCodeMap = exports.GenericInventoryList = exports.GenericInventory = exports.GENERIC_INVENTORY_REF_FROM = void 0;
|
|
7
|
+
exports.ConsolidatedInventoryStatistics = exports.ReturnableInventorySearchReq = exports.InventoryServiceFamilyQuantityReq = exports.InventoryHashSearchReq = exports.IssuableInventorySearchReq = exports.InventoryCodeMap = exports.GenericInventoryList = exports.GenericInventory = exports.GENERIC_INVENTORY_REF_FROM = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
|
|
@@ -603,3 +603,116 @@ ReturnableInventorySearchReq.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
603
603
|
{ no: 10, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
604
604
|
{ no: 15, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
605
605
|
]);
|
|
606
|
+
/**
|
|
607
|
+
*
|
|
608
|
+
* Describes the message consisting of all the inventory statistics for the given family ID
|
|
609
|
+
*
|
|
610
|
+
* @generated from message Scailo.ConsolidatedInventoryStatistics
|
|
611
|
+
*/
|
|
612
|
+
class ConsolidatedInventoryStatistics extends protobuf_1.Message {
|
|
613
|
+
constructor(data) {
|
|
614
|
+
super();
|
|
615
|
+
/**
|
|
616
|
+
* The ID of the family
|
|
617
|
+
*
|
|
618
|
+
* @generated from field: uint64 family_id = 1;
|
|
619
|
+
*/
|
|
620
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
621
|
+
/**
|
|
622
|
+
* The base demand quantity
|
|
623
|
+
*
|
|
624
|
+
* @generated from field: int64 base_demand_count = 10;
|
|
625
|
+
*/
|
|
626
|
+
this.baseDemandCount = protobuf_1.protoInt64.zero;
|
|
627
|
+
/**
|
|
628
|
+
* The work in progress quantity
|
|
629
|
+
*
|
|
630
|
+
* @generated from field: int64 work_in_progress_count = 20;
|
|
631
|
+
*/
|
|
632
|
+
this.workInProgressCount = protobuf_1.protoInt64.zero;
|
|
633
|
+
/**
|
|
634
|
+
* The indented quantity
|
|
635
|
+
*
|
|
636
|
+
* @generated from field: int64 indented_count = 30;
|
|
637
|
+
*/
|
|
638
|
+
this.indentedCount = protobuf_1.protoInt64.zero;
|
|
639
|
+
/**
|
|
640
|
+
* The ordered quantity
|
|
641
|
+
*
|
|
642
|
+
* @generated from field: int64 ordered_count = 40;
|
|
643
|
+
*/
|
|
644
|
+
this.orderedCount = protobuf_1.protoInt64.zero;
|
|
645
|
+
/**
|
|
646
|
+
* The quantity in QC
|
|
647
|
+
*
|
|
648
|
+
* @generated from field: int64 qc_count = 100;
|
|
649
|
+
*/
|
|
650
|
+
this.qcCount = protobuf_1.protoInt64.zero;
|
|
651
|
+
/**
|
|
652
|
+
* The quantity that has been rejected
|
|
653
|
+
*
|
|
654
|
+
* @generated from field: int64 rejected_count = 110;
|
|
655
|
+
*/
|
|
656
|
+
this.rejectedCount = protobuf_1.protoInt64.zero;
|
|
657
|
+
/**
|
|
658
|
+
* The quantity that has been marked for return
|
|
659
|
+
*
|
|
660
|
+
* @generated from field: int64 returnable_count = 120;
|
|
661
|
+
*/
|
|
662
|
+
this.returnableCount = protobuf_1.protoInt64.zero;
|
|
663
|
+
/**
|
|
664
|
+
* The quantity in rework
|
|
665
|
+
*
|
|
666
|
+
* @generated from field: int64 rework_count = 130;
|
|
667
|
+
*/
|
|
668
|
+
this.reworkCount = protobuf_1.protoInt64.zero;
|
|
669
|
+
/**
|
|
670
|
+
* The quantity that has been scrapped
|
|
671
|
+
*
|
|
672
|
+
* @generated from field: int64 scrap_count = 140;
|
|
673
|
+
*/
|
|
674
|
+
this.scrapCount = protobuf_1.protoInt64.zero;
|
|
675
|
+
/**
|
|
676
|
+
* The quantity in store
|
|
677
|
+
*
|
|
678
|
+
* @generated from field: int64 store_count = 150;
|
|
679
|
+
*/
|
|
680
|
+
this.storeCount = protobuf_1.protoInt64.zero;
|
|
681
|
+
/**
|
|
682
|
+
* The quantity that is required
|
|
683
|
+
*
|
|
684
|
+
* @generated from field: int64 required_count = 200;
|
|
685
|
+
*/
|
|
686
|
+
this.requiredCount = protobuf_1.protoInt64.zero;
|
|
687
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
688
|
+
}
|
|
689
|
+
static fromBinary(bytes, options) {
|
|
690
|
+
return new ConsolidatedInventoryStatistics().fromBinary(bytes, options);
|
|
691
|
+
}
|
|
692
|
+
static fromJson(jsonValue, options) {
|
|
693
|
+
return new ConsolidatedInventoryStatistics().fromJson(jsonValue, options);
|
|
694
|
+
}
|
|
695
|
+
static fromJsonString(jsonString, options) {
|
|
696
|
+
return new ConsolidatedInventoryStatistics().fromJsonString(jsonString, options);
|
|
697
|
+
}
|
|
698
|
+
static equals(a, b) {
|
|
699
|
+
return protobuf_1.proto3.util.equals(ConsolidatedInventoryStatistics, a, b);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
exports.ConsolidatedInventoryStatistics = ConsolidatedInventoryStatistics;
|
|
703
|
+
ConsolidatedInventoryStatistics.runtime = protobuf_1.proto3;
|
|
704
|
+
ConsolidatedInventoryStatistics.typeName = "Scailo.ConsolidatedInventoryStatistics";
|
|
705
|
+
ConsolidatedInventoryStatistics.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
706
|
+
{ no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
707
|
+
{ no: 10, name: "base_demand_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
708
|
+
{ no: 20, name: "work_in_progress_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
709
|
+
{ no: 30, name: "indented_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
710
|
+
{ no: 40, name: "ordered_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
711
|
+
{ no: 100, name: "qc_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
712
|
+
{ no: 110, name: "rejected_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
713
|
+
{ no: 120, name: "returnable_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
714
|
+
{ no: 130, name: "rework_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
715
|
+
{ no: 140, name: "scrap_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
716
|
+
{ no: 150, name: "store_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
717
|
+
{ no: 200, name: "required_count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
718
|
+
]);
|
|
@@ -399,7 +399,7 @@ exports.InwardJobsService = {
|
|
|
399
399
|
*/
|
|
400
400
|
uploadInwardJobInwardItems: {
|
|
401
401
|
name: "UploadInwardJobInwardItems",
|
|
402
|
-
I: base_scailo_pb_js_1.
|
|
402
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
403
403
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
404
404
|
kind: protobuf_1.MethodKind.Unary,
|
|
405
405
|
},
|
|
@@ -564,7 +564,7 @@ exports.InwardJobsService = {
|
|
|
564
564
|
*/
|
|
565
565
|
uploadInwardJobOutwardItems: {
|
|
566
566
|
name: "UploadInwardJobOutwardItems",
|
|
567
|
-
I: base_scailo_pb_js_1.
|
|
567
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
568
568
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
569
569
|
kind: protobuf_1.MethodKind.Unary,
|
|
570
570
|
},
|
|
@@ -160,5 +160,28 @@ exports.LabelsService = {
|
|
|
160
160
|
O: base_scailo_pb_js_1.CountResponse,
|
|
161
161
|
kind: protobuf_1.MethodKind.Unary,
|
|
162
162
|
},
|
|
163
|
+
/**
|
|
164
|
+
* CSV operations
|
|
165
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
166
|
+
*
|
|
167
|
+
* @generated from rpc Scailo.LabelsService.DownloadAsCSV
|
|
168
|
+
*/
|
|
169
|
+
downloadAsCSV: {
|
|
170
|
+
name: "DownloadAsCSV",
|
|
171
|
+
I: labels_scailo_pb_js_1.LabelsServiceFilterReq,
|
|
172
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
173
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
174
|
+
},
|
|
175
|
+
/**
|
|
176
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
177
|
+
*
|
|
178
|
+
* @generated from rpc Scailo.LabelsService.Import
|
|
179
|
+
*/
|
|
180
|
+
import: {
|
|
181
|
+
name: "Import",
|
|
182
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
183
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
184
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
185
|
+
},
|
|
163
186
|
}
|
|
164
187
|
};
|
|
@@ -240,5 +240,28 @@ exports.LedgersService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.LedgersService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: ledgers_scailo_pb_js_1.LedgersServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.LedgersService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -251,5 +251,28 @@ exports.LocationsService = {
|
|
|
251
251
|
O: base_scailo_pb_js_1.CountResponse,
|
|
252
252
|
kind: protobuf_1.MethodKind.Unary,
|
|
253
253
|
},
|
|
254
|
+
/**
|
|
255
|
+
* CSV operations
|
|
256
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.LocationsService.DownloadAsCSV
|
|
259
|
+
*/
|
|
260
|
+
downloadAsCSV: {
|
|
261
|
+
name: "DownloadAsCSV",
|
|
262
|
+
I: locations_scailo_pb_js_1.LocationsServiceFilterReq,
|
|
263
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
266
|
+
/**
|
|
267
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
268
|
+
*
|
|
269
|
+
* @generated from rpc Scailo.LocationsService.Import
|
|
270
|
+
*/
|
|
271
|
+
import: {
|
|
272
|
+
name: "Import",
|
|
273
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
274
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
275
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
276
|
+
},
|
|
254
277
|
}
|
|
255
278
|
};
|
|
@@ -399,7 +399,7 @@ exports.OutwardJobsService = {
|
|
|
399
399
|
*/
|
|
400
400
|
uploadOutwardJobInwardItems: {
|
|
401
401
|
name: "UploadOutwardJobInwardItems",
|
|
402
|
-
I: base_scailo_pb_js_1.
|
|
402
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
403
403
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
404
404
|
kind: protobuf_1.MethodKind.Unary,
|
|
405
405
|
},
|
|
@@ -564,7 +564,7 @@ exports.OutwardJobsService = {
|
|
|
564
564
|
*/
|
|
565
565
|
uploadOutwardJobOutwardItems: {
|
|
566
566
|
name: "UploadOutwardJobOutwardItems",
|
|
567
|
-
I: base_scailo_pb_js_1.
|
|
567
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
568
568
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
569
569
|
kind: protobuf_1.MethodKind.Unary,
|
|
570
570
|
},
|
|
@@ -367,7 +367,7 @@ exports.ProformaInvoicesService = {
|
|
|
367
367
|
*/
|
|
368
368
|
uploadProformaInvoiceItems: {
|
|
369
369
|
name: "UploadProformaInvoiceItems",
|
|
370
|
-
I: base_scailo_pb_js_1.
|
|
370
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
371
371
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
372
372
|
kind: protobuf_1.MethodKind.Unary,
|
|
373
373
|
},
|
|
@@ -378,7 +378,7 @@ exports.PurchasesIndentsService = {
|
|
|
378
378
|
*/
|
|
379
379
|
uploadPurchaseIndentItems: {
|
|
380
380
|
name: "UploadPurchaseIndentItems",
|
|
381
|
-
I: base_scailo_pb_js_1.
|
|
381
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
382
382
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
383
383
|
kind: protobuf_1.MethodKind.Unary,
|
|
384
384
|
},
|
|
@@ -378,7 +378,7 @@ exports.PurchasesOrdersService = {
|
|
|
378
378
|
*/
|
|
379
379
|
uploadPurchaseOrderItems: {
|
|
380
380
|
name: "UploadPurchaseOrderItems",
|
|
381
|
-
I: base_scailo_pb_js_1.
|
|
381
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
382
382
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
383
383
|
kind: protobuf_1.MethodKind.Unary,
|
|
384
384
|
},
|
|
@@ -295,6 +295,62 @@ exports.QCGroupsService = {
|
|
|
295
295
|
O: qc_groups_scailo_pb_js_1.QCGroupsItemsList,
|
|
296
296
|
kind: protobuf_1.MethodKind.Unary,
|
|
297
297
|
},
|
|
298
|
+
/**
|
|
299
|
+
* View approved qc group items for given qc group ID with pagination
|
|
300
|
+
*
|
|
301
|
+
* @generated from rpc Scailo.QCGroupsService.ViewPaginatedApprovedQCGroupItems
|
|
302
|
+
*/
|
|
303
|
+
viewPaginatedApprovedQCGroupItems: {
|
|
304
|
+
name: "ViewPaginatedApprovedQCGroupItems",
|
|
305
|
+
I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
|
|
306
|
+
O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
|
|
307
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
308
|
+
},
|
|
309
|
+
/**
|
|
310
|
+
* View unapproved qc group items for given qc group ID with pagination
|
|
311
|
+
*
|
|
312
|
+
* @generated from rpc Scailo.QCGroupsService.ViewPaginatedUnapprovedQCGroupItems
|
|
313
|
+
*/
|
|
314
|
+
viewPaginatedUnapprovedQCGroupItems: {
|
|
315
|
+
name: "ViewPaginatedUnapprovedQCGroupItems",
|
|
316
|
+
I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
|
|
317
|
+
O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
|
|
318
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
319
|
+
},
|
|
320
|
+
/**
|
|
321
|
+
* Search through qc group items with pagination
|
|
322
|
+
*
|
|
323
|
+
* @generated from rpc Scailo.QCGroupsService.SearchItemsWithPagination
|
|
324
|
+
*/
|
|
325
|
+
searchItemsWithPagination: {
|
|
326
|
+
name: "SearchItemsWithPagination",
|
|
327
|
+
I: qc_groups_scailo_pb_js_1.QCGroupItemsSearchRequest,
|
|
328
|
+
O: qc_groups_scailo_pb_js_1.QCGroupsServicePaginatedItemsResponse,
|
|
329
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
330
|
+
},
|
|
331
|
+
/**
|
|
332
|
+
* CSV operations
|
|
333
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
334
|
+
*
|
|
335
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
|
|
336
|
+
*/
|
|
337
|
+
downloadItemsAsCSV: {
|
|
338
|
+
name: "DownloadItemsAsCSV",
|
|
339
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
340
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
341
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
342
|
+
},
|
|
343
|
+
/**
|
|
344
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
345
|
+
*
|
|
346
|
+
* @generated from rpc Scailo.QCGroupsService.UploadQCGroupItems
|
|
347
|
+
*/
|
|
348
|
+
uploadQCGroupItems: {
|
|
349
|
+
name: "UploadQCGroupItems",
|
|
350
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
351
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
352
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
353
|
+
},
|
|
298
354
|
/**
|
|
299
355
|
* View by ID
|
|
300
356
|
*
|
|
@@ -383,5 +439,28 @@ exports.QCGroupsService = {
|
|
|
383
439
|
O: base_scailo_pb_js_1.CountResponse,
|
|
384
440
|
kind: protobuf_1.MethodKind.Unary,
|
|
385
441
|
},
|
|
442
|
+
/**
|
|
443
|
+
* CSV operations
|
|
444
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
445
|
+
*
|
|
446
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadAsCSV
|
|
447
|
+
*/
|
|
448
|
+
downloadAsCSV: {
|
|
449
|
+
name: "DownloadAsCSV",
|
|
450
|
+
I: qc_groups_scailo_pb_js_1.QCGroupsServiceFilterReq,
|
|
451
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
452
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
453
|
+
},
|
|
454
|
+
/**
|
|
455
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
456
|
+
*
|
|
457
|
+
* @generated from rpc Scailo.QCGroupsService.Import
|
|
458
|
+
*/
|
|
459
|
+
import: {
|
|
460
|
+
name: "Import",
|
|
461
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
462
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
463
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
464
|
+
},
|
|
386
465
|
}
|
|
387
466
|
};
|