mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(schemas): remove deprecated prune:logs
scope (#5524)
This commit is contained in:
parent
f727ef8415
commit
d913c8d5ca
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ export enum CloudScope {
|
||||||
ManageAffiliate = 'manage:affiliate',
|
ManageAffiliate = 'manage:affiliate',
|
||||||
/** The user can create new affiliates and logs. */
|
/** The user can create new affiliates and logs. */
|
||||||
CreateAffiliate = 'create:affiliate',
|
CreateAffiliate = 'create:affiliate',
|
||||||
/** The user can prune logs which are expired. */
|
|
||||||
PruneLogs = 'prune:logs',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
|
export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
|
||||||
|
|
Loading…
Reference in a new issue