sigo-entities 0.0.252 → 0.0.253
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 +75 -2
- package/dist/index.d.ts +75 -2
- package/dist/index.js +4973 -4515
- package/dist/index.mjs +4930 -4472
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1661,10 +1661,83 @@ declare class ModelMOSQLPeruENTITY {
|
|
|
1661
1661
|
Estado: Estado_Model_MO;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
declare class
|
|
1664
|
+
declare class SeguimientoObraDTO {
|
|
1665
|
+
ItemPlan: string;
|
|
1666
|
+
reg_ptr: string;
|
|
1667
|
+
Area: string;
|
|
1668
|
+
Estacion: string;
|
|
1669
|
+
Porcentaje: string;
|
|
1670
|
+
Proyecto: string;
|
|
1671
|
+
SubProyecto: string;
|
|
1672
|
+
Fecha_CreacionIP: Date;
|
|
1673
|
+
Fecha_Ejecucion: Date;
|
|
1674
|
+
Estado_PTR: string;
|
|
1675
|
+
Estado_IP: string;
|
|
1676
|
+
Colab_IP: string;
|
|
1677
|
+
Colab_PTR: string;
|
|
1678
|
+
Zonal: string;
|
|
1679
|
+
HG: string;
|
|
1680
|
+
Orden_Compra: string;
|
|
1681
|
+
Monto_Mat: number;
|
|
1682
|
+
Monto_Mo: number;
|
|
1683
|
+
Ultimo_Estado: string;
|
|
1684
|
+
Usuario_UltEstado: string;
|
|
1685
|
+
Certificable: string;
|
|
1686
|
+
Situacion: string;
|
|
1687
|
+
Expediente: string;
|
|
1688
|
+
Fecha_Expediente: string;
|
|
1689
|
+
Validado: string;
|
|
1690
|
+
Fecha_Valida: Date;
|
|
1691
|
+
Usuario_Valida: string;
|
|
1692
|
+
Estado_Sirope: string;
|
|
1665
1693
|
}
|
|
1666
1694
|
|
|
1667
|
-
declare class
|
|
1695
|
+
declare class ModelObraSQLPeruENTITY {
|
|
1696
|
+
Idreg_ptr: number;
|
|
1697
|
+
Anio: string;
|
|
1698
|
+
Numero: string;
|
|
1699
|
+
CodJefatura: string;
|
|
1700
|
+
Jefatura: string;
|
|
1701
|
+
Zonal: string;
|
|
1702
|
+
reg_ptr: string;
|
|
1703
|
+
Titulo_obra: string;
|
|
1704
|
+
Direccion: string;
|
|
1705
|
+
Departamento: string;
|
|
1706
|
+
Provincia: string;
|
|
1707
|
+
Distrito: string;
|
|
1708
|
+
Observaciones: string;
|
|
1709
|
+
Est_Propuesta: string;
|
|
1710
|
+
Jefatura_Ptr: string;
|
|
1711
|
+
Imputacion: string;
|
|
1712
|
+
TipoPlanta: string;
|
|
1713
|
+
Proyecto: string;
|
|
1714
|
+
Categoria: string;
|
|
1715
|
+
Mdf: string;
|
|
1716
|
+
Armario: string;
|
|
1717
|
+
Cuenta: string;
|
|
1718
|
+
OT: string;
|
|
1719
|
+
Fecha_Registro: Date;
|
|
1720
|
+
Fecha_Aprobacion: Date;
|
|
1721
|
+
Fecha_Inicio: Date;
|
|
1722
|
+
Fecha_Termino: Date;
|
|
1723
|
+
Documento_PM: string;
|
|
1724
|
+
Fecha_Inicio_PM: Date;
|
|
1725
|
+
Fecha_Fin_PM: Date;
|
|
1726
|
+
Documento_CO: string;
|
|
1727
|
+
Fecha_CO: Date;
|
|
1728
|
+
Contratista: string;
|
|
1729
|
+
H_Gestion: string;
|
|
1730
|
+
Fecha_HG: Date;
|
|
1731
|
+
Pto_Can: number;
|
|
1732
|
+
Pto_Cel: number;
|
|
1733
|
+
Pto_Emp: number;
|
|
1734
|
+
valorizacionMo: number;
|
|
1735
|
+
valorizacionMat: number;
|
|
1736
|
+
Fecha_Ult_Est: Date;
|
|
1737
|
+
Usuario_Registro: string;
|
|
1738
|
+
CodArea: string;
|
|
1739
|
+
Usuario: number;
|
|
1740
|
+
Datos_Certificacion: SeguimientoObraDTO[];
|
|
1668
1741
|
}
|
|
1669
1742
|
|
|
1670
1743
|
declare class HitoDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -1661,10 +1661,83 @@ declare class ModelMOSQLPeruENTITY {
|
|
|
1661
1661
|
Estado: Estado_Model_MO;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
1664
|
-
declare class
|
|
1664
|
+
declare class SeguimientoObraDTO {
|
|
1665
|
+
ItemPlan: string;
|
|
1666
|
+
reg_ptr: string;
|
|
1667
|
+
Area: string;
|
|
1668
|
+
Estacion: string;
|
|
1669
|
+
Porcentaje: string;
|
|
1670
|
+
Proyecto: string;
|
|
1671
|
+
SubProyecto: string;
|
|
1672
|
+
Fecha_CreacionIP: Date;
|
|
1673
|
+
Fecha_Ejecucion: Date;
|
|
1674
|
+
Estado_PTR: string;
|
|
1675
|
+
Estado_IP: string;
|
|
1676
|
+
Colab_IP: string;
|
|
1677
|
+
Colab_PTR: string;
|
|
1678
|
+
Zonal: string;
|
|
1679
|
+
HG: string;
|
|
1680
|
+
Orden_Compra: string;
|
|
1681
|
+
Monto_Mat: number;
|
|
1682
|
+
Monto_Mo: number;
|
|
1683
|
+
Ultimo_Estado: string;
|
|
1684
|
+
Usuario_UltEstado: string;
|
|
1685
|
+
Certificable: string;
|
|
1686
|
+
Situacion: string;
|
|
1687
|
+
Expediente: string;
|
|
1688
|
+
Fecha_Expediente: string;
|
|
1689
|
+
Validado: string;
|
|
1690
|
+
Fecha_Valida: Date;
|
|
1691
|
+
Usuario_Valida: string;
|
|
1692
|
+
Estado_Sirope: string;
|
|
1665
1693
|
}
|
|
1666
1694
|
|
|
1667
|
-
declare class
|
|
1695
|
+
declare class ModelObraSQLPeruENTITY {
|
|
1696
|
+
Idreg_ptr: number;
|
|
1697
|
+
Anio: string;
|
|
1698
|
+
Numero: string;
|
|
1699
|
+
CodJefatura: string;
|
|
1700
|
+
Jefatura: string;
|
|
1701
|
+
Zonal: string;
|
|
1702
|
+
reg_ptr: string;
|
|
1703
|
+
Titulo_obra: string;
|
|
1704
|
+
Direccion: string;
|
|
1705
|
+
Departamento: string;
|
|
1706
|
+
Provincia: string;
|
|
1707
|
+
Distrito: string;
|
|
1708
|
+
Observaciones: string;
|
|
1709
|
+
Est_Propuesta: string;
|
|
1710
|
+
Jefatura_Ptr: string;
|
|
1711
|
+
Imputacion: string;
|
|
1712
|
+
TipoPlanta: string;
|
|
1713
|
+
Proyecto: string;
|
|
1714
|
+
Categoria: string;
|
|
1715
|
+
Mdf: string;
|
|
1716
|
+
Armario: string;
|
|
1717
|
+
Cuenta: string;
|
|
1718
|
+
OT: string;
|
|
1719
|
+
Fecha_Registro: Date;
|
|
1720
|
+
Fecha_Aprobacion: Date;
|
|
1721
|
+
Fecha_Inicio: Date;
|
|
1722
|
+
Fecha_Termino: Date;
|
|
1723
|
+
Documento_PM: string;
|
|
1724
|
+
Fecha_Inicio_PM: Date;
|
|
1725
|
+
Fecha_Fin_PM: Date;
|
|
1726
|
+
Documento_CO: string;
|
|
1727
|
+
Fecha_CO: Date;
|
|
1728
|
+
Contratista: string;
|
|
1729
|
+
H_Gestion: string;
|
|
1730
|
+
Fecha_HG: Date;
|
|
1731
|
+
Pto_Can: number;
|
|
1732
|
+
Pto_Cel: number;
|
|
1733
|
+
Pto_Emp: number;
|
|
1734
|
+
valorizacionMo: number;
|
|
1735
|
+
valorizacionMat: number;
|
|
1736
|
+
Fecha_Ult_Est: Date;
|
|
1737
|
+
Usuario_Registro: string;
|
|
1738
|
+
CodArea: string;
|
|
1739
|
+
Usuario: number;
|
|
1740
|
+
Datos_Certificacion: SeguimientoObraDTO[];
|
|
1668
1741
|
}
|
|
1669
1742
|
|
|
1670
1743
|
declare class HitoDTO {
|