mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-08-26 21:41:13 -04:00
chore: build library from latest spec [skip ci]
This commit is contained in:
@@ -684,6 +684,7 @@ export interface components {
|
||||
| {
|
||||
/** @enum {string} */
|
||||
type: "ContactSupport";
|
||||
locale: string;
|
||||
msg: string;
|
||||
}
|
||||
| {
|
||||
@@ -1549,6 +1550,9 @@ export interface components {
|
||||
DiscoverRequestType: "Bot" | "Server";
|
||||
DiscoverRequestStatus:
|
||||
| ("Pending" | "UnderReview")
|
||||
| {
|
||||
Removed: string | null;
|
||||
}
|
||||
| {
|
||||
Denied: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user