|
|
|
|
@ -45,6 +45,7 @@ export const permissions = {
|
|
|
|
|
readMarketDataOfMarkets: 'readMarketDataOfMarkets',
|
|
|
|
|
readMarketDataOfOwnAssetProfile: 'readMarketDataOfOwnAssetProfile',
|
|
|
|
|
readPlatforms: 'readPlatforms',
|
|
|
|
|
readPlatformsWithAccountCount: 'readPlatformsWithAccountCount',
|
|
|
|
|
readTags: 'readTags',
|
|
|
|
|
readWatchlist: 'readWatchlist',
|
|
|
|
|
reportDataGlitch: 'reportDataGlitch',
|
|
|
|
|
@ -92,7 +93,7 @@ export function getPermissions(aRole: Role): string[] {
|
|
|
|
|
permissions.readAiPrompt,
|
|
|
|
|
permissions.readMarketData,
|
|
|
|
|
permissions.readMarketDataOfOwnAssetProfile,
|
|
|
|
|
permissions.readPlatforms,
|
|
|
|
|
permissions.readPlatformsWithAccountCount,
|
|
|
|
|
permissions.readTags,
|
|
|
|
|
permissions.readWatchlist,
|
|
|
|
|
permissions.updateAccount,
|
|
|
|
|
|