@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
|
@@ -340,10 +340,10 @@ exports.SalesEnquiriesService = {
|
|
|
340
340
|
* CSV operations
|
|
341
341
|
* 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
|
|
342
342
|
*
|
|
343
|
-
* @generated from rpc Scailo.SalesEnquiriesService.
|
|
343
|
+
* @generated from rpc Scailo.SalesEnquiriesService.DownloadItemsAsCSV
|
|
344
344
|
*/
|
|
345
|
-
|
|
346
|
-
name: "
|
|
345
|
+
downloadItemsAsCSV: {
|
|
346
|
+
name: "DownloadItemsAsCSV",
|
|
347
347
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
348
348
|
O: base_scailo_pb_js_1.StandardFile,
|
|
349
349
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -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
|
},
|
|
@@ -352,10 +352,10 @@ exports.SalesInvoicesService = {
|
|
|
352
352
|
* CSV operations
|
|
353
353
|
* 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
|
|
354
354
|
*
|
|
355
|
-
* @generated from rpc Scailo.SalesInvoicesService.
|
|
355
|
+
* @generated from rpc Scailo.SalesInvoicesService.DownloadItemsAsCSV
|
|
356
356
|
*/
|
|
357
|
-
|
|
358
|
-
name: "
|
|
357
|
+
downloadItemsAsCSV: {
|
|
358
|
+
name: "DownloadItemsAsCSV",
|
|
359
359
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
360
360
|
O: base_scailo_pb_js_1.StandardFile,
|
|
361
361
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -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
|
},
|
|
@@ -363,10 +363,10 @@ exports.SalesOrdersService = {
|
|
|
363
363
|
* CSV operations
|
|
364
364
|
* 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
|
|
365
365
|
*
|
|
366
|
-
* @generated from rpc Scailo.SalesOrdersService.
|
|
366
|
+
* @generated from rpc Scailo.SalesOrdersService.DownloadItemsAsCSV
|
|
367
367
|
*/
|
|
368
|
-
|
|
369
|
-
name: "
|
|
368
|
+
downloadItemsAsCSV: {
|
|
369
|
+
name: "DownloadItemsAsCSV",
|
|
370
370
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
371
371
|
O: base_scailo_pb_js_1.StandardFile,
|
|
372
372
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -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
|
},
|
|
@@ -363,10 +363,10 @@ exports.SalesQuotationsService = {
|
|
|
363
363
|
* CSV operations
|
|
364
364
|
* 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
|
|
365
365
|
*
|
|
366
|
-
* @generated from rpc Scailo.SalesQuotationsService.
|
|
366
|
+
* @generated from rpc Scailo.SalesQuotationsService.DownloadItemsAsCSV
|
|
367
367
|
*/
|
|
368
|
-
|
|
369
|
-
name: "
|
|
368
|
+
downloadItemsAsCSV: {
|
|
369
|
+
name: "DownloadItemsAsCSV",
|
|
370
370
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
371
371
|
O: base_scailo_pb_js_1.StandardFile,
|
|
372
372
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -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
|
};
|
|
@@ -363,10 +363,10 @@ exports.SupplyOffersService = {
|
|
|
363
363
|
* CSV operations
|
|
364
364
|
* 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
|
|
365
365
|
*
|
|
366
|
-
* @generated from rpc Scailo.SupplyOffersService.
|
|
366
|
+
* @generated from rpc Scailo.SupplyOffersService.DownloadItemsAsCSV
|
|
367
367
|
*/
|
|
368
|
-
|
|
369
|
-
name: "
|
|
368
|
+
downloadItemsAsCSV: {
|
|
369
|
+
name: "DownloadItemsAsCSV",
|
|
370
370
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
371
371
|
O: base_scailo_pb_js_1.StandardFile,
|
|
372
372
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -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
|
};
|
|
@@ -98,6 +98,12 @@ var TAX_GROUP_SORT_KEY;
|
|
|
98
98
|
* @generated from enum value: TAX_GROUP_SORT_KEY_NAME = 10;
|
|
99
99
|
*/
|
|
100
100
|
TAX_GROUP_SORT_KEY[TAX_GROUP_SORT_KEY["TAX_GROUP_SORT_KEY_NAME"] = 10] = "TAX_GROUP_SORT_KEY_NAME";
|
|
101
|
+
/**
|
|
102
|
+
* Fetch ordered results by the code
|
|
103
|
+
*
|
|
104
|
+
* @generated from enum value: TAX_GROUP_SORT_KEY_CODE = 11;
|
|
105
|
+
*/
|
|
106
|
+
TAX_GROUP_SORT_KEY[TAX_GROUP_SORT_KEY["TAX_GROUP_SORT_KEY_CODE"] = 11] = "TAX_GROUP_SORT_KEY_CODE";
|
|
101
107
|
})(TAX_GROUP_SORT_KEY || (exports.TAX_GROUP_SORT_KEY = TAX_GROUP_SORT_KEY = {}));
|
|
102
108
|
// Retrieve enum metadata with: proto3.getEnumType(TAX_GROUP_SORT_KEY)
|
|
103
109
|
protobuf_1.proto3.util.setEnumType(TAX_GROUP_SORT_KEY, "Scailo.TAX_GROUP_SORT_KEY", [
|
|
@@ -108,6 +114,7 @@ protobuf_1.proto3.util.setEnumType(TAX_GROUP_SORT_KEY, "Scailo.TAX_GROUP_SORT_KE
|
|
|
108
114
|
{ no: 4, name: "TAX_GROUP_SORT_KEY_APPROVED_BY" },
|
|
109
115
|
{ no: 5, name: "TAX_GROUP_SORT_KEY_APPROVER_ROLE_ID" },
|
|
110
116
|
{ no: 10, name: "TAX_GROUP_SORT_KEY_NAME" },
|
|
117
|
+
{ no: 11, name: "TAX_GROUP_SORT_KEY_CODE" },
|
|
111
118
|
]);
|
|
112
119
|
/**
|
|
113
120
|
*
|
|
@@ -134,6 +141,12 @@ class TaxGroupsServiceCreateRequest extends protobuf_1.Message {
|
|
|
134
141
|
* @generated from field: string name = 10;
|
|
135
142
|
*/
|
|
136
143
|
name = "";
|
|
144
|
+
/**
|
|
145
|
+
* The unique code by which the tax group is classified
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: string code = 21;
|
|
148
|
+
*/
|
|
149
|
+
code = "";
|
|
137
150
|
/**
|
|
138
151
|
* The category of the tax group
|
|
139
152
|
*
|
|
@@ -156,6 +169,7 @@ class TaxGroupsServiceCreateRequest extends protobuf_1.Message {
|
|
|
156
169
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
157
170
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
158
171
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
172
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
159
173
|
{ no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
|
|
160
174
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
161
175
|
]);
|
|
@@ -204,6 +218,12 @@ class TaxGroupsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
204
218
|
* @generated from field: string name = 10;
|
|
205
219
|
*/
|
|
206
220
|
name = "";
|
|
221
|
+
/**
|
|
222
|
+
* The unique code by which the tax group is classified
|
|
223
|
+
*
|
|
224
|
+
* @generated from field: string code = 21;
|
|
225
|
+
*/
|
|
226
|
+
code = "";
|
|
207
227
|
/**
|
|
208
228
|
* The description of the tax group
|
|
209
229
|
*
|
|
@@ -221,6 +241,7 @@ class TaxGroupsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
221
241
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
222
242
|
{ no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
223
243
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
244
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
224
245
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
225
246
|
]);
|
|
226
247
|
static fromBinary(bytes, options) {
|
|
@@ -280,6 +301,12 @@ class TaxGroup extends protobuf_1.Message {
|
|
|
280
301
|
* @generated from field: string name = 10;
|
|
281
302
|
*/
|
|
282
303
|
name = "";
|
|
304
|
+
/**
|
|
305
|
+
* The unique code by which the tax group is classified
|
|
306
|
+
*
|
|
307
|
+
* @generated from field: string code = 21;
|
|
308
|
+
*/
|
|
309
|
+
code = "";
|
|
283
310
|
/**
|
|
284
311
|
* The category of the tax group
|
|
285
312
|
*
|
|
@@ -323,6 +350,7 @@ class TaxGroup extends protobuf_1.Message {
|
|
|
323
350
|
{ no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
324
351
|
{ no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
|
|
325
352
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
353
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
326
354
|
{ no: 11, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
|
|
327
355
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
328
356
|
{ no: 30, name: "list", kind: "message", T: TaxGroupItem, repeated: true },
|
|
@@ -610,6 +638,12 @@ class TaxGroupsServiceFilterReq extends protobuf_1.Message {
|
|
|
610
638
|
* @generated from field: string name = 20;
|
|
611
639
|
*/
|
|
612
640
|
name = "";
|
|
641
|
+
/**
|
|
642
|
+
* The unique code by which the location is classified
|
|
643
|
+
*
|
|
644
|
+
* @generated from field: string code = 21;
|
|
645
|
+
*/
|
|
646
|
+
code = "";
|
|
613
647
|
/**
|
|
614
648
|
* The category of the tax group
|
|
615
649
|
*
|
|
@@ -639,6 +673,7 @@ class TaxGroupsServiceFilterReq extends protobuf_1.Message {
|
|
|
639
673
|
{ no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
640
674
|
{ no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
641
675
|
{ no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
676
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
642
677
|
{ no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
|
|
643
678
|
]);
|
|
644
679
|
static fromBinary(bytes, options) {
|
|
@@ -734,6 +769,12 @@ class TaxGroupsServiceCountReq extends protobuf_1.Message {
|
|
|
734
769
|
* @generated from field: string name = 20;
|
|
735
770
|
*/
|
|
736
771
|
name = "";
|
|
772
|
+
/**
|
|
773
|
+
* The unique code by which the location is classified
|
|
774
|
+
*
|
|
775
|
+
* @generated from field: string code = 21;
|
|
776
|
+
*/
|
|
777
|
+
code = "";
|
|
737
778
|
/**
|
|
738
779
|
* The category of the tax group
|
|
739
780
|
*
|
|
@@ -759,6 +800,7 @@ class TaxGroupsServiceCountReq extends protobuf_1.Message {
|
|
|
759
800
|
{ no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
760
801
|
{ no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
761
802
|
{ no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
803
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
762
804
|
{ no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_GROUP_CATEGORY) },
|
|
763
805
|
]);
|
|
764
806
|
static fromBinary(bytes, options) {
|
|
@@ -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
|
};
|
|
@@ -129,6 +129,12 @@ var TAX_PARAM_SORT_KEY;
|
|
|
129
129
|
* @generated from enum value: TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE = 11;
|
|
130
130
|
*/
|
|
131
131
|
TAX_PARAM_SORT_KEY[TAX_PARAM_SORT_KEY["TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE"] = 11] = "TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE";
|
|
132
|
+
/**
|
|
133
|
+
* Fetch ordered results by the code
|
|
134
|
+
*
|
|
135
|
+
* @generated from enum value: TAX_PARAM_SORT_KEY_CODE = 21;
|
|
136
|
+
*/
|
|
137
|
+
TAX_PARAM_SORT_KEY[TAX_PARAM_SORT_KEY["TAX_PARAM_SORT_KEY_CODE"] = 21] = "TAX_PARAM_SORT_KEY_CODE";
|
|
132
138
|
})(TAX_PARAM_SORT_KEY || (exports.TAX_PARAM_SORT_KEY = TAX_PARAM_SORT_KEY = {}));
|
|
133
139
|
// Retrieve enum metadata with: proto3.getEnumType(TAX_PARAM_SORT_KEY)
|
|
134
140
|
protobuf_1.proto3.util.setEnumType(TAX_PARAM_SORT_KEY, "Scailo.TAX_PARAM_SORT_KEY", [
|
|
@@ -140,6 +146,7 @@ protobuf_1.proto3.util.setEnumType(TAX_PARAM_SORT_KEY, "Scailo.TAX_PARAM_SORT_KE
|
|
|
140
146
|
{ no: 5, name: "TAX_PARAM_SORT_KEY_APPROVER_ROLE_ID" },
|
|
141
147
|
{ no: 10, name: "TAX_PARAM_SORT_KEY_NAME" },
|
|
142
148
|
{ no: 11, name: "TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE" },
|
|
149
|
+
{ no: 21, name: "TAX_PARAM_SORT_KEY_CODE" },
|
|
143
150
|
]);
|
|
144
151
|
/**
|
|
145
152
|
*
|
|
@@ -166,6 +173,12 @@ class TaxParamsServiceCreateRequest extends protobuf_1.Message {
|
|
|
166
173
|
* @generated from field: string name = 10;
|
|
167
174
|
*/
|
|
168
175
|
name = "";
|
|
176
|
+
/**
|
|
177
|
+
* The unique code by which the tax param is classified
|
|
178
|
+
*
|
|
179
|
+
* @generated from field: string code = 21;
|
|
180
|
+
*/
|
|
181
|
+
code = "";
|
|
169
182
|
/**
|
|
170
183
|
* The type of the tax param
|
|
171
184
|
*
|
|
@@ -230,6 +243,7 @@ class TaxParamsServiceCreateRequest extends protobuf_1.Message {
|
|
|
230
243
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
231
244
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
232
245
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
246
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
233
247
|
{ no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
|
|
234
248
|
{ no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
235
249
|
{ no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -285,6 +299,12 @@ class TaxParamsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
285
299
|
* @generated from field: string name = 10;
|
|
286
300
|
*/
|
|
287
301
|
name = "";
|
|
302
|
+
/**
|
|
303
|
+
* The unique code by which the tax param is classified
|
|
304
|
+
*
|
|
305
|
+
* @generated from field: string code = 21;
|
|
306
|
+
*/
|
|
307
|
+
code = "";
|
|
288
308
|
/**
|
|
289
309
|
* The description of the tax param
|
|
290
310
|
*
|
|
@@ -302,6 +322,7 @@ class TaxParamsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
302
322
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
303
323
|
{ no: 3, name: "notify_users", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
304
324
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
325
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
305
326
|
{ no: 20, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
306
327
|
]);
|
|
307
328
|
static fromBinary(bytes, options) {
|
|
@@ -361,6 +382,12 @@ class TaxParam extends protobuf_1.Message {
|
|
|
361
382
|
* @generated from field: string name = 10;
|
|
362
383
|
*/
|
|
363
384
|
name = "";
|
|
385
|
+
/**
|
|
386
|
+
* The unique code by which the tax param is classified
|
|
387
|
+
*
|
|
388
|
+
* @generated from field: string code = 21;
|
|
389
|
+
*/
|
|
390
|
+
code = "";
|
|
364
391
|
/**
|
|
365
392
|
* The type of the tax param
|
|
366
393
|
*
|
|
@@ -428,6 +455,7 @@ class TaxParam extends protobuf_1.Message {
|
|
|
428
455
|
{ no: 4, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
429
456
|
{ no: 5, name: "logs", kind: "message", T: base_scailo_pb_js_1.LogbookLogConciseSLC, repeated: true },
|
|
430
457
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
458
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
431
459
|
{ no: 11, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
|
|
432
460
|
{ no: 12, name: "tax_fixed_amount", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
433
461
|
{ no: 13, name: "tax_rate_percentage", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -719,6 +747,12 @@ class TaxParamsServiceFilterReq extends protobuf_1.Message {
|
|
|
719
747
|
* @generated from field: string name = 20;
|
|
720
748
|
*/
|
|
721
749
|
name = "";
|
|
750
|
+
/**
|
|
751
|
+
* The unique code by which the tax param is classified
|
|
752
|
+
*
|
|
753
|
+
* @generated from field: string code = 21;
|
|
754
|
+
*/
|
|
755
|
+
code = "";
|
|
722
756
|
/**
|
|
723
757
|
* The type of the tax param
|
|
724
758
|
*
|
|
@@ -754,6 +788,7 @@ class TaxParamsServiceFilterReq extends protobuf_1.Message {
|
|
|
754
788
|
{ no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
755
789
|
{ no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
756
790
|
{ no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
791
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
757
792
|
{ no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
|
|
758
793
|
{ no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
|
|
759
794
|
]);
|
|
@@ -850,6 +885,12 @@ class TaxParamsServiceCountReq extends protobuf_1.Message {
|
|
|
850
885
|
* @generated from field: string name = 20;
|
|
851
886
|
*/
|
|
852
887
|
name = "";
|
|
888
|
+
/**
|
|
889
|
+
* The unique code by which the tax param is classified
|
|
890
|
+
*
|
|
891
|
+
* @generated from field: string code = 21;
|
|
892
|
+
*/
|
|
893
|
+
code = "";
|
|
853
894
|
/**
|
|
854
895
|
* The type of the tax param
|
|
855
896
|
*
|
|
@@ -881,6 +922,7 @@ class TaxParamsServiceCountReq extends protobuf_1.Message {
|
|
|
881
922
|
{ no: 13, name: "approved_by_user_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
882
923
|
{ no: 14, name: "approver_role_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
883
924
|
{ no: 20, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
925
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
884
926
|
{ no: 31, name: "value_type", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_VALUE_TYPE) },
|
|
885
927
|
{ no: 32, name: "category", kind: "enum", T: protobuf_1.proto3.getEnumType(TAX_PARAM_CATEGORY) },
|
|
886
928
|
]);
|
|
@@ -427,5 +427,28 @@ exports.TeamsService = {
|
|
|
427
427
|
O: base_scailo_pb_js_1.CountResponse,
|
|
428
428
|
kind: protobuf_1.MethodKind.Unary,
|
|
429
429
|
},
|
|
430
|
+
/**
|
|
431
|
+
* CSV operations
|
|
432
|
+
* 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
|
|
433
|
+
*
|
|
434
|
+
* @generated from rpc Scailo.TeamsService.DownloadAsCSV
|
|
435
|
+
*/
|
|
436
|
+
downloadAsCSV: {
|
|
437
|
+
name: "DownloadAsCSV",
|
|
438
|
+
I: teams_scailo_pb_js_1.TeamsServiceFilterReq,
|
|
439
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
440
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
441
|
+
},
|
|
442
|
+
/**
|
|
443
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
444
|
+
*
|
|
445
|
+
* @generated from rpc Scailo.TeamsService.Import
|
|
446
|
+
*/
|
|
447
|
+
import: {
|
|
448
|
+
name: "Import",
|
|
449
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
450
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
451
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
452
|
+
},
|
|
430
453
|
}
|
|
431
454
|
};
|
|
@@ -240,5 +240,28 @@ exports.UnitsOfMaterialsService = {
|
|
|
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.UnitsOfMaterialsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: units_of_materials_scailo_pb_js_1.UnitsOfMaterialsServiceFilterReq,
|
|
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.UnitsOfMaterialsService.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
|
};
|
|
@@ -493,5 +493,28 @@ exports.UsersService = {
|
|
|
493
493
|
O: base_scailo_pb_js_1.CountResponse,
|
|
494
494
|
kind: protobuf_1.MethodKind.Unary,
|
|
495
495
|
},
|
|
496
|
+
/**
|
|
497
|
+
* CSV operations
|
|
498
|
+
* 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
|
|
499
|
+
*
|
|
500
|
+
* @generated from rpc Scailo.UsersService.DownloadAsCSV
|
|
501
|
+
*/
|
|
502
|
+
downloadAsCSV: {
|
|
503
|
+
name: "DownloadAsCSV",
|
|
504
|
+
I: users_scailo_pb_js_1.UsersServiceFilterReq,
|
|
505
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
506
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
507
|
+
},
|
|
508
|
+
/**
|
|
509
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
510
|
+
*
|
|
511
|
+
* @generated from rpc Scailo.UsersService.Import
|
|
512
|
+
*/
|
|
513
|
+
import: {
|
|
514
|
+
name: "Import",
|
|
515
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
516
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
517
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
518
|
+
},
|
|
496
519
|
}
|
|
497
520
|
};
|
|
@@ -341,10 +341,10 @@ exports.VendorInvoicesService = {
|
|
|
341
341
|
* CSV operations
|
|
342
342
|
* 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
|
|
343
343
|
*
|
|
344
|
-
* @generated from rpc Scailo.VendorInvoicesService.
|
|
344
|
+
* @generated from rpc Scailo.VendorInvoicesService.DownloadItemsAsCSV
|
|
345
345
|
*/
|
|
346
|
-
|
|
347
|
-
name: "
|
|
346
|
+
downloadItemsAsCSV: {
|
|
347
|
+
name: "DownloadItemsAsCSV",
|
|
348
348
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
349
349
|
O: base_scailo_pb_js_1.StandardFile,
|
|
350
350
|
kind: protobuf_1.MethodKind.Unary,
|
|
@@ -272,6 +272,29 @@ exports.VendorsService = {
|
|
|
272
272
|
O: vendors_scailo_pb_js_1.VendorsServicePaginatedRequiredItemsResponse,
|
|
273
273
|
kind: protobuf_1.MethodKind.Unary,
|
|
274
274
|
},
|
|
275
|
+
/**
|
|
276
|
+
* CSV operations
|
|
277
|
+
* 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
|
|
278
|
+
*
|
|
279
|
+
* @generated from rpc Scailo.VendorsService.DownloadItemsAsCSV
|
|
280
|
+
*/
|
|
281
|
+
downloadItemsAsCSV: {
|
|
282
|
+
name: "DownloadItemsAsCSV",
|
|
283
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
284
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
285
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
286
|
+
},
|
|
287
|
+
/**
|
|
288
|
+
* Upload items using a CSV file. Returns an error in case duplicates are found (family code and uom code are unique)
|
|
289
|
+
*
|
|
290
|
+
* @generated from rpc Scailo.VendorsService.UploadVendorItems
|
|
291
|
+
*/
|
|
292
|
+
uploadVendorItems: {
|
|
293
|
+
name: "UploadVendorItems",
|
|
294
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
295
|
+
O: base_scailo_pb_js_1.IdentifiersList,
|
|
296
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
297
|
+
},
|
|
275
298
|
/**
|
|
276
299
|
* Add a user
|
|
277
300
|
*
|
|
@@ -460,5 +483,28 @@ exports.VendorsService = {
|
|
|
460
483
|
O: base_scailo_pb_js_1.CountResponse,
|
|
461
484
|
kind: protobuf_1.MethodKind.Unary,
|
|
462
485
|
},
|
|
486
|
+
/**
|
|
487
|
+
* CSV operations
|
|
488
|
+
* 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
|
|
489
|
+
*
|
|
490
|
+
* @generated from rpc Scailo.VendorsService.DownloadAsCSV
|
|
491
|
+
*/
|
|
492
|
+
downloadAsCSV: {
|
|
493
|
+
name: "DownloadAsCSV",
|
|
494
|
+
I: vendors_scailo_pb_js_1.VendorsServiceFilterReq,
|
|
495
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
496
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
497
|
+
},
|
|
498
|
+
/**
|
|
499
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
500
|
+
*
|
|
501
|
+
* @generated from rpc Scailo.VendorsService.Import
|
|
502
|
+
*/
|
|
503
|
+
import: {
|
|
504
|
+
name: "Import",
|
|
505
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
506
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
507
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
508
|
+
},
|
|
463
509
|
}
|
|
464
510
|
};
|