add: economy api

This commit is contained in:
trisua 2025-08-07 00:22:37 -04:00
parent 0a3ce3e9fe
commit 3c4ce1fae5
6 changed files with 51 additions and 16 deletions

View file

@ -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.