revolt-api
Advanced tools
Comparing version 0.5.3-alpha.1 to 0.5.3-alpha.2
{ | ||
"name": "revolt-api", | ||
"version": "0.5.3-alpha.1", | ||
"version": "0.5.3-alpha.2", | ||
"description": "Revolt API typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -160,2 +160,10 @@ import type { Attachment } from './Autumn'; | ||
nsfw?: boolean | ||
/** | ||
* Server flags | ||
* | ||
* `1`: Official Revolt server | ||
* `2`: Verified community server | ||
*/ | ||
flags?: number | ||
} |
@@ -100,2 +100,9 @@ import type { Attachment } from './Autumn'; | ||
* Bitfield of user's badges | ||
* | ||
* `1`: Developer | ||
* `2`: Translator | ||
* `4`: Supporter | ||
* `8`: Responsible Disclosure | ||
* `16`: Revolt Team | ||
* `256`: Early Adopter | ||
*/ | ||
@@ -119,5 +126,5 @@ badges?: number | ||
* | ||
* `0x1`: Account is suspended | ||
* `0x2`: Account was deleted | ||
* `0x4`: Account is banned | ||
* `1`: Account is suspended | ||
* `2`: Account was deleted | ||
* `4`: Account is banned | ||
*/ | ||
@@ -124,0 +131,0 @@ flags?: number |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
716507
20819