Updating pro and some types for per app builder group support.
This commit is contained in:
parent
cf1281780d
commit
466a2504e4
|
@ -1 +1 @@
|
||||||
Subproject commit 06a28b18a409cc12e9e8a5b69a094adcc6babd5a
|
Subproject commit a054a51726fa3f17879a469a04675778185b7ed7
|
|
@ -7,6 +7,10 @@ export interface UserGroup extends Document {
|
||||||
color: string
|
color: string
|
||||||
users?: GroupUser[]
|
users?: GroupUser[]
|
||||||
roles?: UserGroupRoles
|
roles?: UserGroupRoles
|
||||||
|
// same structure as users
|
||||||
|
builder?: {
|
||||||
|
apps: string[]
|
||||||
|
}
|
||||||
createdAt?: number
|
createdAt?: number
|
||||||
scimInfo?: {
|
scimInfo?: {
|
||||||
externalId: string
|
externalId: string
|
||||||
|
|
Loading…
Reference in New Issue