update models and create consumer domain accounts permissions

This commit is contained in:
2026-04-11 14:47:05 +03:30
parent 89726c8904
commit 9cef733370
87 changed files with 2967 additions and 3352 deletions
+2
View File
@@ -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),
}
}