@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tax_params.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/tax_params.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"tax_params.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/tax_params.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -107,7 +107,13 @@ export declare enum TAX_PARAM_SORT_KEY {
|
|
|
107
107
|
*
|
|
108
108
|
* @generated from enum value: TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE = 11;
|
|
109
109
|
*/
|
|
110
|
-
TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE = 11
|
|
110
|
+
TAX_PARAM_SORT_KEY_TAX_RATE_PERCENTAGE = 11,
|
|
111
|
+
/**
|
|
112
|
+
* Fetch ordered results by the code
|
|
113
|
+
*
|
|
114
|
+
* @generated from enum value: TAX_PARAM_SORT_KEY_CODE = 21;
|
|
115
|
+
*/
|
|
116
|
+
TAX_PARAM_SORT_KEY_CODE = 21
|
|
111
117
|
}
|
|
112
118
|
/**
|
|
113
119
|
*
|
|
@@ -134,6 +140,12 @@ export declare class TaxParamsServiceCreateRequest extends Message<TaxParamsServ
|
|
|
134
140
|
* @generated from field: string name = 10;
|
|
135
141
|
*/
|
|
136
142
|
name: string;
|
|
143
|
+
/**
|
|
144
|
+
* The unique code by which the tax param is classified
|
|
145
|
+
*
|
|
146
|
+
* @generated from field: string code = 21;
|
|
147
|
+
*/
|
|
148
|
+
code: string;
|
|
137
149
|
/**
|
|
138
150
|
* The type of the tax param
|
|
139
151
|
*
|
|
@@ -228,6 +240,12 @@ export declare class TaxParamsServiceUpdateRequest extends Message<TaxParamsServ
|
|
|
228
240
|
* @generated from field: string name = 10;
|
|
229
241
|
*/
|
|
230
242
|
name: string;
|
|
243
|
+
/**
|
|
244
|
+
* The unique code by which the tax param is classified
|
|
245
|
+
*
|
|
246
|
+
* @generated from field: string code = 21;
|
|
247
|
+
*/
|
|
248
|
+
code: string;
|
|
231
249
|
/**
|
|
232
250
|
* The description of the tax param
|
|
233
251
|
*
|
|
@@ -286,6 +304,12 @@ export declare class TaxParam extends Message<TaxParam> {
|
|
|
286
304
|
* @generated from field: string name = 10;
|
|
287
305
|
*/
|
|
288
306
|
name: string;
|
|
307
|
+
/**
|
|
308
|
+
* The unique code by which the tax param is classified
|
|
309
|
+
*
|
|
310
|
+
* @generated from field: string code = 21;
|
|
311
|
+
*/
|
|
312
|
+
code: string;
|
|
289
313
|
/**
|
|
290
314
|
* The type of the tax param
|
|
291
315
|
*
|
|
@@ -566,6 +590,12 @@ export declare class TaxParamsServiceFilterReq extends Message<TaxParamsServiceF
|
|
|
566
590
|
* @generated from field: string name = 20;
|
|
567
591
|
*/
|
|
568
592
|
name: string;
|
|
593
|
+
/**
|
|
594
|
+
* The unique code by which the tax param is classified
|
|
595
|
+
*
|
|
596
|
+
* @generated from field: string code = 21;
|
|
597
|
+
*/
|
|
598
|
+
code: string;
|
|
569
599
|
/**
|
|
570
600
|
* The type of the tax param
|
|
571
601
|
*
|
|
@@ -666,6 +696,12 @@ export declare class TaxParamsServiceCountReq extends Message<TaxParamsServiceCo
|
|
|
666
696
|
* @generated from field: string name = 20;
|
|
667
697
|
*/
|
|
668
698
|
name: string;
|
|
699
|
+
/**
|
|
700
|
+
* The unique code by which the tax param is classified
|
|
701
|
+
*
|
|
702
|
+
* @generated from field: string code = 21;
|
|
703
|
+
*/
|
|
704
|
+
code: string;
|
|
669
705
|
/**
|
|
670
706
|
* The type of the tax param
|
|
671
707
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tax_params.scailo_pb.d.ts","sourceRoot":"","sources":["../../../../src/tax_params.scailo_pb.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACjI,OAAO,EAAE,OAAO,EAAE,MAAM,EAAc,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,UAAU,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAEnJ;;;;;GAKG;AACH,oBAAY,oBAAoB;IAC9B;;;;OAIG;IACH,oCAAoC,IAAI;IAExC;;;;OAIG;IACH,+BAA+B,IAAI;IAEnC;;;;OAIG;IACH,0BAA0B,IAAI;CAC/B;AAQD;;;;;GAKG;AACH,oBAAY,kBAAkB;IAC5B;;;;OAIG;IACH,kCAAkC,IAAI;IAEtC;;;;OAIG;IACH,0BAA0B,IAAI;IAE9B;;;;OAIG;IACH,0BAA0B,IAAI;CAC/B;AAQD;;;;;GAKG;AACH,oBAAY,kBAAkB;IAC5B;;;;OAIG;IACH,iCAAiC,IAAI;IAErC;;;;OAIG;IACH,6BAA6B,IAAI;IAEjC;;;;OAIG;IACH,8BAA8B,IAAI;IAElC;;;;OAIG;IACH,8BAA8B,IAAI;IAElC;;;;OAIG;IACH,8BAA8B,IAAI;IAElC;;;;OAIG;IACH,mCAAmC,IAAI;IAEvC;;;;OAIG;IACH,uBAAuB,KAAK;IAE5B;;;;OAIG;IACH,sCAAsC,KAAK;
|
|
1
|
+
{"version":3,"file":"tax_params.scailo_pb.d.ts","sourceRoot":"","sources":["../../../../src/tax_params.scailo_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Team, TeamMember, TeamMemberHistoryRequest, TeamMembersSearchRequest, TeamsList, TeamsMembersList, TeamsServiceCountReq, TeamsServiceCreateRequest, TeamsServiceFilterReq, TeamsServiceMemberCreateRequest, TeamsServiceMemberUpdateRequest, TeamsServicePaginatedMembersResponse, TeamsServicePaginationReq, TeamsServicePaginationResponse, TeamsServiceSearchAllReq, TeamsServiceUpdateRequest } from "./teams.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -420,6 +420,29 @@ export declare const TeamsService: {
|
|
|
420
420
|
readonly O: typeof CountResponse;
|
|
421
421
|
readonly kind: MethodKind.Unary;
|
|
422
422
|
};
|
|
423
|
+
/**
|
|
424
|
+
* CSV operations
|
|
425
|
+
* 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
|
|
426
|
+
*
|
|
427
|
+
* @generated from rpc Scailo.TeamsService.DownloadAsCSV
|
|
428
|
+
*/
|
|
429
|
+
readonly downloadAsCSV: {
|
|
430
|
+
readonly name: "DownloadAsCSV";
|
|
431
|
+
readonly I: typeof TeamsServiceFilterReq;
|
|
432
|
+
readonly O: typeof StandardFile;
|
|
433
|
+
readonly kind: MethodKind.Unary;
|
|
434
|
+
};
|
|
435
|
+
/**
|
|
436
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
437
|
+
*
|
|
438
|
+
* @generated from rpc Scailo.TeamsService.Import
|
|
439
|
+
*/
|
|
440
|
+
readonly import: {
|
|
441
|
+
readonly name: "Import";
|
|
442
|
+
readonly I: typeof StandardFile;
|
|
443
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
444
|
+
readonly kind: MethodKind.Unary;
|
|
445
|
+
};
|
|
423
446
|
};
|
|
424
447
|
};
|
|
425
448
|
//# sourceMappingURL=teams.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teams.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/teams.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACza,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"teams.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/teams.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,SAAS,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACza,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpS,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UnitOfMaterial, UnitsOfMaterialsList, UnitsOfMaterialsServiceCountReq, UnitsOfMaterialsServiceCreateRequest, UnitsOfMaterialsServiceFilterReq, UnitsOfMaterialsServicePaginationReq, UnitsOfMaterialsServicePaginationResponse, UnitsOfMaterialsServiceSearchAllReq, UnitsOfMaterialsServiceUpdateRequest } from "./units_of_materials.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -233,6 +233,29 @@ export declare const UnitsOfMaterialsService: {
|
|
|
233
233
|
readonly O: typeof CountResponse;
|
|
234
234
|
readonly kind: MethodKind.Unary;
|
|
235
235
|
};
|
|
236
|
+
/**
|
|
237
|
+
* CSV operations
|
|
238
|
+
* 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
|
|
239
|
+
*
|
|
240
|
+
* @generated from rpc Scailo.UnitsOfMaterialsService.DownloadAsCSV
|
|
241
|
+
*/
|
|
242
|
+
readonly downloadAsCSV: {
|
|
243
|
+
readonly name: "DownloadAsCSV";
|
|
244
|
+
readonly I: typeof UnitsOfMaterialsServiceFilterReq;
|
|
245
|
+
readonly O: typeof StandardFile;
|
|
246
|
+
readonly kind: MethodKind.Unary;
|
|
247
|
+
};
|
|
248
|
+
/**
|
|
249
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
250
|
+
*
|
|
251
|
+
* @generated from rpc Scailo.UnitsOfMaterialsService.Import
|
|
252
|
+
*/
|
|
253
|
+
readonly import: {
|
|
254
|
+
readonly name: "Import";
|
|
255
|
+
readonly I: typeof StandardFile;
|
|
256
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
257
|
+
readonly kind: MethodKind.Unary;
|
|
258
|
+
};
|
|
236
259
|
};
|
|
237
260
|
};
|
|
238
261
|
//# sourceMappingURL=units_of_materials.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"units_of_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/units_of_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,mCAAmC,CAAC;AAC9V,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"units_of_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/units_of_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,mCAAmC,CAAC;AAC9V,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7M,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -486,6 +486,29 @@ export declare const UsersService: {
|
|
|
486
486
|
readonly O: typeof CountResponse;
|
|
487
487
|
readonly kind: MethodKind.Unary;
|
|
488
488
|
};
|
|
489
|
+
/**
|
|
490
|
+
* CSV operations
|
|
491
|
+
* 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
|
|
492
|
+
*
|
|
493
|
+
* @generated from rpc Scailo.UsersService.DownloadAsCSV
|
|
494
|
+
*/
|
|
495
|
+
readonly downloadAsCSV: {
|
|
496
|
+
readonly name: "DownloadAsCSV";
|
|
497
|
+
readonly I: typeof UsersServiceFilterReq;
|
|
498
|
+
readonly O: typeof StandardFile;
|
|
499
|
+
readonly kind: MethodKind.Unary;
|
|
500
|
+
};
|
|
501
|
+
/**
|
|
502
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
503
|
+
*
|
|
504
|
+
* @generated from rpc Scailo.UsersService.Import
|
|
505
|
+
*/
|
|
506
|
+
readonly import: {
|
|
507
|
+
readonly name: "Import";
|
|
508
|
+
readonly I: typeof StandardFile;
|
|
509
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
510
|
+
readonly kind: MethodKind.Unary;
|
|
511
|
+
};
|
|
489
512
|
};
|
|
490
513
|
};
|
|
491
514
|
//# sourceMappingURL=users.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"users.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/users.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,uCAAuC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACxR,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,aAAa,EAAE,iBAAiB,EAAE,eAAe,EAAE,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,YAAY;;;QAGrB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -334,10 +334,10 @@ export declare const VendorInvoicesService: {
|
|
|
334
334
|
* CSV operations
|
|
335
335
|
* 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
|
|
336
336
|
*
|
|
337
|
-
* @generated from rpc Scailo.VendorInvoicesService.
|
|
337
|
+
* @generated from rpc Scailo.VendorInvoicesService.DownloadItemsAsCSV
|
|
338
338
|
*/
|
|
339
|
-
readonly
|
|
340
|
-
readonly name: "
|
|
339
|
+
readonly downloadItemsAsCSV: {
|
|
340
|
+
readonly name: "DownloadItemsAsCSV";
|
|
341
341
|
readonly I: typeof IdentifierUUID;
|
|
342
342
|
readonly O: typeof StandardFile;
|
|
343
343
|
readonly kind: MethodKind.Unary;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Vendor, VendorItem, VendorItemHistoryRequest, VendorItemsList, VendorItemsSearchRequest, VendorsList, VendorsServiceCountReq, VendorsServiceCreateRequest, VendorsServiceFilterReq, VendorsServiceItemCreateRequest, VendorsServiceItemUpdateRequest, VendorsServicePaginatedItemsResponse, VendorsServicePaginatedRequiredItemsResponse, VendorsServicePaginatedUsersResponse, VendorsServicePaginationReq, VendorsServicePaginationResponse, VendorsServiceSearchAllReq, VendorsServiceUpdateRequest, VendorsServiceUserCreateRequest, VendorUser, VendorUsersList, VendorUsersSearchRequest } from "./vendors.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -265,6 +265,29 @@ export declare const VendorsService: {
|
|
|
265
265
|
readonly O: typeof VendorsServicePaginatedRequiredItemsResponse;
|
|
266
266
|
readonly kind: MethodKind.Unary;
|
|
267
267
|
};
|
|
268
|
+
/**
|
|
269
|
+
* CSV operations
|
|
270
|
+
* 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
|
|
271
|
+
*
|
|
272
|
+
* @generated from rpc Scailo.VendorsService.DownloadItemsAsCSV
|
|
273
|
+
*/
|
|
274
|
+
readonly downloadItemsAsCSV: {
|
|
275
|
+
readonly name: "DownloadItemsAsCSV";
|
|
276
|
+
readonly I: typeof IdentifierUUID;
|
|
277
|
+
readonly O: typeof StandardFile;
|
|
278
|
+
readonly kind: MethodKind.Unary;
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* Upload items using a CSV file. Returns an error in case duplicates are found (family code and uom code are unique)
|
|
282
|
+
*
|
|
283
|
+
* @generated from rpc Scailo.VendorsService.UploadVendorItems
|
|
284
|
+
*/
|
|
285
|
+
readonly uploadVendorItems: {
|
|
286
|
+
readonly name: "UploadVendorItems";
|
|
287
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
288
|
+
readonly O: typeof IdentifiersList;
|
|
289
|
+
readonly kind: MethodKind.Unary;
|
|
290
|
+
};
|
|
268
291
|
/**
|
|
269
292
|
* Add a user
|
|
270
293
|
*
|
|
@@ -453,6 +476,29 @@ export declare const VendorsService: {
|
|
|
453
476
|
readonly O: typeof CountResponse;
|
|
454
477
|
readonly kind: MethodKind.Unary;
|
|
455
478
|
};
|
|
479
|
+
/**
|
|
480
|
+
* CSV operations
|
|
481
|
+
* 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
|
|
482
|
+
*
|
|
483
|
+
* @generated from rpc Scailo.VendorsService.DownloadAsCSV
|
|
484
|
+
*/
|
|
485
|
+
readonly downloadAsCSV: {
|
|
486
|
+
readonly name: "DownloadAsCSV";
|
|
487
|
+
readonly I: typeof VendorsServiceFilterReq;
|
|
488
|
+
readonly O: typeof StandardFile;
|
|
489
|
+
readonly kind: MethodKind.Unary;
|
|
490
|
+
};
|
|
491
|
+
/**
|
|
492
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
493
|
+
*
|
|
494
|
+
* @generated from rpc Scailo.VendorsService.Import
|
|
495
|
+
*/
|
|
496
|
+
readonly import: {
|
|
497
|
+
readonly name: "Import";
|
|
498
|
+
readonly I: typeof StandardFile;
|
|
499
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
500
|
+
readonly kind: MethodKind.Unary;
|
|
501
|
+
};
|
|
456
502
|
};
|
|
457
503
|
};
|
|
458
504
|
//# sourceMappingURL=vendors.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAChT,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|