sigo-entities 1.0.7 → 1.0.8
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/dist/index.d.mts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +3504 -3503
- package/dist/index.mjs +3308 -3307
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -417,6 +417,18 @@ declare class EstadoInternoDTO {
|
|
|
417
417
|
SubEstados: SubEstadoInternoDTO[];
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
+
declare class EstadoInternoWithoutSubstateDTO {
|
|
421
|
+
ID_EstadoInterno: number;
|
|
422
|
+
Fecha: Date;
|
|
423
|
+
Descripcion: string;
|
|
424
|
+
Icono: string;
|
|
425
|
+
Color: string;
|
|
426
|
+
Orden: number;
|
|
427
|
+
ColorFondo: string;
|
|
428
|
+
Tipo: string;
|
|
429
|
+
UsuarioEdicion: UsuarioEdicionDTO;
|
|
430
|
+
}
|
|
431
|
+
|
|
420
432
|
declare class EstadoAntiguoDTO {
|
|
421
433
|
IdEstado: number;
|
|
422
434
|
Estado: string;
|
|
@@ -1573,18 +1585,6 @@ declare class HistoricoDTO {
|
|
|
1573
1585
|
Comentario: string;
|
|
1574
1586
|
}
|
|
1575
1587
|
|
|
1576
|
-
declare class EstadoInternoWithoutSubstateDTO {
|
|
1577
|
-
ID_EstadoInterno: number;
|
|
1578
|
-
Fecha: Date;
|
|
1579
|
-
Descripcion: string;
|
|
1580
|
-
Icono: string;
|
|
1581
|
-
Color: string;
|
|
1582
|
-
Orden: number;
|
|
1583
|
-
ColorFondo: string;
|
|
1584
|
-
Tipo: string;
|
|
1585
|
-
UsuarioEdicion: UsuarioEdicionDTO;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
1588
|
declare class DetalleChileObraDTO {
|
|
1589
1589
|
codigo: string;
|
|
1590
1590
|
nombre: string;
|
|
@@ -1850,8 +1850,8 @@ declare class MacroObraENTITY {
|
|
|
1850
1850
|
ZonaAsignada: string;
|
|
1851
1851
|
ContratoOT: ContratoObraOTDTO;
|
|
1852
1852
|
FechaRegistro: Date;
|
|
1853
|
-
Ultimo_Estado_Interno:
|
|
1854
|
-
Estados_Internos:
|
|
1853
|
+
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
1854
|
+
Estados_Internos: EstadoInternoWithoutSubstateDTO[];
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
declare class IncidenciasDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -417,6 +417,18 @@ declare class EstadoInternoDTO {
|
|
|
417
417
|
SubEstados: SubEstadoInternoDTO[];
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
+
declare class EstadoInternoWithoutSubstateDTO {
|
|
421
|
+
ID_EstadoInterno: number;
|
|
422
|
+
Fecha: Date;
|
|
423
|
+
Descripcion: string;
|
|
424
|
+
Icono: string;
|
|
425
|
+
Color: string;
|
|
426
|
+
Orden: number;
|
|
427
|
+
ColorFondo: string;
|
|
428
|
+
Tipo: string;
|
|
429
|
+
UsuarioEdicion: UsuarioEdicionDTO;
|
|
430
|
+
}
|
|
431
|
+
|
|
420
432
|
declare class EstadoAntiguoDTO {
|
|
421
433
|
IdEstado: number;
|
|
422
434
|
Estado: string;
|
|
@@ -1573,18 +1585,6 @@ declare class HistoricoDTO {
|
|
|
1573
1585
|
Comentario: string;
|
|
1574
1586
|
}
|
|
1575
1587
|
|
|
1576
|
-
declare class EstadoInternoWithoutSubstateDTO {
|
|
1577
|
-
ID_EstadoInterno: number;
|
|
1578
|
-
Fecha: Date;
|
|
1579
|
-
Descripcion: string;
|
|
1580
|
-
Icono: string;
|
|
1581
|
-
Color: string;
|
|
1582
|
-
Orden: number;
|
|
1583
|
-
ColorFondo: string;
|
|
1584
|
-
Tipo: string;
|
|
1585
|
-
UsuarioEdicion: UsuarioEdicionDTO;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
1588
|
declare class DetalleChileObraDTO {
|
|
1589
1589
|
codigo: string;
|
|
1590
1590
|
nombre: string;
|
|
@@ -1850,8 +1850,8 @@ declare class MacroObraENTITY {
|
|
|
1850
1850
|
ZonaAsignada: string;
|
|
1851
1851
|
ContratoOT: ContratoObraOTDTO;
|
|
1852
1852
|
FechaRegistro: Date;
|
|
1853
|
-
Ultimo_Estado_Interno:
|
|
1854
|
-
Estados_Internos:
|
|
1853
|
+
Ultimo_Estado_Interno: EstadoInternoWithoutSubstateDTO;
|
|
1854
|
+
Estados_Internos: EstadoInternoWithoutSubstateDTO[];
|
|
1855
1855
|
}
|
|
1856
1856
|
|
|
1857
1857
|
declare class IncidenciasDTO {
|