@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
|
@@ -240,5 +240,28 @@ exports.ActionsCodesService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.ActionsCodesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: actions_codes_scailo_pb_js_1.ActionsCodesServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.ActionsCodesService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -251,5 +251,28 @@ exports.ActivitiesGroupsService = {
|
|
|
251
251
|
O: base_scailo_pb_js_1.CountResponse,
|
|
252
252
|
kind: protobuf_1.MethodKind.Unary,
|
|
253
253
|
},
|
|
254
|
+
/**
|
|
255
|
+
* CSV operations
|
|
256
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.ActivitiesGroupsService.DownloadAsCSV
|
|
259
|
+
*/
|
|
260
|
+
downloadAsCSV: {
|
|
261
|
+
name: "DownloadAsCSV",
|
|
262
|
+
I: activities_groups_scailo_pb_js_1.ActivitiesGroupsServiceFilterReq,
|
|
263
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
266
|
+
/**
|
|
267
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
268
|
+
*
|
|
269
|
+
* @generated from rpc Scailo.ActivitiesGroupsService.Import
|
|
270
|
+
*/
|
|
271
|
+
import: {
|
|
272
|
+
name: "Import",
|
|
273
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
274
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
275
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
276
|
+
},
|
|
254
277
|
}
|
|
255
278
|
};
|
|
@@ -240,5 +240,28 @@ exports.ActivitiesStatusesService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.ActivitiesStatusesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: activities_statuses_scailo_pb_js_1.ActivitiesStatusesServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.ActivitiesStatusesService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -240,5 +240,28 @@ exports.ActivitiesTagsService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.ActivitiesTagsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: activities_tags_scailo_pb_js_1.ActivitiesTagsServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.ActivitiesTagsService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -240,5 +240,28 @@ exports.BankAccountsService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.BankAccountsService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: bank_accounts_scailo_pb_js_1.BankAccountsServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.BankAccountsService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -317,5 +317,28 @@ exports.ClientsService = {
|
|
|
317
317
|
O: base_scailo_pb_js_1.CountResponse,
|
|
318
318
|
kind: protobuf_1.MethodKind.Unary,
|
|
319
319
|
},
|
|
320
|
+
/**
|
|
321
|
+
* CSV operations
|
|
322
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
323
|
+
*
|
|
324
|
+
* @generated from rpc Scailo.ClientsService.DownloadAsCSV
|
|
325
|
+
*/
|
|
326
|
+
downloadAsCSV: {
|
|
327
|
+
name: "DownloadAsCSV",
|
|
328
|
+
I: clients_scailo_pb_js_1.ClientsServiceFilterReq,
|
|
329
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
330
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
331
|
+
},
|
|
332
|
+
/**
|
|
333
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
334
|
+
*
|
|
335
|
+
* @generated from rpc Scailo.ClientsService.Import
|
|
336
|
+
*/
|
|
337
|
+
import: {
|
|
338
|
+
name: "Import",
|
|
339
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
340
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
341
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
342
|
+
},
|
|
320
343
|
}
|
|
321
344
|
};
|
|
@@ -240,5 +240,28 @@ exports.CurrenciesService = {
|
|
|
240
240
|
O: base_scailo_pb_js_1.CountResponse,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
243
|
+
/**
|
|
244
|
+
* CSV operations
|
|
245
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
246
|
+
*
|
|
247
|
+
* @generated from rpc Scailo.CurrenciesService.DownloadAsCSV
|
|
248
|
+
*/
|
|
249
|
+
downloadAsCSV: {
|
|
250
|
+
name: "DownloadAsCSV",
|
|
251
|
+
I: currencies_scailo_pb_js_1.CurrenciesServiceFilterReq,
|
|
252
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
253
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
254
|
+
},
|
|
255
|
+
/**
|
|
256
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
257
|
+
*
|
|
258
|
+
* @generated from rpc Scailo.CurrenciesService.Import
|
|
259
|
+
*/
|
|
260
|
+
import: {
|
|
261
|
+
name: "Import",
|
|
262
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
263
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
264
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
265
|
+
},
|
|
243
266
|
}
|
|
244
267
|
};
|
|
@@ -273,5 +273,28 @@ exports.DepartmentsService = {
|
|
|
273
273
|
O: base_scailo_pb_js_1.CountResponse,
|
|
274
274
|
kind: protobuf_1.MethodKind.Unary,
|
|
275
275
|
},
|
|
276
|
+
/**
|
|
277
|
+
* CSV operations
|
|
278
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
279
|
+
*
|
|
280
|
+
* @generated from rpc Scailo.DepartmentsService.DownloadAsCSV
|
|
281
|
+
*/
|
|
282
|
+
downloadAsCSV: {
|
|
283
|
+
name: "DownloadAsCSV",
|
|
284
|
+
I: departments_scailo_pb_js_1.DepartmentsServiceFilterReq,
|
|
285
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
286
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
287
|
+
},
|
|
288
|
+
/**
|
|
289
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
290
|
+
*
|
|
291
|
+
* @generated from rpc Scailo.DepartmentsService.Import
|
|
292
|
+
*/
|
|
293
|
+
import: {
|
|
294
|
+
name: "Import",
|
|
295
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
296
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
297
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
298
|
+
},
|
|
276
299
|
}
|
|
277
300
|
};
|
|
@@ -359,7 +359,7 @@ exports.EquationsFamiliesService = {
|
|
|
359
359
|
*/
|
|
360
360
|
uploadEquationFamilyItems: {
|
|
361
361
|
name: "UploadEquationFamilyItems",
|
|
362
|
-
I: base_scailo_pb_js_1.
|
|
362
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
363
363
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
364
364
|
kind: protobuf_1.MethodKind.Unary,
|
|
365
365
|
},
|
|
@@ -358,7 +358,7 @@ exports.EquationsReplaceablesService = {
|
|
|
358
358
|
*/
|
|
359
359
|
uploadEquationReplaceableItems: {
|
|
360
360
|
name: "UploadEquationReplaceableItems",
|
|
361
|
-
I: base_scailo_pb_js_1.
|
|
361
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
362
362
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
363
363
|
kind: protobuf_1.MethodKind.Unary,
|
|
364
364
|
},
|
|
@@ -358,7 +358,7 @@ exports.EquationsSalesBundlesService = {
|
|
|
358
358
|
*/
|
|
359
359
|
uploadEquationSalesBundleItems: {
|
|
360
360
|
name: "UploadEquationSalesBundleItems",
|
|
361
|
-
I: base_scailo_pb_js_1.
|
|
361
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
362
362
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
363
363
|
kind: protobuf_1.MethodKind.Unary,
|
|
364
364
|
},
|
|
@@ -369,7 +369,7 @@ exports.EquationsWorkOrdersService = {
|
|
|
369
369
|
*/
|
|
370
370
|
uploadEquationWorkOrderItems: {
|
|
371
371
|
name: "UploadEquationWorkOrderItems",
|
|
372
|
-
I: base_scailo_pb_js_1.
|
|
372
|
+
I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
|
|
373
373
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
374
374
|
kind: protobuf_1.MethodKind.Unary,
|
|
375
375
|
},
|
|
@@ -138,5 +138,28 @@ exports.FormsFieldsService = {
|
|
|
138
138
|
O: base_scailo_pb_js_1.CountResponse,
|
|
139
139
|
kind: protobuf_1.MethodKind.Unary,
|
|
140
140
|
},
|
|
141
|
+
/**
|
|
142
|
+
* CSV operations
|
|
143
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
144
|
+
*
|
|
145
|
+
* @generated from rpc Scailo.FormsFieldsService.DownloadAsCSV
|
|
146
|
+
*/
|
|
147
|
+
downloadAsCSV: {
|
|
148
|
+
name: "DownloadAsCSV",
|
|
149
|
+
I: forms_fields_scailo_pb_js_1.FormsFieldsServiceFilterReq,
|
|
150
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
151
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
155
|
+
*
|
|
156
|
+
* @generated from rpc Scailo.FormsFieldsService.Import
|
|
157
|
+
*/
|
|
158
|
+
import: {
|
|
159
|
+
name: "Import",
|
|
160
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
161
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
162
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
163
|
+
},
|
|
141
164
|
}
|
|
142
165
|
};
|
|
@@ -39,6 +39,18 @@ var FORM_FIELD_SORT_KEY;
|
|
|
39
39
|
* @generated from enum value: FORM_FIELD_SORT_KEY_NAME = 10;
|
|
40
40
|
*/
|
|
41
41
|
FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_NAME"] = 10] = "FORM_FIELD_SORT_KEY_NAME";
|
|
42
|
+
/**
|
|
43
|
+
* Fetch ordered results by code
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: FORM_FIELD_SORT_KEY_CODE = 11;
|
|
46
|
+
*/
|
|
47
|
+
FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_CODE"] = 11] = "FORM_FIELD_SORT_KEY_CODE";
|
|
48
|
+
/**
|
|
49
|
+
* Fetch ordered results by the section ID, and the record ID (this is a composite sort key)
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID = 20;
|
|
52
|
+
*/
|
|
53
|
+
FORM_FIELD_SORT_KEY[FORM_FIELD_SORT_KEY["FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID"] = 20] = "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID";
|
|
42
54
|
})(FORM_FIELD_SORT_KEY || (exports.FORM_FIELD_SORT_KEY = FORM_FIELD_SORT_KEY = {}));
|
|
43
55
|
// Retrieve enum metadata with: proto3.getEnumType(FORM_FIELD_SORT_KEY)
|
|
44
56
|
protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_KEY", [
|
|
@@ -46,6 +58,8 @@ protobuf_1.proto3.util.setEnumType(FORM_FIELD_SORT_KEY, "Scailo.FORM_FIELD_SORT_
|
|
|
46
58
|
{ no: 1, name: "FORM_FIELD_SORT_KEY_CREATED_AT" },
|
|
47
59
|
{ no: 2, name: "FORM_FIELD_SORT_KEY_MODIFIED_AT" },
|
|
48
60
|
{ no: 10, name: "FORM_FIELD_SORT_KEY_NAME" },
|
|
61
|
+
{ no: 11, name: "FORM_FIELD_SORT_KEY_CODE" },
|
|
62
|
+
{ no: 20, name: "FORM_FIELD_SORT_KEY_SECTION_ID_AND_RECORD_ID" },
|
|
49
63
|
]);
|
|
50
64
|
/**
|
|
51
65
|
*
|
|
@@ -68,6 +82,12 @@ class FormField extends protobuf_1.Message {
|
|
|
68
82
|
* @generated from field: string name = 10;
|
|
69
83
|
*/
|
|
70
84
|
this.name = "";
|
|
85
|
+
/**
|
|
86
|
+
* The unique code by which the form field is classified
|
|
87
|
+
*
|
|
88
|
+
* @generated from field: string code = 21;
|
|
89
|
+
*/
|
|
90
|
+
this.code = "";
|
|
71
91
|
/**
|
|
72
92
|
* The type of the form field
|
|
73
93
|
*
|
|
@@ -144,6 +164,7 @@ FormField.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
144
164
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
145
165
|
{ no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
|
|
146
166
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
167
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
147
168
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
148
169
|
{ no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
149
170
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -274,6 +295,12 @@ class FormsFieldsServiceCreateRequest extends protobuf_1.Message {
|
|
|
274
295
|
* @generated from field: string name = 10;
|
|
275
296
|
*/
|
|
276
297
|
this.name = "";
|
|
298
|
+
/**
|
|
299
|
+
* The unique code by which the form field is classified
|
|
300
|
+
*
|
|
301
|
+
* @generated from field: string code = 21;
|
|
302
|
+
*/
|
|
303
|
+
this.code = "";
|
|
277
304
|
/**
|
|
278
305
|
* The type of the form field
|
|
279
306
|
*
|
|
@@ -350,6 +377,7 @@ FormsFieldsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
350
377
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
351
378
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
352
379
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
380
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
353
381
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
354
382
|
{ no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
355
383
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -387,6 +415,12 @@ class FormsFieldsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
387
415
|
* @generated from field: string name = 10;
|
|
388
416
|
*/
|
|
389
417
|
this.name = "";
|
|
418
|
+
/**
|
|
419
|
+
* The unique code by which the form field is classified
|
|
420
|
+
*
|
|
421
|
+
* @generated from field: string code = 21;
|
|
422
|
+
*/
|
|
423
|
+
this.code = "";
|
|
390
424
|
/**
|
|
391
425
|
* The ID of the corresponding form section that the form field belongs to
|
|
392
426
|
*
|
|
@@ -451,6 +485,7 @@ FormsFieldsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
451
485
|
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
452
486
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
453
487
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
488
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
454
489
|
{ no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
455
490
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
456
491
|
{ no: 15, name: "placeholder", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -610,6 +645,12 @@ class FormsFieldsServiceFilterReq extends protobuf_1.Message {
|
|
|
610
645
|
* @generated from field: uint64 section_id = 12;
|
|
611
646
|
*/
|
|
612
647
|
this.sectionId = protobuf_1.protoInt64.zero;
|
|
648
|
+
/**
|
|
649
|
+
* The unique code by which the form field is classified
|
|
650
|
+
*
|
|
651
|
+
* @generated from field: string code = 21;
|
|
652
|
+
*/
|
|
653
|
+
this.code = "";
|
|
613
654
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
614
655
|
}
|
|
615
656
|
static fromBinary(bytes, options) {
|
|
@@ -642,6 +683,7 @@ FormsFieldsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
642
683
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
643
684
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
644
685
|
{ no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
686
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
645
687
|
]);
|
|
646
688
|
/**
|
|
647
689
|
*
|
|
@@ -706,6 +748,12 @@ class FormsFieldsServiceCountReq extends protobuf_1.Message {
|
|
|
706
748
|
* @generated from field: uint64 section_id = 12;
|
|
707
749
|
*/
|
|
708
750
|
this.sectionId = protobuf_1.protoInt64.zero;
|
|
751
|
+
/**
|
|
752
|
+
* The unique code by which the form field is classified
|
|
753
|
+
*
|
|
754
|
+
* @generated from field: string code = 21;
|
|
755
|
+
*/
|
|
756
|
+
this.code = "";
|
|
709
757
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
710
758
|
}
|
|
711
759
|
static fromBinary(bytes, options) {
|
|
@@ -734,6 +782,7 @@ FormsFieldsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
734
782
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
735
783
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
736
784
|
{ no: 12, name: "section_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
785
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
737
786
|
]);
|
|
738
787
|
/**
|
|
739
788
|
*
|
|
@@ -138,5 +138,28 @@ exports.FormsSectionsService = {
|
|
|
138
138
|
O: base_scailo_pb_js_1.CountResponse,
|
|
139
139
|
kind: protobuf_1.MethodKind.Unary,
|
|
140
140
|
},
|
|
141
|
+
/**
|
|
142
|
+
* CSV operations
|
|
143
|
+
* Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
|
|
144
|
+
*
|
|
145
|
+
* @generated from rpc Scailo.FormsSectionsService.DownloadAsCSV
|
|
146
|
+
*/
|
|
147
|
+
downloadAsCSV: {
|
|
148
|
+
name: "DownloadAsCSV",
|
|
149
|
+
I: forms_sections_scailo_pb_js_1.FormsSectionsServiceFilterReq,
|
|
150
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
151
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
152
|
+
},
|
|
153
|
+
/**
|
|
154
|
+
* Import records using a CSV file (duplicate codes will be skipped)
|
|
155
|
+
*
|
|
156
|
+
* @generated from rpc Scailo.FormsSectionsService.Import
|
|
157
|
+
*/
|
|
158
|
+
import: {
|
|
159
|
+
name: "Import",
|
|
160
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
161
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
162
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
163
|
+
},
|
|
141
164
|
}
|
|
142
165
|
};
|
|
@@ -39,6 +39,12 @@ var FORM_SECTION_SORT_KEY;
|
|
|
39
39
|
* @generated from enum value: FORM_SECTION_SORT_KEY_NAME = 10;
|
|
40
40
|
*/
|
|
41
41
|
FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_NAME"] = 10] = "FORM_SECTION_SORT_KEY_NAME";
|
|
42
|
+
/**
|
|
43
|
+
* Fetch ordered results by code
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: FORM_SECTION_SORT_KEY_CODE = 11;
|
|
46
|
+
*/
|
|
47
|
+
FORM_SECTION_SORT_KEY[FORM_SECTION_SORT_KEY["FORM_SECTION_SORT_KEY_CODE"] = 11] = "FORM_SECTION_SORT_KEY_CODE";
|
|
42
48
|
})(FORM_SECTION_SORT_KEY || (exports.FORM_SECTION_SORT_KEY = FORM_SECTION_SORT_KEY = {}));
|
|
43
49
|
// Retrieve enum metadata with: proto3.getEnumType(FORM_SECTION_SORT_KEY)
|
|
44
50
|
protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_SORT_KEY", [
|
|
@@ -46,6 +52,7 @@ protobuf_1.proto3.util.setEnumType(FORM_SECTION_SORT_KEY, "Scailo.FORM_SECTION_S
|
|
|
46
52
|
{ no: 1, name: "FORM_SECTION_SORT_KEY_CREATED_AT" },
|
|
47
53
|
{ no: 2, name: "FORM_SECTION_SORT_KEY_MODIFIED_AT" },
|
|
48
54
|
{ no: 10, name: "FORM_SECTION_SORT_KEY_NAME" },
|
|
55
|
+
{ no: 11, name: "FORM_SECTION_SORT_KEY_CODE" },
|
|
49
56
|
]);
|
|
50
57
|
/**
|
|
51
58
|
*
|
|
@@ -68,6 +75,12 @@ class FormSection extends protobuf_1.Message {
|
|
|
68
75
|
* @generated from field: string name = 10;
|
|
69
76
|
*/
|
|
70
77
|
this.name = "";
|
|
78
|
+
/**
|
|
79
|
+
* The unique code by which the form section is classified
|
|
80
|
+
*
|
|
81
|
+
* @generated from field: string code = 21;
|
|
82
|
+
*/
|
|
83
|
+
this.code = "";
|
|
71
84
|
/**
|
|
72
85
|
* The type of the form section
|
|
73
86
|
*
|
|
@@ -108,6 +121,7 @@ FormSection.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
108
121
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
109
122
|
{ no: 2, name: "metadata", kind: "message", T: base_scailo_pb_js_1.EmployeeMetadata },
|
|
110
123
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
124
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
111
125
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
112
126
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
113
127
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -232,6 +246,12 @@ class FormsSectionsServiceCreateRequest extends protobuf_1.Message {
|
|
|
232
246
|
* @generated from field: string name = 10;
|
|
233
247
|
*/
|
|
234
248
|
this.name = "";
|
|
249
|
+
/**
|
|
250
|
+
* The unique code by which the form section is classified
|
|
251
|
+
*
|
|
252
|
+
* @generated from field: string code = 21;
|
|
253
|
+
*/
|
|
254
|
+
this.code = "";
|
|
235
255
|
/**
|
|
236
256
|
* The type of the form section
|
|
237
257
|
*
|
|
@@ -272,6 +292,7 @@ FormsSectionsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList((
|
|
|
272
292
|
{ no: 1, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
273
293
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
274
294
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
295
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
275
296
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
276
297
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
277
298
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -303,6 +324,12 @@ class FormsSectionsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
303
324
|
* @generated from field: string name = 10;
|
|
304
325
|
*/
|
|
305
326
|
this.name = "";
|
|
327
|
+
/**
|
|
328
|
+
* The unique code by which the form section is classified
|
|
329
|
+
*
|
|
330
|
+
* @generated from field: string code = 21;
|
|
331
|
+
*/
|
|
332
|
+
this.code = "";
|
|
306
333
|
/**
|
|
307
334
|
* A short description of the form section
|
|
308
335
|
*
|
|
@@ -337,6 +364,7 @@ FormsSectionsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList((
|
|
|
337
364
|
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
338
365
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
339
366
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
367
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
340
368
|
{ no: 12, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
341
369
|
{ no: 13, name: "width", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
342
370
|
]);
|
|
@@ -485,6 +513,12 @@ class FormsSectionsServiceFilterReq extends protobuf_1.Message {
|
|
|
485
513
|
* @generated from field: Scailo.FORM_TYPE type = 11;
|
|
486
514
|
*/
|
|
487
515
|
this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
|
|
516
|
+
/**
|
|
517
|
+
* The unique code by which the form section is classified
|
|
518
|
+
*
|
|
519
|
+
* @generated from field: string code = 21;
|
|
520
|
+
*/
|
|
521
|
+
this.code = "";
|
|
488
522
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
489
523
|
}
|
|
490
524
|
static fromBinary(bytes, options) {
|
|
@@ -516,6 +550,7 @@ FormsSectionsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
516
550
|
{ no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
517
551
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
518
552
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
553
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
519
554
|
]);
|
|
520
555
|
/**
|
|
521
556
|
*
|
|
@@ -574,6 +609,12 @@ class FormsSectionsServiceCountReq extends protobuf_1.Message {
|
|
|
574
609
|
* @generated from field: Scailo.FORM_TYPE type = 11;
|
|
575
610
|
*/
|
|
576
611
|
this.type = base_scailo_pb_js_1.FORM_TYPE.FORM_TYPE_ANY_UNSPECIFIED;
|
|
612
|
+
/**
|
|
613
|
+
* The unique code by which the form section is classified
|
|
614
|
+
*
|
|
615
|
+
* @generated from field: string code = 21;
|
|
616
|
+
*/
|
|
617
|
+
this.code = "";
|
|
577
618
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
578
619
|
}
|
|
579
620
|
static fromBinary(bytes, options) {
|
|
@@ -601,6 +642,7 @@ FormsSectionsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
601
642
|
{ no: 8, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
602
643
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
603
644
|
{ no: 11, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.FORM_TYPE) },
|
|
645
|
+
{ no: 21, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
604
646
|
]);
|
|
605
647
|
/**
|
|
606
648
|
*
|
|
@@ -237,6 +237,17 @@ exports.InventoryService = {
|
|
|
237
237
|
O: base_scailo_pb_js_1.QuantityResponse,
|
|
238
238
|
kind: protobuf_1.MethodKind.Unary,
|
|
239
239
|
},
|
|
240
|
+
/**
|
|
241
|
+
* View consolidated inventory statistics
|
|
242
|
+
*
|
|
243
|
+
* @generated from rpc Scailo.InventoryService.ViewConsolidatedStatistics
|
|
244
|
+
*/
|
|
245
|
+
viewConsolidatedStatistics: {
|
|
246
|
+
name: "ViewConsolidatedStatistics",
|
|
247
|
+
I: base_scailo_pb_js_1.Identifier,
|
|
248
|
+
O: inventory_scailo_pb_js_1.ConsolidatedInventoryStatistics,
|
|
249
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
250
|
+
},
|
|
240
251
|
/**
|
|
241
252
|
* View inventory placed in storage represented by the Identifier
|
|
242
253
|
*
|