@medmain/core
Advanced tools
Comparing version 0.1.40 to 0.1.41
@@ -16,2 +16,8 @@ export var ACCESS_LEVELS = { | ||
export var ROLES = { | ||
TRIAL: { | ||
name: 'TRIAL', | ||
label: 'Thailand trial user', | ||
shortLabel: 'Trial', | ||
comment: 'Thailand hospital trial user: can only view verified predictions' | ||
}, | ||
AI_PREDICTION: { | ||
@@ -27,3 +33,3 @@ name: 'AI_PREDICTION', | ||
shortLabel: 'Upload', | ||
comment: 'Can create scans' | ||
comment: 'Can create new scans' | ||
} | ||
@@ -30,0 +36,0 @@ }; // TODO: should it be handled product by product, not globally? |
@@ -25,2 +25,8 @@ "use strict"; | ||
const ROLES = { | ||
TRIAL: { | ||
name: 'TRIAL', | ||
label: 'Thailand trial user', | ||
shortLabel: 'Trial', | ||
comment: 'Thailand hospital trial user: can only view verified predictions' | ||
}, | ||
AI_PREDICTION: { | ||
@@ -36,3 +42,3 @@ name: 'AI_PREDICTION', | ||
shortLabel: 'Upload', | ||
comment: 'Can create scans' | ||
comment: 'Can create new scans' | ||
} | ||
@@ -39,0 +45,0 @@ }; // TODO: should it be handled product by product, not globally? |
@@ -16,2 +16,8 @@ export const ACCESS_LEVELS = { | ||
export const ROLES = { | ||
TRIAL: { | ||
name: 'TRIAL', | ||
label: 'Thailand trial user', | ||
shortLabel: 'Trial', | ||
comment: 'Thailand hospital trial user: can only view verified predictions' | ||
}, | ||
AI_PREDICTION: { | ||
@@ -27,3 +33,3 @@ name: 'AI_PREDICTION', | ||
shortLabel: 'Upload', | ||
comment: 'Can create scans' | ||
comment: 'Can create new scans' | ||
} | ||
@@ -30,0 +36,0 @@ }; // TODO: should it be handled product by product, not globally? |
{ | ||
"name": "@medmain/core", | ||
"version": "0.1.40", | ||
"version": "0.1.41", | ||
"description": "Medmain's core module, root of everything else", | ||
@@ -5,0 +5,0 @@ "files": [ |
78980
2516