create consumer domain accounts permissions
This commit is contained in:
@@ -15,6 +15,7 @@ export const apiEnumTranslates = {
|
||||
partnerRole: 'نقش',
|
||||
businessRole: 'نقش',
|
||||
providerRole: 'نقش',
|
||||
consumerRole: 'نقش',
|
||||
unitType: 'واحد اندازهگیری',
|
||||
goodPricingModel: 'مدل محاسبه',
|
||||
} as Record<TEnumApi, string>;
|
||||
|
||||
@@ -18,4 +18,5 @@ export const ENUMS_API_ROUTES = {
|
||||
tokenType: `${baseUrl}/token_type`,
|
||||
unitType: `${baseUrl}/unit_type`,
|
||||
goodPricingModel: `${baseUrl}/good_pricing_model`,
|
||||
consumerRole: `${baseUrl}/consumer_role`,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user