@sofit/view-locale 1.89.0 → 1.90.1

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,22 +1,22 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.802">
2
- <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-14T17:49:05" time="2.052" tests="4">
3
- <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.773">
2
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-20T17:04:58" time="2.008" tests="4">
3
+ <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.003">
4
4
  </testcase>
5
- <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
5
+ <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
6
6
  </testcase>
7
- <testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0.001">
7
+ <testcase classname="Vehicle locale test Should get translations with raw" name="Vehicle locale test Should get translations with raw" time="0">
8
8
  </testcase>
9
- <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
9
+ <testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
10
10
  </testcase>
11
11
  </testsuite>
12
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-14T17:49:05" time="1.872" tests="4">
13
- <testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.004">
12
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-20T17:04:58" time="2.008" tests="4">
13
+ <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.004">
14
14
  </testcase>
15
- <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0">
15
+ <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" 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.001">
17
+ <testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" time="0">
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">
19
+ <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0.001">
20
20
  </testcase>
21
21
  </testsuite>
22
22
  </testsuites>
@@ -80,6 +80,7 @@ import * as vehicle_fuel from './modules/vehicle_fuel';
80
80
  import * as vehicle_layout from './modules/vehicle_layout';
81
81
  import * as vehicle_leasing from './modules/vehicle_leasing';
82
82
  import * as vehicle_maintenance_plan from './modules/vehicle_maintenance_plan';
83
+ import * as vehicle_maintenance_plan_item from './modules/vehicle_maintenance_plan_item';
83
84
  import * as vehicle_maintenance_plan_service from './modules/vehicle_maintenance_plan_service';
84
85
  import * as vehicle_model from './modules/vehicle_model';
85
86
  import * as vehicle_model_version from './modules/vehicle_model_version';
@@ -88,4 +89,4 @@ import * as warehouse from './modules/warehouse';
88
89
  import * as warehouse_item from './modules/warehouse_item';
89
90
  export { joi } from './common/joi';
90
91
  export { databaseErrors } from './common/database-errors';
91
- export { auth, benchmarking, general, inout, pipefy, cash_basis, change_history, 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_change_history, 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 };
92
+ export { auth, benchmarking, general, inout, pipefy, cash_basis, change_history, 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_change_history, 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_item, vehicle_maintenance_plan_service, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item, city, state };
@@ -171,6 +171,8 @@ const vehicle_leasing = __importStar(require("./modules/vehicle_leasing"));
171
171
  exports.vehicle_leasing = vehicle_leasing;
172
172
  const vehicle_maintenance_plan = __importStar(require("./modules/vehicle_maintenance_plan"));
173
173
  exports.vehicle_maintenance_plan = vehicle_maintenance_plan;
174
+ const vehicle_maintenance_plan_item = __importStar(require("./modules/vehicle_maintenance_plan_item"));
175
+ exports.vehicle_maintenance_plan_item = vehicle_maintenance_plan_item;
174
176
  const vehicle_maintenance_plan_service = __importStar(require("./modules/vehicle_maintenance_plan_service"));
175
177
  exports.vehicle_maintenance_plan_service = vehicle_maintenance_plan_service;
176
178
  const vehicle_model = __importStar(require("./modules/vehicle_model"));
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.name = {
4
- ptBR: 'Reserva',
5
- es: 'Reserva'
4
+ ptBR: 'Carsharing',
5
+ es: 'Carsharing'
6
6
  };
7
7
  exports.fields = {
8
8
  name: {
@@ -0,0 +1,4 @@
1
+ export declare const name: {
2
+ ptBR: string;
3
+ es: string;
4
+ };
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.name = {
4
+ ptBR: 'Item do Plano de Manutenção do Veículo',
5
+ es: 'Iten del Plan de Mantenimiento del Vehículo'
6
+ };
@@ -80,6 +80,7 @@ import * as vehicle_fuel from './modules/vehicle_fuel';
80
80
  import * as vehicle_layout from './modules/vehicle_layout';
81
81
  import * as vehicle_leasing from './modules/vehicle_leasing';
82
82
  import * as vehicle_maintenance_plan from './modules/vehicle_maintenance_plan';
83
+ import * as vehicle_maintenance_plan_item from './modules/vehicle_maintenance_plan_item';
83
84
  import * as vehicle_maintenance_plan_service from './modules/vehicle_maintenance_plan_service';
84
85
  import * as vehicle_model from './modules/vehicle_model';
85
86
  import * as vehicle_model_version from './modules/vehicle_model_version';
@@ -171,6 +172,7 @@ export {
171
172
  vehicle_layout,
172
173
  vehicle_leasing,
173
174
  vehicle_maintenance_plan,
175
+ vehicle_maintenance_plan_item,
174
176
  vehicle_maintenance_plan_service,
175
177
  vehicle_model,
176
178
  vehicle_model_version,
@@ -1,6 +1,6 @@
1
1
  export const name = {
2
- ptBR: 'Reserva',
3
- es: 'Reserva'
2
+ ptBR: 'Carsharing',
3
+ es: 'Carsharing'
4
4
  };
5
5
 
6
6
  export const fields = {
@@ -0,0 +1,4 @@
1
+ export const name = {
2
+ ptBR: 'Item do Plano de Manutenção do Veículo',
3
+ es: 'Iten del Plan de Mantenimiento del Vehículo'
4
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.89.0",
3
+ "version": "1.90.1",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",