mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
refactor(schemas): add create affiliate scope (#4171)
This commit is contained in:
parent
68a725926e
commit
c00cfedcbb
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ export enum CloudScope {
|
|||
SendEmail = 'send:email',
|
||||
/** The user can see and manage affiliates, including create, update, and delete. */
|
||||
ManageAffiliate = 'manage:affiliate',
|
||||
/** The user can create new affiliates and logs. */
|
||||
CreateAffiliate = 'create:affiliate',
|
||||
}
|
||||
|
||||
export const createCloudApi = (): Readonly<[UpdateAdminData, ...CreateScope[]]> => {
|
||||
|
|
Loading…
Add table
Reference in a new issue