sigo-entities 1.0.90 → 1.0.91
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 +409 -2
- package/dist/index.d.ts +409 -2
- package/dist/index.js +1953 -5
- package/dist/index.mjs +1950 -7
- 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;
|
|
@@ -4974,4 +4974,411 @@ declare class peru9112TOAENTITY {
|
|
|
4974
4974
|
Salida_a_campo: string;
|
|
4975
4975
|
}
|
|
4976
4976
|
|
|
4977
|
-
|
|
4977
|
+
declare class OnnetFibraENTITY {
|
|
4978
|
+
}
|
|
4979
|
+
|
|
4980
|
+
declare class IBitacoraDeOrdenes {
|
|
4981
|
+
fecha_certificador: string;
|
|
4982
|
+
tipo: string;
|
|
4983
|
+
estado: number;
|
|
4984
|
+
fecha_crea: string;
|
|
4985
|
+
info_notas: string;
|
|
4986
|
+
nivel_afectacion: string;
|
|
4987
|
+
rut_tecnico: string;
|
|
4988
|
+
fecha_estimada_solucion: string;
|
|
4989
|
+
id_onnet: string;
|
|
4990
|
+
fecha_validacion: string;
|
|
4991
|
+
fecha_contingencia: string;
|
|
4992
|
+
contratista: string;
|
|
4993
|
+
fecha_gio: string;
|
|
4994
|
+
descripcion_sintoma: string;
|
|
4995
|
+
nombre_validador: string;
|
|
4996
|
+
descripcion_causa: string;
|
|
4997
|
+
pep: string;
|
|
4998
|
+
org_ventas: string;
|
|
4999
|
+
orden: string;
|
|
5000
|
+
nom_cliente: string;
|
|
5001
|
+
fecha_agen: string;
|
|
5002
|
+
descripcion_pausa: string;
|
|
5003
|
+
observacion: string;
|
|
5004
|
+
rut_gio: string;
|
|
5005
|
+
id_orden_mantenimiento: number;
|
|
5006
|
+
id_asignacion: number;
|
|
5007
|
+
hora_validacion: string;
|
|
5008
|
+
direccion: string;
|
|
5009
|
+
fecha_fin_ejecucion: string;
|
|
5010
|
+
especialidad: number;
|
|
5011
|
+
certificadora: string;
|
|
5012
|
+
impacto: number;
|
|
5013
|
+
subTipo: string;
|
|
5014
|
+
codigo_servicio: string;
|
|
5015
|
+
fecha_inicio_alerta: string;
|
|
5016
|
+
accion: string;
|
|
5017
|
+
motivo: string;
|
|
5018
|
+
nombre_agencia: string;
|
|
5019
|
+
causa: number;
|
|
5020
|
+
observaciones_validador: string;
|
|
5021
|
+
proyecto: string;
|
|
5022
|
+
id_contratista: number;
|
|
5023
|
+
producto: string;
|
|
5024
|
+
error: string;
|
|
5025
|
+
gio: string;
|
|
5026
|
+
estado_ejecucion: number;
|
|
5027
|
+
id_certificador: number;
|
|
5028
|
+
agencia: number;
|
|
5029
|
+
prioridad: number;
|
|
5030
|
+
disponibilidad_cto: string;
|
|
5031
|
+
id_validador: number;
|
|
5032
|
+
nombre_gio: string;
|
|
5033
|
+
centro: string;
|
|
5034
|
+
almacen: string;
|
|
5035
|
+
fecha_inicio_ejecucion: string;
|
|
5036
|
+
gex: string;
|
|
5037
|
+
info_resumen: string;
|
|
5038
|
+
cant_clientes_afectados: string;
|
|
5039
|
+
gc: string;
|
|
5040
|
+
hora_gio: string;
|
|
5041
|
+
sub_tipo_orden: string;
|
|
5042
|
+
cant_real_clientes_afectados: string;
|
|
5043
|
+
nombre_tecnico: string;
|
|
5044
|
+
capacidad_cable: number;
|
|
5045
|
+
tipo_orden: string;
|
|
5046
|
+
fecha_instalacion: string;
|
|
5047
|
+
req_emp: string;
|
|
5048
|
+
textError: string;
|
|
5049
|
+
ticket: string;
|
|
5050
|
+
planta: string;
|
|
5051
|
+
numero_envio: string;
|
|
5052
|
+
nombre_certificador: string;
|
|
5053
|
+
negocio_prime: number;
|
|
5054
|
+
fecha_asignacion: string;
|
|
5055
|
+
accion_servicio: string;
|
|
5056
|
+
cliente_sap: string;
|
|
5057
|
+
id_sistema: string;
|
|
5058
|
+
contingencia_gio: number;
|
|
5059
|
+
id_gio: number;
|
|
5060
|
+
contingencia_cer: number;
|
|
5061
|
+
fono1: string;
|
|
5062
|
+
comuna: string;
|
|
5063
|
+
ph: string;
|
|
5064
|
+
fono2: string;
|
|
5065
|
+
sintoma: number;
|
|
5066
|
+
cod_contratista: string;
|
|
5067
|
+
duracion_ejecucion: string;
|
|
5068
|
+
tipo_contrato: string;
|
|
5069
|
+
mensaje_contingencia: string;
|
|
5070
|
+
nombre_especialidad: string;
|
|
5071
|
+
cliente?: string;
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
declare class IBitacoraDeOrdenesEdR {
|
|
5075
|
+
fecha_certificador: string;
|
|
5076
|
+
tipo: string;
|
|
5077
|
+
estado: number;
|
|
5078
|
+
fecha_crea: string;
|
|
5079
|
+
info_notas: string;
|
|
5080
|
+
nivel_afectacion: string;
|
|
5081
|
+
rut_tecnico: string;
|
|
5082
|
+
lt: string;
|
|
5083
|
+
fecha_estimada_solucion: string;
|
|
5084
|
+
id_onnet: string;
|
|
5085
|
+
id_orden_mantenimiento_anexo: number;
|
|
5086
|
+
fecha_validacion: string;
|
|
5087
|
+
fecha_contingencia: string;
|
|
5088
|
+
contratista: string;
|
|
5089
|
+
fecha_gio: string;
|
|
5090
|
+
descripcion_sintoma: string;
|
|
5091
|
+
nombre_validador: string;
|
|
5092
|
+
descripcion_causa: string;
|
|
5093
|
+
cantidad_clientes_afectados: number;
|
|
5094
|
+
org_ventas: string;
|
|
5095
|
+
orden: string;
|
|
5096
|
+
fecha_agen: string;
|
|
5097
|
+
observacion: string;
|
|
5098
|
+
cto: string;
|
|
5099
|
+
rut_gio: string;
|
|
5100
|
+
id_orden_mantenimiento: number;
|
|
5101
|
+
id_asignacion: number;
|
|
5102
|
+
hora_validacion: string;
|
|
5103
|
+
direccion: string;
|
|
5104
|
+
especialidad: number;
|
|
5105
|
+
impacto: number;
|
|
5106
|
+
tecnologia: string;
|
|
5107
|
+
subTipo: string;
|
|
5108
|
+
olt: string;
|
|
5109
|
+
codigo_servicio: string;
|
|
5110
|
+
fecha_inicio_alerta: string;
|
|
5111
|
+
accion: string;
|
|
5112
|
+
nombre_agencia: string;
|
|
5113
|
+
causa: number;
|
|
5114
|
+
categoria_operacional_nivel3: string;
|
|
5115
|
+
observaciones_validador: string;
|
|
5116
|
+
id_alarma: string;
|
|
5117
|
+
fo: string;
|
|
5118
|
+
proyecto: string;
|
|
5119
|
+
id_contratista: number;
|
|
5120
|
+
producto: string;
|
|
5121
|
+
error: string;
|
|
5122
|
+
gio: string;
|
|
5123
|
+
id_certificador: number;
|
|
5124
|
+
agencia: number;
|
|
5125
|
+
prioridad: number;
|
|
5126
|
+
central: string;
|
|
5127
|
+
cap: string;
|
|
5128
|
+
id_validador: number;
|
|
5129
|
+
nombre_gio: string;
|
|
5130
|
+
centro: string;
|
|
5131
|
+
almacen: string;
|
|
5132
|
+
info_resumen: string;
|
|
5133
|
+
cant_clientes_afectados: string;
|
|
5134
|
+
hora_gio: string;
|
|
5135
|
+
sub_tipo_orden: string;
|
|
5136
|
+
cant_real_clientes_afectados: string;
|
|
5137
|
+
nombre_tecnico: string;
|
|
5138
|
+
tipo_orden: string;
|
|
5139
|
+
fecha_instalacion: string;
|
|
5140
|
+
textError: string;
|
|
5141
|
+
ticket: string;
|
|
5142
|
+
planta: string;
|
|
5143
|
+
numero_envio: string;
|
|
5144
|
+
nombre_certificador: string;
|
|
5145
|
+
negocio_prime: number;
|
|
5146
|
+
fecha_asignacion: string;
|
|
5147
|
+
accion_servicio: string;
|
|
5148
|
+
id_sistema: string;
|
|
5149
|
+
contingencia_gio: number;
|
|
5150
|
+
id_gio: number;
|
|
5151
|
+
contingencia_cer: number;
|
|
5152
|
+
ph: string;
|
|
5153
|
+
sintoma: number;
|
|
5154
|
+
cod_contratista: string;
|
|
5155
|
+
tipo_contrato: string;
|
|
5156
|
+
mensaje_contingencia: string;
|
|
5157
|
+
puerto_pon: string;
|
|
5158
|
+
nombre_especialidad: string;
|
|
5159
|
+
cliente?: string;
|
|
5160
|
+
comuna?: string;
|
|
5161
|
+
pep?: string;
|
|
5162
|
+
nom_cliente?: string;
|
|
5163
|
+
certificadora?: string;
|
|
5164
|
+
gex?: string;
|
|
5165
|
+
gc?: string;
|
|
5166
|
+
req_emp?: string;
|
|
5167
|
+
cliente_sap?: string;
|
|
5168
|
+
fono1?: string;
|
|
5169
|
+
fono2?: string;
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
declare class IEstadoDePago {
|
|
5173
|
+
capacidad_cable: string;
|
|
5174
|
+
estado: number;
|
|
5175
|
+
fecha_crea: string;
|
|
5176
|
+
fecha_gestor: string;
|
|
5177
|
+
ticket: string;
|
|
5178
|
+
id_orden_mantenimiento: number;
|
|
5179
|
+
fecha_validador: string;
|
|
5180
|
+
tipo_incidencia: string;
|
|
5181
|
+
especialidad: string;
|
|
5182
|
+
agencia: string;
|
|
5183
|
+
disponibilidad_cto: string;
|
|
5184
|
+
fecha: string;
|
|
5185
|
+
total: number;
|
|
5186
|
+
contratista: string;
|
|
5187
|
+
tipo_estado_pago: string;
|
|
5188
|
+
id_estado_pago_mantenimiento_cabecera: number;
|
|
5189
|
+
}
|
|
5190
|
+
|
|
5191
|
+
declare class AnexosDetailMantenanceOrderDTO {
|
|
5192
|
+
id_orden_mantenimiento: number;
|
|
5193
|
+
categoria_operacional_nivel3: string;
|
|
5194
|
+
direccion: string;
|
|
5195
|
+
lt: string;
|
|
5196
|
+
id_alarma: string;
|
|
5197
|
+
fo: string;
|
|
5198
|
+
agencia: string;
|
|
5199
|
+
id_orden_mantenimiento_anexo: number;
|
|
5200
|
+
tecnologia: string;
|
|
5201
|
+
central: string;
|
|
5202
|
+
cap: string;
|
|
5203
|
+
olt: string;
|
|
5204
|
+
cantidad_clientes_afectados: number;
|
|
5205
|
+
puerto_pon: string;
|
|
5206
|
+
cto: string;
|
|
5207
|
+
}
|
|
5208
|
+
|
|
5209
|
+
declare class DetalleOrdenRealDTO {
|
|
5210
|
+
mensajeValidacion: string;
|
|
5211
|
+
descripcion: string;
|
|
5212
|
+
familiaMM: string;
|
|
5213
|
+
clave_modelo: string;
|
|
5214
|
+
tipo: string;
|
|
5215
|
+
estado: number;
|
|
5216
|
+
tipo_material: string;
|
|
5217
|
+
cod_operacion: string;
|
|
5218
|
+
precio: string;
|
|
5219
|
+
precioTotal: string;
|
|
5220
|
+
factor: string;
|
|
5221
|
+
tipo_stock: string;
|
|
5222
|
+
grupo_articulo: string;
|
|
5223
|
+
precioValido: number;
|
|
5224
|
+
codigo: string;
|
|
5225
|
+
material_venta: number;
|
|
5226
|
+
id_orden_mantenimiento: number;
|
|
5227
|
+
flagCertificador: number;
|
|
5228
|
+
id_orden_mantenimiento_real: number;
|
|
5229
|
+
cod_descripcion: string;
|
|
5230
|
+
tecnico: string;
|
|
5231
|
+
especialidad: string;
|
|
5232
|
+
unidad: string;
|
|
5233
|
+
cod_divisa: string;
|
|
5234
|
+
cantidad: number;
|
|
5235
|
+
mensaje: string;
|
|
5236
|
+
puntos_baremo: number;
|
|
5237
|
+
contrato?: string;
|
|
5238
|
+
}
|
|
5239
|
+
|
|
5240
|
+
declare class ListaCapacidadesCableDTO {
|
|
5241
|
+
descripcion: string;
|
|
5242
|
+
codigo: string;
|
|
5243
|
+
selector: string;
|
|
5244
|
+
negocio_prime: number;
|
|
5245
|
+
}
|
|
5246
|
+
|
|
5247
|
+
declare class DetalleOrdenDTO {
|
|
5248
|
+
descripcion: string;
|
|
5249
|
+
clave_modelo: string;
|
|
5250
|
+
codigo: string;
|
|
5251
|
+
tipo: string;
|
|
5252
|
+
estado: number;
|
|
5253
|
+
id_orden_mantenimiento: number;
|
|
5254
|
+
tipo_material: string;
|
|
5255
|
+
cod_descripcion: string;
|
|
5256
|
+
id_orden_mantenimiento_detalle: number;
|
|
5257
|
+
cod_operacion: string;
|
|
5258
|
+
unidad: string;
|
|
5259
|
+
precio_unitario: number;
|
|
5260
|
+
orden_mantenimiento: string;
|
|
5261
|
+
cantidad: number;
|
|
5262
|
+
}
|
|
5263
|
+
|
|
5264
|
+
declare class OrdenDetailMaintenanceDTO {
|
|
5265
|
+
fecha_certificador: string;
|
|
5266
|
+
tipo: string;
|
|
5267
|
+
estado: number;
|
|
5268
|
+
fecha_crea: string;
|
|
5269
|
+
info_notas: string;
|
|
5270
|
+
nivel_afectacion: string;
|
|
5271
|
+
rut_tecnico: string;
|
|
5272
|
+
fecha_estimada_solucion: string;
|
|
5273
|
+
id_onnet: string;
|
|
5274
|
+
fecha_validacion: string;
|
|
5275
|
+
fecha_contingencia: string;
|
|
5276
|
+
contratista: string;
|
|
5277
|
+
fecha_gio: string;
|
|
5278
|
+
descripcion_sintoma: string;
|
|
5279
|
+
nombre_validador: string;
|
|
5280
|
+
descripcion_causa: string;
|
|
5281
|
+
org_ventas: string;
|
|
5282
|
+
orden: string;
|
|
5283
|
+
fecha_agen: string;
|
|
5284
|
+
descripcion_pausa: string;
|
|
5285
|
+
observacion: string;
|
|
5286
|
+
rut_gio: string;
|
|
5287
|
+
id_orden_mantenimiento: number;
|
|
5288
|
+
id_asignacion: number;
|
|
5289
|
+
hora_validacion: string;
|
|
5290
|
+
direccion: string;
|
|
5291
|
+
fecha_fin_ejecucion: string;
|
|
5292
|
+
especialidad: number;
|
|
5293
|
+
impacto: number;
|
|
5294
|
+
cliente: string;
|
|
5295
|
+
subTipo: string;
|
|
5296
|
+
codigo_servicio: string;
|
|
5297
|
+
fecha_inicio_alerta: string;
|
|
5298
|
+
accion: string;
|
|
5299
|
+
motivo: string;
|
|
5300
|
+
nombre_agencia: string;
|
|
5301
|
+
causa: number;
|
|
5302
|
+
observaciones_validador: string;
|
|
5303
|
+
proyecto: string;
|
|
5304
|
+
id_contratista: number;
|
|
5305
|
+
producto: string;
|
|
5306
|
+
error: string;
|
|
5307
|
+
gio: string;
|
|
5308
|
+
estado_ejecucion: number;
|
|
5309
|
+
id_certificador: number;
|
|
5310
|
+
agencia: number;
|
|
5311
|
+
prioridad: number;
|
|
5312
|
+
disponibilidad_cto: string;
|
|
5313
|
+
id_validador: number;
|
|
5314
|
+
nombre_gio: string;
|
|
5315
|
+
centro: string;
|
|
5316
|
+
almacen: string;
|
|
5317
|
+
fecha_inicio_ejecucion: string;
|
|
5318
|
+
info_resumen: string;
|
|
5319
|
+
cant_clientes_afectados: string;
|
|
5320
|
+
hora_gio: string;
|
|
5321
|
+
sub_tipo_orden: string;
|
|
5322
|
+
cant_real_clientes_afectados: string;
|
|
5323
|
+
nombre_tecnico: string;
|
|
5324
|
+
capacidad_cable: number;
|
|
5325
|
+
tipo_orden: string;
|
|
5326
|
+
fecha_instalacion: string;
|
|
5327
|
+
textError: string;
|
|
5328
|
+
ticket: string;
|
|
5329
|
+
planta: string;
|
|
5330
|
+
numero_envio: string;
|
|
5331
|
+
nombre_certificador: string;
|
|
5332
|
+
negocio_prime: number;
|
|
5333
|
+
fecha_asignacion: string;
|
|
5334
|
+
accion_servicio: string;
|
|
5335
|
+
id_sistema: string;
|
|
5336
|
+
contingencia_gio: number;
|
|
5337
|
+
id_gio: number;
|
|
5338
|
+
contingencia_cer: number;
|
|
5339
|
+
comuna: string;
|
|
5340
|
+
sintoma: number;
|
|
5341
|
+
cod_contratista: string;
|
|
5342
|
+
duracion_ejecucion: string;
|
|
5343
|
+
tipo_contrato: string;
|
|
5344
|
+
mensaje_contingencia: string;
|
|
5345
|
+
nombre_especialidad: string;
|
|
5346
|
+
certificadora?: string;
|
|
5347
|
+
pep?: string;
|
|
5348
|
+
nom_cliente?: string;
|
|
5349
|
+
gex?: string;
|
|
5350
|
+
gc?: string;
|
|
5351
|
+
req_emp?: string;
|
|
5352
|
+
cliente_sap?: string;
|
|
5353
|
+
fono1?: string;
|
|
5354
|
+
fono2?: string;
|
|
5355
|
+
}
|
|
5356
|
+
|
|
5357
|
+
declare class FotosDetailMaintenanceDTO {
|
|
5358
|
+
id_orden_servicio: number;
|
|
5359
|
+
estado: number;
|
|
5360
|
+
ubicacion: string;
|
|
5361
|
+
id_foto: number;
|
|
5362
|
+
id_imagenes_app: number;
|
|
5363
|
+
nombre_archivo: string;
|
|
5364
|
+
}
|
|
5365
|
+
|
|
5366
|
+
declare class DetailMaintenanceOrderDTO {
|
|
5367
|
+
resultado: string;
|
|
5368
|
+
causa: string;
|
|
5369
|
+
anexos: AnexosDetailMantenanceOrderDTO[];
|
|
5370
|
+
planta: string;
|
|
5371
|
+
detalleOrdenReal: DetalleOrdenRealDTO[];
|
|
5372
|
+
listaCapacidadesCable: ListaCapacidadesCableDTO[];
|
|
5373
|
+
prioridad: string;
|
|
5374
|
+
detalleOrden: DetalleOrdenDTO[];
|
|
5375
|
+
impacto: string;
|
|
5376
|
+
patente: string;
|
|
5377
|
+
Agencia: string;
|
|
5378
|
+
Especialidad: string;
|
|
5379
|
+
sintoma: string;
|
|
5380
|
+
orden: OrdenDetailMaintenanceDTO[];
|
|
5381
|
+
fotos: FotosDetailMaintenanceDTO[];
|
|
5382
|
+
}
|
|
5383
|
+
|
|
5384
|
+
export { ActaFinalCubicacionDTO, ActaFinalCubicacionSharedDTO, ActividadZonasActividadDTO, ActividadesDTO, AddressListENTITY, AgenciaDTO, AgenciaENTITY, AgenciasDTO, AlmacenDTO, AlmacenENTITY, AlmacenLogisticaDTO, AlmacenUsuarioGIADTO, AreaGOMDTO, AreaGomDTO, AsignacionGomDTO, AsignacionGomDTO_Old, AtencionOrdenesLiquidadasENTITY, AtiendeBodegaDTO, AutoInventarioENTITY, BaremoAlemaniaENTITY, BaremosAlemaniaENTITY, BaremosChileENTITY, BaremosColombiaENTITY, BaremosTOAChileENTITY, BaremosTOAENTITY, BitacoraAntiguaDTO, BitacoraDTO, 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, 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, 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, FotosSSTDTO$1 as FotosSSTDTO, GOMDTO, GomENTITY, GomNovedadesDTO, GomNovedadesTipoNovedadDTO, GranFamiliaItemDTO, GranFamiliaItemENTITY, GrupoEmpresaDTO, HPListAsignacionDTO, HPListDTO, HistoricoDTO, HistoricoEmpresasDTO, HitoDTO, HomePassDTO$1 as HomePassDTO, IBitacoraDeOrdenes, IBitacoraDeOrdenesEdR, IDataSheetCoordenadas, IDataSheetLineasTdC, IDataSheetMateriales, IDataSheetMedidores, IDataSheetTdC, IDataSheetTiemposCumplimentados, IEstadoDePago, ISheetsJsonChileTdC, IncidenciasChileDTO, IncidenciasDTO, IngresoAlmacenENTITY, InventarioDTO, InventarioLiqDTO, InventarioValDTO, ItemCantidadesDTO, ItemDTO, ItemDetalleLogisticaDTO, ItemDetallePMDTO, ItemENTITY, ItemLogisticaDTO, ItemsOrdenDTO, KeyIntegracionENTITY, LiberacionDePagosAlemaniaENTITY, LiquidadaTOAENTITY, 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, 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 };
|