@sofit/view-locale 1.84.1 → 1.85.0

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.
@@ -1,6 +1,6 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.819">
2
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-03-26T21:29:04" time="2.062" tests="4">
3
- <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="3.513">
2
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-03-31T20:43:28" time="2.518" tests="4">
3
+ <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.005">
4
4
  </testcase>
5
5
  <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0.001">
6
6
  </testcase>
@@ -9,14 +9,14 @@
9
9
  <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
10
10
  </testcase>
11
11
  </testsuite>
12
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-03-26T21:29:04" time="2.057" tests="4">
13
- <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
12
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-03-31T20:43:28" time="2.543" tests="4">
13
+ <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.006">
14
14
  </testcase>
15
15
  <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
16
16
  </testcase>
17
- <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
17
+ <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0.001">
18
18
  </testcase>
19
- <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.004">
19
+ <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0.001">
20
20
  </testcase>
21
21
  </testsuite>
22
22
  </testsuites>
@@ -67,6 +67,8 @@ import * as vehicle from './modules/vehicle';
67
67
  import * as vehicle_axes from './modules/vehicle_axes';
68
68
  import * as vehicle_booking from './modules/vehicle_booking';
69
69
  import * as vehicle_brand from './modules/vehicle_brand';
70
+ import * as vehicle_bulk from './modules/vehicle_bulk';
71
+ import * as vehicle_bulk_keys from './modules/vehicle_bulk_keys';
70
72
  import * as vehicle_change_history from './modules/vehicle_change_history';
71
73
  import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
72
74
  import * as vehicle_due from './modules/vehicle_due';
@@ -84,4 +86,4 @@ import * as warehouse from './modules/warehouse';
84
86
  import * as warehouse_item from './modules/warehouse_item';
85
87
  export { joi } from './common/joi';
86
88
  export { databaseErrors } from './common/database-errors';
87
- export { auth, benchmarking, general, inout, pipefy, cash_basis, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, company, cost_center, cost_sharing, cost_sharing_entity, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification_integration_key, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, gate_appointment_diary, item, leasing_contract, leasing_measurement, maintenance_plan, maintenance_plan_service, measurement_unit, night_transport, parameter, pendency, qualification_severity, release_notification, request_occurrence, route, service_order, solicitation, solicitation_comment, solicitation_history, solicitation_watcher, stock_transfer, stock_transfer_item, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_booking, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_event, vehicle_event_type, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_maintenance_plan, vehicle_maintenance_plan_service, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item, city, state };
89
+ export { auth, benchmarking, general, inout, pipefy, cash_basis, checklist, checklist_group, checklist_group_item, checklist_group_option, checklist_model, checklist_reply, company, cost_center, cost_sharing, cost_sharing_entity, customer, driver_control, driver_license_point, employee, employee_hiring_regime, employee_role, expense, fine, fine_qualification_integration_key, fine_qualification, fine_resource, foreseen_maintenance_plan_service_item, foreseen_service_order_item, gas_pump_control, gate, gate_appointment, gate_appointment_diary, item, leasing_contract, leasing_measurement, maintenance_plan, maintenance_plan_service, measurement_unit, night_transport, parameter, pendency, qualification_severity, release_notification, request_occurrence, route, service_order, solicitation, solicitation_comment, solicitation_history, solicitation_watcher, stock_transfer, stock_transfer_item, stock_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_booking, vehicle_brand, vehicle_bulk, vehicle_bulk_keys, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_event, vehicle_event_type, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_maintenance_plan, vehicle_maintenance_plan_service, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item, city, state };
@@ -145,6 +145,10 @@ const vehicle_booking = __importStar(require("./modules/vehicle_booking"));
145
145
  exports.vehicle_booking = vehicle_booking;
146
146
  const vehicle_brand = __importStar(require("./modules/vehicle_brand"));
147
147
  exports.vehicle_brand = vehicle_brand;
148
+ const vehicle_bulk = __importStar(require("./modules/vehicle_bulk"));
149
+ exports.vehicle_bulk = vehicle_bulk;
150
+ const vehicle_bulk_keys = __importStar(require("./modules/vehicle_bulk_keys"));
151
+ exports.vehicle_bulk_keys = vehicle_bulk_keys;
148
152
  const vehicle_change_history = __importStar(require("./modules/vehicle_change_history"));
149
153
  exports.vehicle_change_history = vehicle_change_history;
150
154
  const vehicle_deactivation_cause = __importStar(require("./modules/vehicle_deactivation_cause"));
@@ -0,0 +1,20 @@
1
+ export declare const name: {
2
+ ptBR: string;
3
+ es: string;
4
+ };
5
+ export declare const fields: {
6
+ origin: {
7
+ ptBR: string;
8
+ es: string;
9
+ };
10
+ vehicles: {
11
+ ptBR: string;
12
+ es: string;
13
+ };
14
+ };
15
+ export declare const messages: {
16
+ maximum_limit_per_request: {
17
+ ptBR: string;
18
+ es: string;
19
+ };
20
+ };
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.name = {
4
+ ptBR: 'Integração de Veículos',
5
+ es: 'Integración de vehículos'
6
+ };
7
+ exports.fields = {
8
+ origin: {
9
+ ptBR: 'Origem',
10
+ es: 'Origen'
11
+ },
12
+ vehicles: {
13
+ ptBR: 'Veículos',
14
+ es: 'Vehículos'
15
+ }
16
+ };
17
+ exports.messages = {
18
+ maximum_limit_per_request: {
19
+ ptBR: 'Limite máximo de 100 veículos por requisição.',
20
+ es: 'Límite máximo de 100 vehículos por solicitud.'
21
+ }
22
+ };
@@ -0,0 +1,18 @@
1
+ export declare const name: {
2
+ ptBR: string;
3
+ es: string;
4
+ };
5
+ export declare const fields: {
6
+ plate: {
7
+ ptBR: string;
8
+ es: string;
9
+ };
10
+ brand: {
11
+ ptBR: string;
12
+ es: string;
13
+ };
14
+ model: {
15
+ ptBR: string;
16
+ es: string;
17
+ };
18
+ };
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.name = {
4
+ ptBR: 'Veículos em massa',
5
+ es: 'Vehículos a granel'
6
+ };
7
+ exports.fields = {
8
+ plate: {
9
+ ptBR: 'Placa',
10
+ es: 'Placa'
11
+ },
12
+ brand: {
13
+ ptBR: 'Marca',
14
+ es: 'Marca'
15
+ },
16
+ model: {
17
+ ptBR: 'Modelo',
18
+ es: 'Plantilla'
19
+ }
20
+ };
@@ -67,6 +67,8 @@ import * as vehicle from './modules/vehicle';
67
67
  import * as vehicle_axes from './modules/vehicle_axes';
68
68
  import * as vehicle_booking from './modules/vehicle_booking';
69
69
  import * as vehicle_brand from './modules/vehicle_brand';
70
+ import * as vehicle_bulk from './modules/vehicle_bulk';
71
+ import * as vehicle_bulk_keys from './modules/vehicle_bulk_keys';
70
72
  import * as vehicle_change_history from './modules/vehicle_change_history';
71
73
  import * as vehicle_deactivation_cause from './modules/vehicle_deactivation_cause';
72
74
  import * as vehicle_due from './modules/vehicle_due';
@@ -154,6 +156,8 @@ export {
154
156
  vehicle_axes,
155
157
  vehicle_booking,
156
158
  vehicle_brand,
159
+ vehicle_bulk,
160
+ vehicle_bulk_keys,
157
161
  vehicle_change_history,
158
162
  vehicle_deactivation_cause,
159
163
  vehicle_due,
@@ -0,0 +1,22 @@
1
+ export const name = {
2
+ ptBR: 'Integração de Veículos',
3
+ es: 'Integración de vehículos'
4
+ };
5
+
6
+ export const fields = {
7
+ origin: {
8
+ ptBR: 'Origem',
9
+ es: 'Origen'
10
+ },
11
+ vehicles: {
12
+ ptBR: 'Veículos',
13
+ es: 'Vehículos'
14
+ }
15
+ };
16
+
17
+ export const messages = {
18
+ maximum_limit_per_request: {
19
+ ptBR: 'Limite máximo de 100 veículos por requisição.',
20
+ es: 'Límite máximo de 100 vehículos por solicitud.'
21
+ }
22
+ };
@@ -0,0 +1,19 @@
1
+ export const name = {
2
+ ptBR: 'Veículos em massa',
3
+ es: 'Vehículos a granel'
4
+ };
5
+
6
+ export const fields = {
7
+ plate: {
8
+ ptBR: 'Placa',
9
+ es: 'Placa'
10
+ },
11
+ brand: {
12
+ ptBR: 'Marca',
13
+ es: 'Marca'
14
+ },
15
+ model: {
16
+ ptBR: 'Modelo',
17
+ es: 'Plantilla'
18
+ }
19
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.84.1",
3
+ "version": "1.85.0",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",