37 lines
1.5 KiB
JavaScript
37 lines
1.5 KiB
JavaScript
"use strict";
|
|
/**
|
|
* HSE Entities Index
|
|
* @module HSE
|
|
*
|
|
* Entities for Health, Safety & Environment module
|
|
* Based on RF-MAA017-001 to RF-MAA017-008
|
|
*/
|
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
if (k2 === undefined) k2 = k;
|
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
}
|
|
Object.defineProperty(o, k2, desc);
|
|
}) : (function(o, m, k, k2) {
|
|
if (k2 === undefined) k2 = k;
|
|
o[k2] = m[k];
|
|
}));
|
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
// RF-MAA017-001: Gestión de Incidentes
|
|
__exportStar(require("./incidente.entity"), exports);
|
|
__exportStar(require("./incidente-involucrado.entity"), exports);
|
|
__exportStar(require("./incidente-accion.entity"), exports);
|
|
// RF-MAA017-002: Control de Capacitaciones
|
|
__exportStar(require("./capacitacion.entity"), exports);
|
|
// TODO: Implementar entities adicionales según se necesiten:
|
|
// - RF-MAA017-003: Inspecciones de Seguridad
|
|
// - RF-MAA017-004: Control de EPP
|
|
// - RF-MAA017-005: Cumplimiento STPS
|
|
// - RF-MAA017-006: Gestión Ambiental
|
|
// - RF-MAA017-007: Permisos de Trabajo
|
|
// - RF-MAA017-008: Indicadores HSE
|
|
//# sourceMappingURL=index.js.map
|