@sofit/view-locale 1.86.0 → 1.86.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
|
-
<testsuite name="
|
|
3
|
-
<testcase classname="
|
|
1
|
+
<testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.551">
|
|
2
|
+
<testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-07T14:07:06" time="1.82" 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
|
-
<testcase classname="
|
|
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
|
-
<testcase classname="
|
|
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="
|
|
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="
|
|
13
|
-
<testcase classname="
|
|
12
|
+
<testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-07T14:07:06" time="1.834" 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">
|
|
14
14
|
</testcase>
|
|
15
|
-
<testcase classname="
|
|
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="
|
|
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
|
-
<testcase classname="
|
|
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>
|
|
@@ -4,6 +4,7 @@ import * as general from './common/general';
|
|
|
4
4
|
import * as inout from './integrations/inout';
|
|
5
5
|
import * as pipefy from './integrations/pipefy';
|
|
6
6
|
import * as cash_basis from './modules/cash_basis';
|
|
7
|
+
import * as change_history from './modules/change_history';
|
|
7
8
|
import * as checklist from './modules/checklist';
|
|
8
9
|
import * as checklist_group from './modules/checklist_group';
|
|
9
10
|
import * as checklist_group_item from './modules/checklist_group_item';
|
|
@@ -19,6 +20,7 @@ import * as customer from './modules/customer';
|
|
|
19
20
|
import * as driver_control from './modules/driver_control';
|
|
20
21
|
import * as driver_license_point from './modules/driver_license_point';
|
|
21
22
|
import * as employee from './modules/employee';
|
|
23
|
+
import * as employee_change_history from './modules/employee_change_history';
|
|
22
24
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
23
25
|
import * as employee_role from './modules/employee_role';
|
|
24
26
|
import * as expense from './modules/expense';
|
|
@@ -86,4 +88,4 @@ import * as warehouse from './modules/warehouse';
|
|
|
86
88
|
import * as warehouse_item from './modules/warehouse_item';
|
|
87
89
|
export { joi } from './common/joi';
|
|
88
90
|
export { databaseErrors } from './common/database-errors';
|
|
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 };
|
|
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 };
|
|
@@ -19,6 +19,8 @@ const pipefy = __importStar(require("./integrations/pipefy"));
|
|
|
19
19
|
exports.pipefy = pipefy;
|
|
20
20
|
const cash_basis = __importStar(require("./modules/cash_basis"));
|
|
21
21
|
exports.cash_basis = cash_basis;
|
|
22
|
+
const change_history = __importStar(require("./modules/change_history"));
|
|
23
|
+
exports.change_history = change_history;
|
|
22
24
|
const checklist = __importStar(require("./modules/checklist"));
|
|
23
25
|
exports.checklist = checklist;
|
|
24
26
|
const checklist_group = __importStar(require("./modules/checklist_group"));
|
|
@@ -49,6 +51,8 @@ const driver_license_point = __importStar(require("./modules/driver_license_poin
|
|
|
49
51
|
exports.driver_license_point = driver_license_point;
|
|
50
52
|
const employee = __importStar(require("./modules/employee"));
|
|
51
53
|
exports.employee = employee;
|
|
54
|
+
const employee_change_history = __importStar(require("./modules/employee_change_history"));
|
|
55
|
+
exports.employee_change_history = employee_change_history;
|
|
52
56
|
const employee_hiring_regime = __importStar(require("./modules/employee_hiring_regime"));
|
|
53
57
|
exports.employee_hiring_regime = employee_hiring_regime;
|
|
54
58
|
const employee_role = __importStar(require("./modules/employee_role"));
|
|
@@ -4,6 +4,7 @@ import * as general from './common/general';
|
|
|
4
4
|
import * as inout from './integrations/inout';
|
|
5
5
|
import * as pipefy from './integrations/pipefy';
|
|
6
6
|
import * as cash_basis from './modules/cash_basis';
|
|
7
|
+
import * as change_history from './modules/change_history';
|
|
7
8
|
import * as checklist from './modules/checklist';
|
|
8
9
|
import * as checklist_group from './modules/checklist_group';
|
|
9
10
|
import * as checklist_group_item from './modules/checklist_group_item';
|
|
@@ -19,6 +20,7 @@ import * as customer from './modules/customer';
|
|
|
19
20
|
import * as driver_control from './modules/driver_control';
|
|
20
21
|
import * as driver_license_point from './modules/driver_license_point';
|
|
21
22
|
import * as employee from './modules/employee';
|
|
23
|
+
import * as employee_change_history from './modules/employee_change_history';
|
|
22
24
|
import * as employee_hiring_regime from './modules/employee_hiring_regime';
|
|
23
25
|
import * as employee_role from './modules/employee_role';
|
|
24
26
|
import * as expense from './modules/expense';
|
|
@@ -95,6 +97,7 @@ export {
|
|
|
95
97
|
inout,
|
|
96
98
|
pipefy,
|
|
97
99
|
cash_basis,
|
|
100
|
+
change_history,
|
|
98
101
|
checklist,
|
|
99
102
|
checklist_group,
|
|
100
103
|
checklist_group_item,
|
|
@@ -109,6 +112,7 @@ export {
|
|
|
109
112
|
driver_control,
|
|
110
113
|
driver_license_point,
|
|
111
114
|
employee,
|
|
115
|
+
employee_change_history,
|
|
112
116
|
employee_hiring_regime,
|
|
113
117
|
employee_role,
|
|
114
118
|
expense,
|