mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
feat(schemas): add cleanup:outdated-logs
cloud scope
This commit is contained in:
parent
e37ba3aae9
commit
9aaeb7b571
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ export enum CloudScope {
|
|||
ManageAffiliate = 'manage:affiliate',
|
||||
/** The user can create new affiliates and logs. */
|
||||
CreateAffiliate = 'create:affiliate',
|
||||
/** The user can cleanup outdated logs. */
|
||||
CleanupOutdatedLogs = 'cleanup:outdated-logs',
|
||||
}
|
||||
|
||||
export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
|
||||
|
|
Loading…
Reference in a new issue