Notificacion cuando finalice una activacion

This commit is contained in:
2026-02-11 13:20:04 +01:00
parent 61c91b6548
commit 05ea4e76cc
4 changed files with 39 additions and 20 deletions

View File

@@ -13,11 +13,11 @@ export type ObjeniousOperation = {
operation: string;
retry_count?: number;
max_retry?: number;
max_date_retry?: Date | null;
max_date_retry?: string | null;
iccids: string[];
request_id?: string;
mass_action_id?: string;
end_date?: Date | null;
end_date?: string | null;
error?: string | null;
status: StatusEnum;
objenious_status?: string;