sigo-entities 1.0.90 → 1.0.92
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 +163 -6
- package/dist/index.d.ts +163 -6
- package/dist/index.js +881 -23
- package/dist/index.mjs +874 -25
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -692,7 +692,7 @@ declare class EstadoInternoENTITY {
|
|
|
692
692
|
Descripcion: string;
|
|
693
693
|
Icono: string;
|
|
694
694
|
Color: string;
|
|
695
|
-
Orden:
|
|
695
|
+
Orden: String;
|
|
696
696
|
ColorFondo: string;
|
|
697
697
|
Tipo: string;
|
|
698
698
|
Observacion: string;
|
|
@@ -3498,15 +3498,14 @@ declare class UbicacionAlmacenDTO {
|
|
|
3498
3498
|
|
|
3499
3499
|
declare class AlmacenENTITY {
|
|
3500
3500
|
ID_Almacen: number;
|
|
3501
|
-
Pais:
|
|
3501
|
+
Pais: CodigoNombreDTO;
|
|
3502
3502
|
Empresa: EmpresaLogisticaDTO;
|
|
3503
|
-
Delegacion:
|
|
3503
|
+
Delegacion: CodigoNombreDTO;
|
|
3504
3504
|
TipoAlmacen: TipoAlmacenDTO;
|
|
3505
3505
|
Codigo: string;
|
|
3506
3506
|
Nombre: string;
|
|
3507
3507
|
Ubicacion: UbicacionAlmacenDTO;
|
|
3508
3508
|
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
3509
|
-
Log: LogAlmacenDTO;
|
|
3510
3509
|
Estado: EstadoDTO;
|
|
3511
3510
|
Bitacora: BitacoraDTO[];
|
|
3512
3511
|
}
|
|
@@ -3526,7 +3525,6 @@ declare class BodegaENTITY {
|
|
|
3526
3525
|
Nombre: string;
|
|
3527
3526
|
Descripcion: string;
|
|
3528
3527
|
Atiende: AtiendeBodegaDTO[];
|
|
3529
|
-
Log: LogAlmacenDTO;
|
|
3530
3528
|
Estado: EstadoDTO;
|
|
3531
3529
|
Pais: CodigoNombreDTO;
|
|
3532
3530
|
Bitacora: BitacoraDTO[];
|
|
@@ -4974,4 +4972,163 @@ declare class peru9112TOAENTITY {
|
|
|
4974
4972
|
Salida_a_campo: string;
|
|
4975
4973
|
}
|
|
4976
4974
|
|
|
4977
|
-
|
|
4975
|
+
declare class OnnetFibraENTITY {
|
|
4976
|
+
}
|
|
4977
|
+
|
|
4978
|
+
declare class BitacoraDeOrdenesDTO {
|
|
4979
|
+
estado: number;
|
|
4980
|
+
lt: string;
|
|
4981
|
+
id_orden_mantenimiento_anexo: number;
|
|
4982
|
+
contratista: string;
|
|
4983
|
+
cantidad_clientes_afectados: number;
|
|
4984
|
+
org_ventas: string;
|
|
4985
|
+
id_orden_mantenimiento: number;
|
|
4986
|
+
id_asignacion: number;
|
|
4987
|
+
direccion: string;
|
|
4988
|
+
especialidad: number;
|
|
4989
|
+
impacto: number;
|
|
4990
|
+
tecnologia: string;
|
|
4991
|
+
olt: string;
|
|
4992
|
+
nombre_agencia: string;
|
|
4993
|
+
causa: number;
|
|
4994
|
+
gio: string;
|
|
4995
|
+
agencia: number;
|
|
4996
|
+
prioridad: number;
|
|
4997
|
+
centro: string;
|
|
4998
|
+
almacen: string;
|
|
4999
|
+
cant_clientes_afectados: string;
|
|
5000
|
+
cant_real_clientes_afectados: string;
|
|
5001
|
+
tipo_orden: string;
|
|
5002
|
+
fecha_instalacion: string;
|
|
5003
|
+
ticket: string;
|
|
5004
|
+
planta: string;
|
|
5005
|
+
tipo_contrato: string;
|
|
5006
|
+
puerto_pon: string;
|
|
5007
|
+
nombre_especialidad: string;
|
|
5008
|
+
cliente?: string;
|
|
5009
|
+
comuna?: string;
|
|
5010
|
+
pep: string;
|
|
5011
|
+
observacion: string;
|
|
5012
|
+
proyecto: string;
|
|
5013
|
+
producto: string;
|
|
5014
|
+
sub_tipo_orden: string;
|
|
5015
|
+
nombre_tecnico: string;
|
|
5016
|
+
capacidad_cable: string;
|
|
5017
|
+
sintoma: number;
|
|
5018
|
+
mensaje_contingencia: string;
|
|
5019
|
+
}
|
|
5020
|
+
|
|
5021
|
+
declare class EstadoDePagoDTO {
|
|
5022
|
+
capacidad_cable: string;
|
|
5023
|
+
estado: number;
|
|
5024
|
+
fecha_crea: string;
|
|
5025
|
+
ticket: string;
|
|
5026
|
+
id_orden_mantenimiento: number;
|
|
5027
|
+
fecha_validador: string;
|
|
5028
|
+
tipo_incidencia: string;
|
|
5029
|
+
especialidad: string;
|
|
5030
|
+
agencia: string;
|
|
5031
|
+
disponibilidad_cto: string;
|
|
5032
|
+
total: number;
|
|
5033
|
+
contratista: string;
|
|
5034
|
+
tipo_estado_pago: string;
|
|
5035
|
+
}
|
|
5036
|
+
|
|
5037
|
+
declare class AnexosDetailMantenanceOrderDTO {
|
|
5038
|
+
id_orden_mantenimiento: number;
|
|
5039
|
+
lt: string;
|
|
5040
|
+
id_orden_mantenimiento_anexo: number;
|
|
5041
|
+
tecnologia: string;
|
|
5042
|
+
central: string;
|
|
5043
|
+
cap: string;
|
|
5044
|
+
olt: string;
|
|
5045
|
+
puerto_pon: string;
|
|
5046
|
+
cto: string;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
declare class DetalleOrdenRealDTO {
|
|
5050
|
+
descripcion: string;
|
|
5051
|
+
tipo: string;
|
|
5052
|
+
tipo_material: string;
|
|
5053
|
+
codigo: string;
|
|
5054
|
+
id_orden_mantenimiento: number;
|
|
5055
|
+
id_orden_mantenimiento_real: number;
|
|
5056
|
+
tecnico: string;
|
|
5057
|
+
unidad: string;
|
|
5058
|
+
cantidad: number;
|
|
5059
|
+
contrato?: string;
|
|
5060
|
+
}
|
|
5061
|
+
|
|
5062
|
+
declare class ListaCapacidadesCableDTO {
|
|
5063
|
+
descripcion: string;
|
|
5064
|
+
codigo: string;
|
|
5065
|
+
selector: string;
|
|
5066
|
+
negocio_prime: number;
|
|
5067
|
+
}
|
|
5068
|
+
|
|
5069
|
+
declare class OrdenDetailMaintenanceDTO {
|
|
5070
|
+
tipo: string;
|
|
5071
|
+
estado: number;
|
|
5072
|
+
fecha_crea: string;
|
|
5073
|
+
info_notas: string;
|
|
5074
|
+
rut_tecnico: string;
|
|
5075
|
+
id_onnet: string;
|
|
5076
|
+
contratista: string;
|
|
5077
|
+
org_ventas: string;
|
|
5078
|
+
orden: string;
|
|
5079
|
+
rut_gio: string;
|
|
5080
|
+
id_orden_mantenimiento: number;
|
|
5081
|
+
direccion: string;
|
|
5082
|
+
especialidad: number;
|
|
5083
|
+
impacto: number;
|
|
5084
|
+
cliente: string;
|
|
5085
|
+
subTipo: string;
|
|
5086
|
+
nombre_agencia: string;
|
|
5087
|
+
causa: number;
|
|
5088
|
+
observaciones_validador: string;
|
|
5089
|
+
proyecto: string;
|
|
5090
|
+
agencia: number;
|
|
5091
|
+
prioridad: number;
|
|
5092
|
+
disponibilidad_cto: string;
|
|
5093
|
+
nombre_gio: string;
|
|
5094
|
+
centro: string;
|
|
5095
|
+
almacen: string;
|
|
5096
|
+
info_resumen: string;
|
|
5097
|
+
cant_clientes_afectados: string;
|
|
5098
|
+
sub_tipo_orden: string;
|
|
5099
|
+
cant_real_clientes_afectados: string;
|
|
5100
|
+
nombre_tecnico: string;
|
|
5101
|
+
capacidad_cable: number;
|
|
5102
|
+
tipo_orden: string;
|
|
5103
|
+
ticket: string;
|
|
5104
|
+
planta: string;
|
|
5105
|
+
sintoma: number;
|
|
5106
|
+
}
|
|
5107
|
+
|
|
5108
|
+
declare class FotosDetailMaintenanceDTO {
|
|
5109
|
+
id_orden_servicio: number;
|
|
5110
|
+
estado: number;
|
|
5111
|
+
ubicacion: string;
|
|
5112
|
+
id_foto: number;
|
|
5113
|
+
id_imagenes_app: number;
|
|
5114
|
+
nombre_archivo: string;
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5117
|
+
declare class DetailMaintenanceOrderDTO {
|
|
5118
|
+
resultado: string;
|
|
5119
|
+
causa: string;
|
|
5120
|
+
anexos: AnexosDetailMantenanceOrderDTO[];
|
|
5121
|
+
planta: string;
|
|
5122
|
+
detalleOrdenReal: DetalleOrdenRealDTO[];
|
|
5123
|
+
listaCapacidadesCable: ListaCapacidadesCableDTO[];
|
|
5124
|
+
prioridad: string;
|
|
5125
|
+
impacto: string;
|
|
5126
|
+
patente: string;
|
|
5127
|
+
Agencia: string;
|
|
5128
|
+
Especialidad: string;
|
|
5129
|
+
sintoma: string;
|
|
5130
|
+
orden: OrdenDetailMaintenanceDTO[];
|
|
5131
|
+
fotos: FotosDetailMaintenanceDTO[];
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5134
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataGridTabBusinessHP, DataGridTabResidentialHP, DataWithPercentItemChile, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EFaseObraBaremo, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasesObraBaremoDTO, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, ItemsOrdenDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|
package/dist/index.d.ts
CHANGED
|
@@ -692,7 +692,7 @@ declare class EstadoInternoENTITY {
|
|
|
692
692
|
Descripcion: string;
|
|
693
693
|
Icono: string;
|
|
694
694
|
Color: string;
|
|
695
|
-
Orden:
|
|
695
|
+
Orden: String;
|
|
696
696
|
ColorFondo: string;
|
|
697
697
|
Tipo: string;
|
|
698
698
|
Observacion: string;
|
|
@@ -3498,15 +3498,14 @@ declare class UbicacionAlmacenDTO {
|
|
|
3498
3498
|
|
|
3499
3499
|
declare class AlmacenENTITY {
|
|
3500
3500
|
ID_Almacen: number;
|
|
3501
|
-
Pais:
|
|
3501
|
+
Pais: CodigoNombreDTO;
|
|
3502
3502
|
Empresa: EmpresaLogisticaDTO;
|
|
3503
|
-
Delegacion:
|
|
3503
|
+
Delegacion: CodigoNombreDTO;
|
|
3504
3504
|
TipoAlmacen: TipoAlmacenDTO;
|
|
3505
3505
|
Codigo: string;
|
|
3506
3506
|
Nombre: string;
|
|
3507
3507
|
Ubicacion: UbicacionAlmacenDTO;
|
|
3508
3508
|
ZonaTrabajo: ZonaTrabajoDTO[];
|
|
3509
|
-
Log: LogAlmacenDTO;
|
|
3510
3509
|
Estado: EstadoDTO;
|
|
3511
3510
|
Bitacora: BitacoraDTO[];
|
|
3512
3511
|
}
|
|
@@ -3526,7 +3525,6 @@ declare class BodegaENTITY {
|
|
|
3526
3525
|
Nombre: string;
|
|
3527
3526
|
Descripcion: string;
|
|
3528
3527
|
Atiende: AtiendeBodegaDTO[];
|
|
3529
|
-
Log: LogAlmacenDTO;
|
|
3530
3528
|
Estado: EstadoDTO;
|
|
3531
3529
|
Pais: CodigoNombreDTO;
|
|
3532
3530
|
Bitacora: BitacoraDTO[];
|
|
@@ -4974,4 +4972,163 @@ declare class peru9112TOAENTITY {
|
|
|
4974
4972
|
Salida_a_campo: string;
|
|
4975
4973
|
}
|
|
4976
4974
|
|
|
4977
|
-
|
|
4975
|
+
declare class OnnetFibraENTITY {
|
|
4976
|
+
}
|
|
4977
|
+
|
|
4978
|
+
declare class BitacoraDeOrdenesDTO {
|
|
4979
|
+
estado: number;
|
|
4980
|
+
lt: string;
|
|
4981
|
+
id_orden_mantenimiento_anexo: number;
|
|
4982
|
+
contratista: string;
|
|
4983
|
+
cantidad_clientes_afectados: number;
|
|
4984
|
+
org_ventas: string;
|
|
4985
|
+
id_orden_mantenimiento: number;
|
|
4986
|
+
id_asignacion: number;
|
|
4987
|
+
direccion: string;
|
|
4988
|
+
especialidad: number;
|
|
4989
|
+
impacto: number;
|
|
4990
|
+
tecnologia: string;
|
|
4991
|
+
olt: string;
|
|
4992
|
+
nombre_agencia: string;
|
|
4993
|
+
causa: number;
|
|
4994
|
+
gio: string;
|
|
4995
|
+
agencia: number;
|
|
4996
|
+
prioridad: number;
|
|
4997
|
+
centro: string;
|
|
4998
|
+
almacen: string;
|
|
4999
|
+
cant_clientes_afectados: string;
|
|
5000
|
+
cant_real_clientes_afectados: string;
|
|
5001
|
+
tipo_orden: string;
|
|
5002
|
+
fecha_instalacion: string;
|
|
5003
|
+
ticket: string;
|
|
5004
|
+
planta: string;
|
|
5005
|
+
tipo_contrato: string;
|
|
5006
|
+
puerto_pon: string;
|
|
5007
|
+
nombre_especialidad: string;
|
|
5008
|
+
cliente?: string;
|
|
5009
|
+
comuna?: string;
|
|
5010
|
+
pep: string;
|
|
5011
|
+
observacion: string;
|
|
5012
|
+
proyecto: string;
|
|
5013
|
+
producto: string;
|
|
5014
|
+
sub_tipo_orden: string;
|
|
5015
|
+
nombre_tecnico: string;
|
|
5016
|
+
capacidad_cable: string;
|
|
5017
|
+
sintoma: number;
|
|
5018
|
+
mensaje_contingencia: string;
|
|
5019
|
+
}
|
|
5020
|
+
|
|
5021
|
+
declare class EstadoDePagoDTO {
|
|
5022
|
+
capacidad_cable: string;
|
|
5023
|
+
estado: number;
|
|
5024
|
+
fecha_crea: string;
|
|
5025
|
+
ticket: string;
|
|
5026
|
+
id_orden_mantenimiento: number;
|
|
5027
|
+
fecha_validador: string;
|
|
5028
|
+
tipo_incidencia: string;
|
|
5029
|
+
especialidad: string;
|
|
5030
|
+
agencia: string;
|
|
5031
|
+
disponibilidad_cto: string;
|
|
5032
|
+
total: number;
|
|
5033
|
+
contratista: string;
|
|
5034
|
+
tipo_estado_pago: string;
|
|
5035
|
+
}
|
|
5036
|
+
|
|
5037
|
+
declare class AnexosDetailMantenanceOrderDTO {
|
|
5038
|
+
id_orden_mantenimiento: number;
|
|
5039
|
+
lt: string;
|
|
5040
|
+
id_orden_mantenimiento_anexo: number;
|
|
5041
|
+
tecnologia: string;
|
|
5042
|
+
central: string;
|
|
5043
|
+
cap: string;
|
|
5044
|
+
olt: string;
|
|
5045
|
+
puerto_pon: string;
|
|
5046
|
+
cto: string;
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
declare class DetalleOrdenRealDTO {
|
|
5050
|
+
descripcion: string;
|
|
5051
|
+
tipo: string;
|
|
5052
|
+
tipo_material: string;
|
|
5053
|
+
codigo: string;
|
|
5054
|
+
id_orden_mantenimiento: number;
|
|
5055
|
+
id_orden_mantenimiento_real: number;
|
|
5056
|
+
tecnico: string;
|
|
5057
|
+
unidad: string;
|
|
5058
|
+
cantidad: number;
|
|
5059
|
+
contrato?: string;
|
|
5060
|
+
}
|
|
5061
|
+
|
|
5062
|
+
declare class ListaCapacidadesCableDTO {
|
|
5063
|
+
descripcion: string;
|
|
5064
|
+
codigo: string;
|
|
5065
|
+
selector: string;
|
|
5066
|
+
negocio_prime: number;
|
|
5067
|
+
}
|
|
5068
|
+
|
|
5069
|
+
declare class OrdenDetailMaintenanceDTO {
|
|
5070
|
+
tipo: string;
|
|
5071
|
+
estado: number;
|
|
5072
|
+
fecha_crea: string;
|
|
5073
|
+
info_notas: string;
|
|
5074
|
+
rut_tecnico: string;
|
|
5075
|
+
id_onnet: string;
|
|
5076
|
+
contratista: string;
|
|
5077
|
+
org_ventas: string;
|
|
5078
|
+
orden: string;
|
|
5079
|
+
rut_gio: string;
|
|
5080
|
+
id_orden_mantenimiento: number;
|
|
5081
|
+
direccion: string;
|
|
5082
|
+
especialidad: number;
|
|
5083
|
+
impacto: number;
|
|
5084
|
+
cliente: string;
|
|
5085
|
+
subTipo: string;
|
|
5086
|
+
nombre_agencia: string;
|
|
5087
|
+
causa: number;
|
|
5088
|
+
observaciones_validador: string;
|
|
5089
|
+
proyecto: string;
|
|
5090
|
+
agencia: number;
|
|
5091
|
+
prioridad: number;
|
|
5092
|
+
disponibilidad_cto: string;
|
|
5093
|
+
nombre_gio: string;
|
|
5094
|
+
centro: string;
|
|
5095
|
+
almacen: string;
|
|
5096
|
+
info_resumen: string;
|
|
5097
|
+
cant_clientes_afectados: string;
|
|
5098
|
+
sub_tipo_orden: string;
|
|
5099
|
+
cant_real_clientes_afectados: string;
|
|
5100
|
+
nombre_tecnico: string;
|
|
5101
|
+
capacidad_cable: number;
|
|
5102
|
+
tipo_orden: string;
|
|
5103
|
+
ticket: string;
|
|
5104
|
+
planta: string;
|
|
5105
|
+
sintoma: number;
|
|
5106
|
+
}
|
|
5107
|
+
|
|
5108
|
+
declare class FotosDetailMaintenanceDTO {
|
|
5109
|
+
id_orden_servicio: number;
|
|
5110
|
+
estado: number;
|
|
5111
|
+
ubicacion: string;
|
|
5112
|
+
id_foto: number;
|
|
5113
|
+
id_imagenes_app: number;
|
|
5114
|
+
nombre_archivo: string;
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5117
|
+
declare class DetailMaintenanceOrderDTO {
|
|
5118
|
+
resultado: string;
|
|
5119
|
+
causa: string;
|
|
5120
|
+
anexos: AnexosDetailMantenanceOrderDTO[];
|
|
5121
|
+
planta: string;
|
|
5122
|
+
detalleOrdenReal: DetalleOrdenRealDTO[];
|
|
5123
|
+
listaCapacidadesCable: ListaCapacidadesCableDTO[];
|
|
5124
|
+
prioridad: string;
|
|
5125
|
+
impacto: string;
|
|
5126
|
+
patente: string;
|
|
5127
|
+
Agencia: string;
|
|
5128
|
+
Especialidad: string;
|
|
5129
|
+
sintoma: string;
|
|
5130
|
+
orden: OrdenDetailMaintenanceDTO[];
|
|
5131
|
+
fotos: FotosDetailMaintenanceDTO[];
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5134
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AnexosDetailMantenanceOrderDTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, BitacoraDeOrdenesDTO, BitacoraLiqDTO, BitacoraOpcionSitemaDTO, BodegaENTITY, BodyUpdateFasesDTO, CabeceraCubicacionColombiaDTO, CabeceraCubicajeAlemaniaDTO, CabeceraCubicajeChileDTO, CabeceraCubicajeDTO, CabeceraCubicajePeruDTO, CalculatePercentsDTO, CambioEstadoFacturadoRequest, CambioEstadoFaseRequest, CambiosEstadosFaseLiberacionPagosDTO, CausacionCubicacionDTO, CausacionDTO, CentroCostosDTO, CentroCostosENTITY, CertificacionDTO, ChangeStateBaremosDTO, ChileTdCENTITY, ClienteDTO, ClienteTdCDTO, Cliente_ContratistaDTO, CodigoDescripcionDTO, type CodigoMovimientoAlmacen, CodigoNombreDTO, CodigoNombreUMDTO, CodigoRazonSocialDTO, CodigoTituloDTO, ConsumoMaterialAlemaniaENTITY, ConsumoMaterialENTITY, ContratistaDTO, ContratistasDTO, Contratistas_PE_DTO, ContratoDTO, ContratoOTDTO, ContratoOTENTITY, ContratoOTGeneralDTO, ContratoOT_PRE_DTO, ContratoOT_ZT_DTO, ContratoObraOTDTO, ConversionLogisticaDTO, CoordenadasDTO, CoordenadasTdCDTO, CorteBobinaStockAlmacenDTO, CosumoMaterialAlemaniaDTO, CuadrillaBaremoDTO, CuadrillaDTO, CuadrillaENTITY, CuadrillaLiberacionPagosDTO, CubicacionAlemaniaAL02ENTITY, CubicacionChile9512ENTITY, CubicacionColombia9612ENTITY, CubicacionENTITY, CubicacionPeru9112ENTITY, CumplimientoDTO, DataAdicionalDTO, DataCatalogoItemDTO, DataChildrenTreeNodes, DataGridTabBusinessHP, DataGridTabResidentialHP, DataWithPercentItemChile, DatoUsuarioTipoOpcionDto, DatosAreaPersonalDTO, DatosCatalogoItemDTO, DatosCatalogoMODTO, DatosGIADTO, DatosGeneralesDTO, DatosGeneralesPersonalDTO, DatosManoObraGlobalDTO, DatosManoObraGlobalDetalleChileDTO, DatosPrecioEspecialidadDTO, DatosPrecioMaterialDTO, DatosReferenciaDTO, DatosTecnicosDTO, DatosTrabajoCatalogoDTO, DatosTrabajoUsuarioDTO, DatosTransportistaChileDTO, DatosTransportistaDTO, DatosUnidadObraMaterialDTO, DelegacionDTO, DelegacionZonalesDTO, DeleteBaremoFaseDTO, DestinatarioDTO, DetailMaintenanceOrderDTO, DetalleChileChileObraDTO, DetalleChileColombiaObraDTO, DetalleChileDTO$1 as DetalleChileDTO, DetalleChileObraDTO, DetalleChileValorizacionMODTO, DetalleChileValorizacionManoObraRegularizacionDTO, DetalleCubicajeDTO, DetalleDTO, DetalleManoObraChileDTO, DetalleOrdenRealDTO, DetalleSalidaAlmacenDTO, DevolucionAlmacenENTITY, DireccionDTO, DocumentacionBaremoPexENTITY, DocumentacionPEXENTITY, DocumentoDetalleDTO, DocumentosInicialesDTO, EECC_DTO, EFaseObraBaremo, EmpalmeDTO, EmpresaBaremoDTO, EmpresaDTO$4 as EmpresaDTO, EmpresaENTITY, EmpresaLiberacionPagosDTO, EmpresaLogisticaDTO, EmpresaPCMODTO, EmpresaPersonalDTO, EmpresaProduccionDTO, EmpresaStockPersonalDTO, EmpresaTdCDTO, EmpresaUsuarioDTO, EmpresaValDTO, EmpresaZonasActividadDTO, EquipoLogisticaDTO, EquiposAIDTO, EquiposDTO, EstadoAntiguoDTO, EstadoDTO, EstadoDePagoDTO, EstadoFaseObraBaremo, EstadoHPListDTO$2 as EstadoHPListDTO, EstadoIntegracionDTO, EstadoInternoDTO, EstadoInternoENTITY, EstadoInternoWithoutSubstateDTO, type EstadoLiq, EstadoLiqDTO, EstadoNotificacion, type EstadoVal, Estado_Model_MO, FacturaGeneradaDTO, FacturacionDTO, FamiliaItemDTO, FaseDTO, FaseENTITY, FasesObraBaremoDTO, FechaDTO, FechaVigenciaBaremosDTO, FechaVigenciaPCMODTO, FechasDTO, FilesDocDTO, FlagsDTO, FlujoDocDTO, FotoDTO, FotosDTO, FotosDetailMaintenanceDTO, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, ItemsOrdenDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, ListaCapacidadesCableDTO, LogAlmacenDTO, LogDTO, LogModificarDTO, LogRegisterDTO, LoteDTO$1 as LoteDTO, MOBaremoDTO, MacroObraChileENTITY, MacroObraENTITY, MailStructureENTITY, ManoObraBaremoDTO, ManoObraBaremoProduccionDTO, ManoObraENTITY, ManoObraGlobalENTITY, ManoObraGlobalPCMOAlemaniaAL02DTO, ManoObraGlobalPCMODTO, ManoObraLiberacionPagosDTO, MarcaDTO, MaterialAmapDTO, MaterialCubicacionPeruDTO, MaterialLogisticaDTO, MaterialMOGlobalDTO, MaterialUtilizadoRetiradoBaremoDTO, MaterialesDTO$1 as MaterialesDTO, MedidorDTO, ModelMOSQLPeruENTITY, ModelObraSQLPeruENTITY, ModeloDTO, MovimientoAlmacenDTO, MovimientoAlmacenENTITY, NodoDocDTO, NombreDescripcionDTO, NotasDTO, NotificacionesENTITY, OTDTO, OTGlobalDTO, ObraChile9512ENTITY, ObraColombia9612ENTITY, ObraENTITY, OnnetFibraENTITY, OpcionSistemaENTITY, OperacionDTO, OperacionDataAdicional, OptionCatalogoDTO, OrdenDetailMaintenanceDTO, OrigenCUB, PagosECBaremoDTO, PagosECDTO, PaisStockPersonalDTO, ParteDiarioDTO$1 as ParteDiarioDTO, type PayloadTokenDTO, PerfilesENTITY, PeriodoBaremoDTO, PeriodoDTO$4 as PeriodoDTO, PeriodoENTITY, PeriodoLiberacionPagosDTO, PermisosAppDTO, PersonalCuadrillaDTO, PersonalDTO, PersonalENTITY, PersonalLogisticaDTO$1 as PersonalLogisticaDTO, PersonalTOADTO, PrecioContratistaMOAL02ENTITY, PrecioContratistaMOAL04ENTITY, PrecioContratistaMOENTITY, PrecioDTO, PrecioEspecialidadENTITY, PrecioMaterialENTITY, PrecioTrabajoDTO, PreciosVigentesDTO, PresupuestadoTotalObraChilaDTO, PresupuestadoTotalObraDTO, PresupuestadoTotalObraEmpresaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaChileDTO, PresupuestadoTotalObraEmpresaCuadrillaDTO, PresupuestadoTotalObraEmpresaDTO, PrioridadNotificacion, ProdCursoBaremoFasesCuadrillaDTO, ProdCursoBaremoFasesManoObraDTO, ProdCursoBaremoFasesPeriodoDTO, ProdCursoBaremoFasesUltimaFaseDTO, ProdCursoBaremoFasesUltimoEstadoInternoDTO, ProduccionDTO, ProductosServiciosLiqDTO, ProductosServiciosValDTO, ProfileDTO, RM_ZonasActividadENTITY, RegularizacionPositivaNegativaDTO, RepresentanteLegalDTO, ReservaENTITY, ReservaManoObraRegularizacionENTITY, ResultadoDTO, ResumenAvanceChileDTO, ResumenAvanceDataDocumentacionDTO, ResumenAvanceDataDocumentacionDataWithPercentsByFasesChileDTO, ResumenAvanceDataDocumentacionDataWithPercentsChile, ResumenAvanceDataGranTotal, ResumenAvanceDataGranTotalEmpresasChileDTO, ResumenAvanceDataGranTotalManoObraCHILEDTO, ResumenAvanceDataGranTotalValorizacionesByPeriodosDTO, ResumentAvanceDocumentacionHPDTO, RptProduccionCurso_Baremos_FasesENTITY, SalidaAlmacenENTITY, SeguimientoObraDTO, SincronizacionPersonalDTO, SistemaDto, SistemaENTITY, SizeDTO, SocketDTO, StockAlmacenENTITY, StockAlmacenEquiposENTITY, StockPersonalENTITY, StockPersonalEquiposENTITY, SubEstadoInternoDTO, SubManoObraDTO$1 as SubManoObraDTO, TecnicoValDTO, TipoActividadMOENTITY, TipoAlmacenDTO, TipoAlmacenENTITY, TipoClaveENTITY, TipoConsumoMaterial, TipoDocumentoIdentidadDTO, TipoDocumentoUsuarioDTO, TipoEmpresaDTO, TipoEspecialidadMOENTITY, type TipoLiq, TipoMOPCMODTO, TipoMiembroGrupoEmpresaDTO, TipoMovilCuadrillaDTO, TipoMovimientoAlmacenDTO, TipoMovimientoAlmacenENTITY, TipoNotificacion, TipoOpcionDTO, TipoOpcionSistemaENTITY, TipoSistemaDTO, TipoStockENTITY, TipoStockStockPersonalDTO, type TipoVal, Tipo_MO, ToaClaroENTITY, TotalGeneralObraChileDTO, TotalGeneralObraDTO, TrabajoAlemaniaENTITY, TrabajoENTITY, TrabajoMacroObraAlemaniaENTITY, TransaccionFoliosENTITY, TransaccionesDTO, TurnoDTO$1 as TurnoDTO, UbicacionAlmacenDTO, UbicacionDTO$1 as UbicacionDTO, UbicacionObraDTO, UbicacionTdCDTO, Ultima_FaseLiberacionPagosDTO, Ultima_PreLiquidacionAlemaniaDTO, Ultima_PreLiquidacionDTO, Ultima_PreLiquidacionTMOAlemaniaDTO, Ultima_asignacionDTO$1 as Ultima_asignacionDTO, Ultimo_Estado_InternoLiberacionPagosDTO, UnidadMedidaDTO$2 as UnidadMedidaDTO, UnidadMedidaENTITY, UnidadMedidaLiberacionPagosDTO, UnidadObraMaterialENTITY, UpdateUltimaFaseFacturacionDTO, UsuarioBaremoDTO, UsuarioBitacoraDTO, UsuarioDTO, UsuarioENTITY, UsuarioEdicionDTO, UsuarioID_UsuarioDTO, UsuarioLogisticaDTO, UsuarioRegistrarDTO, UsuariosAutoinventarioENTITY, ValidadoDTO, ValorizacionAlemaniaDTO, ValorizacionDTO, ValorizacionManoObraDTO, ValorizacionManoObraRegularizacionDTO, ValorizacionTMOAlemaniaDTO, ValorizacionesDTO$1 as ValorizacionesDTO, ValorizadaTOAENTITY, VarianteDTO, VigenciaBaremosDTO, VigenciaDTO, VigenciaPCMODTO, WBEDTO, ZonaTrabajoCuadrillaDTO, ZonaTrabajoDTO, ZonaTrabajoENTITY, ZonalesDTO, ZonasDTO, convertStringsToDates, latLngDTO, peru9112TOAENTITY, transformToDateIfEmpty, type typeEstado, type typeEstadoNroDocumento, type typeFuente, type typeTipo, validateAndFormatData, validateArrayBody };
|