Update types

This commit is contained in:
Andras Schmelczer 2025-03-28 22:23:12 +00:00
parent 226b4f1db9
commit e6f05e42be
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -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;