forked from administration/panel
chore: format file
parent
a748a68ba7
commit
cd4e01d9c6
|
@ -16,7 +16,11 @@ type Permission =
|
|||
| ""
|
||||
| `/fetch${"" | "/by-id" | "/by-user"}`
|
||||
| `/update${"" | "/discoverability"}`}`
|
||||
| `channels${"" | `/fetch${"" | "/by-id" | "/by-server" | "/dm" | "/invites"}` | `/create${"" | "/dm" | "/invites"}` | `/update${"" | "/invites"}`}`
|
||||
| `channels${
|
||||
| ""
|
||||
| `/fetch${"" | "/by-id" | "/by-server" | "/dm" | "/invites"}`
|
||||
| `/create${"" | "/dm" | "/invites"}`
|
||||
| `/update${"" | "/invites"}`}`
|
||||
| `messages${"" | `/fetch${"" | "/by-id" | "/by-user"}`}`
|
||||
| `reports${
|
||||
| ""
|
||||
|
@ -37,7 +41,13 @@ type Permission =
|
|||
| `servers${
|
||||
| ""
|
||||
| `/fetch${"" | "/by-id"}`
|
||||
| `/update${"" | "/flags" | "/discoverability" | "/owner" | "/add-member" | "/quarantine"}`}`
|
||||
| `/update${
|
||||
| ""
|
||||
| "/flags"
|
||||
| "/discoverability"
|
||||
| "/owner"
|
||||
| "/add-member"
|
||||
| "/quarantine"}`}`
|
||||
| `users${
|
||||
| ""
|
||||
| `/fetch${
|
||||
|
@ -49,7 +59,13 @@ type Permission =
|
|||
| "/relations"}`
|
||||
| `/create${"" | "/alert" | "/strike"}`
|
||||
| `/update${"" | "/badges"}`
|
||||
| `/action${"" | "/unsuspend" | "/suspend" | "/wipe" | "/ban" | "/wipe-profile"}`}`
|
||||
| `/action${
|
||||
| ""
|
||||
| "/unsuspend"
|
||||
| "/suspend"
|
||||
| "/wipe"
|
||||
| "/ban"
|
||||
| "/wipe-profile"}`}`
|
||||
| `safety_notes${
|
||||
| ""
|
||||
| `/fetch${"" | `/${SafetyNotes["_id"]["type"]}`}`
|
||||
|
|
Loading…
Reference in New Issue