Add demiurge role to FolderRoles
This commit is contained in:
parent
d5088d9e36
commit
2084b99978
@ -90,6 +90,11 @@ export interface FolderCreated {
|
||||
|
||||
export function setDefaultFolderRoles(ownerId: string, stakeholdersId: string[], customersId: string[]): Record<string, RoleDefinition> {
|
||||
return {
|
||||
demiurge: {
|
||||
members: [ownerId],
|
||||
validation_rules: [],
|
||||
storages: []
|
||||
},
|
||||
owner: {
|
||||
members: [ownerId],
|
||||
validation_rules: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user