1895 extensibility v1 application tokens (#16365)
First PR to implement application tokens - add new application role in twenty-server - move duplicated constants and types to twenty-shared - will add role configuration utils into twenty-sdk in another PR
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { PermissionFlagType } from 'src/engine/metadata-modules/permissions/constants/permission-flag-type.constants';
|
||||
import { PermissionFlagType } from 'twenty-shared/constants';
|
||||
|
||||
export const OBJECTS_WITH_SETTINGS_PERMISSIONS_REQUIREMENTS = {
|
||||
apiKey: PermissionFlagType.API_KEYS_AND_WEBHOOKS,
|
||||
|
||||
Reference in New Issue
Block a user