@kernelminds/scailo-sdk 0.0.22 → 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 +136 -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/base.scailo_pb.js +7 -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 +4 -4
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +4 -4
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +4 -4
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +26 -4
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +14 -0
- package/lib/cjs/src/families.scailo_connect.js +28 -6
- package/lib/cjs/src/families.scailo_pb.js +62 -12
- 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/goods_dispatches.scailo_connect.js +3 -3
- package/lib/cjs/src/goods_receipts.scailo_connect.js +3 -3
- 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/labels.scailo_pb.js +42 -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 +4 -4
- package/lib/cjs/src/purchases_indents.scailo_connect.js +4 -4
- package/lib/cjs/src/purchases_orders.scailo_connect.js +4 -4
- 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 +4 -4
- package/lib/cjs/src/sales_invoices.scailo_connect.js +4 -4
- package/lib/cjs/src/sales_orders.scailo_connect.js +4 -4
- package/lib/cjs/src/sales_quotations.scailo_connect.js +4 -4
- package/lib/cjs/src/storages.scailo_connect.js +23 -0
- package/lib/cjs/src/stores.scailo_connect.js +23 -0
- package/lib/cjs/src/supply_offers.scailo_connect.js +3 -3
- package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_groups.scailo_pb.js +42 -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/vendor_invoices.scailo_connect.js +3 -3
- package/lib/cjs/src/vendors.scailo_connect.js +46 -0
- package/lib/cjs/types/permissions.d.ts +107 -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/base.scailo_pb.d.ts +7 -1
- package/lib/cjs/types/src/base.scailo_pb.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 +5 -5
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +27 -5
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +13 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +29 -7
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +43 -9
- package/lib/cjs/types/src/families.scailo_pb.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/goods_dispatches.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +3 -3
- 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/labels.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/labels.scailo_pb.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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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/supply_offers.scailo_connect.d.ts +3 -3
- 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_groups.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.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/vendor_invoices.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +47 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/permissions.js +136 -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/base.scailo_pb.js +7 -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 +4 -4
- package/lib/esm/src/equations_replaceables.scailo_connect.js +4 -4
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +4 -4
- package/lib/esm/src/equations_work_orders.scailo_connect.js +26 -4
- package/lib/esm/src/equations_work_orders.scailo_pb.js +14 -0
- package/lib/esm/src/families.scailo_connect.js +28 -6
- package/lib/esm/src/families.scailo_pb.js +60 -10
- 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/goods_dispatches.scailo_connect.js +3 -3
- package/lib/esm/src/goods_receipts.scailo_connect.js +3 -3
- 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/labels.scailo_pb.js +42 -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 +4 -4
- package/lib/esm/src/purchases_indents.scailo_connect.js +4 -4
- package/lib/esm/src/purchases_orders.scailo_connect.js +4 -4
- 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 +4 -4
- package/lib/esm/src/sales_invoices.scailo_connect.js +4 -4
- package/lib/esm/src/sales_orders.scailo_connect.js +4 -4
- package/lib/esm/src/sales_quotations.scailo_connect.js +4 -4
- package/lib/esm/src/storages.scailo_connect.js +23 -0
- package/lib/esm/src/stores.scailo_connect.js +23 -0
- package/lib/esm/src/supply_offers.scailo_connect.js +3 -3
- package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
- package/lib/esm/src/tax_groups.scailo_pb.js +42 -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/vendor_invoices.scailo_connect.js +3 -3
- package/lib/esm/src/vendors.scailo_connect.js +46 -0
- package/lib/esm/types/permissions.d.ts +107 -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/base.scailo_pb.d.ts +7 -1
- package/lib/esm/types/src/base.scailo_pb.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 +5 -5
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +27 -5
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +13 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +29 -7
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +43 -9
- package/lib/esm/types/src/families.scailo_pb.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/goods_dispatches.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +3 -3
- 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/labels.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/labels.scailo_pb.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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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/supply_offers.scailo_connect.d.ts +3 -3
- 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_groups.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.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/vendor_invoices.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +47 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -240,5 +240,28 @@ exports.ActionsCodesService = {
|
|
|
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.ActionsCodesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: actions_codes_scailo_pb_js_1.ActionsCodesServiceFilterReq,
|
|
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.ActionsCodesService.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.ActivitiesGroupsService = {
|
|
|
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.ActivitiesGroupsService.DownloadAsCSV
|
|
259
|
+
*/
|
|
260
|
+
downloadAsCSV: {
|
|
261
|
+
name: "DownloadAsCSV",
|
|
262
|
+
I: activities_groups_scailo_pb_js_1.ActivitiesGroupsServiceFilterReq,
|
|
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.ActivitiesGroupsService.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
|
};
|
|
@@ -240,5 +240,28 @@ exports.ActivitiesStatusesService = {
|
|
|
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.ActivitiesStatusesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: activities_statuses_scailo_pb_js_1.ActivitiesStatusesServiceFilterReq,
|
|
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.ActivitiesStatusesService.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.ActivitiesTagsService = {
|
|
|
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.ActivitiesTagsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: activities_tags_scailo_pb_js_1.ActivitiesTagsServiceFilterReq,
|
|
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.ActivitiesTagsService.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.BankAccountsService = {
|
|
|
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.BankAccountsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: bank_accounts_scailo_pb_js_1.BankAccountsServiceFilterReq,
|
|
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.BankAccountsService.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
|
};
|
|
@@ -1036,6 +1036,12 @@ var AMENDMENT_LOG_REF_FOR;
|
|
|
1036
1036
|
* @generated from enum value: AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE = 7;
|
|
1037
1037
|
*/
|
|
1038
1038
|
AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE"] = 7] = "AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE";
|
|
1039
|
+
/**
|
|
1040
|
+
* Denotes that the log is made while amending a work order equation
|
|
1041
|
+
*
|
|
1042
|
+
* @generated from enum value: AMENDMENT_LOG_REF_FOR_EQUATION_WORK_ORDER = 100;
|
|
1043
|
+
*/
|
|
1044
|
+
AMENDMENT_LOG_REF_FOR[AMENDMENT_LOG_REF_FOR["AMENDMENT_LOG_REF_FOR_EQUATION_WORK_ORDER"] = 100] = "AMENDMENT_LOG_REF_FOR_EQUATION_WORK_ORDER";
|
|
1039
1045
|
})(AMENDMENT_LOG_REF_FOR || (exports.AMENDMENT_LOG_REF_FOR = AMENDMENT_LOG_REF_FOR = {}));
|
|
1040
1046
|
// Retrieve enum metadata with: proto3.getEnumType(AMENDMENT_LOG_REF_FOR)
|
|
1041
1047
|
protobuf_1.proto3.util.setEnumType(AMENDMENT_LOG_REF_FOR, "Scailo.AMENDMENT_LOG_REF_FOR", [
|
|
@@ -1048,6 +1054,7 @@ protobuf_1.proto3.util.setEnumType(AMENDMENT_LOG_REF_FOR, "Scailo.AMENDMENT_LOG_
|
|
|
1048
1054
|
{ no: 5, name: "AMENDMENT_LOG_REF_FOR_SALES_QUOTATION" },
|
|
1049
1055
|
{ no: 6, name: "AMENDMENT_LOG_REF_FOR_SALES_INVOICE" },
|
|
1050
1056
|
{ no: 7, name: "AMENDMENT_LOG_REF_FOR_PROFORMA_INVOICE" },
|
|
1057
|
+
{ no: 100, name: "AMENDMENT_LOG_REF_FOR_EQUATION_WORK_ORDER" },
|
|
1051
1058
|
]);
|
|
1052
1059
|
/**
|
|
1053
1060
|
*
|
|
@@ -317,5 +317,28 @@ exports.ClientsService = {
|
|
|
317
317
|
O: base_scailo_pb_js_1.CountResponse,
|
|
318
318
|
kind: protobuf_1.MethodKind.Unary,
|
|
319
319
|
},
|
|
320
|
+
/**
|
|
321
|
+
* CSV operations
|
|
322
|
+
* 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
|
|
323
|
+
*
|
|
324
|
+
* @generated from rpc Scailo.ClientsService.DownloadAsCSV
|
|
325
|
+
*/
|
|
326
|
+
downloadAsCSV: {
|
|
327
|
+
name: "DownloadAsCSV",
|
|
328
|
+
I: clients_scailo_pb_js_1.ClientsServiceFilterReq,
|
|
329
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
330
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
331
|
+
},
|
|
332
|
+
/**
|
|
333
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
334
|
+
*
|
|
335
|
+
* @generated from rpc Scailo.ClientsService.Import
|
|
336
|
+
*/
|
|
337
|
+
import: {
|
|
338
|
+
name: "Import",
|
|
339
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
340
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
341
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
342
|
+
},
|
|
320
343
|
}
|
|
321
344
|
};
|
|
@@ -240,5 +240,28 @@ exports.CurrenciesService = {
|
|
|
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.CurrenciesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: currencies_scailo_pb_js_1.CurrenciesServiceFilterReq,
|
|
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.CurrenciesService.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
|
};
|
|
@@ -273,5 +273,28 @@ exports.DepartmentsService = {
|
|
|
273
273
|
O: base_scailo_pb_js_1.CountResponse,
|
|
274
274
|
kind: protobuf_1.MethodKind.Unary,
|
|
275
275
|
},
|
|
276
|
+
/**
|
|
277
|
+
* CSV operations
|
|
278
|
+
* 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
|
|
279
|
+
*
|
|
280
|
+
* @generated from rpc Scailo.DepartmentsService.DownloadAsCSV
|
|
281
|
+
*/
|
|
282
|
+
downloadAsCSV: {
|
|
283
|
+
name: "DownloadAsCSV",
|
|
284
|
+
I: departments_scailo_pb_js_1.DepartmentsServiceFilterReq,
|
|
285
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
286
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
287
|
+
},
|
|
288
|
+
/**
|
|
289
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
290
|
+
*
|
|
291
|
+
* @generated from rpc Scailo.DepartmentsService.Import
|
|
292
|
+
*/
|
|
293
|
+
import: {
|
|
294
|
+
name: "Import",
|
|
295
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
296
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
297
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
298
|
+
},
|
|
276
299
|
}
|
|
277
300
|
};
|
|
@@ -333,10 +333,10 @@ exports.EquationsFamiliesService = {
|
|
|
333
333
|
* CSV operations
|
|
334
334
|
* 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
|
|
335
335
|
*
|
|
336
|
-
* @generated from rpc Scailo.EquationsFamiliesService.
|
|
336
|
+
* @generated from rpc Scailo.EquationsFamiliesService.DownloadItemsAsCSV
|
|
337
337
|
*/
|
|
338
|
-
|
|
339
|
-
name: "
|
|
338
|
+
downloadItemsAsCSV: {
|
|
339
|
+
name: "DownloadItemsAsCSV",
|
|
340
340
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
341
341
|
O: base_scailo_pb_js_1.StandardFile,
|
|
342
342
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -359,7 +359,7 @@ exports.EquationsFamiliesService = {
|
|
|
359
359
|
*/
|
|
360
360
|
uploadEquationFamilyItems: {
|
|
361
361
|
name: "UploadEquationFamilyItems",
|
|
362
|
-
I: base_scailo_pb_js_1.
|
|
362
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
363
363
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
364
364
|
kind: protobuf_1.MethodKind.Unary,
|
|
365
365
|
},
|
|
@@ -332,10 +332,10 @@ exports.EquationsReplaceablesService = {
|
|
|
332
332
|
* CSV operations
|
|
333
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
334
|
*
|
|
335
|
-
* @generated from rpc Scailo.EquationsReplaceablesService.
|
|
335
|
+
* @generated from rpc Scailo.EquationsReplaceablesService.DownloadItemsAsCSV
|
|
336
336
|
*/
|
|
337
|
-
|
|
338
|
-
name: "
|
|
337
|
+
downloadItemsAsCSV: {
|
|
338
|
+
name: "DownloadItemsAsCSV",
|
|
339
339
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
340
340
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
341
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -358,7 +358,7 @@ exports.EquationsReplaceablesService = {
|
|
|
358
358
|
*/
|
|
359
359
|
uploadEquationReplaceableItems: {
|
|
360
360
|
name: "UploadEquationReplaceableItems",
|
|
361
|
-
I: base_scailo_pb_js_1.
|
|
361
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
362
362
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
363
363
|
kind: protobuf_1.MethodKind.Unary,
|
|
364
364
|
},
|
|
@@ -332,10 +332,10 @@ exports.EquationsSalesBundlesService = {
|
|
|
332
332
|
* CSV operations
|
|
333
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
334
|
*
|
|
335
|
-
* @generated from rpc Scailo.EquationsSalesBundlesService.
|
|
335
|
+
* @generated from rpc Scailo.EquationsSalesBundlesService.DownloadItemsAsCSV
|
|
336
336
|
*/
|
|
337
|
-
|
|
338
|
-
name: "
|
|
337
|
+
downloadItemsAsCSV: {
|
|
338
|
+
name: "DownloadItemsAsCSV",
|
|
339
339
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
340
340
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
341
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -358,7 +358,7 @@ exports.EquationsSalesBundlesService = {
|
|
|
358
358
|
*/
|
|
359
359
|
uploadEquationSalesBundleItems: {
|
|
360
360
|
name: "UploadEquationSalesBundleItems",
|
|
361
|
-
I: base_scailo_pb_js_1.
|
|
361
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
362
362
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
363
363
|
kind: protobuf_1.MethodKind.Unary,
|
|
364
364
|
},
|
|
@@ -185,6 +185,17 @@ exports.EquationsWorkOrdersService = {
|
|
|
185
185
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
186
186
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
187
|
},
|
|
188
|
+
/**
|
|
189
|
+
* Amend the equation work order and send for revision
|
|
190
|
+
*
|
|
191
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.Amend
|
|
192
|
+
*/
|
|
193
|
+
amend: {
|
|
194
|
+
name: "Amend",
|
|
195
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
|
|
196
|
+
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
197
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
198
|
+
},
|
|
188
199
|
/**
|
|
189
200
|
* Clone equation from an existing equation (denoted by the identifier)
|
|
190
201
|
*
|
|
@@ -332,10 +343,10 @@ exports.EquationsWorkOrdersService = {
|
|
|
332
343
|
* CSV operations
|
|
333
344
|
* 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
345
|
*
|
|
335
|
-
* @generated from rpc Scailo.EquationsWorkOrdersService.
|
|
346
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.DownloadItemsAsCSV
|
|
336
347
|
*/
|
|
337
|
-
|
|
338
|
-
name: "
|
|
348
|
+
downloadItemsAsCSV: {
|
|
349
|
+
name: "DownloadItemsAsCSV",
|
|
339
350
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
340
351
|
O: base_scailo_pb_js_1.StandardFile,
|
|
341
352
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -358,7 +369,7 @@ exports.EquationsWorkOrdersService = {
|
|
|
358
369
|
*/
|
|
359
370
|
uploadEquationWorkOrderItems: {
|
|
360
371
|
name: "UploadEquationWorkOrderItems",
|
|
361
|
-
I: base_scailo_pb_js_1.
|
|
372
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
362
373
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
363
374
|
kind: protobuf_1.MethodKind.Unary,
|
|
364
375
|
},
|
|
@@ -417,6 +428,17 @@ exports.EquationsWorkOrdersService = {
|
|
|
417
428
|
O: equations_work_orders_scailo_pb_js_1.EquationWorkOrder,
|
|
418
429
|
kind: protobuf_1.MethodKind.Unary,
|
|
419
430
|
},
|
|
431
|
+
/**
|
|
432
|
+
* View all the amendments made
|
|
433
|
+
*
|
|
434
|
+
* @generated from rpc Scailo.EquationsWorkOrdersService.ViewAmendments
|
|
435
|
+
*/
|
|
436
|
+
viewAmendments: {
|
|
437
|
+
name: "ViewAmendments",
|
|
438
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
439
|
+
O: base_scailo_pb_js_1.AmendmentLogsList,
|
|
440
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
441
|
+
},
|
|
420
442
|
/**
|
|
421
443
|
* View all that match the given search key
|
|
422
444
|
*
|
|
@@ -177,6 +177,12 @@ var EQUATION_WORK_ORDER_SORT_KEY;
|
|
|
177
177
|
* @generated from enum value: EQUATION_WORK_ORDER_SORT_KEY_WORK_ORDER_ID = 11;
|
|
178
178
|
*/
|
|
179
179
|
EQUATION_WORK_ORDER_SORT_KEY[EQUATION_WORK_ORDER_SORT_KEY["EQUATION_WORK_ORDER_SORT_KEY_WORK_ORDER_ID"] = 11] = "EQUATION_WORK_ORDER_SORT_KEY_WORK_ORDER_ID";
|
|
180
|
+
/**
|
|
181
|
+
* Fetch ordered results by the amendment count
|
|
182
|
+
*
|
|
183
|
+
* @generated from enum value: EQUATION_WORK_ORDER_SORT_KEY_AMENDMENT_COUNT = 15;
|
|
184
|
+
*/
|
|
185
|
+
EQUATION_WORK_ORDER_SORT_KEY[EQUATION_WORK_ORDER_SORT_KEY["EQUATION_WORK_ORDER_SORT_KEY_AMENDMENT_COUNT"] = 15] = "EQUATION_WORK_ORDER_SORT_KEY_AMENDMENT_COUNT";
|
|
180
186
|
})(EQUATION_WORK_ORDER_SORT_KEY || (exports.EQUATION_WORK_ORDER_SORT_KEY = EQUATION_WORK_ORDER_SORT_KEY = {}));
|
|
181
187
|
// Retrieve enum metadata with: proto3.getEnumType(EQUATION_WORK_ORDER_SORT_KEY)
|
|
182
188
|
protobuf_1.proto3.util.setEnumType(EQUATION_WORK_ORDER_SORT_KEY, "Scailo.EQUATION_WORK_ORDER_SORT_KEY", [
|
|
@@ -189,6 +195,7 @@ protobuf_1.proto3.util.setEnumType(EQUATION_WORK_ORDER_SORT_KEY, "Scailo.EQUATIO
|
|
|
189
195
|
{ no: 6, name: "EQUATION_WORK_ORDER_SORT_KEY_COMPLETED_ON" },
|
|
190
196
|
{ no: 10, name: "EQUATION_WORK_ORDER_SORT_KEY_NAME" },
|
|
191
197
|
{ no: 11, name: "EQUATION_WORK_ORDER_SORT_KEY_WORK_ORDER_ID" },
|
|
198
|
+
{ no: 15, name: "EQUATION_WORK_ORDER_SORT_KEY_AMENDMENT_COUNT" },
|
|
192
199
|
]);
|
|
193
200
|
/**
|
|
194
201
|
*
|
|
@@ -411,6 +418,12 @@ class EquationWorkOrder extends protobuf_1.Message {
|
|
|
411
418
|
* @generated from field: double total_price = 40;
|
|
412
419
|
*/
|
|
413
420
|
totalPrice = 0;
|
|
421
|
+
/**
|
|
422
|
+
* The number of times that the equation work order has been amended
|
|
423
|
+
*
|
|
424
|
+
* @generated from field: uint64 amendment_count = 70;
|
|
425
|
+
*/
|
|
426
|
+
amendmentCount = protobuf_1.protoInt64.zero;
|
|
414
427
|
constructor(data) {
|
|
415
428
|
super();
|
|
416
429
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
@@ -430,6 +443,7 @@ class EquationWorkOrder extends protobuf_1.Message {
|
|
|
430
443
|
{ no: 13, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
431
444
|
{ no: 20, name: "list", kind: "message", T: EquationWorkOrderItem, repeated: true },
|
|
432
445
|
{ no: 40, name: "total_price", kind: "scalar", T: 1 /* ScalarType.DOUBLE */ },
|
|
446
|
+
{ no: 70, name: "amendment_count", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
433
447
|
]);
|
|
434
448
|
static fromBinary(bytes, options) {
|
|
435
449
|
return new EquationWorkOrder().fromBinary(bytes, options);
|
|
@@ -164,18 +164,18 @@ exports.FamiliesService = {
|
|
|
164
164
|
kind: protobuf_1.MethodKind.Unary,
|
|
165
165
|
},
|
|
166
166
|
/**
|
|
167
|
-
*
|
|
167
|
+
* Updates the price of the family with the given UUID
|
|
168
168
|
*
|
|
169
|
-
* @generated from rpc Scailo.FamiliesService.
|
|
169
|
+
* @generated from rpc Scailo.FamiliesService.UpdatePrice
|
|
170
170
|
*/
|
|
171
|
-
|
|
172
|
-
name: "
|
|
173
|
-
I: families_scailo_pb_js_1.
|
|
171
|
+
updatePrice: {
|
|
172
|
+
name: "UpdatePrice",
|
|
173
|
+
I: families_scailo_pb_js_1.FamiliesServiceUpdatePriceRequest,
|
|
174
174
|
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
175
175
|
kind: protobuf_1.MethodKind.Unary,
|
|
176
176
|
},
|
|
177
177
|
/**
|
|
178
|
-
*
|
|
178
|
+
* Updates the price of all the families mentioned in the file
|
|
179
179
|
*
|
|
180
180
|
* @generated from rpc Scailo.FamiliesService.UploadPrices
|
|
181
181
|
*/
|
|
@@ -185,6 +185,28 @@ exports.FamiliesService = {
|
|
|
185
185
|
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
186
186
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
187
|
},
|
|
188
|
+
/**
|
|
189
|
+
* Updates the minimim stock to maintain for the family with the given UUID
|
|
190
|
+
*
|
|
191
|
+
* @generated from rpc Scailo.FamiliesService.UpdateMinStockToMaintain
|
|
192
|
+
*/
|
|
193
|
+
updateMinStockToMaintain: {
|
|
194
|
+
name: "UpdateMinStockToMaintain",
|
|
195
|
+
I: families_scailo_pb_js_1.FamiliesServiceUpdateMinStockToMaintainRequest,
|
|
196
|
+
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
197
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
198
|
+
},
|
|
199
|
+
/**
|
|
200
|
+
* Updates the minimum stock to maintain for all the families mentioned in the file
|
|
201
|
+
*
|
|
202
|
+
* @generated from rpc Scailo.FamiliesService.UploadMinStockToMaintain
|
|
203
|
+
*/
|
|
204
|
+
uploadMinStockToMaintain: {
|
|
205
|
+
name: "UploadMinStockToMaintain",
|
|
206
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
207
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
208
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
209
|
+
},
|
|
188
210
|
/**
|
|
189
211
|
* CSV operations
|
|
190
212
|
* Download the CSV file that consists of the list of families according to the given filter request. The same file could also be used as a template for uploading families
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.
|
|
7
|
+
exports.FamiliesServiceUpdateMinStockToMaintainRequest = exports.FamiliesServiceUpdatePriceRequest = exports.FamilyQCGroupsList = exports.FamilyQCGroup = exports.FamiliesServiceQCGroupCreateRequest = exports.FamilyUnitConversionsList = exports.FamilyUnitConversion = exports.FamiliesServiceUnitConversionCreateRequest = exports.FamiliesServiceUnitConversionPresenceRequest = exports.FamilyStoragesList = exports.FamilyStorage = exports.FamiliesServiceStorageCreateRequest = exports.FamilyLabelsList = exports.FamilyLabel = exports.FamiliesServiceLabelCreateRequest = exports.FamiliesServiceSearchAllReq = exports.FamiliesServiceCountReq = exports.FamiliesServiceFilterReq = exports.FamiliesServicePaginationResponse = exports.FamiliesServicePaginationReq = exports.FamiliesList = exports.Family = exports.FamiliesServiceUpdateRequest = exports.FamiliesServiceCreateRequest = exports.FamilyTypesList = exports.FAMILY_SORT_KEY = exports.CONSUMPTION_SEQUENCE = exports.FAMILY_TYPE = 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
|
/**
|
|
@@ -2238,11 +2238,11 @@ class FamilyQCGroupsList extends protobuf_1.Message {
|
|
|
2238
2238
|
exports.FamilyQCGroupsList = FamilyQCGroupsList;
|
|
2239
2239
|
/**
|
|
2240
2240
|
*
|
|
2241
|
-
* Describes the parameters necessary to
|
|
2241
|
+
* Describes the parameters necessary to update a family's price
|
|
2242
2242
|
*
|
|
2243
|
-
* @generated from message Scailo.
|
|
2243
|
+
* @generated from message Scailo.FamiliesServiceUpdatePriceRequest
|
|
2244
2244
|
*/
|
|
2245
|
-
class
|
|
2245
|
+
class FamiliesServiceUpdatePriceRequest extends protobuf_1.Message {
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Stores any comment that the user might add during this operation
|
|
2248
2248
|
*
|
|
@@ -2266,23 +2266,73 @@ class FamiliesServiceAdjustPriceRequest extends protobuf_1.Message {
|
|
|
2266
2266
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
2267
2267
|
}
|
|
2268
2268
|
static runtime = protobuf_1.proto3;
|
|
2269
|
-
static typeName = "Scailo.
|
|
2269
|
+
static typeName = "Scailo.FamiliesServiceUpdatePriceRequest";
|
|
2270
2270
|
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2271
2271
|
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2272
2272
|
{ no: 10, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2273
2273
|
{ no: 26, name: "price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2274
2274
|
]);
|
|
2275
2275
|
static fromBinary(bytes, options) {
|
|
2276
|
-
return new
|
|
2276
|
+
return new FamiliesServiceUpdatePriceRequest().fromBinary(bytes, options);
|
|
2277
2277
|
}
|
|
2278
2278
|
static fromJson(jsonValue, options) {
|
|
2279
|
-
return new
|
|
2279
|
+
return new FamiliesServiceUpdatePriceRequest().fromJson(jsonValue, options);
|
|
2280
2280
|
}
|
|
2281
2281
|
static fromJsonString(jsonString, options) {
|
|
2282
|
-
return new
|
|
2282
|
+
return new FamiliesServiceUpdatePriceRequest().fromJsonString(jsonString, options);
|
|
2283
2283
|
}
|
|
2284
2284
|
static equals(a, b) {
|
|
2285
|
-
return protobuf_1.proto3.util.equals(
|
|
2285
|
+
return protobuf_1.proto3.util.equals(FamiliesServiceUpdatePriceRequest, a, b);
|
|
2286
2286
|
}
|
|
2287
2287
|
}
|
|
2288
|
-
exports.
|
|
2288
|
+
exports.FamiliesServiceUpdatePriceRequest = FamiliesServiceUpdatePriceRequest;
|
|
2289
|
+
/**
|
|
2290
|
+
*
|
|
2291
|
+
* Describes the parameters necessary to update a family's min stock to maintain
|
|
2292
|
+
*
|
|
2293
|
+
* @generated from message Scailo.FamiliesServiceUpdateMinStockToMaintainRequest
|
|
2294
|
+
*/
|
|
2295
|
+
class FamiliesServiceUpdateMinStockToMaintainRequest extends protobuf_1.Message {
|
|
2296
|
+
/**
|
|
2297
|
+
* Stores any comment that the user might add during this operation
|
|
2298
|
+
*
|
|
2299
|
+
* @generated from field: string user_comment = 1;
|
|
2300
|
+
*/
|
|
2301
|
+
userComment = "";
|
|
2302
|
+
/**
|
|
2303
|
+
* The UUID of the family
|
|
2304
|
+
*
|
|
2305
|
+
* @generated from field: string uuid = 10;
|
|
2306
|
+
*/
|
|
2307
|
+
uuid = "";
|
|
2308
|
+
/**
|
|
2309
|
+
* Stores the minimum stock to maintain
|
|
2310
|
+
*
|
|
2311
|
+
* @generated from field: uint64 min_stock_to_maintain = 27;
|
|
2312
|
+
*/
|
|
2313
|
+
minStockToMaintain = protobuf_1.protoInt64.zero;
|
|
2314
|
+
constructor(data) {
|
|
2315
|
+
super();
|
|
2316
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
2317
|
+
}
|
|
2318
|
+
static runtime = protobuf_1.proto3;
|
|
2319
|
+
static typeName = "Scailo.FamiliesServiceUpdateMinStockToMaintainRequest";
|
|
2320
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2321
|
+
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2322
|
+
{ no: 10, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2323
|
+
{ no: 27, name: "min_stock_to_maintain", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2324
|
+
]);
|
|
2325
|
+
static fromBinary(bytes, options) {
|
|
2326
|
+
return new FamiliesServiceUpdateMinStockToMaintainRequest().fromBinary(bytes, options);
|
|
2327
|
+
}
|
|
2328
|
+
static fromJson(jsonValue, options) {
|
|
2329
|
+
return new FamiliesServiceUpdateMinStockToMaintainRequest().fromJson(jsonValue, options);
|
|
2330
|
+
}
|
|
2331
|
+
static fromJsonString(jsonString, options) {
|
|
2332
|
+
return new FamiliesServiceUpdateMinStockToMaintainRequest().fromJsonString(jsonString, options);
|
|
2333
|
+
}
|
|
2334
|
+
static equals(a, b) {
|
|
2335
|
+
return protobuf_1.proto3.util.equals(FamiliesServiceUpdateMinStockToMaintainRequest, a, b);
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
exports.FamiliesServiceUpdateMinStockToMaintainRequest = FamiliesServiceUpdateMinStockToMaintainRequest;
|
|
@@ -138,5 +138,28 @@ exports.FormsFieldsService = {
|
|
|
138
138
|
O: base_scailo_pb_js_1.CountResponse,
|
|
139
139
|
kind: protobuf_1.MethodKind.Unary,
|
|
140
140
|
},
|
|
141
|
+
/**
|
|
142
|
+
* CSV operations
|
|
143
|
+
* 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
|
|
144
|
+
*
|
|
145
|
+
* @generated from rpc Scailo.FormsFieldsService.DownloadAsCSV
|
|
146
|
+
*/
|
|
147
|
+
downloadAsCSV: {
|
|
148
|
+
name: "DownloadAsCSV",
|
|
149
|
+
I: forms_fields_scailo_pb_js_1.FormsFieldsServiceFilterReq,
|
|
150
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
151
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
155
|
+
*
|
|
156
|
+
* @generated from rpc Scailo.FormsFieldsService.Import
|
|
157
|
+
*/
|
|
158
|
+
import: {
|
|
159
|
+
name: "Import",
|
|
160
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
161
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
162
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
163
|
+
},
|
|
141
164
|
}
|
|
142
165
|
};
|