mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
refactor(schemas): rename cleanup:outdated-logs
scope toprune:logs
(#5452)
This commit is contained in:
parent
0f250f71db
commit
f078e968cf
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +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',
|
||||
/** The user can prune logs which are expired. */
|
||||
PruneLogs = 'prune:logs',
|
||||
}
|
||||
|
||||
export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
|
||||
|
|
Loading…
Add table
Reference in a new issue