erp-construccion-backend/dist/modules/hse/entities/index.js
rckrdmrd 9bddee7320 chore: Remove dist/ from git tracking (now in .gitignore)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 11:47:55 -06:00

91 lines
4.7 KiB
JavaScript

"use strict";
/**
* HSE Entities Index
* @module HSE
*
* Entities for Health, Safety & Environment module
* Based on RF-MAA017-001 to RF-MAA017-008
* Updated: 2025-12-18
*/
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);
__exportStar(require("./incidente-investigacion.entity"), exports);
__exportStar(require("./incidente-evidencia.entity"), exports);
// RF-MAA017-002: Control de Capacitaciones
__exportStar(require("./capacitacion.entity"), exports);
__exportStar(require("./capacitacion-matriz.entity"), exports);
__exportStar(require("./instructor.entity"), exports);
__exportStar(require("./capacitacion-sesion.entity"), exports);
__exportStar(require("./capacitacion-asistente.entity"), exports);
__exportStar(require("./constancia-dc3.entity"), exports);
// RF-MAA017-003: Inspecciones de Seguridad
__exportStar(require("./tipo-inspeccion.entity"), exports);
__exportStar(require("./checklist-item.entity"), exports);
__exportStar(require("./programa-inspeccion.entity"), exports);
__exportStar(require("./inspeccion.entity"), exports);
__exportStar(require("./inspeccion-evaluacion.entity"), exports);
__exportStar(require("./hallazgo.entity"), exports);
__exportStar(require("./hallazgo-evidencia.entity"), exports);
// RF-MAA017-004: Control de EPP
__exportStar(require("./epp-catalogo.entity"), exports);
__exportStar(require("./epp-matriz-puesto.entity"), exports);
__exportStar(require("./epp-asignacion.entity"), exports);
__exportStar(require("./epp-inspeccion.entity"), exports);
__exportStar(require("./epp-baja.entity"), exports);
__exportStar(require("./epp-inventario.entity"), exports);
__exportStar(require("./epp-movimiento.entity"), exports);
// RF-MAA017-005: Cumplimiento STPS
__exportStar(require("./norma-stps.entity"), exports);
__exportStar(require("./norma-requisito.entity"), exports);
__exportStar(require("./cumplimiento-obra.entity"), exports);
__exportStar(require("./comision-seguridad.entity"), exports);
__exportStar(require("./comision-integrante.entity"), exports);
__exportStar(require("./comision-recorrido.entity"), exports);
__exportStar(require("./programa-seguridad.entity"), exports);
__exportStar(require("./programa-actividad.entity"), exports);
__exportStar(require("./documento-stps.entity"), exports);
__exportStar(require("./auditoria.entity"), exports);
// RF-MAA017-006: Gestión Ambiental
__exportStar(require("./residuo-catalogo.entity"), exports);
__exportStar(require("./residuo-generacion.entity"), exports);
__exportStar(require("./almacen-temporal.entity"), exports);
__exportStar(require("./proveedor-ambiental.entity"), exports);
__exportStar(require("./manifiesto-residuos.entity"), exports);
__exportStar(require("./manifiesto-detalle.entity"), exports);
__exportStar(require("./impacto-ambiental.entity"), exports);
__exportStar(require("./queja-ambiental.entity"), exports);
// RF-MAA017-007: Permisos de Trabajo
__exportStar(require("./tipo-permiso-trabajo.entity"), exports);
__exportStar(require("./permiso-trabajo.entity"), exports);
__exportStar(require("./permiso-personal.entity"), exports);
__exportStar(require("./permiso-autorizacion.entity"), exports);
__exportStar(require("./permiso-checklist.entity"), exports);
__exportStar(require("./permiso-monitoreo.entity"), exports);
__exportStar(require("./permiso-evento.entity"), exports);
__exportStar(require("./permiso-documento.entity"), exports);
// RF-MAA017-008: Indicadores HSE
__exportStar(require("./indicador-config.entity"), exports);
__exportStar(require("./indicador-meta-obra.entity"), exports);
__exportStar(require("./indicador-valor.entity"), exports);
__exportStar(require("./horas-trabajadas.entity"), exports);
__exportStar(require("./dias-sin-accidente.entity"), exports);
__exportStar(require("./reporte-programado.entity"), exports);
__exportStar(require("./alerta-indicador.entity"), exports);
//# sourceMappingURL=index.js.map