add: economy api
This commit is contained in:
parent
0a3ce3e9fe
commit
3c4ce1fae5
6 changed files with 51 additions and 16 deletions
|
@ -106,6 +106,8 @@ pub enum AppScope {
|
|||
UserCreateProducts,
|
||||
/// Create letters on behalf of the user.
|
||||
UserCreateLetters,
|
||||
/// Send coins on behalf of the user.
|
||||
UserSendCoins,
|
||||
/// Delete posts owned by the user.
|
||||
UserDeletePosts,
|
||||
/// Delete messages owned by the user.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue