sigo-entities 0.0.259 → 0.0.260
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 +32 -32
- package/dist/index.d.ts +32 -32
- package/dist/index.js +284 -288
- package/dist/index.mjs +285 -289
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1661,37 +1661,6 @@ declare class ModelMOSQLPeruENTITY {
|
|
|
1661
1661
|
Estado: Estado_Model_MO;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
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;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
1664
|
declare class ModelObraSQLPeruENTITY {
|
|
1696
1665
|
Idreg_ptr: number;
|
|
1697
1666
|
Anio: string;
|
|
@@ -1737,7 +1706,38 @@ declare class ModelObraSQLPeruENTITY {
|
|
|
1737
1706
|
Usuario_Registro: string;
|
|
1738
1707
|
CodArea: string;
|
|
1739
1708
|
Usuario: number;
|
|
1740
|
-
Datos_Certificacion:
|
|
1709
|
+
Datos_Certificacion: string;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
declare class SeguimientoObraDTO {
|
|
1713
|
+
ItemPlan: string;
|
|
1714
|
+
reg_ptr: string;
|
|
1715
|
+
Area: string;
|
|
1716
|
+
Estacion: string;
|
|
1717
|
+
Porcentaje: string;
|
|
1718
|
+
Proyecto: string;
|
|
1719
|
+
SubProyecto: string;
|
|
1720
|
+
Fecha_CreacionIP: Date;
|
|
1721
|
+
Fecha_Ejecucion: Date;
|
|
1722
|
+
Estado_PTR: string;
|
|
1723
|
+
Estado_IP: string;
|
|
1724
|
+
Colab_IP: string;
|
|
1725
|
+
Colab_PTR: string;
|
|
1726
|
+
Zonal: string;
|
|
1727
|
+
HG: string;
|
|
1728
|
+
Orden_Compra: string;
|
|
1729
|
+
Monto_Mat: number;
|
|
1730
|
+
Monto_Mo: number;
|
|
1731
|
+
Ultimo_Estado: string;
|
|
1732
|
+
Usuario_UltEstado: string;
|
|
1733
|
+
Certificable: string;
|
|
1734
|
+
Situacion: string;
|
|
1735
|
+
Expediente: string;
|
|
1736
|
+
Fecha_Expediente: string;
|
|
1737
|
+
Validado: string;
|
|
1738
|
+
Fecha_Valida: Date;
|
|
1739
|
+
Usuario_Valida: string;
|
|
1740
|
+
Estado_Sirope: string;
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
1743
1743
|
declare class HitoDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -1661,37 +1661,6 @@ declare class ModelMOSQLPeruENTITY {
|
|
|
1661
1661
|
Estado: Estado_Model_MO;
|
|
1662
1662
|
}
|
|
1663
1663
|
|
|
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;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
1664
|
declare class ModelObraSQLPeruENTITY {
|
|
1696
1665
|
Idreg_ptr: number;
|
|
1697
1666
|
Anio: string;
|
|
@@ -1737,7 +1706,38 @@ declare class ModelObraSQLPeruENTITY {
|
|
|
1737
1706
|
Usuario_Registro: string;
|
|
1738
1707
|
CodArea: string;
|
|
1739
1708
|
Usuario: number;
|
|
1740
|
-
Datos_Certificacion:
|
|
1709
|
+
Datos_Certificacion: string;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
declare class SeguimientoObraDTO {
|
|
1713
|
+
ItemPlan: string;
|
|
1714
|
+
reg_ptr: string;
|
|
1715
|
+
Area: string;
|
|
1716
|
+
Estacion: string;
|
|
1717
|
+
Porcentaje: string;
|
|
1718
|
+
Proyecto: string;
|
|
1719
|
+
SubProyecto: string;
|
|
1720
|
+
Fecha_CreacionIP: Date;
|
|
1721
|
+
Fecha_Ejecucion: Date;
|
|
1722
|
+
Estado_PTR: string;
|
|
1723
|
+
Estado_IP: string;
|
|
1724
|
+
Colab_IP: string;
|
|
1725
|
+
Colab_PTR: string;
|
|
1726
|
+
Zonal: string;
|
|
1727
|
+
HG: string;
|
|
1728
|
+
Orden_Compra: string;
|
|
1729
|
+
Monto_Mat: number;
|
|
1730
|
+
Monto_Mo: number;
|
|
1731
|
+
Ultimo_Estado: string;
|
|
1732
|
+
Usuario_UltEstado: string;
|
|
1733
|
+
Certificable: string;
|
|
1734
|
+
Situacion: string;
|
|
1735
|
+
Expediente: string;
|
|
1736
|
+
Fecha_Expediente: string;
|
|
1737
|
+
Validado: string;
|
|
1738
|
+
Fecha_Valida: Date;
|
|
1739
|
+
Usuario_Valida: string;
|
|
1740
|
+
Estado_Sirope: string;
|
|
1741
1741
|
}
|
|
1742
1742
|
|
|
1743
1743
|
declare class HitoDTO {
|