feat: update aftersales labels and service type options
This commit is contained in:
+2
-2
@@ -162,7 +162,7 @@ export interface EmployeeSerialResponse {
|
||||
pagination: EmployeeSerialPagination;
|
||||
}
|
||||
|
||||
export type AftersalesServiceType = 'software' | 'hardware' | 'other';
|
||||
export type AftersalesServiceType = 'software' | 'hardware' | 'maintenance';
|
||||
export type AftersalesWorkOrderStatus = 'created' | 'pending_confirmation' | 'closed' | 'rejected';
|
||||
export type AftersalesAuthorizationStatus = 'pending' | 'authorized' | 'unauthorized';
|
||||
|
||||
@@ -245,4 +245,4 @@ export interface CustomerConfirmRequest {
|
||||
action: 'authorize' | 'reject';
|
||||
signature?: string;
|
||||
rejectReason?: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user