@akumi/sdk 0.7.4 → 0.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -169,6 +169,8 @@ interface SearchRequest {
169
169
  query: string;
170
170
  collection?: string[] | null;
171
171
  user_ref?: string | null;
172
+ as_of?: string | null;
173
+ between?: unknown;
172
174
  limit?: number | null;
173
175
  }
174
176
 
package/dist/index.d.ts CHANGED
@@ -169,6 +169,8 @@ interface SearchRequest {
169
169
  query: string;
170
170
  collection?: string[] | null;
171
171
  user_ref?: string | null;
172
+ as_of?: string | null;
173
+ between?: unknown;
172
174
  limit?: number | null;
173
175
  }
174
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akumi/sdk",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "description": "Official TypeScript SDK for the Akumi EU-sovereign inference API.",
5
5
  "license": "MIT",
6
6
  "type": "module",