mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +01:00
Add permission checks.
This commit is contained in:
parent
51e2331315
commit
78225691df
20 changed files with 225 additions and 333 deletions
|
|
@ -8,6 +8,16 @@ export namespace UmamiApi {
|
|||
export enum AuthType {
|
||||
Website,
|
||||
User,
|
||||
Team,
|
||||
TeamOwner,
|
||||
}
|
||||
|
||||
export enum Permission {
|
||||
Admin = 'Admin',
|
||||
}
|
||||
|
||||
export enum Role {
|
||||
Admin = 'Admin',
|
||||
}
|
||||
}
|
||||
export const CURRENT_VERSION = process.env.currentVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue