update models and create consumer domain accounts permissions
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
AccountRole,
|
||||
AccountStatus,
|
||||
BusinessRole,
|
||||
ConsumerRole,
|
||||
GoodPricingModel,
|
||||
LicenseStatus,
|
||||
LicenseType,
|
||||
@@ -47,6 +48,7 @@ export class EnumsService {
|
||||
TokenType: this.prepareData(TokenType),
|
||||
UnitType: this.prepareData(UnitType),
|
||||
GoodPricingModel: this.prepareData(GoodPricingModel),
|
||||
ConsumerRole: this.prepareData(ConsumerRole),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user