update customer approved'

;
This commit is contained in:
2025-11-06 22:22:11 +07:00
parent e8306b19c3
commit 91245282a7
4 changed files with 113 additions and 6 deletions

View File

@ -15,11 +15,11 @@ export enum TrxVerificationStatus {
}
export enum TrxCustomerStatus {
"Pending Supervisor" = "pending_supervisor",
"Pending Manager" = "pending_manager",
"Reject" = "reject",
"Active" = "active",
"Not Active" = "not_active",
"pending_supervisor" = "pending_supervisor",
"pending_manager" = "pending_manager",
"reject" = "reject",
"active" = "active",
"not_active" = "not_active",
}
export enum TrxCustomerType {
@ -27,6 +27,12 @@ export enum TrxCustomerType {
"business" = "business",
}
export enum TrxCustomerPosition {
"teller" = "teller",
"manager" = "manager",
"done" = "done",
}
export enum TrxCostCode {
"BRI_TL_USD" = "BRI_TL_USD",
"OTHER_TL_USD" = "OTHER_TL_USD",