Update types
This commit is contained in:
parent
226b4f1db9
commit
e6f05e42be
1 changed files with 7 additions and 0 deletions
|
|
@ -566,6 +566,10 @@ export interface components {
|
|||
/** Format: int64 */
|
||||
since_update_id?: number | null;
|
||||
};
|
||||
QueryParams2: {
|
||||
/** Format: int64 */
|
||||
since_update_id?: number | null;
|
||||
};
|
||||
SerializedError: {
|
||||
causes: string[];
|
||||
message: string;
|
||||
|
|
@ -587,6 +591,9 @@ export interface components {
|
|||
parentVersionId: number;
|
||||
relativePath: string;
|
||||
};
|
||||
WebsocketPathParams: {
|
||||
vault_id: string;
|
||||
};
|
||||
};
|
||||
responses: never;
|
||||
parameters: never;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue