Notificacion cuando finalice una activacion
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user