sigo-entities 1.2.435 → 1.2.437
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 +3 -64
- package/dist/index.d.ts +3 -64
- package/dist/index.js +5185 -5594
- package/dist/index.mjs +4810 -5228
- package/package.json +1 -1
- package/.claude/CLAUDE.md +0 -70
- package/.claude/settings.json +0 -21
- package/.claude/skills/mdl-administracion/SKILL.md +0 -60
- package/.claude/skills/mdl-configuracion/SKILL.md +0 -49
- package/.claude/skills/ope-im/SKILL.md +0 -71
- package/.claude/skills/ope-logistica/SKILL.md +0 -60
- package/.claude/skills/ope-pex/SKILL.md +0 -106
- package/.claude/skills/shared-dtos/SKILL.md +0 -76
package/dist/index.d.mts
CHANGED
|
@@ -798,7 +798,8 @@ declare enum StateInternalOrderAltasNVT {
|
|
|
798
798
|
PENDIENTE = "Pendiente",
|
|
799
799
|
FINALIZADA = "Finalizada",
|
|
800
800
|
NO_FINALIZADA = "No Finalizada",
|
|
801
|
-
ASIGNADO = "Asignado"
|
|
801
|
+
ASIGNADO = "Asignado",
|
|
802
|
+
CANCELADO = "Cancelado"
|
|
802
803
|
}
|
|
803
804
|
|
|
804
805
|
declare enum StateInternalOrderTOA {
|
|
@@ -8131,69 +8132,7 @@ declare class Chile9512TOAENTITY {
|
|
|
8131
8132
|
Bitacora: BitacoraTOADTO[];
|
|
8132
8133
|
}
|
|
8133
8134
|
|
|
8134
|
-
declare class Colombia9612TOAENTITY {
|
|
8135
|
-
_id: string;
|
|
8136
|
-
tecnico: string;
|
|
8137
|
-
id_recurso: string;
|
|
8138
|
-
numero_ot: number;
|
|
8139
|
-
subtipo_de_actividad: string;
|
|
8140
|
-
numero_de_peticion: string;
|
|
8141
|
-
fecha_de_cita: Date;
|
|
8142
|
-
time_slot: string;
|
|
8143
|
-
ubicacion: UbicaciontoaDTO;
|
|
8144
|
-
nombre_cliente: string;
|
|
8145
|
-
duracion_de_la_actividad: string;
|
|
8146
|
-
habilidad_del_trabajo: string;
|
|
8147
|
-
estado_actividad: string;
|
|
8148
|
-
fecha_de_registro_legados: Date;
|
|
8149
|
-
usuario: string;
|
|
8150
|
-
tipo_de_cita: string;
|
|
8151
|
-
observaciones_en_legados: string;
|
|
8152
|
-
hora_inicio_actividad: string;
|
|
8153
|
-
hora_fin: string;
|
|
8154
|
-
codigo_de_cliente: number;
|
|
8155
|
-
fecha_registro_de_actividad_en_toa: Date;
|
|
8156
|
-
actividad_gpon: string;
|
|
8157
|
-
tipo_de_tecnologa_legados: string;
|
|
8158
|
-
velocidad_internet_requerimiento: number;
|
|
8159
|
-
planta: PlantaDTO;
|
|
8160
|
-
numero_telefono: string;
|
|
8161
|
-
segmento: ToaSegmentoDTO;
|
|
8162
|
-
sistema_origen: string;
|
|
8163
|
-
estado_de_soporte_de_planta_101: string;
|
|
8164
|
-
observacion_respuesta_de_soporte_de_planta_101: string;
|
|
8165
|
-
accessid: number;
|
|
8166
|
-
nombre_de_contrata_final: string;
|
|
8167
|
-
indicador_de_cambio_de_tecnologia: string;
|
|
8168
|
-
telefono_contacto_2: string;
|
|
8169
|
-
tipo_de_actividad: string;
|
|
8170
|
-
orden_pangea: string;
|
|
8171
|
-
reiterada_tdi: string;
|
|
8172
|
-
tecnologia_tv: string;
|
|
8173
|
-
canal_de_agendamiento: string;
|
|
8174
|
-
usuario_de_agendamiento: string;
|
|
8175
|
-
fecha_de_agendamiento: Date;
|
|
8176
|
-
activity_start_time: Date;
|
|
8177
|
-
activity_end_time: Date;
|
|
8178
|
-
franja_de_agendamiento: string;
|
|
8179
|
-
existe_cobertura_de_fibra_en_la_zona: string;
|
|
8180
|
-
cliente_acepta_solucion_anticipada_de_reclamo: string;
|
|
8181
|
-
averia_por_mxa: string;
|
|
8182
|
-
pedido_recuperado: string;
|
|
8183
|
-
reprogramado_por_prioridad: string;
|
|
8184
|
-
inventory: MaterialestoaDTO[];
|
|
8185
|
-
productos_servicios_contratado: ProductosServiciosContratadoDTO[];
|
|
8186
|
-
PB: number;
|
|
8187
|
-
MO: number;
|
|
8188
|
-
Gasto_EECC: number;
|
|
8189
|
-
EECC: EECCDBTOADTO;
|
|
8190
|
-
AjusteReproceso: AjusteReprocesoDTO | {};
|
|
8191
|
-
Valorizacion: ValorizacionPeruTOADTO | {};
|
|
8192
|
-
causa_completado_reparacion_y_preventivo_adsl: string;
|
|
8193
|
-
codigo_completado_reparacion_y_preventivo_adsl: string;
|
|
8194
|
-
causa_completado_reparacion_y_preventivo_stb: string;
|
|
8195
|
-
codigo_completado_reparacion_y_preventivo_stb: string;
|
|
8196
|
-
EstadoProceso: EstadoProcesoValPeruDTO;
|
|
8135
|
+
declare class Colombia9612TOAENTITY extends Chile9512TOAENTITY {
|
|
8197
8136
|
}
|
|
8198
8137
|
|
|
8199
8138
|
declare class BitacoraDeOrdenesDTO {
|
package/dist/index.d.ts
CHANGED
|
@@ -798,7 +798,8 @@ declare enum StateInternalOrderAltasNVT {
|
|
|
798
798
|
PENDIENTE = "Pendiente",
|
|
799
799
|
FINALIZADA = "Finalizada",
|
|
800
800
|
NO_FINALIZADA = "No Finalizada",
|
|
801
|
-
ASIGNADO = "Asignado"
|
|
801
|
+
ASIGNADO = "Asignado",
|
|
802
|
+
CANCELADO = "Cancelado"
|
|
802
803
|
}
|
|
803
804
|
|
|
804
805
|
declare enum StateInternalOrderTOA {
|
|
@@ -8131,69 +8132,7 @@ declare class Chile9512TOAENTITY {
|
|
|
8131
8132
|
Bitacora: BitacoraTOADTO[];
|
|
8132
8133
|
}
|
|
8133
8134
|
|
|
8134
|
-
declare class Colombia9612TOAENTITY {
|
|
8135
|
-
_id: string;
|
|
8136
|
-
tecnico: string;
|
|
8137
|
-
id_recurso: string;
|
|
8138
|
-
numero_ot: number;
|
|
8139
|
-
subtipo_de_actividad: string;
|
|
8140
|
-
numero_de_peticion: string;
|
|
8141
|
-
fecha_de_cita: Date;
|
|
8142
|
-
time_slot: string;
|
|
8143
|
-
ubicacion: UbicaciontoaDTO;
|
|
8144
|
-
nombre_cliente: string;
|
|
8145
|
-
duracion_de_la_actividad: string;
|
|
8146
|
-
habilidad_del_trabajo: string;
|
|
8147
|
-
estado_actividad: string;
|
|
8148
|
-
fecha_de_registro_legados: Date;
|
|
8149
|
-
usuario: string;
|
|
8150
|
-
tipo_de_cita: string;
|
|
8151
|
-
observaciones_en_legados: string;
|
|
8152
|
-
hora_inicio_actividad: string;
|
|
8153
|
-
hora_fin: string;
|
|
8154
|
-
codigo_de_cliente: number;
|
|
8155
|
-
fecha_registro_de_actividad_en_toa: Date;
|
|
8156
|
-
actividad_gpon: string;
|
|
8157
|
-
tipo_de_tecnologa_legados: string;
|
|
8158
|
-
velocidad_internet_requerimiento: number;
|
|
8159
|
-
planta: PlantaDTO;
|
|
8160
|
-
numero_telefono: string;
|
|
8161
|
-
segmento: ToaSegmentoDTO;
|
|
8162
|
-
sistema_origen: string;
|
|
8163
|
-
estado_de_soporte_de_planta_101: string;
|
|
8164
|
-
observacion_respuesta_de_soporte_de_planta_101: string;
|
|
8165
|
-
accessid: number;
|
|
8166
|
-
nombre_de_contrata_final: string;
|
|
8167
|
-
indicador_de_cambio_de_tecnologia: string;
|
|
8168
|
-
telefono_contacto_2: string;
|
|
8169
|
-
tipo_de_actividad: string;
|
|
8170
|
-
orden_pangea: string;
|
|
8171
|
-
reiterada_tdi: string;
|
|
8172
|
-
tecnologia_tv: string;
|
|
8173
|
-
canal_de_agendamiento: string;
|
|
8174
|
-
usuario_de_agendamiento: string;
|
|
8175
|
-
fecha_de_agendamiento: Date;
|
|
8176
|
-
activity_start_time: Date;
|
|
8177
|
-
activity_end_time: Date;
|
|
8178
|
-
franja_de_agendamiento: string;
|
|
8179
|
-
existe_cobertura_de_fibra_en_la_zona: string;
|
|
8180
|
-
cliente_acepta_solucion_anticipada_de_reclamo: string;
|
|
8181
|
-
averia_por_mxa: string;
|
|
8182
|
-
pedido_recuperado: string;
|
|
8183
|
-
reprogramado_por_prioridad: string;
|
|
8184
|
-
inventory: MaterialestoaDTO[];
|
|
8185
|
-
productos_servicios_contratado: ProductosServiciosContratadoDTO[];
|
|
8186
|
-
PB: number;
|
|
8187
|
-
MO: number;
|
|
8188
|
-
Gasto_EECC: number;
|
|
8189
|
-
EECC: EECCDBTOADTO;
|
|
8190
|
-
AjusteReproceso: AjusteReprocesoDTO | {};
|
|
8191
|
-
Valorizacion: ValorizacionPeruTOADTO | {};
|
|
8192
|
-
causa_completado_reparacion_y_preventivo_adsl: string;
|
|
8193
|
-
codigo_completado_reparacion_y_preventivo_adsl: string;
|
|
8194
|
-
causa_completado_reparacion_y_preventivo_stb: string;
|
|
8195
|
-
codigo_completado_reparacion_y_preventivo_stb: string;
|
|
8196
|
-
EstadoProceso: EstadoProcesoValPeruDTO;
|
|
8135
|
+
declare class Colombia9612TOAENTITY extends Chile9512TOAENTITY {
|
|
8197
8136
|
}
|
|
8198
8137
|
|
|
8199
8138
|
declare class BitacoraDeOrdenesDTO {
|