@sofit/view-locale 1.97.0 → 1.99.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/.circleci/config.yml +1 -1
- package/dist/index.js +16 -3
- package/dist/runner.js +15 -2
- package/dist/translations/common/auth.js +1 -0
- package/dist/translations/common/benchmarking.js +1 -0
- package/dist/translations/common/database-errors.js +1 -0
- package/dist/translations/common/entity.js +1 -0
- package/dist/translations/common/general.js +1 -0
- package/dist/translations/common/internal-server-errors.js +1 -0
- package/dist/translations/common/joi.js +1 -0
- package/dist/translations/index.js +18 -5
- package/dist/translations/integrations/inout.js +1 -0
- package/dist/translations/integrations/pipefy.js +1 -0
- package/dist/translations/modules/attachment.d.ts +4 -0
- package/dist/translations/modules/attachment.js +7 -0
- package/dist/translations/modules/carsharing_type.js +2 -1
- package/dist/translations/modules/cash_basis.js +1 -0
- package/dist/translations/modules/change_history.js +1 -0
- package/dist/translations/modules/checklist.js +2 -1
- package/dist/translations/modules/checklist_group.js +2 -1
- package/dist/translations/modules/checklist_group_item.js +2 -1
- package/dist/translations/modules/checklist_group_option.js +2 -1
- package/dist/translations/modules/checklist_model.js +2 -1
- package/dist/translations/modules/checklist_reply.js +2 -1
- package/dist/translations/modules/city.js +2 -1
- package/dist/translations/modules/company.js +2 -1
- package/dist/translations/modules/cost_center.js +2 -1
- package/dist/translations/modules/cost_sharing.js +1 -0
- package/dist/translations/modules/cost_sharing_entity.js +1 -0
- package/dist/translations/modules/customer.js +2 -1
- package/dist/translations/modules/driver_control.js +1 -0
- package/dist/translations/modules/driver_license_point.js +1 -0
- package/dist/translations/modules/employee.d.ts +3 -3
- package/dist/translations/modules/employee.js +2 -1
- package/dist/translations/modules/employee_change_history.d.ts +2 -2
- package/dist/translations/modules/employee_change_history.js +2 -1
- package/dist/translations/modules/employee_hiring_regime.js +1 -0
- package/dist/translations/modules/employee_role.js +2 -1
- package/dist/translations/modules/expense.js +1 -0
- package/dist/translations/modules/fine.d.ts +5 -5
- package/dist/translations/modules/fine.js +1 -0
- package/dist/translations/modules/fine_qualification.js +2 -1
- package/dist/translations/modules/fine_qualification_integration_key.js +2 -1
- package/dist/translations/modules/fine_resource.js +2 -1
- package/dist/translations/modules/foreseen_maintenance_plan_service_item.js +2 -1
- package/dist/translations/modules/foreseen_service_order_item.js +1 -0
- package/dist/translations/modules/gas_pump_control.js +1 -0
- package/dist/translations/modules/gate.js +1 -0
- package/dist/translations/modules/gate_appointment.js +1 -0
- package/dist/translations/modules/gate_appointment_diary.js +1 -0
- package/dist/translations/modules/item.d.ts +8 -8
- package/dist/translations/modules/item.js +2 -1
- package/dist/translations/modules/leasing_contract.js +2 -1
- package/dist/translations/modules/leasing_measurement.d.ts +6 -6
- package/dist/translations/modules/leasing_measurement.js +2 -1
- package/dist/translations/modules/maintenance_plan.js +2 -1
- package/dist/translations/modules/maintenance_plan_service.js +2 -1
- package/dist/translations/modules/measurement_unit.js +2 -1
- package/dist/translations/modules/night_transport.js +1 -0
- package/dist/translations/modules/parameter.js +1 -0
- package/dist/translations/modules/pendency.js +1 -0
- package/dist/translations/modules/qualification_severity.js +2 -1
- package/dist/translations/modules/release_notification.js +2 -1
- package/dist/translations/modules/request_occurrence.js +1 -0
- package/dist/translations/modules/route.js +2 -1
- package/dist/translations/modules/service_order.d.ts +7 -7
- package/dist/translations/modules/service_order.js +1 -0
- package/dist/translations/modules/solicitation.js +1 -0
- package/dist/translations/modules/solicitation_comment.js +1 -0
- package/dist/translations/modules/solicitation_history.js +1 -0
- package/dist/translations/modules/solicitation_watcher.js +1 -0
- package/dist/translations/modules/state.js +2 -1
- package/dist/translations/modules/stock_entry_item.js +1 -0
- package/dist/translations/modules/stock_transfer.js +1 -0
- package/dist/translations/modules/stock_transfer_item.js +1 -0
- package/dist/translations/modules/sub_system.js +2 -1
- package/dist/translations/modules/subsidiary.js +2 -1
- package/dist/translations/modules/supplier.js +2 -1
- package/dist/translations/modules/system.js +2 -1
- package/dist/translations/modules/tire_brand.js +2 -1
- package/dist/translations/modules/tire_dimension.js +2 -1
- package/dist/translations/modules/tire_drawing.js +2 -1
- package/dist/translations/modules/transaction.js +1 -0
- package/dist/translations/modules/trip.d.ts +3 -3
- package/dist/translations/modules/trip.js +1 -0
- package/dist/translations/modules/vehicle.d.ts +5 -5
- package/dist/translations/modules/vehicle.js +2 -1
- package/dist/translations/modules/vehicle_axes.js +2 -1
- package/dist/translations/modules/vehicle_booking.js +1 -0
- package/dist/translations/modules/vehicle_brand.js +2 -1
- package/dist/translations/modules/vehicle_bulk.js +1 -0
- package/dist/translations/modules/vehicle_bulk_keys.js +1 -0
- package/dist/translations/modules/vehicle_change_history.d.ts +3 -3
- package/dist/translations/modules/vehicle_change_history.js +2 -1
- package/dist/translations/modules/vehicle_deactivation_cause.js +1 -0
- package/dist/translations/modules/vehicle_due.js +2 -1
- package/dist/translations/modules/vehicle_event.js +2 -1
- package/dist/translations/modules/vehicle_event_type.js +1 -0
- package/dist/translations/modules/vehicle_fuel.js +2 -1
- package/dist/translations/modules/vehicle_layout.js +2 -1
- package/dist/translations/modules/vehicle_leasing.js +2 -1
- package/dist/translations/modules/vehicle_maintenance_plan.d.ts +6 -6
- package/dist/translations/modules/vehicle_maintenance_plan.js +1 -0
- package/dist/translations/modules/vehicle_maintenance_plan_item.js +1 -0
- package/dist/translations/modules/vehicle_maintenance_plan_service.js +1 -0
- package/dist/translations/modules/vehicle_model.js +2 -1
- package/dist/translations/modules/vehicle_model_version.js +2 -1
- package/dist/translations/modules/vehicle_tag.js +1 -0
- package/dist/translations/modules/warehouse.js +2 -1
- package/dist/translations/modules/warehouse_item.js +1 -0
- package/{coverage/jest/results.xml → junit.xml} +12 -11
- package/lib/translations/modules/attachment.ts +4 -0
- package/package.json +14 -15
package/.circleci/config.yml
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
2
14
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
3
15
|
if (mod && mod.__esModule) return mod;
|
|
4
16
|
var result = {};
|
|
5
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result
|
|
6
|
-
result
|
|
17
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
7
19
|
return result;
|
|
8
20
|
};
|
|
9
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.i18n = void 0;
|
|
10
23
|
const i18n = __importStar(require("./translations"));
|
|
11
24
|
exports.i18n = i18n;
|
|
12
25
|
var runner_1 = require("./runner");
|
|
13
|
-
exports
|
|
26
|
+
Object.defineProperty(exports, "Locale", { enumerable: true, get: function () { return runner_1.Locale; } });
|
package/dist/runner.js
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
2
14
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
3
15
|
if (mod && mod.__esModule) return mod;
|
|
4
16
|
var result = {};
|
|
5
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result
|
|
6
|
-
result
|
|
17
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
7
19
|
return result;
|
|
8
20
|
};
|
|
9
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.Locale = void 0;
|
|
10
23
|
const TRANSLATIONS = __importStar(require("./translations"));
|
|
11
24
|
const TRANSLATION_NOT_FOUND = 'Translation not found';
|
|
12
25
|
class Locale {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.internalServerErrors = void 0;
|
|
3
4
|
exports.internalServerErrors = {
|
|
4
5
|
non_reconized_error: {
|
|
5
6
|
ptBR: 'Ocorreu um erro não identificado. Por favor, entre em contato com nosso suporte via e-mail: <a href=\"mailto:{{email}}\">{{email}}</a>.',
|
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
2
14
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
3
15
|
if (mod && mod.__esModule) return mod;
|
|
4
16
|
var result = {};
|
|
5
|
-
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result
|
|
6
|
-
result
|
|
17
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
7
19
|
return result;
|
|
8
20
|
};
|
|
9
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.state = exports.city = exports.warehouse_item = exports.warehouse = exports.vehicle_tag = exports.vehicle_model_version = exports.vehicle_model = exports.vehicle_maintenance_plan_service = exports.vehicle_maintenance_plan_item = exports.vehicle_maintenance_plan = exports.vehicle_leasing = exports.vehicle_layout = exports.vehicle_fuel = exports.vehicle_event_type = exports.vehicle_event = exports.vehicle_due = exports.vehicle_deactivation_cause = exports.vehicle_change_history = exports.vehicle_bulk_keys = exports.vehicle_bulk = exports.vehicle_brand = exports.vehicle_booking = exports.vehicle_axes = exports.vehicle = exports.trip = exports.transaction = exports.tire_drawing = exports.tire_dimension = exports.tire_brand = exports.system = exports.supplier = exports.subsidiary = exports.sub_system = exports.stock_entry_item = exports.stock_transfer_item = exports.stock_transfer = exports.solicitation_watcher = exports.solicitation_history = exports.solicitation_comment = exports.solicitation = exports.service_order = exports.route = exports.request_occurrence = exports.release_notification = exports.qualification_severity = exports.pendency = exports.parameter = exports.night_transport = exports.measurement_unit = exports.maintenance_plan_service = exports.maintenance_plan = exports.leasing_measurement = exports.leasing_contract = exports.item = exports.gate_appointment_diary = exports.gate_appointment = exports.gate = exports.gas_pump_control = exports.foreseen_service_order_item = exports.foreseen_maintenance_plan_service_item = exports.fine_resource = exports.fine_qualification = exports.fine_qualification_integration_key = exports.fine = exports.expense = exports.employee_role = exports.employee_hiring_regime = exports.employee_change_history = exports.employee = exports.driver_license_point = exports.driver_control = exports.customer = exports.cost_sharing_entity = exports.cost_sharing = exports.cost_center = exports.company = exports.checklist_reply = exports.checklist_model = exports.checklist_group_option = exports.checklist_group_item = exports.checklist_group = exports.checklist = exports.change_history = exports.cash_basis = exports.carsharing_type = exports.pipefy = exports.inout = exports.general = exports.benchmarking = exports.auth = void 0;
|
|
10
23
|
const auth = __importStar(require("./common/auth"));
|
|
11
24
|
exports.auth = auth;
|
|
12
25
|
const benchmarking = __importStar(require("./common/benchmarking"));
|
|
@@ -188,8 +201,8 @@ exports.warehouse = warehouse;
|
|
|
188
201
|
const warehouse_item = __importStar(require("./modules/warehouse_item"));
|
|
189
202
|
exports.warehouse_item = warehouse_item;
|
|
190
203
|
var joi_1 = require("./common/joi");
|
|
191
|
-
exports
|
|
204
|
+
Object.defineProperty(exports, "joi", { enumerable: true, get: function () { return joi_1.joi; } });
|
|
192
205
|
var database_errors_1 = require("./common/database-errors");
|
|
193
|
-
exports
|
|
206
|
+
Object.defineProperty(exports, "databaseErrors", { enumerable: true, get: function () { return database_errors_1.databaseErrors; } });
|
|
194
207
|
var internal_server_errors_1 = require("./common/internal-server-errors");
|
|
195
|
-
exports
|
|
208
|
+
Object.defineProperty(exports, "internalServerErrors", { enumerable: true, get: function () { return internal_server_errors_1.internalServerErrors; } });
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Tipo de veículo do Carsharing',
|
|
6
7
|
es: 'Tipo de vehículo Carsharing'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { description: {
|
|
9
10
|
ptBR: 'Descrição',
|
|
10
11
|
es: 'Descripción'
|
|
11
12
|
} });
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Checklist',
|
|
6
7
|
es: 'Checklist'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { odometer: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { odometer: {
|
|
9
10
|
ptBR: 'Hodometro',
|
|
10
11
|
es: 'Odometer'
|
|
11
12
|
}, date: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Grupo',
|
|
6
7
|
es: 'Grupo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { description: {
|
|
9
10
|
ptBR: 'Descrição',
|
|
10
11
|
es: 'Descrición'
|
|
11
12
|
}, order: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Itens',
|
|
6
7
|
es: 'Itens'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { instruction: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { instruction: {
|
|
9
10
|
ptBR: 'Instrução',
|
|
10
11
|
es: 'Instrução'
|
|
11
12
|
}, photo_required: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Opções do Grupo',
|
|
6
7
|
es: 'Opções do Grupo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { checklist_group_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { checklist_group_id: {
|
|
9
10
|
ptBR: 'Grupo do Checklist',
|
|
10
11
|
es: 'Grupo do Checklist'
|
|
11
12
|
} });
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Modelo de Checklist',
|
|
6
7
|
es: 'Modelo de Checklist'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { description: {
|
|
9
10
|
ptBR: 'Descrição',
|
|
10
11
|
es: 'Descrición'
|
|
11
12
|
}, checklist_group: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Resposta',
|
|
6
7
|
es: 'Respuesta'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { defective: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { defective: {
|
|
9
10
|
ptBR: 'Defeituoso',
|
|
10
11
|
es: 'Defectuoso'
|
|
11
12
|
}, observation: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Cidade',
|
|
6
7
|
es: 'Ciudad'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { state_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { state_id: {
|
|
9
10
|
ptBR: 'Estado',
|
|
10
11
|
es: 'state_id'
|
|
11
12
|
} });
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Empresa',
|
|
6
7
|
es: 'Empresa'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { cnpj: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { cnpj: {
|
|
9
10
|
ptBR: 'CNPJ/CPF',
|
|
10
11
|
es: 'CNPJ/CPF'
|
|
11
12
|
}, address: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Centro de Custo',
|
|
6
7
|
es: 'Centro de Costo'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { active: {
|
|
9
10
|
ptBR: 'Ativo',
|
|
10
11
|
es: 'Activo'
|
|
11
12
|
}, accountable_id: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Cliente',
|
|
6
7
|
es: 'Cliente'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { active: {
|
|
9
10
|
ptBR: 'Ativo',
|
|
10
11
|
es: 'Activo'
|
|
11
12
|
}, address: {
|
|
@@ -264,15 +264,15 @@ export declare const messages: {
|
|
|
264
264
|
};
|
|
265
265
|
export declare const enums: {
|
|
266
266
|
status: {
|
|
267
|
-
|
|
267
|
+
active: {
|
|
268
268
|
ptBR: string;
|
|
269
269
|
es: string;
|
|
270
270
|
};
|
|
271
|
-
|
|
271
|
+
inactive: {
|
|
272
272
|
ptBR: string;
|
|
273
273
|
es: string;
|
|
274
274
|
};
|
|
275
|
-
|
|
275
|
+
absent: {
|
|
276
276
|
ptBR: string;
|
|
277
277
|
es: string;
|
|
278
278
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enums = exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Colaborador',
|
|
6
7
|
es: 'Colaborador'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { active: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { active: {
|
|
9
10
|
ptBR: 'Ativo',
|
|
10
11
|
es: 'Activo'
|
|
11
12
|
}, absent: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.enums = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Histórico de Alterações do Colaborador',
|
|
6
7
|
es: 'Historial de Cambios del Colaborador'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { employee_id: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { employee_id: {
|
|
9
10
|
ptBR: 'Colaborador',
|
|
10
11
|
es: 'Colaborador'
|
|
11
12
|
}, cost_center_id: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Função de colaborador',
|
|
6
7
|
es: 'Función del colaborar'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { daytime_value: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { daytime_value: {
|
|
9
10
|
ptBR: 'Valor hora diurno',
|
|
10
11
|
es: 'Valor horario diurno'
|
|
11
12
|
}, has_scale: {
|
|
@@ -4,23 +4,23 @@ export declare const name: {
|
|
|
4
4
|
};
|
|
5
5
|
export declare const enums: {
|
|
6
6
|
status: {
|
|
7
|
-
|
|
7
|
+
all: {
|
|
8
8
|
ptBR: string;
|
|
9
9
|
es: string;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
in_notification: {
|
|
12
12
|
ptBR: string;
|
|
13
13
|
es: string;
|
|
14
14
|
};
|
|
15
|
-
|
|
15
|
+
penalty_or_nic_open: {
|
|
16
16
|
ptBR: string;
|
|
17
17
|
es: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
penalty_or_nic_paid: {
|
|
20
20
|
ptBR: string;
|
|
21
21
|
es: string;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
pending_closure: {
|
|
24
24
|
ptBR: string;
|
|
25
25
|
es: string;
|
|
26
26
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Qualificação de infração',
|
|
6
7
|
es: 'Calificación de infracción'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { description: {
|
|
9
10
|
ptBR: 'Descrição',
|
|
10
11
|
es: 'Descrición'
|
|
11
12
|
}, legal_support: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Chave de Integração da Qualificação',
|
|
6
7
|
es: 'Clave de Integración de calificación de la infracción'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { description: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { description: {
|
|
9
10
|
ptBR: 'Descrição',
|
|
10
11
|
es: 'Descrición'
|
|
11
12
|
}, code: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Documento de recurso de infração',
|
|
6
7
|
es: 'Documento de recurso de infracción'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { receiver: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { receiver: {
|
|
9
10
|
ptBR: 'Destinatário',
|
|
10
11
|
es: 'Destinatário'
|
|
11
12
|
}, resource: {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.messages = exports.fields = exports.name = void 0;
|
|
3
4
|
const entity_1 = require("../common/entity");
|
|
4
5
|
exports.name = {
|
|
5
6
|
ptBR: 'Item/serviço previsto do serviço do plano de manutenção',
|
|
6
7
|
es: 'Iten/servicio previsto del servicio del plan de mantenimiento'
|
|
7
8
|
};
|
|
8
|
-
exports.fields = Object.assign({}, entity_1.ENTITY_COMMON, { created_by_sofit: {
|
|
9
|
+
exports.fields = Object.assign(Object.assign({}, entity_1.ENTITY_COMMON), { created_by_sofit: {
|
|
9
10
|
ptBR: 'Criado pela Sofit',
|
|
10
11
|
es: 'Creado por Sofit'
|
|
11
12
|
}, in_revision: {
|