move admin permissions to a separate folder
This commit is contained in:
parent
ec3947b992
commit
a4c816d07c
3 changed files with 32 additions and 14 deletions
18
locales/index.d.ts
vendored
18
locales/index.d.ts
vendored
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue