update
This commit is contained in:
@ -142,3 +142,23 @@ export enum BrilinkDiscountModule {
|
||||
export enum BrilinkProductCategorySupplier {
|
||||
"tcel" = "tcel",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardStatus {
|
||||
"available" = "available",
|
||||
"active" = "active",
|
||||
"inactive" = "inactive",
|
||||
"expired" = "expired",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardHistoryActvity {
|
||||
"activation" = "activation",
|
||||
"validation" = "validation",
|
||||
"extend" = "extend",
|
||||
"deactivation" = "deactivation",
|
||||
}
|
||||
|
||||
export enum BrilinkMembershipCardRemarks {
|
||||
"unverified" = "unverified",
|
||||
"verified" = "verified",
|
||||
"suspicious" = "suspicious",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user