WEBINT-338_tiempo_suspension #2

Merged
alvarsanmartin merged 8 commits from WEBINT-338_tiempo_suspension into main 2026-04-28 13:40:04 +00:00
Showing only changes of commit 246e4cb83b - Show all commits

View File

@@ -439,6 +439,9 @@ export class SimUseCases {
})
}
/**
* Calcula el tiempo que una linea ha estado en suspensión
*/
public async getSuspendedTime(iccid: string): Promise<Result<string, { total_milliseconds: number, total_days: number }>> {
try {
const result = await this.objeniousRepository.getSuspendedTime(iccid);