@sofit/view-locale 1.86.0 → 1.86.2

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,5 +1,5 @@
1
- <testsuites name="Sofit view locale tests" tests="8" failures="0" time="3.367">
2
- <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-07T13:56:24" time="2.657" tests="4">
1
+ <testsuites name="Sofit view locale tests" tests="8" failures="0" time="2.595">
2
+ <testsuite name="Vehicle locale test" errors="0" failures="0" skipped="0" timestamp="2020-04-07T21:27:59" time="1.857" tests="4">
3
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
5
  <testcase classname="Vehicle locale test Should replace correctly with reach" name="Vehicle locale test Should replace correctly with reach" time="0.001">
@@ -9,12 +9,12 @@
9
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="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-07T13:56:24" time="2.653" tests="4">
12
+ <testsuite name="Joi tests" errors="0" failures="0" skipped="0" timestamp="2020-04-07T21:27:59" time="1.867" tests="4">
13
13
  <testcase classname="Joi tests should return default message" name="Joi tests should return default message" time="0.003">
14
14
  </testcase>
15
15
  <testcase classname="Joi tests should return non label message" name="Joi tests should return non label message" time="0">
16
16
  </testcase>
17
- <testcase classname="Joi tests should return translated label message" name="Joi tests should return translated label message" 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
19
  <testcase classname="Joi tests should return translated label index" name="Joi tests should return translated label index" time="0">
20
20
  </testcase>
@@ -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"));
@@ -249,6 +249,14 @@ export declare const messages: {
249
249
  ptBR: string;
250
250
  es: string;
251
251
  };
252
+ subsidiary_change_date: {
253
+ ptBR: string;
254
+ es: string;
255
+ };
256
+ cost_center_change_date: {
257
+ ptBR: string;
258
+ es: string;
259
+ };
252
260
  };
253
261
  export declare const enums: {
254
262
  status: {
@@ -201,6 +201,14 @@ exports.messages = {
201
201
  user_must_be_active: {
202
202
  ptBR: 'O usuário informado deve estar ativo.',
203
203
  es: 'El usuario informado debe estar activo.'
204
+ },
205
+ subsidiary_change_date: {
206
+ ptBR: 'Data de alteração da Filial',
207
+ es: 'Fecha de cambio de la sucursal'
208
+ },
209
+ cost_center_change_date: {
210
+ ptBR: 'Data de alteração do Centro de Custo',
211
+ es: 'Fecha de cambio del Centro de Costo'
204
212
  }
205
213
  };
206
214
  exports.enums = {
@@ -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,
@@ -1,4 +1,3 @@
1
-
2
1
  export const current = {
3
2
  ptBR: '(Vigente)',
4
3
  es: '(En vigor)'
@@ -241,6 +241,14 @@ export const messages = {
241
241
  user_must_be_active: {
242
242
  ptBR: 'O usuário informado deve estar ativo.',
243
243
  es: 'El usuario informado debe estar activo.'
244
+ },
245
+ subsidiary_change_date: {
246
+ ptBR: 'Data de alteração da Filial',
247
+ es: 'Fecha de cambio de la sucursal'
248
+ },
249
+ cost_center_change_date: {
250
+ ptBR: 'Data de alteração do Centro de Custo',
251
+ es: 'Fecha de cambio del Centro de Costo'
244
252
  }
245
253
  };
246
254
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofit/view-locale",
3
- "version": "1.86.0",
3
+ "version": "1.86.2",
4
4
  "description": "Traduções do Sofit View",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",