sigo-entities 0.0.228 → 0.0.229
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/README.md +4 -4
- package/dist/index.d.mts +13 -20
- package/dist/index.d.ts +13 -20
- package/dist/index.js +6802 -6841
- package/dist/index.mjs +6371 -6410
- package/package.json +27 -27
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# sigo-entities
|
|
2
|
-
Desarrollo de modelos de datos SIGO
|
|
3
|
-
npm i sigo-entities@latest
|
|
4
|
-
## Test
|
|
1
|
+
# sigo-entities
|
|
2
|
+
Desarrollo de modelos de datos SIGO
|
|
3
|
+
npm i sigo-entities@latest
|
|
4
|
+
## Test
|
package/dist/index.d.mts
CHANGED
|
@@ -447,6 +447,15 @@ interface PayloadTokenDTO {
|
|
|
447
447
|
Identificacion: string;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
+
declare class PagosECDTO {
|
|
451
|
+
porcentaje: number;
|
|
452
|
+
fecha: Date;
|
|
453
|
+
codigoFecha: string;
|
|
454
|
+
usuario: UsuarioRegistrarDTO;
|
|
455
|
+
nroDocumento: string;
|
|
456
|
+
nroFactura: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
450
459
|
declare class MailStructureENTITY {
|
|
451
460
|
ID_MailStructure: number;
|
|
452
461
|
Codigo: string;
|
|
@@ -1759,15 +1768,8 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1759
1768
|
UnidadMedida: string;
|
|
1760
1769
|
}
|
|
1761
1770
|
|
|
1762
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1763
|
-
NroDocumento: string;
|
|
1764
|
-
UsuarioCambio: UsuarioDTO;
|
|
1765
|
-
FechaCambio: Date;
|
|
1766
|
-
Anexos: FilesDocDTO[];
|
|
1767
|
-
EstadoFase: string;
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
1771
|
declare class BaremosChileENTITY {
|
|
1772
|
+
_id?: string;
|
|
1771
1773
|
foreignKey: string;
|
|
1772
1774
|
Obra: string;
|
|
1773
1775
|
Contrato: string;
|
|
@@ -1782,6 +1784,7 @@ declare class BaremosChileENTITY {
|
|
|
1782
1784
|
UnidadObra: UnidadMedidaDTO$1;
|
|
1783
1785
|
MaterialesUtilizados: Array<any>;
|
|
1784
1786
|
MaterialesRetirados: Array<any>;
|
|
1787
|
+
CoeficienteMaterial: number;
|
|
1785
1788
|
Cantidad: number;
|
|
1786
1789
|
PuntoBaremo: number;
|
|
1787
1790
|
Precio: number;
|
|
@@ -1793,9 +1796,8 @@ declare class BaremosChileENTITY {
|
|
|
1793
1796
|
Mes: number;
|
|
1794
1797
|
PB_Total: number;
|
|
1795
1798
|
MO_Total: number;
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1799
|
+
PagosEC: PagosECDTO[];
|
|
1800
|
+
Cancelado: boolean;
|
|
1799
1801
|
}
|
|
1800
1802
|
|
|
1801
1803
|
declare class CuadrillaDTO {
|
|
@@ -1816,15 +1818,6 @@ declare class ManoObraDTO {
|
|
|
1816
1818
|
UnidadMedida: string;
|
|
1817
1819
|
}
|
|
1818
1820
|
|
|
1819
|
-
declare class PagosECDTO {
|
|
1820
|
-
porcentaje: number;
|
|
1821
|
-
fecha: Date;
|
|
1822
|
-
codigoFecha: string;
|
|
1823
|
-
usuario: UsuarioRegistrarDTO;
|
|
1824
|
-
nroDocumento: string;
|
|
1825
|
-
nroFactura: string;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
1821
|
declare class PeriodoDTO {
|
|
1829
1822
|
FechaInicio: Date;
|
|
1830
1823
|
FechaFin: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -447,6 +447,15 @@ interface PayloadTokenDTO {
|
|
|
447
447
|
Identificacion: string;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
+
declare class PagosECDTO {
|
|
451
|
+
porcentaje: number;
|
|
452
|
+
fecha: Date;
|
|
453
|
+
codigoFecha: string;
|
|
454
|
+
usuario: UsuarioRegistrarDTO;
|
|
455
|
+
nroDocumento: string;
|
|
456
|
+
nroFactura: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
450
459
|
declare class MailStructureENTITY {
|
|
451
460
|
ID_MailStructure: number;
|
|
452
461
|
Codigo: string;
|
|
@@ -1759,15 +1768,8 @@ declare class UnidadMedidaDTO$1 {
|
|
|
1759
1768
|
UnidadMedida: string;
|
|
1760
1769
|
}
|
|
1761
1770
|
|
|
1762
|
-
declare class CambiosEstadosPagosProduccionDTO {
|
|
1763
|
-
NroDocumento: string;
|
|
1764
|
-
UsuarioCambio: UsuarioDTO;
|
|
1765
|
-
FechaCambio: Date;
|
|
1766
|
-
Anexos: FilesDocDTO[];
|
|
1767
|
-
EstadoFase: string;
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
1771
|
declare class BaremosChileENTITY {
|
|
1772
|
+
_id?: string;
|
|
1771
1773
|
foreignKey: string;
|
|
1772
1774
|
Obra: string;
|
|
1773
1775
|
Contrato: string;
|
|
@@ -1782,6 +1784,7 @@ declare class BaremosChileENTITY {
|
|
|
1782
1784
|
UnidadObra: UnidadMedidaDTO$1;
|
|
1783
1785
|
MaterialesUtilizados: Array<any>;
|
|
1784
1786
|
MaterialesRetirados: Array<any>;
|
|
1787
|
+
CoeficienteMaterial: number;
|
|
1785
1788
|
Cantidad: number;
|
|
1786
1789
|
PuntoBaremo: number;
|
|
1787
1790
|
Precio: number;
|
|
@@ -1793,9 +1796,8 @@ declare class BaremosChileENTITY {
|
|
|
1793
1796
|
Mes: number;
|
|
1794
1797
|
PB_Total: number;
|
|
1795
1798
|
MO_Total: number;
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
CambiosEstadosFase: CambiosEstadosPagosProduccionDTO[];
|
|
1799
|
+
PagosEC: PagosECDTO[];
|
|
1800
|
+
Cancelado: boolean;
|
|
1799
1801
|
}
|
|
1800
1802
|
|
|
1801
1803
|
declare class CuadrillaDTO {
|
|
@@ -1816,15 +1818,6 @@ declare class ManoObraDTO {
|
|
|
1816
1818
|
UnidadMedida: string;
|
|
1817
1819
|
}
|
|
1818
1820
|
|
|
1819
|
-
declare class PagosECDTO {
|
|
1820
|
-
porcentaje: number;
|
|
1821
|
-
fecha: Date;
|
|
1822
|
-
codigoFecha: string;
|
|
1823
|
-
usuario: UsuarioRegistrarDTO;
|
|
1824
|
-
nroDocumento: string;
|
|
1825
|
-
nroFactura: string;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
1821
|
declare class PeriodoDTO {
|
|
1829
1822
|
FechaInicio: Date;
|
|
1830
1823
|
FechaFin: Date;
|