mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 08:04:35 -04:00
chore: build library from latest spec [skip ci]
This commit is contained in:
@@ -582,6 +582,8 @@ export interface components {
|
||||
server_channels: number;
|
||||
/** Format: int64 */
|
||||
body_limit_size: number;
|
||||
/** @description restrict server creation to these users. if blank, all users can create servers */
|
||||
restrict_server_creation: string[];
|
||||
};
|
||||
/** User Limits */
|
||||
UserLimits: {
|
||||
@@ -769,6 +771,10 @@ export interface components {
|
||||
/** @enum {string} */
|
||||
type: "NotPinned";
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "CantCreateServers";
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "UnknownServer";
|
||||
|
||||
Reference in New Issue
Block a user