sigo-entities 1.2.228 → 1.2.230

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 CHANGED
@@ -6453,6 +6453,7 @@ declare class MaterialestoaDBDTO {
6453
6453
  invsn: string;
6454
6454
  invtype: string;
6455
6455
  invpool: string;
6456
+ ID_StockPersonal: number;
6456
6457
  }
6457
6458
 
6458
6459
  declare class ProductosServiciosContratadoDBDTO {
@@ -7271,73 +7272,6 @@ declare class MateterialesTuvesDTO {
7271
7272
  documento: string;
7272
7273
  }
7273
7274
 
7274
- declare class TuvesENTITY {
7275
- _id: string;
7276
- tecnico: string;
7277
- id_recurso: string;
7278
- numero_ot: number;
7279
- subtipo_de_actividad: string;
7280
- numero_de_peticion: string;
7281
- fecha_de_cita: Date;
7282
- time_slot: string;
7283
- ubicacion: UbicaciontoaDBDTO;
7284
- nombre_cliente: string;
7285
- duracion_de_la_actividad: string;
7286
- habilidad_del_trabajo: string;
7287
- estado_actividad: string;
7288
- estado_interno: StateInternalOrder;
7289
- fecha_de_registro_legados: Date;
7290
- usuario: string;
7291
- tipo_de_cita: string;
7292
- observaciones_en_legados: string;
7293
- hora_inicio_actividad: string;
7294
- hora_fin: string;
7295
- codigo_de_cliente: number;
7296
- fecha_registro_de_actividad_en_toa: Date;
7297
- actividad_gpon: string;
7298
- tipo_de_tecnologa_legados: string;
7299
- velocidad_internet_requerimiento: number;
7300
- planta: PlantaDBDTO;
7301
- numero_telefono: string;
7302
- segmento: ToaSegmentoDBDTO;
7303
- sistema_origen: string;
7304
- estado_de_soporte_de_planta_101: string;
7305
- observacion_respuesta_de_soporte_de_planta_101: string;
7306
- accessid: number;
7307
- nombre_de_contrata_final: string;
7308
- indicador_de_cambio_de_tecnologia: string;
7309
- telefono_contacto_2: string;
7310
- tipo_de_actividad: string;
7311
- orden_pangea: string;
7312
- reiterada_tdi: string;
7313
- tecnologia_tv: string;
7314
- canal_de_agendamiento: string;
7315
- usuario_de_agendamiento: string;
7316
- fecha_de_agendamiento: Date;
7317
- activity_start_time: Date;
7318
- activity_end_time: Date;
7319
- franja_de_agendamiento: string;
7320
- existe_cobertura_de_fibra_en_la_zona: string;
7321
- cliente_acepta_solucion_anticipada_de_reclamo: string;
7322
- averia_por_mxa: string;
7323
- pedido_recuperado: string;
7324
- reprogramado_por_prioridad: string;
7325
- materiales: MateterialesTuvesDTO[];
7326
- inventory: MaterialeswinDTO[];
7327
- productos_servicios_contratado: ProductosServiciosContratadoDBDTO[];
7328
- PB: number;
7329
- MO: number;
7330
- Gasto_EECC: number;
7331
- EECC: EECCDBTOADTO;
7332
- AjusteReproceso: AjusteReprocesoDTO | {};
7333
- Valorizacion: ValorizacionPeruTOADTO | {};
7334
- causa_completado_reparacion_y_preventivo_adsl: string;
7335
- codigo_completado_reparacion_y_preventivo_adsl: string;
7336
- causa_completado_reparacion_y_preventivo_stb: string;
7337
- codigo_completado_reparacion_y_preventivo_stb: string;
7338
- EstadoProceso: EstadoProcesoValPeruDTO;
7339
- }
7340
-
7341
7275
  declare class OrdReclMatDescargadoDTO {
7342
7276
  DEPARTAMENTO: string;
7343
7277
  IDENTIFICADOR: string;
@@ -7553,6 +7487,73 @@ declare enum EstadosTuvesEnum {
7553
7487
  Finalizada = "Finalizada"
7554
7488
  }
7555
7489
 
7490
+ declare class TuvesENTITY {
7491
+ _id: string;
7492
+ tecnico: string;
7493
+ id_recurso: string;
7494
+ numero_ot: number;
7495
+ subtipo_de_actividad: string;
7496
+ numero_de_peticion: string;
7497
+ fecha_de_cita: Date;
7498
+ time_slot: string;
7499
+ ubicacion: UbicaciontoaDBDTO;
7500
+ nombre_cliente: string;
7501
+ duracion_de_la_actividad: string;
7502
+ habilidad_del_trabajo: string;
7503
+ estado_actividad: EstadosTuvesEnum;
7504
+ estado_interno: StateInternalOrder;
7505
+ fecha_de_registro_legados: Date;
7506
+ usuario: string;
7507
+ tipo_de_cita: string;
7508
+ observaciones_en_legados: string;
7509
+ hora_inicio_actividad: string;
7510
+ hora_fin: string;
7511
+ codigo_de_cliente: number;
7512
+ fecha_registro_de_actividad_en_toa: Date;
7513
+ actividad_gpon: string;
7514
+ tipo_de_tecnologa_legados: string;
7515
+ velocidad_internet_requerimiento: number;
7516
+ planta: PlantaDBDTO;
7517
+ numero_telefono: string;
7518
+ segmento: ToaSegmentoDBDTO;
7519
+ sistema_origen: string;
7520
+ estado_de_soporte_de_planta_101: string;
7521
+ observacion_respuesta_de_soporte_de_planta_101: string;
7522
+ accessid: number;
7523
+ nombre_de_contrata_final: string;
7524
+ indicador_de_cambio_de_tecnologia: string;
7525
+ telefono_contacto_2: string;
7526
+ tipo_de_actividad: string;
7527
+ orden_pangea: string;
7528
+ reiterada_tdi: string;
7529
+ tecnologia_tv: string;
7530
+ canal_de_agendamiento: string;
7531
+ usuario_de_agendamiento: string;
7532
+ fecha_de_agendamiento: Date;
7533
+ activity_start_time: Date;
7534
+ activity_end_time: Date;
7535
+ franja_de_agendamiento: string;
7536
+ existe_cobertura_de_fibra_en_la_zona: string;
7537
+ cliente_acepta_solucion_anticipada_de_reclamo: string;
7538
+ averia_por_mxa: string;
7539
+ pedido_recuperado: string;
7540
+ reprogramado_por_prioridad: string;
7541
+ materiales: MateterialesTuvesDTO[];
7542
+ inventory: MaterialeswinDTO[];
7543
+ productos_servicios_contratado: ProductosServiciosContratadoDBDTO[];
7544
+ PB: number;
7545
+ MO: number;
7546
+ Gasto_EECC: number;
7547
+ EECC: EECCDBTOADTO;
7548
+ AjusteReproceso: AjusteReprocesoDTO | {};
7549
+ Valorizacion: ValorizacionPeruTOADTO | {};
7550
+ causa_completado_reparacion_y_preventivo_adsl: string;
7551
+ codigo_completado_reparacion_y_preventivo_adsl: string;
7552
+ causa_completado_reparacion_y_preventivo_stb: string;
7553
+ codigo_completado_reparacion_y_preventivo_stb: string;
7554
+ EstadoProceso: EstadoProcesoValPeruDTO;
7555
+ }
7556
+
7556
7557
  declare class TuvesOrderStockENTITY {
7557
7558
  _id: string;
7558
7559
  id_recurso: string;
package/dist/index.d.ts CHANGED
@@ -6453,6 +6453,7 @@ declare class MaterialestoaDBDTO {
6453
6453
  invsn: string;
6454
6454
  invtype: string;
6455
6455
  invpool: string;
6456
+ ID_StockPersonal: number;
6456
6457
  }
6457
6458
 
6458
6459
  declare class ProductosServiciosContratadoDBDTO {
@@ -7271,73 +7272,6 @@ declare class MateterialesTuvesDTO {
7271
7272
  documento: string;
7272
7273
  }
7273
7274
 
7274
- declare class TuvesENTITY {
7275
- _id: string;
7276
- tecnico: string;
7277
- id_recurso: string;
7278
- numero_ot: number;
7279
- subtipo_de_actividad: string;
7280
- numero_de_peticion: string;
7281
- fecha_de_cita: Date;
7282
- time_slot: string;
7283
- ubicacion: UbicaciontoaDBDTO;
7284
- nombre_cliente: string;
7285
- duracion_de_la_actividad: string;
7286
- habilidad_del_trabajo: string;
7287
- estado_actividad: string;
7288
- estado_interno: StateInternalOrder;
7289
- fecha_de_registro_legados: Date;
7290
- usuario: string;
7291
- tipo_de_cita: string;
7292
- observaciones_en_legados: string;
7293
- hora_inicio_actividad: string;
7294
- hora_fin: string;
7295
- codigo_de_cliente: number;
7296
- fecha_registro_de_actividad_en_toa: Date;
7297
- actividad_gpon: string;
7298
- tipo_de_tecnologa_legados: string;
7299
- velocidad_internet_requerimiento: number;
7300
- planta: PlantaDBDTO;
7301
- numero_telefono: string;
7302
- segmento: ToaSegmentoDBDTO;
7303
- sistema_origen: string;
7304
- estado_de_soporte_de_planta_101: string;
7305
- observacion_respuesta_de_soporte_de_planta_101: string;
7306
- accessid: number;
7307
- nombre_de_contrata_final: string;
7308
- indicador_de_cambio_de_tecnologia: string;
7309
- telefono_contacto_2: string;
7310
- tipo_de_actividad: string;
7311
- orden_pangea: string;
7312
- reiterada_tdi: string;
7313
- tecnologia_tv: string;
7314
- canal_de_agendamiento: string;
7315
- usuario_de_agendamiento: string;
7316
- fecha_de_agendamiento: Date;
7317
- activity_start_time: Date;
7318
- activity_end_time: Date;
7319
- franja_de_agendamiento: string;
7320
- existe_cobertura_de_fibra_en_la_zona: string;
7321
- cliente_acepta_solucion_anticipada_de_reclamo: string;
7322
- averia_por_mxa: string;
7323
- pedido_recuperado: string;
7324
- reprogramado_por_prioridad: string;
7325
- materiales: MateterialesTuvesDTO[];
7326
- inventory: MaterialeswinDTO[];
7327
- productos_servicios_contratado: ProductosServiciosContratadoDBDTO[];
7328
- PB: number;
7329
- MO: number;
7330
- Gasto_EECC: number;
7331
- EECC: EECCDBTOADTO;
7332
- AjusteReproceso: AjusteReprocesoDTO | {};
7333
- Valorizacion: ValorizacionPeruTOADTO | {};
7334
- causa_completado_reparacion_y_preventivo_adsl: string;
7335
- codigo_completado_reparacion_y_preventivo_adsl: string;
7336
- causa_completado_reparacion_y_preventivo_stb: string;
7337
- codigo_completado_reparacion_y_preventivo_stb: string;
7338
- EstadoProceso: EstadoProcesoValPeruDTO;
7339
- }
7340
-
7341
7275
  declare class OrdReclMatDescargadoDTO {
7342
7276
  DEPARTAMENTO: string;
7343
7277
  IDENTIFICADOR: string;
@@ -7553,6 +7487,73 @@ declare enum EstadosTuvesEnum {
7553
7487
  Finalizada = "Finalizada"
7554
7488
  }
7555
7489
 
7490
+ declare class TuvesENTITY {
7491
+ _id: string;
7492
+ tecnico: string;
7493
+ id_recurso: string;
7494
+ numero_ot: number;
7495
+ subtipo_de_actividad: string;
7496
+ numero_de_peticion: string;
7497
+ fecha_de_cita: Date;
7498
+ time_slot: string;
7499
+ ubicacion: UbicaciontoaDBDTO;
7500
+ nombre_cliente: string;
7501
+ duracion_de_la_actividad: string;
7502
+ habilidad_del_trabajo: string;
7503
+ estado_actividad: EstadosTuvesEnum;
7504
+ estado_interno: StateInternalOrder;
7505
+ fecha_de_registro_legados: Date;
7506
+ usuario: string;
7507
+ tipo_de_cita: string;
7508
+ observaciones_en_legados: string;
7509
+ hora_inicio_actividad: string;
7510
+ hora_fin: string;
7511
+ codigo_de_cliente: number;
7512
+ fecha_registro_de_actividad_en_toa: Date;
7513
+ actividad_gpon: string;
7514
+ tipo_de_tecnologa_legados: string;
7515
+ velocidad_internet_requerimiento: number;
7516
+ planta: PlantaDBDTO;
7517
+ numero_telefono: string;
7518
+ segmento: ToaSegmentoDBDTO;
7519
+ sistema_origen: string;
7520
+ estado_de_soporte_de_planta_101: string;
7521
+ observacion_respuesta_de_soporte_de_planta_101: string;
7522
+ accessid: number;
7523
+ nombre_de_contrata_final: string;
7524
+ indicador_de_cambio_de_tecnologia: string;
7525
+ telefono_contacto_2: string;
7526
+ tipo_de_actividad: string;
7527
+ orden_pangea: string;
7528
+ reiterada_tdi: string;
7529
+ tecnologia_tv: string;
7530
+ canal_de_agendamiento: string;
7531
+ usuario_de_agendamiento: string;
7532
+ fecha_de_agendamiento: Date;
7533
+ activity_start_time: Date;
7534
+ activity_end_time: Date;
7535
+ franja_de_agendamiento: string;
7536
+ existe_cobertura_de_fibra_en_la_zona: string;
7537
+ cliente_acepta_solucion_anticipada_de_reclamo: string;
7538
+ averia_por_mxa: string;
7539
+ pedido_recuperado: string;
7540
+ reprogramado_por_prioridad: string;
7541
+ materiales: MateterialesTuvesDTO[];
7542
+ inventory: MaterialeswinDTO[];
7543
+ productos_servicios_contratado: ProductosServiciosContratadoDBDTO[];
7544
+ PB: number;
7545
+ MO: number;
7546
+ Gasto_EECC: number;
7547
+ EECC: EECCDBTOADTO;
7548
+ AjusteReproceso: AjusteReprocesoDTO | {};
7549
+ Valorizacion: ValorizacionPeruTOADTO | {};
7550
+ causa_completado_reparacion_y_preventivo_adsl: string;
7551
+ codigo_completado_reparacion_y_preventivo_adsl: string;
7552
+ causa_completado_reparacion_y_preventivo_stb: string;
7553
+ codigo_completado_reparacion_y_preventivo_stb: string;
7554
+ EstadoProceso: EstadoProcesoValPeruDTO;
7555
+ }
7556
+
7556
7557
  declare class TuvesOrderStockENTITY {
7557
7558
  _id: string;
7558
7559
  id_recurso: string;