move admin permissions to a separate folder

This commit is contained in:
Hazelnoot 2025-06-21 09:15:46 -04:00
parent ec3947b992
commit a4c816d07c
3 changed files with 32 additions and 14 deletions

18
locales/index.d.ts vendored
View file

@ -13455,14 +13455,18 @@ export interface Locale extends ILocale {
* Custom font size
*/
"customFontSize": string;
/**
* Hide ads
*/
"hideAds": string;
/**
* Apps using this token will only have access to the functions listed below.
*/
/**
* Hide ads
*/
"hideAds": string;
/**
* Apps using this token will have no API access except for the functions listed below.
*/
"permissionsDescription": string;
/**
* Apps using this token will have no administrative access except for the functions enabled below.
*/
"adminPermissionsDescription": string;
/**
* Shared account
*/