@sofit/view-locale 1.48.0 → 1.49.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.
- package/coverage/jest/results.xml +7 -7
- package/dist/translations/index.d.ts +2 -1
- package/dist/translations/index.js +2 -0
- package/dist/translations/modules/gate_appointment_diary.d.ts +4 -0
- package/dist/translations/modules/gate_appointment_diary.js +6 -0
- package/lib/translations/index.ts +2 -0
- package/lib/translations/modules/gate_appointment_diary.ts +4 -0
- package/package.json +1 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.
|
|
2
|
-
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-07-
|
|
3
|
-
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.278">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2019-07-17T19:23:22" time="1.603" tests="4">
|
|
3
|
+
<testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
|
|
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>
|
|
7
7
|
<testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" 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="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="2019-07-
|
|
13
|
-
<testcase classname="Vehicle locale test Should get translations with reach" name="Vehicle locale test Should get translations with reach" time="0.
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2019-07-17T19:23:22" time="1.607" 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">
|
|
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">
|
|
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">
|
|
18
18
|
</testcase>
|
|
19
19
|
<testcase classname="Vehicle locale test Should replace correctly with raw" name="Vehicle locale test Should replace correctly with raw" time="0">
|
|
20
20
|
</testcase>
|
|
@@ -29,6 +29,7 @@ import * as foreseen_service_order_item from './modules/foreseen_service_order_i
|
|
|
29
29
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
30
30
|
import * as gate from './modules/gate';
|
|
31
31
|
import * as gate_appointment from './modules/gate_appointment';
|
|
32
|
+
import * as gate_appointment_diary from './modules/gate_appointment_diary';
|
|
32
33
|
import * as item from './modules/item';
|
|
33
34
|
import * as leasing_contract from './modules/leasing_contract';
|
|
34
35
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
@@ -72,4 +73,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
72
73
|
import * as warehouse_item from './modules/warehouse_item';
|
|
73
74
|
export { joi } from './common/joi';
|
|
74
75
|
export { databaseErrors } from './common/database-errors';
|
|
75
|
-
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, 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, item, leasing_contract, 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_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
76
|
+
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, 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, 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_entry_item, sub_system, subsidiary, supplier, system, tire_brand, tire_dimension, tire_drawing, transaction, trip, vehicle, vehicle_axes, vehicle_brand, vehicle_change_history, vehicle_deactivation_cause, vehicle_due, vehicle_fuel, vehicle_layout, vehicle_leasing, vehicle_model, vehicle_model_version, vehicle_tag, warehouse, warehouse_item };
|
|
@@ -69,6 +69,8 @@ const gate = __importStar(require("./modules/gate"));
|
|
|
69
69
|
exports.gate = gate;
|
|
70
70
|
const gate_appointment = __importStar(require("./modules/gate_appointment"));
|
|
71
71
|
exports.gate_appointment = gate_appointment;
|
|
72
|
+
const gate_appointment_diary = __importStar(require("./modules/gate_appointment_diary"));
|
|
73
|
+
exports.gate_appointment_diary = gate_appointment_diary;
|
|
72
74
|
const item = __importStar(require("./modules/item"));
|
|
73
75
|
exports.item = item;
|
|
74
76
|
const leasing_contract = __importStar(require("./modules/leasing_contract"));
|
|
@@ -29,6 +29,7 @@ import * as foreseen_service_order_item from './modules/foreseen_service_order_i
|
|
|
29
29
|
import * as gas_pump_control from './modules/gas_pump_control';
|
|
30
30
|
import * as gate from './modules/gate';
|
|
31
31
|
import * as gate_appointment from './modules/gate_appointment';
|
|
32
|
+
import * as gate_appointment_diary from './modules/gate_appointment_diary';
|
|
32
33
|
import * as item from './modules/item';
|
|
33
34
|
import * as leasing_contract from './modules/leasing_contract';
|
|
34
35
|
import * as maintenance_plan from './modules/maintenance_plan';
|
|
@@ -106,6 +107,7 @@ export {
|
|
|
106
107
|
gas_pump_control,
|
|
107
108
|
gate,
|
|
108
109
|
gate_appointment,
|
|
110
|
+
gate_appointment_diary,
|
|
109
111
|
item,
|
|
110
112
|
leasing_contract,
|
|
111
113
|
maintenance_plan,
|