0
Fork 0
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:
Xiao Yijun 2024-03-21 11:33:49 +08:00 committed by GitHub
parent f727ef8415
commit d913c8d5ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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[]]> => {