This commit is contained in:
Benjamin Toby 2026-02-11 06:30:50 +01:00
parent 09fff9881e
commit 80df059135
3 changed files with 3 additions and 1 deletions

View File

@ -959,6 +959,7 @@ export type ServerQueryObject<T extends object = {
__query?: { __query?: {
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">; [key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
}; };
vector?: Float32Array<ArrayBuffer>;
}; };
export type ServerQueryQueryObject<T extends object = { export type ServerQueryQueryObject<T extends object = {
[key: string]: any; [key: string]: any;

View File

@ -1161,6 +1161,7 @@ export type ServerQueryObject<
__query?: { __query?: {
[key in keyof T]: Omit<ServerQueryObject<T>, "__query">; [key in keyof T]: Omit<ServerQueryObject<T>, "__query">;
}; };
vector?: Float32Array<ArrayBuffer>;
}; };
export type ServerQueryQueryObject< export type ServerQueryQueryObject<

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/datasquirel", "name": "@moduletrace/datasquirel",
"version": "5.7.38", "version": "5.7.39",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {