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