Improve the sales import
This commit is contained in:
@@ -169,6 +169,7 @@ export interface TrainingJobStatus {
|
||||
products_failed: number;
|
||||
error_message?: string | null;
|
||||
estimated_time_remaining_seconds?: number | null; // Estimated time remaining in seconds
|
||||
estimated_completion_time?: string | null; // ISO datetime string of estimated completion
|
||||
message?: string | null; // Optional status message
|
||||
}
|
||||
|
||||
@@ -185,6 +186,8 @@ export interface TrainingJobProgress {
|
||||
products_completed: number;
|
||||
products_total: number;
|
||||
estimated_time_remaining_minutes?: number | null;
|
||||
estimated_time_remaining_seconds?: number | null;
|
||||
estimated_completion_time?: string | null; // ISO datetime string of estimated completion
|
||||
timestamp: string; // ISO datetime string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user