@kernelminds/scailo-sdk 0.0.23 → 0.0.25
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 +34 -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 +35 -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 +34 -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 +35 -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.QCGroupsServiceSearchAllReq = exports.QCGroupsServiceCountReq = exports.QCGroupsServiceFilterReq = exports.QCGroupsServicePaginationResponse = exports.QCGroupsServicePaginationReq = exports.QCGroupItemHistoryRequest = exports.QCGroupsItemsList = exports.QCGroupsList = exports.QCGroupItem = exports.QCGroupsServiceItemUpdateRequest = exports.QCGroupsServiceItemCreateRequest = exports.QCGroup = exports.QCGroupsServiceUpdateRequest = exports.QCGroupsServiceCreateRequest = exports.QC_GROUP_SORT_KEY = exports.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE = void 0;
|
|
7
|
+
exports.QCGroupsServiceSearchAllReq = exports.QCGroupsServiceCountReq = exports.QCGroupsServiceFilterReq = exports.QCGroupsServicePaginationResponse = exports.QCGroupsServicePaginationReq = exports.QCGroupsServicePaginatedItemsResponse = exports.QCGroupItemsSearchRequest = exports.QCGroupItemHistoryRequest = exports.QCGroupsItemsList = exports.QCGroupsList = exports.QCGroupItem = exports.QCGroupsServiceItemUpdateRequest = exports.QCGroupsServiceItemCreateRequest = exports.QCGroup = exports.QCGroupsServiceUpdateRequest = exports.QCGroupsServiceCreateRequest = exports.QC_GROUP_SORT_KEY = exports.QC_GROUP_ITEM_STATUS = exports.QC_GROUP_ITEM_SORT_KEY = exports.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE = 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");
|
|
@@ -16,37 +16,152 @@ const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
|
16
16
|
*/
|
|
17
17
|
var QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE;
|
|
18
18
|
(function (QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE) {
|
|
19
|
+
/**
|
|
20
|
+
* Denotes that value type is disregarded. This is used only within search APIs
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED"] = 0] = "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED";
|
|
19
25
|
/**
|
|
20
26
|
* Acceptable value type is an absolute number (with min and max defined in number_min_value and number_max_value)
|
|
21
27
|
*
|
|
22
|
-
* @generated from enum value:
|
|
28
|
+
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_ABSOLUTE = 1;
|
|
23
29
|
*/
|
|
24
|
-
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["
|
|
30
|
+
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_ABSOLUTE"] = 1] = "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_ABSOLUTE";
|
|
25
31
|
/**
|
|
26
32
|
* Acceptable value type is a percentage
|
|
27
33
|
*
|
|
28
|
-
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE =
|
|
34
|
+
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE = 2;
|
|
29
35
|
*/
|
|
30
|
-
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE"] =
|
|
36
|
+
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE"] = 2] = "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE";
|
|
31
37
|
/**
|
|
32
38
|
* Acceptable value type is a textual input
|
|
33
39
|
*
|
|
34
|
-
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT =
|
|
40
|
+
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT = 3;
|
|
35
41
|
*/
|
|
36
|
-
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT"] =
|
|
42
|
+
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT"] = 3] = "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT";
|
|
37
43
|
/**
|
|
38
44
|
* Acceptable value type is a dropdown (from the values as defined in text_values)
|
|
39
45
|
*
|
|
40
|
-
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN =
|
|
46
|
+
* @generated from enum value: QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN = 4;
|
|
41
47
|
*/
|
|
42
|
-
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN"] =
|
|
48
|
+
QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE[QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE["QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN"] = 4] = "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN";
|
|
43
49
|
})(QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE || (exports.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE = {}));
|
|
44
50
|
// Retrieve enum metadata with: proto3.getEnumType(QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE)
|
|
45
51
|
protobuf_1.proto3.util.setEnumType(QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE, "Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE", [
|
|
46
|
-
{ no: 0, name: "
|
|
47
|
-
{ no: 1, name: "
|
|
48
|
-
{ no: 2, name: "
|
|
49
|
-
{ no: 3, name: "
|
|
52
|
+
{ no: 0, name: "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED" },
|
|
53
|
+
{ no: 1, name: "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_ABSOLUTE" },
|
|
54
|
+
{ no: 2, name: "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_NUMBER_PERCENTAGE" },
|
|
55
|
+
{ no: 3, name: "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_INPUT" },
|
|
56
|
+
{ no: 4, name: "QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_TEXT_DROPDOWN" },
|
|
57
|
+
]);
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* Describes the available sort keys
|
|
61
|
+
*
|
|
62
|
+
* @generated from enum Scailo.QC_GROUP_ITEM_SORT_KEY
|
|
63
|
+
*/
|
|
64
|
+
var QC_GROUP_ITEM_SORT_KEY;
|
|
65
|
+
(function (QC_GROUP_ITEM_SORT_KEY) {
|
|
66
|
+
/**
|
|
67
|
+
* Fetch ordered results by id
|
|
68
|
+
*
|
|
69
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_ID_UNSPECIFIED = 0;
|
|
70
|
+
*/
|
|
71
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_ID_UNSPECIFIED"] = 0] = "QC_GROUP_ITEM_SORT_KEY_ID_UNSPECIFIED";
|
|
72
|
+
/**
|
|
73
|
+
* Fetch ordered results by the creation timestamp
|
|
74
|
+
*
|
|
75
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_CREATED_AT = 1;
|
|
76
|
+
*/
|
|
77
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_CREATED_AT"] = 1] = "QC_GROUP_ITEM_SORT_KEY_CREATED_AT";
|
|
78
|
+
/**
|
|
79
|
+
* Fetch ordered results by the modified timestamp
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_MODIFIED_AT = 2;
|
|
82
|
+
*/
|
|
83
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_MODIFIED_AT"] = 2] = "QC_GROUP_ITEM_SORT_KEY_MODIFIED_AT";
|
|
84
|
+
/**
|
|
85
|
+
* Fetch ordered results by the approved on timestamp
|
|
86
|
+
*
|
|
87
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_APPROVED_ON = 3;
|
|
88
|
+
*/
|
|
89
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_APPROVED_ON"] = 3] = "QC_GROUP_ITEM_SORT_KEY_APPROVED_ON";
|
|
90
|
+
/**
|
|
91
|
+
* Fetch ordered results by the approved by field
|
|
92
|
+
*
|
|
93
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_APPROVED_BY = 4;
|
|
94
|
+
*/
|
|
95
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_APPROVED_BY"] = 4] = "QC_GROUP_ITEM_SORT_KEY_APPROVED_BY";
|
|
96
|
+
/**
|
|
97
|
+
* Fetch ordered results by the approver's role ID
|
|
98
|
+
*
|
|
99
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_APPROVER_ROLE_ID = 5;
|
|
100
|
+
*/
|
|
101
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_APPROVER_ROLE_ID"] = 5] = "QC_GROUP_ITEM_SORT_KEY_APPROVER_ROLE_ID";
|
|
102
|
+
/**
|
|
103
|
+
* Fetch ordered results by the qc group ID
|
|
104
|
+
*
|
|
105
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_QC_GROUP_ID = 10;
|
|
106
|
+
*/
|
|
107
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_QC_GROUP_ID"] = 10] = "QC_GROUP_ITEM_SORT_KEY_QC_GROUP_ID";
|
|
108
|
+
/**
|
|
109
|
+
* Fetch ordered results by the qc param ID
|
|
110
|
+
*
|
|
111
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_QC_PARAM_ID = 11;
|
|
112
|
+
*/
|
|
113
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_QC_PARAM_ID"] = 11] = "QC_GROUP_ITEM_SORT_KEY_QC_PARAM_ID";
|
|
114
|
+
/**
|
|
115
|
+
* Fetch ordered results by the unit of material ID
|
|
116
|
+
*
|
|
117
|
+
* @generated from enum value: QC_GROUP_ITEM_SORT_KEY_UOM_ID = 12;
|
|
118
|
+
*/
|
|
119
|
+
QC_GROUP_ITEM_SORT_KEY[QC_GROUP_ITEM_SORT_KEY["QC_GROUP_ITEM_SORT_KEY_UOM_ID"] = 12] = "QC_GROUP_ITEM_SORT_KEY_UOM_ID";
|
|
120
|
+
})(QC_GROUP_ITEM_SORT_KEY || (exports.QC_GROUP_ITEM_SORT_KEY = QC_GROUP_ITEM_SORT_KEY = {}));
|
|
121
|
+
// Retrieve enum metadata with: proto3.getEnumType(QC_GROUP_ITEM_SORT_KEY)
|
|
122
|
+
protobuf_1.proto3.util.setEnumType(QC_GROUP_ITEM_SORT_KEY, "Scailo.QC_GROUP_ITEM_SORT_KEY", [
|
|
123
|
+
{ no: 0, name: "QC_GROUP_ITEM_SORT_KEY_ID_UNSPECIFIED" },
|
|
124
|
+
{ no: 1, name: "QC_GROUP_ITEM_SORT_KEY_CREATED_AT" },
|
|
125
|
+
{ no: 2, name: "QC_GROUP_ITEM_SORT_KEY_MODIFIED_AT" },
|
|
126
|
+
{ no: 3, name: "QC_GROUP_ITEM_SORT_KEY_APPROVED_ON" },
|
|
127
|
+
{ no: 4, name: "QC_GROUP_ITEM_SORT_KEY_APPROVED_BY" },
|
|
128
|
+
{ no: 5, name: "QC_GROUP_ITEM_SORT_KEY_APPROVER_ROLE_ID" },
|
|
129
|
+
{ no: 10, name: "QC_GROUP_ITEM_SORT_KEY_QC_GROUP_ID" },
|
|
130
|
+
{ no: 11, name: "QC_GROUP_ITEM_SORT_KEY_QC_PARAM_ID" },
|
|
131
|
+
{ no: 12, name: "QC_GROUP_ITEM_SORT_KEY_UOM_ID" },
|
|
132
|
+
]);
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* Describes the applicable statuses of qc group items
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum Scailo.QC_GROUP_ITEM_STATUS
|
|
138
|
+
*/
|
|
139
|
+
var QC_GROUP_ITEM_STATUS;
|
|
140
|
+
(function (QC_GROUP_ITEM_STATUS) {
|
|
141
|
+
/**
|
|
142
|
+
* Denotes that status be disregarded. This is used only within search APIs
|
|
143
|
+
*
|
|
144
|
+
* @generated from enum value: QC_GROUP_ITEM_STATUS_ANY_UNSPECIFIED = 0;
|
|
145
|
+
*/
|
|
146
|
+
QC_GROUP_ITEM_STATUS[QC_GROUP_ITEM_STATUS["QC_GROUP_ITEM_STATUS_ANY_UNSPECIFIED"] = 0] = "QC_GROUP_ITEM_STATUS_ANY_UNSPECIFIED";
|
|
147
|
+
/**
|
|
148
|
+
* Denotes that the qc group items must have been approved
|
|
149
|
+
*
|
|
150
|
+
* @generated from enum value: QC_GROUP_ITEM_STATUS_APPROVED = 1;
|
|
151
|
+
*/
|
|
152
|
+
QC_GROUP_ITEM_STATUS[QC_GROUP_ITEM_STATUS["QC_GROUP_ITEM_STATUS_APPROVED"] = 1] = "QC_GROUP_ITEM_STATUS_APPROVED";
|
|
153
|
+
/**
|
|
154
|
+
* Denotes that the qc group items must be waiting for approval
|
|
155
|
+
*
|
|
156
|
+
* @generated from enum value: QC_GROUP_ITEM_STATUS_UNAPPROVED = 2;
|
|
157
|
+
*/
|
|
158
|
+
QC_GROUP_ITEM_STATUS[QC_GROUP_ITEM_STATUS["QC_GROUP_ITEM_STATUS_UNAPPROVED"] = 2] = "QC_GROUP_ITEM_STATUS_UNAPPROVED";
|
|
159
|
+
})(QC_GROUP_ITEM_STATUS || (exports.QC_GROUP_ITEM_STATUS = QC_GROUP_ITEM_STATUS = {}));
|
|
160
|
+
// Retrieve enum metadata with: proto3.getEnumType(QC_GROUP_ITEM_STATUS)
|
|
161
|
+
protobuf_1.proto3.util.setEnumType(QC_GROUP_ITEM_STATUS, "Scailo.QC_GROUP_ITEM_STATUS", [
|
|
162
|
+
{ no: 0, name: "QC_GROUP_ITEM_STATUS_ANY_UNSPECIFIED" },
|
|
163
|
+
{ no: 1, name: "QC_GROUP_ITEM_STATUS_APPROVED" },
|
|
164
|
+
{ no: 2, name: "QC_GROUP_ITEM_STATUS_UNAPPROVED" },
|
|
50
165
|
]);
|
|
51
166
|
/**
|
|
52
167
|
*
|
|
@@ -434,7 +549,7 @@ class QCGroupsServiceItemCreateRequest extends protobuf_1.Message {
|
|
|
434
549
|
*
|
|
435
550
|
* @generated from field: Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE acceptable_value_type = 20;
|
|
436
551
|
*/
|
|
437
|
-
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.
|
|
552
|
+
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED;
|
|
438
553
|
/**
|
|
439
554
|
* The acceptable value (in cents) in case the acceptable value type is number-absolute or number-percentage
|
|
440
555
|
*
|
|
@@ -542,7 +657,7 @@ class QCGroupsServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
542
657
|
*
|
|
543
658
|
* @generated from field: Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE acceptable_value_type = 20;
|
|
544
659
|
*/
|
|
545
|
-
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.
|
|
660
|
+
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED;
|
|
546
661
|
/**
|
|
547
662
|
* The acceptable value (in cents) in case the acceptable value type is number-absolute or number-percentage
|
|
548
663
|
*
|
|
@@ -684,7 +799,7 @@ class QCGroupItem extends protobuf_1.Message {
|
|
|
684
799
|
*
|
|
685
800
|
* @generated from field: Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE acceptable_value_type = 20;
|
|
686
801
|
*/
|
|
687
|
-
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.
|
|
802
|
+
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED;
|
|
688
803
|
/**
|
|
689
804
|
* The acceptable value (in cents) in case the acceptable value type is number-absolute or number-percentage
|
|
690
805
|
*
|
|
@@ -881,6 +996,211 @@ class QCGroupItemHistoryRequest extends protobuf_1.Message {
|
|
|
881
996
|
}
|
|
882
997
|
}
|
|
883
998
|
exports.QCGroupItemHistoryRequest = QCGroupItemHistoryRequest;
|
|
999
|
+
/**
|
|
1000
|
+
*
|
|
1001
|
+
* Describes the request payload to retrieve approved or unapproved items.
|
|
1002
|
+
*
|
|
1003
|
+
* @generated from message Scailo.QCGroupItemsSearchRequest
|
|
1004
|
+
*/
|
|
1005
|
+
class QCGroupItemsSearchRequest extends protobuf_1.Message {
|
|
1006
|
+
/**
|
|
1007
|
+
* If true, then returns only active records. If false, then returns only inactive records
|
|
1008
|
+
*
|
|
1009
|
+
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1010
|
+
*/
|
|
1011
|
+
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1012
|
+
/**
|
|
1013
|
+
* The number of records that need to be sent in the response. Returns all records if it is set to -1
|
|
1014
|
+
*
|
|
1015
|
+
* @generated from field: int64 count = 2;
|
|
1016
|
+
*/
|
|
1017
|
+
count = protobuf_1.protoInt64.zero;
|
|
1018
|
+
/**
|
|
1019
|
+
* The number that need to be offset by before fetching the records
|
|
1020
|
+
*
|
|
1021
|
+
* @generated from field: uint64 offset = 3;
|
|
1022
|
+
*/
|
|
1023
|
+
offset = protobuf_1.protoInt64.zero;
|
|
1024
|
+
/**
|
|
1025
|
+
* The sort order that is to be used to fetch the pagination response
|
|
1026
|
+
*
|
|
1027
|
+
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1028
|
+
*/
|
|
1029
|
+
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1030
|
+
/**
|
|
1031
|
+
* The sort key that is to be used to fetch the pagination response
|
|
1032
|
+
*
|
|
1033
|
+
* @generated from field: Scailo.QC_GROUP_ITEM_SORT_KEY sort_key = 5;
|
|
1034
|
+
*/
|
|
1035
|
+
sortKey = QC_GROUP_ITEM_SORT_KEY.QC_GROUP_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1036
|
+
/**
|
|
1037
|
+
* The entity UUID that is to be used to filter records
|
|
1038
|
+
*
|
|
1039
|
+
* @generated from field: string entity_uuid = 6;
|
|
1040
|
+
*/
|
|
1041
|
+
entityUuid = "";
|
|
1042
|
+
/**
|
|
1043
|
+
* The status of the items
|
|
1044
|
+
*
|
|
1045
|
+
* @generated from field: Scailo.QC_GROUP_ITEM_STATUS status = 7;
|
|
1046
|
+
*/
|
|
1047
|
+
status = QC_GROUP_ITEM_STATUS.QC_GROUP_ITEM_STATUS_ANY_UNSPECIFIED;
|
|
1048
|
+
/**
|
|
1049
|
+
* The start range of approved timestamp
|
|
1050
|
+
*
|
|
1051
|
+
* @generated from field: uint64 approved_on_start = 10;
|
|
1052
|
+
*/
|
|
1053
|
+
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1054
|
+
/**
|
|
1055
|
+
* The end range of approved timestamp
|
|
1056
|
+
*
|
|
1057
|
+
* @generated from field: uint64 approved_on_end = 11;
|
|
1058
|
+
*/
|
|
1059
|
+
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1060
|
+
/**
|
|
1061
|
+
* The ID of the approver
|
|
1062
|
+
*
|
|
1063
|
+
* @generated from field: uint64 approved_by_user_id = 12;
|
|
1064
|
+
*/
|
|
1065
|
+
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1066
|
+
/**
|
|
1067
|
+
* The role ID of the approver
|
|
1068
|
+
*
|
|
1069
|
+
* @generated from field: uint64 approver_role_id = 13;
|
|
1070
|
+
*/
|
|
1071
|
+
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1072
|
+
/**
|
|
1073
|
+
* The ID of the qc group
|
|
1074
|
+
*
|
|
1075
|
+
* @generated from field: uint64 qc_group_id = 20;
|
|
1076
|
+
*/
|
|
1077
|
+
qcGroupId = protobuf_1.protoInt64.zero;
|
|
1078
|
+
/**
|
|
1079
|
+
* The ID of the qc param
|
|
1080
|
+
*
|
|
1081
|
+
* @generated from field: uint64 qc_param_id = 21;
|
|
1082
|
+
*/
|
|
1083
|
+
qcParamId = protobuf_1.protoInt64.zero;
|
|
1084
|
+
/**
|
|
1085
|
+
* The ID of the unit of material
|
|
1086
|
+
*
|
|
1087
|
+
* @generated from field: uint64 uom_id = 22;
|
|
1088
|
+
*/
|
|
1089
|
+
uomId = protobuf_1.protoInt64.zero;
|
|
1090
|
+
/**
|
|
1091
|
+
* Denotes if this parameter is internal or not (if set to true, then this value will be hidden. If set to false, then this value will be printed)
|
|
1092
|
+
*
|
|
1093
|
+
* @generated from field: Scailo.BOOL_FILTER is_internal = 29;
|
|
1094
|
+
*/
|
|
1095
|
+
isInternal = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1096
|
+
/**
|
|
1097
|
+
* The acceptable value type of the item
|
|
1098
|
+
*
|
|
1099
|
+
* @generated from field: Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE acceptable_value_type = 30;
|
|
1100
|
+
*/
|
|
1101
|
+
acceptableValueType = QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED;
|
|
1102
|
+
/**
|
|
1103
|
+
* Describes the key with which the search operation needs to be performed
|
|
1104
|
+
*
|
|
1105
|
+
* @generated from field: string search_key = 40;
|
|
1106
|
+
*/
|
|
1107
|
+
searchKey = "";
|
|
1108
|
+
constructor(data) {
|
|
1109
|
+
super();
|
|
1110
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1111
|
+
}
|
|
1112
|
+
static runtime = protobuf_1.proto3;
|
|
1113
|
+
static typeName = "Scailo.QCGroupItemsSearchRequest";
|
|
1114
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1115
|
+
{ no: 1, name: "is_active", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1116
|
+
{ no: 2, name: "count", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
1117
|
+
{ no: 3, name: "offset", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1118
|
+
{ no: 4, name: "sort_order", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.SORT_ORDER) },
|
|
1119
|
+
{ no: 5, name: "sort_key", kind: "enum", T: protobuf_1.proto3.getEnumType(QC_GROUP_ITEM_SORT_KEY) },
|
|
1120
|
+
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1121
|
+
{ no: 7, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(QC_GROUP_ITEM_STATUS) },
|
|
1122
|
+
{ no: 10, name: "approved_on_start", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1123
|
+
{ no: 11, name: "approved_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1124
|
+
{ no: 12, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1125
|
+
{ no: 13, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1126
|
+
{ no: 20, name: "qc_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1127
|
+
{ no: 21, name: "qc_param_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1128
|
+
{ no: 22, name: "uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1129
|
+
{ no: 29, name: "is_internal", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1130
|
+
{ no: 30, name: "acceptable_value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE) },
|
|
1131
|
+
{ no: 40, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1132
|
+
]);
|
|
1133
|
+
static fromBinary(bytes, options) {
|
|
1134
|
+
return new QCGroupItemsSearchRequest().fromBinary(bytes, options);
|
|
1135
|
+
}
|
|
1136
|
+
static fromJson(jsonValue, options) {
|
|
1137
|
+
return new QCGroupItemsSearchRequest().fromJson(jsonValue, options);
|
|
1138
|
+
}
|
|
1139
|
+
static fromJsonString(jsonString, options) {
|
|
1140
|
+
return new QCGroupItemsSearchRequest().fromJsonString(jsonString, options);
|
|
1141
|
+
}
|
|
1142
|
+
static equals(a, b) {
|
|
1143
|
+
return protobuf_1.proto3.util.equals(QCGroupItemsSearchRequest, a, b);
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
exports.QCGroupItemsSearchRequest = QCGroupItemsSearchRequest;
|
|
1147
|
+
/**
|
|
1148
|
+
*
|
|
1149
|
+
* Describes the response to a pagination items request
|
|
1150
|
+
*
|
|
1151
|
+
* @generated from message Scailo.QCGroupsServicePaginatedItemsResponse
|
|
1152
|
+
*/
|
|
1153
|
+
class QCGroupsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1154
|
+
/**
|
|
1155
|
+
* The number of records in this payload
|
|
1156
|
+
*
|
|
1157
|
+
* @generated from field: uint64 count = 1;
|
|
1158
|
+
*/
|
|
1159
|
+
count = protobuf_1.protoInt64.zero;
|
|
1160
|
+
/**
|
|
1161
|
+
* The number that has been offset before fetching the records. This is the same value that has been sent as part of the pagination request
|
|
1162
|
+
*
|
|
1163
|
+
* @generated from field: uint64 offset = 2;
|
|
1164
|
+
*/
|
|
1165
|
+
offset = protobuf_1.protoInt64.zero;
|
|
1166
|
+
/**
|
|
1167
|
+
* The total number of records that are available
|
|
1168
|
+
*
|
|
1169
|
+
* @generated from field: uint64 total = 3;
|
|
1170
|
+
*/
|
|
1171
|
+
total = protobuf_1.protoInt64.zero;
|
|
1172
|
+
/**
|
|
1173
|
+
* The list of records
|
|
1174
|
+
*
|
|
1175
|
+
* @generated from field: repeated Scailo.QCGroupItem payload = 4;
|
|
1176
|
+
*/
|
|
1177
|
+
payload = [];
|
|
1178
|
+
constructor(data) {
|
|
1179
|
+
super();
|
|
1180
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1181
|
+
}
|
|
1182
|
+
static runtime = protobuf_1.proto3;
|
|
1183
|
+
static typeName = "Scailo.QCGroupsServicePaginatedItemsResponse";
|
|
1184
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1185
|
+
{ no: 1, name: "count", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1186
|
+
{ no: 2, name: "offset", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1187
|
+
{ no: 3, name: "total", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1188
|
+
{ no: 4, name: "payload", kind: "message", T: QCGroupItem, repeated: true },
|
|
1189
|
+
]);
|
|
1190
|
+
static fromBinary(bytes, options) {
|
|
1191
|
+
return new QCGroupsServicePaginatedItemsResponse().fromBinary(bytes, options);
|
|
1192
|
+
}
|
|
1193
|
+
static fromJson(jsonValue, options) {
|
|
1194
|
+
return new QCGroupsServicePaginatedItemsResponse().fromJson(jsonValue, options);
|
|
1195
|
+
}
|
|
1196
|
+
static fromJsonString(jsonString, options) {
|
|
1197
|
+
return new QCGroupsServicePaginatedItemsResponse().fromJsonString(jsonString, options);
|
|
1198
|
+
}
|
|
1199
|
+
static equals(a, b) {
|
|
1200
|
+
return protobuf_1.proto3.util.equals(QCGroupsServicePaginatedItemsResponse, a, b);
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
exports.QCGroupsServicePaginatedItemsResponse = QCGroupsServicePaginatedItemsResponse;
|
|
884
1204
|
/**
|
|
885
1205
|
*
|
|
886
1206
|
* Describes a pagination request to retrieve records
|
|
@@ -262,5 +262,28 @@ exports.QCParamsService = {
|
|
|
262
262
|
O: base_scailo_pb_js_1.CountResponse,
|
|
263
263
|
kind: protobuf_1.MethodKind.Unary,
|
|
264
264
|
},
|
|
265
|
+
/**
|
|
266
|
+
* CSV operations
|
|
267
|
+
* 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
|
|
268
|
+
*
|
|
269
|
+
* @generated from rpc Scailo.QCParamsService.DownloadAsCSV
|
|
270
|
+
*/
|
|
271
|
+
downloadAsCSV: {
|
|
272
|
+
name: "DownloadAsCSV",
|
|
273
|
+
I: qc_params_scailo_pb_js_1.QCParamsServiceFilterReq,
|
|
274
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
275
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
276
|
+
},
|
|
277
|
+
/**
|
|
278
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
279
|
+
*
|
|
280
|
+
* @generated from rpc Scailo.QCParamsService.Import
|
|
281
|
+
*/
|
|
282
|
+
import: {
|
|
283
|
+
name: "Import",
|
|
284
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
285
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
286
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
287
|
+
},
|
|
265
288
|
}
|
|
266
289
|
};
|
|
@@ -1541,7 +1541,7 @@ class QCSampleParameter extends protobuf_1.Message {
|
|
|
1541
1541
|
*
|
|
1542
1542
|
* @generated from field: Scailo.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE acceptable_value_type = 20;
|
|
1543
1543
|
*/
|
|
1544
|
-
acceptableValueType = qc_groups_scailo_pb_js_1.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.
|
|
1544
|
+
acceptableValueType = qc_groups_scailo_pb_js_1.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE.QC_GROUP_ITEM_ACCEPTABLE_VALUE_TYPE_ANY_UNSPECIFIED;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* The acceptable value (in cents) in case the acceptable value type is number-absolute or number-percentage
|
|
1547
1547
|
*
|
|
@@ -355,7 +355,7 @@ exports.SalesEnquiriesService = {
|
|
|
355
355
|
*/
|
|
356
356
|
uploadSalesEnquiryItems: {
|
|
357
357
|
name: "UploadSalesEnquiryItems",
|
|
358
|
-
I: base_scailo_pb_js_1.
|
|
358
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
359
359
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
360
360
|
kind: protobuf_1.MethodKind.Unary,
|
|
361
361
|
},
|
|
@@ -367,7 +367,7 @@ exports.SalesInvoicesService = {
|
|
|
367
367
|
*/
|
|
368
368
|
uploadSalesInvoiceItems: {
|
|
369
369
|
name: "UploadSalesInvoiceItems",
|
|
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.SalesOrdersService = {
|
|
|
378
378
|
*/
|
|
379
379
|
uploadSalesOrderItems: {
|
|
380
380
|
name: "UploadSalesOrderItems",
|
|
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.SalesQuotationsService = {
|
|
|
378
378
|
*/
|
|
379
379
|
uploadSalesQuotationItems: {
|
|
380
380
|
name: "UploadSalesQuotationItems",
|
|
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
|
},
|
|
@@ -240,5 +240,28 @@ exports.StoragesService = {
|
|
|
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.StoragesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: storages_scailo_pb_js_1.StoragesServiceFilterReq,
|
|
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.StoragesService.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
|
};
|
|
@@ -240,5 +240,28 @@ exports.StoresService = {
|
|
|
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.StoresService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: stores_scailo_pb_js_1.StoresServiceFilterReq,
|
|
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.StoresService.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
|
};
|
|
@@ -339,5 +339,28 @@ exports.TaxGroupsService = {
|
|
|
339
339
|
O: base_scailo_pb_js_1.CountResponse,
|
|
340
340
|
kind: protobuf_1.MethodKind.Unary,
|
|
341
341
|
},
|
|
342
|
+
/**
|
|
343
|
+
* CSV operations
|
|
344
|
+
* 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
|
|
345
|
+
*
|
|
346
|
+
* @generated from rpc Scailo.TaxGroupsService.DownloadAsCSV
|
|
347
|
+
*/
|
|
348
|
+
downloadAsCSV: {
|
|
349
|
+
name: "DownloadAsCSV",
|
|
350
|
+
I: tax_groups_scailo_pb_js_1.TaxGroupsServiceFilterReq,
|
|
351
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
352
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
353
|
+
},
|
|
354
|
+
/**
|
|
355
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
356
|
+
*
|
|
357
|
+
* @generated from rpc Scailo.TaxGroupsService.Import
|
|
358
|
+
*/
|
|
359
|
+
import: {
|
|
360
|
+
name: "Import",
|
|
361
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
362
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
363
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
364
|
+
},
|
|
342
365
|
}
|
|
343
366
|
};
|
|
@@ -240,5 +240,28 @@ exports.TaxParamsService = {
|
|
|
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.TaxParamsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: tax_params_scailo_pb_js_1.TaxParamsServiceFilterReq,
|
|
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.TaxParamsService.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
|
};
|