@kernelminds/scailo-sdk 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/permissions.js +135 -26
- package/lib/cjs/src/actions_codes.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_statuses.scailo_connect.js +23 -0
- package/lib/cjs/src/activities_tags.scailo_connect.js +23 -0
- package/lib/cjs/src/bank_accounts.scailo_connect.js +23 -0
- package/lib/cjs/src/clients.scailo_connect.js +23 -0
- package/lib/cjs/src/currencies.scailo_connect.js +23 -0
- package/lib/cjs/src/departments.scailo_connect.js +23 -0
- package/lib/cjs/src/equations_families.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +1 -1
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/forms_fields.scailo_connect.js +23 -0
- package/lib/cjs/src/forms_fields.scailo_pb.js +49 -0
- package/lib/cjs/src/forms_sections.scailo_connect.js +23 -0
- package/lib/cjs/src/forms_sections.scailo_pb.js +42 -0
- package/lib/cjs/src/inventory.scailo_connect.js +11 -0
- package/lib/cjs/src/inventory.scailo_pb.js +114 -1
- package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/labels.scailo_connect.js +23 -0
- package/lib/cjs/src/ledgers.scailo_connect.js +23 -0
- package/lib/cjs/src/locations.scailo_connect.js +23 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +1 -1
- package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/cjs/src/purchases_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/qc_groups.scailo_connect.js +79 -0
- package/lib/cjs/src/qc_groups.scailo_pb.js +336 -16
- package/lib/cjs/src/qc_params.scailo_connect.js +23 -0
- package/lib/cjs/src/qc_samples.scailo_pb.js +1 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +1 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +1 -1
- package/lib/cjs/src/storages.scailo_connect.js +23 -0
- package/lib/cjs/src/stores.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_groups.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_params.scailo_connect.js +23 -0
- package/lib/cjs/src/tax_params.scailo_pb.js +42 -0
- package/lib/cjs/src/teams.scailo_connect.js +23 -0
- package/lib/cjs/src/units_of_materials.scailo_connect.js +23 -0
- package/lib/cjs/src/users.scailo_connect.js +23 -0
- package/lib/cjs/src/vendors.scailo_connect.js +23 -0
- package/lib/cjs/types/permissions.d.ts +106 -0
- package/lib/cjs/types/permissions.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +43 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +88 -0
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +3 -3
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +81 -2
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +260 -8
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +23 -0
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/permissions.js +135 -26
- package/lib/esm/src/actions_codes.scailo_connect.js +23 -0
- package/lib/esm/src/activities_groups.scailo_connect.js +23 -0
- package/lib/esm/src/activities_statuses.scailo_connect.js +23 -0
- package/lib/esm/src/activities_tags.scailo_connect.js +23 -0
- package/lib/esm/src/bank_accounts.scailo_connect.js +23 -0
- package/lib/esm/src/clients.scailo_connect.js +23 -0
- package/lib/esm/src/currencies.scailo_connect.js +23 -0
- package/lib/esm/src/departments.scailo_connect.js +23 -0
- package/lib/esm/src/equations_families.scailo_connect.js +1 -1
- package/lib/esm/src/equations_replaceables.scailo_connect.js +1 -1
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +1 -1
- package/lib/esm/src/equations_work_orders.scailo_connect.js +1 -1
- package/lib/esm/src/forms_fields.scailo_connect.js +23 -0
- package/lib/esm/src/forms_fields.scailo_pb.js +49 -0
- package/lib/esm/src/forms_sections.scailo_connect.js +23 -0
- package/lib/esm/src/forms_sections.scailo_pb.js +42 -0
- package/lib/esm/src/inventory.scailo_connect.js +11 -0
- package/lib/esm/src/inventory.scailo_pb.js +114 -1
- package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/labels.scailo_connect.js +23 -0
- package/lib/esm/src/ledgers.scailo_connect.js +23 -0
- package/lib/esm/src/locations.scailo_connect.js +23 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/proforma_invoices.scailo_connect.js +1 -1
- package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/esm/src/purchases_orders.scailo_connect.js +1 -1
- package/lib/esm/src/qc_groups.scailo_connect.js +79 -0
- package/lib/esm/src/qc_groups.scailo_pb.js +336 -16
- package/lib/esm/src/qc_params.scailo_connect.js +23 -0
- package/lib/esm/src/qc_samples.scailo_pb.js +1 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +1 -1
- package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +1 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +1 -1
- package/lib/esm/src/storages.scailo_connect.js +23 -0
- package/lib/esm/src/stores.scailo_connect.js +23 -0
- package/lib/esm/src/tax_groups.scailo_connect.js +23 -0
- package/lib/esm/src/tax_params.scailo_connect.js +23 -0
- package/lib/esm/src/tax_params.scailo_pb.js +42 -0
- package/lib/esm/src/teams.scailo_connect.js +23 -0
- package/lib/esm/src/units_of_materials.scailo_connect.js +23 -0
- package/lib/esm/src/users.scailo_connect.js +23 -0
- package/lib/esm/src/vendors.scailo_connect.js +23 -0
- package/lib/esm/types/permissions.d.ts +106 -0
- package/lib/esm/types/permissions.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +43 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/inventory.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +88 -0
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +3 -3
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +81 -2
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +260 -8
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +23 -0
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;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;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Label, LabelPaginationResp, LabelsList, LabelsServiceCountReq, LabelsServiceCreateRequest, LabelsServiceFilterReq, LabelsServicePaginationReq, LabelsServiceSearchAllReq, LabelsServiceUpdateRequest } from "./labels.scailo_pb.js";
|
|
2
2
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
import { ActiveStatus, BooleanResponse, CountResponse, Empty, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment } from "./base.scailo_pb.js";
|
|
3
|
+
import { ActiveStatus, BooleanResponse, CountResponse, Empty, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* Describes the methods applicable on each label
|
|
@@ -153,6 +153,29 @@ export declare const LabelsService: {
|
|
|
153
153
|
readonly O: typeof CountResponse;
|
|
154
154
|
readonly kind: MethodKind.Unary;
|
|
155
155
|
};
|
|
156
|
+
/**
|
|
157
|
+
* CSV operations
|
|
158
|
+
* 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
|
|
159
|
+
*
|
|
160
|
+
* @generated from rpc Scailo.LabelsService.DownloadAsCSV
|
|
161
|
+
*/
|
|
162
|
+
readonly downloadAsCSV: {
|
|
163
|
+
readonly name: "DownloadAsCSV";
|
|
164
|
+
readonly I: typeof LabelsServiceFilterReq;
|
|
165
|
+
readonly O: typeof StandardFile;
|
|
166
|
+
readonly kind: MethodKind.Unary;
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
170
|
+
*
|
|
171
|
+
* @generated from rpc Scailo.LabelsService.Import
|
|
172
|
+
*/
|
|
173
|
+
readonly import: {
|
|
174
|
+
readonly name: "Import";
|
|
175
|
+
readonly I: typeof StandardFile;
|
|
176
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
177
|
+
readonly kind: MethodKind.Unary;
|
|
178
|
+
};
|
|
156
179
|
};
|
|
157
180
|
};
|
|
158
181
|
//# sourceMappingURL=labels.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"labels.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/labels.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC7O,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"labels.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/labels.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,mBAAmB,EAAE,UAAU,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,sBAAsB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAC7O,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAE5M;;;;;GAKG;AACH,eAAO,MAAM,aAAa;;;QAGtB;;;;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 { Ledger, LedgersList, LedgersServiceCountReq, LedgersServiceCreateRequest, LedgersServiceFilterReq, LedgersServicePaginationReq, LedgersServicePaginationResponse, LedgersServiceSearchAllReq, LedgersServiceUpdateRequest } from "./ledgers.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 LedgersService: {
|
|
|
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.LedgersService.DownloadAsCSV
|
|
241
|
+
*/
|
|
242
|
+
readonly downloadAsCSV: {
|
|
243
|
+
readonly name: "DownloadAsCSV";
|
|
244
|
+
readonly I: typeof LedgersServiceFilterReq;
|
|
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.LedgersService.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=ledgers.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledgers.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/ledgers.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACnQ,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"ledgers.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/ledgers.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AACnQ,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,cAAc;;;QAGvB;;;;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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Location, LocationsList, LocationsServiceCountReq, LocationsServiceCreateRequest, LocationsServiceFilterReq, LocationsServicePaginationReq, LocationsServicePaginationResponse, LocationsServiceSearchAllReq, LocationsServiceUpdateRequest } from "./locations.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
|
*
|
|
@@ -244,6 +244,29 @@ export declare const LocationsService: {
|
|
|
244
244
|
readonly O: typeof CountResponse;
|
|
245
245
|
readonly kind: MethodKind.Unary;
|
|
246
246
|
};
|
|
247
|
+
/**
|
|
248
|
+
* CSV operations
|
|
249
|
+
* 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
|
|
250
|
+
*
|
|
251
|
+
* @generated from rpc Scailo.LocationsService.DownloadAsCSV
|
|
252
|
+
*/
|
|
253
|
+
readonly downloadAsCSV: {
|
|
254
|
+
readonly name: "DownloadAsCSV";
|
|
255
|
+
readonly I: typeof LocationsServiceFilterReq;
|
|
256
|
+
readonly O: typeof StandardFile;
|
|
257
|
+
readonly kind: MethodKind.Unary;
|
|
258
|
+
};
|
|
259
|
+
/**
|
|
260
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
261
|
+
*
|
|
262
|
+
* @generated from rpc Scailo.LocationsService.Import
|
|
263
|
+
*/
|
|
264
|
+
readonly import: {
|
|
265
|
+
readonly name: "Import";
|
|
266
|
+
readonly I: typeof StandardFile;
|
|
267
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
268
|
+
readonly kind: MethodKind.Unary;
|
|
269
|
+
};
|
|
247
270
|
};
|
|
248
271
|
};
|
|
249
272
|
//# sourceMappingURL=locations.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/locations.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,0BAA0B,CAAC;AACvR,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,cAAc,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"locations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/locations.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,0BAA0B,CAAC;AACvR,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;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OutwardJob, OutwardJobAncillaryParameters, OutwardJobContact, OutwardJobContactsList, OutwardJobInwardItem, OutwardJobInwardItemHistoryRequest, OutwardJobInwardItemProspectiveInfoRequest, OutwardJobInwardItemsSearchRequest, OutwardJobOutwardItem, OutwardJobOutwardItemHistoryRequest, OutwardJobOutwardItemProspectiveInfoRequest, OutwardJobOutwardItemsSearchRequest, OutwardJobsInwardItemsList, OutwardJobsList, OutwardJobsOutwardItemsList, OutwardJobsServiceAutofillRequest, OutwardJobsServiceContactCreateRequest, OutwardJobsServiceCountReq, OutwardJobsServiceCreateRequest, OutwardJobsServiceFilterReq, OutwardJobsServiceInwardItemCreateRequest, OutwardJobsServiceInwardItemUpdateRequest, OutwardJobsServiceMultipleInwardItemsCreateRequest, OutwardJobsServiceMultipleOutwardItemsCreateRequest, OutwardJobsServiceOutwardItemCreateRequest, OutwardJobsServiceOutwardItemUpdateRequest, OutwardJobsServicePaginatedInwardItemsResponse, OutwardJobsServicePaginatedOutwardItemsResponse, OutwardJobsServicePaginationReq, OutwardJobsServicePaginationResponse, OutwardJobsServiceSearchAllReq, OutwardJobsServiceUpdateRequest } from "./outward_jobs.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes,
|
|
2
|
+
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList } from "./families.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -392,7 +392,7 @@ export declare const OutwardJobsService: {
|
|
|
392
392
|
*/
|
|
393
393
|
readonly uploadOutwardJobInwardItems: {
|
|
394
394
|
readonly name: "UploadOutwardJobInwardItems";
|
|
395
|
-
readonly I: typeof
|
|
395
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
396
396
|
readonly O: typeof IdentifiersList;
|
|
397
397
|
readonly kind: MethodKind.Unary;
|
|
398
398
|
};
|
|
@@ -557,7 +557,7 @@ export declare const OutwardJobsService: {
|
|
|
557
557
|
*/
|
|
558
558
|
readonly uploadOutwardJobOutwardItems: {
|
|
559
559
|
readonly name: "UploadOutwardJobOutwardItems";
|
|
560
|
-
readonly I: typeof
|
|
560
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
561
561
|
readonly O: typeof IdentifiersList;
|
|
562
562
|
readonly kind: MethodKind.Unary;
|
|
563
563
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"outward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,6BAA6B,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,0BAA0B,EAAE,eAAe,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,kDAAkD,EAAE,mDAAmD,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC1oC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;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;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ProformaInvoice, ProformaInvoiceAncillaryParameters, ProformaInvoiceItem, ProformaInvoiceItemHistoryRequest, ProformaInvoiceItemProspectiveInfoRequest, ProformaInvoiceItemsList, ProformaInvoiceItemsSearchRequest, ProformaInvoicesList, ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest, ProformaInvoicesServiceAutofillRequest, ProformaInvoicesServiceCountReq, ProformaInvoicesServiceCreateRequest, ProformaInvoicesServiceFilterReq, ProformaInvoicesServiceItemCreateRequest, ProformaInvoicesServiceItemUpdateRequest, ProformaInvoicesServicePaginatedItemsResponse, ProformaInvoicesServicePaginationReq, ProformaInvoicesServicePaginationResponse, ProformaInvoicesServiceSearchAllReq, ProformaInvoicesServiceUpdateRequest } from "./proforma_invoices.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, AmendmentLogsList, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes,
|
|
2
|
+
import { ActiveStatus, AmendmentLogsList, BooleanResponse, CountInSLCStatusRequest, CountResponse, DualQuantitiesResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList } from "./families.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -360,7 +360,7 @@ export declare const ProformaInvoicesService: {
|
|
|
360
360
|
*/
|
|
361
361
|
readonly uploadProformaInvoiceItems: {
|
|
362
362
|
readonly name: "UploadProformaInvoiceItems";
|
|
363
|
-
readonly I: typeof
|
|
363
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
364
364
|
readonly O: typeof IdentifiersList;
|
|
365
365
|
readonly kind: MethodKind.Unary;
|
|
366
366
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"proforma_invoices.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/proforma_invoices.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,kCAAkC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,wBAAwB,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC1wB,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;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;;;;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;;;;;;;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,5 +1,5 @@
|
|
|
1
1
|
import { PurchaseIndent, PurchaseIndentItem, PurchaseIndentItemHistoryRequest, PurchaseIndentItemProspectiveInfoRequest, PurchaseIndentItemsSearchRequest, PurchaseIndentOrderedStatisticsList, PurchasesIndentsItemsList, PurchasesIndentsList, PurchasesIndentsServiceAutofillRequest, PurchasesIndentsServiceCountReq, PurchasesIndentsServiceCreateRequest, PurchasesIndentsServiceFilterReq, PurchasesIndentsServiceItemCreateRequest, PurchasesIndentsServiceItemUpdateRequest, PurchasesIndentsServiceMultipleItemsCreateRequest, PurchasesIndentsServicePaginatedItemsResponse, PurchasesIndentsServicePaginationReq, PurchasesIndentsServicePaginationResponse, PurchasesIndentsServiceSearchAllReq, PurchasesIndentsServiceUpdateRequest } from "./purchases_indents.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes,
|
|
2
|
+
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList } from "./families.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -371,7 +371,7 @@ export declare const PurchasesIndentsService: {
|
|
|
371
371
|
*/
|
|
372
372
|
readonly uploadPurchaseIndentItems: {
|
|
373
373
|
readonly name: "UploadPurchaseIndentItems";
|
|
374
|
-
readonly I: typeof
|
|
374
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
375
375
|
readonly O: typeof IdentifiersList;
|
|
376
376
|
readonly kind: MethodKind.Unary;
|
|
377
377
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"purchases_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,mCAAmC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,sCAAsC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7vB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;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;;;;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;;;;;;;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,5 +1,5 @@
|
|
|
1
1
|
import { PurchaseOrder, PurchaseOrderAncillaryParameters, PurchaseOrderBillingStatistics, PurchaseOrderContact, PurchaseOrderContactsList, PurchaseOrderInventoryMatchList, PurchaseOrderInventoryStatistics, PurchaseOrderItem, PurchaseOrderItemHistoryRequest, PurchaseOrderItemProspectiveInfoRequest, PurchaseOrderItemsList, PurchaseOrderItemsSearchRequest, PurchaseOrderReference, PurchaseOrderReferencesList, PurchasesOrdersList, PurchasesOrdersServiceAutofillRequest, PurchasesOrdersServiceContactCreateRequest, PurchasesOrdersServiceCountReq, PurchasesOrdersServiceCreateRequest, PurchasesOrdersServiceFilterReq, PurchasesOrdersServiceItemCreateRequest, PurchasesOrdersServiceItemUpdateRequest, PurchasesOrdersServicePaginatedItemsResponse, PurchasesOrdersServicePaginationReq, PurchasesOrdersServicePaginationResponse, PurchasesOrdersServiceReferenceCreateRequest, PurchasesOrdersServiceSearchAllReq, PurchasesOrdersServiceUpdateRequest } from "./purchases_orders.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes,
|
|
2
|
+
import { ActiveStatus, AmendmentLogsList, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, PriceResponse, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile, SumResponse } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList } from "./families.scailo_pb.js";
|
|
5
5
|
/**
|
|
@@ -371,7 +371,7 @@ export declare const PurchasesOrdersService: {
|
|
|
371
371
|
*/
|
|
372
372
|
readonly uploadPurchaseOrderItems: {
|
|
373
373
|
readonly name: "UploadPurchaseOrderItems";
|
|
374
|
-
readonly I: typeof
|
|
374
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
375
375
|
readonly O: typeof IdentifiersList;
|
|
376
376
|
readonly kind: MethodKind.Unary;
|
|
377
377
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACr9B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"purchases_orders.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_orders.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,8BAA8B,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,mBAAmB,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,4CAA4C,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AACr9B,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,aAAa,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAChZ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;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;;;;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;;;;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;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { QCGroup, QCGroupItem, QCGroupItemHistoryRequest, QCGroupsItemsList, QCGroupsList, QCGroupsServiceCountReq, QCGroupsServiceCreateRequest, QCGroupsServiceFilterReq, QCGroupsServiceItemCreateRequest, QCGroupsServiceItemUpdateRequest, QCGroupsServicePaginationReq, QCGroupsServicePaginationResponse, QCGroupsServiceSearchAllReq, QCGroupsServiceUpdateRequest } from "./qc_groups.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest } from "./base.scailo_pb.js";
|
|
1
|
+
import { QCGroup, QCGroupItem, QCGroupItemHistoryRequest, QCGroupItemsSearchRequest, QCGroupsItemsList, QCGroupsList, QCGroupsServiceCountReq, QCGroupsServiceCreateRequest, QCGroupsServiceFilterReq, QCGroupsServiceItemCreateRequest, QCGroupsServiceItemUpdateRequest, QCGroupsServicePaginatedItemsResponse, QCGroupsServicePaginationReq, QCGroupsServicePaginationResponse, QCGroupsServiceSearchAllReq, QCGroupsServiceUpdateRequest } from "./qc_groups.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CloneRequest, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -288,6 +288,62 @@ export declare const QCGroupsService: {
|
|
|
288
288
|
readonly O: typeof QCGroupsItemsList;
|
|
289
289
|
readonly kind: MethodKind.Unary;
|
|
290
290
|
};
|
|
291
|
+
/**
|
|
292
|
+
* View approved qc group items for given qc group ID with pagination
|
|
293
|
+
*
|
|
294
|
+
* @generated from rpc Scailo.QCGroupsService.ViewPaginatedApprovedQCGroupItems
|
|
295
|
+
*/
|
|
296
|
+
readonly viewPaginatedApprovedQCGroupItems: {
|
|
297
|
+
readonly name: "ViewPaginatedApprovedQCGroupItems";
|
|
298
|
+
readonly I: typeof QCGroupItemsSearchRequest;
|
|
299
|
+
readonly O: typeof QCGroupsServicePaginatedItemsResponse;
|
|
300
|
+
readonly kind: MethodKind.Unary;
|
|
301
|
+
};
|
|
302
|
+
/**
|
|
303
|
+
* View unapproved qc group items for given qc group ID with pagination
|
|
304
|
+
*
|
|
305
|
+
* @generated from rpc Scailo.QCGroupsService.ViewPaginatedUnapprovedQCGroupItems
|
|
306
|
+
*/
|
|
307
|
+
readonly viewPaginatedUnapprovedQCGroupItems: {
|
|
308
|
+
readonly name: "ViewPaginatedUnapprovedQCGroupItems";
|
|
309
|
+
readonly I: typeof QCGroupItemsSearchRequest;
|
|
310
|
+
readonly O: typeof QCGroupsServicePaginatedItemsResponse;
|
|
311
|
+
readonly kind: MethodKind.Unary;
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* Search through qc group items with pagination
|
|
315
|
+
*
|
|
316
|
+
* @generated from rpc Scailo.QCGroupsService.SearchItemsWithPagination
|
|
317
|
+
*/
|
|
318
|
+
readonly searchItemsWithPagination: {
|
|
319
|
+
readonly name: "SearchItemsWithPagination";
|
|
320
|
+
readonly I: typeof QCGroupItemsSearchRequest;
|
|
321
|
+
readonly O: typeof QCGroupsServicePaginatedItemsResponse;
|
|
322
|
+
readonly kind: MethodKind.Unary;
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* CSV operations
|
|
326
|
+
* 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
|
|
327
|
+
*
|
|
328
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadItemsAsCSV
|
|
329
|
+
*/
|
|
330
|
+
readonly downloadItemsAsCSV: {
|
|
331
|
+
readonly name: "DownloadItemsAsCSV";
|
|
332
|
+
readonly I: typeof IdentifierUUID;
|
|
333
|
+
readonly O: typeof StandardFile;
|
|
334
|
+
readonly kind: MethodKind.Unary;
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
|
|
338
|
+
*
|
|
339
|
+
* @generated from rpc Scailo.QCGroupsService.UploadQCGroupItems
|
|
340
|
+
*/
|
|
341
|
+
readonly uploadQCGroupItems: {
|
|
342
|
+
readonly name: "UploadQCGroupItems";
|
|
343
|
+
readonly I: typeof IdentifierUUIDWithFile;
|
|
344
|
+
readonly O: typeof IdentifiersList;
|
|
345
|
+
readonly kind: MethodKind.Unary;
|
|
346
|
+
};
|
|
291
347
|
/**
|
|
292
348
|
* View by ID
|
|
293
349
|
*
|
|
@@ -376,6 +432,29 @@ export declare const QCGroupsService: {
|
|
|
376
432
|
readonly O: typeof CountResponse;
|
|
377
433
|
readonly kind: MethodKind.Unary;
|
|
378
434
|
};
|
|
435
|
+
/**
|
|
436
|
+
* CSV operations
|
|
437
|
+
* 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
|
|
438
|
+
*
|
|
439
|
+
* @generated from rpc Scailo.QCGroupsService.DownloadAsCSV
|
|
440
|
+
*/
|
|
441
|
+
readonly downloadAsCSV: {
|
|
442
|
+
readonly name: "DownloadAsCSV";
|
|
443
|
+
readonly I: typeof QCGroupsServiceFilterReq;
|
|
444
|
+
readonly O: typeof StandardFile;
|
|
445
|
+
readonly kind: MethodKind.Unary;
|
|
446
|
+
};
|
|
447
|
+
/**
|
|
448
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
449
|
+
*
|
|
450
|
+
* @generated from rpc Scailo.QCGroupsService.Import
|
|
451
|
+
*/
|
|
452
|
+
readonly import: {
|
|
453
|
+
readonly name: "Import";
|
|
454
|
+
readonly I: typeof StandardFile;
|
|
455
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
456
|
+
readonly kind: MethodKind.Unary;
|
|
457
|
+
};
|
|
379
458
|
};
|
|
380
459
|
};
|
|
381
460
|
//# sourceMappingURL=qc_groups.scailo_connect.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"qc_groups.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_groups.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,WAAW,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC/c,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC7U,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|