mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-19 17:13:35 -04:00
chore: build library from latest spec [skip ci]
This commit is contained in:
@@ -619,10 +619,20 @@ export interface components {
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "TooManyAttachments";
|
||||
/** Format: uint */
|
||||
max: number;
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "TooManyReplies";
|
||||
/** Format: uint */
|
||||
max: number;
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "TooManyChannels";
|
||||
/** Format: uint */
|
||||
max: number;
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
@@ -671,6 +681,14 @@ export interface components {
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "TooManyEmoji";
|
||||
/** Format: uint */
|
||||
max: number;
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "TooManyRoles";
|
||||
/** Format: uint */
|
||||
max: number;
|
||||
}
|
||||
| {
|
||||
/** @enum {string} */
|
||||
|
||||
Reference in New Issue
Block a user